1. 5db92c9 tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synack by Octavian Purdila · 10 years ago
  2. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  3. bef1909 tcp: fixing TLP's FIN recovery by Per Hurtig · 10 years ago
  4. 6cc55e0 tcp: add gfp parameter to tcp_fragment by Octavian Purdila · 10 years ago
  5. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  6. ca8a226 tcp: make cwnd-limited checks measurement-based, and gentler by Neal Cardwell · 10 years ago
  7. 843f4a5 tcp: use tcp_v4_send_synack on first SYN-ACK by Yuchung Cheng · 10 years ago
  8. 89278c9 tcp: simplify fast open cookie processing by Yuchung Cheng · 10 years ago
  9. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  10. 2490155 tcp: remove in_flight parameter from cong_avoid() methods by Eric Dumazet · 10 years ago
  11. e114a71 tcp: fix cwnd limited checking to improve congestion control by Eric Dumazet · 10 years ago
  12. fc9f350 tcp: increment retransmit counters in tlp and fast open by Eric Dumazet · 10 years ago
  13. 1f3279a tcp: avoid retransmits of TCP packets hanging in host queues by Eric Dumazet · 10 years ago
  14. 86fd14a tcp: make tcp_cwnd_application_limited() static by Weiping Pan · 10 years ago
  15. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  16. b0270e9 ipv4: add a sock pointer to ip_queue_xmit() by Eric Dumazet · 10 years ago
  17. a0b8486 tcp: tcp_make_synack() minor changes by Eric Dumazet · 10 years ago
  18. cc93fc5 tcp: delete unused parameter in tcp_nagle_check() by Peter Pan(潘卫平) · 10 years ago
  19. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  20. c3f9b01 tcp: tcp_release_cb() should release socket ownership by Eric Dumazet · 10 years ago
  21. 431a912 tcp: timestamp SYN+DATA messages by Eric Dumazet · 10 years ago
  22. 2196269 tcp: do not leak non zero tstamp in output packets by Eric Dumazet · 10 years ago
  23. f7324ac tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent() by David S. Miller · 10 years ago
  24. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  25. f19c29e tcp: snmp stats for Fast Open, SYN rtx, and data pkts by Yuchung Cheng · 10 years ago
  26. c84a571 tcp: fix bogus RTT on special retransmission by Yuchung Cheng · 10 years ago
  27. 740b0f1 tcp: switch rtt estimations to usec resolution by Eric Dumazet · 10 years ago
  28. 8e165e2 net: tcp: add mib counters to track zero window transitions by Florian Westphal · 10 years ago
  29. 9a9bfd0 net: tcp: use NET_INC_STATS() by Eric Dumazet · 10 years ago
  30. f5ddcbb net-tcp: fastopen: fix high order allocations by Eric Dumazet · 10 years ago
  31. 86c1a04 tcp: use zero-window when free_space is low by Florian Westphal · 10 years ago
  32. 2045cea net: remove unnecessary return's by stephen hemminger · 10 years ago
  33. bf06200 tcp: tsq: fix nonagle handling by John Ogness · 10 years ago
  34. 4a5ab4e tcp: remove 1ms offset in srtt computation by Eric Dumazet · 10 years ago
  35. f7e56a7 tcp: make local functions static by stephen hemminger · 11 years ago
  36. d458992 tcp: refine TSO splits by Eric Dumazet · 11 years ago
  37. 8e3bff9 net: more spelling fixes by stephen hemminger · 11 years ago
  38. 7b7fc97 tcp: optimize some skb_shinfo(skb) uses by Eric Dumazet · 11 years ago
  39. dbde497 tcp: don't update snd_nxt, when a socket is switched from repair mode by Andrey Vagin · 11 years ago
  40. 98e0938 tcp: tsq: restore minimal amount of queueing by Eric Dumazet · 11 years ago
  41. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  42. 675297c tcp: remove redundant code in __tcp_retransmit_skb() by Neal Cardwell · 11 years ago
  43. 8f26fb1 tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs() by Eric Dumazet · 11 years ago
  44. c52e2421 tcp: must unclone packets before mangling them by Eric Dumazet · 11 years ago
  45. ccdbb6e tcp: tcp_transmit_skb() optimizations by Eric Dumazet · 11 years ago
  46. b44084c inet: rename ir_loc_port to ir_num by Eric Dumazet · 11 years ago
  47. 634fb979 inet: includes a sock_common in request_sock by Eric Dumazet · 11 years ago
  48. 5843ef4 tcp: Always set options to 0 before calling tcp_established_options by Andi Kleen · 11 years ago
  49. c9eeec2 tcp: TSQ can use a dynamic limit by Eric Dumazet · 11 years ago
  50. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  51. eb8895d tcp: tcp_make_synack() should use sock_wmalloc by Phil Oester · 11 years ago
  52. 95bd09e tcp: TSO packets automatic sizing by Eric Dumazet · 11 years ago
  53. c7781a6 tcp: initialize rcv_tstamp for restored sockets by Andrew Vagin · 11 years ago
  54. c9bee3b7 tcp: TCP_NOTSENT_LOWAT socket option by Eric Dumazet · 11 years ago
  55. 24ab6be tcp: account all retransmit failures by Yuchung Cheng · 11 years ago
  56. bcefe17 tcp: introduce a per-route knob for quick ack by Cong Wang · 11 years ago
  57. 9ef71e0 tcp:typo unset should be unsent by Weiping Pan · 11 years ago
  58. 85f1652 tcp: properly send new data in fast recovery in first RTT by Yuchung Cheng · 11 years ago
  59. 547669d tcp: xps: fix reordering issues by Eric Dumazet · 11 years ago
  60. 6a5dc9e net: Add MIB counters for checksum errors by Eric Dumazet · 11 years ago
  61. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  62. 0e280af tcp: introduce TCPSpuriousRtxHostQueues SNMP counter by Eric Dumazet · 11 years ago
  63. d6a4a10 tcp: GSO should be TSQ friendly by Eric Dumazet · 11 years ago
  64. 50bceae tcp: Reallocate headroom if it would overflow csum_start by Thomas Graf · 11 years ago
  65. ca10b9e selinux: add a skb_owned_by() hook by Eric Dumazet · 11 years ago
  66. ea3d1cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  67. f4541d6 tcp: preserve ACK clocking in TSO by Eric Dumazet · 11 years ago
  68. 9b44190 tcp: refactor F-RTO by Yuchung Cheng · 11 years ago
  69. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  70. 1a2c618 tcp: Remove TCPCT by Christoph Paasch · 11 years ago
  71. 16fad69 tcp: fix skb_availroom() by Eric Dumazet · 11 years ago
  72. 9b717a8 tcp: TLP loss detection. by Nandita Dukkipati · 11 years ago
  73. 6ba8a3b tcp: Tail loss probe (TLP) by Nandita Dukkipati · 11 years ago
  74. 1b63edd tcp: fix SYN-data space mis-accounting by Yuchung Cheng · 11 years ago
  75. 14bbd6a net: Add skb_unclone() helper function. by Pravin B Shelar · 11 years ago
  76. c9af6db net: Fix possible wrong checksum generation. by Pravin B Shelar · 11 years ago
  77. ee684b6 tcp: send packets with a socket timestamp by Andrey Vagin · 11 years ago
  78. cef401d net: fix possible wrong checksum generation by Eric Dumazet · 11 years ago
  79. 5d134f1 tcp: make sysctl_tcp_ecn namespace aware by Hannes Frederic Sowa · 12 years ago
  80. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  81. 93b174a tcp: bug fix Fast Open client retransmission by Yuchung Cheng · 12 years ago
  82. 2b91647 ipv6: adapt connect for repair move by Andrey Vagin · 12 years ago
  83. ec34232 tcp: fix retransmission in repair mode by Andrew Vagin · 12 years ago
  84. 684bad1 tcp: use PRR to reduce cwin in CWR state by Yuchung Cheng · 12 years ago
  85. 8336886 tcp: TCP Fast Open Server - support TFO listeners by Jerry Chu · 12 years ago
  86. 144d56e tcp: fix possible socket refcount problem by Eric Dumazet · 12 years ago
  87. 8e7dfbc tcp_output: fix sparse warning for tcp_wfree by Silviu-Mihai Popescu · 12 years ago
  88. 1485348 tcp: Apply device TSO segment limit earlier by Ben Hutchings · 12 years ago
  89. 99a1dec net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on the individual socket by Mel Gorman · 12 years ago
  90. 563d34d tcp: dont drop MTU reduction indications by Eric Dumazet · 12 years ago
  91. 6f458df tcp: improve latencies of timer triggered events by Eric Dumazet · 12 years ago
  92. 67da22d net-tcp: Fast Open client - cookie-less mode by Yuchung Cheng · 12 years ago
  93. aab4874 net-tcp: Fast Open client - detecting SYN-data drops by Yuchung Cheng · 12 years ago
  94. 783237e net-tcp: Fast Open client - sending SYN-data by Yuchung Cheng · 12 years ago
  95. 2100c8d net-tcp: Fast Open base by Yuchung Cheng · 12 years ago
  96. d01cb20 tcp: add LAST_ACK as a valid state for TSQ by Eric Dumazet · 12 years ago
  97. 46d3cea tcp: TCP Small Queues by Eric Dumazet · 12 years ago
  98. 4aea39c tcp: tcp_make_synack() consumes dst parameter by Eric Dumazet · 12 years ago
  99. 90ba9b1 tcp: tcp_make_synack() can use alloc_skb() by Eric Dumazet · 12 years ago
  100. a2a385d tcp: bool conversions by Eric Dumazet · 12 years ago