aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* lltable: use own lockGleb Smirnoff4 days3-24/+21
* netinet6: use IF_ADDR_LOCK instead of IF_AFDATA_LOCK in defrtr_ipv6_only_ifpGleb Smirnoff7 days1-6/+9
* netinet6: use IF_ADDR_LOCK instead of IF_AFDATA_LOCKGleb Smirnoff7 days1-5/+9
* net: remove dom_ifmtuGleb Smirnoff8 days3-7/+3
* net: routing table attach never failsGleb Smirnoff8 days1-3/+0
* netinet: Remove left-over sys/cdefs.hWarner Losh9 days25-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-94/+383
* 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
* inet6: RFC 8981 SLAAC Temporary Address ExtensionsFernando Gont2025-06-204-133/+52
* udp: fix local blackholingMichael Tuexen2025-06-131-1/+1
* netinet6: Remove ndpr_raf_ra_derived flagHiroki Sato2025-06-124-10/+4
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-2/+1
* icmp6: fix use-after-reference-releaseKristof Provost2025-05-271-4/+3
* icmp6: zero out pad spaceKristof Provost2025-05-231-0/+1
* netinet6: Remove a set but not used global variable in6_maxmtuZhenlei Huang2025-05-215-45/+2
* bridge: allow IP addresses on members to be disabledLexi Winter2025-05-051-0/+8
* netinet6: allow binding to anycast addressesLexi Winter2025-04-241-5/+4
* netinet6: Do not forward or send ICMPv6 messages to the unspec addressMark Johnston2025-04-222-1/+8
* ip6: leave room for link headers in UDPAndrew Gallatin2025-04-151-3/+7
* in6_control_ioctl: correctly report errors from SIOCAIFADDR_IN6Lexi Winter2025-04-071-1/+1
* netinet: Fix getcred sysctl handlers to do nothing if no input is givenMark Johnston2025-03-202-0/+4
* inpcb: in_pcbinshash() can't fail on connect(2)Gleb Smirnoff2025-03-131-1/+2
* ip6_cksum.c: generalize in6_cksum_partial() to allow L2 headers in passed mbufKonstantin Belousov2025-03-132-8/+19
* inpcb: retire two-level port hash databaseGleb Smirnoff2025-03-071-43/+32
* vm_lowmem: Fix signature mismatches in vm_lowmem callbacksSHENGYI HONG2025-03-052-2/+2
* ipfw: migrate ipfw to 32-bit size rule numbersAndrey V. Elsukov2025-03-031-3/+7