aboutsummaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* 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-041-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-134-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-061-43/+32
* vm_lowmem: Fix signature mismatches in vm_lowmem callbacksSHENGYI HONG2025-03-042-2/+2
* ipfw: migrate ipfw to 32-bit size rule numbersAndrey V. Elsukov2025-03-031-3/+7
* icmp: use per rate limit randomized jitterMichael Tuexen2025-02-101-23/+27
* inet6: add the missing lock acquire to nd6_get_llentryMateusz Guzik2025-02-101-0/+1
* rawip: Add a bind_all_fibs sysctlMark Johnston2025-02-062-3/+24
* socket: Move SO_SETFIB handling to protocol layersMark Johnston2025-02-062-9/+18
* udp: Add a sysctl to modify listening socket FIB inheritanceMark Johnston2025-02-061-6/+12
* inpcb: Add FIB-aware inpcb lookupMark Johnston2025-02-062-30/+43
* inpcb: Add a flags parameter to in_pcbbind()Mark Johnston2025-02-063-8/+16
* inpcb: Imbue in(6)_pcblookup_local() with a FIB parameterMark Johnston2025-02-062-8/+14
* sctp: don't specify pr_poll = sopoll_genericGleb Smirnoff2025-02-021-1/+0
* ip: Defer checks for an unspecified dstaddr until after pfil hooksMark Johnston2025-01-162-3/+15
* ipsec: allow it to work with unmapped mbufsKonstantin Belousov2025-01-131-14/+0
* ipsec + ktls: cannot coexistsKonstantin Belousov2025-01-131-8/+26
* inpcb: Further restrict binding to a port owned by a different UIDMark Johnston2024-12-231-2/+9
* ip6_output(): if mtu is not yet computed for ipsec hook, use ifp mtuKonstantin Belousov2024-12-161-1/+2
* icmp: improve INVARIANTS checkMichael Tuexen2024-12-121-1/+1
* inpcb: Remove bogus SO_REUSEPORT(_LB) checks in in_pcbbind()Mark Johnston2024-12-121-3/+1