aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
...
* 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-031-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
* inpcb: Close some SO_REUSEPORT_LB racesMark Johnston2024-12-121-2/+11
* in6_var.h: make struct in6_ifaddr declaration searchable with grep(1)Gleb Smirnoff2024-12-091-1/+1
* inpcb: Fix the GENERIC-NODEBUG buildMark Johnston2024-12-051-2/+1
* inpcb: Factor out parts of in6_pcbbind() and in_pcbbind_setup()Mark Johnston2024-12-051-117/+145
* inpcb: Constify address parameters to in6 pcb lookup routinesMark Johnston2024-11-142-22/+16
* in6: Constify some sockaddr conversion functionsMark Johnston2024-11-142-5/+5
* inpcb: gc unused argument of in_pcbconnect()Gleb Smirnoff2024-11-141-1/+1
* rip6: don't lock the inpcb listGleb Smirnoff2024-11-141-5/+0
* inpcb: Make some cosmetic improvements to in_pcbbind()Mark Johnston2024-11-141-11/+8
* inpcb: Remove some unused parameters in internal hash lookup functionsMark Johnston2024-11-081-8/+6
* netinet*: Add assertions for some places that don't support M_EXTPG mbufsJohn Baldwin2024-10-311-0/+5
* 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