From: Michał Mirosław Date: Tue, 30 Nov 2010 06:38:00 +0000 (+0000) Subject: net: Fix too optimistic NETIF_F_HW_CSUM features X-Git-Tag: v2.6.38-rc1~476^2~317 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7903264402546f45f9bac8ad2bfdb00d00eb124a;p=pandora-kernel.git net: Fix too optimistic NETIF_F_HW_CSUM features NETIF_F_HW_CSUM is a superset of NETIF_F_IP_CSUM+NETIF_F_IPV6_CSUM, but some drivers miss the difference. Fix this and also fix UFO dependency on checksumming offload as it makes the same mistake in assumptions. Signed-off-by: Michał Mirosław Acked-by: Jon Mason Signed-off-by: David S. Miller --- Reading git-diff-tree failed