aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Unbreak the RSS/PCBGROUp build.George V. Neville-Neil2016-03-311-0/+1
* Fix the lladdr copy in in6_lltable_dump_entry() after r292978.Mark Johnston2016-03-301-1/+1
* Modify nd6_llinfo_timer() to acquire the nd6 lock before the LLE lock.Mark Johnston2016-03-291-24/+32
* FreeBSD previously provided route caching for TCP (and UDP). Re-addGeorge V. Neville-Neil2016-03-243-11/+27
* Mfp4 @180378:Bjoern A. Zeeb2016-03-225-38/+33
* Modify defrouter_remove() to perform the router lookup before removal.Mark Johnston2016-03-173-54/+39
* Reduce the number of local variables. Remove redundant check that inpAndrey V. Elsukov2016-03-171-19/+11
* Change in6_selectsrc() to allow usage of non-local IPv6 addresses inAndrey V. Elsukov2016-03-171-10/+18
* New way to manage reference counting of mbuf external storage.Gleb Smirnoff2016-03-012-2/+2
* Lock the NDP default router list and count defrouter references.Mark Johnston2016-02-254-71/+260
* Don't leak an address in an error path.Michael Tuexen2016-02-231-0/+2
* Fix reporting of mapped addressed in getpeername() and getsockname() forMichael Tuexen2016-02-181-25/+24
* Release the ref acquired in nd6_dad_find() if DAD is already in progress.Mark Johnston2016-02-181-2/+3
* Use pfxrtr_del() instead of freeing advertising routers directly.Mark Johnston2016-02-171-2/+2
* Remove a prototype for the non-existent prelist_del().Mark Johnston2016-02-171-1/+0
* Ternary operator has lower priority than OR.Gleb Smirnoff2016-02-171-1/+1
* Add a missing newline to a log message.Mark Johnston2016-02-121-1/+1
* Rename the flags field of struct nd_defrouter to "raflags".Mark Johnston2016-02-123-9/+9
* Simplify defrtrlist_update() slightly in preparation for future changes.Mark Johnston2016-02-121-28/+23
* Remove a bogus comment from nd6_na_input().Mark Johnston2016-02-121-6/+0
* Remove superfluous return statements from the neighbour discovery code.Mark Johnston2016-02-123-6/+0
* Fix style around allocations from M_IP6NDP.Mark Johnston2016-02-122-9/+6
* Remove some unreferenced NDP debug variable definitions.Mark Johnston2016-02-121-5/+0
* Merge SVN r295220 (bz) from projects/vnet/Devin Teske2016-02-111-1/+3
|\
| * Code duplication but rib_head is special. Not found an easy way to goBjoern A. Zeeb2016-02-031-1/+3
| * MfH @r295202Bjoern A. Zeeb2016-02-035-24/+27
| |\ | |/ |/|
| * MFp4 @180892:Bjoern A. Zeeb2016-01-222-5/+4
| * MFH @r294567Bjoern A. Zeeb2016-01-2217-274/+432
| |\
| * | Just checkpoint the WIP in order to be able to make the tree updateBjoern A. Zeeb2016-01-229-49/+41
* | | These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-012-0/+2
* | | MFP r287070,r287073: split radix implementation and route table structure.Alexander V. Chernikov2016-01-253-24/+25
| |/ |/|
* | Fix rte refcount leak in ip6_forward().Alexander V. Chernikov2016-01-201-2/+5
* | Verify the packet length in sctp6_input().Gleb Smirnoff2016-01-141-1/+4
* | Bring RADIX_MPATH support to new routing KPI to ease migration.Alexander V. Chernikov2016-01-111-0/+7
* | Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket().Alexander V. Chernikov2016-01-107-88/+121
* | Do not hold ifaddr reference for the whole icmp6_reflect() exec time.Alexander V. Chernikov2016-01-101-16/+21
* | Remove prefix check from in6_addroute().Alexander V. Chernikov2016-01-091-29/+1
* | Remove sys/eventhandler.h from net/route.hAlexander V. Chernikov2016-01-091-0/+1
* | Finish r293098: make ip6_getpmtu() and ip6_getpmtu_ctl() use new routing APIAlexander V. Chernikov2016-01-041-20/+22
* | Add rib_lookup_info() to provide API for retrieving individual routeAlexander V. Chernikov2016-01-042-36/+43
* | Remove 'struct route_int6' argument from in6_selectsrc() andAlexander V. Chernikov2016-01-037-53/+29
* | Handle IPV6_PATHMTU option by spliting ip6_getpmtu_ctl() from ip6_getpmtu().Alexander V. Chernikov2016-01-032-32/+96
* | Use lltable_get_ifp() instead of direct access to lltable fields.Alexander V. Chernikov2016-01-011-2/+4
* | Implement interface link header precomputation API.Alexander V. Chernikov2015-12-316-26/+108
* | Add the appropriate case statement for IPV6_BINDMULTI so the option can beJonathan T. Looney2015-12-301-0/+1
* | This code is not in modules that need KPI stability so no need to useBjoern A. Zeeb2015-12-301-2/+2
|/
* in6_if2idlen: treat bridge(4) interfaces like other Ethernet interfacesGarrett Wollman2015-12-281-0/+1
* Remove superfluous return (1) missed in r292601.Bjoern A. Zeeb2015-12-231-1/+0
* Since r256624 we've been leaking routing table allocationsBjoern A. Zeeb2015-12-221-0/+1
* Revert r292275 & r292379Steven Hartland2015-12-175-166/+30