aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_cubic.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-21bpf: Switch to new kfunc flags infrastructureGravatar Kumar Kartikeya Dwivedi 1-10/+10
2022-05-16tcp_cubic: make hystart_ack_delay() aware of BIG TCPGravatar Eric Dumazet 1-2/+2
2022-04-06tcp: add accessors to read/set tp->snd_cwndGravatar Eric Dumazet 1-11/+11
2022-01-18bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIGravatar Kumar Kartikeya Dwivedi 1-8/+9
2021-11-24tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsGravatar Eric Dumazet 1-2/+3
2021-10-05bpf: Enable TCP congestion control kfunc from modulesGravatar Kumar Kartikeya Dwivedi 1-1/+25
2021-03-26tcp: Rename bictcp function prefix to cubictcpGravatar Martin KaFai Lau 1-12/+12
2021-01-15tcp_cubic: use memset and offsetof initGravatar Yejune Deng 1-10/+1
2020-06-25tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTGravatar Neal Cardwell 1-3/+2
2019-12-30tcp_cubic: refactor code to perform a divide only when neededGravatar Eric Dumazet 1-23/+28
2019-12-27tcp_cubic: make Hystart aware of pacingGravatar Eric Dumazet 1-1/+12
2019-12-27tcp_cubic: tweak Hystart detection for short RTT flowsGravatar Eric Dumazet 1-2/+21
2019-12-27tcp_cubic: switch bictcp_clock() to usec resolutionGravatar Eric Dumazet 1-21/+14
2019-12-27tcp_cubic: remove one conditional from hystart_update()Gravatar Eric Dumazet 1-2/+2
2019-12-27tcp_cubic: optimize hystart_update()Gravatar Eric Dumazet 1-6/+3
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2017-08-06tcp: consolidate congestion control undo functionsGravatar Yuchung Cheng 1-12/+1
2017-05-17tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stampGravatar Eric Dumazet 1-6/+6
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeGravatar Eric Dumazet 1-1/+1
2017-04-20tcp_cubic: fix typo in module param descriptionGravatar Chema Gonzalez 1-1/+1
2016-05-11tcp: replace cnt & rtt with struct in pkts_acked()Gravatar Lawrence Brakmo 1-3/+3
2016-05-02tcp: do not assume TCP code is non preemptibleGravatar Eric Dumazet 1-10/+10
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Gravatar Eric Dumazet 1-10/+10
2015-09-17tcp_cubic: do not set epoch_start in the futureGravatar Eric Dumazet 1-2/+8
2015-09-10tcp_cubic: better follow cubic curve after idle periodGravatar Eric Dumazet 1-0/+16
2015-07-09tcp: add tcp_in_slow_start helperGravatar Yuchung Cheng 1-2/+2
2015-03-11tcp: restore 1.5x per RTT limit to CUBIC cwnd growth in congestion avoidanceGravatar Neal Cardwell 1-2/+4
2015-01-28tcp: fix timing issue in CUBIC slope calculationGravatar Neal Cardwell 1-0/+8
2015-01-28tcp: fix stretch ACK bugs in CUBICGravatar Neal Cardwell 1-22/+9
2015-01-28tcp: stretch ACK fixes prepGravatar Neal Cardwell 1-1/+1
2014-12-09tcp_cubic: refine Hystart delay thresholdGravatar Eric Dumazet 1-1/+1
2014-12-09tcp_cubic: add SNMP counters to track how effective is HystartGravatar Eric Dumazet 1-9/+22
2014-09-01tcp: whitespace fixesGravatar stephen hemminger 1-8/+10
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2014-05-03tcp: remove in_flight parameter from cong_avoid() methodsGravatar Eric Dumazet 1-3/+2
2014-04-30tcp_cubic: fix the range of delayed_ackGravatar Liu Yu 1-1/+1
2014-02-26tcp: switch rtt estimations to usec resolutionGravatar Eric Dumazet 1-4/+0
2013-11-04tcp: properly handle stretch acks in slow startGravatar Yuchung Cheng 1-2/+3
2013-08-07tcp: cubic: fix bug in bictcp_acked()Gravatar Eric Dumazet 1-1/+1
2013-08-07tcp: cubic: fix overflow error in bictcp_update()Gravatar Eric Dumazet 1-4/+6
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