summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_cubic.c
Commit message (Expand)AuthorAge
* tcp: consolidate congestion control undo functionsYuchung Cheng2017-08-06
* tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet2017-05-17
* tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet2017-05-17
* tcp_cubic: fix typo in module param descriptionChema Gonzalez2017-04-20
* tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo2016-05-11
* tcp: do not assume TCP code is non preemptibleEric Dumazet2016-05-02
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-27
* tcp_cubic: do not set epoch_start in the futureEric Dumazet2015-09-17
* tcp_cubic: better follow cubic curve after idle periodEric Dumazet2015-09-10
* tcp: add tcp_in_slow_start helperYuchung Cheng2015-07-09
* tcp: restore 1.5x per RTT limit to CUBIC cwnd growth in congestion avoidanceNeal Cardwell2015-03-11
* tcp: fix timing issue in CUBIC slope calculationNeal Cardwell2015-01-28
* tcp: fix stretch ACK bugs in CUBICNeal Cardwell2015-01-28
* tcp: stretch ACK fixes prepNeal Cardwell2015-01-28
* tcp_cubic: refine Hystart delay thresholdEric Dumazet2014-12-09
* tcp_cubic: add SNMP counters to track how effective is HystartEric Dumazet2014-12-09
* tcp: whitespace fixesstephen hemminger2014-09-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-12
|\
| * tcp_cubic: fix the range of delayed_ackLiu Yu2014-04-30
* | tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet2014-05-03
|/
* tcp: switch rtt estimations to usec resolutionEric Dumazet2014-02-26
* tcp: properly handle stretch acks in slow startYuchung Cheng2013-11-04
* tcp: cubic: fix bug in bictcp_acked()Eric Dumazet2013-08-07
* tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet2013-08-07
* tcp: fix undo after RTO for CUBICNeal Cardwell2012-01-20
* tcp_cubic: limit delayed_ack ratio to prevent divide errorstephen hemminger2011-05-08
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-15
|\
| * tcp_cubic: fix low utilization of CUBIC with HyStartSangtae Ha2011-03-14
| * tcp_cubic: make the delay threshold of HyStart less sensitiveSangtae Ha2011-03-14
| * tcp_cubic: enable high resolution ack time if neededstephen hemminger2011-03-14
| * tcp_cubic: fix clock dependencystephen hemminger2011-03-14
| * tcp_cubic: make ack train delta value a parameterstephen hemminger2011-03-14
| * tcp_cubic: fix comparison of jiffiesstephen hemminger2011-03-14
* | tcp: mark tcp_congestion_ops read_mostlyStephen Hemminger2011-03-10
|/
* tcp: add helper for AI algorithmIlpo Järvinen2009-03-02
* [TCP] CUBIC v2.3Sangtae Ha2008-11-02
* rename div64_64 to div64_u64Roman Zippel2008-05-01
* [TCP]: TCP cubic v2.2Sangtae Ha2008-03-04
* [TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidIlpo Järvinen2008-01-28
* [TCP]: Remove num_acked>0 checks from cong.ctrl mods pkts_ackedIlpo Järvinen2007-10-10
* [TCP]: cubic - eliminate use of receive time stampStephen Hemminger2007-07-31
* [TCP]: congestion control API pass RTT in microsecondsStephen Hemminger2007-07-31
* [TCP]: remove unused argument to cong_avoid opStephen Hemminger2007-07-18
* [TCP]: Set initial_ssthresh default to zero in Cubic and BIC.David S. Miller2007-06-13
* [TCP]: Congestion control API update.Stephen Hemminger2007-04-25
* [TCP]: cubic update for net-2.6.22Stephen Hemminger2007-04-25
* [TCP]: cubic optimizationStephen Hemminger2007-04-25
* [TCP] tcp_cubic: faster cube rootStephen Hemminger2007-04-25
* [NET]: div64_64 consolidate (rev3)Stephen Hemminger2007-04-25
* [TCP]: Use read mostly for CUBIC parameters.Stephen Hemminger2007-02-12