1. bb1fcec tcp: fix use after free in tcp_xmit_retransmit_queue() by Eric Dumazet · 8 years ago
  2. 19689e3 tcp: md5: use kmalloc() backed scratch areas by Eric Dumazet · 8 years ago
  3. 2631b79 tcp: increase size at which tcp_bound_to_half_wnd bounds to > TCP_MSS_DEFAULT by Seymour, Shane M · 8 years ago
  4. 6f094b9 tcp: add in_flight to tcp_skb_cb by Lawrence Brakmo · 8 years ago
  5. 74b2058 net: l3mdev: Add hook in ip and ipv6 by David Ahern · 8 years ago
  6. 756ee17 tcp: replace cnt & rtt with struct in pkts_acked() by Lawrence Brakmo · 8 years ago
  7. b75803d tcp: refactor struct tcp_skb_cb by Lawrence Brakmo · 8 years ago
  8. c134ecb tcp: Make use of MSG_EOR in tcp_sendmsg by Martin KaFai Lau · 8 years ago
  9. 13415e4 net: snmp: kill STATS_BH macros by Eric Dumazet · 8 years ago
  10. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 8 years ago
  11. 90bbcc6 net: tcp: rename TCP_INC_STATS_BH by Eric Dumazet · 8 years ago
  12. 6aef70a net: snmp: kill various STATS_USER() helpers by Eric Dumazet · 8 years ago
  13. 10d3be5 tcp-tso: do not split TSO packets at retransmit time by Eric Dumazet · 8 years ago
  14. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  15. cfea5a6 tcp: Merge tx_flags and tskey in tcp_shifted_skb by Martin KaFai Lau · 8 years ago
  16. b3d0514 tcp: do not mess with listener sk_wmem_alloc by Eric Dumazet · 8 years ago
  17. 9caad86 tcp: increment sk_drops for listeners by Eric Dumazet · 8 years ago
  18. 6b08492 tcp: use one bit in TCP_SKB_CB to mark ACK timestamps by Soheil Hassas Yeganeh · 8 years ago
  19. 2349262 tcp: remove cwnd moderation after recovery by Yuchung Cheng · 8 years ago
  20. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  21. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  22. a44d6ea tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In by Martin KaFai Lau · 8 years ago
  23. 473bd23 tcp: Add tcp_inq to get available receive bytes on socket by Tom Herbert · 8 years ago
  24. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  25. 9cf7490 tcp: do not drop syn_recv on all icmp reports by Eric Dumazet · 8 years ago
  26. 4979f2d ipv4: Namespaceify tcp_notsent_lowat sysctl knob by Nikolay Borisov · 8 years ago
  27. 1e579ca ipv4: Namespaceify tcp_fin_timeout sysctl knob by Nikolay Borisov · 8 years ago
  28. c402d9b ipv4: Namespaceify tcp_orphan_retries sysctl knob by Nikolay Borisov · 8 years ago
  29. c6214a9 ipv4: Namespaceify tcp_retries2 sysctl knob by Nikolay Borisov · 8 years ago
  30. ae5c3f4 ipv4: Namespaceify tcp_retries1 sysctl knob by Nikolay Borisov · 8 years ago
  31. 1043e25 ipv4: Namespaceify tcp reordering sysctl knob by Nikolay Borisov · 8 years ago
  32. 12ed824 ipv4: Namespaceify tcp syncookies sysctl knob by Nikolay Borisov · 8 years ago
  33. 7c083ec ipv4: Namespaceify tcp synack retries sysctl knob by Nikolay Borisov · 8 years ago
  34. 6fa2516 ipv4: Namespaceify tcp syn retries sysctl knob by Nikolay Borisov · 8 years ago
  35. e3e17b7 tcp: fastopen: call tcp_fin() if FIN present in SYNACK by Eric Dumazet · 8 years ago
  36. 61d2bca tcp: fastopen: accept data/FIN present in SYNACK message by Eric Dumazet · 8 years ago
  37. 21603fc tcp: Change reference to experimental CWND RFC. by Jörg Thalheim · 8 years ago
  38. cf80e0e tcp: Use ahash by Herbert Xu · 8 years ago
  39. baac50b net: tcp_memcontrol: simplify linkage between socket and page counter by Johannes Weiner · 8 years ago
  40. e805605 net: tcp_memcontrol: sanitize tcp memory accounting callbacks by Johannes Weiner · 8 years ago
  41. b840d15 ipv4: Namespecify the tcp_keepalive_intvl sysctl knob by Nikolay Borisov · 8 years ago
  42. 9bd6861 ipv4: Namespecify tcp_keepalive_probes sysctl knob by Nikolay Borisov · 8 years ago
  43. 13b287e ipv4: Namespaceify tcp_keepalive_time sysctl knob by Nikolay Borisov · 8 years ago
  44. b1f0a0e net: add inet_sk_transparent() helper by Florian Westphal · 9 years ago
  45. c1e64e2 net: diag: Support destroying TCP sockets. by Lorenzo Colitti · 9 years ago
  46. 5e0724d tcp/dccp: fix hashdance race for passive sessions by Eric Dumazet · 9 years ago
  47. 4f41b1c tcp: use RACK to detect losses by Yuchung Cheng · 9 years ago
  48. 659a8ad tcp: track the packet timings in RACK by Yuchung Cheng · 9 years ago
  49. f672258 tcp: track min RTT using windowed min-filter by Yuchung Cheng · 9 years ago
  50. dc6ef6b tcp: do not set queue_mapping on SYNACK by Eric Dumazet · 9 years ago
  51. ca6fb06 tcp: attach SYNACK messages to request sockets instead of listener by Eric Dumazet · 9 years ago
  52. 079096f tcp/dccp: install syn_recv requests into ehash table by Eric Dumazet · 9 years ago
  53. aa3a0c8 tcp: get_openreq[46]() changes by Eric Dumazet · 9 years ago
  54. f964629 tcp: constify tcp_v{4|6}_route_req() sock argument by Eric Dumazet · 9 years ago
  55. 3f684b4 tcp: cookie_init_sequence() cleanups by Eric Dumazet · 9 years ago
  56. 0c27171 tcp/dccp: constify syn_recv_sock() method sock argument by Eric Dumazet · 9 years ago
  57. c28c6f0 tcp: constify tcp_create_openreq_child() socket argument by Eric Dumazet · 9 years ago
  58. 72ab4a8 tcp: remove tcp_rcv_state_process() tcp_hdr argument by Eric Dumazet · 9 years ago
  59. bda07a6 tcp: remove unused len argument from tcp_rcv_state_process() by Eric Dumazet · 9 years ago
  60. 7c85af8 tcp: avoid reorders for TFO passive connections by Eric Dumazet · 9 years ago
  61. ea3bea3 tcp/dccp: constify rtx_synack() and friends by Eric Dumazet · 9 years ago
  62. 0f935dbe tcp: constify tcp_v{4|6}_send_synack() socket argument by Eric Dumazet · 9 years ago
  63. 5d062de tcp: constify tcp_make_synack() socket argument by Eric Dumazet · 9 years ago
  64. b83e3de tcp: md5: constify tcp_md5_do_lookup() socket argument by Eric Dumazet · 9 years ago
  65. b1964b5 tcp: constify tcp_openreq_init_rwin() by Eric Dumazet · 9 years ago
  66. b40cf18 tcp: constify listener socket in tcp_v[46]_init_req() by Eric Dumazet · 9 years ago
  67. 0f1c28a tcp: usec resolution SYN/ACK RTT by Yuchung Cheng · 9 years ago
  68. c3a8d94 tcp: use dctcp if enabled on the route to the initiator by Daniel Borkmann · 9 years ago
  69. 43e122b tcp: refine pacing rate determination by Eric Dumazet · 9 years ago
  70. 6f021c6 tcp: fix slow start after idle vs TSO/GSO by Eric Dumazet · 9 years ago
  71. 7617400 tcp: do not slow start when cwnd equals ssthresh by Yuchung Cheng · 9 years ago
  72. 071d508 tcp: add tcp_in_slow_start helper by Yuchung Cheng · 9 years ago
  73. f69ad29 tcp: fill shinfo->gso_size at last moment by Eric Dumazet · 9 years ago
  74. b80c0e7 tcp: get_cookie_sock() consolidation by Eric Dumazet · 9 years ago
  75. 4921355 tcp: add rfc3168, section 6.1.1.1. fallback by Daniel Borkmann · 9 years ago
  76. b8da51e tcp: introduce tcp_under_memory_pressure() by Eric Dumazet · 9 years ago
  77. a6c5ea4 tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule() by Eric Dumazet · 9 years ago
  78. 264ea10 tcp: syncookies: extend validity range by Eric Dumazet · 9 years ago
  79. e520af4 tcp: add TCPWinProbe and TCPKeepAlive SNMP counters by Eric Dumazet · 9 years ago
  80. 21c8fe9 tcp: adjust window probe timers to safer values by Eric Dumazet · 9 years ago
  81. 64f40ff tcp: prepare CC get_info() access from getsockopt() by Eric Dumazet · 9 years ago
  82. 0df48c2 tcp: add tcpi_bytes_acked to tcp_info by Eric Dumazet · 9 years ago
  83. 521f1cf inet_diag: fix access to tcp cc information by Eric Dumazet · 9 years ago
  84. 2646c83 tcp: RFC7413 option support for Fast Open client by Daniel Lee · 9 years ago
  85. 7f9b838 tcp: RFC7413 option support for Fast Open server by Daniel Lee · 9 years ago
  86. 41d25fe tcp: tcp_syn_flood_action() can be static by Eric Dumazet · 9 years ago
  87. fd3a154 tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup() by Eric Dumazet · 9 years ago
  88. 39f8e58 tcp: md5: remove request sock argument of calc_md5_hash() by Eric Dumazet · 9 years ago
  89. 26e3736 ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request sockets by Eric Dumazet · 9 years ago
  90. 42cb80a inet: remove sk_listener parameter from syn_ack_timeout() by Eric Dumazet · 9 years ago
  91. 52452c5 inet: drop prev pointer handling in request sock by Eric Dumazet · 9 years ago
  92. 7970ddc tcp: uninline tcp_oow_rate_limited() by Eric Dumazet · 9 years ago
  93. 1bfc443 tcp: move tcp_openreq_init() to tcp_input.c by Eric Dumazet · 9 years ago
  94. 05cbc0d ipv4: Create probe timer for tcp PMTU as per RFC4821 by Fan Du · 9 years ago
  95. 6b58e0a ipv4: Use binary search to choose tcp PMTU probe_size by Fan Du · 9 years ago
  96. dcd8fb8 ipv4: Raise tcp PMTU probe mss base size by Fan Du · 9 years ago
  97. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  98. b0f9ca5 ipv4: Namespecify TCP PMTU mechanism by Fan Du · 9 years ago
  99. a9b2c06 tcp: mitigate ACK loops for connections as tcp_request_sock by Neal Cardwell · 9 years ago
  100. 032ee42 tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacks by Neal Cardwell · 9 years ago