aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* inet6: add the missing lock acquire to nd6_get_llentryMateusz Guzik2025-03-181-0/+1
* icmp: use per rate limit randomized jitterMichael Tuexen2025-02-121-23/+27
* icmp: improve INVARIANTS checkMichael Tuexen2025-02-121-1/+1
* icmp: correct the assertion that checks limit + jitterGleb Smirnoff2025-02-121-1/+1
* icmp: allow zero value for ICMP limitsGleb Smirnoff2025-02-121-1/+1
* icmp6: bring rate limiting on a par with IPv4Gleb Smirnoff2025-02-122-21/+164
* icmp6: rate limit our echo repliesGleb Smirnoff2025-02-121-0/+2
* icmp6: make icmp6_ratelimit() responsible to update the stats counterGleb Smirnoff2025-02-121-3/+2
* nd6: Fix the routing table subscriptionMark Johnston2024-09-041-3/+3
* sctp(4): Fix typos in source code commentsGordon Bergling2024-08-121-3/+3
* inet6: protect address manipulation with a lockMateusz Guzik2024-05-101-0/+9
* inpcb: Restore some NULL checks of credential pointersMark Johnston2024-02-071-2/+4
* netinet6: Fix two typos in source code commentsGordon Bergling2024-01-252-2/+2
* inpcb: Allow SO_REUSEPORT_LB to be used in jailsMark Johnston2024-01-221-38/+61
* inpcb: Remove NULL checks of credential referencesMark Johnston2024-01-221-6/+4
* routing: plug mbuf leak for the packets hitting IPv6 blackhole routeAlexander V. Chernikov2024-01-221-3/+6
* sys: Use mbufq_empty instead of comparing mbufq_len against 0John Baldwin2024-01-181-1/+1
* sctp: cleanup cdefs.h includeMichael Tuexen2024-01-112-2/+0
* sctp: remove duplicate codeMichael Tuexen2024-01-111-47/+1
* sctp: cleanupMichael Tuexen2024-01-111-8/+1
* netinet6: Add sysctl flag CTLFLAG_TUN to loader tunablesZhenlei Huang2023-10-021-3/+3
* blackhole(4): disable for locally originated TCP/UDP packetsGleb Smirnoff2023-09-141-1/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2333-65/+0
* sys: Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-232-6/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-232-2/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-2315-15/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-237-14/+0
* gif(4): Revert in{,6}_gif_output() misalignment handlingMarius Strobl2023-08-061-17/+2
* frag6: Avoid a possible integer overflow in fragment handlingJonathan T. Looney2023-08-011-0/+5
* mld: always commit state changes on leavingKristof Provost2023-07-311-13/+7
* ip output: ensure that mbufs are mapped if ipsec is enabledKonstantin Belousov2023-07-281-0/+6
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-255-5/+5
* netinet*: Fix redirects for connections from localhostDoug Rabson2023-07-142-0/+23
* netinet6: Implement in6_cksum_partial() using m_apply()Mark Johnston2023-07-072-167/+139
* ipv6: disable RFC 4620 nodeinfo by defaultEd Maste2023-05-011-2/+1
* netinet: Tighten checks for unspecified source addressesMark Johnston2023-03-201-0/+2
* udp: Fix a memory leak in udp6_send()Mark Johnston2023-03-201-2/+2
* pcb: Move an assignment into in_pcbdisconnect()Mark Johnston2023-02-202-4/+2
* nd6: fix panic in lltable_drop_entry_queue()Alexander V. Chernikov2023-02-201-3/+6
* netinet6: Fix mbuf leak in NDPArseny Smalyuk2023-02-201-42/+11
* netinet6: honor blackhole/unreach routes in the non-fastforwading code.Alexander V. Chernikov2023-02-091-0/+9
* ip_gre: Fix a common typo in source code commentsGordon Bergling2023-01-221-1/+1
* netinet6: call lle_event eventhandler after updating stateAlexander V. Chernikov2023-01-131-1/+1
* routing: constantify @rc in rib_decompose_notification().Alexander V. Chernikov2023-01-131-1/+1
* routing: make rib_add_redirect() use new nhop-based KPIAlexander V. Chernikov2023-01-131-5/+2
* netinet6: simplify defrouter_select_fib()Alexander V. Chernikov2023-01-131-29/+22
* netinet6: allow ND entries creation for all directly-reachableAlexander V. Chernikov2023-01-131-68/+22
* netinet6: simplify selectroute()Alexander V. Chernikov2023-01-131-59/+56
* netinet6: factor out cached route lookups from selectroute().Alexander V. Chernikov2023-01-131-117/+60
* netinet6: perform out-of-bounds check for loX multicast statisticsAlexander V. Chernikov2023-01-131-6/+5