aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Rework part of routing code to reduce difference to D26449.Alexander V. Chernikov2020-09-211-10/+15
* Remove unused nhop_ref_any() function.Alexander V. Chernikov2020-09-202-3/+0
* if_vxlan(4): add support for hardware assisted checksumming, TSO, and RSS.Navdeep Parhar2020-09-181-1/+2
* Add a knob to allow zero UDP checksums for UDP/IPv6 traffic on the given UDP ...Navdeep Parhar2020-09-181-1/+14
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0120-73/+9
* ipv6: quit dropping packets looping back on p2p interfacesKyle Evans2020-08-311-17/+1
* Move net/route/shared.h definitions to net/route/route_var.h.Alexander V. Chernikov2020-08-282-2/+0
* 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