aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* netinet: Explicitly disallow connections to the unspecified addressMark Johnston2024-08-291-0/+3
* netinet: Add a sysctl to allow disabling connections to INADDR_ANYMark Johnston2024-08-201-1/+11
* Revert "udp: improve handling of cached route"Michael Tuexen2024-07-301-1/+1
* udp: improve handling of cached routeMichael Tuexen2024-07-281-1/+1
* nd6: Fix the routing table subscriptionMark Johnston2024-07-251-3/+3
* sctp(4): Fix typos in source code commentsGordon Bergling2024-07-211-3/+3
* ip6_output: place IPSEC_OUTPUT hook after the outgoing ifp is calculatedKonstantin Belousov2024-07-121-21/+21
* ipsec_output(): add mtu argumentKonstantin Belousov2024-07-121-1/+1
* ipsec_output(): add outcoming ifp argumentKonstantin Belousov2024-07-121-1/+1
* in6_rmx: remove unnecessary socketvar.hGleb Smirnoff2024-05-071-1/+0
* sockets: garbage collect PRCOREQUESTS and stale commentGleb Smirnoff2024-05-071-2/+2
* in6.h: expose s6_addr* definitions to user levelMike Karels2024-05-021-1/+7
* sys/netinet6/in6_pcb.c: fix compile without INETLexi Winter2024-04-121-6/+8
* icmp: correct the assertion that checks limit + jitterGleb Smirnoff2024-04-081-1/+1
* netinet: add a probe point for IP, IP6, ICMP, ICMP6, UDP and TCP stats countersKristof Provost2024-04-087-22/+31
* icmp: allow zero value for ICMP limitsGleb Smirnoff2024-03-251-1/+1
* icmp6: bring rate limiting on a par with IPv4Gleb Smirnoff2024-03-241-23/+162
* icmp6: move ICMPv6 related tunables to the files where they are usedGleb Smirnoff2024-03-248-106/+87
* icmp6: rate limit our echo repliesGleb Smirnoff2024-03-241-0/+2
* icmp6: make icmp6_ratelimit() responsible to update the stats counterGleb Smirnoff2024-03-241-3/+2
* ip6_output: Reduce cache misses on pktoptsAndrew Gallatin2024-03-202-40/+83
* carp: check CARP status in in_localip_fib(), in6_localip_fib()Gleb Smirnoff2024-03-191-1/+3
* Revert "sockets: retire sorflush()"Gleb Smirnoff2024-02-031-4/+2
* pfil: PFIL_PASS never frees the mbufKristof Provost2024-01-291-2/+0
* netinet: Remove stale references to Giant from commentsMark Johnston2024-01-271-5/+2
* netinet6: Fix two typos in source code commentsGordon Bergling2024-01-222-2/+2
* Add UDP encapsulation of ESP in IPv6Xavier Beaudouin2024-01-161-1/+11
* sockets: retire sorflush()Gleb Smirnoff2024-01-161-2/+4
* sockets: make pr_shutdown fully protocol specific methodGleb Smirnoff2024-01-162-8/+18
* sys: Use mbufq_empty instead of comparing mbufq_len against 0John Baldwin2024-01-091-1/+1
* frag6: Add another use of frag6_rmqueue()Mark Johnston2024-01-041-7/+2
* frag6: Reduce code duplicationMark Johnston2023-12-311-25/+19
* frag6: Drop unneeded casts from malloc callsMark Johnston2023-12-311-4/+2
* inpcb: reoder inpcb destructionGleb Smirnoff2023-12-272-2/+0
* sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff2023-11-305-121/+62
* sockets: don't malloc/free sockaddr memory on accept(2)Gleb Smirnoff2023-11-302-21/+0
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-275-5/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-2718-36/+0
* udplite: make socketoption available on IPv6 socketsMichael Tuexen2023-11-051-1/+1
* netinet6: Add sysctl flag CTLFLAG_TUN to loader tunablesZhenlei Huang2023-09-251-3/+3
* Avoid IPv6 source address selection on accepting TCP connectionsAndrey V. Elsukov2023-09-141-8/+21
* 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
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-167-14/+0
* sctp: remove duplicate codeMichael Tuexen2023-08-081-47/+1
* sctp: cleanupMichael Tuexen2023-08-081-8/+1
* frag6: Avoid a possible integer overflow in fragment handlingJonathan T. Looney2023-08-011-0/+5