aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* ip6: leave room for link headers in UDPAndrew Gallatin2025-04-151-3/+7
* in6_control_ioctl: correctly report errors from SIOCAIFADDR_IN6Lexi Winter2025-04-071-1/+1
* netinet: Fix getcred sysctl handlers to do nothing if no input is givenMark Johnston2025-03-202-0/+4
* inpcb: in_pcbinshash() can't fail on connect(2)Gleb Smirnoff2025-03-131-1/+2
* ip6_cksum.c: generalize in6_cksum_partial() to allow L2 headers in passed mbufKonstantin Belousov2025-03-132-8/+19
* inpcb: retire two-level port hash databaseGleb Smirnoff2025-03-071-43/+32
* vm_lowmem: Fix signature mismatches in vm_lowmem callbacksSHENGYI HONG2025-03-052-2/+2
* ipfw: migrate ipfw to 32-bit size rule numbersAndrey V. Elsukov2025-03-031-3/+7
* icmp: use per rate limit randomized jitterMichael Tuexen2025-02-101-23/+27
* inet6: add the missing lock acquire to nd6_get_llentryMateusz Guzik2025-02-101-0/+1
* rawip: Add a bind_all_fibs sysctlMark Johnston2025-02-062-3/+24
* socket: Move SO_SETFIB handling to protocol layersMark Johnston2025-02-062-9/+18
* udp: Add a sysctl to modify listening socket FIB inheritanceMark Johnston2025-02-061-6/+12
* inpcb: Add FIB-aware inpcb lookupMark Johnston2025-02-062-30/+43
* 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