]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit11ea362f548c7c419116ff89e18b7d4d433510f1
tree5d8917911405f39aa7f8ba34d26ce9ce4e60afee
parent430da827d67f02529208098208c389a488aa45ba
parent20420f9a9f825f07457aa9cd17e610e4b12a8cfd
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>