1. 72ab4a8 tcp: remove tcp_rcv_state_process() tcp_hdr argument by Eric Dumazet · 9 years ago
  2. bda07a6 tcp: remove unused len argument from tcp_rcv_state_process() by Eric Dumazet · 9 years ago
  3. 7c85af8 tcp: avoid reorders for TFO passive connections by Eric Dumazet · 9 years ago
  4. 0f1c28a tcp: usec resolution SYN/ACK RTT by Yuchung Cheng · 9 years ago
  5. 58d607d tcp: provide skb->hash to synack packets by Eric Dumazet · 9 years ago
  6. c3a8d94 tcp: use dctcp if enabled on the route to the initiator by Daniel Borkmann · 9 years ago
  7. 43e122b tcp: refine pacing rate determination by Eric Dumazet · 9 years ago
  8. 6f021c6 tcp: fix slow start after idle vs TSO/GSO by Eric Dumazet · 9 years ago
  9. c5e40ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  10. b56ea29 net: track success and failure of TCP PMTU probing by Rick Jones · 9 years ago
  11. f82b681 tcp: don't use F-RTO on non-recurring timeouts by Yuchung Cheng · 9 years ago
  12. b20a3fa tcp: update congestion state first before raising cwnd by Yuchung Cheng · 10 years ago
  13. 2251ae4 tcp: v1 always send a quick ack when quickacks are enabled by Jon Maxwell · 10 years ago
  14. 3759824 tcp: PRR uses CRB mode by default and SS mode conditionally by Yuchung Cheng · 10 years ago
  15. 291a00d tcp: reduce cwnd if retransmit is lost in CA_Loss by Yuchung Cheng · 10 years ago
  16. f69ad29 tcp: fill shinfo->gso_size at last moment by Eric Dumazet · 10 years ago
  17. 51466a7 tcp: fill shinfo->gso_type at last moment by Eric Dumazet · 10 years ago
  18. 7782ad8 tcp: export tcp_enter_cwr() by Kenneth Klette Jonassen · 10 years ago
  19. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  20. d654976 tcp: fix a potential deadlock in tcp_get_info() by Eric Dumazet · 10 years ago
  21. b7b0ed9 tcp: don't over-send F-RTO probes by Yuchung Cheng · 10 years ago
  22. da34ac7 tcp: only undo on partial ACKs in CA_Loss by Yuchung Cheng · 10 years ago
  23. 76dfa60 tcp: allow one skb to be received per socket under memory pressure by Eric Dumazet · 10 years ago
  24. b8da51e tcp: introduce tcp_under_memory_pressure() by Eric Dumazet · 10 years ago
  25. 21c8fe9 tcp: adjust window probe timers to safer values by Eric Dumazet · 10 years ago
  26. cd8ae85 tcp: provide SYN headers for passive connections by Eric Dumazet · 10 years ago
  27. 138998f tcp: invoke pkts_acked hook on every ACK by Kenneth Klette Jonassen · 10 years ago
  28. 31231a8 tcp: improve RTT from SACK for CC by Kenneth Klette Jonassen · 10 years ago
  29. 196da97 tcp: move struct tcp_sacktag_state to tcp_ack() by Kenneth Klette Jonassen · 10 years ago
  30. 9dac883 tcp: update reordering first before detecting loss by Yuchung Cheng · 10 years ago
  31. bdd1f9e tcp: add tcpi_bytes_received to tcp_info by Eric Dumazet · 10 years ago
  32. 0df48c2 tcp: add tcpi_bytes_acked to tcp_info by Eric Dumazet · 10 years ago
  33. 3c71512 tcp: add memory barriers to write space paths by jbaron@akamai.com · 10 years ago
  34. 3d0d26c tcp: fix bogus RTT for CC when retransmissions are acked by Kenneth Klette Jonassen · 10 years ago
  35. 2646c83 tcp: RFC7413 option support for Fast Open client by Daniel Lee · 10 years ago
  36. 7f9b838 tcp: RFC7413 option support for Fast Open server by Daniel Lee · 10 years ago
  37. c85d697 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  38. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
  39. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 10 years ago
  40. 666b805 tcp: fix FRTO undo on cumulative ACK of SACKed range by Neal Cardwell · 10 years ago
  41. 41d25fe tcp: tcp_syn_flood_action() can be static by Eric Dumazet · 10 years ago
  42. 0144a81 tcp: fix ipv4 mapped request socks by Eric Dumazet · 10 years ago
  43. 52452c5 inet: drop prev pointer handling in request sock by Eric Dumazet · 10 years ago
  44. 0470c8c inet: fix request sock refcounting by Eric Dumazet · 10 years ago
  45. 9439ce0 tcp: rename struct tcp_request_sock listener by Eric Dumazet · 10 years ago
  46. 4e9a578 inet: add rsk_listener field to struct request_sock by Eric Dumazet · 10 years ago
  47. e49bb33 inet: uninline inet_reqsk_alloc() by Eric Dumazet · 10 years ago
  48. 407640d inet: add sk_listener argument to inet_reqsk_alloc() by Eric Dumazet · 10 years ago
  49. 7970ddc tcp: uninline tcp_oow_rate_limited() by Eric Dumazet · 10 years ago
  50. 1bfc443 tcp: move tcp_openreq_init() to tcp_input.c by Eric Dumazet · 10 years ago
  51. 16f8616 inet: fill request sock ir_iif for IPv4 by Eric Dumazet · 10 years ago
  52. bd337c5 ipv6: add missing ireq_net & ir_cookie initializations by Eric Dumazet · 10 years ago
  53. d77c555 net: fix CONFIG_NET_NS=n compilation by Eric Dumazet · 10 years ago
  54. 33cf7c9 net: add real socket cookies by Eric Dumazet · 10 years ago
  55. 6514890 tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight() by Neal Cardwell · 10 years ago
  56. f2b2c58 tcp: mitigate ACK loops for connections as tcp_sock by Neal Cardwell · 10 years ago
  57. 032ee42 tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacks by Neal Cardwell · 10 years ago
  58. 843c2fd net: dctcp: loosen requirement to assert ECT(0) during 3WHS by Florian Westphal · 10 years ago
  59. 932eb76 tcp: use SACK RTTs for CC by Kenneth Klette Jonassen · 10 years ago
  60. 08abdff tcp: avoid reducing cwnd when ACK+DSACK is received by Sébastien Barré · 10 years ago
  61. f4362a2 switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg) by Al Viro · 10 years ago
  62. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 11 years ago
  63. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  64. 0c228e8 tcp: Restore RFC5961-compliant behavior for SYN packets by Calvin Owens · 10 years ago
  65. ba7a46f net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited by Joe Perches · 10 years ago
  66. 4e84b49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  67. 1f37bf8 tcp: zero retrans_stamp if all retrans were acked by Marcelo Leitner · 10 years ago
  68. f7b3bec net: allow setting ecn via routing table by Florian Westphal · 10 years ago
  69. cd21453 tcp: Correction to RFC number in comment by Sowmini Varadhan · 10 years ago
  70. f4e715c ipv4: minor spelling fixes by stephen hemminger · 10 years ago
  71. dca145f tcp: allow for bigger reordering level by Eric Dumazet · 10 years ago
  72. ad971f6 tcp: fix tcp_ack() performance problem by Eric Dumazet · 10 years ago
  73. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  74. d0cd848 Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 10 years ago
  75. 735d383 tcp: change TCP_ECN prefixes to lower case by Florian Westphal · 10 years ago
  76. d82bd12 tcp: move TCP_ECN_create_request out of header by Florian Westphal · 10 years ago
  77. 9890092 net: tcp: more detailed ACK events and events for CE marked packets by Florian Westphal · 10 years ago
  78. 7354c8c net: tcp: split ack slow/fast events from cwnd_event by Florian Westphal · 10 years ago
  79. 30e502a net: tcp: add flag for ca to indicate that ECN is required by Daniel Borkmann · 10 years ago
  80. 155c6e1 tcp: use tcp_flags in tcp_data_queue() by Peter Pan(潘卫平) · 10 years ago
  81. cd7d849 tcp: change tcp_skb_pcount() location by Eric Dumazet · 10 years ago
  82. d27f9bc net_dma: revert 'copied_early' by Dan Williams · 11 years ago
  83. 7bced39 net_dma: simple removal by Dan Williams · 11 years ago
  84. bd1e75a tcp: add coalescing attempt in tcp_ofo_queue() by Eric Dumazet · 10 years ago
  85. fcdd1cf tcp: avoid possible arithmetic overflows by Eric Dumazet · 10 years ago
  86. cb93471 tcp: do not fake tcp headers in tcp_send_rcvq() by Eric Dumazet · 10 years ago
  87. b3d6cb9 tcp: do not copy headers in tcp_collapse() by Eric Dumazet · 10 years ago
  88. e93a043 tcp: allow segment with FIN in tcp_try_coalesce() by Eric Dumazet · 10 years ago
  89. e11ecdd tcp: use TCP_SKB_CB(skb)->tcp_flags in input path by Eric Dumazet · 10 years ago
  90. 7faee5c tcp: remove TCP_SKB_CB(skb)->when by Eric Dumazet · 10 years ago
  91. 04317da tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isn by Eric Dumazet · 10 years ago
  92. 989e04c tcp: improve undo on timeout by Yuchung Cheng · 10 years ago
  93. 0c9ab09 tcp: fix ssthresh and undo for consecutive short FRTO episodes by Neal Cardwell · 10 years ago
  94. a26552a tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logic by Hannes Frederic Sowa · 10 years ago
  95. 712a722 net-timestamp: fix missing ACK timestamp by Willem de Bruijn · 10 years ago
  96. e1c8a60 net-timestamp: ACK timestamp for bytestreams by Willem de Bruijn · 10 years ago
  97. 5ae344c tcp: reduce spurious retransmits due to transient SACK reneging by Neal Cardwell · 10 years ago
  98. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  99. 5ee2c94 tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reduction by Christoph Paasch · 10 years ago
  100. 6e08d5e tcp: fix false undo corner cases by Yuchung Cheng · 11 years ago