aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Make net.inet6.ip6.deembed_scopeid behaviour default & remove sysctl.Alexander V. Chernikov2020-08-153-9/+1
* Simplify dom_<rtattach|rtdetach>.Alexander V. Chernikov2020-08-143-21/+11
* Use a static initializer for the multicast free tasks.Hans Petter Selasky2020-08-111-8/+1
* Fix rib_subscribe() waitok flag by performing allocation outside epoch.Alexander V. Chernikov2020-08-111-7/+4
* MC: add a note with reference to the discussion and history as-to why weBjoern A. Zeeb2020-08-101-0/+1
* Make sure the multicast release tasks are properly drained whenHans Petter Selasky2020-08-103-3/+11
* Use proper prototype for SYSINIT() functions.Hans Petter Selasky2020-08-101-1/+1
* IPV6_PKTINFO support for v4-mapped IPv6 socketsBjoern A. Zeeb2020-08-071-1/+1
* Fix typo.Andrey V. Elsukov2020-08-051-1/+1
* Remove an incorrect assertion from in6p_lookup_mcast_ifp().Mark Johnston2020-08-041-9/+5
* ip6_output(): Check the return value of in6_getlinkifnet().Mark Johnston2020-07-301-0/+4
* Transition from rtrequest1_fib() to rib_action().Alexander V. Chernikov2020-07-214-37/+48
* Temporarly revert r363319 to unbreak the build.Alexander V. Chernikov2020-07-194-48/+37
* Transition from rtrequest1_fib() to rib_action().Alexander V. Chernikov2020-07-194-37/+48
* Switch inet6 default route subscription to the new rib subscription api.Alexander V. Chernikov2020-07-124-29/+20
* Fix IPv6 regression introduced by r362900.Alexander V. Chernikov2020-07-031-1/+1
* Complete conversions from fib<4|6>_lookup_nh_<basic|ext> to fib<4|6>_lookup().Alexander V. Chernikov2020-07-026-226/+23
* Add the SCTP_SUPPORT kernel option.Mark Johnston2020-06-183-7/+7
* 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