aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_cubic.c
AgeCommit message (Expand)Author
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet
2022-07-21bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi
2022-05-16tcp_cubic: make hystart_ack_delay() aware of BIG TCPEric Dumazet
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet
2022-01-18bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi
2021-11-24tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet
2021-10-05bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi
2021-03-26tcp: Rename bictcp function prefix to cubictcpMartin KaFai Lau
2021-01-15tcp_cubic: use memset and offsetof initYejune Deng
2020-06-25tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell
2019-12-30tcp_cubic: refactor code to perform a divide only when neededEric Dumazet
2019-12-27tcp_cubic: make Hystart aware of pacingEric Dumazet
2019-12-27tcp_cubic: tweak Hystart detection for short RTT flowsEric Dumazet
2019-12-27tcp_cubic: switch bictcp_clock() to usec resolutionEric Dumazet
2019-12-27tcp_cubic: remove one conditional from hystart_update()Eric Dumazet
2019-12-27tcp_cubic: optimize hystart_update()Eric Dumazet
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
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