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