summaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* netinet: Fix getcred sysctl handlers to do nothing if no input is givenMark Johnston2025-04-062-0/+4
* ip6_cksum.c: generalize in6_cksum_partial() to allow L2 headers in passed mbufKonstantin Belousov2025-03-202-8/+19
* inet6: add the missing lock acquire to nd6_get_llentryMateusz Guzik2025-03-181-0/+1
* rawip: Add a bind_all_fibs sysctlMark Johnston2025-02-212-3/+24
* socket: Move SO_SETFIB handling to protocol layersMark Johnston2025-02-212-9/+18
* udp: Add a sysctl to modify listening socket FIB inheritanceMark Johnston2025-02-211-6/+12
* inpcb: Add FIB-aware inpcb lookupMark Johnston2025-02-212-30/+43
* inpcb: Add a flags parameter to in_pcbbind()Mark Johnston2025-02-213-8/+16
* inpcb: Imbue in(6)_pcblookup_local() with a FIB parameterMark Johnston2025-02-212-8/+14
* inpcb: Remove some unused parameters in internal hash lookup functionsMark Johnston2025-02-211-8/+6
* icmp: use per rate limit randomized jitterMichael Tuexen2025-02-121-23/+27
* icmp: improve INVARIANTS checkMichael Tuexen2025-02-051-1/+1
* ip: Defer checks for an unspecified dstaddr until after pfil hooksMark Johnston2025-01-312-3/+15
* inpcb: Further restrict binding to a port owned by a different UIDMark Johnston2025-01-231-2/+9
* ipsec + ktls: cannot coexistsKonstantin Belousov2025-01-201-8/+26
* inpcb: Close some SO_REUSEPORT_LB racesMark Johnston2025-01-141-2/+11
* inpcb: Remove bogus SO_REUSEPORT(_LB) checks in in_pcbbind()Mark Johnston2025-01-141-3/+1
* inpcb: Fix the GENERIC-NODEBUG buildMark Johnston2025-01-041-2/+1
* inpcb: Factor out parts of in6_pcbbind() and in_pcbbind_setup()Mark Johnston2025-01-041-117/+145
* inpcb: Make some cosmetic improvements to in_pcbbind()Mark Johnston2024-11-281-11/+8
* inpcb: Constify address parameters to in6 pcb lookup routinesMark Johnston2024-11-222-22/+16
* in6: Constify some sockaddr conversion functionsMark Johnston2024-11-222-5/+5
* netinet: Explicitly disallow connections to the unspecified addressMark Johnston2024-09-201-0/+3
* netinet: Add a sysctl to allow disabling connections to INADDR_ANYMark Johnston2024-09-031-1/+11
* sctp(4): Fix typos in source code commentsGordon Bergling2024-08-121-3/+3
* nd6: Fix the routing table subscriptionMark Johnston2024-08-081-3/+3
* icmp: correct the assertion that checks limit + jitterGleb Smirnoff2024-06-261-1/+1
* icmp: allow zero value for ICMP limitsGleb Smirnoff2024-06-261-1/+1
* icmp6: bring rate limiting on a par with IPv4Gleb Smirnoff2024-06-261-23/+162
* icmp6: move ICMPv6 related tunables to the files where they are usedGleb Smirnoff2024-06-268-106/+87
* icmp6: rate limit our echo repliesGleb Smirnoff2024-06-261-0/+2
* icmp6: make icmp6_ratelimit() responsible to update the stats counterGleb Smirnoff2024-06-261-3/+2
* sys/netinet6/in6_pcb.c: fix compile without INETLexi Winter2024-05-211-6/+8
* in6.h: expose s6_addr* definitions to user levelMike Karels2024-05-101-1/+7
* carp: check CARP status in in_localip_fib(), in6_localip_fib()Gleb Smirnoff2024-03-281-1/+3
* netinet: Remove stale references to Giant from commentsMark Johnston2024-02-031-5/+2
* netinet6: Fix two typos in source code commentsGordon Bergling2024-01-252-2/+2
* sys: Use mbufq_empty instead of comparing mbufq_len against 0John Baldwin2024-01-181-1/+1
* frag6: Add another use of frag6_rmqueue()Mark Johnston2024-01-111-7/+2
* udplite: make socketoption available on IPv6 socketsMichael Tuexen2024-01-111-1/+1
* inpcb: reoder inpcb destructionGleb Smirnoff2024-01-092-2/+0
* frag6: Reduce code duplicationMark Johnston2024-01-071-25/+19
* frag6: Drop unneeded casts from malloc callsMark Johnston2024-01-071-4/+2
* Avoid IPv6 source address selection on accepting TCP connectionsAndrey V. Elsukov2023-10-301-8/+21
* netinet6: Add sysctl flag CTLFLAG_TUN to loader tunablesZhenlei Huang2023-10-021-3/+3
* sctp: cleanup cdefs.h includeMichael Tuexen2023-08-182-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1633-65/+0
* sys: Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-161-3/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1614-14/+0