aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* 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-99/+99
* 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-9/+16
* sysctl net.inet.tcp.ktlslist: allow snd_tag_status_str() to sleepKonstantin Belousov2025-07-101-0/+20
* in_pcb: add in_pcbrele_rlock()Konstantin Belousov2025-07-102-0/+18
* tcp: don't allow to connect a TCP/IPv6 endpoint in TIME WAIT stateMichael Tuexen2025-07-071-1/+2
* tcp: remove an invalid KASSERTMichael Tuexen2025-07-011-4/+0
* ddb: print FIN flag only one when printing BBLog entriesMichael Tuexen2025-06-291-6/+0
* tcp: improve name of functionMichael Tuexen2025-06-271-3/+3
* tcp: set net.inet.tcp.nolocaltimewait to 0 and deprecate itMichael Tuexen2025-06-271-3/+21
* tcp: use 0 as the value being ignoredMichael Tuexen2025-06-261-1/+1
* tcp: allow specifying a MSL for local communicationsMichael Tuexen2025-06-264-2/+34
* tcp: cleanup timer initialisationsMichael Tuexen2025-06-262-16/+12
* tcp: restrict the contents of tcp_timer.h to the kernel contextMichael Tuexen2025-06-261-2/+2
* tcp rack: simplify expressionPeter Lei2025-06-261-1/+1
* tcp: remove references to Lock(b)Peter Lei2025-06-262-4/+0
* tcp rack: move unused field from struct tcp_rackPeter Lei2025-06-261-1/+0
* counter(9): rate limit periods may be more than 1 secondKristof Provost2025-06-251-5/+4
* sysctl net.inet.tcp.ktlslist: do not rely on global generation for ktls sessionsKonstantin Belousov2025-06-241-12/+29
* Fix a warning in the rack stack.Randall Stewart2025-06-181-11/+17