summaryrefslogtreecommitdiffstats
path: root/sys/netinet/cc
Commit message (Expand)AuthorAgeFilesLines
* MFC r273733, r273740 and r273773:hselasky2014-10-301-25/+25
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-2/+2
* MFC r270160:lstewart2014-09-161-1/+11
* MFC r269777:hselasky2014-08-271-2/+2
* Merge r261590: Fixup for r261590 (vnet sysctl handlers cleanup)glebius2014-03-041-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