aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Add nhop to the ifa_rtrequest() callback.Alexander V. Chernikov2020-04-291-4/+4
* Move route_temporal.c and route_var.h to net/route.Alexander V. Chernikov2020-04-284-4/+4
* Move struct rtentry definition to nhop_var.h.Alexander V. Chernikov2020-04-281-0/+1
* Eliminate now-unused parts of old routing KPI.Alexander V. Chernikov2020-04-282-23/+0
* Convert debugnet to the new routing KPI.Alexander V. Chernikov2020-04-262-0/+43
* Fix IPv6 link-local operations with RADIX_MPATH.Alexander V. Chernikov2020-04-261-8/+1
* Convert route caching to nexthop caching.Alexander V. Chernikov2020-04-255-101/+103
* Convert rtentry field accesses into nhop field accesses.Alexander V. Chernikov2020-04-233-16/+14
* Fix lookup key generation in fib6_check_urpf().Alexander V. Chernikov2020-04-191-4/+9
* Avoid calling protocol drain routines more than once per reclamation event.Jonathan T. Looney2020-04-161-4/+4
* Add nhop parameter to rti_filter callback.Alexander V. Chernikov2020-04-162-8/+13
* Convert ip6_forward() to the new routing KPI.Alexander V. Chernikov2020-04-153-58/+101
* Convert IP/IPv6 forwarding, ICMP processing and IP PCB laddr selection toAlexander V. Chernikov2020-04-143-26/+34
* Reorganise nd6 notification code to avoid direct rtentry field access.Alexander V. Chernikov2020-04-141-36/+21
* KTLS: Re-work unmapped mbufs to carry ext_pgs in the mbuf itself.Andrew Gallatin2020-04-141-1/+1
* Plug netmask NULL check during route addition causing kernel panic.Alexander V. Chernikov2020-04-141-1/+1
* Remove tcp_rtlookup6() function signature.Alexander V. Chernikov2020-04-131-1/+0
* Introduce nexthop objects and new routing KPI.Alexander V. Chernikov2020-04-123-54/+213
* Remove RADIX_MPATH headers, they were unused since r293159.Alexander V. Chernikov2020-04-111-4/+0
* Remove per-AF radix_mpath initializtion functions.Alexander V. Chernikov2020-04-112-7/+5
* Ignore ND6 neighbor advertisement received for static link-layer entries.Andrey V. Elsukov2020-04-011-0/+6
* Use a dedicated taskqueue thread for in6m_release_task().Mark Johnston2020-03-311-4/+9
* Remove the "config" taskqgroup and its KPIs.Mark Johnston2020-03-301-23/+13
* Fix synchronization in the IPV6_2292PKTOPTIONS set handler.Mark Johnston2020-03-191-4/+9
* ip6: retire in6_selectroute_fib() as promised 8 years agoBjoern A. Zeeb2020-03-033-25/+5
* ip6_output: use new routing KPI when not passed a cached routeBjoern A. Zeeb2020-03-031-56/+138
* in6_fib: return nh_ia in the ext interface as we do for IPv4Bjoern A. Zeeb2020-03-032-2/+6
* fib6_rte_to_nh_*: return a link-local gw address with scope embeddedBjoern A. Zeeb2020-03-032-9/+2
* mld6: initialize oifp to avoid bogus results/panics in edge casesBjoern A. Zeeb2020-02-281-0/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-268-22/+37
* ip6_output: fix regression introduced in r358167 for ipv6 fragmentationBjoern A. Zeeb2020-02-251-2/+2
* Fix IPv6 checksums when exthdrs are present.Bjoern A. Zeeb2020-02-241-56/+52
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (14 of many)Pawel Biernacki2020-02-241-3/+4
* ip6_output: improve extension header handlingBjoern A. Zeeb2020-02-201-93/+106
* Epochify SCTP.Michael Tuexen2020-02-181-1/+10
* ip6_output: update comments.Bjoern A. Zeeb2020-02-181-68/+59
* Fix kernel panic while trying to read multicast stream.Hans Petter Selasky2020-02-171-0/+1
* Fix NOINET builds.Navdeep Parhar2020-01-311-0/+2
* Enter network epoch when calling in_pcbconnect() for IPv6 mapped to IPv4Gleb Smirnoff2020-01-221-0/+3
* Bring back redirect route expiration.Alexander V. Chernikov2020-01-224-15/+5
* Make ip6_output() and ip_output() require network epoch.Gleb Smirnoff2020-01-223-3/+7
* Add some documenting NET_EPOCH_ASSERTs.Gleb Smirnoff2020-01-221-0/+1
* Unroll macro that is used just once. Not a functional change.Gleb Smirnoff2020-01-221-14/+4
* Document requirements for the 'struct route' variations.Alexander V. Chernikov2020-01-211-0/+2
* Introduce NET_EPOCH_CALL() macro and use it everywhere where we freeGleb Smirnoff2020-01-152-5/+4
* Mechanically substitute assertion of in_epoch(net_epoch_preempt) toGleb Smirnoff2020-01-152-6/+6
* Fix race when accepting TCP connections.Michael Tuexen2020-01-122-4/+10
* nd6_rtr: constantly use __func__ for nd6log()Bjoern A. Zeeb2020-01-121-66/+58
* nd6_rtr: make nd6_prefix_onlink() staticBjoern A. Zeeb2020-01-122-2/+2
* in6_mcast: make in6_joingroup_locked() staticBjoern A. Zeeb2020-01-112-5/+3