1. 4921355 tcp: add rfc3168, section 6.1.1.1. fallback by Daniel Borkmann · 9 years ago
  2. b8da51e tcp: introduce tcp_under_memory_pressure() by Eric Dumazet · 9 years ago
  3. a6c5ea4 tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule() by Eric Dumazet · 9 years ago
  4. 264ea10 tcp: syncookies: extend validity range by Eric Dumazet · 9 years ago
  5. e520af4 tcp: add TCPWinProbe and TCPKeepAlive SNMP counters by Eric Dumazet · 9 years ago
  6. 21c8fe9 tcp: adjust window probe timers to safer values by Eric Dumazet · 9 years ago
  7. 64f40ff tcp: prepare CC get_info() access from getsockopt() by Eric Dumazet · 9 years ago
  8. 0df48c2 tcp: add tcpi_bytes_acked to tcp_info by Eric Dumazet · 9 years ago
  9. 521f1cf inet_diag: fix access to tcp cc information by Eric Dumazet · 9 years ago
  10. 2646c83 tcp: RFC7413 option support for Fast Open client by Daniel Lee · 9 years ago
  11. 7f9b838 tcp: RFC7413 option support for Fast Open server by Daniel Lee · 9 years ago
  12. 41d25fe tcp: tcp_syn_flood_action() can be static by Eric Dumazet · 9 years ago
  13. fd3a154 tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup() by Eric Dumazet · 9 years ago
  14. 39f8e58 tcp: md5: remove request sock argument of calc_md5_hash() by Eric Dumazet · 9 years ago
  15. 26e3736 ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request sockets by Eric Dumazet · 9 years ago
  16. 42cb80a inet: remove sk_listener parameter from syn_ack_timeout() by Eric Dumazet · 9 years ago
  17. 52452c5 inet: drop prev pointer handling in request sock by Eric Dumazet · 9 years ago
  18. 7970ddc tcp: uninline tcp_oow_rate_limited() by Eric Dumazet · 9 years ago
  19. 1bfc443 tcp: move tcp_openreq_init() to tcp_input.c by Eric Dumazet · 9 years ago
  20. 05cbc0d ipv4: Create probe timer for tcp PMTU as per RFC4821 by Fan Du · 9 years ago
  21. 6b58e0a ipv4: Use binary search to choose tcp PMTU probe_size by Fan Du · 9 years ago
  22. dcd8fb8 ipv4: Raise tcp PMTU probe mss base size by Fan Du · 9 years ago
  23. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  24. b0f9ca5 ipv4: Namespecify TCP PMTU mechanism by Fan Du · 9 years ago
  25. a9b2c06 tcp: mitigate ACK loops for connections as tcp_request_sock by Neal Cardwell · 9 years ago
  26. 032ee42 tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacks by Neal Cardwell · 9 years ago
  27. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  28. 9878196 tcp: do not pace pure ack packets by Eric Dumazet · 9 years ago
  29. e73ebb0 tcp: stretch ACK fixes prep by Neal Cardwell · 10 years ago
  30. 8116441 net: tcp: add per route congestion control by Daniel Borkmann · 10 years ago
  31. ea69763 net: tcp: add RTAX_CC_ALGO fib handling by Daniel Borkmann · 10 years ago
  32. c5c6a8a net: tcp: add key management to congestion control by Daniel Borkmann · 10 years ago
  33. f7b3bec net: allow setting ecn via routing table by Florian Westphal · 10 years ago
  34. f167338 syncookies: split cookie_check_timestamp() into two functions by Florian Westphal · 10 years ago
  35. dca145f tcp: allow for bigger reordering level by Eric Dumazet · 10 years ago
  36. 105970f net: Remove trailing whitespace in tcp.h icmp.c syncookies.c by Kenjiro Nakayama · 10 years ago
  37. 815afe1 tcp: fix build error if IPv6 is not enabled by Eric Dumazet · 10 years ago
  38. 870c315 ipv6: introduce tcp_v6_iif() by Eric Dumazet · 10 years ago
  39. 461b74c ipv4: clean up cookie_v4_check() by Cong Wang · 10 years ago
  40. e25f866 ipv4: share tcp_v4_save_options() with cookie_v4_check() by Cong Wang · 10 years ago
  41. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  42. d0cd848 Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 10 years ago
  43. a12a601 tcp: Change tcp_slow_start function to return void by Li RongQing · 10 years ago
  44. d82bd12 tcp: move TCP_ECN_create_request out of header by Florian Westphal · 10 years ago
  45. 9890092 net: tcp: more detailed ACK events and events for CE marked packets by Florian Westphal · 10 years ago
  46. 7354c8c net: tcp: split ack slow/fast events from cwnd_event by Florian Westphal · 10 years ago
  47. 30e502a net: tcp: add flag for ca to indicate that ECN is required by Daniel Borkmann · 10 years ago
  48. 55d8694 net: tcp: assign tcp cong_ops when tcp sk is created by Florian Westphal · 10 years ago
  49. cd7d849 tcp: change tcp_skb_pcount() location by Eric Dumazet · 10 years ago
  50. 971f10e tcp: better TCP_SKB_CB layout to reduce cache line misses by Eric Dumazet · 10 years ago
  51. 3f33407 net: make tcp_cleanup_rbuf private by Dan Williams · 11 years ago
  52. 7bced39 net_dma: simple removal by Dan Williams · 11 years ago
  53. 7faee5c tcp: remove TCP_SKB_CB(skb)->when by Eric Dumazet · 10 years ago
  54. 04317da tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isn by Eric Dumazet · 10 years ago
  55. a26552a tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logic by Hannes Frederic Sowa · 10 years ago
  56. 4fab907 tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced() by Neal Cardwell · 10 years ago
  57. 9d186ca tcp: don't use timestamp from repaired skb-s to calculate RTT (v2) by Andrey Vagin · 10 years ago
  58. 5ae344c tcp: reduce spurious retransmits due to transient SACK reneging by Neal Cardwell · 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. 86c6a2c tcp: switch snt_synack back to measuring transmit time of first SYNACK by Neal Cardwell · 10 years ago
  61. 1fb6f15 tcp: add tcp_conn_request by Octavian Purdila · 10 years ago
  62. 695da14 tcp: add queue_add_hash to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  63. 2aec4a2 tcp: add mss_clamp to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  64. 5db92c9 tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synack by Octavian Purdila · 10 years ago
  65. d6274bd tcp: add send_synack method to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  66. 936b8bd tcp: add init_seq method to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  67. d94e041 tcp: add route_req method to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  68. fb7b37a tcp: add init_cookie_seq method to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  69. 16bea70 tcp: add init_req method to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  70. 57b4755 tcp: cookie_v4_init_sequence: skb should be const by Octavian Purdila · 10 years ago
  71. e0f802f tcp: move ir_mark initialization to tcp_openreq_init by Octavian Purdila · 10 years ago
  72. 6cc55e0 tcp: add gfp parameter to tcp_fragment by Octavian Purdila · 10 years ago
  73. ca8a226 tcp: make cwnd-limited checks measurement-based, and gentler by Neal Cardwell · 10 years ago
  74. 843f4a5 tcp: use tcp_v4_send_synack on first SYN-ACK by Yuchung Cheng · 10 years ago
  75. 89278c9 tcp: simplify fast open cookie processing by Yuchung Cheng · 10 years ago
  76. 5b7ed08 tcp: move fastopen functions to tcp_fastopen.c by Yuchung Cheng · 10 years ago
  77. 2490155 tcp: remove in_flight parameter from cong_avoid() methods by Eric Dumazet · 10 years ago
  78. e114a71 tcp: fix cwnd limited checking to improve congestion control by Eric Dumazet · 10 years ago
  79. 86fd14a tcp: make tcp_cwnd_application_limited() static by Weiping Pan · 10 years ago
  80. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  81. 6326231 tcp: syncookies: do not use getnstimeofday() by Eric Dumazet · 10 years ago
  82. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  83. 740b0f1 tcp: switch rtt estimations to usec resolution by Eric Dumazet · 10 years ago
  84. f5ddcbb net-tcp: fastopen: fix high order allocations by Eric Dumazet · 10 years ago
  85. 45f7435 tcp: remove unused min_cwnd member of tcp_congestion_ops by Stanislav Fomichev · 10 years ago
  86. f7e56a7 tcp: make local functions static by stephen hemminger · 11 years ago
  87. d458992 tcp: refine TSO splits by Eric Dumazet · 11 years ago
  88. f54b311 tcp: auto corking by Eric Dumazet · 11 years ago
  89. 9f9843a7 tcp: properly handle stretch acks in slow start by Yuchung Cheng · 11 years ago
  90. a4fe34b tcp_memcontrol: Remove the per netns control. by Eric W. Biederman · 11 years ago
  91. 222e83d tcp: switch tcp_fastopen key generation to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  92. b23a002 inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_random_once by Hannes Frederic Sowa · 11 years ago
  93. 28be6e0 tcp: rename tcp_tso_segment() by Eric Dumazet · 11 years ago
  94. b44084c inet: rename ir_loc_port to ir_num by Eric Dumazet · 11 years ago
  95. 634fb979 inet: includes a sock_common in request_sock by Eric Dumazet · 11 years ago
  96. 05dbc7b tcp/dccp: remove twchain by Eric Dumazet · 11 years ago
  97. 8c27bd7 tcp: syncookies: reduce cookie lifetime to 128 seconds by Florian Westphal · 11 years ago
  98. 5c9f302 tcp.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  99. c995ae2 tcp: Change return value of tcp_rcv_established() by Vijay Subramanian · 11 years ago
  100. 95bd09e tcp: TSO packets automatic sizing by Eric Dumazet · 11 years ago