aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_cubic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2017-08-06tcp: consolidate congestion control undo functionsYuchung Cheng1-12/+1
2017-05-17tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet1-6/+6
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet1-1/+1
2017-04-20tcp_cubic: fix typo in module param descriptionChema Gonzalez1-1/+1
2016-05-11tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo1-3/+3
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet1-10/+10
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-10/+10
2015-09-17tcp_cubic: do not set epoch_start in the futureEric Dumazet1-2/+8
2015-09-10tcp_cubic: better follow cubic curve after idle periodEric Dumazet1-0/+16
2015-07-09tcp: add tcp_in_slow_start helperYuchung Cheng1-2/+2
2015-03-11tcp: restore 1.5x per RTT limit to CUBIC cwnd growth in congestion avoidanceNeal Cardwell1-2/+4
2015-01-28tcp: fix timing issue in CUBIC slope calculationNeal Cardwell1-0/+8
2015-01-28tcp: fix stretch ACK bugs in CUBICNeal Cardwell1-22/+9
2015-01-28tcp: stretch ACK fixes prepNeal Cardwell1-1/+1
2014-12-09tcp_cubic: refine Hystart delay thresholdEric Dumazet1-1/+1
2014-12-09tcp_cubic: add SNMP counters to track how effective is HystartEric Dumazet1-9/+22
2014-09-01tcp: whitespace fixesstephen hemminger1-8/+10
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-05-03tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet1-3/+2
2014-04-30tcp_cubic: fix the range of delayed_ackLiu Yu1-1/+1
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet1-4/+0
2013-11-04tcp: properly handle stretch acks in slow startYuchung Cheng1-2/+3
2013-08-07tcp: cubic: fix bug in bictcp_acked()Eric Dumazet1-1/+1
2013-08-07tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet1-4/+6
2012-01-20tcp: fix undo after RTO for CUBICNeal Cardwell1-4/+6
2011-05-08tcp_cubic: limit delayed_ack ratio to prevent divide errorstephen hemminger1-2/+7
2011-03-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+34
2011-03-14tcp_cubic: fix low utilization of CUBIC with HyStartSangtae Ha1-0/+7
2011-03-14tcp_cubic: make the delay threshold of HyStart less sensitiveSangtae Ha1-1/+1
2011-03-14tcp_cubic: enable high resolution ack time if neededstephen hemminger1-0/+4
2011-03-14tcp_cubic: fix clock dependencystephen hemminger1-12/+19
2011-03-14tcp_cubic: make ack train delta value a parameterstephen hemminger1-1/+4
2011-03-14tcp_cubic: fix comparison of jiffiesstephen hemminger1-2/+4
2011-03-10tcp: mark tcp_congestion_ops read_mostlyStephen Hemminger1-1/+1
2009-03-02tcp: add helper for AI algorithmIlpo Järvinen1-10/+1
2008-11-02[TCP] CUBIC v2.3Sangtae Ha1-11/+109
2008-05-01rename div64_64 to div64_u64Roman Zippel1-2/+2
2008-03-04[TCP]: TCP cubic v2.2Sangtae Ha1-27/+8
2008-01-28[TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidIlpo Järvinen1-2/+1
2007-10-10[TCP]: Remove num_acked>0 checks from cong.ctrl mods pkts_ackedIlpo Järvinen1-1/+1
2007-07-31[TCP]: cubic - eliminate use of receive time stampStephen Hemminger1-28/+18
2007-07-31[TCP]: congestion control API pass RTT in microsecondsStephen Hemminger1-1/+1
2007-07-18[TCP]: remove unused argument to cong_avoid opStephen Hemminger1-1/+1
2007-06-13[TCP]: Set initial_ssthresh default to zero in Cubic and BIC.David S. Miller1-1/+1
2007-04-25[TCP]: Congestion control API update.Stephen Hemminger1-1/+1
2007-04-25[TCP]: cubic update for net-2.6.22Stephen Hemminger1-3/+5
2007-04-25[TCP]: cubic optimizationStephen Hemminger1-11/+39
2007-04-25[TCP] tcp_cubic: faster cube rootStephen Hemminger1-11/+5
2007-04-25[NET]: div64_64 consolidate (rev3)Stephen Hemminger1-23/+0