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