1. 01775a8 tcp: fix SNMP TCP timeout under-estimation by Yuchung Cheng · 6 years ago
  2. 85b03cf tcp: fix off-by-one bug on aborting window-probing socket by Yuchung Cheng · 6 years ago
  3. d832269 tcp: exit if nothing to retransmit on RTO timeout by Yuchung Cheng · 6 years ago
  4. 3fdcf6a tcp: better handle TCP_USER_TIMEOUT in SYN_SENT state by Eric Dumazet · 5 years ago
  5. 5922280 tcp: enforce tcp_min_snd_mss in tcp_mtu_probing() by Eric Dumazet · 5 years ago
  6. d7fe54c tcp: change txhash on SYN-data timeout by Yuchung Cheng · 6 years ago
  7. aaa7e45 tcp: defer SACK compression after DupThresh by Eric Dumazet · 6 years ago
  8. 5547720 tcp: make function tcp_retransmit_stamp() static by Wei Yongjun · 6 years ago
  9. b701a99 tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracy by Jon Maxwell · 6 years ago
  10. a7fa377 tcp: Add tcp_retransmit_stamp() helper routine by Jon Maxwell · 6 years ago
  11. 9bcc66e tcp: convert icsk_user_timeout from jiffies to msecs by Jon Maxwell · 6 years ago
  12. 5d9f426 tcp: add SACK compression by Eric Dumazet · 6 years ago
  13. 73a6bab tcp: switch pacing timer to softirq based hrtimer by Eric Dumazet · 6 years ago
  14. e05836a tcp: purge write queue upon aborting the connection by Soheil Hassas Yeganeh · 7 years ago
  15. 3e3ab9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  16. f89013f bpf: Add sock_ops RTO callback by Lawrence Brakmo · 7 years ago
  17. 4ee806d net: tcp: close sock if net namespace is exiting by Dan Streetman · 7 years ago
  18. c30abd5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  19. 4688eb7 tcp: refresh tcp_mstamp from timers callbacks by Eric Dumazet · 7 years ago
  20. 7268586 tcp: pause Fast Open globally after third consecutive timeout by Yuchung Cheng · 7 years ago
  21. d0f3684 tcp: tcp_mtu_probing() cleanup by Eric Dumazet · 7 years ago
  22. 2c04ac8 tcp: Namespace-ify sysctl_tcp_thin_linear_timeouts by Eric Dumazet · 7 years ago
  23. 59f379f inet/connection_sock: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  24. 75c119a tcp: implement rb-tree based retransmit queue by Eric Dumazet · 7 years ago
  25. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  26. 2dda640 net: fix keepalive code vs TCP_FASTOPEN_CONNECT by Eric Dumazet · 7 years ago
  27. e7942d0 tcp: remove prequeue support by Florian Westphal · 7 years ago
  28. ce682ef tcp: fix TCP_SYNCNT flakes by Eric Dumazet · 7 years ago
  29. 4ab6887 tcp: fix tcp_probe_timer() for TCP_USER_TIMEOUT by Eric Dumazet · 7 years ago
  30. 9a568de tcp: switch TCP TS option (RFC 7323) to 1ms clock by Eric Dumazet · 7 years ago
  31. c74df29 tcp: use tcp_jiffies32 to feed probe_timestamp by Eric Dumazet · 7 years ago
  32. 70eabf0 tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime by Eric Dumazet · 7 years ago
  33. d635fbe tcp: use tcp_jiffies32 to feed tp->lsndtime by Eric Dumazet · 7 years ago
  34. 385e207 tcp: use tp->tcp_mstamp in output path by Eric Dumazet · 7 years ago
  35. 218af59 tcp: internal implementation for pacing by Eric Dumazet · 7 years ago
  36. 59450f8 net/tcp_fastopen: Remove mss check in tcp_write_timeout() by Wei Wang · 8 years ago
  37. 02b2faa tcp: fix various issues for sockets morphing to listen state by Eric Dumazet · 8 years ago
  38. bec41a1 tcp: remove early retransmit by Yuchung Cheng · 8 years ago
  39. 57dde7f tcp: add reordering timer in RACK loss detection by Yuchung Cheng · 8 years ago
  40. 4b9d07a net: introduce keepalive function in struct proto by Ursula Braun · 8 years ago
  41. 7aa5470 tcp: tsq: move tsq_flags close to sk_wmem_alloc by Eric Dumazet · 8 years ago
  42. 3acf3ec tcp: Change txhash on every SYN and RTO retransmit by Lawrence Brakmo · 8 years ago
  43. 7e32b44 tcp: properly account Fast Open SYN-ACK retrans by Yuchung Cheng · 8 years ago
  44. c380d37 tcp_timer.c: Add kernel-doc function descriptions by Richard Sailer · 8 years ago
  45. c10d931 tcp: do not assume TCP code is non preemptible by Eric Dumazet · 8 years ago
  46. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 8 years ago
  47. 10d3be5 tcp-tso: do not split TSO packets at retransmit time by Eric Dumazet · 9 years ago
  48. c402d9b ipv4: Namespaceify tcp_orphan_retries sysctl knob by Nikolay Borisov · 9 years ago
  49. c6214a9 ipv4: Namespaceify tcp_retries2 sysctl knob by Nikolay Borisov · 9 years ago
  50. ae5c3f4 ipv4: Namespaceify tcp_retries1 sysctl knob by Nikolay Borisov · 9 years ago
  51. 7c083ec ipv4: Namespaceify tcp synack retries sysctl knob by Nikolay Borisov · 9 years ago
  52. 6fa2516 ipv4: Namespaceify tcp syn retries sysctl knob by Nikolay Borisov · 9 years ago
  53. b840d15 ipv4: Namespecify the tcp_keepalive_intvl sysctl knob by Nikolay Borisov · 9 years ago
  54. 9bd6861 ipv4: Namespecify tcp_keepalive_probes sysctl knob by Nikolay Borisov · 9 years ago
  55. 13b287e ipv4: Namespaceify tcp_keepalive_time sysctl knob by Nikolay Borisov · 9 years ago
  56. dd52bc2 tcp: fix Fast Open snmp over-counting bug by Yuchung Cheng · 9 years ago
  57. 0e45f4d tcp: disable Fast Open on timeouts after handshake by Yuchung Cheng · 9 years ago
  58. 7533ce3 tcp: change type of alive from int to bool by Richard Sailer · 9 years ago
  59. a4e2405 tcp: do not export tcp_init_xmit_timers() by Eric Dumazet · 9 years ago
  60. b8da51e tcp: introduce tcp_under_memory_pressure() by Eric Dumazet · 9 years ago
  61. e520af4 tcp: add TCPWinProbe and TCPKeepAlive SNMP counters by Eric Dumazet · 9 years ago
  62. 2646c83 tcp: RFC7413 option support for Fast Open client by Daniel Lee · 10 years ago
  63. 42cb80a inet: remove sk_listener parameter from syn_ack_timeout() by Eric Dumazet · 10 years ago
  64. fa76ce73 inet: get rid of central tcp/dccp listener timer by Eric Dumazet · 10 years ago
  65. 05cbc0d ipv4: Create probe timer for tcp PMTU as per RFC4821 by Fan Du · 10 years ago
  66. b0f9ca5 ipv4: Namespecify TCP PMTU mechanism by Fan Du · 10 years ago
  67. ba7a46f net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited by Joe Perches · 10 years ago
  68. b248230 tcp: abort orphan sockets stalling on zero window probes by Yuchung Cheng · 10 years ago
  69. fcdd1cf tcp: avoid possible arithmetic overflows by Eric Dumazet · 10 years ago
  70. 7faee5c tcp: remove TCP_SKB_CB(skb)->when by Eric Dumazet · 10 years ago
  71. 5ae344c tcp: reduce spurious retransmits due to transient SACK reneging by Neal Cardwell · 10 years ago
  72. f19c29e tcp: snmp stats for Fast Open, SYN rtx, and data pkts by Yuchung Cheng · 11 years ago
  73. c968601 tcp: temporarily disable Fast Open on SYN timeout by Yuchung Cheng · 11 years ago
  74. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  75. 9b44190 tcp: refactor F-RTO by Yuchung Cheng · 12 years ago
  76. 9b717a8 tcp: TLP loss detection. by Nandita Dukkipati · 12 years ago
  77. 6ba8a3b tcp: Tail loss probe (TLP) by Nandita Dukkipati · 12 years ago
  78. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  79. e6c022a tcp: better retrans tracking for defer-accept by Eric Dumazet · 12 years ago
  80. 37561f6 tcp: Reject invalid ack_seq to Fast Open sockets by Jerry Chu · 12 years ago
  81. 8336886 tcp: TCP Fast Open Server - support TFO listeners by Jerry Chu · 12 years ago
  82. 144d56e tcp: fix possible socket refcount problem by Eric Dumazet · 12 years ago
  83. 6f458df tcp: improve latencies of timer triggered events by Eric Dumazet · 12 years ago
  84. 750ea2b tcp: early retransmit: delayed fast retransmit by Yuchung Cheng · 12 years ago
  85. afd46503 net: ipv4: Standardize prefixes for message logging by Joe Perches · 13 years ago
  86. efcdbf2 net: Disambiguate kernel message by Arun Sharma · 13 years ago
  87. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  88. 180d8cd foundations of per-cgroup memory pressure controlling. by Glauber Costa · 13 years ago
  89. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  90. 78d81d1 TCP: remove TCP_DEBUG by Flavio Leitner · 13 years ago
  91. 089c348 tcp: Remove debug macro of TCP_CHECK_TIMER by Shan Wei · 14 years ago
  92. c60ce4e tcp: use correct counters in CA_CWR state too by Ilpo Järvinen · 14 years ago
  93. 21a180c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  94. 4d22f7d net-2.6: SYN retransmits: Add new parameter to retransmits_timed_out() by Damian Lukowski · 14 years ago
  95. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  96. dca43c7 tcp: Add TCP_USER_TIMEOUT socket option. by Jerry Chu · 14 years ago
  97. ad1af0f tcp: Combat per-cpu skew in orphan tests. by David S. Miller · 14 years ago
  98. 4bc2f18 net/ipv4: EXPORT_SYMBOL cleanups by Eric Dumazet · 14 years ago
  99. 6c37e5d TCP: avoid to send keepalive probes if receiving data by Flavio Leitner · 14 years ago
  100. b6c6712 net: sk_dst_cache RCUification by Eric Dumazet · 15 years ago