aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_bbr.c
AgeCommit message (Expand)Author
2020-01-29tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang
2018-08-03tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell
2018-05-19tcp_bbr: fix to zero idle_restart only upon S/ACKed dataNeal Cardwell
2018-02-13tcp_bbr: fix pacing_gain to always be unity when using lt_bwNeal Cardwell
2018-01-02tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell
2018-01-02tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell
2018-01-02tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell
2017-07-15tcp_bbr: init pacing rate on first RTT sampleNeal Cardwell
2017-07-15tcp_bbr: remove sk_pacing_rate=0 transient during initNeal Cardwell
2017-07-15tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helperNeal Cardwell
2017-07-15tcp_bbr: introduce bbr_bw_to_pacing_rate() helperNeal Cardwell
2017-07-15tcp_bbr: cut pacing rate only if filled pipeNeal Cardwell
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet
2017-05-17tcp_bbr: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet
2017-05-16tcp: internal implementation for pacingEric Dumazet
2016-10-29tcp_bbr: add a state transition diagram and accompanying commentNeal Cardwell
2016-09-21tcp_bbr: add BBR congestion controlNeal Cardwell