aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/cc/cc.c
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-4/+6
* Add support for the experimental Internet-Draft "TCP Alternative Backoff withLawrence Stewart2018-03-191-0/+11
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix the case for some sysctl descriptions.Brad Davis2016-07-261-3/+3
* 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-1/+2
* Cleanup TCP files from unnecessary interface related includes.Gleb Smirnoff2016-01-211-2/+1
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff2014-11-071-1/+2
* The SYSCTL data pointers can come from userspace and must not beHans Petter Selasky2014-10-281-28/+25
* Preserve limitation of "TCP_CA_NAME_MAX" when matching the algorithmHans Petter Selasky2014-10-271-1/+2
* Make assignments to "net.inet.tcp.cc.algorithm" work by fixing a badHans Petter Selasky2014-10-271-5/+7
* Fix string length argument passed to "sysctl_handle_string()" so thatHans Petter Selasky2014-08-101-2/+2
* Use the full and proper company name for Swinburne University of TechnologyLawrence Stewart2011-04-121-7/+8
* An sbuf configured with SBUF_AUTOEXTEND will call malloc with M_WAITOK when aLawrence Stewart2011-01-231-4/+21
* Make the CC framework more VIMAGE friendly by adding the machinery to allowLawrence Stewart2010-11-161-30/+28
* - Querying the default CC algo is more common than setting it and the functionLawrence Stewart2010-11-161-3/+2
* Move protocol specific implementation detail out of the core CC framework.Lawrence Stewart2010-11-161-48/+6
* On CC algorithm module unload, we walk the list of active TCP control blocks.Lawrence Stewart2010-11-161-24/+35
* cc_init() should only be run once on system boot, but with VIMAGE kernels itLawrence Stewart2010-11-161-2/+4
* This commit marks the first formal contribution of the "Five New TCP CongestionLawrence Stewart2010-11-121-0/+340