1. cea14e0 [TCP]: Uninline tcp_is_cwnd_limited by Ilpo Järvinen · 17 years ago
  2. 490d504 [TCP]: Uninline tcp_set_state by Ilpo Järvinen · 17 years ago
  3. 4828e7f [TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary by Ilpo Järvinen · 17 years ago
  4. 90840de [TCP]: Introduce tcp_wnd_end() to reduce line lengths by Ilpo Järvinen · 17 years ago
  5. 3ab224b [NET] CORE: Introducing new memory accounting interface. by Hideo Aoki · 17 years ago
  6. 9cb5734 [TCP]: Convert several length variable to unsigned. by YOSHIFUJI Hideaki · 17 years ago
  7. 6859d49 [TCP]: Abstract tp->highest_sack accessing & point to next skb by Ilpo Järvinen · 17 years ago
  8. 234b686 [TCP]: Add tcp_for_write_queue_from_safe and use it in mtu_probe by Ilpo Järvinen · 17 years ago
  9. c3a05c6 [TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoid by Ilpo Järvinen · 17 years ago
  10. 8512430 [TCP]: Move FRTO checks out from write queue abstraction funcs by Ilpo Järvinen · 17 years ago
  11. 68f8353 [TCP]: Rewrite SACK block processing & sack_recv_cache use by Ilpo Järvinen · 17 years ago
  12. a47e5a9 [TCP]: Convert highest_sack to sk_buff to allow direct access by Ilpo Järvinen · 17 years ago
  13. 9c55e01 [TCP]: Splice receive support. by Jens Axboe · 17 years ago
  14. 6e42141 [TCP] MTUprobe: fix potential sk_send_head corruption by Ilpo Järvinen · 17 years ago
  15. c1bd24b [TCP]: Remove unneeded implicit type cast when calling tcp_minshall_update() by Chuck Lever · 17 years ago
  16. 0800f17 [TCP]: Minor coding style fixup. by David S. Miller · 17 years ago
  17. b768920 [TCP]: Avoid clearing sacktag hint in trivial situations by Ilpo Järvinen · 17 years ago
  18. 5af4ec2 [TCP]: clear_all_retrans_hints prefixed by tcp_ by Ilpo Järvinen · 17 years ago
  19. 6ff03ac [TCP]: tcp_packets_out_inc to tcp_output.c (no callers elsewhere) by Ilpo Järvinen · 17 years ago
  20. e9144bd [TCP]: Remove unnecessary wrapper tcp_packets_out_dec by Ilpo Järvinen · 17 years ago
  21. e60402d [TCP]: Move sack_ok access to obviously named funcs & cleanup by Ilpo Järvinen · 17 years ago
  22. b9c4595 [TCP]: Don't panic if S+L skb is detected by Ilpo Järvinen · 17 years ago
  23. 1b6d427b [TCP]: Reduce sacked_out with reno when purging write_queue by Ilpo Järvinen · 17 years ago
  24. 005903b [TCP]: Left out sync->verify (the new meaning of it) & definify by Ilpo Järvinen · 17 years ago
  25. 83ae408 [TCP]: Add tcp_left_out(tp) "back" to get cleaner looking lines by Ilpo Järvinen · 17 years ago
  26. b5860bb [TCP]: Tighten tcp_sock's belt, drop left_out by Ilpo Järvinen · 17 years ago
  27. af610b4 [TCP]: Add tcp_dec_pcount_approx int variant by Ilpo Järvinen · 17 years ago
  28. bdf1ee5 [TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h & remove it by Ilpo Järvinen · 17 years ago
  29. f8ab18d [TCP]: Fix MD5 signature handling on big-endian. by David S. Miller · 17 years ago
  30. 3516ffb [TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg(). by David S. Miller · 17 years ago
  31. 30cfd0b [TCP]: congestion control API pass RTT in microseconds by Stephen Hemminger · 17 years ago
  32. 1675134 [TCP]: remove unused argument to cong_avoid op by Stephen Hemminger · 17 years ago
  33. e4fd5da [TCP]: Consolidate checking for tcp orphan count being too big. by Pavel Emelianov · 17 years ago
  34. 0ec9682 [TCP]: Use S+L catcher only with SACK for now by Ilpo Järvinen · 17 years ago
  35. d551e45 [TCP] FRTO: RFC4138 allows Nagle override when new data must be sent by Ilpo Järvinen · 17 years ago
  36. 34588b4 [TCP]: Catch skb with S+L bugs earlier by Ilpo Järvinen · 17 years ago
  37. 164891a [TCP]: Congestion control API update. by Stephen Hemminger · 17 years ago
  38. 9e412ba [TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...) by Ilpo Järvinen · 17 years ago
  39. 4ac02ba [TCP]: Uninline tcp_done(). by Andi Kleen · 17 years ago
  40. 6047637 [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY by Herbert Xu · 17 years ago
  41. aa8223c [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th by Arnaldo Carvalho de Melo · 17 years ago
  42. fe067e8 [TCP]: Abstract out all write queue operations. by David S. Miller · 17 years ago
  43. 9d729f7 [NET]: Convert xtime.tv_sec to get_seconds() by James Morris · 18 years ago
  44. 3cfe3ba [TCP]: Add two new spurious RTO responses to FRTO by Ilpo Järvinen · 18 years ago
  45. 886236c [TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_ssthresh. by John Heffner · 17 years ago
  46. 46d0de4 [TCP] FRTO: Entry is allowed only during (New)Reno like recovery by Ilpo Järvinen · 18 years ago
  47. bdaae17 [TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.c by Ilpo Järvinen · 18 years ago
  48. ba7808e [TCP]: remove tcp header from tcp_v4_check (take #2) by Frederik Deweerdt · 18 years ago
  49. 0d630cc [TCP]: Use old definition of before by Gerrit Renker · 18 years ago
  50. 9a036b9c [TCP]: Fix ambiguity in the `before' relation. by Gerrit Renker · 18 years ago
  51. 8e5200f [NET]: Fix assorted misannotations (from md5 and udplite merges). by Al Viro · 18 years ago
  52. b51655b [NET]: Annotate __skb_checksum_complete() and friends. by Al Viro · 18 years ago
  53. 6b11687 [NET]: Annotate csum_tcpudp_magic() callers in net/* by Al Viro · 18 years ago
  54. cfb6eeb [TCP]: MD5 Signature Option (RFC2385) support. by YOSHIFUJI Hideaki · 18 years ago
  55. ce7bc3b [TCP]: Restrict congestion control choices. by Stephen Hemminger · 18 years ago
  56. 3ff825b [TCP]: Add tcp_available_congestion_control sysctl. by Stephen Hemminger · 18 years ago
  57. 72a3eff [NET]: Size listen hash tables using backlog hint by Eric Dumazet · 18 years ago
  58. 3687b1d [TCP]: SNMPv2 tcpAttemptFails counter error by Wei Yongjun · 18 years ago
  59. a430a43 [NET] gso: Fix up GSO packets with broken checksums by Herbert Xu · 18 years ago
  60. bcd7611 [NET]: Generalise TSO-specific bits from skb_setup_caps by Herbert Xu · 18 years ago
  61. 576a30e [NET]: Added GSO header verification by Herbert Xu · 18 years ago
  62. f4c50d9 [NET]: Add software TSOv4 by Herbert Xu · 18 years ago
  63. 7967168 [NET]: Merge TSO/UFO fields in sk_buff by Herbert Xu · 18 years ago
  64. cee4cca Merge git://git.infradead.org/hdrcleanup-2.6 by Linus Torvalds · 18 years ago
  65. 35089bb [TCP]: Add tcp_slow_start_after_idle sysctl. by David S. Miller · 18 years ago
  66. 72dc5b9 [TCP]: Minimum congestion window consolidation. by Stephen Hemminger · 18 years ago
  67. 9593782 [I/OAT]: Add a sysctl for tuning the I/OAT offloaded I/O threshold by Chris Leech · 18 years ago
  68. 0e4b499 [I/OAT]: Rename cleanup_rbuf to tcp_cleanup_rbuf and make non-static by Chris Leech · 18 years ago
  69. 97fc2f0 [I/OAT]: Structure changes for TCP recv offload to I/OAT by Chris Leech · 18 years ago
  70. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  71. 0803dbe [TCP]: Kill unused extern decl for tcp_v4_hash_connecting() by David S. Miller · 18 years ago
  72. 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 18 years ago
  73. 15d99e0 [TCP]: sysctl to allow TCP window > 32767 sans wscale by Rick Jones · 18 years ago
  74. 5d424d5 [TCP]: MTU probing by John Heffner · 18 years ago
  75. 40efc6f [TCP]: less inline's by Stephen Hemminger · 19 years ago
  76. 8639a11 [TCP]: Don't use __constant_htonl for a non const arg by Arnaldo Carvalho de Melo · 19 years ago
  77. 6d6ee43 [TWSK]: Introduce struct timewait_sock_ops by Arnaldo Carvalho de Melo · 19 years ago
  78. 8292a17 [ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops by Arnaldo Carvalho de Melo · 19 years ago
  79. 31f3426 [TCP]: More spelling fixes. by Stephen Hemminger · 19 years ago
  80. 6a438bb [TCP]: speed up SACK processing by Stephen Hemminger · 19 years ago
  81. caa20d9a [TCP]: spelling fixes by Stephen Hemminger · 19 years ago
  82. 9772efb [TCP]: Appropriate Byte Count support by Stephen Hemminger · 19 years ago
  83. 7faffa1 [TCP]: add tcp_slow_start helper by Stephen Hemminger · 19 years ago
  84. f4805ed [TCP]: fix congestion window update when using TSO deferal by Stephen Hemminger · 19 years ago
  85. fb286bb [NET]: Detect hardware rx checksum faults correctly by Herbert Xu · 19 years ago
  86. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  87. 6475be1 [TCP]: Keep TSO enabled even during loss events. by David S. Miller · 19 years ago
  88. 2038073 [NET]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  89. 17b085e [INET_DIAG]: Move the tcp_diag interface to the proper place by Arnaldo Carvalho de Melo · 19 years ago
  90. 73c1f4a [TCPDIAG]: Just rename everything to inet_diag by Arnaldo Carvalho de Melo · 19 years ago
  91. 6687e98 [ICSK]: Move TCP congestion avoidance members to icsk by Arnaldo Carvalho de Melo · 19 years ago
  92. 696ab2d [TIMEWAIT]: Move inet_timewait_death_row routines to net/ipv4/inet_timewait_sock.c by Arnaldo Carvalho de Melo · 19 years ago
  93. 295ff7e [TIMEWAIT]: Introduce inet_timewait_death_row by Arnaldo Carvalho de Melo · 19 years ago
  94. a019d6f [ICSK]: Move generalised functions from tcp to inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago
  95. 295f732 [ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer by Arnaldo Carvalho de Melo · 19 years ago
  96. 0a5578c [ICSK]: Generalise tcp_listen_{start,stop} by Arnaldo Carvalho de Melo · 19 years ago
  97. 3f421ba [NET]: Just move the inet_connection_sock function from tcp sources by Arnaldo Carvalho de Melo · 19 years ago
  98. 463c84b [NET]: Introduce inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago
  99. 8feaf0c0 [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets by Arnaldo Carvalho de Melo · 19 years ago
  100. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago