aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* udp: slightly refactor udp_append()Gleb Smirnoff2025-09-011-21/+21
* udp: don't leak mbuf if tunnel didn't consume and inpcb is goneGleb Smirnoff2025-09-011-1/+4
* bridge: Fix adding gif(4) interface assigned with IP addresses as bridge memeberZhenlei Huang2025-09-011-2/+2
* tcp: improve sending of SYN-cookiesMichael Tuexen2025-08-301-41/+48
* tcp: remove stale commentMichael Tuexen2025-08-281-1/+0
* netinet: provide "at offset" variant of the in_delayed_cksum() APIMaxim Sobolev2025-08-262-3/+11
* tcp: remove now unneeded icmp includesGleb Smirnoff2025-08-256-12/+0
* mod_cc(4): Fix a typo in a source code commentGordon Bergling2025-08-251-1/+1
* tcp: improve inflating cwnd in limited transmitMichael Tuexen2025-08-251-5/+3
* tcp: improve the condition for detecting dup ACKsMichael Tuexen2025-08-241-263/+236
* icmp: clear offset and flags when reflecting a packetMichael Tuexen2025-08-181-1/+2
* udp: Fix a typo in a source code commentGordon Bergling2025-08-171-1/+1
* tcp: fix sysctl name in the gone_in() printfGleb Smirnoff2025-08-131-1/+1
* IPv6: Ignore PTB packets with an MTU < 1280Eric van Gyzen2025-08-122-4/+1
* tcp: retire rstreasonMichael Tuexen2025-08-126-58/+41
* tcp: minor cleanupMichael Tuexen2025-08-121-14/+14
* udp: use appropriate error countersMichael Tuexen2025-08-121-1/+5
* icmp: remove unused BANDLIM_UNLIMITEDMichael Tuexen2025-08-112-2/+1
* tcp: mitigate a side channel for detection of TCP connectionsMichael Tuexen2025-08-091-0/+8
* tcp: rate limit the sending of all RST segmentsMichael Tuexen2025-08-073-7/+7
* tcp : remove assignment without effectMichael Tuexen2025-08-071-1/+0
* inet: fix typoWarner Losh2025-08-081-1/+1
* tcp: ensure SACK rxmit never ends up left of its holeRichard Scheffenegger2025-08-062-3/+3
* tcp sack: improve computation of delivered_dataMichael Tuexen2025-08-061-1/+1
* tcp: improve consistency of KASSERTs in tcp_sack.cMichael Tuexen2025-08-061-13/+17
* rack, bbr: minor cleanupMichael Tuexen2025-08-061-4/+2
* ipfw: add numeric initializers to enum ipfw_opcodesAndrey V. Elsukov2025-08-031-110/+110
* tcp: Fix wrap around comparison bugNick Banks2025-08-011-2/+1
* sctp, tcp, udp: improve deferred computation of checksumsTimo Völker2025-08-014-1/+45
* tcp hpts: cleanup header fileNick Banks2025-07-312-82/+81
* tcp: improve variable and constant namesNick Banks2025-07-314-42/+42
* tcp: improve function namesNick Banks2025-07-316-75/+75
* sctp: whitespace cleanupMichael Tuexen2025-07-271-1/+0
* sendfile: don't hack sb_lowat for sockets that manage the watermarkGleb Smirnoff2025-07-251-1/+1
* udp: Fix a inpcb refcount leak in the tunnel receive pathMark Johnston2025-07-251-3/+8
* tcp: remove trailing whitespacesNick Banks2025-07-2413-50/+50
* tcp rack,bbr: cleanupMichael Tuexen2025-07-242-13/+2
* tcp rack: fix clearing of app limited periodsPeter Lei2025-07-211-1/+1
* tcp: use a single counter for limiting the RST rateMichael Tuexen2025-07-216-43/+46
* tcp rack: remove duplicate header includePeter Lei2025-07-211-1/+0
* tcp rack: fix sendmap app limited count trackingPeter Lei2025-07-211-3/+6
* tcp rack: fix typos and whitespace changesPeter Lei2025-07-211-15/+14
* tcp: cleanupMichael Tuexen2025-07-201-3/+5
* tcp hpts: remove unused line argument from tcp_set_hptsNick Banks2025-07-202-3/+2
* tcp hpts: use consistently inline instead of __inlineNick Banks2025-07-201-7/+7
* tcp: remove duplicate tcp_bblogging_on checksNick Banks2025-07-203-41/+40
* tcp: fix the test that a duplicate ACK has no dataMichael Tuexen2025-07-191-4/+5
* sysctl net.inet.tcp.ktcplist: properly fill driver status length fieldKonstantin Belousov2025-07-101-8/+18
* sysctl net.inet.tcp.ktcplist: try to handle EDEADLKKonstantin Belousov2025-07-101-10/+17
* sysctl net.inet.tcp.ktlslist: allow snd_tag_status_str() to sleepKonstantin Belousov2025-07-101-0/+20