summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_cubic.c
Commit message (Expand)AuthorAgeFilesLines
* tcp_cubic: limit delayed_ack ratio to prevent divide errorstephen hemminger2011-05-091-2/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-151-11/+34
|\
| * tcp_cubic: fix low utilization of CUBIC with HyStartSangtae Ha2011-03-141-0/+7
| * tcp_cubic: make the delay threshold of HyStart less sensitiveSangtae Ha2011-03-141-1/+1
| * tcp_cubic: enable high resolution ack time if neededstephen hemminger2011-03-141-0/+4
| * tcp_cubic: fix clock dependencystephen hemminger2011-03-141-12/+19
| * tcp_cubic: make ack train delta value a parameterstephen hemminger2011-03-141-1/+4
| * tcp_cubic: fix comparison of jiffiesstephen hemminger2011-03-141-2/+4
* | tcp: mark tcp_congestion_ops read_mostlyStephen Hemminger2011-03-101-1/+1
|/
* tcp: add helper for AI algorithmIlpo Järvinen2009-03-021-10/+1Star
* [TCP] CUBIC v2.3Sangtae Ha2008-11-021-11/+109
* rename div64_64 to div64_u64Roman Zippel2008-05-011-2/+2
* [TCP]: TCP cubic v2.2Sangtae Ha2008-03-041-27/+8Star
* [TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidIlpo Järvinen2008-01-281-2/+1Star
* [TCP]: Remove num_acked>0 checks from cong.ctrl mods pkts_ackedIlpo Järvinen2007-10-111-1/+1
* [TCP]: cubic - eliminate use of receive time stampStephen Hemminger2007-07-311-28/+18Star
* [TCP]: congestion control API pass RTT in microsecondsStephen Hemminger2007-07-311-1/+1
* [TCP]: remove unused argument to cong_avoid opStephen Hemminger2007-07-181-1/+1
* [TCP]: Set initial_ssthresh default to zero in Cubic and BIC.David S. Miller2007-06-131-1/+1
* [TCP]: Congestion control API update.Stephen Hemminger2007-04-261-1/+1
* [TCP]: cubic update for net-2.6.22Stephen Hemminger2007-04-261-3/+5
* [TCP]: cubic optimizationStephen Hemminger2007-04-261-11/+39
* [TCP] tcp_cubic: faster cube rootStephen Hemminger2007-04-261-11/+5Star
* [NET]: div64_64 consolidate (rev3)Stephen Hemminger2007-04-261-23/+0Star
* [TCP]: Use read mostly for CUBIC parameters.Stephen Hemminger2007-02-121-10/+10
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-25/+25
* [TCP] cubic: scaling errorStephen Hemminger2006-10-261-3/+3
* [TCP] Congestion control (modulo lp, bic): use BUILD_BUG_ONAlexey Dobriyan2006-09-231-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [TCP]: Minimum congestion window consolidation.Stephen Hemminger2006-06-181-6/+0Star
* [TCP] cubic: use Newton-RaphsonStephen Hemminger2006-01-031-54/+39Star
* [TCP] cubic: precompute constantsStephen Hemminger2006-01-031-76/+57Star
* [TCP] BIC: CUBIC window growth (2.0)Stephen Hemminger2006-01-031-0/+445