1. 48611c4 [TCP]: Fix fastpath_cnt_hint when GSO skb is partially ACKed by Ilpo Järvinen · 17 years ago
  2. 5c127c5 [TCP]: 'dst' can be NULL in tcp_rto_min() by David S. Miller · 17 years ago
  3. 05bb1fa [TCP]: Allow minimum RTO to be configurable via routing metrics. by David S. Miller · 17 years ago
  4. 2672287 [TCP]: Describe tcp_init_cwnd() thoroughly in a comment. by David S. Miller · 17 years ago
  5. 49ff4bb [TCP]: DSACK signals data receival, be conservative by Ilpo Järvinen · 17 years ago
  6. 2e60529 [TCP]: Also handle snd_una changes in tcp_cwnd_down by Ilpo Järvinen · 17 years ago
  7. b8ed601 [TCP]: Bidir flow must not disregard SACK blocks for lost marking by Ilpo Järvinen · 17 years ago
  8. 1e757f9 [TCP]: Fix ratehalving with bidirectional flows by Ilpo Järvinen · 17 years ago
  9. 30cfd0b [TCP]: congestion control API pass RTT in microseconds by Stephen Hemminger · 17 years ago
  10. 1675134 [TCP]: remove unused argument to cong_avoid op by Stephen Hemminger · 17 years ago
  11. 0a9f2a4 [TCP]: Verify the presence of RETRANS bit when leaving FRTO by Ilpo Järvinen · 17 years ago
  12. 7769f40 [TCP]: Fix logic breakage due to DSACK separation by Ilpo Järvinen · 17 years ago
  13. b9ce204 [TCP]: Congestion control API RTT sampling fix by Ilpo Järvinen · 17 years ago
  14. d7ea5b9 [TCP]: Add missing break to TCP option parsing code by Ilpo Järvinen · 17 years ago
  15. af15cc7 [TCP]: Fix left_out setting during FRTO by Ilpo Järvinen · 17 years ago
  16. 6418204 [TCP]: Fix GSO ignorance of pkts_acked arg (cong.cntrl modules) by Ilpo Järvinen · 17 years ago
  17. 580e572 [TCP] FRTO: Prevent state inconsistency in corner cases by Ilpo Järvinen · 17 years ago
  18. 4632365 [TCP] FRTO: Add missing ECN CWR sending to one of the responses by Ilpo Järvinen · 17 years ago
  19. d551e45 [TCP] FRTO: RFC4138 allows Nagle override when new data must be sent by Ilpo Järvinen · 17 years ago
  20. 575ee71 [TCP] FRTO: Delay skb available check until it's mandatory by Ilpo Järvinen · 17 years ago
  21. 164891a [TCP]: Congestion control API update. by Stephen Hemminger · 17 years ago
  22. 9e412ba [TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...) by Ilpo Järvinen · 17 years ago
  23. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 17 years ago
  24. 6047637 [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY by Herbert Xu · 17 years ago
  25. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  26. aa8223c [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th by Arnaldo Carvalho de Melo · 17 years ago
  27. 967b05f [SK_BUFF]: Introduce skb_set_transport_header by Arnaldo Carvalho de Melo · 17 years ago
  28. c14d245 [SK_BUFF]: Introduce skb_set_network_header by Arnaldo Carvalho de Melo · 17 years ago
  29. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  30. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 17 years ago
  31. 31713c3 [TCP]: Use skb_set_mac_header in tcp_collapse by Arnaldo Carvalho de Melo · 17 years ago
  32. c51957d [TCP]: Do the layer header setting in tcp_collapse relative to skb->data by Arnaldo Carvalho de Melo · 17 years ago
  33. 2de979b [TCP]: whitespace cleanup by Stephen Hemminger · 17 years ago
  34. fe067e8 [TCP]: Abstract out all write queue operations. by David S. Miller · 17 years ago
  35. 9d729f7 [NET]: Convert xtime.tv_sec to get_seconds() by James Morris · 17 years ago
  36. e317f6f [TCP]: FRTO undo response falls back to ratehalving one if ECEd by Ilpo Järvinen · 17 years ago
  37. e01f9d7 [TCP]: Complete icsk-to-local-variable change (in tcp_enter_cwr) by Ilpo Järvinen · 17 years ago
  38. 3cfe3ba [TCP]: Add two new spurious RTO responses to FRTO by Ilpo Järvinen · 17 years ago
  39. c5e7af0 [TCP]: Correct reordering detection change (no FRTO case) by Ilpo Järvinen · 17 years ago
  40. 4dc2665 [TCP]: SACK enhanced FRTO by Ilpo Järvinen · 17 years ago
  41. 288035f9 [TCP]: Prevent reordering adjustments during FRTO by Ilpo Järvinen · 17 years ago
  42. 66e93e4 [TCP] FRTO: Fake cwnd for ssthresh callback by Ilpo Järvinen · 17 years ago
  43. d1a54c6 [TCP] FRTO: Reverse RETRANS bit clearing logic by Ilpo Järvinen · 17 years ago
  44. 46d0de4 [TCP] FRTO: Entry is allowed only during (New)Reno like recovery by Ilpo Järvinen · 17 years ago
  45. 7c9a4a5 [TCP]: Prevent unrelated cwnd adjustment while using FRTO by Ilpo Järvinen · 17 years ago
  46. 94d0ea7 [TCP] FRTO: frto_counter modulo-op converted to two assignments by Ilpo Järvinen · 17 years ago
  47. 52c63f1 [TCP]: Don't enter to fast recovery while using FRTO by Ilpo Järvinen · 17 years ago
  48. aa8b6a7 [TCP] FRTO: Response should reset also snd_cwnd_cnt by Ilpo Järvinen · 17 years ago
  49. 95c4922 [TCP] FRTO: fixes fallback to conventional recovery by Ilpo Järvinen · 17 years ago
  50. 6408d20 [TCP] FRTO: Ignore some uninteresting ACKs by Ilpo Järvinen · 17 years ago
  51. 7b0eb22 [TCP] FRTO: Use Disorder state during operation instead of Open by Ilpo Järvinen · 17 years ago
  52. 7487c48 [TCP] FRTO: Consecutive RTOs keep prior_ssthresh and ssthresh by Ilpo Järvinen · 17 years ago
  53. 30935cf [TCP] FRTO: Comment cleanup & improvement by Ilpo Järvinen · 17 years ago
  54. bdaae17 [TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.c by Ilpo Järvinen · 17 years ago
  55. 9ead9a1 [TCP] FRTO: Separated response from FRTO detection algorithm by Ilpo Järvinen · 17 years ago
  56. 522e754 [TCP] FRTO: Incorrectly clears TCPCB_EVER_RETRANS bit by Ilpo Järvinen · 17 years ago
  57. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  58. 8a3c3a9 [TCP]: Check num sacks in SACK fast path by Baruch Even · 18 years ago
  59. 6f74651 [TCP]: Seperate DSACK from SACK fast path by Baruch Even · 18 years ago
  60. fda03fb [TCP]: Advance fast path pointer for first block only by Baruch Even · 18 years ago
  61. db3ccda [TCP]: Fix sorting of SACK blocks. by Baruch Even · 18 years ago
  62. fb7e239 [TCP]: skb is unexpectedly freed. by Masayuki Nakagawa · 18 years ago
  63. e16aa20 [NET]: Memory barrier cleanups by Ralf Baechle · 18 years ago
  64. b51655b [NET]: Annotate __skb_checksum_complete() and friends. by Al Viro · 18 years ago
  65. cfb6eeb [TCP]: MD5 Signature Option (RFC2385) support. by YOSHIFUJI Hideaki · 18 years ago
  66. 6b87769 SELinux: Return correct context for SO_PEERSEC by Venkat Yekkirala · 18 years ago
  67. 80246ab [TCP]: Kill warning in tcp_clean_rtx_queue(). by David S. Miller · 18 years ago
  68. 8ea333e [TCP]: Fix and simplify microsecond rtt sampling by John Heffner · 18 years ago
  69. 4f3608b [TCP] net/ipv4/tcp_input.c: trivial annotations by Al Viro · 18 years ago
  70. 269bd27 [TCP]: struct tcp_sack_block annotations by Al Viro · 18 years ago
  71. 1ef9696 [TCP]: Send ACKs each 2nd received segment. by Alexey Kuznetsov · 18 years ago
  72. ff9b5e0 [TCP]: Fix rcv mss estimate for LRO by Herbert Xu · 18 years ago
  73. ab32ea5 [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly by Brian Haley · 18 years ago
  74. b3a8a40 [TCP]: Turn ABC off. by Stephen Hemminger · 18 years ago
  75. 3fdf3f0 [TCP]: Two RFC3465 Appropriate Byte Count fixes. by Daikichi Osuga · 18 years ago
  76. d254bcd [TCP]: Fixes IW > 2 cases when TCP is application limited by Ilpo Järvinen · 18 years ago
  77. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  78. b0da8537 [NET]: Add ECN support for TSO by Michael Chan · 18 years ago
  79. 7967168 [NET]: Merge TSO/UFO fields in sk_buff by Herbert Xu · 18 years ago
  80. 72dc5b9 [TCP]: Minimum congestion window consolidation. by Stephen Hemminger · 18 years ago
  81. 15986e1 [TCP]: tcp_rcv_rtt_measure_ts() call in pure-ACK path is superfluous by David S. Miller · 18 years ago
  82. 1a2449a [I/OAT]: TCP recv offload to I/OAT by Chris Leech · 18 years ago
  83. 79320d7 [TCP]: continued: reno sacked_out count fix by Aki M Nyrhinen · 18 years ago
  84. 8872d8e [TCP]: reno sacked_out count fix by Angelo P. Castellani · 18 years ago
  85. 6c97e72 [IPV4]: Possible cleanups. by Adrian Bunk · 18 years ago
  86. 0e7b136 [TCP] mtu probing: move tcp-specific data out of inet_connection_sock by John Heffner · 18 years ago
  87. 5d424d5 [TCP]: MTU probing by John Heffner · 18 years ago
  88. 6fcf941 [TCP]: rcvbuf lock when tcp_moderate_rcvbuf enabled by John Heffner · 18 years ago
  89. 09a6266 [NET]: Change some "if (x) BUG();" to "BUG_ON(x);" by Kris Katterjohn · 19 years ago
  90. 40efc6f [TCP]: less inline's by Stephen Hemminger · 19 years ago
  91. d83d846 [IP_SOCKGLUE]: Remove most of the tcp specific calls by Arnaldo Carvalho de Melo · 19 years ago
  92. 8292a17 [ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops by Arnaldo Carvalho de Melo · 19 years ago
  93. 31f3426 [TCP]: More spelling fixes. by Stephen Hemminger · 19 years ago
  94. 6a438bb [TCP]: speed up SACK processing by Stephen Hemminger · 19 years ago
  95. caa20d9a [TCP]: spelling fixes by Stephen Hemminger · 19 years ago
  96. 326f36e [TCP]: receive buffer growth limiting with mixed MTU by John Heffner · 19 years ago
  97. 9772efb [TCP]: Appropriate Byte Count support by Stephen Hemminger · 19 years ago
  98. 2d2abba [TCP]: simplify microsecond rtt sampling by Stephen Hemminger · 19 years ago
  99. 2ad4106 [TCP]: Clear stale pred_flags when snd_wnd changes by Herbert Xu · 19 years ago
  100. 09e9ec8 [TCP]: Don't over-clamp window in tcp_clamp_window() by Alexey Kuznetsov · 19 years ago