aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* inpcb: do not copy so_options into inp_flags2Gleb Smirnoff2023-07-272-33/+6
* gif(4): Revert in{,6}_gif_output() misalignment handlingMarius Strobl2023-07-261-17/+2
* mac_ipacl: new MAC policy module to limit jail/vnet IP configurationShivank Garg2023-07-261-0/+10
* mld: always commit state changes on leavingKristof Provost2023-07-241-13/+7
* ip output: ensure that mbufs are mapped if ipsec is enabledKonstantin Belousov2023-07-211-0/+6
* Fix MINIMAL buildKristof Provost2023-07-141-0/+1
* netinet[6]: make in[6]_control use ucred instead of td.Alexander V. Chernikov2023-07-012-11/+20
* carp: use nd6log() macro to log debug messagesAndrey V. Elsukov2023-06-281-4/+4
* netinet6: Implement in6_cksum_partial() using m_apply()Mark Johnston2023-06-232-167/+139
* netinet6: make IPv6 fragment TTL per-VNET configurable.Alexander V. Chernikov2023-06-012-6/+60
* ifnet: consistently call hooks when the interface gets up.Alexander V. Chernikov2023-06-011-0/+14
* netinet*: Fix redirects for connections from localhostDoug Rabson2023-05-312-0/+23
* inpcb: Restore missing validation of local addresses for jailed socketsMark Johnston2023-05-301-2/+4
* routing: plug mbuf leak for the packets hitting IPv6 blackhole routeAlexander V. Chernikov2023-05-171-3/+6
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-124-4/+4
* ipv6: disable RFC 4620 nodeinfo by defaultEd Maste2023-04-261-2/+1
* inpcb: Avoid inp_cred dereferences in SMR-protected lookupMark Johnston2023-04-202-15/+115
* inpcb: Move inpcb matching logic into separate functionsMark Johnston2023-04-201-19/+47