summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_cubic.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu1-2/+2
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet1-6/+6
2022-07-21bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi1-10/+10
2022-05-16tcp_cubic: make hystart_ack_delay() aware of BIG TCPEric Dumazet1-2/+2
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet1-11/+11
2022-01-18bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi1-8/+9
2021-11-24tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet1-2/+3
2021-10-05bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi1-1/+25
2021-03-26tcp: Rename bictcp function prefix to cubictcpMartin KaFai Lau1-12/+12
2021-01-15tcp_cubic: use memset and offsetof initYejune Deng1-10/+1
2020-06-25tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell1-3/+2
2019-12-30tcp_cubic: refactor code to perform a divide only when neededEric Dumazet1-23/+28
2019-12-27tcp_cubic: make Hystart aware of pacingEric Dumazet1-1/+12
2019-12-27tcp_cubic: tweak Hystart detection for short RTT flowsEric Dumazet1-2/+21
2019-12-27tcp_cubic: switch bictcp_clock() to usec resolutionEric Dumazet1-21/+14
2019-12-27tcp_cubic: remove one conditional from hystart_update()Eric Dumazet1-2/+2
2019-12-27tcp_cubic: optimize hystart_update()Eric Dumazet1-6/+3
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/ne...David 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