1. 41d25fe tcp: tcp_syn_flood_action() can be static by Eric Dumazet · 9 years ago
  2. 0144a81 tcp: fix ipv4 mapped request socks by Eric Dumazet · 9 years ago
  3. 52452c5 inet: drop prev pointer handling in request sock by Eric Dumazet · 9 years ago
  4. 0470c8c inet: fix request sock refcounting by Eric Dumazet · 9 years ago
  5. 9439ce0 tcp: rename struct tcp_request_sock listener by Eric Dumazet · 9 years ago
  6. 4e9a578 inet: add rsk_listener field to struct request_sock by Eric Dumazet · 9 years ago
  7. e49bb33 inet: uninline inet_reqsk_alloc() by Eric Dumazet · 9 years ago
  8. 407640d inet: add sk_listener argument to inet_reqsk_alloc() by Eric Dumazet · 9 years ago
  9. 7970ddc tcp: uninline tcp_oow_rate_limited() by Eric Dumazet · 9 years ago
  10. 1bfc443 tcp: move tcp_openreq_init() to tcp_input.c by Eric Dumazet · 9 years ago
  11. 16f8616 inet: fill request sock ir_iif for IPv4 by Eric Dumazet · 9 years ago
  12. bd337c5 ipv6: add missing ireq_net & ir_cookie initializations by Eric Dumazet · 9 years ago
  13. d77c555 net: fix CONFIG_NET_NS=n compilation by Eric Dumazet · 9 years ago
  14. 33cf7c9 net: add real socket cookies by Eric Dumazet · 9 years ago
  15. 6514890 tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight() by Neal Cardwell · 9 years ago
  16. f2b2c58 tcp: mitigate ACK loops for connections as tcp_sock by Neal Cardwell · 9 years ago
  17. 032ee42 tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacks by Neal Cardwell · 9 years ago
  18. 843c2fd net: dctcp: loosen requirement to assert ECT(0) during 3WHS by Florian Westphal · 10 years ago
  19. 932eb76 tcp: use SACK RTTs for CC by Kenneth Klette Jonassen · 10 years ago
  20. 08abdff tcp: avoid reducing cwnd when ACK+DSACK is received by Sébastien Barré · 10 years ago
  21. f4362a2 switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg) by Al Viro · 10 years ago
  22. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  23. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  24. 0c228e8 tcp: Restore RFC5961-compliant behavior for SYN packets by Calvin Owens · 10 years ago
  25. ba7a46f net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited by Joe Perches · 10 years ago
  26. 4e84b49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  27. 1f37bf8 tcp: zero retrans_stamp if all retrans were acked by Marcelo Leitner · 10 years ago
  28. f7b3bec net: allow setting ecn via routing table by Florian Westphal · 10 years ago
  29. cd21453 tcp: Correction to RFC number in comment by Sowmini Varadhan · 10 years ago
  30. f4e715c ipv4: minor spelling fixes by stephen hemminger · 10 years ago
  31. dca145f tcp: allow for bigger reordering level by Eric Dumazet · 10 years ago
  32. ad971f6 tcp: fix tcp_ack() performance problem by Eric Dumazet · 10 years ago
  33. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  34. d0cd848 Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 10 years ago
  35. 735d383 tcp: change TCP_ECN prefixes to lower case by Florian Westphal · 10 years ago
  36. d82bd12 tcp: move TCP_ECN_create_request out of header by Florian Westphal · 10 years ago
  37. 9890092 net: tcp: more detailed ACK events and events for CE marked packets by Florian Westphal · 10 years ago
  38. 7354c8c net: tcp: split ack slow/fast events from cwnd_event by Florian Westphal · 10 years ago
  39. 30e502a net: tcp: add flag for ca to indicate that ECN is required by Daniel Borkmann · 10 years ago
  40. 155c6e1 tcp: use tcp_flags in tcp_data_queue() by Peter Pan(潘卫平) · 10 years ago
  41. cd7d849 tcp: change tcp_skb_pcount() location by Eric Dumazet · 10 years ago
  42. d27f9bc net_dma: revert 'copied_early' by Dan Williams · 11 years ago
  43. 7bced39 net_dma: simple removal by Dan Williams · 11 years ago
  44. bd1e75a tcp: add coalescing attempt in tcp_ofo_queue() by Eric Dumazet · 10 years ago
  45. fcdd1cf tcp: avoid possible arithmetic overflows by Eric Dumazet · 10 years ago
  46. cb93471 tcp: do not fake tcp headers in tcp_send_rcvq() by Eric Dumazet · 10 years ago
  47. b3d6cb9 tcp: do not copy headers in tcp_collapse() by Eric Dumazet · 10 years ago
  48. e93a043 tcp: allow segment with FIN in tcp_try_coalesce() by Eric Dumazet · 10 years ago
  49. e11ecdd tcp: use TCP_SKB_CB(skb)->tcp_flags in input path by Eric Dumazet · 10 years ago
  50. 7faee5c tcp: remove TCP_SKB_CB(skb)->when by Eric Dumazet · 10 years ago
  51. 04317da tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isn by Eric Dumazet · 10 years ago
  52. 989e04c tcp: improve undo on timeout by Yuchung Cheng · 10 years ago
  53. 0c9ab09 tcp: fix ssthresh and undo for consecutive short FRTO episodes by Neal Cardwell · 10 years ago
  54. a26552a tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logic by Hannes Frederic Sowa · 10 years ago
  55. 712a722 net-timestamp: fix missing ACK timestamp by Willem de Bruijn · 10 years ago
  56. e1c8a60 net-timestamp: ACK timestamp for bytestreams by Willem de Bruijn · 10 years ago
  57. 5ae344c tcp: reduce spurious retransmits due to transient SACK reneging by Neal Cardwell · 10 years ago
  58. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  59. 5ee2c94 tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reduction by Christoph Paasch · 10 years ago
  60. 6e08d5e tcp: fix false undo corner cases by Yuchung Cheng · 10 years ago
  61. 4135ab8 tcp: tcp_conn_request: fix build error when IPv6 is disabled by Octavian Purdila · 10 years ago
  62. 1fb6f15 tcp: add tcp_conn_request by Octavian Purdila · 10 years ago
  63. 2cd0d74 tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb by Neal Cardwell · 10 years ago
  64. 6cc55e0 tcp: add gfp parameter to tcp_fragment by Octavian Purdila · 10 years ago
  65. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  66. 0cfa5c0 tcp: fix cwnd undo on DSACK in F-RTO by Yuchung Cheng · 10 years ago
  67. 2490155 tcp: remove in_flight parameter from cong_avoid() methods by Eric Dumazet · 10 years ago
  68. 86fd14a tcp: make tcp_cwnd_application_limited() static by Weiping Pan · 10 years ago
  69. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  70. 431a912 tcp: timestamp SYN+DATA messages by Eric Dumazet · 10 years ago
  71. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  72. f19c29e tcp: snmp stats for Fast Open, SYN rtx, and data pkts by Yuchung Cheng · 10 years ago
  73. c84a571 tcp: fix bogus RTT on special retransmission by Yuchung Cheng · 10 years ago
  74. 740b0f1 tcp: switch rtt estimations to usec resolution by Eric Dumazet · 10 years ago
  75. 4a5ab4e tcp: remove 1ms offset in srtt computation by Eric Dumazet · 10 years ago
  76. f7e56a7 tcp: make local functions static by stephen hemminger · 11 years ago
  77. a22318e ipv4: do clean up with spaces by Weilong Chen · 11 years ago
  78. 9f9843a7 tcp: properly handle stretch acks in slow start by Yuchung Cheng · 11 years ago
  79. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  80. 2f715c1 tcp: do not rearm RTO when future data are sacked by Yuchung Cheng · 11 years ago
  81. 2909d87 tcp: only take RTT from timestamps if new data is acked by Yuchung Cheng · 11 years ago
  82. bc15afa tcp: fix SYNACK RTT estimation in Fast Open by Yuchung Cheng · 11 years ago
  83. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  84. 02cf4eb tcp: initialize passive-side sk_pacing_rate after 3WHS by Neal Cardwell · 11 years ago
  85. 031afe4 tcp: fix incorrect ca_state in tail loss probe by Yuchung Cheng · 11 years ago
  86. ba53742 tcp: use ACCESS_ONCE() in tcp_update_pacing_rate() by Eric Dumazet · 11 years ago
  87. 53af53a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  88. 5e8a402f tcp: do not forget FIN in tcp_shifted_skb() by Eric Dumazet · 11 years ago
  89. 34a6eda net: ipv4: Change variable type to bool by Peter Senna Tschudin · 11 years ago
  90. 6ae7053 tcp: sndbuf autotuning improvements by Eric Dumazet · 11 years ago
  91. 62748f3 net: introduce SO_MAX_PACING_RATE by Eric Dumazet · 11 years ago
  92. b0983d3 tcp: fix dynamic right sizing by Eric Dumazet · 11 years ago
  93. 4e4f1fc tcp: properly increase rcv_ssthresh for ofo packets by Eric Dumazet · 11 years ago
  94. 16edfe7 tcp: fix no cwnd growth after timeout by Yuchung Cheng · 11 years ago
  95. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  96. c995ae2 tcp: Change return value of tcp_rcv_established() by Vijay Subramanian · 11 years ago
  97. 95bd09e tcp: TSO packets automatic sizing by Eric Dumazet · 11 years ago
  98. e3e1202 tcp: don't apply tsoffset if rcv_tsecr is zero by Andrew Vagin · 11 years ago
  99. 0f7cc9a tcp: increase throughput when reordering is high by Yuchung Cheng · 11 years ago
  100. 74c181d tcp: reset reordering est. selectively on timeout by Yuchung Cheng · 11 years ago