aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* [udp6] fix possible panic due to lack of locking.Andrey V. Elsukov2021-02-111-33/+28
* Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov2021-02-086-9/+7
* SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov2021-02-086-7/+9
* Fix unused-function waring when compiling with FIB_ALGO.Alexander V. Chernikov2021-01-301-0/+2
* Catch up with 6edfd179c86: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG.Gleb Smirnoff2021-01-291-1/+1
* When we are about to send down to the driver layerRandall Stewart2021-01-271-0/+1
* Create new in6_purgeifaddr() which purges bound ifa prefix ifAlexander V. Chernikov2021-01-172-22/+32
* Split rtinit() into multiple functions.Alexander V. Chernikov2021-01-162-111/+108
* Map IPv6 link-local prefix to the link-local ifa.Alexander V. Chernikov2021-01-131-1/+4
* Use rn_match instead of doing indirect calls in fib_algo.Alexander V. Chernikov2021-01-111-2/+2
* Bump amount of queued packets in for unresolved ARP/NDP entries to 16.Alexander V. Chernikov2021-01-111-1/+1
* Refactor rt_addrmsg() and rt_routemsg().Alexander V. Chernikov2021-01-072-7/+13
* Add modular fib lookup framework.Alexander V. Chernikov2020-12-253-0/+398
* Filter TCP connections to SO_REUSEPORT_LB listen sockets by NUMA domainAndrew Gallatin2020-12-192-13/+26
* Expose nonstandard IPv6 kernel definitions to standalone builds.Hans Petter Selasky2020-12-041-1/+1
* Remove RADIX_MPATH config option.Alexander V. Chernikov2020-11-291-5/+1
* Refactor fib4/fib6 functions.Alexander V. Chernikov2020-11-292-47/+84
* IPv6: set ifdisabled in the kernel rather than in rcBjoern A. Zeeb2020-11-251-1/+8
* Refactor rib iterator functions.Alexander V. Chernikov2020-11-221-1/+1
* Fix implicit automatic local port selection for IPv6 during connect calls.Jonathan T. Looney2020-11-141-1/+2
* Fix use-after-free in icmp6_notify_error().Alexander V. Chernikov2020-10-281-9/+5
* icmp6: Count packets dropped due to an invalid hop limitMark Johnston2020-10-193-5/+10
* Implement flowid calculation for outbound connections to balanceAlexander V. Chernikov2020-10-188-35/+122
* Add IP(V6)_VLAN_PCP to set 802.1 priority per-flow.Richard Scheffenegger2020-10-092-0/+50
* Introduce scalable route multipath.Alexander V. Chernikov2020-10-033-40/+25
* 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