From: John Heffner Date: Tue, 29 Apr 2008 10:13:02 +0000 (-0700) Subject: tcp: Allow send-limited cwnd to grow up to max_burst when gso disabled X-Git-Tag: v2.6.26-rc1~104^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce447eb91409225f8a488f6b7b2a1bdf7b2d884f;p=pandora-kernel.git tcp: Allow send-limited cwnd to grow up to max_burst when gso disabled This changes the logic in tcp_is_cwnd_limited() so that cwnd may grow up to tcp_max_burst() even when sk_can_gso() is false, or when sysctl_tcp_tso_win_divisor != 0. Signed-off-by: John Heffner Signed-off-by: David S. Miller --- Reading git-diff-tree failed