1. 9bb37ef tcp: Namespaceify sysctl_tcp_window_scaling by Eric Dumazet · 8 years ago
  2. f930103 tcp: Namespaceify sysctl_tcp_sack by Eric Dumazet · 8 years ago
  3. f4d0166 tcp: remove unnecessary skb_reset_tail_pointer() by Eric Dumazet · 8 years ago
  4. 9a568de tcp: switch TCP TS option (RFC 7323) to 1ms clock by Eric Dumazet · 8 years ago
  5. ac9517f tcp: replace misc tcp_time_stamp to tcp_jiffies32 by Eric Dumazet · 8 years ago
  6. 628174c tcp: uses jiffies_32 to feed tp->chrono_start by Eric Dumazet · 8 years ago
  7. c74df29 tcp: use tcp_jiffies32 to feed probe_timestamp by Eric Dumazet · 8 years ago
  8. 70eabf0 tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime by Eric Dumazet · 8 years ago
  9. c2203cf tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stamp by Eric Dumazet · 8 years ago
  10. d635fbe tcp: use tcp_jiffies32 to feed tp->lsndtime by Eric Dumazet · 8 years ago
  11. 385e207 tcp: use tp->tcp_mstamp in output path by Eric Dumazet · 8 years ago
  12. 218af59 tcp: internal implementation for pacing by Eric Dumazet · 8 years ago
  13. 1b1fc3f tcp: make congestion control optionally skip slow start after idle by Wei Wang · 8 years ago
  14. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  15. 7162fb2 tcp: do not underestimate skb->truesize in tcp_trim_head() by Eric Dumazet · 8 years ago
  16. 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  17. 7cc2b04 net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skb by Gao Feng · 8 years ago
  18. 589c49c net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14 by Gao Feng · 8 years ago
  19. 1935299 net: tcp: Refine the __tcp_select_window by Gao Feng · 8 years ago
  20. 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
  21. c3a2e83 tcp: replace dst_confirm with sk_dst_confirm by Julian Anastasov · 8 years ago
  22. 38ab52e tcp: clear pfmemalloc on outgoing skb by Eric Dumazet · 8 years ago
  23. 3541f9e tcp: add tcp_mss_clamp() helper by Eric Dumazet · 8 years ago
  24. e216015 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  25. 06425c3 tcp: fix 0 divide in __tcp_select_window() by Eric Dumazet · 8 years ago
  26. 678550c6 tcp: include locally failed retries in retransmission stats by Yuchung Cheng · 8 years ago
  27. 065263f net/tcp-fastopen: refactor cookie check logic by Wei Wang · 8 years ago
  28. bec41a1 tcp: remove early retransmit by Yuchung Cheng · 8 years ago
  29. 840a3cb tcp: remove forward retransmit feature by Yuchung Cheng · 8 years ago
  30. 57dde7f tcp: add reordering timer in RACK loss detection by Yuchung Cheng · 8 years ago
  31. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  32. 0a9648f tcp: add a missing barrier in tcp_tasklet_func() by Eric Dumazet · 8 years ago
  33. 7aa5470 tcp: tsq: move tsq_flags close to sk_wmem_alloc by Eric Dumazet · 8 years ago
  34. 12a59ab tcp: tcp_mtu_probe() is likely to exit early by Eric Dumazet · 8 years ago
  35. 75eefc6 tcp: tsq: add a shortcut in tcp_small_queue_check() by Eric Dumazet · 8 years ago
  36. a9b204d tcp: tsq: avoid one atomic in tcp_wfree() by Eric Dumazet · 8 years ago
  37. b223feb tcp: tsq: add shortcut in tcp_tasklet_func() by Eric Dumazet · 8 years ago
  38. 408f0a6 tcp: tsq: remove one locked operation in tcp_wfree() by Eric Dumazet · 8 years ago
  39. 40fc342 tcp: tsq: add tsq_flags / tsq_enum by Eric Dumazet · 8 years ago
  40. 95a22ca tcp: randomize tcp timestamp offsets for each connection by Florian Westphal · 8 years ago
  41. b0f71bd tcp: instrument how long TCP is limited by insufficient send buffer by Francis Yan · 8 years ago
  42. 5615f886 tcp: instrument how long TCP is limited by receive window by Francis Yan · 8 years ago
  43. 0f87230 tcp: instrument how long TCP is busy sending by Francis Yan · 8 years ago
  44. 05b055e tcp: instrument tcp sender limits chronographs by Francis Yan · 8 years ago
  45. f8071cd tcp: enhance tcp_collapse_retrans() with skb_shift() by Eric Dumazet · 8 years ago
  46. 2331ccc tcp: enhance tcp collapsing by Eric Dumazet · 8 years ago
  47. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  48. 2fe664f tcp: fix wrong checksum calculation on MTU probing by Douglas Caetano dos Santos · 8 years ago
  49. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  50. 7e32b44 tcp: properly account Fast Open SYN-ACK retrans by Yuchung Cheng · 8 years ago
  51. de1d657 tcp: fix under-accounting retransmit SNMP counters by Yuchung Cheng · 8 years ago
  52. f9616c3 tcp: implement TSQ for retransmits by Eric Dumazet · 8 years ago
  53. 556c6b4 tcp: export tcp_mss_to_mtu() for congestion control modules by Neal Cardwell · 8 years ago
  54. 1b3878c tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segments by Neal Cardwell · 8 years ago
  55. ed6e726 tcp: allow congestion control module to request TSO skb segment count by Neal Cardwell · 8 years ago
  56. b9f6482 tcp: track data delivery rate for a TCP connection by Yuchung Cheng · 8 years ago
  57. ffb4d6c tcp: fix overflow in __tcp_retransmit_skb() by Eric Dumazet · 8 years ago
  58. dca0aaf tcp: defer sacked assignment by Eric Dumazet · 8 years ago
  59. f626300 tcp: consider recv buf for the initial window scale by Soheil Hassas Yeganeh · 8 years ago
  60. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  61. a3d2e9f tcp: do not send too big packets at retransmit time by Eric Dumazet · 9 years ago
  62. 6f094b9 tcp: add in_flight to tcp_skb_cb by Lawrence Brakmo · 9 years ago
  63. ea1627c tcp: minor optimizations around tcp_hdr() usage by Eric Dumazet · 9 years ago
  64. 909b27f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  65. 10a8198 tcp: refresh skb timestamp at retransmit time by Eric Dumazet · 9 years ago
  66. 1d2077a net: add __sock_wfree() helper by Eric Dumazet · 9 years ago
  67. c10d931 tcp: do not assume TCP code is non preemptible by Eric Dumazet · 9 years ago
  68. a166140 tcp: Handle eor bit when fragmenting a skb by Martin KaFai Lau · 9 years ago
  69. a643b5d tcp: Handle eor bit when coalescing skb by Martin KaFai Lau · 9 years ago
  70. 0a2cf20 tcp: remove SKBTX_ACK_TSTAMP since it is redundant by Soheil Hassas Yeganeh · 9 years ago
  71. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 9 years ago
  72. 90bbcc6 net: tcp: rename TCP_INC_STATS_BH by Eric Dumazet · 9 years ago
  73. 10d3be5 tcp-tso: do not split TSO packets at retransmit time by Eric Dumazet · 9 years ago
  74. 2de8023 tcp: Merge txstamp_ack in tcp_skb_collapse_tstamp by Martin KaFai Lau · 9 years ago
  75. b51e13f tcp: Carry txstamp_ack in tcp_fragment_tstamp by Martin KaFai Lau · 9 years ago
  76. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  77. cfea5a6 tcp: Merge tx_flags and tskey in tcp_shifted_skb by Martin KaFai Lau · 9 years ago
  78. 082ac2d tcp: Merge tx_flags and tskey in tcp_collapse_retrans by Martin KaFai Lau · 9 years ago
  79. b3d0514 tcp: do not mess with listener sk_wmem_alloc by Eric Dumazet · 9 years ago
  80. a44d6ea tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In by Martin KaFai Lau · 9 years ago
  81. 4979f2d ipv4: Namespaceify tcp_notsent_lowat sysctl knob by Nikolay Borisov · 9 years ago
  82. c6214a9 ipv4: Namespaceify tcp_retries2 sysctl knob by Nikolay Borisov · 9 years ago
  83. baac50b net: tcp_memcontrol: simplify linkage between socket and page counter by Johannes Weiner · 9 years ago
  84. e805605 net: tcp_memcontrol: sanitize tcp memory accounting callbacks by Johannes Weiner · 9 years ago
  85. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  86. 07e100f tcp: restore fastopen with no data in SYN packet by Eric Dumazet · 9 years ago
  87. 7450aaf tcp: suppress too verbose messages in tcp_send_ack() by Eric Dumazet · 9 years ago
  88. 9e17f8a net: make skb_set_owner_w() more robust by Eric Dumazet · 9 years ago
  89. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  90. e2e8009 tcp: remove improper preemption check in tcp_xmit_probe_skb() by Renato Westphal · 9 years ago
  91. af82f4e tcp: remove tcp_mark_lost_retrans() by Yuchung Cheng · 9 years ago
  92. dc6ef6b tcp: do not set queue_mapping on SYNACK by Eric Dumazet · 9 years ago
  93. ed53d0a net: shrink struct sock and request_sock by 8 bytes by Eric Dumazet · 9 years ago
  94. ca6fb06 tcp: attach SYNACK messages to request sockets instead of listener by Eric Dumazet · 9 years ago
  95. d2e1339 tcp: Fix CWV being too strict on thin streams by Bendik Rønning Opstad · 9 years ago
  96. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  97. ea3bea3 tcp/dccp: constify rtx_synack() and friends by Eric Dumazet · 9 years ago
  98. 5d062de tcp: constify tcp_make_synack() socket argument by Eric Dumazet · 9 years ago
  99. 6ac705b tcp: remove tcp_ecn_make_synack() socket argument by Eric Dumazet · 9 years ago
  100. 37bfbdd tcp: remove tcp_synack_options() socket argument by Eric Dumazet · 9 years ago