]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'tcp-in-slow-start'
authorDavid S. Miller <davem@davemloft.net>
Thu, 9 Jul 2015 21:22:53 +0000 (14:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Jul 2015 21:22:53 +0000 (14:22 -0700)
commit986ca37eaedc9bc3045a91cc32e6e7427bd87b5d
treedb19bf4b5ef34ff71a94b9b50ac58875734fedd1
parent1007f59dce53a22cba164f854d7bdc171c85dc79
parentb20a3fa30a281b52b2576b509efbe5cd47a5a79b
Merge branch 'tcp-in-slow-start'

Yuchung Cheng says:

====================
tcp: fixes some congestion control corner cases

This patch series fixes corner cases of TCP congestion control.
First issue is to avoid continuing slow start when cwnd reaches ssthresh.
Second issue is incorrectly processing order of congestion state and
cwnd update when entering fast recovery or undoing cwnd.
====================

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