aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* ip_mroute: Convert to using a regular mutexMark Johnston2026-01-272-22/+23
* ip_mroute: EVENTHANDLER_REGISTER does not failMark Johnston2026-01-271-6/+0
* ip6: Remove support for RFC2675 (Jumbo Payload Option)Tom Jones2026-01-271-1/+11
* netinet6: store ND context directly in struct in6_ifextraGleb Smirnoff2026-01-231-3/+3
* netinet6: embed the counter(9) arrays in struct in6_ifextraGleb Smirnoff2026-01-231-2/+1
* sctp: support bridge interfacesMichael Tuexen2026-01-201-0/+1
* ip: improve deferred computation of checksumsTimo Völker2026-01-202-9/+29
* tcp: Unifidef use of rss software hash in syncacheAndrew Gallatin2026-01-051-3/+2
* TCP Stacks, Improve rack to better handle reorderingRandall Stewart2026-01-052-8/+87
* tcp: fix checksum calculation bugTimo Völker2025-12-191-2/+2
* net: attach IPv4 and IPv6 stacks to an interface with EVENTHANDLER(9)Gleb Smirnoff2025-12-189-60/+75
* tpc: retire net.inet.tcp.nolocaltimewaitGleb Smirnoff2025-12-121-42/+0
* lltable: use own lockGleb Smirnoff2025-12-082-10/+10
* tcp: fix build with RSSGleb Smirnoff2025-12-061-0/+2
* tcp: retire do_newsack - always adhere to RFC6675 SACKRichard Scheffenegger2025-12-054-52/+6
* net: routing table attach never failsGleb Smirnoff2025-12-041-3/+0
* tcp: don't set flowid in tcp_input()Gleb Smirnoff2025-12-031-31/+0
* tcp: store flowid info in syncacheGleb Smirnoff2025-12-033-41/+70
* divert: Use CK_SLISTs for the divcb hash tableMark Johnston2025-12-031-8/+9
* netinet: Remove left-over sys/cdefs.hWarner Losh2025-12-0351-51/+0
* tcp: Enable symmetric hashing by setting hash on outgoing connsAndrew Gallatin2025-11-221-0/+10
* rss: Enable portions of RSS globally to enable symmetric hashingAndrew Gallatin2025-11-221-0/+3
* ipfw: add extra parenthesis around ACTION_PTR() macroGleb Smirnoff2025-11-211-1/+1
* ip: use standard C types for ECN helper functionsSeyed Pouria Mousavizadeh Tehrani2025-11-212-10/+10
* TCP Pacing system (HPTS) is missing an APIRandall Stewart2025-11-181-0/+11
* tcp: improve comments in the syncache codeMichael Tuexen2025-11-071-1/+12
* ddb: provide inp_flags2 when printing inpcbsMichael Tuexen2025-11-032-0/+10
* tcp: drop SYN ACK segment for listening socketsMichael Tuexen2025-11-033-21/+2
* ddb: improve printing of inpcbsMichael Tuexen2025-11-021-4/+6
* ddb: use %b when showing flags for a tcpcbMichael Tuexen2025-11-022-261/+33
* ddb: use %b when showing flags for an inpMichael Tuexen2025-11-022-156/+18
* ddb: fix compilationMichael Tuexen2025-10-311-2/+2
* ddb: optionally print inp when printing tcpcbMichael Tuexen2025-10-313-8/+18
* ddb: whitespace changeMichael Tuexen2025-10-311-3/+3
* ddb: improve printing of inp_flagsMichael Tuexen2025-10-311-4/+16
* tcp: remove unused definePeter Lei2025-10-311-1/+0
* tcp: improve credential handling in syncacheMichael Tuexen2025-10-271-5/+9
* ipfw: Retire obsolete compat codeEd Maste2025-10-271-4/+0
* udp: honor IPV6_TCLASS cmsg for UDP/IPv4 packetsMichael Tuexen2025-10-261-0/+17
* udp: honor IPV6_TCLASS socket option for UDP/IPv4 packetsMichael Tuexen2025-10-261-0/+12
* tcp: save progress timeout cause in connection end statusPeter Lei2025-10-241-2/+5
* tcp rack: cleanupPeter Lei2025-10-242-198/+4
* tcp over udp: don't copy more bytes than avaiableMichael Tuexen2025-10-231-1/+1
* UDP-Lite: export pcblist via sysctl interfaceMichael Tuexen2025-10-233-0/+8
* inpcb: Ignore SO_REUSEPORT_LB on connected socketsMark Johnston2025-10-221-3/+10
* tcp: fix typo in commentPeter Lei2025-10-211-1/+1
* UDP: let udp_pcblist() support UDP and UDP-LiteMichael Tuexen2025-10-201-7/+8
* Revert "UDP: let udp_pcblist() support UDP and UDP-Lite"Michael Tuexen2025-10-201-8/+7
* UDP: let udp_pcblist() support UDP and UDP-LiteMichael Tuexen2025-10-201-7/+8
* Move bbr and rack to use inline per C99 (TCP Sub-system)Randall Stewart2025-10-202-9/+9