From: David S. Miller Date: Wed, 8 Jul 2015 20:29:46 +0000 (-0700) Subject: Merge branch 'tcp-policer-drops' X-Git-Tag: v4.3-rc1~96^2~399 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=71c3353775677bee531bc9435f8f7481a4d6790e;p=karo-tx-linux.git Merge branch 'tcp-policer-drops' Yuchung Cheng says: ==================== tcp: reducing lost retransmits in recovery This patch series reduces lost retransmits in recovery, in particular when dealing with traffic policers. The main problem is that slow start in recovery under policing can cause massive lost and retransmit storms: any excess sending rate turns into drops. The solution is to avoid doing slow start when lost retransmit is detected and use packet conservation instead. On networks with traffic policers the patches have lowered the TCP loss rates by ~20% from Google servers without latency regressions. ==================== Signed-off-by: David S. Miller --- 71c3353775677bee531bc9435f8f7481a4d6790e