1. 756ee17 tcp: replace cnt & rtt with struct in pkts_acked() by Lawrence Brakmo · 8 years ago
  2. c10d931 tcp: do not assume TCP code is non preemptible by Eric Dumazet · 8 years ago
  3. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 8 years ago
  4. c2e7204 tcp_cubic: do not set epoch_start in the future by Eric Dumazet · 9 years ago
  5. 3092752 tcp_cubic: better follow cubic curve after idle period by Eric Dumazet · 9 years ago
  6. 071d508 tcp: add tcp_in_slow_start helper by Yuchung Cheng · 9 years ago
  7. d578e18 tcp: restore 1.5x per RTT limit to CUBIC cwnd growth in congestion avoidance by Neal Cardwell · 9 years ago
  8. d6b1a8a tcp: fix timing issue in CUBIC slope calculation by Neal Cardwell · 9 years ago
  9. 9cd981d tcp: fix stretch ACK bugs in CUBIC by Neal Cardwell · 9 years ago
  10. e73ebb0 tcp: stretch ACK fixes prep by Neal Cardwell · 9 years ago
  11. 42eef7a tcp_cubic: refine Hystart delay threshold by Eric Dumazet · 9 years ago
  12. 6e3a8a9 tcp_cubic: add SNMP counters to track how effective is Hystart by Eric Dumazet · 9 years ago
  13. 688d194 tcp: whitespace fixes by stephen hemminger · 10 years ago
  14. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  15. 2490155 tcp: remove in_flight parameter from cong_avoid() methods by Eric Dumazet · 10 years ago
  16. 0cda345 tcp_cubic: fix the range of delayed_ack by Liu Yu · 10 years ago
  17. 740b0f1 tcp: switch rtt estimations to usec resolution by Eric Dumazet · 10 years ago
  18. 9f9843a7 tcp: properly handle stretch acks in slow start by Yuchung Cheng · 11 years ago
  19. cd6b423 tcp: cubic: fix bug in bictcp_acked() by Eric Dumazet · 11 years ago
  20. 2ed0edf tcp: cubic: fix overflow error in bictcp_update() by Eric Dumazet · 11 years ago
  21. 5a45f00 tcp: fix undo after RTO for CUBIC by Neal Cardwell · 12 years ago
  22. b9f47a3a tcp_cubic: limit delayed_ack ratio to prevent divide error by stephen hemminger · 13 years ago
  23. c337ffb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  24. b5ccd07 tcp_cubic: fix low utilization of CUBIC with HyStart by Sangtae Ha · 13 years ago
  25. 2b4636a tcp_cubic: make the delay threshold of HyStart less sensitive by Sangtae Ha · 13 years ago
  26. 3b585b3 tcp_cubic: enable high resolution ack time if needed by stephen hemminger · 13 years ago
  27. 17a6e9f tcp_cubic: fix clock dependency by stephen hemminger · 13 years ago
  28. aac4632 tcp_cubic: make ack train delta value a parameter by stephen hemminger · 13 years ago
  29. c54b4b7 tcp_cubic: fix comparison of jiffies by stephen hemminger · 13 years ago
  30. a252beb tcp: mark tcp_congestion_ops read_mostly by Stephen Hemminger · 13 years ago
  31. 758ce5c tcp: add helper for AI algorithm by Ilpo Järvinen · 15 years ago
  32. ae27e98 [TCP] CUBIC v2.3 by Sangtae Ha · 16 years ago
  33. 6f6d6a1 rename div64_64 to div64_u64 by Roman Zippel · 16 years ago
  34. 6b3d626 [TCP]: TCP cubic v2.2 by Sangtae Ha · 16 years ago
  35. c3a05c6 [TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoid by Ilpo Järvinen · 16 years ago
  36. 35e8694 [TCP]: Remove num_acked>0 checks from cong.ctrl mods pkts_acked by Ilpo Järvinen · 17 years ago
  37. e7d0c885 [TCP]: cubic - eliminate use of receive time stamp by Stephen Hemminger · 17 years ago
  38. 30cfd0b [TCP]: congestion control API pass RTT in microseconds by Stephen Hemminger · 17 years ago
  39. 1675134 [TCP]: remove unused argument to cong_avoid op by Stephen Hemminger · 17 years ago
  40. 66e1e3b [TCP]: Set initial_ssthresh default to zero in Cubic and BIC. by David S. Miller · 17 years ago
  41. 164891a [TCP]: Congestion control API update. by Stephen Hemminger · 17 years ago
  42. e1c3e7a [TCP]: cubic update for net-2.6.22 by Stephen Hemminger · 17 years ago
  43. 7e58886 [TCP]: cubic optimization by Stephen Hemminger · 17 years ago
  44. c5f5877 [TCP] tcp_cubic: faster cube root by Stephen Hemminger · 17 years ago
  45. 3927f2e [NET]: div64_64 consolidate (rev3) by Stephen Hemminger · 17 years ago
  46. 59758f4 [TCP]: Use read mostly for CUBIC parameters. by Stephen Hemminger · 17 years ago
  47. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  48. 2211924 [TCP] cubic: scaling error by Stephen Hemminger · 18 years ago
  49. 74975d4 [TCP] Congestion control (modulo lp, bic): use BUILD_BUG_ON by Alexey Dobriyan · 18 years ago
  50. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  51. 72dc5b9 [TCP]: Minimum congestion window consolidation. by Stephen Hemminger · 18 years ago
  52. 9eb2d62 [TCP] cubic: use Newton-Raphson by Stephen Hemminger · 18 years ago
  53. 89b3d9a [TCP] cubic: precompute constants by Stephen Hemminger · 18 years ago
  54. df3271f [TCP] BIC: CUBIC window growth (2.0) by Stephen Hemminger · 18 years ago