Merge branch 'tcp-cwnd-undo-refactor'
authorDavid S. Miller <davem@davemloft.net>
Mon, 7 Aug 2017 04:25:10 +0000 (21:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Aug 2017 04:25:10 +0000 (21:25 -0700)
commiteaf6dc03388d5ea7b4151cf55cfc3370c2f9884c
tree5d8917911405f39aa7f8ba34d26ce9ce4e60afee
parent10377ba7673d19e28d92846955d51f49acd25c35
parentf1722a1be19dc38e0a4b282d4e6e6ec5e1b11a67
Merge branch 'tcp-cwnd-undo-refactor'

Yuchung Cheng says:

====================
tcp cwnd undo refactor

This patch series consolidate similar cwnd undo functions
implemented by various congestion control by using existing
tcp socket state variable. The first patch fixes a corner
case in of cwnd undo in Reno and HTCP. Since the bug has
existed for many years and is very minor, we consider this
patch set more suitable for net-next as the major change
is the refactor itself.

- v1->v2
  Fix trivial compile errors
====================

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