1. fd5657a Merge 4.9.160 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  2. 1f52cfe tcp: clear icsk_backoff in tcp_write_queue_purge() by Eric Dumazet · 5 years ago
  3. 6a1b592 Merge 4.9.124 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  4. d4efb85 tcp: remove DELAYED ACK events in DCTCP by Yuchung Cheng · 6 years ago
  5. 47b77b8 Merge 4.9.118 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  6. 90cf17d tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode by Eric Dumazet · 6 years ago
  7. 52be322 Merge 4.9.116 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  8. 8736711 tcp: do not delay ACK in DCTCP upon CE status change by Yuchung Cheng · 6 years ago
  9. 57ec882 tcp: do not cancel delay-AcK on DCTCP special ACK by Yuchung Cheng · 6 years ago
  10. 960923f Merge 4.9.89 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  11. 694f219 tcp: sysctl: Fix a race to avoid unexpected 0 window from space by Gao Feng · 7 years ago
  12. 9e5dd8e Merge 4.9.74 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  13. e74fe72 tcp: invalidate rate samples during SACK reneging by Yousuk Seung · 7 years ago
  14. 44a3afc Merge 4.9.63 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  15. e12c42c tcp: fix tcp_mtu_probe() vs highest_sack by Eric Dumazet · 7 years ago
  16. d55e630 BACKPORT: net/tcp-fastopen: Add new API support by Wei Wang · 7 years ago
  17. b9fde3e UPSTREAM: net/tcp-fastopen: refactor cookie check logic by Wei Wang · 7 years ago
  18. 7220b97 ANDROID: tcp: add a sysctl to config the tcp_default_init_rwnd by JP Abgrall · 10 years ago
  19. ac6e780 tcp: take care of truncations done by sk_filter() by Eric Dumazet · 8 years ago
  20. da96786 net: tcp: check skb is non-NULL for exact match on lookups by David Ahern · 8 years ago
  21. a04a480 net: Require exact match for TCP socket lookups if dif is l3mdev by David Ahern · 8 years ago
  22. c040276 tcp: new CC hook to set sending rate with rate_sample in any CA state by Yuchung Cheng · 8 years ago
  23. 77bfc17 tcp: allow congestion control to expand send buffer differently by Yuchung Cheng · 8 years ago
  24. 1b3878c tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segments by Neal Cardwell · 8 years ago
  25. ed6e726 tcp: allow congestion control module to request TSO skb segment count by Neal Cardwell · 8 years ago
  26. d7722e8 tcp: track application-limited rate samples by Soheil Hassas Yeganeh · 8 years ago
  27. b9f6482 tcp: track data delivery rate for a TCP connection by Yuchung Cheng · 8 years ago
  28. 6403389 tcp: use windowed min filter library for TCP min_rtt estimation by Neal Cardwell · 8 years ago
  29. 9f5afea tcp: use an RB tree for ooo receive queue by Yaogong Wang · 8 years ago
  30. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  31. c9c3321 tcp: add tcp_add_backlog() by Eric Dumazet · 8 years ago
  32. 3203558 tcp: Set read_sock and peek_len proto_ops by Tom Herbert · 8 years ago
  33. 0294b62 net: Add read_sock proto_op by Tom Herbert · 8 years ago
  34. cebc5cb net-tcp: retire TFO_SERVER_WO_SOCKOPT2 config by Yuchung Cheng · 8 years ago
  35. bb1fcec tcp: fix use after free in tcp_xmit_retransmit_queue() by Eric Dumazet · 8 years ago
  36. 19689e3 tcp: md5: use kmalloc() backed scratch areas by Eric Dumazet · 8 years ago
  37. 2631b79 tcp: increase size at which tcp_bound_to_half_wnd bounds to > TCP_MSS_DEFAULT by Seymour, Shane M · 8 years ago
  38. 6f094b9 tcp: add in_flight to tcp_skb_cb by Lawrence Brakmo · 8 years ago
  39. 74b2058 net: l3mdev: Add hook in ip and ipv6 by David Ahern · 8 years ago
  40. 756ee17 tcp: replace cnt & rtt with struct in pkts_acked() by Lawrence Brakmo · 8 years ago
  41. b75803d tcp: refactor struct tcp_skb_cb by Lawrence Brakmo · 8 years ago
  42. c134ecb tcp: Make use of MSG_EOR in tcp_sendmsg by Martin KaFai Lau · 8 years ago
  43. 13415e4 net: snmp: kill STATS_BH macros by Eric Dumazet · 8 years ago
  44. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 8 years ago
  45. 90bbcc6 net: tcp: rename TCP_INC_STATS_BH by Eric Dumazet · 8 years ago
  46. 6aef70a net: snmp: kill various STATS_USER() helpers by Eric Dumazet · 8 years ago
  47. 10d3be5 tcp-tso: do not split TSO packets at retransmit time by Eric Dumazet · 8 years ago
  48. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  49. cfea5a6 tcp: Merge tx_flags and tskey in tcp_shifted_skb by Martin KaFai Lau · 8 years ago
  50. b3d0514 tcp: do not mess with listener sk_wmem_alloc by Eric Dumazet · 8 years ago
  51. 9caad86 tcp: increment sk_drops for listeners by Eric Dumazet · 8 years ago
  52. 6b08492 tcp: use one bit in TCP_SKB_CB to mark ACK timestamps by Soheil Hassas Yeganeh · 8 years ago
  53. 2349262 tcp: remove cwnd moderation after recovery by Yuchung Cheng · 8 years ago
  54. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  55. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  56. a44d6ea tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In by Martin KaFai Lau · 8 years ago
  57. 473bd23 tcp: Add tcp_inq to get available receive bytes on socket by Tom Herbert · 8 years ago
  58. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  59. 9cf7490 tcp: do not drop syn_recv on all icmp reports by Eric Dumazet · 8 years ago
  60. 4979f2d ipv4: Namespaceify tcp_notsent_lowat sysctl knob by Nikolay Borisov · 8 years ago
  61. 1e579ca ipv4: Namespaceify tcp_fin_timeout sysctl knob by Nikolay Borisov · 8 years ago
  62. c402d9b ipv4: Namespaceify tcp_orphan_retries sysctl knob by Nikolay Borisov · 8 years ago
  63. c6214a9 ipv4: Namespaceify tcp_retries2 sysctl knob by Nikolay Borisov · 8 years ago
  64. ae5c3f4 ipv4: Namespaceify tcp_retries1 sysctl knob by Nikolay Borisov · 8 years ago
  65. 1043e25 ipv4: Namespaceify tcp reordering sysctl knob by Nikolay Borisov · 8 years ago
  66. 12ed824 ipv4: Namespaceify tcp syncookies sysctl knob by Nikolay Borisov · 8 years ago
  67. 7c083ec ipv4: Namespaceify tcp synack retries sysctl knob by Nikolay Borisov · 8 years ago
  68. 6fa2516 ipv4: Namespaceify tcp syn retries sysctl knob by Nikolay Borisov · 8 years ago
  69. e3e17b7 tcp: fastopen: call tcp_fin() if FIN present in SYNACK by Eric Dumazet · 8 years ago
  70. 61d2bca tcp: fastopen: accept data/FIN present in SYNACK message by Eric Dumazet · 8 years ago
  71. 21603fc tcp: Change reference to experimental CWND RFC. by Jörg Thalheim · 8 years ago
  72. cf80e0e tcp: Use ahash by Herbert Xu · 8 years ago
  73. baac50b net: tcp_memcontrol: simplify linkage between socket and page counter by Johannes Weiner · 8 years ago
  74. e805605 net: tcp_memcontrol: sanitize tcp memory accounting callbacks by Johannes Weiner · 8 years ago
  75. b840d15 ipv4: Namespecify the tcp_keepalive_intvl sysctl knob by Nikolay Borisov · 8 years ago
  76. 9bd6861 ipv4: Namespecify tcp_keepalive_probes sysctl knob by Nikolay Borisov · 8 years ago
  77. 13b287e ipv4: Namespaceify tcp_keepalive_time sysctl knob by Nikolay Borisov · 8 years ago
  78. b1f0a0e net: add inet_sk_transparent() helper by Florian Westphal · 9 years ago
  79. c1e64e2 net: diag: Support destroying TCP sockets. by Lorenzo Colitti · 9 years ago
  80. 5e0724d tcp/dccp: fix hashdance race for passive sessions by Eric Dumazet · 9 years ago
  81. 4f41b1c tcp: use RACK to detect losses by Yuchung Cheng · 9 years ago
  82. 659a8ad tcp: track the packet timings in RACK by Yuchung Cheng · 9 years ago
  83. f672258 tcp: track min RTT using windowed min-filter by Yuchung Cheng · 9 years ago
  84. dc6ef6b tcp: do not set queue_mapping on SYNACK by Eric Dumazet · 9 years ago
  85. ca6fb06 tcp: attach SYNACK messages to request sockets instead of listener by Eric Dumazet · 9 years ago
  86. 079096f tcp/dccp: install syn_recv requests into ehash table by Eric Dumazet · 9 years ago
  87. aa3a0c8 tcp: get_openreq[46]() changes by Eric Dumazet · 9 years ago
  88. f964629 tcp: constify tcp_v{4|6}_route_req() sock argument by Eric Dumazet · 9 years ago
  89. 3f684b4 tcp: cookie_init_sequence() cleanups by Eric Dumazet · 9 years ago
  90. 0c27171 tcp/dccp: constify syn_recv_sock() method sock argument by Eric Dumazet · 9 years ago
  91. c28c6f0 tcp: constify tcp_create_openreq_child() socket argument by Eric Dumazet · 9 years ago
  92. 72ab4a8 tcp: remove tcp_rcv_state_process() tcp_hdr argument by Eric Dumazet · 9 years ago
  93. bda07a6 tcp: remove unused len argument from tcp_rcv_state_process() by Eric Dumazet · 9 years ago
  94. 7c85af8 tcp: avoid reorders for TFO passive connections by Eric Dumazet · 9 years ago
  95. ea3bea3 tcp/dccp: constify rtx_synack() and friends by Eric Dumazet · 9 years ago
  96. 0f935dbe tcp: constify tcp_v{4|6}_send_synack() socket argument by Eric Dumazet · 9 years ago
  97. 5d062de tcp: constify tcp_make_synack() socket argument by Eric Dumazet · 9 years ago
  98. b83e3de tcp: md5: constify tcp_md5_do_lookup() socket argument by Eric Dumazet · 9 years ago
  99. b1964b5 tcp: constify tcp_openreq_init_rwin() by Eric Dumazet · 9 years ago
  100. b40cf18 tcp: constify listener socket in tcp_v[46]_init_req() by Eric Dumazet · 9 years ago