aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_cubic.c
AgeCommit message (Expand)Author
2021-12-08tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet
2020-06-30tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell
2017-08-06tcp: consolidate congestion control undo functionsYuchung Cheng
2017-05-17tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet
2017-04-20tcp_cubic: fix typo in module param descriptionChema Gonzalez
2016-05-11tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2015-09-17tcp_cubic: do not set epoch_start in the futureEric Dumazet
2015-09-10tcp_cubic: better follow cubic curve after idle periodEric Dumazet
2015-07-09tcp: add tcp_in_slow_start helperYuchung Cheng
2015-03-11tcp: restore 1.5x per RTT limit to CUBIC cwnd growth in congestion avoidanceNeal Cardwell
2015-01-28tcp: fix timing issue in CUBIC slope calculationNeal Cardwell
2015-01-28tcp: fix stretch ACK bugs in CUBICNeal Cardwell
2015-01-28tcp: stretch ACK fixes prepNeal Cardwell
2014-12-09tcp_cubic: refine Hystart delay thresholdEric Dumazet
2014-12-09tcp_cubic: add SNMP counters to track how effective is HystartEric Dumazet
2014-09-01tcp: whitespace fixesstephen hemminger
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-03tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet
2014-04-30tcp_cubic: fix the range of delayed_ackLiu Yu
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet
2013-11-04tcp: properly handle stretch acks in slow startYuchung Cheng
2013-08-07tcp: cubic: fix bug in bictcp_acked()Eric Dumazet
2013-08-07tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet
2012-01-20tcp: fix undo after RTO for CUBICNeal Cardwell
2011-05-08tcp_cubic: limit delayed_ack ratio to prevent divide errorstephen hemminger
2011-03-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-14tcp_cubic: fix low utilization of CUBIC with HyStartSangtae Ha
2011-03-14tcp_cubic: make the delay threshold of HyStart less sensitiveSangtae Ha
2011-03-14tcp_cubic: enable high resolution ack time if neededstephen hemminger
2011-03-14tcp_cubic: fix clock dependencystephen hemminger
2011-03-14tcp_cubic: make ack train delta value a parameterstephen hemminger
2011-03-14tcp_cubic: fix comparison of jiffiesstephen hemminger
2011-03-10tcp: mark tcp_congestion_ops read_mostlyStephen Hemminger
2009-03-02tcp: add helper for AI algorithmIlpo Järvinen
2008-11-02[TCP] CUBIC v2.3Sangtae Ha
2008-05-01rename div64_64 to div64_u64Roman Zippel
2008-03-04[TCP]: TCP cubic v2.2Sangtae Ha
2008-01-28[TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidIlpo Järvinen
2007-10-10[TCP]: Remove num_acked>0 checks from cong.ctrl mods pkts_ackedIlpo Järvinen
2007-07-31[TCP]: cubic - eliminate use of receive time stampStephen Hemminger
2007-07-31[TCP]: congestion control API pass RTT in microsecondsStephen Hemminger
2007-07-18[TCP]: remove unused argument to cong_avoid opStephen Hemminger
2007-06-13[TCP]: Set initial_ssthresh default to zero in Cubic and BIC.David S. Miller
2007-04-25[TCP]: Congestion control API update.Stephen Hemminger
2007-04-25[TCP]: cubic update for net-2.6.22Stephen Hemminger
2007-04-25[TCP]: cubic optimizationStephen Hemminger
2007-04-25[TCP] tcp_cubic: faster cube rootStephen Hemminger