summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_bbr.c
AgeCommit message (Expand)AuthorLines
2024-05-02tcp: Add new args for cong_control in tcp_congestion_opsMiao Xu-1/+1
2024-03-28bpf: Remove CONFIG_X86 and CONFIG_DYNAMIC_FTRACE guard from the tcp-cc kfuncsMartin KaFai Lau-4/+0
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu-2/+2
2023-10-01net: implement lockless SO_MAX_PACING_RATEEric Dumazet-6/+7
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet-8/+8
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-1/+1
2022-07-21bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi-12/+12
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck-1/+1
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet-10/+10
2022-01-18bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi-8/+10
2021-10-05bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi-1/+27
2021-08-11tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packetsNeal Cardwell-1/+1
2020-11-17tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimateRyan Sharpelletti-1/+1
2020-01-21tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang-2/+1
2019-12-17net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet-1/+2
2019-09-27tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidthKevin(Yudong) Yang-4/+4
2019-08-30tcp_bbr: clarify that bbr_bdp() rounds up in commentsLuke Hsiao-2/+4
2019-01-24tcp_bbr: adapt cwnd based on ack aggregation estimationPriyaranjan Jha-1/+121
2019-01-24tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioningPriyaranjan Jha-21/+39
2018-11-08tcp_bbr: update comments to reflect pacing_margin_percentNeal Cardwell-8/+7
2018-10-17tcp_bbr: centralize code to set gainsNeal Cardwell-10/+30
2018-10-17tcp_bbr: adjust TCP BBR for departure time pacingNeal Cardwell-2/+35
2018-10-15tcp_bbr: fix typo in bbr_pacing_margin_percentNeal Cardwell-2/+2
2018-10-15net: extend sk_pacing_rate to unsigned longEric Dumazet-3/+3
2018-09-21tcp: switch tcp and sch_fq to new earliest departure time modelEric Dumazet-3/+4
2018-08-22tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0Kevin Yang-2/+2
2018-08-22tcp_bbr: in restart from idle, see if we should exit PROBE_RTTKevin Yang-0/+4
2018-08-22tcp_bbr: add bbr_check_probe_rtt_done() helperKevin Yang-16/+18
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+4
2018-07-28tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell-0/+4
2018-06-22tcp_bbr: fix bbr pacing rate for internal pacingEric Dumazet-1/+5
2018-05-02tcp_bbr: fix to zero idle_restart only upon S/ACKed dataNeal Cardwell-1/+3
2018-03-16net-tcp_bbr: set tp->snd_ssthresh to BDP upon STARTUP exitYousuk Seung-1/+4
2018-03-01tcp_bbr: remove bbr->tso_segs_goalEric Dumazet-8/+4
2018-03-01tcp_bbr: better deal with suboptimal GSO (II)Eric Dumazet-10/+13
2018-02-01tcp_bbr: fix pacing_gain to always be unity when using lt_bwNeal Cardwell-3/+3
2018-01-19tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBRYuchung Cheng-1/+2
2017-12-08tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell-0/+1
2017-12-08tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell-0/+4
2017-12-08tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell-2/+5
2017-07-15tcp_bbr: init pacing rate on first RTT sampleNeal Cardwell-1/+9
2017-07-15tcp_bbr: remove sk_pacing_rate=0 transient during initNeal Cardwell-1/+0
2017-07-15tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helperNeal Cardwell-5/+18
2017-07-15tcp_bbr: introduce bbr_bw_to_pacing_rate() helperNeal Cardwell-3/+11
2017-07-15tcp_bbr: cut pacing rate only if filled pipeNeal Cardwell-2/+1
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet-11/+11
2017-05-17tcp_bbr: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet-6/+6
2017-05-16tcp: internal implementation for pacingEric Dumazet-4/+5
2016-10-29tcp_bbr: add a state transition diagram and accompanying commentNeal Cardwell-1/+31
2016-09-21tcp_bbr: add BBR congestion controlNeal Cardwell-0/+896