summaryrefslogtreecommitdiff
path: root/sys/netinet/cc/cc_vegas.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-3/+4
* Fix bugs in plugable CC algorithm and siftr sysctls.Brooks Davis2018-12-151-6/+2
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-2/+2
* NULL out cc_data in pluggable TCP {cc}_cb_destroyMatt Macy2018-07-221-3/+1
* 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-3/+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-7/+9
* Staticize malloc types.Sergey Kandaurov2011-04-131-2/+1
* Use the full and proper company name for Swinburne University of TechnologyLawrence Stewart2011-04-121-7/+7
* Fix typo in comment: "course" -> "coarse"Lawrence Stewart2011-02-011-1/+1
* Import a clean-room implementation of the VEGAS congestion control algorithmLawrence Stewart2011-02-011-0/+308