1. 9f9843a7 tcp: properly handle stretch acks in slow start by Yuchung Cheng · 11 years ago
  2. cd6b423 tcp: cubic: fix bug in bictcp_acked() by Eric Dumazet · 11 years ago
  3. 2ed0edf tcp: cubic: fix overflow error in bictcp_update() by Eric Dumazet · 11 years ago
  4. 5a45f00 tcp: fix undo after RTO for CUBIC by Neal Cardwell · 12 years ago
  5. b9f47a3a tcp_cubic: limit delayed_ack ratio to prevent divide error by stephen hemminger · 13 years ago
  6. c337ffb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  7. b5ccd07 tcp_cubic: fix low utilization of CUBIC with HyStart by Sangtae Ha · 13 years ago
  8. 2b4636a tcp_cubic: make the delay threshold of HyStart less sensitive by Sangtae Ha · 13 years ago
  9. 3b585b3 tcp_cubic: enable high resolution ack time if needed by stephen hemminger · 13 years ago
  10. 17a6e9f tcp_cubic: fix clock dependency by stephen hemminger · 13 years ago
  11. aac4632 tcp_cubic: make ack train delta value a parameter by stephen hemminger · 13 years ago
  12. c54b4b7 tcp_cubic: fix comparison of jiffies by stephen hemminger · 13 years ago
  13. a252beb tcp: mark tcp_congestion_ops read_mostly by Stephen Hemminger · 13 years ago
  14. 758ce5c tcp: add helper for AI algorithm by Ilpo Järvinen · 15 years ago
  15. ae27e98 [TCP] CUBIC v2.3 by Sangtae Ha · 16 years ago
  16. 6f6d6a1 rename div64_64 to div64_u64 by Roman Zippel · 16 years ago
  17. 6b3d626 [TCP]: TCP cubic v2.2 by Sangtae Ha · 16 years ago
  18. c3a05c6 [TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoid by Ilpo Järvinen · 17 years ago
  19. 35e8694 [TCP]: Remove num_acked>0 checks from cong.ctrl mods pkts_acked by Ilpo Järvinen · 17 years ago
  20. e7d0c885 [TCP]: cubic - eliminate use of receive time stamp by Stephen Hemminger · 17 years ago
  21. 30cfd0b [TCP]: congestion control API pass RTT in microseconds by Stephen Hemminger · 17 years ago
  22. 1675134 [TCP]: remove unused argument to cong_avoid op by Stephen Hemminger · 17 years ago
  23. 66e1e3b [TCP]: Set initial_ssthresh default to zero in Cubic and BIC. by David S. Miller · 17 years ago
  24. 164891a [TCP]: Congestion control API update. by Stephen Hemminger · 17 years ago
  25. e1c3e7a [TCP]: cubic update for net-2.6.22 by Stephen Hemminger · 17 years ago
  26. 7e58886 [TCP]: cubic optimization by Stephen Hemminger · 17 years ago
  27. c5f5877 [TCP] tcp_cubic: faster cube root by Stephen Hemminger · 17 years ago
  28. 3927f2e [NET]: div64_64 consolidate (rev3) by Stephen Hemminger · 17 years ago
  29. 59758f4 [TCP]: Use read mostly for CUBIC parameters. by Stephen Hemminger · 17 years ago
  30. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  31. 2211924 [TCP] cubic: scaling error by Stephen Hemminger · 18 years ago
  32. 74975d4 [TCP] Congestion control (modulo lp, bic): use BUILD_BUG_ON by Alexey Dobriyan · 18 years ago
  33. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  34. 72dc5b9 [TCP]: Minimum congestion window consolidation. by Stephen Hemminger · 18 years ago
  35. 9eb2d62 [TCP] cubic: use Newton-Raphson by Stephen Hemminger · 19 years ago
  36. 89b3d9a [TCP] cubic: precompute constants by Stephen Hemminger · 19 years ago
  37. df3271f [TCP] BIC: CUBIC window growth (2.0) by Stephen Hemminger · 19 years ago