1. cf33e25 tcp_bbr: centralize code to set gains by Neal Cardwell · 6 years ago
  2. a87c83d tcp_bbr: adjust TCP BBR for departure time pacing by Neal Cardwell · 6 years ago
  3. 97ec3eb tcp_bbr: fix typo in bbr_pacing_margin_percent by Neal Cardwell · 6 years ago
  4. 76a9ebe net: extend sk_pacing_rate to unsigned long by Eric Dumazet · 6 years ago
  5. ab408b6 tcp: switch tcp and sch_fq to new earliest departure time model by Eric Dumazet · 6 years ago
  6. 8e995bf tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0 by Kevin Yang · 6 years ago
  7. 5490b32d tcp_bbr: in restart from idle, see if we should exit PROBE_RTT by Kevin Yang · 6 years ago
  8. fb99886 tcp_bbr: add bbr_check_probe_rtt_done() helper by Kevin Yang · 6 years ago
  9. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  10. 383d470 tcp_bbr: fix bw probing to raise in-flight data for very small BDPs by Neal Cardwell · 6 years ago
  11. cadefe5 tcp_bbr: fix bbr pacing rate for internal pacing by Eric Dumazet · 7 years ago
  12. e6e6a27 tcp_bbr: fix to zero idle_restart only upon S/ACKed data by Neal Cardwell · 7 years ago
  13. 5379457 net-tcp_bbr: set tp->snd_ssthresh to BDP upon STARTUP exit by Yousuk Seung · 7 years ago
  14. 71abf46 tcp_bbr: remove bbr->tso_segs_goal by Eric Dumazet · 7 years ago
  15. dcb8c9b tcp_bbr: better deal with suboptimal GSO (II) by Eric Dumazet · 7 years ago
  16. 3aff3b4 tcp_bbr: fix pacing_gain to always be unity when using lt_bw by Neal Cardwell · 7 years ago
  17. e428660 tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBR by Yuchung Cheng · 7 years ago
  18. 600647d tcp_bbr: reset long-term bandwidth sampling on loss recovery undo by Neal Cardwell · 7 years ago
  19. 2f6c498 tcp_bbr: reset full pipe detection on loss recovery undo by Neal Cardwell · 7 years ago
  20. c589e69b tcp_bbr: record "full bw reached" decision in new full_bw_reached bit by Neal Cardwell · 7 years ago
  21. 3298456 tcp_bbr: init pacing rate on first RTT sample by Neal Cardwell · 8 years ago
  22. 1d3648e tcp_bbr: remove sk_pacing_rate=0 transient during init by Neal Cardwell · 8 years ago
  23. 79135b8 tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helper by Neal Cardwell · 8 years ago
  24. f19fd62 tcp_bbr: introduce bbr_bw_to_pacing_rate() helper by Neal Cardwell · 8 years ago
  25. 4aea287 tcp_bbr: cut pacing rate only if filled pipe by Neal Cardwell · 8 years ago
  26. 9a568de tcp: switch TCP TS option (RFC 7323) to 1ms clock by Eric Dumazet · 8 years ago
  27. 2660bfa8 tcp_bbr: use tcp_jiffies32 instead of tcp_time_stamp by Eric Dumazet · 8 years ago
  28. 218af59 tcp: internal implementation for pacing by Eric Dumazet · 8 years ago
  29. 9b9375b tcp_bbr: add a state transition diagram and accompanying comment by Neal Cardwell · 8 years ago
  30. 0f8782e tcp_bbr: add BBR congestion control by Neal Cardwell · 8 years ago