1. 84b114b tcp: randomize timestamps on syncookies by Eric Dumazet · 8 years ago
  2. 645f4c6 tcp: switch rcv_rtt_est and rcvq_space to high resolution timestamps by Eric Dumazet · 8 years ago
  3. a6db50b tcp: remove ack_time from struct tcp_sacktag_state by Eric Dumazet · 8 years ago
  4. 7e0ca8a tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue() by Eric Dumazet · 8 years ago
  5. d2329f1 tcp: do not pass timestamp to tcp_rack_advance() by Eric Dumazet · 8 years ago
  6. 88d5c65 tcp: do not pass timestamp to tcp_rate_gen() by Eric Dumazet · 8 years ago
  7. 1317a9d tcp: do not pass timestamp to tcp_fastretrans_alert() by Eric Dumazet · 8 years ago
  8. efab8f8 tcp: do not pass timestamp to tcp_rack_identify_loss() by Eric Dumazet · 8 years ago
  9. 128eda8 tcp: do not pass timestamp to tcp_rack_mark_lost() by Eric Dumazet · 8 years ago
  10. 69e996c tcp: add tp->tcp_mstamp field by Eric Dumazet · 8 years ago
  11. 46c2fa3 net/tcp_fastopen: Add snmp counter for blackhole detection by Wei Wang · 8 years ago
  12. cf1ef3f net/tcp_fastopen: Disable active side TFO in certain scenarios by Wei Wang · 8 years ago
  13. 0f9fa83 tcp: remove poll() flakes with FastOpen by Eric Dumazet · 8 years ago
  14. 3d47626 tcp: remove poll() flakes when receiving RST by Eric Dumazet · 8 years ago
  15. 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  16. cc663f4 tcp: restrict F-RTO to work-around broken middle-boxes by Yuchung Cheng · 8 years ago
  17. 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  18. 2d2517e tcp: fix reordering SNMP under-counting by Yuchung Cheng · 8 years ago
  19. 589c49c net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14 by Gao Feng · 8 years ago
  20. 0b9aefe tcp: minimize false-positives on TCP/GRO check by Marcelo Ricardo Leitner · 8 years ago
  21. 16ae1f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  22. 15bb774 tcp: initialize icsk_ack.lrcvtime at session start time by Eric Dumazet · 8 years ago
  23. 4396e46 tcp: remove tcp_tw_recycle by Soheil Hassas Yeganeh · 8 years ago
  24. d82bae1 tcp: remove per-destination timestamp cache by Soheil Hassas Yeganeh · 8 years ago
  25. a30aad5 tcp: rename *_sequence_number() to *_seq_and_tsoff() by Alexey Kodanev · 8 years ago
  26. 449809a tcp/dccp: block BH for SYN processing by Eric Dumazet · 8 years ago
  27. c3a2e83 tcp: replace dst_confirm with sk_dst_confirm by Julian Anastasov · 8 years ago
  28. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  29. 56d8062 tcp: correct memory barrier usage in tcp_check_space() by Jason Baron · 8 years ago
  30. 60b1af3 tcp: reduce skb overhead in selected places by Eric Dumazet · 8 years ago
  31. 0e40f4c tcp: accept RST for rcv_nxt - 1 after receiving a FIN by Jason Baron · 8 years ago
  32. 94bdc97 tcp: disable fack by default by Yuchung Cheng · 8 years ago
  33. 4a7f600 tcp: remove thin_dupack feature by Yuchung Cheng · 8 years ago
  34. ac229dc tcp: remove RFC4653 NCR by Yuchung Cheng · 8 years ago
  35. bec41a1 tcp: remove early retransmit by Yuchung Cheng · 8 years ago
  36. 840a3cb tcp: remove forward retransmit feature by Yuchung Cheng · 8 years ago
  37. 89fe18e tcp: extend F-RTO to catch more spurious timeouts by Yuchung Cheng · 8 years ago
  38. a0370b3 tcp: enable RACK loss detection to trigger recovery by Yuchung Cheng · 8 years ago
  39. 98e36d4 tcp: check undo conditions before detecting losses by Yuchung Cheng · 8 years ago
  40. 1d0833d tcp: use sequence to break TS ties for RACK loss detection by Yuchung Cheng · 8 years ago
  41. 57dde7f tcp: add reordering timer in RACK loss detection by Yuchung Cheng · 8 years ago
  42. deed7be tcp: record most recent RTT in RACK loss detection by Yuchung Cheng · 8 years ago
  43. e636f8b tcp: new helper for RACK to detect loss by Yuchung Cheng · 8 years ago
  44. fee83d0 ipv4: Namespaceify tcp_max_syn_backlog knob by Haishuang Yan · 8 years ago
  45. 1946e67 ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knob by Haishuang Yan · 8 years ago
  46. c63d352 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  47. dcb17d2 tcp: warn on bogus MSS and try to amend it by Marcelo Ricardo Leitner · 8 years ago
  48. 25429d7 tcp: allow to turn tcp timestamp randomization off by Florian Westphal · 8 years ago
  49. 95a22ca tcp: randomize tcp timestamp offsets for each connection by Florian Westphal · 8 years ago
  50. b0f71bd tcp: instrument how long TCP is limited by insufficient send buffer by Francis Yan · 8 years ago
  51. 0f87230 tcp: instrument how long TCP is busy sending by Francis Yan · 8 years ago
  52. e979918 tcp: make undo_cwnd mandatory for congestion modules by Florian Westphal · 8 years ago
  53. 67db3e4 tcp: no longer hold ehash lock while calling tcp_get_info() by Eric Dumazet · 8 years ago
  54. 5ea8ea2 tcp/dccp: drop SYN packets if accept queue is full by Eric Dumazet · 8 years ago
  55. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  56. f20fbc0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 8 years ago
  57. 7a68257 netfilter: xt_socket: fix transparent match for IPv6 request sockets by KOVACS Krisztian · 8 years ago
  58. 019b1c9 tcp: fix a compile error in DBGUNDO() by Eric Dumazet · 8 years ago
  59. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  60. 7e32b44 tcp: properly account Fast Open SYN-ACK retrans by Yuchung Cheng · 8 years ago
  61. c040276 tcp: new CC hook to set sending rate with rate_sample in any CA state by Yuchung Cheng · 8 years ago
  62. 77bfc17 tcp: allow congestion control to expand send buffer differently by Yuchung Cheng · 8 years ago
  63. b9f6482 tcp: track data delivery rate for a TCP connection by Yuchung Cheng · 8 years ago
  64. 0682e69 tcp: count packets marked lost for a TCP connection by Neal Cardwell · 8 years ago
  65. 6403389 tcp: use windowed min filter library for TCP min_rtt estimation by Neal Cardwell · 8 years ago
  66. 76f0dcb tcp: fix a stale ooo_last_skb after a replace by Eric Dumazet · 8 years ago
  67. 2594a2a tcp: better use ooo_last_skb in tcp_data_queue_ofo() by Eric Dumazet · 8 years ago
  68. 9f5afea tcp: use an RB tree for ooo receive queue by Yaogong Wang · 8 years ago
  69. 36a6503 tcp: refine tcp_prune_ofo_queue() to not drop all packets by Eric Dumazet · 8 years ago
  70. 7a1e8b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  71. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  72. 083ae30 tcp: enable per-socket rate limiting of all 'challenge acks' by Jason Baron · 9 years ago
  73. 75ff39c tcp: make challenge acks less predictable by Eric Dumazet · 9 years ago
  74. d011a4d Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 9 years ago
  75. 56ac42b ipv6: Allow request socks to contain IPv6 options. by Huw Davies · 9 years ago
  76. 6f094b9 tcp: add in_flight to tcp_skb_cb by Lawrence Brakmo · 9 years ago
  77. e00431b tcp: accept RST if SEQ matches right edge of right-most SACK block by Pau Espin Pedrol · 9 years ago
  78. 756ee17 tcp: replace cnt & rtt with struct in pkts_acked() by Lawrence Brakmo · 9 years ago
  79. 46cc6e4 tcp: fix lockdep splat in tcp_snd_una_update() by Eric Dumazet · 9 years ago
  80. fb3477c tcp: do not block bh during prequeue processing by Eric Dumazet · 9 years ago
  81. c10d931 tcp: do not assume TCP code is non preemptible by Eric Dumazet · 9 years ago
  82. a643b5d tcp: Handle eor bit when coalescing skb by Martin KaFai Lau · 9 years ago
  83. 0a2cf20 tcp: remove SKBTX_ACK_TSTAMP since it is redundant by Soheil Hassas Yeganeh · 9 years ago
  84. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 9 years ago
  85. 90bbcc6 net: tcp: rename TCP_INC_STATS_BH by Eric Dumazet · 9 years ago
  86. 0aea76d tcp: SYN packets are now simply consumed by Eric Dumazet · 9 years ago
  87. 10d3be5 tcp-tso: do not split TSO packets at retransmit time by Eric Dumazet · 9 years ago
  88. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  89. cfea5a6 tcp: Merge tx_flags and tskey in tcp_shifted_skb by Martin KaFai Lau · 9 years ago
  90. 479f85c tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acks by Martin KaFai Lau · 9 years ago
  91. 8804b27 tcp: remove false sharing in tcp_rcv_state_process() by Eric Dumazet · 9 years ago
  92. b3d0514 tcp: do not mess with listener sk_wmem_alloc by Eric Dumazet · 9 years ago
  93. 9caad86 tcp: increment sk_drops for listeners by Eric Dumazet · 9 years ago
  94. 532182c tcp: increment sk_drops for dropped rx packets by Eric Dumazet · 9 years ago
  95. 6b08492 tcp: use one bit in TCP_SKB_CB to mark ACK timestamps by Soheil Hassas Yeganeh · 9 years ago
  96. 2349262 tcp: remove cwnd moderation after recovery by Yuchung Cheng · 9 years ago
  97. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  98. 3720228 tcp: do not set rtt_min to 1 by Eric Dumazet · 9 years ago
  99. 1043e25 ipv4: Namespaceify tcp reordering sysctl knob by Nikolay Borisov · 9 years ago
  100. 12ed824 ipv4: Namespaceify tcp syncookies sysctl knob by Nikolay Borisov · 9 years ago