summaryrefslogtreecommitdiff
path: root/sys/netinet/cc/cc_hd.c
Commit message (Expand)AuthorAgeFilesLines
* Add MODULE_VERSION to TCP loadable congestion control modules.Richard Scheffenegger2020-07-201-0/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-7/+9
* Fix bugs in plugable CC algorithm and siftr sysctls.Brooks Davis2018-12-151-7/+3
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-3/+3
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Rename netinet/tcp_cc.h to netinet/cc/cc.h.Gleb Smirnoff2016-01-271-1/+1
* - Rename cc.h to more meaningful tcp_cc.h.Gleb Smirnoff2016-01-211-2/+2
* Cleanup TCP files from unnecessary interface related includes.Gleb Smirnoff2016-01-211-1/+0
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff2014-11-071-11/+12
* Use the full and proper company name for Swinburne University of TechnologyLawrence Stewart2011-04-121-7/+7
* Import a clean-room implementation of the Hamilton-Delay (HD) congestion controlLawrence Stewart2011-02-011-0/+254