Merge branch 'tcp_cubic-fix-spurious-HYSTART_DELAY-on-RTT-decrease'
authorDavid S. Miller <davem@davemloft.net>
Thu, 25 Jun 2020 23:08:47 +0000 (16:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Jun 2020 23:08:47 +0000 (16:08 -0700)
commit3b0e7dc0be62c6de0dbda68ac2961f27796919fb
tree49c330b281928a72db56ed5c0841426e1e78bda8
parent29a30bac564252d732f6c387617a3456e038bdf6
parent7d21d54d624777358ab6c7be7ff778808fef70ba
Merge branch 'tcp_cubic-fix-spurious-HYSTART_DELAY-on-RTT-decrease'

Neal Cardwell says:

====================
tcp_cubic: fix spurious HYSTART_DELAY on RTT decrease

This series fixes a long-standing bug in the TCP CUBIC
HYSTART_DELAY mechanim recently reported by Mirja Kuehlewind. The
code can cause a spurious exit of slow start in some particular
cases: upon an RTT decrease that happens on the 9th or later ACK
in a round trip. This series fixes the original Hystart code and
also the recent BPF implementation.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>