From: Herbert Xu Date: Fri, 18 Aug 2006 01:22:32 +0000 (-0700) Subject: [BRIDGE]: Disable SG/GSO if TX checksum is off X-Git-Tag: v2.6.18-rc5~76^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78eb887733ec8ff5d6e6c69e3c32a187a9303622;p=pandora-kernel.git [BRIDGE]: Disable SG/GSO if TX checksum is off When the bridge recomputes features, it does not maintain the constraint that SG/GSO must be off if TX checksum is off. This patch adds that constraint. On a completely unrelated note, I've also added TSO6 and TSO_ECN feature bits if GSO is enabled on the underlying device through the new NETIF_F_GSO_SOFTWARE macro. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed