1. c0155b2 tcp: Remove unused tcpct declarations and comments by Dmitry Popov · 11 years ago
  2. c9bee3b7 tcp: TCP_NOTSENT_LOWAT socket option by Eric Dumazet · 11 years ago
  3. 3e59cb0 tcp: remove bad timeout logic in fast recovery by Yuchung Cheng · 11 years ago
  4. e33099f tcp: implement RFC5682 F-RTO by Yuchung Cheng · 11 years ago
  5. 9b44190 tcp: refactor F-RTO by Yuchung Cheng · 11 years ago
  6. 1a2c618 tcp: Remove TCPCT by Christoph Paasch · 11 years ago
  7. 9b717a8 tcp: TLP loss detection. by Nandita Dukkipati · 11 years ago
  8. 6ba8a3b tcp: Tail loss probe (TLP) by Nandita Dukkipati · 11 years ago
  9. e61667a tcp: Remove unused tw_cookie_values from tcp_timewait_sock by Christoph Paasch · 11 years ago
  10. ceaa1fe tcp: adding a per-socket timestamp offset by Andrey Vagin · 11 years ago
  11. ca2eb56 tcp: remove Appropriate Byte Count support by Stephen Hemminger · 11 years ago
  12. 6a674e9 net: Add support for hardware-offloaded encapsulation by Joseph Gasparakis · 12 years ago
  13. 6f73601 tcp: add SYN/data info to TCP_INFO by Yuchung Cheng · 12 years ago
  14. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  15. bb68b64 ipv4: Don't add TCP-code in inet_sock_destruct by Christoph Paasch · 12 years ago
  16. 1046716 tcp: TCP Fast Open Server - header & support functions by Jerry Chu · 12 years ago
  17. 563d34d tcp: dont drop MTU reduction indications by Eric Dumazet · 12 years ago
  18. 6f458df tcp: improve latencies of timer triggered events by Eric Dumazet · 12 years ago
  19. 67da22d net-tcp: Fast Open client - cookie-less mode by Yuchung Cheng · 12 years ago
  20. 783237e net-tcp: Fast Open client - sending SYN-data by Yuchung Cheng · 12 years ago
  21. 2100c8d net-tcp: Fast Open base by Yuchung Cheng · 12 years ago
  22. 46d3cea tcp: TCP Small Queues by Eric Dumazet · 12 years ago
  23. b6242b9 tcp: Remove tw->tw_peer by David S. Miller · 12 years ago
  24. 43b03f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  25. 8876d6b net: Make linux/tcp.h C++ friendly (trivial) by Paul Pluzhnikov · 12 years ago
  26. 2397849 [PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary. by David S. Miller · 12 years ago
  27. e8650a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  28. c0a788c net: Fix tcp_build_and_update_options comment in struct tcp_sock by Kyle McMartin · 12 years ago
  29. 750ea2b tcp: early retransmit: delayed fast retransmit by Yuchung Cheng · 12 years ago
  30. eed530b tcp: early retransmit by Yuchung Cheng · 12 years ago
  31. de248a7 tcp repair: Fix unaligned access when repairing options (v2) by Pavel Emelyanov · 12 years ago
  32. b139ba4 tcp: Repair connection-time negotiated parameters by Pavel Emelyanov · 12 years ago
  33. ee99528 tcp: Initial repair mode by Pavel Emelyanov · 12 years ago
  34. b4017c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  35. ecb9719 tcp: fix comment for tp->highest_sack by Neal Cardwell · 12 years ago
  36. a8afca0 tcp: md5: protects md5sig_info with RCU by Eric Dumazet · 12 years ago
  37. a915da9b tcp: md5: rcu conversion by Eric Dumazet · 12 years ago
  38. ab56222 tcp: Replace constants with #define macros by Vijay Subramanian · 13 years ago
  39. b5c5693 tcp: report ECN_SEEN in tcp_info by Eric Dumazet · 13 years ago
  40. a262f0c Proportional Rate Reduction for TCP. by Nandita Dukkipati · 13 years ago
  41. 9ad7c04 tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open side by Jerry Chu · 13 years ago
  42. dca43c7 tcp: Add TCP_USER_TIMEOUT socket option. by Jerry Chu · 14 years ago
  43. 7e38017 net: TCP thin dupack by Andreas Petlund · 14 years ago
  44. 36e31b0a net: TCP thin linear timeouts by Andreas Petlund · 14 years ago
  45. 435cf55 TCPCT part 1d: define TCP cookie option, extend existing struct's by William Allen Simpson · 15 years ago
  46. 519855c TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONS by William Allen Simpson · 15 years ago
  47. bee7ca9 net: TCP_MSS_DEFAULT, TCP_MSS_DESIRED by William Allen Simpson · 15 years ago
  48. d94d9fe net: cleanup include/linux by Eric Dumazet · 15 years ago
  49. b2e4b3d tcp: MD5 operations should be const by Stephen Hemminger · 15 years ago
  50. a0f82f6 syncookies: remove last_synq_overflow from struct tcp_sock by Florian Westphal · 15 years ago
  51. 2a3a041 tcp: cache result of earlier divides when mss-aligning things by Ilpo Järvinen · 15 years ago
  52. 0c54b85 tcp: simplify tcp_current_mss by Ilpo Järvinen · 15 years ago
  53. cabeccb tcp: kill eff_sacks "cache", the sole user can calculate itself by Ilpo Järvinen · 15 years ago
  54. f3a7c66 net: replace __constant_{endian} uses in net headers by Harvey Harrison · 15 years ago
  55. 33f5f57 tcp: kill pointless urg_mode by Ilpo Järvinen · 16 years ago
  56. 0e1c54c tcp: reorganize retransmit code loops by Ilpo Järvinen · 16 years ago
  57. 006f582 tcp: convert retransmit_cnt_hint to seqno by Ilpo Järvinen · 16 years ago
  58. 4389dde tcp: Remove redundant checks when setting eff_sacks by Adam Langley · 16 years ago
  59. 4ae127d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  60. ec0a196 tcp: Revert 'process defer accept as established' changes. by David S. Miller · 16 years ago
  61. b79eeeb tcp: Reorganize tcp_sock to fill 64-bit holes & improve locality by Ilpo Järvinen · 16 years ago
  62. 4b749440 tcp: Make prior_ssthresh a u32 by Ilpo Järvinen · 16 years ago
  63. ec3c098 [TCP]: TCP_DEFER_ACCEPT updates - process as established by Patrick McManus · 16 years ago
  64. 68f8353 [TCP]: Rewrite SACK block processing & sack_recv_cache use by Ilpo Järvinen · 17 years ago
  65. fd6dad6 [TCP]: Earlier SACK block verification & simplify access to them by Ilpo Järvinen · 17 years ago
  66. a47e5a9 [TCP]: Convert highest_sack to sk_buff to allow direct access by Ilpo Järvinen · 17 years ago
  67. f78a1b3 [TCP]: Make snd_cwnd_cnt 32-bit by Ilpo Järvinen · 17 years ago
  68. b08d6cb [TCP]: Limit processing lost_retrans loop to work-to-do cases by Ilpo Järvinen · 17 years ago
  69. c79e335 [TCP]: Comment fastpath_cnt_hint off-by-one trap by Ilpo Järvinen · 17 years ago
  70. 13dae42 [TCP]: Update comment about highest_sack validity by Ilpo Järvinen · 17 years ago
  71. b5860bb [TCP]: Tighten tcp_sock's belt, drop left_out by Ilpo Järvinen · 17 years ago
  72. 539d243 [TCP]: Access to highest_sack obsoletes forward_cnt_hint by Ilpo Järvinen · 17 years ago
  73. d738cd8 [TCP]: Add highest_sack seqno, points to globally highest SACK by Ilpo Järvinen · 17 years ago
  74. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  75. aa8223c [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th by Arnaldo Carvalho de Melo · 17 years ago
  76. ab6a5bb [TCP]: Introduce tcp_hdrlen() and tcp_optlen() by Arnaldo Carvalho de Melo · 17 years ago
  77. e0ef57c [TCP]: Make snd_cwnd_clamp a u32. by David S. Miller · 17 years ago
  78. 54287cc [TCP]: Keep copied_seq, rcv_wup and rcv_next together. by Eric Dumazet · 17 years ago
  79. 6f74651 [TCP]: Seperate DSACK from SACK fast path by Baruch Even · 17 years ago
  80. 3a137d2 [TCP]: Renove the __ prefix on the struct tcp_sock members by Arnaldo Carvalho de Melo · 18 years ago
  81. 2ff52f2 [TCP]: Change tcp_header_len member in tcp_sock to u16 by Arnaldo Carvalho de Melo · 18 years ago
  82. 9981a0e [NET]: Annotate checksums in on-the-wire packets. by Al Viro · 18 years ago
  83. cfb6eeb [TCP]: MD5 Signature Option (RFC2385) support. by YOSHIFUJI Hideaki · 18 years ago
  84. ae8064a [TCP]: Bound TSO defer time by John Heffner · 18 years ago
  85. dddc93c [TCP]: struct tcp_sock .pred_flags is net-endian by Al Viro · 18 years ago
  86. 269bd27 [TCP]: struct tcp_sack_block annotations by Al Viro · 18 years ago
  87. 46a9732 [IPV4]: TCP headers annotated by Al Viro · 18 years ago
  88. c8a553ad [TCP]: Move inclusion of <linux/dmaengine.h> to correct place in <linux/tcp.h> by David Woodhouse · 18 years ago
  89. cee4cca Merge git://git.infradead.org/hdrcleanup-2.6 by Linus Torvalds · 18 years ago
  90. 97fc2f0 [I/OAT]: Structure changes for TCP recv offload to I/OAT by Chris Leech · 18 years ago
  91. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  92. 0e7b136 [TCP] mtu probing: move tcp-specific data out of inet_connection_sock by John Heffner · 18 years ago
  93. d83d846 [IP_SOCKGLUE]: Remove most of the tcp specific calls by Arnaldo Carvalho de Melo · 19 years ago
  94. 2271281 [TCP]: Move the TCPF_ enum to tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  95. 8292a17 [ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops by Arnaldo Carvalho de Melo · 19 years ago
  96. 6a438bb [TCP]: speed up SACK processing by Stephen Hemminger · 19 years ago
  97. 9772efb [TCP]: Appropriate Byte Count support by Stephen Hemminger · 19 years ago
  98. 6687e98 [ICSK]: Move TCP congestion avoidance members to icsk by Arnaldo Carvalho de Melo · 19 years ago
  99. 295f732 [ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer by Arnaldo Carvalho de Melo · 19 years ago
  100. 463c84b [NET]: Introduce inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago