1. 7faee5c tcp: remove TCP_SKB_CB(skb)->when by Eric Dumazet · 10 years ago
  2. 04317da tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isn by Eric Dumazet · 10 years ago
  3. 989e04c tcp: improve undo on timeout by Yuchung Cheng · 10 years ago
  4. 0c9ab09 tcp: fix ssthresh and undo for consecutive short FRTO episodes by Neal Cardwell · 10 years ago
  5. a26552a tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logic by Hannes Frederic Sowa · 10 years ago
  6. 712a722 net-timestamp: fix missing ACK timestamp by Willem de Bruijn · 10 years ago
  7. e1c8a60 net-timestamp: ACK timestamp for bytestreams by Willem de Bruijn · 10 years ago
  8. 5ae344c tcp: reduce spurious retransmits due to transient SACK reneging by Neal Cardwell · 10 years ago
  9. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  10. 5ee2c94 tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reduction by Christoph Paasch · 10 years ago
  11. 6e08d5e tcp: fix false undo corner cases by Yuchung Cheng · 10 years ago
  12. 4135ab8 tcp: tcp_conn_request: fix build error when IPv6 is disabled by Octavian Purdila · 10 years ago
  13. 1fb6f15 tcp: add tcp_conn_request by Octavian Purdila · 10 years ago
  14. 2cd0d74 tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb by Neal Cardwell · 10 years ago
  15. 6cc55e0 tcp: add gfp parameter to tcp_fragment by Octavian Purdila · 10 years ago
  16. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  17. 0cfa5c0 tcp: fix cwnd undo on DSACK in F-RTO by Yuchung Cheng · 10 years ago
  18. 2490155 tcp: remove in_flight parameter from cong_avoid() methods by Eric Dumazet · 10 years ago
  19. 86fd14a tcp: make tcp_cwnd_application_limited() static by Weiping Pan · 10 years ago
  20. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  21. 431a912 tcp: timestamp SYN+DATA messages by Eric Dumazet · 10 years ago
  22. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  23. f19c29e tcp: snmp stats for Fast Open, SYN rtx, and data pkts by Yuchung Cheng · 10 years ago
  24. c84a571 tcp: fix bogus RTT on special retransmission by Yuchung Cheng · 10 years ago
  25. 740b0f1 tcp: switch rtt estimations to usec resolution by Eric Dumazet · 10 years ago
  26. 4a5ab4e tcp: remove 1ms offset in srtt computation by Eric Dumazet · 11 years ago
  27. f7e56a7 tcp: make local functions static by stephen hemminger · 11 years ago
  28. a22318e ipv4: do clean up with spaces by Weilong Chen · 11 years ago
  29. 9f9843a7 tcp: properly handle stretch acks in slow start by Yuchung Cheng · 11 years ago
  30. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  31. 2f715c1 tcp: do not rearm RTO when future data are sacked by Yuchung Cheng · 11 years ago
  32. 2909d87 tcp: only take RTT from timestamps if new data is acked by Yuchung Cheng · 11 years ago
  33. bc15afa tcp: fix SYNACK RTT estimation in Fast Open by Yuchung Cheng · 11 years ago
  34. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  35. 02cf4eb tcp: initialize passive-side sk_pacing_rate after 3WHS by Neal Cardwell · 11 years ago
  36. 031afe4 tcp: fix incorrect ca_state in tail loss probe by Yuchung Cheng · 11 years ago
  37. ba53742 tcp: use ACCESS_ONCE() in tcp_update_pacing_rate() by Eric Dumazet · 11 years ago
  38. 53af53a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  39. 5e8a402f tcp: do not forget FIN in tcp_shifted_skb() by Eric Dumazet · 11 years ago
  40. 34a6eda net: ipv4: Change variable type to bool by Peter Senna Tschudin · 11 years ago
  41. 6ae7053 tcp: sndbuf autotuning improvements by Eric Dumazet · 11 years ago
  42. 62748f3 net: introduce SO_MAX_PACING_RATE by Eric Dumazet · 11 years ago
  43. b0983d3 tcp: fix dynamic right sizing by Eric Dumazet · 11 years ago
  44. 4e4f1fc tcp: properly increase rcv_ssthresh for ofo packets by Eric Dumazet · 11 years ago
  45. 16edfe7 tcp: fix no cwnd growth after timeout by Yuchung Cheng · 11 years ago
  46. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  47. c995ae2 tcp: Change return value of tcp_rcv_established() by Vijay Subramanian · 11 years ago
  48. 95bd09e tcp: TSO packets automatic sizing by Eric Dumazet · 11 years ago
  49. e3e1202 tcp: don't apply tsoffset if rcv_tsecr is zero by Andrew Vagin · 11 years ago
  50. 0f7cc9a tcp: increase throughput when reordering is high by Yuchung Cheng · 11 years ago
  51. 74c181d tcp: reset reordering est. selectively on timeout by Yuchung Cheng · 11 years ago
  52. ed08495 tcp: use RTT from SACK for RTO by Yuchung Cheng · 11 years ago
  53. 59c9af4 tcp: measure RTT from new SACK by Yuchung Cheng · 11 years ago
  54. 5b08e47 tcp: prefer packet timing to TS-ECR for RTT by Yuchung Cheng · 11 years ago
  55. 375fe02 tcp: consolidate SYNACK RTT sampling by Yuchung Cheng · 11 years ago
  56. bcefe17 tcp: introduce a per-route knob for quick ack by Cong Wang · 11 years ago
  57. 85f1652 tcp: properly send new data in fast recovery in first RTT by Yuchung Cheng · 11 years ago
  58. c7d9d6a tcp: undo on DSACK during recovery by Yuchung Cheng · 11 years ago
  59. 7026b91 tcp: fix undo on partial ack in recovery by Yuchung Cheng · 11 years ago
  60. 6a63df4 tcp: refactor undo functions by Yuchung Cheng · 11 years ago
  61. 6804973 tcp: consolidate PRR packet accounting by Yuchung Cheng · 11 years ago
  62. c48b22d tcp: Remove 2 indentation levels in tcp_rcv_state_process by Joe Perches · 11 years ago
  63. 61eb9003 tcp: Remove another indentation level in tcp_rcv_state_process by Joe Perches · 11 years ago
  64. 1f6afc8 tcp: remove one indentation level in tcp_rcv_state_process() by Eric Dumazet · 11 years ago
  65. e6ff4c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  66. 35f079e tcp: bug fix in proportional rate reduction. by Nandita Dukkipati · 11 years ago
  67. 3e59cb0 tcp: remove bad timeout logic in fast recovery by Yuchung Cheng · 11 years ago
  68. d2cf436 tcp: speedup tcp_fixup_rcvbuf() by Eric Dumazet · 11 years ago
  69. 6a5dc9e net: Add MIB counters for checksum errors by Eric Dumazet · 11 years ago
  70. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  71. 12fb3dd tcp: call tcp_replace_ts_recent() from tcp_ack() by Eric Dumazet · 11 years ago
  72. e2a553d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  73. 7ebe183 tcp: undo spurious timeout after SACK reneging by Yuchung Cheng · 11 years ago
  74. e33099f tcp: implement RFC5682 F-RTO by Yuchung Cheng · 11 years ago
  75. ab42d9e tcp: refactor CA_Loss state processing by Yuchung Cheng · 11 years ago
  76. 9b44190 tcp: refactor F-RTO by Yuchung Cheng · 11 years ago
  77. 1a2c618 tcp: Remove TCPCT by Christoph Paasch · 11 years ago
  78. 9b717a8 tcp: TLP loss detection. by Nandita Dukkipati · 11 years ago
  79. 6ba8a3b tcp: Tail loss probe (TLP) by Nandita Dukkipati · 11 years ago
  80. aab2b4b tcp: fix double-counted receiver RTT when leaving receiver fast path by Neal Cardwell · 11 years ago
  81. c9af6db net: Fix possible wrong checksum generation. by Pravin B Shelar · 12 years ago
  82. ee684b6 tcp: send packets with a socket timestamp by Andrey Vagin · 12 years ago
  83. fd50231 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  84. 6731d20 tcp: fix for zero packets_in_flight was too broad by Ilpo Järvinen · 12 years ago
  85. ca2eb56 tcp: remove Appropriate Byte Count support by Stephen Hemminger · 12 years ago
  86. 188d1f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  87. 2e5f421 tcp: frto should not set snd_cwnd to 0 by Eric Dumazet · 12 years ago
  88. 66555e9 tcp: detect SYN/data drop when F-RTO is disabled by Yuchung Cheng · 12 years ago
  89. cef401d net: fix possible wrong checksum generation by Eric Dumazet · 12 years ago
  90. 4b87f92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  91. 7b514a8 tcp: accept RST without ACK flag by Eric Dumazet · 12 years ago
  92. 5d134f1 tcp: make sysctl_tcp_ecn namespace aware by Hannes Frederic Sowa · 12 years ago
  93. c3ae62af tcp: should drop incoming frames without ACK flag set by Eric Dumazet · 12 years ago
  94. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  95. 93b174a tcp: bug fix Fast Open client retransmission by Yuchung Cheng · 12 years ago
  96. 67f4efd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  97. bd090df tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming() by Eric Dumazet · 12 years ago
  98. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  99. e6c022a tcp: better retrans tracking for defer-accept by Eric Dumazet · 12 years ago
  100. c454e61 tcp-repair: Handle zero-length data put in rcv queue by Pavel Emelyanov · 12 years ago