aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/tcp
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* Update to bring the rack stack with all its fixes in.Randall Stewart2024-03-121-1/+1
* Revert "Update to bring the rack stack with all its fixes in."Brooks Davis2024-03-111-1/+1
* Update to bring the rack stack with all its fixes in.Randall Stewart2024-03-111-1/+1
* lro: separate HPTS specific code into tcp_lro_hpts.cGleb Smirnoff2023-12-041-1/+2
* hpts: install kernel moduleGleb Smirnoff2023-11-212-4/+8
* Add the BBR and RACK stacks to the LINT kernel.Dag-Erling Smørgrav2023-10-181-5/+2
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
* Update rack to the latest code used at NF.Randall Stewart2023-04-041-1/+1
* Fixes in the tcp infrastructure with respect to stack changes as well as othe...Randall Stewart2023-04-011-1/+1
* tcp: retire TCPDEBUGGleb Smirnoff2022-12-142-2/+0
* rack/bbr: fix standalone kernel module buildGleb Smirnoff2022-07-092-2/+4
* modules: a lot: need opt_kern_tls.hKyle Evans2021-09-301-1/+1
* Revise r361712 to disable tcpmd5.ko for 'options TCP_SIGNATURE'John Baldwin2020-06-031-1/+1
* modules: don't build ipsec/tcpmd5 if the kernel is configured for IPSECKyle Evans2020-06-021-1/+1
* Only build ipsec modules if the kernel includes IPSEC_SUPPORT.John Baldwin2020-05-301-3/+2
* Honor opt_ipsec.h from kernel builds.John Baldwin2020-05-291-3/+0
* This commit adds BBR (Bottleneck Bandwidth and RTT) congestion control. ThisRandall Stewart2019-09-242-0/+25
* This commit updates rack to what is basically being used at NF asRandall Stewart2019-07-101-1/+1
* Delete the example tcp stack "fastpath" whichRandall Stewart2018-07-242-20/+0
* Take out the stack alias inadvertantly added by my commit.Randall Stewart2018-06-071-1/+0
* This commit brings in a new refactored TCP stack called Rack.Randall Stewart2018-06-072-0/+26
* Tweak the Makefiles a bit to allow using "tcp" in MODULES_OVERRIDEMichael Tuexen2017-03-271-0/+23
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-042-2/+2
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-0/+11
* Cleanup unneded include "opt_ipfw.h".Andrey V. Elsukov2016-06-091-1/+1
* opt_kdtrace.h is not needed for SDT probes as of r258541.Mark Johnston2016-05-151-1/+1
* Fix 'make depend'Ulrich Spörlein2015-12-211-0/+3
* First cut of the modularization of our TCP stack. StillRandall Stewart2015-12-161-0/+15