]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tcp-bbr-sampling-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 8 Dec 2017 18:27:44 +0000 (13:27 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Dec 2017 18:27:44 +0000 (13:27 -0500)
commit5e5859d2e211a12c5cc9688fdf4bd28127d8fa8e
treea64b22bb53800a2108db54974f7a9dd649baae58
parentbe5295f1e5196c9f07639dc5cea4c890d26a8414
parentfe19d5b4ab5268fb619acb002a9153b6986208e5
Merge branch 'tcp-bbr-sampling-fixes'

Neal Cardwell says:

====================
TCP BBR sampling fixes for loss recovery undo

This patch series has a few minor bug fixes for cases where spurious
loss recoveries can trick BBR estimators into estimating that the
available bandwidth is much lower than the true available bandwidth.
In both cases the fix here is to just reset the estimator upon loss
recovery undo.
====================

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