aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* ip6_mroute: Remove unnecessary castsMark Johnston2026-01-301-4/+3
* ip6_mroute: Mark functions as staticMark Johnston2026-01-301-10/+10
* netinet6: Disallow connections to IN6ADDR_ANYEd Maste2026-01-291-1/+1
* ip6: Remove support for RFC2675 (Jumbo Payload Option)Tom Jones2026-01-274-203/+42
* netinet6: free in6_ifextra with epoch_call(9)Gleb Smirnoff2026-01-232-5/+22
* netinet6: embed struct mld_ifsoftc into struct in6_ifextraGleb Smirnoff2026-01-235-65/+31
* netinet6: embed struct scope6_id into struct in6_ifextraGleb Smirnoff2026-01-235-28/+17
* netinet6: store ND context directly in struct in6_ifextraGleb Smirnoff2026-01-2311-166/+170
* netinet6: use in6_ifmtu() instead of IN6_LINKMTU() macroGleb Smirnoff2026-01-238-18/+16
* netinet6: embed the counter(9) arrays in struct in6_ifextraGleb Smirnoff2026-01-233-27/+17
* netinet6: embed struct nd_ifinfo into struct in6_ndireqGleb Smirnoff2026-01-231-18/+22
* ipv6: account for jumbo payload optionMichael Tuexen2026-01-161-0/+1
* netinet6: garbage collect OSIOCGIFINFO_IN6Gleb Smirnoff2026-01-154-34/+1
* in6: Modify address prefix lifetimes when updating address lifetimesMark Johnston2026-01-121-0/+22
* in6: Add a helper function to compute expiry timesMark Johnston2026-01-123-41/+22
* in6_ifattach: include sys/eventhandler.h to unbreak NOVIMAGE buildsBjoern A. Zeeb2025-12-201-0/+1
* net: attach IPv4 and IPv6 stacks to an interface with EVENTHANDLER(9)Gleb Smirnoff2025-12-1811-60/+79
* usb: don't create ifnet(9) for usbus devicesGleb Smirnoff2025-12-151-1/+0
* lltable: use own lockGleb Smirnoff2025-12-083-24/+21
* netinet6: use IF_ADDR_LOCK instead of IF_AFDATA_LOCK in defrtr_ipv6_only_ifpGleb Smirnoff2025-12-051-6/+9
* netinet6: use IF_ADDR_LOCK instead of IF_AFDATA_LOCKGleb Smirnoff2025-12-051-5/+9
* net: remove dom_ifmtuGleb Smirnoff2025-12-043-7/+3
* net: routing table attach never failsGleb Smirnoff2025-12-041-3/+0
* netinet: Remove left-over sys/cdefs.hWarner Losh2025-12-0325-25/+0
* rss: Enable portions of RSS globally to enable symmetric hashingAndrew Gallatin2025-11-221-0/+3
* ip: use standard C types for ECN helper functionsSeyed Pouria Mousavizadeh Tehrani2025-11-211-2/+2
* mld6: Properly initialize MLD packet optionsAndrey V. Elsukov2025-11-021-0/+1
* netinet6: Use proper prototype for SYSINIT functionsZhenlei Huang2025-10-131-1/+1
* ipv6: don't complain when deleting an address with prefix length of 128Andrey V. Elsukov2025-10-071-7/+7
* sys/netinet6: Use atomic(9) for dad_failures counterGuido Falsi2025-10-037-13/+16
* carp6: revise the generation of ND6 NAAndrey V. Elsukov2025-10-034-82/+99
* sys/netinet6: fix memory corruption in in6_ifaddMateusz Guzik2025-10-021-3/+2
* sys/netinet6: Fix ABI breakage introduced with RFC 7217 supportGuido Falsi2025-09-227-10/+10
* sys/netinet6: Implement RFC 7217Guido Falsi2025-09-2010-92/+381
* IPv6: fix off-by-one in pltime and vltime expiration checksAndrey V. Elsukov2025-09-161-2/+2
* ip6: add SO_BINTIME supportJonathan T. Looney2025-09-151-17/+36
* sys/netinet6: Fix SLAAC for interfaces with no /64 LL addressReid Linnemann2025-09-053-19/+43
* bridge: Print a warning if member_ifaddrs=1Lexi Winter2025-09-041-4/+13
* ifnet: Defer detaching address family dependent dataZhenlei Huang2025-09-031-0/+2
* bridge: Fix adding gif(4) interface assigned with IP addresses as bridge memeberZhenlei Huang2025-09-011-2/+2
* udp: Fix a typo in a source code commentGordon Bergling2025-08-171-1/+1
* IPv6: Ignore PTB packets with an MTU < 1280Eric van Gyzen2025-08-122-106/+39
* sctp, tcp, udp: improve deferred computation of checksumsTimo Völker2025-08-014-1/+66
* netinet6: Don't return non-IPv6 enabled interfaces from in6_getlinkifnet()Kristof Provost2025-07-291-1/+16
* udp: Fix a inpcb refcount leak in the tunnel receive pathMark Johnston2025-07-251-3/+8
* if_gif(4): Support the NOCLAMP flag to change MTU handling for IPv6Koichiro Iwao2025-07-211-4/+14
* mld: allow sysctls to be set per vnetKristof Provost2025-07-191-13/+16
* netinet6: allow binding a raw socket to an anycast addressLexi Winter2025-07-151-2/+1
* counter(9): rate limit periods may be more than 1 secondKristof Provost2025-06-251-5/+4
* inet6: RFC 8981 SLAAC Temporary Address ExtensionsMarek Zarychta2025-06-204-5/+20