1. 0f31746 tcp: annotate tp->write_seq lockless reads by Eric Dumazet · 5 years ago
  2. 7db48e9 tcp: annotate tp->copied_seq lockless reads by Eric Dumazet · 5 years ago
  3. dba7d9b tcp: annotate tp->rcv_nxt lockless reads by Eric Dumazet · 5 years ago
  4. d983ea6 tcp: add rcu protection around tp->fastopen_rsk by Eric Dumazet · 5 years ago
  5. f6c0f5d tcp: honor SO_PRIORITY in TIME_WAIT state by Eric Dumazet · 5 years ago
  6. a842fe1 tcp: add optional per socket transmit delay by Eric Dumazet · 6 years ago
  7. c67b855 ipv6: tcp: send consistent autoflowlabel in TIME_WAIT state by Eric Dumazet · 6 years ago
  8. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  9. 336c39a tcp: undo init congestion window on false SYNACK timeout by Yuchung Cheng · 6 years ago
  10. 6aedbf9 tcp: use tcp_md5_needed for timewait sockets by Eric Dumazet · 6 years ago
  11. 6bcdc40 tcp: move rx_opt & syn_data_acked init to tcp_disconnect() by Eric Dumazet · 6 years ago
  12. 792c435 tcp: move tp->rack init to tcp_disconnect() by Eric Dumazet · 6 years ago
  13. 6cda8b7 tcp: move app_limited init to tcp_disconnect() by Eric Dumazet · 6 years ago
  14. 5c70154 tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tcp_disconnect() by Eric Dumazet · 6 years ago
  15. 5d83676 tcp: do not clear urg_data in tcp_create_openreq_child by Eric Dumazet · 6 years ago
  16. 3a9a57f tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect() by Eric Dumazet · 6 years ago
  17. b9e2e68 tcp: move mdev_us init to tcp_disconnect() by Eric Dumazet · 6 years ago
  18. a0070e4 tcp: do not clear srtt_us in tcp_create_openreq_child by Eric Dumazet · 6 years ago
  19. eb2c80c tcp: do not clear packets_out in tcp_create_openreq_child() by Eric Dumazet · 6 years ago
  20. 6a40814 tcp: move icsk_rto init to tcp_disconnect() by Eric Dumazet · 6 years ago
  21. b84235e tcp: do not set snd_ssthresh in tcp_create_openreq_child() by Eric Dumazet · 6 years ago
  22. 63cc357 tcp: do not restart timewait timer on rst reception by Florian Westphal · 6 years ago
  23. cca9bab tcp: use monotonic timestamps for PAWS by Arnd Bergmann · 6 years ago
  24. 242b1bb tcp: remove one indentation level in tcp_create_openreq_child by Eric Dumazet · 7 years ago
  25. 95358a9 net-tcp: remove useless tw_timeout field by Maciej Żenczykowski · 7 years ago
  26. 0048369 tcp: Add mark for TIMEWAIT sockets by Jon Maxwell · 7 years ago
  27. cc35c88a crypto : chtls - CPL handler definition by Atul Gupta · 7 years ago
  28. e0f9759 tcp: try to keep packet if SYN_RCV race is lost by Eric Dumazet · 7 years ago
  29. ec94c26 tcp/dccp: avoid one atomic operation for timewait hashdance by Eric Dumazet · 7 years ago
  30. cfac7f8 tcp/dccp: block bh before arming time_wait timer by Eric Dumazet · 7 years ago
  31. 737ff31 tcp: use sequence distance to detect reordering by Yuchung Cheng · 7 years ago
  32. 713bafe tcp: retire FACK loss detection by Yuchung Cheng · 7 years ago
  33. 1f25569 tcp: higher throughput under reordering with adaptive RACK reordering wnd by Priyaranjan Jha · 7 years ago
  34. ceef9ab tcp: Namespace-ify sysctl_tcp_workaround_signed_windows by Eric Dumazet · 7 years ago
  35. 0bc65a2 tcp: Namespace-ify sysctl_tcp_fack by Eric Dumazet · 7 years ago
  36. 65c9410 tcp: Namespace-ify sysctl_tcp_abort_on_overflow by Eric Dumazet · 7 years ago
  37. 625357a tcp: Namespace-ify sysctl_tcp_rfc1337 by Eric Dumazet · 7 years ago
  38. 60e2a77 tcp: TCP experimental option for SMC by Ursula Braun · 7 years ago
  39. 49ca194 ipv4: tcp_minisocks: use BUG_ON instead of if condition followed by BUG by Gustavo A. R. Silva · 7 years ago
  40. e208007 tcp: new list for sent but unacked skbs for RACK recovery by Eric Dumazet · 7 years ago
  41. 31770e3 tcp: Revert "tcp: remove header prediction" by Florian Westphal · 7 years ago
  42. 45f119b tcp: remove header prediction by Florian Westphal · 7 years ago
  43. e7942d0 tcp: remove prequeue support by Florian Westphal · 7 years ago
  44. 13d3b1e bpf: Support for setting initial receive window by Lawrence Brakmo · 8 years ago
  45. eed29f1 tcp: add a struct net parameter to tcp_parse_options() by Eric Dumazet · 8 years ago
  46. 9a568de tcp: switch TCP TS option (RFC 7323) to 1ms clock by Eric Dumazet · 8 years ago
  47. ac9517f tcp: replace misc tcp_time_stamp to tcp_jiffies32 by Eric Dumazet · 8 years ago
  48. 70eabf0 tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime by Eric Dumazet · 8 years ago
  49. 8b485ce tcp: do not inherit fastopen_req from parent by Eric Dumazet · 8 years ago
  50. e590745 tcp: Record Rx hash and NAPI ID in tcp_child_process by Alexander Duyck · 8 years ago
  51. 16ae1f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  52. 15bb774 tcp: initialize icsk_ack.lrcvtime at session start time by Eric Dumazet · 8 years ago
  53. d82bae1 tcp: remove per-destination timestamp cache by Soheil Hassas Yeganeh · 8 years ago
  54. eee2faa tcp: account for ts offset only if tsecr not zero by Alexey Kodanev · 8 years ago
  55. 3541f9e tcp: add tcp_mss_clamp() helper by Eric Dumazet · 8 years ago
  56. bec41a1 tcp: remove early retransmit by Yuchung Cheng · 8 years ago
  57. 1946e67 ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knob by Haishuang Yan · 8 years ago
  58. 95a22ca tcp: randomize tcp timestamp offsets for each connection by Florian Westphal · 8 years ago
  59. d7722e8 tcp: track application-limited rate samples by Soheil Hassas Yeganeh · 8 years ago
  60. 6403389 tcp: use windowed min filter library for TCP min_rtt estimation by Neal Cardwell · 8 years ago
  61. 9f5afea tcp: use an RB tree for ooo receive queue by Yaogong Wang · 8 years ago
  62. c10d931 tcp: do not assume TCP code is non preemptible by Eric Dumazet · 9 years ago
  63. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 9 years ago
  64. 90bbcc6 net: tcp: rename TCP_INC_STATS_BH by Eric Dumazet · 9 years ago
  65. 4ce7e93 tcp: rate limit ACK sent by SYN_RECV request sockets by Eric Dumazet · 9 years ago
  66. a44d6ea tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In by Martin KaFai Lau · 9 years ago
  67. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  68. a9d99ce tcp: fix tcpi_segs_in after connection establishment by Eric Dumazet · 9 years ago
  69. 12ed824 ipv4: Namespaceify tcp syncookies sysctl knob by Nikolay Borisov · 9 years ago
  70. 271c3b9 tcp: honour SO_BINDTODEVICE for TW_RST case too by Florian Westphal · 9 years ago
  71. 805c4bc tcp: fix req->saved_syn race by Eric Dumazet · 9 years ago
  72. 5e0724d tcp/dccp: fix hashdance race for passive sessions by Eric Dumazet · 9 years ago
  73. 659a8ad tcp: track the packet timings in RACK by Yuchung Cheng · 9 years ago
  74. f672258 tcp: track min RTT using windowed min-filter by Yuchung Cheng · 9 years ago
  75. ed53d0a net: shrink struct sock and request_sock by 8 bytes by Eric Dumazet · 9 years ago
  76. 6bcfd7f tcp: fix RFS vs lockless listeners by Eric Dumazet · 9 years ago
  77. 9cfd086 tcp: remove BUG_ON() in tcp_check_req() by Eric Dumazet · 9 years ago
  78. c28c6f0 tcp: constify tcp_create_openreq_child() socket argument by Eric Dumazet · 9 years ago
  79. 72ab4a8 tcp: remove tcp_rcv_state_process() tcp_hdr argument by Eric Dumazet · 9 years ago
  80. bda07a6 tcp: remove unused len argument from tcp_rcv_state_process() by Eric Dumazet · 9 years ago
  81. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  82. b1964b5 tcp: constify tcp_openreq_init_rwin() by Eric Dumazet · 9 years ago
  83. d8ed625 tcp: factorize sk_txhash init by Eric Dumazet · 9 years ago
  84. ed2e923 tcp/dccp: fix timewait races in timer handling by Eric Dumazet · 9 years ago
  85. 0f1c28a tcp: usec resolution SYN/ACK RTT by Yuchung Cheng · 9 years ago
  86. dbe7faa inet: inet_twsk_deschedule factorization by Eric Dumazet · 9 years ago
  87. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  88. 9f95041 tcp: fix child sockets to use system default congestion control if not set by Neal Cardwell · 10 years ago
  89. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  90. 2efd055 tcp: add tcpi_segs_in and tcpi_segs_out to tcp_info by Marcelo Ricardo Leitner · 10 years ago
  91. 21858cd tcp/ipv6: fix flow label setting in TIME_WAIT state by Florent Fourcot · 10 years ago
  92. cd8ae85 tcp: provide SYN headers for passive connections by Eric Dumazet · 10 years ago
  93. b357a36 inet: fix possible panic in reqsk_queue_unlink() by Eric Dumazet · 10 years ago
  94. 789f558 tcp/dccp: get rid of central timewait timer by Eric Dumazet · 10 years ago
  95. dd929c1 tcp: do not rearm rsk_timer on FastOpen requests by Eric Dumazet · 10 years ago
  96. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
  97. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 10 years ago
  98. fa76ce73 inet: get rid of central tcp/dccp listener timer by Eric Dumazet · 10 years ago
  99. 52452c5 inet: drop prev pointer handling in request sock by Eric Dumazet · 10 years ago
  100. 4fb17a6 tcp: mitigate ACK loops for connections as tcp_timewait_sock by Neal Cardwell · 10 years ago