1. b617158 tcp: be more careful in tcp_fragment() by Eric Dumazet · 5 years ago
  2. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  3. b6653b3 tcp: refine memory limit test in tcp_fragment() by Eric Dumazet · 6 years ago
  4. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  5. 5f3e2bf00 tcp: add tcp_min_snd_mss sysctl by Eric Dumazet · 6 years ago
  6. f070ef2 tcp: tcp_fragment() should apply sane memory limits by Eric Dumazet · 6 years ago
  7. 3b4929f tcp: limit payload size of sacked skbs by Eric Dumazet · 6 years ago
  8. a842fe1 tcp: add optional per socket transmit delay by Eric Dumazet · 6 years ago
  9. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  10. 9e450c1 tcp: better SYNACK sent timestamp by Yuchung Cheng · 6 years ago
  11. d1edc08 tcp: remove redundant check on tskb by Colin Ian King · 6 years ago
  12. e6d1407 tcp: remove conditional branches from tcp_mstamp_refresh() by Eric Dumazet · 6 years ago
  13. 5648334 tcp: remove tcp_queue argument from tso_fragment() by Eric Dumazet · 6 years ago
  14. 921f9a0 tcp: convert tcp_md5_needed to static_branch API by Eric Dumazet · 6 years ago
  15. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  16. bf50b60 tcp: repaired skbs must init their tso_segs by Eric Dumazet · 6 years ago
  17. 4a41f45 tcp: change pingpong threshold to 3 by Wei Wang · 6 years ago
  18. 31954cd tcp: Refactor pingpong code by Wei Wang · 6 years ago
  19. f859a44 tcp: allow zerocopy with fastopen by Willem de Bruijn · 6 years ago
  20. c1d5674 tcp: less aggressive window probing on local congestion by Yuchung Cheng · 6 years ago
  21. 7ae1897 tcp: always set retrans_stamp on recovery by Yuchung Cheng · 6 years ago
  22. 7f12422 tcp: always timestamp on every skb transmission by Yuchung Cheng · 6 years ago
  23. d8ed257 tcp: handle EOR and FIN conditions the same in tcp_tso_should_defer() by Eric Dumazet · 6 years ago
  24. 4cc1fee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  25. f9bfe4e tcp: lack of available data can also cause TSO defer by Eric Dumazet · 6 years ago
  26. b2b7af8 tcp: fix NULL ref in tail loss probe by Yuchung Cheng · 6 years ago
  27. 4172754 tcp: Do not underestimate rwnd_limited by Eric Dumazet · 6 years ago
  28. ec641b3 tcp: fix SNMP under-estimation on failed retransmission by Yuchung Cheng · 6 years ago
  29. 6015c71 tcp: md5: add tcp_md5_needed jump label by Eric Dumazet · 6 years ago
  30. 19bf626 tcp: remove loop to compute wscale by Eric Dumazet · 6 years ago
  31. b1bf78b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  32. 86de592 tcp: defer SACK compression after DupThresh by Eric Dumazet · 6 years ago
  33. c73e580 tcp: tsq: no longer use limit_output_bytes for paced flows by Eric Dumazet · 6 years ago
  34. a682850 tcp: get rid of tcp_tso_should_defer() dependency on HZ/jiffies by Eric Dumazet · 6 years ago
  35. f1c6ea3 tcp: refine tcp_tso_should_defer() after EDT adoption by Eric Dumazet · 6 years ago
  36. 1c09f7d tcp: do not try to defer skbs with eor mark (MSG_EOR) by Eric Dumazet · 6 years ago
  37. 3f80e08 tcp: add tcp_reset_xmit_timer() helper by Eric Dumazet · 6 years ago
  38. 7986191 tcp: fix TCP_REPAIR xmit queue setup by Eric Dumazet · 6 years ago
  39. 864e5c0 tcp: optimize tcp internal pacing by Eric Dumazet · 6 years ago
  40. a7a2563 tcp: mitigate scheduling jitter in EDT pacing model by Eric Dumazet · 6 years ago
  41. 76a9ebe net: extend sk_pacing_rate to unsigned long by Eric Dumazet · 6 years ago
  42. 5f6188a tcp: do not change tcp_wstamp_ns in tcp_mstamp_refresh by Eric Dumazet · 6 years ago
  43. a337531 tcp: up initial rmem to 128KB and SYN rwin to around 64KB by Yuchung Cheng · 6 years ago
  44. c092dd5 tcp: switch tcp_internal_pacing() to tcp_wstamp_ns by Eric Dumazet · 6 years ago
  45. ab408b6 tcp: switch tcp and sch_fq to new earliest departure time model by Eric Dumazet · 6 years ago
  46. fd2bca2 tcp: switch internal pacing timer to CLOCK_TAI by Eric Dumazet · 6 years ago
  47. d3edd06 tcp: provide earliest departure time in skb->tstamp by Eric Dumazet · 6 years ago
  48. 9799ccb tcp: add tcp_wstamp_ns socket field by Eric Dumazet · 6 years ago
  49. 2fd66ff tcp: introduce tcp_skb_timestamp_us() helper by Eric Dumazet · 6 years ago
  50. 13dde04 tcp: remove set but not used variable 'skb_size' by Wei Yongjun · 6 years ago
  51. fb31c9b tcp: add data bytes retransmitted stats by Wei Wang · 6 years ago
  52. ba113c3 tcp: add data bytes sent stats by Wei Wang · 6 years ago
  53. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  54. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
  55. 27cde44 tcp: do not cancel delay-AcK on DCTCP special ACK by Yuchung Cheng · 6 years ago
  56. 2987bab tcp: helpers to send special DCTCP ack by Yuchung Cheng · 6 years ago
  57. a69258f tcp: remove DELAYED ACK events in DCTCP by Yuchung Cheng · 6 years ago
  58. cadefe5 tcp_bbr: fix bbr pacing rate for internal pacing by Eric Dumazet · 7 years ago
  59. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  60. 200d95f tcp: add TCPAckCompressed SNMP counter by Eric Dumazet · 7 years ago
  61. 5d9f426 tcp: add SACK compression by Eric Dumazet · 7 years ago
  62. 7f582b2 tcp: purge write queue in tcp_connect_init() by Eric Dumazet · 7 years ago
  63. 73a6bab tcp: switch pacing timer to softirq based hrtimer by Eric Dumazet · 7 years ago
  64. c36207b tcp: remove mss check in tcp_select_initial_window() by Wei Wang · 7 years ago
  65. 8c2320e8 tcp: md5: only call tp->af_specific->md5_lookup() for md5 sockets by Eric Dumazet · 7 years ago
  66. dcb8c9b tcp_bbr: better deal with suboptimal GSO (II) by Eric Dumazet · 7 years ago
  67. f74290f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  68. 350c9f4 tcp_bbr: better deal with suboptimal GSO by Eric Dumazet · 7 years ago
  69. 98be9b1 tcp: remove dead code after CHECKSUM_PARTIAL adoption by Eric Dumazet · 7 years ago
  70. 4a64fd6 tcp: remove dead code from tcp_set_skb_tso_segs() by Eric Dumazet · 7 years ago
  71. 808cf9e tcp: Honor the eor bit in tcp_mtu_probe by Ilya Lesokhin · 7 years ago
  72. a31ad29 bpf: Add BPF_SOCK_OPS_RETRANS_CB by Lawrence Brakmo · 7 years ago
  73. de525be bpf: Support passing args to sock_ops bpf function by Lawrence Brakmo · 7 years ago
  74. c8c9aeb tcp: Split BUG_ON() in tcp_tso_should_defer() into two assertions by Stefano Brivio · 7 years ago
  75. b4f70c3 tcp: allow TLP in ECN CWR by Neal Cardwell · 7 years ago
  76. ed66dfa tcp: when scheduling TLP, time of RTO should account for current ACK by Neal Cardwell · 7 years ago
  77. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  78. 3a9b76f tcp: allow drivers to tweak TSQ logic by Eric Dumazet · 7 years ago
  79. 737ff31 tcp: use sequence distance to detect reordering by Yuchung Cheng · 7 years ago
  80. 713bafe tcp: retire FACK loss detection by Yuchung Cheng · 7 years ago
  81. 356d183 tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem by Eric Dumazet · 7 years ago
  82. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  83. 35e00da tcp: do not clear again skb->csum in tcp_init_nondata_skb() by Eric Dumazet · 7 years ago
  84. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  85. f67971e tcp: tcp_fragment() should not assume rtx skbs by Eric Dumazet · 7 years ago
  86. 3b11775 tcp: do not mangle skb->cb[] in tcp_make_synack() by Eric Dumazet · 7 years ago
  87. cf34ce3 tcp: add tracepoint trace_tcp_retransmit_synack() by Song Liu · 7 years ago
  88. ed29668 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  89. 2b7cda9 tcp: fix tcp_mtu_probe() vs highest_sack by Eric Dumazet · 7 years ago
  90. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  91. 26e9596 tcp: Namespace-ify sysctl_tcp_min_tso_segs by Eric Dumazet · 7 years ago
  92. 9184d8b tcp: Namespace-ify sysctl_tcp_limit_output_bytes by Eric Dumazet · 7 years ago
  93. ceef9ab tcp: Namespace-ify sysctl_tcp_workaround_signed_windows by Eric Dumazet · 7 years ago
  94. d06a990 tcp: Namespace-ify sysctl_tcp_tso_win_divisor by Eric Dumazet · 7 years ago
  95. ee1836a tcp: refresh tp timestamp before tcp_mtu_probe() by Eric Dumazet · 7 years ago
  96. e0a1e5b tcp: Namespace-ify sysctl_tcp_retrans_collapse by Eric Dumazet · 7 years ago
  97. b510f0d tcp: Namespace-ify sysctl_tcp_slow_start_after_idle by Eric Dumazet · 7 years ago
  98. 2ae21cf tcp: Namespace-ify sysctl_tcp_early_retrans by Eric Dumazet · 7 years ago
  99. 60e2a77 tcp: TCP experimental option for SMC by Ursula Braun · 7 years ago
  100. 5889e2c tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->data by Yousuk Seung · 7 years ago