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