1. 5f842ee tcp: fix tp->undo_retrans accounting in tcp_sacktag_one() by zhenggy · 3 years, 6 months ago
  2. 432f313 tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN by Pengcheng Yang · 4 years, 1 month ago
  3. c042da4 tcp: fix to update snd_wl1 in bulk receiver fast path by Neal Cardwell · 4 years, 4 months ago
  4. e72a42b tcp: allow at most one TLP probe per flight by Yuchung Cheng · 4 years, 7 months ago
  5. abbf44f tcp: grow window for OOO packets only for SACK flows by Eric Dumazet · 4 years, 9 months ago
  6. 43dfcc7 tcp: fix marked lost packets not being retransmitted by Pengcheng Yang · 5 years ago
  7. ab31605 tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACK by Pengcheng Yang · 5 years ago
  8. 4a64293 tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWR by Neal Cardwell · 5 years ago
  9. d632920 tcp: limit payload size of sacked skbs by Eric Dumazet · 6 years ago
  10. b2ea531 tcp: reduce tcp_fastretrans_alert() verbosity by Eric Dumazet · 7 years ago
  11. 07b1747f tcp: tcp_grow_window() needs to respect tcp_space() by Eric Dumazet · 6 years ago
  12. bb73b63 tcp: handle inet_csk_reqsk_queue_add() failures by Guillaume Nault · 6 years ago
  13. 17af547 tcp/dccp: fix lockdep issue when SYN is backlogged by Eric Dumazet · 6 years ago
  14. 37c7cc8 net: add rb_to_skb() and other rb tree helpers by Eric Dumazet · 6 years ago
  15. 0a2f672 tcp: add one more quick ack after after ECN events by Eric Dumazet · 7 years ago
  16. 1f04d75 tcp: refactor tcp_ecn_check_ce to remove sk type cast by Yousuk Seung · 7 years ago
  17. fd31083 tcp: do not aggressively quick ack after ECN events by Eric Dumazet · 7 years ago
  18. 1c00548 tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode by Eric Dumazet · 7 years ago
  19. 5a1baf1 tcp: do not force quickack when receiving out-of-order packets by Eric Dumazet · 7 years ago
  20. 22e3d31 tcp: add tcp_ooo_try_coalesce() helper by Eric Dumazet · 7 years ago
  21. ec645ae tcp: call tcp_drop() from tcp_data_queue_ofo() by Eric Dumazet · 7 years ago
  22. 6285a74 tcp: detect malicious patterns in tcp_collapse_ofo_queue() by Eric Dumazet · 7 years ago
  23. 81e6b01 tcp: avoid collapses in tcp_prune_queue() if possible by Eric Dumazet · 7 years ago
  24. f3a5ba6 tcp: free batches of packets in tcp_prune_ofo_queue() by Eric Dumazet · 7 years ago
  25. ae70b61 tcp: do not delay ACK in DCTCP upon CE status change by Yuchung Cheng · 7 years ago
  26. 2dc4696 tcp: prevent bogus FRTO undos with non-SACK flows by Ilpo Järvinen · 7 years ago
  27. 40c8097 tcp: do not overshoot window_clamp in tcp_rcv_space_adjust() by Eric Dumazet · 7 years ago
  28. a6f81fc tcp: avoid integer overflows in tcp_rcv_space_adjust() by Eric Dumazet · 7 years ago
  29. b76d3f3 tcp: don't read out-of-bounds opsize by Jann Horn · 7 years ago
  30. abb4a8b tcp: purge write queue upon RST by Soheil Hassas Yeganeh · 7 years ago
  31. 0ab87ec tcp: revert F-RTO extension to detect more spurious timeouts by Yuchung Cheng · 7 years ago
  32. cc8dadb tcp: revert F-RTO middle-box workaround by Yuchung Cheng · 7 years ago
  33. 2abfcdf kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  34. 583395a tcp: fix potential underestimation on rcv_rtt by Wei Wang · 7 years ago
  35. f35318b tcp: invalidate rate samples during SACK reneging by Yousuk Seung · 7 years ago
  36. 241eb29 tcp: when scheduling TLP, time of RTO should account for current ACK by Neal Cardwell · 7 years ago
  37. 91c5e65 tcp: use current time in tcp_rcv_space_adjust() by Eric Dumazet · 7 years ago
  38. 0eb96bf tcp: fix tcp_fastretrans_alert warning by Yuchung Cheng · 7 years ago
  39. d09b9e6 tcp: fix DSACK-based undo on non-duplicate ACK by Priyaranjan Jha · 7 years ago
  40. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  41. c92e8c0 tcp/dccp: fix ireq->opt races by Eric Dumazet · 7 years ago
  42. 31770e3 tcp: Revert "tcp: remove header prediction" by Florian Westphal · 8 years ago
  43. c1d2b4c tcp: Revert "tcp: remove CA_ACK_SLOWPATH" by Florian Westphal · 8 years ago
  44. eaa72dc neigh: increase queue_len_bytes to match wmem_default by Eric Dumazet · 8 years ago
  45. 98aaa91 tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsg by Mike Maloney · 8 years ago
  46. 1119936 tcp: Remove the unused parameter for tcp_try_fastopen. by Tonghao Zhang · 8 years ago
  47. 49c7158 tcp: Get a proper dst before checking it. by Tonghao Zhang · 8 years ago
  48. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  49. cdbeb63 tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP by Neal Cardwell · 8 years ago
  50. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  51. 4faf783 tcp: fix cwnd undo in Reno and HTCP congestion controls by Yuchung Cheng · 8 years ago
  52. df92c83 tcp: fix xmit timer to only be reset if data ACKed/SACKed by Neal Cardwell · 8 years ago
  53. e1a10ef tcp: introduce tcp_rto_delta_us() helper for xmit timer fix by Neal Cardwell · 8 years ago
  54. d06c358 tcp: remove extra POLL_OUT added for finished active connect() by Neal Cardwell · 8 years ago
  55. ed25497 tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states by Yuchung Cheng · 8 years ago
  56. 5357f0b tcp: tcp_data_queue() cleanup by Eric Dumazet · 8 years ago
  57. 573aeb0 tcp: remove CA_ACK_SLOWPATH by Florian Westphal · 8 years ago
  58. 45f119b tcp: remove header prediction by Florian Westphal · 8 years ago
  59. c13ee2a tcp: reindent two spots after prequeue removal by Florian Westphal · 8 years ago
  60. e7942d0 tcp: remove prequeue support by Florian Westphal · 8 years ago
  61. e42e24c tcp: remove redundant argument from tcp_rcv_established() by Matvejchikov Ilya · 8 years ago
  62. 91b5b21 bpf: Add support for changing congestion control by Lawrence Brakmo · 8 years ago
  63. 9872a4b bpf: Add TCP connection BPF callbacks by Lawrence Brakmo · 8 years ago
  64. 8550f32 bpf: Support for per connection SYN/SYN-ACK RTOs by Lawrence Brakmo · 8 years ago
  65. 5d2ed05 tcp: Namespaceify sysctl_tcp_timestamps by Eric Dumazet · 8 years ago
  66. 9bb37ef tcp: Namespaceify sysctl_tcp_window_scaling by Eric Dumazet · 8 years ago
  67. f930103 tcp: Namespaceify sysctl_tcp_sack by Eric Dumazet · 8 years ago
  68. eed29f1 tcp: add a struct net parameter to tcp_parse_options() by Eric Dumazet · 8 years ago
  69. 775e68a tcp: use TS opt on RTTs for congestion control by Yuchung Cheng · 8 years ago
  70. d0e1a1b tcp: better validation of received ack sequences by Eric Dumazet · 8 years ago
  71. 6f5b24e tcp: warn on negative reordering values by Soheil Hassas Yeganeh · 8 years ago
  72. c6cd850 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  73. b17b8a2 tcp: fix tcp_rearm_rto() by Eric Dumazet · 8 years ago
  74. 9a568de tcp: switch TCP TS option (RFC 7323) to 1ms clock by Eric Dumazet · 8 years ago
  75. ac9517f tcp: replace misc tcp_time_stamp to tcp_jiffies32 by Eric Dumazet · 8 years ago
  76. 594208a tcp: use tcp_jiffies32 in __tcp_oow_rate_limited() by Eric Dumazet · 8 years ago
  77. 70eabf0 tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime by Eric Dumazet · 8 years ago
  78. c2203cf tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stamp by Eric Dumazet · 8 years ago
  79. d635fbe tcp: use tcp_jiffies32 to feed tp->lsndtime by Eric Dumazet · 8 years ago
  80. bafbb9c tcp: eliminate negative reordering in tcp_clean_rtx_queue by Soheil Hassas Yeganeh · 8 years ago
  81. b451e5d tcp: avoid fragmenting peculiar skbs in SACK by Yuchung Cheng · 8 years ago
  82. 84b114b tcp: randomize timestamps on syncookies by Eric Dumazet · 8 years ago
  83. 645f4c6 tcp: switch rcv_rtt_est and rcvq_space to high resolution timestamps by Eric Dumazet · 8 years ago
  84. a6db50b tcp: remove ack_time from struct tcp_sacktag_state by Eric Dumazet · 8 years ago
  85. 7e0ca8a tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue() by Eric Dumazet · 8 years ago
  86. d2329f1 tcp: do not pass timestamp to tcp_rack_advance() by Eric Dumazet · 8 years ago
  87. 88d5c65 tcp: do not pass timestamp to tcp_rate_gen() by Eric Dumazet · 8 years ago
  88. 1317a9d tcp: do not pass timestamp to tcp_fastretrans_alert() by Eric Dumazet · 8 years ago
  89. efab8f8 tcp: do not pass timestamp to tcp_rack_identify_loss() by Eric Dumazet · 8 years ago
  90. 128eda8 tcp: do not pass timestamp to tcp_rack_mark_lost() by Eric Dumazet · 8 years ago
  91. 69e996c tcp: add tp->tcp_mstamp field by Eric Dumazet · 8 years ago
  92. 46c2fa3 net/tcp_fastopen: Add snmp counter for blackhole detection by Wei Wang · 8 years ago
  93. cf1ef3f net/tcp_fastopen: Disable active side TFO in certain scenarios by Wei Wang · 8 years ago
  94. 0f9fa83 tcp: remove poll() flakes with FastOpen by Eric Dumazet · 8 years ago
  95. 3d47626 tcp: remove poll() flakes when receiving RST by Eric Dumazet · 8 years ago
  96. 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  97. cc663f4 tcp: restrict F-RTO to work-around broken middle-boxes by Yuchung Cheng · 8 years ago
  98. 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  99. 2d2517e tcp: fix reordering SNMP under-counting by Yuchung Cheng · 8 years ago
  100. 589c49c net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14 by Gao Feng · 8 years ago