From: Steve Glendinning Date: Fri, 19 Mar 2010 05:18:41 +0000 (-0700) Subject: smsc95xx: Fix tx checksum offload for small packets X-Git-Tag: v2.6.34-rc3~84^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11bc3088373e913f165a8652601c6f8b8dc4aea2;p=pandora-kernel.git smsc95xx: Fix tx checksum offload for small packets TX checksum offload does not work properly when transmitting UDP packets with 0, 1 or 2 bytes of data. This patch works around the problem by calculating checksums for these packets in the driver. Signed-off-by: Steve Glendinning Signed-off-by: David S. Miller --- Reading git-diff-tree failed