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