summaryrefslogtreecommitdiff
path: root/sys/modules/tcp
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-03-12 Update to bring the rack stack with all its fixes in.Randall Stewart
2024-03-11Revert "Update to bring the rack stack with all its fixes in."Brooks Davis
2024-03-11Update to bring the rack stack with all its fixes in.Randall Stewart
2023-12-04lro: separate HPTS specific code into tcp_lro_hpts.cGleb Smirnoff
2023-11-21hpts: install kernel moduleGleb Smirnoff
2023-10-18Add the BBR and RACK stacks to the LINT kernel.Dag-Erling Smørgrav
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-04-04Update rack to the latest code used at NF.Randall Stewart
2023-04-01Fixes in the tcp infrastructure with respect to stack changes as well as othe...Randall Stewart
2022-12-14tcp: retire TCPDEBUGGleb Smirnoff
2022-07-08rack/bbr: fix standalone kernel module buildGleb Smirnoff
2021-09-29modules: a lot: need opt_kern_tls.hKyle Evans
2020-06-03Revise r361712 to disable tcpmd5.ko for 'options TCP_SIGNATURE'John Baldwin
2020-06-02modules: don't build ipsec/tcpmd5 if the kernel is configured for IPSECKyle Evans
2020-05-30Only build ipsec modules if the kernel includes IPSEC_SUPPORT.John Baldwin
2020-05-29Honor opt_ipsec.h from kernel builds.John Baldwin
2019-09-24This commit adds BBR (Bottleneck Bandwidth and RTT) congestion control. ThisRandall Stewart
2019-07-10This commit updates rack to what is basically being used at NF asRandall Stewart
2018-07-24Delete the example tcp stack "fastpath" whichRandall Stewart
2018-06-07Take out the stack alias inadvertantly added by my commit.Randall Stewart
2018-06-07This commit brings in a new refactored TCP stack called Rack.Randall Stewart
2017-03-27Tweak the Makefiles a bit to allow using "tcp" in MODULES_OVERRIDEMichael Tuexen
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2017-02-06Merge projects/ipsec into head/.Andrey V. Elsukov
2016-06-09Cleanup unneded include "opt_ipfw.h".Andrey V. Elsukov
2016-05-15opt_kdtrace.h is not needed for SDT probes as of r258541.Mark Johnston
2015-12-21Fix 'make depend'Ulrich Spörlein
2015-12-16First cut of the modularization of our TCP stack. StillRandall Stewart