]> 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)
commit85b2caa555c7670d344a4c340f9d03fd9d945d46
tree5d8917911405f39aa7f8ba34d26ce9ce4e60afee
parent4e4c0edceafa057f79fa1f47071c146a4b8a77b7
parent3a3d23a22c22deb09dc8953d14e36b99193a51b0
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>