aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_stacks
Commit message (Expand)AuthorAgeFilesLines
* TCP BBR: remove dead codeMichael Tuexen2025-02-051-4/+0
* TCP RACK: don't log an uninitialized valueMichael Tuexen2025-02-051-2/+3
* TCP BBR: remove dead codeMichael Tuexen2025-02-051-8/+0
* TCP BBR: remove dead codeMichael Tuexen2025-02-051-3/+0
* TCP RACK: fix TCP fast openMichael Tuexen2025-02-051-4/+5
* TCP BBR: remove code which is not neededMichael Tuexen2025-02-051-4/+0
* TCP BBR: simplify expressionMichael Tuexen2025-02-051-1/+1
* TCP BBR: fix integer overflowMichael Tuexen2025-02-051-1/+1
* TCP BBR: simplify expressionMichael Tuexen2025-02-051-1/+1
* TCP RACK: remove un-needed assignmentMichael Tuexen2025-02-051-1/+0
* TCP BBR: do not log an uninitialized valueMichael Tuexen2025-02-051-1/+1
* TCP BBR: remove code which is never executedMichael Tuexen2025-02-051-2/+0
* TCP BBR: fix condition when sending a tail loss probeMichael Tuexen2025-02-051-1/+1
* TCP RACK: add commentMichael Tuexen2025-02-051-0/+1
* TCP BBR: fix getsockopt() for TCP_BBR_USEDEL_RATEMichael Tuexen2025-02-051-2/+6
* TCP RACK, BBR: cleanup of ctf_process_inbound_raw()Michael Tuexen2025-02-051-21/+7
* TCP RACK, BBR: ensure return value is always ininitializedMichael Tuexen2025-02-051-1/+1
* TCP BBR: remove assignments without effectMichael Tuexen2025-02-051-3/+1
* tcp rack, bbr: improve handling of soft errorsMichael Tuexen2024-10-312-0/+2
* tcp bbr: improve code consistencyMichael Tuexen2024-08-011-3/+3
* tcp rack: fix memory corruptionMichael Tuexen2024-08-011-2/+2
* sys: Style fix for M_EXT | M_EXTPGJohn Baldwin2024-01-181-1/+1
* tcp_stacks: Fix two typos in a source code commentsGordon Bergling2024-01-072-2/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-236-11/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-232-4/+0
* tcp: fix TCP MD5 computation for the BBR and RACK stackMichael Tuexen2023-06-252-15/+61
* tcp: remove unused t_rttbestMichael Tuexen2023-02-022-6/+0
* tcp rack: simplify computation of rsm start and endMichael Tuexen2023-02-011-7/+4
* tcp rack: fix switching to RACK when FIN has been sentMichael Tuexen2023-02-011-5/+2
* extra_tcp_stacks: Fix a common typo in source code commentsGordon Bergling2023-01-222-3/+3
* tcp_rack(4): Fix a typo in a source code commentGordon Bergling2023-01-141-1/+1
* tcp_bbr(4): Fix a typo in a source code commentGordon Bergling2022-11-111-1/+1
* Add mbuf_tstmp2timeval()Konstantin Belousov2022-10-122-6/+3
* extra_tcp_stacks: Fix two typos in source code commentsGordon Bergling2022-09-122-2/+2
* tcp_rack: Fix two typos in source code commentsGordon Bergling2022-09-061-2/+2
* Suppress unused variable warning in tcp_stacks's rack.cDimitry Andric2022-08-211-1/+1
* Fix unused variable warning in tcp_stacks's rack.cDimitry Andric2022-08-211-0/+4
* Fix unused variable warning in tcp_stacks's bbr.cDimitry Andric2022-08-211-3/+0
* rack: Fix a common typo in comments and a sysctl descriptionGordon Bergling2022-06-101-10/+10
* tcp_rack: Fix two typos in sysctl descriptionsGordon Bergling2022-06-101-2/+2
* rack: Fix a typo in a source code commentGordon Bergling2022-06-101-1/+1
* tcp_bbr(4): Fix a typo in a source code commentGordon Bergling2022-04-141-1/+1
* tcp_bbr(4): Fix two typos in source code commentsGordon Bergling2022-04-141-2/+2
* tcp_rack: Fix a typo in a source code commentGordon Bergling2022-04-141-1/+1
* tcp_bbr(4): Fix a typo in a sysctl description and a commentGordon Bergling2022-04-141-2/+2
* tcp_rack: Fix a few typos in sysctl descriptions and commentsGordon Bergling2022-04-141-4/+4
* extra_tcp_stacks: Fix two typos in source code commentsGordon Bergling2022-04-022-2/+2
* extra_tcp_stacks: Fix a few common typosGordon Bergling2022-02-022-7/+7
* tcp_bbr(4): Fix a few typos in sysctl descriptionsGordon Bergling2022-01-051-4/+4
* netinet: Fix a common typo in source code commentsGordon Bergling2021-12-032-2/+2