1. df2e014 [TCP]: Remove lost_retrans zero seqno special cases by Ilpo Järvinen · 17 years ago
  2. f885c5b [TCP]: high_seq parameter removed (all callers use tp->high_seq) by Ilpo Järvinen · 17 years ago
  3. b08d6cb [TCP]: Limit processing lost_retrans loop to work-to-do cases by Ilpo Järvinen · 17 years ago
  4. f785a8e [TCP]: Fix lost_retrans loop vs fastpath problems by Ilpo Järvinen · 17 years ago
  5. 4cd8299 [TCP]: No need to re-count fackets_out/sacked_out at RTO by Ilpo Järvinen · 17 years ago
  6. d193594 [TCP]: Extract tcp_match_queue_to_sack from sacktag code by Ilpo Järvinen · 17 years ago
  7. f6fb128 [TCP]: Kill almost unused variable pcount from sacktag by Ilpo Järvinen · 17 years ago
  8. 3eec004 [TCP]: Fix mark_head_lost to ignore R-bit when trying to mark L by Ilpo Järvinen · 17 years ago
  9. 16e9068 [TCP]: Add bytes_acked (ABC) clearing to FRTO too by Ilpo Järvinen · 17 years ago
  10. 1c1e87e [TCP]: Separate lost_retrans loop into own function by Ilpo Järvinen · 17 years ago
  11. cfcabdc [NET]: sparse warning fixes by Stephen Hemminger · 17 years ago
  12. de83c05 [TCP]: "Annotate" another fackets_out state reset by Ilpo Järvinen · 17 years ago
  13. 3de9647 [TCP]: Wrap-safed reordering detection FRTO check by Ilpo Järvinen · 17 years ago
  14. 0e83533 [TCP]: Update comment of SACK block validator by Ilpo Järvinen · 17 years ago
  15. 95eacd2 [TCP]: fix comments that got messed up during code move by Ilpo Järvinen · 17 years ago
  16. 912d8f0 [TCP] MIB: Count FRTO's successfully detected spurious RTOs by Ilpo Järvinen · 17 years ago
  17. 93e6802 [TCP]: Reordered ACK's (old) SACKs not included to discarded MIB by Ilpo Järvinen · 17 years ago
  18. b768920 [TCP]: Avoid clearing sacktag hint in trivial situations by Ilpo Järvinen · 17 years ago
  19. c96fd3d [TCP]: Enable SACK enhanced FRTO (RFC4138) by default by Ilpo Järvinen · 17 years ago
  20. 009a2e3 [TCP] FRTO: Improve interoperability with other undo_marker users by Ilpo Järvinen · 17 years ago
  21. 7c46a03 [TCP]: Cleanup tcp_tso_acked and tcp_clean_rtx_queue by Ilpo Järvinen · 17 years ago
  22. 13fcf85 [TCP]: Move accounting from tso_acked to clean_rtx_queue by Ilpo Järvinen · 17 years ago
  23. 5af4ec2 [TCP]: clear_all_retrans_hints prefixed by tcp_ by Ilpo Järvinen · 17 years ago
  24. 91fed7a [TCP]: Make fackets_out accurate by Ilpo Järvinen · 17 years ago
  25. 18f0254 [TCP] MIB: Add counters for discarded SACK blocks by Ilpo Järvinen · 17 years ago
  26. 5b3c988 [TCP]: Discard fuzzy SACK blocks by Ilpo Järvinen · 17 years ago
  27. 6728e7d [TCP]: Rename tcp_ack_packets_out -> tcp_rearm_rto by Ilpo Järvinen · 17 years ago
  28. e9144bd [TCP]: Remove unnecessary wrapper tcp_packets_out_dec by Ilpo Järvinen · 17 years ago
  29. e60402d [TCP]: Move sack_ok access to obviously named funcs & cleanup by Ilpo Järvinen · 17 years ago
  30. 1b6d427b [TCP]: Reduce sacked_out with reno when purging write_queue by Ilpo Järvinen · 17 years ago
  31. d02596e [TCP]: Keep state in Disorder also if only lost_out > 0 by Ilpo Järvinen · 17 years ago
  32. 86426c2 [TCP]: Restore over-zealous tcp_sync_left_out-like removals by Ilpo Järvinen · 17 years ago
  33. 005903b [TCP]: Left out sync->verify (the new meaning of it) & definify by Ilpo Järvinen · 17 years ago
  34. 83ae408 [TCP]: Add tcp_left_out(tp) "back" to get cleaner looking lines by Ilpo Järvinen · 17 years ago
  35. b5860bb [TCP]: Tighten tcp_sock's belt, drop left_out by Ilpo Järvinen · 17 years ago
  36. bdf1ee5 [TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h & remove it by Ilpo Järvinen · 17 years ago
  37. 9bff40f [TCP] FRTO: remove unnecessary fackets/sacked_out recounting by Ilpo Järvinen · 17 years ago
  38. 4ddf667 [TCP]: Move Reno SACKed_out counter functions earlier by Ilpo Järvinen · 17 years ago
  39. d06e021 [TCP]: Extract DSACK detection code from tcp_sacktag_write_queue(). by David S. Miller · 17 years ago
  40. 19b2b48 [TCP]: Rexmit hint must be cleared instead of setting it by Ilpo Järvinen · 17 years ago
  41. d8f4f22 [TCP]: Extracted rexmit hint clearing from the LOST marking code by Ilpo Järvinen · 17 years ago
  42. d738cd8 [TCP]: Add highest_sack seqno, points to globally highest SACK by Ilpo Järvinen · 17 years ago
  43. 48611c4 [TCP]: Fix fastpath_cnt_hint when GSO skb is partially ACKed by Ilpo Järvinen · 17 years ago
  44. 5c127c5 [TCP]: 'dst' can be NULL in tcp_rto_min() by David S. Miller · 17 years ago
  45. 05bb1fa [TCP]: Allow minimum RTO to be configurable via routing metrics. by David S. Miller · 17 years ago
  46. 2672287 [TCP]: Describe tcp_init_cwnd() thoroughly in a comment. by David S. Miller · 17 years ago
  47. 49ff4bb [TCP]: DSACK signals data receival, be conservative by Ilpo Järvinen · 17 years ago
  48. 2e60529 [TCP]: Also handle snd_una changes in tcp_cwnd_down by Ilpo Järvinen · 17 years ago
  49. b8ed601 [TCP]: Bidir flow must not disregard SACK blocks for lost marking by Ilpo Järvinen · 17 years ago
  50. 1e757f9 [TCP]: Fix ratehalving with bidirectional flows by Ilpo Järvinen · 17 years ago
  51. 30cfd0b [TCP]: congestion control API pass RTT in microseconds by Stephen Hemminger · 17 years ago
  52. 1675134 [TCP]: remove unused argument to cong_avoid op by Stephen Hemminger · 17 years ago
  53. 0a9f2a4 [TCP]: Verify the presence of RETRANS bit when leaving FRTO by Ilpo Järvinen · 17 years ago
  54. 7769f40 [TCP]: Fix logic breakage due to DSACK separation by Ilpo Järvinen · 17 years ago
  55. b9ce204 [TCP]: Congestion control API RTT sampling fix by Ilpo Järvinen · 17 years ago
  56. d7ea5b9 [TCP]: Add missing break to TCP option parsing code by Ilpo Järvinen · 17 years ago
  57. af15cc7 [TCP]: Fix left_out setting during FRTO by Ilpo Järvinen · 17 years ago
  58. 6418204 [TCP]: Fix GSO ignorance of pkts_acked arg (cong.cntrl modules) by Ilpo Järvinen · 17 years ago
  59. 580e572 [TCP] FRTO: Prevent state inconsistency in corner cases by Ilpo Järvinen · 17 years ago
  60. 4632365 [TCP] FRTO: Add missing ECN CWR sending to one of the responses by Ilpo Järvinen · 17 years ago
  61. d551e45 [TCP] FRTO: RFC4138 allows Nagle override when new data must be sent by Ilpo Järvinen · 17 years ago
  62. 575ee71 [TCP] FRTO: Delay skb available check until it's mandatory by Ilpo Järvinen · 17 years ago
  63. 164891a [TCP]: Congestion control API update. by Stephen Hemminger · 17 years ago
  64. 9e412ba [TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...) by Ilpo Järvinen · 17 years ago
  65. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 17 years ago
  66. 6047637 [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY by Herbert Xu · 17 years ago
  67. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  68. aa8223c [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th by Arnaldo Carvalho de Melo · 17 years ago
  69. 967b05f [SK_BUFF]: Introduce skb_set_transport_header by Arnaldo Carvalho de Melo · 17 years ago
  70. c14d245 [SK_BUFF]: Introduce skb_set_network_header by Arnaldo Carvalho de Melo · 17 years ago
  71. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  72. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 17 years ago
  73. 31713c3 [TCP]: Use skb_set_mac_header in tcp_collapse by Arnaldo Carvalho de Melo · 17 years ago
  74. c51957d [TCP]: Do the layer header setting in tcp_collapse relative to skb->data by Arnaldo Carvalho de Melo · 17 years ago
  75. 2de979b [TCP]: whitespace cleanup by Stephen Hemminger · 17 years ago
  76. fe067e8 [TCP]: Abstract out all write queue operations. by David S. Miller · 17 years ago
  77. 9d729f7 [NET]: Convert xtime.tv_sec to get_seconds() by James Morris · 17 years ago
  78. e317f6f [TCP]: FRTO undo response falls back to ratehalving one if ECEd by Ilpo Järvinen · 17 years ago
  79. e01f9d7 [TCP]: Complete icsk-to-local-variable change (in tcp_enter_cwr) by Ilpo Järvinen · 17 years ago
  80. 3cfe3ba [TCP]: Add two new spurious RTO responses to FRTO by Ilpo Järvinen · 17 years ago
  81. c5e7af0 [TCP]: Correct reordering detection change (no FRTO case) by Ilpo Järvinen · 17 years ago
  82. 4dc2665 [TCP]: SACK enhanced FRTO by Ilpo Järvinen · 17 years ago
  83. 288035f9 [TCP]: Prevent reordering adjustments during FRTO by Ilpo Järvinen · 17 years ago
  84. 66e93e4 [TCP] FRTO: Fake cwnd for ssthresh callback by Ilpo Järvinen · 17 years ago
  85. d1a54c6 [TCP] FRTO: Reverse RETRANS bit clearing logic by Ilpo Järvinen · 17 years ago
  86. 46d0de4 [TCP] FRTO: Entry is allowed only during (New)Reno like recovery by Ilpo Järvinen · 17 years ago
  87. 7c9a4a5 [TCP]: Prevent unrelated cwnd adjustment while using FRTO by Ilpo Järvinen · 17 years ago
  88. 94d0ea7 [TCP] FRTO: frto_counter modulo-op converted to two assignments by Ilpo Järvinen · 17 years ago
  89. 52c63f1 [TCP]: Don't enter to fast recovery while using FRTO by Ilpo Järvinen · 17 years ago
  90. aa8b6a7 [TCP] FRTO: Response should reset also snd_cwnd_cnt by Ilpo Järvinen · 17 years ago
  91. 95c4922 [TCP] FRTO: fixes fallback to conventional recovery by Ilpo Järvinen · 17 years ago
  92. 6408d20 [TCP] FRTO: Ignore some uninteresting ACKs by Ilpo Järvinen · 17 years ago
  93. 7b0eb22 [TCP] FRTO: Use Disorder state during operation instead of Open by Ilpo Järvinen · 17 years ago
  94. 7487c48 [TCP] FRTO: Consecutive RTOs keep prior_ssthresh and ssthresh by Ilpo Järvinen · 17 years ago
  95. 30935cf [TCP] FRTO: Comment cleanup & improvement by Ilpo Järvinen · 17 years ago
  96. bdaae17 [TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.c by Ilpo Järvinen · 17 years ago
  97. 9ead9a1 [TCP] FRTO: Separated response from FRTO detection algorithm by Ilpo Järvinen · 17 years ago
  98. 522e754 [TCP] FRTO: Incorrectly clears TCPCB_EVER_RETRANS bit by Ilpo Järvinen · 17 years ago
  99. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  100. 8a3c3a9 [TCP]: Check num sacks in SACK fast path by Baruch Even · 17 years ago