aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_cubic.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-20tcp: fix undo after RTO for CUBICGravatar Neal Cardwell 1-4/+6
2011-05-08tcp_cubic: limit delayed_ack ratio to prevent divide errorGravatar stephen hemminger 1-2/+7
2011-03-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-11/+34
2011-03-14tcp_cubic: fix low utilization of CUBIC with HyStartGravatar Sangtae Ha 1-0/+7
2011-03-14tcp_cubic: make the delay threshold of HyStart less sensitiveGravatar Sangtae Ha 1-1/+1
2011-03-14tcp_cubic: enable high resolution ack time if neededGravatar stephen hemminger 1-0/+4
2011-03-14tcp_cubic: fix clock dependencyGravatar stephen hemminger 1-12/+19
2011-03-14tcp_cubic: make ack train delta value a parameterGravatar stephen hemminger 1-1/+4
2011-03-14tcp_cubic: fix comparison of jiffiesGravatar stephen hemminger 1-2/+4
2011-03-10tcp: mark tcp_congestion_ops read_mostlyGravatar Stephen Hemminger 1-1/+1
2009-03-02tcp: add helper for AI algorithmGravatar Ilpo Järvinen 1-10/+1
2008-11-02[TCP] CUBIC v2.3Gravatar Sangtae Ha 1-11/+109
2008-05-01rename div64_64 to div64_u64Gravatar Roman Zippel 1-2/+2
2008-03-04[TCP]: TCP cubic v2.2Gravatar Sangtae Ha 1-27/+8
2008-01-28[TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidGravatar Ilpo Järvinen 1-2/+1
2007-10-10[TCP]: Remove num_acked>0 checks from cong.ctrl mods pkts_ackedGravatar Ilpo Järvinen 1-1/+1
2007-07-31[TCP]: cubic - eliminate use of receive time stampGravatar Stephen Hemminger 1-28/+18
2007-07-31[TCP]: congestion control API pass RTT in microsecondsGravatar Stephen Hemminger 1-1/+1
2007-07-18[TCP]: remove unused argument to cong_avoid opGravatar Stephen Hemminger 1-1/+1
2007-06-13[TCP]: Set initial_ssthresh default to zero in Cubic and BIC.Gravatar David S. Miller 1-1/+1
2007-04-25[TCP]: Congestion control API update.Gravatar Stephen Hemminger 1-1/+1
2007-04-25[TCP]: cubic update for net-2.6.22Gravatar Stephen Hemminger 1-3/+5
2007-04-25[TCP]: cubic optimizationGravatar Stephen Hemminger 1-11/+39
2007-04-25[TCP] tcp_cubic: faster cube rootGravatar Stephen Hemminger 1-11/+5
2007-04-25[NET]: div64_64 consolidate (rev3)Gravatar Stephen Hemminger 1-23/+0
2007-02-12[TCP]: Use read mostly for CUBIC parameters.Gravatar Stephen Hemminger 1-10/+10
2007-02-10[NET] IPV4: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-25/+25
2006-10-25[TCP] cubic: scaling errorGravatar Stephen Hemminger 1-3/+3
2006-09-22[TCP] Congestion control (modulo lp, bic): use BUILD_BUG_ONGravatar Alexey Dobriyan 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-17[TCP]: Minimum congestion window consolidation.Gravatar Stephen Hemminger 1-6/+0
2006-01-03[TCP] cubic: use Newton-RaphsonGravatar Stephen Hemminger 1-54/+39
2006-01-03[TCP] cubic: precompute constantsGravatar Stephen Hemminger 1-76/+57
2006-01-03[TCP] BIC: CUBIC window growth (2.0)Gravatar Stephen Hemminger 1-0/+445