1. 607bfbf [TCP]: Fix shrinking windows with window scaling by Patrick McHardy · 16 years ago
  2. 5ea3a74 [TCP]: Prevent sending past receiver window with TSO (at last skb) by Ilpo Järvinen · 16 years ago
  3. 30a50cc [TCP]: Unexport sysctl_tcp_tso_win_divisor by Adrian Bunk · 17 years ago
  4. e870a8e [TCP]: Perform setting of common control fields in one place by Ilpo Järvinen · 17 years ago
  5. 19773b4 [TCP]: Urgent parameter effect can be simplified. by Ilpo Järvinen · 17 years ago
  6. d436d68 [TCP]: Remove unnecessary local variable by Ilpo Järvinen · 17 years ago
  7. 409d22b [TCP]: Code duplication removal, added tcp_bound_to_half_wnd() by Ilpo Järvinen · 17 years ago
  8. 056834d [TCP]: cleanup tcp_{in,out}put.c style by Ilpo Järvinen · 17 years ago
  9. 058dc33 [TCP]: reduce tcp_output's indentation levels a bit by Ilpo Järvinen · 17 years ago
  10. 4828e7f [TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary by Ilpo Järvinen · 17 years ago
  11. 90840de [TCP]: Introduce tcp_wnd_end() to reduce line lengths by Ilpo Järvinen · 17 years ago
  12. 66f5fe6 [TCP]: Rename update_send_head & include related increment to it by Ilpo Järvinen · 17 years ago
  13. 3ab224b [NET] CORE: Introducing new memory accounting interface. by Hideo Aoki · 17 years ago
  14. 0e3a480 [TCP]: Force TSO splits to MSS boundaries by Ilpo Järvinen · 17 years ago
  15. b92edbe [TCP] Avoid two divides in tcp_output.c by Eric Dumazet · 17 years ago
  16. bd515c3 [TCP]: Fix TSO deferring by Ilpo Järvinen · 17 years ago
  17. 6859d49 [TCP]: Abstract tp->highest_sack accessing & point to next skb by Ilpo Järvinen · 17 years ago
  18. 234b686 [TCP]: Add tcp_for_write_queue_from_safe and use it in mtu_probe by Ilpo Järvinen · 17 years ago
  19. d67c58e [TCP]: Remove local variable and use packets_in_flight directly by Ilpo Järvinen · 17 years ago
  20. 50c4817 [TCP]: MTUprobe: prepare skb fields earlier by Ilpo Järvinen · 17 years ago
  21. df97c70 [NET]: Eliminate unused argument from sk_stream_alloc_pskb by Pavel Emelyanov · 17 years ago
  22. 8512430 [TCP]: Move FRTO checks out from write queue abstraction funcs by Ilpo Järvinen · 17 years ago
  23. 68f8353 [TCP]: Rewrite SACK block processing & sack_recv_cache use by Ilpo Järvinen · 17 years ago
  24. a47e5a9 [TCP]: Convert highest_sack to sk_buff to allow direct access by Ilpo Järvinen · 17 years ago
  25. 4e67d87 [TCP]: NAGLE_PUSH seems to be a wrong way around by Ilpo Järvinen · 17 years ago
  26. 7f9c33e [TCP] MTUprobe: Cleanup send queue check (no need to loop) by Ilpo Järvinen · 17 years ago
  27. 91cc17c [TCP]: MTUprobe: receiver window & data available checks fixed by Ilpo Järvinen · 17 years ago
  28. 6e42141 [TCP] MTUprobe: fix potential sk_send_head corruption by Ilpo Järvinen · 17 years ago
  29. b08d6cb [TCP]: Limit processing lost_retrans loop to work-to-do cases by Ilpo Järvinen · 17 years ago
  30. 29d0a30 [TCP]: Fix two off-by-one errors in fackets_out adjusting logic by Ilpo Järvinen · 17 years ago
  31. dc86967 [TCP]: No fackets_out/highest_sack tuning when SACK isn't enabled by Ilpo Järvinen · 17 years ago
  32. a6963a6 [TCP]: Re-place highest_sack check to a more robust position by Ilpo Järvinen · 17 years ago
  33. b768920 [TCP]: Avoid clearing sacktag hint in trivial situations by Ilpo Järvinen · 17 years ago
  34. 5af4ec2 [TCP]: clear_all_retrans_hints prefixed by tcp_ by Ilpo Järvinen · 17 years ago
  35. 91fed7a [TCP]: Make fackets_out accurate by Ilpo Järvinen · 17 years ago
  36. 0dde7b5 [TCP]: Maintain highest_sack accurately to the highest skb by Ilpo Järvinen · 17 years ago
  37. 356f89e [NET] Cleanup: DIV_ROUND_UP by Ilpo Järvinen · 17 years ago
  38. 6ff03ac [TCP]: tcp_packets_out_inc to tcp_output.c (no callers elsewhere) by Ilpo Järvinen · 17 years ago
  39. e9144bd [TCP]: Remove unnecessary wrapper tcp_packets_out_dec by Ilpo Järvinen · 17 years ago
  40. e60402d [TCP]: Move sack_ok access to obviously named funcs & cleanup by Ilpo Järvinen · 17 years ago
  41. 005903b [TCP]: Left out sync->verify (the new meaning of it) & definify by Ilpo Järvinen · 17 years ago
  42. b5860bb [TCP]: Tighten tcp_sock's belt, drop left_out by Ilpo Järvinen · 17 years ago
  43. af610b4 [TCP]: Add tcp_dec_pcount_approx int variant by Ilpo Järvinen · 17 years ago
  44. bdf1ee5 [TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h & remove it by Ilpo Järvinen · 17 years ago
  45. 539d243 [TCP]: Access to highest_sack obsoletes forward_cnt_hint by Ilpo Järvinen · 17 years ago
  46. 9c681b4 [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  47. d041005 [TCP]: SACK fastpath did override adjusted fackets_out by Ilpo Järvinen · 17 years ago
  48. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  49. d551e45 [TCP] FRTO: RFC4138 allows Nagle override when new data must be sent by Ilpo Järvinen · 17 years ago
  50. 65bb723 [TCP]: Update references in two old comments by Gerrit Renker · 17 years ago
  51. 164891a [TCP]: Congestion control API update. by Stephen Hemminger · 17 years ago
  52. 9e412ba [TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...) by Ilpo Järvinen · 17 years ago
  53. 1a4e2d0 [SK_BUFF]: Some more conversions to skb_copy_from_linear_data by Arnaldo Carvalho de Melo · 17 years ago
  54. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  55. aa8223c [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th by Arnaldo Carvalho de Melo · 17 years ago
  56. 2de979b [TCP]: whitespace cleanup by Stephen Hemminger · 17 years ago
  57. fe067e8 [TCP]: Abstract out all write queue operations. by David S. Miller · 17 years ago
  58. 3cfe3ba [TCP]: Add two new spurious RTO responses to FRTO by Ilpo Järvinen · 17 years ago
  59. 15d33c0 [TCP]: slow_start_after_idle should influence cwnd validation too by David S. Miller · 17 years ago
  60. 8456507 [TCP]: Do receiver-side SWS avoidance for rcvbuf < MSS. by John Heffner · 17 years ago
  61. 600ff0c [TCP]: Prevent pseudo garbage in SYN's advertized window by Ilpo Järvinen · 17 years ago
  62. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  63. 104439a [TCP]: Don't apply FIN exception to full TSO segments. by John Heffner · 18 years ago
  64. e89862f [TCP]: Restore SKB socket owner setting in tcp_transmit_skb(). by David S. Miller · 18 years ago
  65. 52d570a [TCP]: rare bad TCP checksum with 2.6.19 by Jarek Poplawski · 18 years ago
  66. cfb6eeb [TCP]: MD5 Signature Option (RFC2385) support. by YOSHIFUJI Hideaki · 18 years ago
  67. b9df3cb [TCP/DCCP]: Introduce net_xmit_eval by Gerrit Renker · 18 years ago
  68. 9317311 [TCP]: Don't set SKB owner in tcp_transmit_skb(). by David S. Miller · 18 years ago
  69. ae8064a [TCP]: Bound TSO defer time by John Heffner · 18 years ago
  70. 496c98d [NET]: Use hton{l,s}() for non-initializers. by YOSHIFUJI Hideaki · 18 years ago
  71. df7a3b0 [TCP] net/ipv4/tcp_output.c: trivial annotations by Al Viro · 18 years ago
  72. ab32ea5 [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly by Brian Haley · 18 years ago
  73. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  74. 316c159 [TCP]: Limit window scaling if window is clamped. by Stephen Hemminger · 18 years ago
  75. bd37a08 [TCP]: SNMPv2 tcpOutSegs counter error by Wei Yongjun · 18 years ago
  76. bcd7611 [NET]: Generalise TSO-specific bits from skb_setup_caps by Herbert Xu · 18 years ago
  77. b0da8537 [NET]: Add ECN support for TSO by Michael Chan · 18 years ago
  78. 7967168 [NET]: Merge TSO/UFO fields in sk_buff by Herbert Xu · 18 years ago
  79. 35089bb [TCP]: Add tcp_slow_start_after_idle sysctl. by David S. Miller · 18 years ago
  80. f291196 [TCP]: Avoid skb_pull if possible when trimming head by Herbert Xu ~{PmVHI~} · 18 years ago
  81. 83de47c [TCP]: Fix unlikely usage in tcp_transmit_skb() by Hua Zhong · 18 years ago
  82. b60b49e [TCP]: Account skb overhead in tcp_fragment by Herbert Xu · 18 years ago
  83. ef5cb97 [TCP]: Fix truesize underflow by Herbert Xu · 18 years ago
  84. 6c97e72 [IPV4]: Possible cleanups. by Adrian Bunk · 18 years ago
  85. 15d99e0 [TCP]: sysctl to allow TCP window > 32767 sans wscale by Rick Jones · 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. ba244fe [TCP]: Fix tcp_tso_should_defer() when limit>=65536 by David S. Miller · 18 years ago
  89. 40efc6f [TCP]: less inline's by Stephen Hemminger · 19 years ago
  90. d83d846 [IP_SOCKGLUE]: Remove most of the tcp specific calls by Arnaldo Carvalho de Melo · 19 years ago
  91. 8292a17 [ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops by Arnaldo Carvalho de Melo · 19 years ago
  92. dfb4b9d [TCP] Vegas: timestamp before clone by David S. Miller · 19 years ago
  93. 6a438bb [TCP]: speed up SACK processing by Stephen Hemminger · 19 years ago
  94. caa20d9a [TCP]: spelling fixes by Stephen Hemminger · 19 years ago
  95. f4805ed [TCP]: fix congestion window update when using TSO deferal by Stephen Hemminger · 19 years ago
  96. b2cc99f0 [TCP] Allow len == skb->len in tcp_fragment by Herbert Xu · 19 years ago
  97. 046d20b [TCP]: Ratelimit debugging warning. by Herbert Xu · 19 years ago
  98. 9ff5c59 [TCP]: Add code to help track down "BUG at net/ipv4/tcp_output.c:438!" by Herbert Xu · 19 years ago
  99. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  100. 01ff367 [TCP]: Revert 6b251858d377196b8cea20e65cae60f584a42735 by David S. Miller · 19 years ago