aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_cubic.c
Commit message (Expand)AuthorAgeFilesLines
* tcp_cubic: do not set epoch_start in the futureEric Dumazet2016-03-181-2/+8
* tcp_cubic: better follow cubic curve after idle periodEric Dumazet2016-03-181-0/+16
* tcp: cubic: fix bug in bictcp_acked()Eric Dumazet2013-09-141-1/+1
* tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet2013-09-141-4/+6
* tcp_cubic: limit delayed_ack ratio to prevent divide errorstephen hemminger2011-05-081-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/+1
* [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/+8
* [TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidIlpo Järvinen2008-01-281-2/+1
* [TCP]: Remove num_acked>0 checks from cong.ctrl mods pkts_ackedIlpo Järvinen2007-10-101-1/+1
* [TCP]: cubic - eliminate use of receive time stampStephen Hemminger2007-07-311-28/+18
* [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-251-1/+1
* [TCP]: cubic update for net-2.6.22Stephen Hemminger2007-04-251-3/+5
* [TCP]: cubic optimizationStephen Hemminger2007-04-251-11/+39
* [TCP] tcp_cubic: faster cube rootStephen Hemminger2007-04-251-11/+5
* [NET]: div64_64 consolidate (rev3)Stephen Hemminger2007-04-251-23/+0
* [TCP]: Use read mostly for CUBIC parameters.Stephen Hemminger2007-02-121-10/+10
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-25/+25
* [TCP] cubic: scaling errorStephen Hemminger2006-10-251-3/+3
* [TCP] Congestion control (modulo lp, bic): use BUILD_BUG_ONAlexey Dobriyan2006-09-221-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [TCP]: Minimum congestion window consolidation.Stephen Hemminger2006-06-171-6/+0
* [TCP] cubic: use Newton-RaphsonStephen Hemminger2006-01-031-54/+39
* [TCP] cubic: precompute constantsStephen Hemminger2006-01-031-76/+57
* [TCP] BIC: CUBIC window growth (2.0)Stephen Hemminger2006-01-031-0/+445