From: Nithin Sujir Date: Fri, 20 Dec 2013 01:44:11 +0000 (-0800) Subject: tg3: Expand 4g_overflow_test workaround to skb fragments of any size. X-Git-Tag: v3.13-rc7~13^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=375679104ab3ccfd18dcbd7ba503734fb9a2c63a;p=pandora-kernel.git tg3: Expand 4g_overflow_test workaround to skb fragments of any size. The current driver assumes that an skb fragment can only be upto jumbo size. Presumably this was a fast-path optimization. This assumption is no longer true as fragments can be upto 32k. v2: Remove unnecessary parantheses per Eric Dumazet. Cc: stable@vger.kernel.org Signed-off-by: Nithin Nayak Sujir Signed-off-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed