From: Michał Mirosław Date: Tue, 15 Nov 2011 15:29:55 +0000 (+0000) Subject: net: remove NETIF_F_NO_CSUM feature bit X-Git-Tag: v3.3-rc1~182^2~576 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34324dc2bf27c1773045fea63cb11f7e2a6ad2b9;p=pandora-kernel.git net: remove NETIF_F_NO_CSUM feature bit Only distinct use is checking if NETIF_F_NOCACHE_COPY should be enabled by default. The check heuristics is altered a bit here, so it hits other people than before. The default shouldn't be trusted for performance-critical cases anyway. For all other uses NETIF_F_NO_CSUM is equivalent to NETIF_F_HW_CSUM. Signed-off-by: Michał Mirosław Signed-off-by: David S. Miller --- Reading git-diff-tree failed