1. 3628e3c net: ipv4: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
  2. 2b19585 tcp: add tp->dup_ack_counter by Eric Dumazet · 4 years, 8 months ago
  3. 32efcc0 tcp: export count for rehash attempts by Abdul Kabbani · 5 years ago
  4. 0d580fb tcp: refactor tcp_retransmit_timer() by Eric Dumazet · 5 years ago
  5. d983ea6 tcp: add rcu protection around tp->fastopen_rsk by Eric Dumazet · 5 years ago
  6. 3256a2d6 tcp: adjust rto_base in retransmits_timed_out() by Eric Dumazet · 5 years ago
  7. a41e8a8 tcp: better handle TCP_USER_TIMEOUT in SYN_SENT state by Eric Dumazet · 5 years ago
  8. c04b79b tcp: add new tcp_mtu_probe_floor sysctl by Josh Hunt · 5 years ago
  9. 967c05a tcp: enforce tcp_min_snd_mss in tcp_mtu_probing() by Eric Dumazet · 6 years ago
  10. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  11. 8c3cfe1 tcp: lower congestion window on Fast Open SYNACK timeout by Yuchung Cheng · 6 years ago
  12. 31954cd tcp: Refactor pingpong code by Wei Wang · 6 years ago
  13. 590d202 tcp: retry more conservatively on local congestion by Yuchung Cheng · 6 years ago
  14. 9721e70 tcp: simplify window probe aborting on USER_TIMEOUT by Yuchung Cheng · 6 years ago
  15. 01a523b tcp: create a helper to model exponential backoff by Yuchung Cheng · 6 years ago
  16. c7d13c8 tcp: properly track retry time on passive Fast Open by Yuchung Cheng · 6 years ago
  17. 7ae1897 tcp: always set retrans_stamp on recovery by Yuchung Cheng · 6 years ago
  18. 88f8598 tcp: exit if nothing to retransmit on RTO timeout by Yuchung Cheng · 6 years ago
  19. c5715b8 tcp: change txhash on SYN-data timeout by Yuchung Cheng · 6 years ago
  20. e1561fe tcp: fix SNMP TCP timeout under-estimation by Yuchung Cheng · 6 years ago
  21. 3976535 tcp: fix off-by-one bug on aborting window-probing socket by Yuchung Cheng · 6 years ago
  22. 9efdda4 tcp: address problems caused by EDT misshaps by Eric Dumazet · 6 years ago
  23. 86de592 tcp: defer SACK compression after DupThresh by Eric Dumazet · 6 years ago
  24. 5f6188a tcp: do not change tcp_wstamp_ns in tcp_mstamp_refresh by Eric Dumazet · 6 years ago
  25. fb420d5 tcp/fq: move back to CLOCK_MONOTONIC by Eric Dumazet · 6 years ago
  26. fd2bca2 tcp: switch internal pacing timer to CLOCK_TAI by Eric Dumazet · 6 years ago
  27. d3edd06 tcp: provide earliest departure time in skb->tstamp by Eric Dumazet · 6 years ago
  28. 5547720 tcp: make function tcp_retransmit_stamp() static by Wei Yongjun · 6 years ago
  29. b701a99 tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracy by Jon Maxwell · 6 years ago
  30. a7fa377 tcp: Add tcp_retransmit_stamp() helper routine by Jon Maxwell · 6 years ago
  31. 9bcc66e tcp: convert icsk_user_timeout from jiffies to msecs by Jon Maxwell · 6 years ago
  32. 5d9f426 tcp: add SACK compression by Eric Dumazet · 7 years ago
  33. 73a6bab tcp: switch pacing timer to softirq based hrtimer by Eric Dumazet · 7 years ago
  34. e05836a tcp: purge write queue upon aborting the connection by Soheil Hassas Yeganeh · 7 years ago
  35. 3e3ab9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  36. f89013f bpf: Add sock_ops RTO callback by Lawrence Brakmo · 7 years ago
  37. 4ee806d net: tcp: close sock if net namespace is exiting by Dan Streetman · 7 years ago
  38. c30abd5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  39. 4688eb7 tcp: refresh tcp_mstamp from timers callbacks by Eric Dumazet · 7 years ago
  40. 7268586 tcp: pause Fast Open globally after third consecutive timeout by Yuchung Cheng · 7 years ago
  41. d0f3684 tcp: tcp_mtu_probing() cleanup by Eric Dumazet · 7 years ago
  42. 2c04ac8 tcp: Namespace-ify sysctl_tcp_thin_linear_timeouts by Eric Dumazet · 7 years ago
  43. 59f379f inet/connection_sock: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  44. 75c119a tcp: implement rb-tree based retransmit queue by Eric Dumazet · 7 years ago
  45. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  46. 2dda640 net: fix keepalive code vs TCP_FASTOPEN_CONNECT by Eric Dumazet · 7 years ago
  47. e7942d0 tcp: remove prequeue support by Florian Westphal · 7 years ago
  48. ce682ef tcp: fix TCP_SYNCNT flakes by Eric Dumazet · 8 years ago
  49. 4ab6887 tcp: fix tcp_probe_timer() for TCP_USER_TIMEOUT by Eric Dumazet · 8 years ago
  50. 9a568de tcp: switch TCP TS option (RFC 7323) to 1ms clock by Eric Dumazet · 8 years ago
  51. c74df29 tcp: use tcp_jiffies32 to feed probe_timestamp by Eric Dumazet · 8 years ago
  52. 70eabf0 tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime by Eric Dumazet · 8 years ago
  53. d635fbe tcp: use tcp_jiffies32 to feed tp->lsndtime by Eric Dumazet · 8 years ago
  54. 385e207 tcp: use tp->tcp_mstamp in output path by Eric Dumazet · 8 years ago
  55. 218af59 tcp: internal implementation for pacing by Eric Dumazet · 8 years ago
  56. 59450f8 net/tcp_fastopen: Remove mss check in tcp_write_timeout() by Wei Wang · 8 years ago
  57. 02b2faa tcp: fix various issues for sockets morphing to listen state by Eric Dumazet · 8 years ago
  58. bec41a1 tcp: remove early retransmit by Yuchung Cheng · 8 years ago
  59. 57dde7f tcp: add reordering timer in RACK loss detection by Yuchung Cheng · 8 years ago
  60. 4b9d07a net: introduce keepalive function in struct proto by Ursula Braun · 8 years ago
  61. 7aa5470 tcp: tsq: move tsq_flags close to sk_wmem_alloc by Eric Dumazet · 8 years ago
  62. 3acf3ec tcp: Change txhash on every SYN and RTO retransmit by Lawrence Brakmo · 8 years ago
  63. 7e32b44 tcp: properly account Fast Open SYN-ACK retrans by Yuchung Cheng · 8 years ago
  64. c380d37 tcp_timer.c: Add kernel-doc function descriptions by Richard Sailer · 8 years ago
  65. c10d931 tcp: do not assume TCP code is non preemptible by Eric Dumazet · 9 years ago
  66. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 9 years ago
  67. 10d3be5 tcp-tso: do not split TSO packets at retransmit time by Eric Dumazet · 9 years ago
  68. c402d9b ipv4: Namespaceify tcp_orphan_retries sysctl knob by Nikolay Borisov · 9 years ago
  69. c6214a9 ipv4: Namespaceify tcp_retries2 sysctl knob by Nikolay Borisov · 9 years ago
  70. ae5c3f4 ipv4: Namespaceify tcp_retries1 sysctl knob by Nikolay Borisov · 9 years ago
  71. 7c083ec ipv4: Namespaceify tcp synack retries sysctl knob by Nikolay Borisov · 9 years ago
  72. 6fa2516 ipv4: Namespaceify tcp syn retries sysctl knob by Nikolay Borisov · 9 years ago
  73. b840d15 ipv4: Namespecify the tcp_keepalive_intvl sysctl knob by Nikolay Borisov · 9 years ago
  74. 9bd6861 ipv4: Namespecify tcp_keepalive_probes sysctl knob by Nikolay Borisov · 9 years ago
  75. 13b287e ipv4: Namespaceify tcp_keepalive_time sysctl knob by Nikolay Borisov · 9 years ago
  76. dd52bc2 tcp: fix Fast Open snmp over-counting bug by Yuchung Cheng · 9 years ago
  77. 0e45f4d tcp: disable Fast Open on timeouts after handshake by Yuchung Cheng · 9 years ago
  78. 7533ce3 tcp: change type of alive from int to bool by Richard Sailer · 9 years ago
  79. a4e2405 tcp: do not export tcp_init_xmit_timers() by Eric Dumazet · 9 years ago
  80. b8da51e tcp: introduce tcp_under_memory_pressure() by Eric Dumazet · 10 years ago
  81. e520af4 tcp: add TCPWinProbe and TCPKeepAlive SNMP counters by Eric Dumazet · 10 years ago
  82. 2646c83 tcp: RFC7413 option support for Fast Open client by Daniel Lee · 10 years ago
  83. 42cb80a inet: remove sk_listener parameter from syn_ack_timeout() by Eric Dumazet · 10 years ago
  84. fa76ce73 inet: get rid of central tcp/dccp listener timer by Eric Dumazet · 10 years ago
  85. 05cbc0d ipv4: Create probe timer for tcp PMTU as per RFC4821 by Fan Du · 10 years ago
  86. b0f9ca5 ipv4: Namespecify TCP PMTU mechanism by Fan Du · 10 years ago
  87. ba7a46f net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited by Joe Perches · 10 years ago
  88. b248230 tcp: abort orphan sockets stalling on zero window probes by Yuchung Cheng · 10 years ago
  89. fcdd1cf tcp: avoid possible arithmetic overflows by Eric Dumazet · 10 years ago
  90. 7faee5c tcp: remove TCP_SKB_CB(skb)->when by Eric Dumazet · 10 years ago
  91. 5ae344c tcp: reduce spurious retransmits due to transient SACK reneging by Neal Cardwell · 10 years ago
  92. f19c29e tcp: snmp stats for Fast Open, SYN rtx, and data pkts by Yuchung Cheng · 11 years ago
  93. c968601 tcp: temporarily disable Fast Open on SYN timeout by Yuchung Cheng · 11 years ago
  94. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  95. 9b44190 tcp: refactor F-RTO by Yuchung Cheng · 12 years ago
  96. 9b717a8 tcp: TLP loss detection. by Nandita Dukkipati · 12 years ago
  97. 6ba8a3b tcp: Tail loss probe (TLP) by Nandita Dukkipati · 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. 37561f6 tcp: Reject invalid ack_seq to Fast Open sockets by Jerry Chu · 12 years ago