From: Michael Chan Date: Fri, 4 May 2007 00:23:35 +0000 (-0700) Subject: [BNX2]: Fix TSO problem with small MSS. X-Git-Tag: v2.6.22-rc1~1036^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fde82055c1d0e64ff660d83c705db0e1abc9d12e;p=pandora-kernel.git [BNX2]: Fix TSO problem with small MSS. Remove the check for skb->len greater than MTU when doing TSO. When the destination has a smaller MSS than the source, a TSO packet may be smaller than the MTU at the source and we still need to process it as a TSO packet. Thanks to Brian Ristuccia for reporting the problem. Signed-off-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed