1. 4e67d87 [TCP]: NAGLE_PUSH seems to be a wrong way around by Ilpo Järvinen · 17 years ago
  2. 7f9c33e [TCP] MTUprobe: Cleanup send queue check (no need to loop) by Ilpo Järvinen · 17 years ago
  3. 91cc17c [TCP]: MTUprobe: receiver window & data available checks fixed by Ilpo Järvinen · 17 years ago
  4. 6e42141 [TCP] MTUprobe: fix potential sk_send_head corruption by Ilpo Järvinen · 17 years ago
  5. b08d6cb [TCP]: Limit processing lost_retrans loop to work-to-do cases by Ilpo Järvinen · 17 years ago
  6. 29d0a30 [TCP]: Fix two off-by-one errors in fackets_out adjusting logic by Ilpo Järvinen · 17 years ago
  7. dc86967 [TCP]: No fackets_out/highest_sack tuning when SACK isn't enabled by Ilpo Järvinen · 17 years ago
  8. a6963a6 [TCP]: Re-place highest_sack check to a more robust position by Ilpo Järvinen · 17 years ago
  9. b768920 [TCP]: Avoid clearing sacktag hint in trivial situations by Ilpo Järvinen · 17 years ago
  10. 5af4ec2 [TCP]: clear_all_retrans_hints prefixed by tcp_ by Ilpo Järvinen · 17 years ago
  11. 91fed7a [TCP]: Make fackets_out accurate by Ilpo Järvinen · 17 years ago
  12. 0dde7b5 [TCP]: Maintain highest_sack accurately to the highest skb by Ilpo Järvinen · 17 years ago
  13. 356f89e [NET] Cleanup: DIV_ROUND_UP by Ilpo Järvinen · 17 years ago
  14. 6ff03ac [TCP]: tcp_packets_out_inc to tcp_output.c (no callers elsewhere) by Ilpo Järvinen · 17 years ago
  15. e9144bd [TCP]: Remove unnecessary wrapper tcp_packets_out_dec by Ilpo Järvinen · 17 years ago
  16. e60402d [TCP]: Move sack_ok access to obviously named funcs & cleanup by Ilpo Järvinen · 17 years ago
  17. 005903b [TCP]: Left out sync->verify (the new meaning of it) & definify by Ilpo Järvinen · 17 years ago
  18. b5860bb [TCP]: Tighten tcp_sock's belt, drop left_out by Ilpo Järvinen · 17 years ago
  19. af610b4 [TCP]: Add tcp_dec_pcount_approx int variant by Ilpo Järvinen · 17 years ago
  20. bdf1ee5 [TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h & remove it by Ilpo Järvinen · 17 years ago
  21. 539d243 [TCP]: Access to highest_sack obsoletes forward_cnt_hint by Ilpo Järvinen · 17 years ago
  22. 9c681b4 [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  23. d041005 [TCP]: SACK fastpath did override adjusted fackets_out by Ilpo Järvinen · 17 years ago
  24. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  25. d551e45 [TCP] FRTO: RFC4138 allows Nagle override when new data must be sent by Ilpo Järvinen · 17 years ago
  26. 65bb723 [TCP]: Update references in two old comments by Gerrit Renker · 17 years ago
  27. 164891a [TCP]: Congestion control API update. by Stephen Hemminger · 17 years ago
  28. 9e412ba [TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...) by Ilpo Järvinen · 17 years ago
  29. 1a4e2d0 [SK_BUFF]: Some more conversions to skb_copy_from_linear_data by Arnaldo Carvalho de Melo · 17 years ago
  30. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  31. aa8223c [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th by Arnaldo Carvalho de Melo · 17 years ago
  32. 2de979b [TCP]: whitespace cleanup by Stephen Hemminger · 17 years ago
  33. fe067e8 [TCP]: Abstract out all write queue operations. by David S. Miller · 18 years ago
  34. 3cfe3ba [TCP]: Add two new spurious RTO responses to FRTO by Ilpo Järvinen · 18 years ago
  35. 15d33c0 [TCP]: slow_start_after_idle should influence cwnd validation too by David S. Miller · 17 years ago
  36. 8456507 [TCP]: Do receiver-side SWS avoidance for rcvbuf < MSS. by John Heffner · 17 years ago
  37. 600ff0c [TCP]: Prevent pseudo garbage in SYN's advertized window by Ilpo Järvinen · 18 years ago
  38. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  39. 104439a [TCP]: Don't apply FIN exception to full TSO segments. by John Heffner · 18 years ago
  40. e89862f [TCP]: Restore SKB socket owner setting in tcp_transmit_skb(). by David S. Miller · 18 years ago
  41. 52d570a [TCP]: rare bad TCP checksum with 2.6.19 by Jarek Poplawski · 18 years ago
  42. cfb6eeb [TCP]: MD5 Signature Option (RFC2385) support. by YOSHIFUJI Hideaki · 18 years ago
  43. b9df3cb [TCP/DCCP]: Introduce net_xmit_eval by Gerrit Renker · 18 years ago
  44. 9317311 [TCP]: Don't set SKB owner in tcp_transmit_skb(). by David S. Miller · 18 years ago
  45. ae8064a [TCP]: Bound TSO defer time by John Heffner · 18 years ago
  46. 496c98d [NET]: Use hton{l,s}() for non-initializers. by YOSHIFUJI Hideaki · 18 years ago
  47. df7a3b0 [TCP] net/ipv4/tcp_output.c: trivial annotations by Al Viro · 18 years ago
  48. ab32ea5 [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly by Brian Haley · 18 years ago
  49. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  50. 316c159 [TCP]: Limit window scaling if window is clamped. by Stephen Hemminger · 18 years ago
  51. bd37a08 [TCP]: SNMPv2 tcpOutSegs counter error by Wei Yongjun · 18 years ago
  52. bcd7611 [NET]: Generalise TSO-specific bits from skb_setup_caps by Herbert Xu · 18 years ago
  53. b0da8537 [NET]: Add ECN support for TSO by Michael Chan · 18 years ago
  54. 7967168 [NET]: Merge TSO/UFO fields in sk_buff by Herbert Xu · 18 years ago
  55. 35089bb [TCP]: Add tcp_slow_start_after_idle sysctl. by David S. Miller · 18 years ago
  56. f291196 [TCP]: Avoid skb_pull if possible when trimming head by Herbert Xu ~{PmVHI~} · 18 years ago
  57. 83de47c [TCP]: Fix unlikely usage in tcp_transmit_skb() by Hua Zhong · 18 years ago
  58. b60b49e [TCP]: Account skb overhead in tcp_fragment by Herbert Xu · 18 years ago
  59. ef5cb97 [TCP]: Fix truesize underflow by Herbert Xu · 18 years ago
  60. 6c97e72 [IPV4]: Possible cleanups. by Adrian Bunk · 18 years ago
  61. 15d99e0 [TCP]: sysctl to allow TCP window > 32767 sans wscale by Rick Jones · 18 years ago
  62. 0e7b136 [TCP] mtu probing: move tcp-specific data out of inet_connection_sock by John Heffner · 18 years ago
  63. 5d424d5 [TCP]: MTU probing by John Heffner · 18 years ago
  64. ba244fe [TCP]: Fix tcp_tso_should_defer() when limit>=65536 by David S. Miller · 18 years ago
  65. 40efc6f [TCP]: less inline's by Stephen Hemminger · 19 years ago
  66. d83d846 [IP_SOCKGLUE]: Remove most of the tcp specific calls by Arnaldo Carvalho de Melo · 19 years ago
  67. 8292a17 [ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops by Arnaldo Carvalho de Melo · 19 years ago
  68. dfb4b9d [TCP] Vegas: timestamp before clone by David S. Miller · 19 years ago
  69. 6a438bb [TCP]: speed up SACK processing by Stephen Hemminger · 19 years ago
  70. caa20d9a [TCP]: spelling fixes by Stephen Hemminger · 19 years ago
  71. f4805ed [TCP]: fix congestion window update when using TSO deferal by Stephen Hemminger · 19 years ago
  72. b2cc99f0 [TCP] Allow len == skb->len in tcp_fragment by Herbert Xu · 19 years ago
  73. 046d20b [TCP]: Ratelimit debugging warning. by Herbert Xu · 19 years ago
  74. 9ff5c59 [TCP]: Add code to help track down "BUG at net/ipv4/tcp_output.c:438!" by Herbert Xu · 19 years ago
  75. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  76. 01ff367 [TCP]: Revert 6b251858d377196b8cea20e65cae60f584a42735 by David S. Miller · 19 years ago
  77. 6b25185 [TCP]: Fix init_cwnd calculations in tcp_select_initial_window() by David S. Miller · 19 years ago
  78. 83ca28b [TCP]: Adjust Reno SACK estimate in tcp_fragment by Herbert Xu · 19 years ago
  79. e14c3ca [TCP]: Handle SACK'd packets properly in tcp_fragment(). by Herbert Xu · 19 years ago
  80. 3c05d92 [TCP]: Compute in_sacked properly when we split up a TSO frame. by Herbert Xu · 19 years ago
  81. e130af5 [TCP]: Fix double adjustment of tp->{lost,left}_out in tcp_fragment(). by Herbert Xu · 19 years ago
  82. cf0b450 [TCP]: Fix off by one in tcp_fragment() "already sent" test. by Herbert Xu · 19 years ago
  83. 6475be1 [TCP]: Keep TSO enabled even during loss events. by David S. Miller · 19 years ago
  84. d179cd1 [NET]: Implement SKB fast cloning. by David S. Miller · 19 years ago
  85. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  86. 6687e98 [ICSK]: Move TCP congestion avoidance members to icsk by Arnaldo Carvalho de Melo · 19 years ago
  87. 3f421ba [NET]: Just move the inet_connection_sock function from tcp sources by Arnaldo Carvalho de Melo · 19 years ago
  88. 463c84b [NET]: Introduce inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago
  89. 8728b83 [NET]: Kill skb->list by David S. Miller · 19 years ago
  90. 14869c3 [TCP]: Do TSO deferral even if tail SKB can go out now. by Dmitry Yusupov · 19 years ago
  91. c8ac377 [TCP]: Fix bug #5070: kernel BUG at net/ipv4/tcp_output.c:864 by Herbert Xu · 19 years ago
  92. b5da623 [TCP]: Adjust {p,f}ackets_out correctly in tcp_retransmit_skb() by Herbert Xu · 19 years ago
  93. b68e9f8 [PATCH] tcp: fix TSO cwnd caching bug by Herbert Xu · 19 years ago
  94. 846998a [PATCH] tcp: fix TSO sizing bugs by David S. Miller · 19 years ago
  95. 86a76ca [NET]: Fix sparse warnings by Victor Fusco · 19 years ago
  96. 908a75c [TCP]: Never TSO defer under periods of congestion. by David S. Miller · 19 years ago
  97. c1b4a7e [TCP]: Move to new TSO segmenting scheme. by David S. Miller · 19 years ago
  98. aa93466 [TCP]: Eliminate redundant computations in tcp_write_xmit(). by David S. Miller · 19 years ago
  99. 7f4dd0a [TCP]: Break out tcp_snd_test() into it's constituent parts. by David S. Miller · 19 years ago
  100. 55c97f3 [TCP]: Fix __tcp_push_pending_frames() 'nonagle' handling. by David S. Miller · 19 years ago