summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
3 daysipv6: account for jumbo payload optionMichael Tuexen
4 daysnetinet6: garbage collect OSIOCGIFINFO_IN6Gleb Smirnoff
7 daysin6: Modify address prefix lifetimes when updating address lifetimesMark Johnston
7 daysin6: Add a helper function to compute expiry timesMark Johnston
2025-12-20in6_ifattach: include sys/eventhandler.h to unbreak NOVIMAGE buildsBjoern A. Zeeb
2025-12-18net: attach IPv4 and IPv6 stacks to an interface with EVENTHANDLER(9)Gleb Smirnoff
2025-12-15usb: don't create ifnet(9) for usbus devicesGleb Smirnoff
2025-12-08lltable: use own lockGleb Smirnoff
2025-12-05netinet6: use IF_ADDR_LOCK instead of IF_AFDATA_LOCK in defrtr_ipv6_only_ifpGleb Smirnoff
2025-12-05netinet6: use IF_ADDR_LOCK instead of IF_AFDATA_LOCKGleb Smirnoff
2025-12-04net: remove dom_ifmtuGleb Smirnoff
2025-12-04net: routing table attach never failsGleb Smirnoff
2025-12-02netinet: Remove left-over sys/cdefs.hWarner Losh
2025-11-22rss: Enable portions of RSS globally to enable symmetric hashingAndrew Gallatin
2025-11-21ip: use standard C types for ECN helper functionsSeyed Pouria Mousavizadeh Tehrani
2025-11-02mld6: Properly initialize MLD packet optionsAndrey V. Elsukov
2025-10-13netinet6: Use proper prototype for SYSINIT functionsZhenlei Huang
2025-10-07ipv6: don't complain when deleting an address with prefix length of 128Andrey V. Elsukov
2025-10-03sys/netinet6: Use atomic(9) for dad_failures counterGuido Falsi
2025-10-03carp6: revise the generation of ND6 NAAndrey V. Elsukov
2025-10-02sys/netinet6: fix memory corruption in in6_ifaddMateusz Guzik
2025-09-22sys/netinet6: Fix ABI breakage introduced with RFC 7217 supportGuido Falsi
2025-09-20sys/netinet6: Implement RFC 7217Guido Falsi
2025-09-16IPv6: fix off-by-one in pltime and vltime expiration checksAndrey V. Elsukov
2025-09-15ip6: add SO_BINTIME supportJonathan T. Looney
2025-09-05sys/netinet6: Fix SLAAC for interfaces with no /64 LL addressReid Linnemann
2025-09-04bridge: Print a warning if member_ifaddrs=1Lexi Winter
2025-09-04ifnet: Defer detaching address family dependent dataZhenlei Huang
2025-09-01bridge: Fix adding gif(4) interface assigned with IP addresses as bridge memeberZhenlei Huang
2025-08-17udp: Fix a typo in a source code commentGordon Bergling
2025-08-12IPv6: Ignore PTB packets with an MTU < 1280Eric van Gyzen
2025-08-01sctp, tcp, udp: improve deferred computation of checksumsTimo Völker
2025-07-29netinet6: Don't return non-IPv6 enabled interfaces from in6_getlinkifnet()Kristof Provost
2025-07-25udp: Fix a inpcb refcount leak in the tunnel receive pathMark Johnston
2025-07-21if_gif(4): Support the NOCLAMP flag to change MTU handling for IPv6Koichiro Iwao
2025-07-19mld: allow sysctls to be set per vnetKristof Provost
2025-07-15netinet6: allow binding a raw socket to an anycast addressLexi Winter
2025-06-25counter(9): rate limit periods may be more than 1 secondKristof Provost
2025-06-20inet6: RFC 8981 SLAAC Temporary Address ExtensionsMarek Zarychta
2025-06-20inet6: RFC 8981 SLAAC Temporary Address ExtensionsFernando Gont
2025-06-13udp: fix local blackholingMichael Tuexen
2025-06-13netinet6: Remove ndpr_raf_ra_derived flagHiroki Sato
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-05-27icmp6: fix use-after-reference-releaseKristof Provost
2025-05-23icmp6: zero out pad spaceKristof Provost
2025-05-21netinet6: Remove a set but not used global variable in6_maxmtuZhenlei Huang
2025-05-05bridge: allow IP addresses on members to be disabledLexi Winter
2025-04-24netinet6: allow binding to anycast addressesLexi Winter
2025-04-22netinet6: Do not forward or send ICMPv6 messages to the unspec addressMark Johnston
2025-04-15ip6: leave room for link headers in UDPAndrew Gallatin