aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_bbr.c
AgeCommit message (Expand)Author
2017-08-11tcp_bbr: init pacing rate on first RTT sampleNeal Cardwell
2017-08-11tcp_bbr: remove sk_pacing_rate=0 transient during initNeal Cardwell
2017-08-11tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helperNeal Cardwell
2017-08-11tcp_bbr: introduce bbr_bw_to_pacing_rate() helperNeal Cardwell
2017-08-11tcp_bbr: cut pacing rate only if filled pipeNeal Cardwell
2016-10-29tcp_bbr: add a state transition diagram and accompanying commentNeal Cardwell
2016-09-21tcp_bbr: add BBR congestion controlNeal Cardwell