summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_bbr.c
Commit message (Expand)AuthorAge
* net-tcp_bbr: set tp->snd_ssthresh to BDP upon STARTUP exitYousuk Seung2018-03-16
* tcp_bbr: remove bbr->tso_segs_goalEric Dumazet2018-03-01
* tcp_bbr: better deal with suboptimal GSO (II)Eric Dumazet2018-03-01
* tcp_bbr: fix pacing_gain to always be unity when using lt_bwNeal Cardwell2018-02-01
* tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBRYuchung Cheng2018-01-19
* tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell2017-12-08
* tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell2017-12-08
* tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell2017-12-08
* tcp_bbr: init pacing rate on first RTT sampleNeal Cardwell2017-07-15
* tcp_bbr: remove sk_pacing_rate=0 transient during initNeal Cardwell2017-07-15
* tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helperNeal Cardwell2017-07-15
* tcp_bbr: introduce bbr_bw_to_pacing_rate() helperNeal Cardwell2017-07-15
* tcp_bbr: cut pacing rate only if filled pipeNeal Cardwell2017-07-15
* tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-17
* tcp_bbr: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet2017-05-17
* tcp: internal implementation for pacingEric Dumazet2017-05-16
* tcp_bbr: add a state transition diagram and accompanying commentNeal Cardwell2016-10-29
* tcp_bbr: add BBR congestion controlNeal Cardwell2016-09-21