aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* routing: Retire ROUTE_MPATH compile optionPouria Mousavizadeh Tehrani25 hours6-29/+12
* tcp: plug an mbuf leakMichael Tuexen3 days1-0/+2
* tcp_usrreq: Only allocate TFO counter when requiredPouria Mousavizadeh Tehrani4 days1-8/+8
* tcp: make TCP_TRK_TRACK_FLG_* flags visible to userland programsGleb Smirnoff5 days1-9/+9
* tcp/rack: don't call call tcp_state_change() before tcp_close()Gleb Smirnoff8 days1-1/+0
* tcp: remove extraneous codeGleb Smirnoff8 days1-5/+0
* ecn(9): Update ecn tunneling functions to RFC 6040Pouria Mousavizadeh Tehrani9 days2-60/+106
* in_var.h: fixup comments that mention use by ifmcstat(8)Gleb Smirnoff10 days1-4/+1
* tcp: fix up !VIMAGE buildsGleb Smirnoff2026-03-141-1/+2
* inpcb: fix up !VIMAGE buildsGleb Smirnoff2026-03-141-3/+3
* inpcb: in in_pcbbind() use bool for anonportGleb Smirnoff2026-03-131-1/+2
* inpcb: overhaul in_pcb.hGleb Smirnoff2026-03-121-246/+231
* netinet: remove _WANT_INPCB and _WANT_TCPCBGleb Smirnoff2026-03-123-7/+7
* tcp: make sack_filter.c compilable without _WANT_TCPCBGleb Smirnoff2026-03-121-14/+15
* carp: retire ioctl(2) APIGleb Smirnoff2026-03-122-330/+122
* carp: fix global demotion counter to VRRP advertisementsOlivier Cochard2026-03-051-3/+14
* hpts: remove call into TCP HPTS from userret()Gleb Smirnoff2026-03-054-14/+18
* hpts: remove no longer relevant commentGleb Smirnoff2026-03-041-12/+0
* inpcb: use correct label name in a commentGleb Smirnoff2026-03-041-2/+2
* tcp: improve NOINET buildsMichael Tuexen2026-03-041-0/+3
* ipfw: add support for masked ip-address lookupsBoris Lytochkin2026-03-011-21/+60
* sctp: fix NOINET buildMichael Tuexen2026-02-271-1/+20
* divert: unbreak the LINT-NOIP buildEnji Cooper2026-02-271-2/+3
* divert: Use a better source identifier for netisr_queue_src() callsMark Johnston2026-02-261-2/+4
* tcp: improve handling of segments in TIME WAITMichael Tuexen2026-02-251-1/+1
* tcp: BBLog incoming packets in TCPS_TIME_WAITMichael Tuexen2026-02-251-0/+3
* When TCP ECN decides it wants to assure an ACK is sent it needs to do it corr...Randall Stewart2026-02-253-4/+13
* sctp: fix so_proto when peeling off a socketMichael Tuexen2026-02-251-1/+3
* Mitigate a case where TCP rack can send an extra ack.Randall Stewart2026-02-241-2/+11
* tcp: cleanupMichael Tuexen2026-02-221-12/+12
* tcp: improve validation of received TCP over UDP packetsMichael Tuexen2026-02-201-5/+17
* ip_mroute: Make the routing socket privateMark Johnston2026-02-136-25/+28
* tcp: restrict flowtype copying to specific RSS TCP typesCheng Cui2026-02-101-2/+2
* ip_mroute: Try to make function pointer declarations more consistentMark Johnston2026-02-106-13/+22
* ip_mroute: Use a local variable to store a VIF pointerMark Johnston2026-02-101-22/+29
* sctp: Use __sdt_used for variables only used by SDT probesJohn Baldwin2026-02-091-15/+9
* sockets: let protocols be responsible for socket buffer mutexesGleb Smirnoff2026-02-031-3/+12
* ip_mroute: Make privilege checking more consistentMark Johnston2026-02-021-5/+0
* 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