1. c8c9aeb tcp: Split BUG_ON() in tcp_tso_should_defer() into two assertions by Stefano Brivio · 7 years ago
  2. b4f70c3 tcp: allow TLP in ECN CWR by Neal Cardwell · 7 years ago
  3. ed66dfa tcp: when scheduling TLP, time of RTO should account for current ACK by Neal Cardwell · 7 years ago
  4. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  5. 3a9b76f tcp: allow drivers to tweak TSQ logic by Eric Dumazet · 7 years ago
  6. 737ff31 tcp: use sequence distance to detect reordering by Yuchung Cheng · 7 years ago
  7. 713bafe tcp: retire FACK loss detection by Yuchung Cheng · 7 years ago
  8. 356d183 tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem by Eric Dumazet · 7 years ago
  9. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  10. 35e00da tcp: do not clear again skb->csum in tcp_init_nondata_skb() by Eric Dumazet · 7 years ago
  11. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  12. f67971e tcp: tcp_fragment() should not assume rtx skbs by Eric Dumazet · 7 years ago
  13. 3b11775 tcp: do not mangle skb->cb[] in tcp_make_synack() by Eric Dumazet · 7 years ago
  14. cf34ce3 tcp: add tracepoint trace_tcp_retransmit_synack() by Song Liu · 7 years ago
  15. ed29668 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  16. 2b7cda9 tcp: fix tcp_mtu_probe() vs highest_sack by Eric Dumazet · 7 years ago
  17. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  18. 26e9596 tcp: Namespace-ify sysctl_tcp_min_tso_segs by Eric Dumazet · 7 years ago
  19. 9184d8b tcp: Namespace-ify sysctl_tcp_limit_output_bytes by Eric Dumazet · 7 years ago
  20. ceef9ab tcp: Namespace-ify sysctl_tcp_workaround_signed_windows by Eric Dumazet · 7 years ago
  21. d06a990 tcp: Namespace-ify sysctl_tcp_tso_win_divisor by Eric Dumazet · 7 years ago
  22. ee1836a tcp: refresh tp timestamp before tcp_mtu_probe() by Eric Dumazet · 7 years ago
  23. e0a1e5b tcp: Namespace-ify sysctl_tcp_retrans_collapse by Eric Dumazet · 7 years ago
  24. b510f0d tcp: Namespace-ify sysctl_tcp_slow_start_after_idle by Eric Dumazet · 7 years ago
  25. 2ae21cf tcp: Namespace-ify sysctl_tcp_early_retrans by Eric Dumazet · 7 years ago
  26. 60e2a77 tcp: TCP experimental option for SMC by Ursula Braun · 7 years ago
  27. 5889e2c tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->data by Yousuk Seung · 7 years ago
  28. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  29. c24b14c4 tcp: add tracepoint trace_tcp_send_reset by Song Liu · 7 years ago
  30. 3a91d29 tcp: do tcp_mstamp_refresh before retransmits on TSQ handler by Koichiro Den · 7 years ago
  31. ba233b3 tcp: fix tcp_send_syn_data() by Eric Dumazet · 7 years ago
  32. b9f1f1c tcp: fix tcp_xmit_retransmit_queue() after rbtree introduction by Eric Dumazet · 7 years ago
  33. e086101 tcp: add a tracepoint for tcp retransmission by Cong Wang · 7 years ago
  34. 75c119a tcp: implement rb-tree based retransmit queue by Eric Dumazet · 7 years ago
  35. e208007 tcp: new list for sent but unacked skbs for RACK recovery by Eric Dumazet · 7 years ago
  36. b5b7db8 tcp: fastopen: fix on syn-data transmit failure by Eric Dumazet · 7 years ago
  37. 4c71244 tcp: remove two unused functions by Yuchung Cheng · 7 years ago
  38. fc22579 tcp: fix data delivery rate by Eric Dumazet · 7 years ago
  39. 8c72c65 tcp: update skb->skb_mstamp more carefully by Eric Dumazet · 7 years ago
  40. 31770e3 tcp: Revert "tcp: remove header prediction" by Florian Westphal · 7 years ago
  41. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  42. 8ba6092 tcp: fastopen: tcp_connect() must refresh the route by Eric Dumazet · 7 years ago
  43. df92c83 tcp: fix xmit timer to only be reset if data ACKed/SACKed by Neal Cardwell · 7 years ago
  44. a281581 tcp: enable xmit timer fix by having TLP use time when RTO should fire by Neal Cardwell · 7 years ago
  45. 29fda25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  46. 45f119b tcp: remove header prediction by Florian Westphal · 7 years ago
  47. efe967c tcp: avoid bogus gcc-7 array-bounds warning by Arnd Bergmann · 7 years ago
  48. bb4d991 tcp: adjust tail loss probe timeout by Yuchung Cheng · 7 years ago
  49. e05a90e net: reflect mark on tcp syn ack packets by Jamal Hadi Salim · 8 years ago
  50. 91b5b21 bpf: Add support for changing congestion control by Lawrence Brakmo · 8 years ago
  51. 9872a4b bpf: Add TCP connection BPF callbacks by Lawrence Brakmo · 8 years ago
  52. 13d3b1e bpf: Support for setting initial receive window by Lawrence Brakmo · 8 years ago
  53. 8550f32 bpf: Support for per connection SYN/SYN-ACK RTOs by Lawrence Brakmo · 8 years ago
  54. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  55. 5d2ed05 tcp: Namespaceify sysctl_tcp_timestamps by Eric Dumazet · 8 years ago
  56. 9bb37ef tcp: Namespaceify sysctl_tcp_window_scaling by Eric Dumazet · 8 years ago
  57. f930103 tcp: Namespaceify sysctl_tcp_sack by Eric Dumazet · 8 years ago
  58. f4d0166 tcp: remove unnecessary skb_reset_tail_pointer() by Eric Dumazet · 8 years ago
  59. 9a568de tcp: switch TCP TS option (RFC 7323) to 1ms clock by Eric Dumazet · 8 years ago
  60. ac9517f tcp: replace misc tcp_time_stamp to tcp_jiffies32 by Eric Dumazet · 8 years ago
  61. 628174c tcp: uses jiffies_32 to feed tp->chrono_start by Eric Dumazet · 8 years ago
  62. c74df29 tcp: use tcp_jiffies32 to feed probe_timestamp by Eric Dumazet · 8 years ago
  63. 70eabf0 tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime by Eric Dumazet · 8 years ago
  64. c2203cf tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stamp by Eric Dumazet · 8 years ago
  65. d635fbe tcp: use tcp_jiffies32 to feed tp->lsndtime by Eric Dumazet · 8 years ago
  66. 385e207 tcp: use tp->tcp_mstamp in output path by Eric Dumazet · 8 years ago
  67. 218af59 tcp: internal implementation for pacing by Eric Dumazet · 8 years ago
  68. 1b1fc3f tcp: make congestion control optionally skip slow start after idle by Wei Wang · 8 years ago
  69. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  70. 7162fb2 tcp: do not underestimate skb->truesize in tcp_trim_head() by Eric Dumazet · 8 years ago
  71. 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  72. 7cc2b04 net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skb by Gao Feng · 8 years ago
  73. 589c49c net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14 by Gao Feng · 8 years ago
  74. 1935299 net: tcp: Refine the __tcp_select_window by Gao Feng · 8 years ago
  75. a4ecb15 tcp: accommodate sequence number to a peer's shrunk receive window caused by precision loss in window scaling by Cui, Cheng · 8 years ago
  76. c3a2e83 tcp: replace dst_confirm with sk_dst_confirm by Julian Anastasov · 8 years ago
  77. 38ab52e tcp: clear pfmemalloc on outgoing skb by Eric Dumazet · 8 years ago
  78. 3541f9e tcp: add tcp_mss_clamp() helper by Eric Dumazet · 8 years ago
  79. e216015 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  80. 06425c3 tcp: fix 0 divide in __tcp_select_window() by Eric Dumazet · 8 years ago
  81. 678550c6 tcp: include locally failed retries in retransmission stats by Yuchung Cheng · 8 years ago
  82. 065263f net/tcp-fastopen: refactor cookie check logic by Wei Wang · 8 years ago
  83. bec41a1 tcp: remove early retransmit by Yuchung Cheng · 8 years ago
  84. 840a3cb tcp: remove forward retransmit feature by Yuchung Cheng · 8 years ago
  85. 57dde7f tcp: add reordering timer in RACK loss detection by Yuchung Cheng · 8 years ago
  86. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  87. 0a9648f tcp: add a missing barrier in tcp_tasklet_func() by Eric Dumazet · 8 years ago
  88. 7aa5470 tcp: tsq: move tsq_flags close to sk_wmem_alloc by Eric Dumazet · 8 years ago
  89. 12a59ab tcp: tcp_mtu_probe() is likely to exit early by Eric Dumazet · 8 years ago
  90. 75eefc6 tcp: tsq: add a shortcut in tcp_small_queue_check() by Eric Dumazet · 8 years ago
  91. a9b204d tcp: tsq: avoid one atomic in tcp_wfree() by Eric Dumazet · 8 years ago
  92. b223feb tcp: tsq: add shortcut in tcp_tasklet_func() by Eric Dumazet · 8 years ago
  93. 408f0a6 tcp: tsq: remove one locked operation in tcp_wfree() by Eric Dumazet · 8 years ago
  94. 40fc342 tcp: tsq: add tsq_flags / tsq_enum by Eric Dumazet · 8 years ago
  95. 95a22ca tcp: randomize tcp timestamp offsets for each connection by Florian Westphal · 8 years ago
  96. b0f71bd tcp: instrument how long TCP is limited by insufficient send buffer by Francis Yan · 8 years ago
  97. 5615f88 tcp: instrument how long TCP is limited by receive window by Francis Yan · 8 years ago
  98. 0f87230 tcp: instrument how long TCP is busy sending by Francis Yan · 8 years ago
  99. 05b055e tcp: instrument tcp sender limits chronographs by Francis Yan · 8 years ago
  100. f8071cd tcp: enhance tcp_collapse_retrans() with skb_shift() by Eric Dumazet · 8 years ago