From: Daniele Lacamera Date: Wed, 2 Jun 2010 02:02:04 +0000 (+0000) Subject: TCP: tcp_hybla: Fix integer overflow in slow start increment X-Git-Tag: v2.6.35-rc2~4^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edafe502404f3669d364b6e96d79b54067b634b4;p=pandora-kernel.git TCP: tcp_hybla: Fix integer overflow in slow start increment For large values of rtt, 2^rho operation may overflow u32. Clamp down the increment to 2^16. Signed-off-by: Daniele Lacamera Signed-off-by: David S. Miller --- Reading git-diff-tree failed