summaryrefslogtreecommitdiffstats
path: root/sys/netinet/cc
Commit message (Expand)AuthorAgeFilesLines
* MFC r303343: Fix the case for some sysctl descriptions.brd2016-08-021-3/+3
* Add an option to use rfc6675 based pipe/inflight bytes calculation in htcp.hiren2016-05-091-4/+9
* sys/net*: minor spelling fixes.pfg2016-05-033-3/+3
* Rename netinet/tcp_cc.h to netinet/cc/cc.h.glebius2016-01-2710-9/+187
* - Rename cc.h to more meaningful tcp_cc.h.glebius2016-01-219-18/+18
* Cleanup TCP files from unnecessary interface related includes.glebius2016-01-216-8/+1
* Add an option to use rfc6675 based pipe/inflight bytes calculation in newreno.hiren2015-12-091-4/+10
* Add an option to use rfc6675 based pipe/inflight bytes calculation in cubic.hiren2015-12-091-4/+9
* DCTCP (Data Center TCP) implementation.hiren2015-01-121-0/+474
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-076-48/+57
* The SYSCTL data pointers can come from userspace and must not behselasky2014-10-281-28/+25
* Preserve limitation of "TCP_CA_NAME_MAX" when matching the algorithmhselasky2014-10-271-1/+2
* Make assignments to "net.inet.tcp.cc.algorithm" work by fixing a badhselasky2014-10-271-5/+7
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-2/+2
* Destroy the "qdiffsample_zone" UMA zone on unload to avoid a use-after-unloadlstewart2014-08-191-1/+11
* Fix string length argument passed to "sysctl_handle_string()" so thathselasky2014-08-101-2/+2
* Fixup for r261590 (vnet sysctl handlers cleanup).trociny2014-02-091-7/+2
* Import an implementation of the CAIA Delay-Gradient (CDG) congestion controllstewart2013-07-021-0/+695
* Staticize malloc types.pluknet2011-04-134-8/+4
* Use the full and proper company name for Swinburne University of Technologylstewart2011-04-129-59/+61
* Algorithm modules can define their own private congestion signal types in thelstewart2011-02-011-0/+4
* Fix typo in comment: "course" -> "coarse"lstewart2011-02-011-1/+1
* Import an implementation of the CAIA-Hamilton-Delay (CHD) congestion controllstewart2011-02-011-0/+497
* Import a clean-room implementation of the Hamilton-Delay (HD) congestion controllstewart2011-02-011-0/+254
* Import a clean-room implementation of the VEGAS congestion control algorithmlstewart2011-02-011-0/+308
* An sbuf configured with SBUF_AUTOEXTEND will call malloc with M_WAITOK when alstewart2011-01-231-4/+21
* Some correctness and robustness fixes related to CUBIC's mean RTT estimate:lstewart2011-01-211-6/+17
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-2/+2
* Import a clean-room implementation of the experimental H-TCP congestion controllstewart2010-12-021-0/+521
* Import a clean-room implementation of the experimental CUBIC congestion controllstewart2010-12-022-0/+625
* General cleanup of the NewReno CC module (no functional changes):lstewart2010-12-021-52/+40
* - Reinstantiate the after_idle hook call in tcp_output(), which got lostlstewart2010-12-021-4/+17
* Make the CC framework more VIMAGE friendly by adding the machinery to allowlstewart2010-11-161-30/+28
* - Querying the default CC algo is more common than setting it and the functionlstewart2010-11-161-3/+2
* Move protocol specific implementation detail out of the core CC framework.lstewart2010-11-161-48/+6
* On CC algorithm module unload, we walk the list of active TCP control blocks.lstewart2010-11-161-24/+35
* cc_init() should only be run once on system boot, but with VIMAGE kernels itlstewart2010-11-161-2/+4
* This commit marks the first formal contribution of the "Five New TCP Congestionlstewart2010-11-123-0/+641
OpenPOWER on IntegriCloud