aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Retire SCTP_SO_LOCK_TESTING.Michael Tuexen2020-06-071-14/+0
* Fix typo in previous commitRyan Moeller2020-06-031-1/+1
* scope6: Check for NULL afdata before dereferencingRyan Moeller2020-06-031-0/+4
* * Add rib_<add|del|change>_route() functions to manipulate the routing table.Alexander V. Chernikov2020-06-013-0/+3
* Revert r361704, it accidentally committed merged D25067 and D25070.Alexander V. Chernikov2020-06-013-3/+0
* * Add rib_<add|del|change>_route() functions to manipulate the routing table.Alexander V. Chernikov2020-06-013-0/+3
* Use fib[46]_lookup() in mtu calculations.Alexander V. Chernikov2020-05-281-0/+2
* Replace ip6_ouput fib6_lookup_nh_<ext|basic> calls with fib6_lookup().Alexander V. Chernikov2020-05-281-23/+23
* Switch gif(4) path verification to fib[46]_check_urfp().Alexander V. Chernikov2020-05-281-7/+3
* Move <add|del|change>_route() functions to route_ctl.c in preparation ofAlexander V. Chernikov2020-05-231-1/+0
* Use epoch(9) for rtentries to simplify control plane operations.Alexander V. Chernikov2020-05-232-15/+18
* Allow TCP to reuse local port with different destinationsMike Karels2020-05-182-10/+25
* IPv6: Fix a panic in the nd6 code with unmapped mbufs.Andrew Gallatin2020-05-121-3/+21
* IPv6: sync IP_NO_SND_TAG_RL support from IPv4Andrew Gallatin2020-05-121-4/+11
* Fix the buildAndrew Gallatin2020-05-111-4/+0
* Ktls: never skip stamping tags for NIC TLSAndrew Gallatin2020-05-111-0/+4
* Remove now-unused rt_ifp,rt_ifa,rt_gateway,rt_mtu rte fields.Alexander V. Chernikov2020-05-041-52/+0
* Step 3: anonymize struct mbuf_ext_pgs and move all its fields into mbufGleb Smirnoff2020-05-031-1/+1
* 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