From: Michael Chan Date: Mon, 12 May 2014 03:22:53 +0000 (-0700) Subject: tg3: Don't modify ip header fields when doing GSO X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~236^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d71c0dc4e961e74143a644f248fc1a39cabf6586;p=pandora-kernel.git tg3: Don't modify ip header fields when doing GSO tg3 uses GSO as workaround if the hardware cannot perform TSO on certain packets. We should not modify the ip header fields if we do GSO on the packet. It happens to work by accident because GSO recalculates the IP checksum and IP total length. Also fix the tg3_start_xmit comment to reflect that this is the only xmit function for all devices. Signed-off-by: Prashant Sreedharan Signed-off-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed