From: Michal Kubeček Date: Mon, 25 Aug 2014 13:16:22 +0000 (+0200) Subject: net: fix checksum features handling in netif_skb_features() X-Git-Tag: fixes-for-v3.18-merge-window~162^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db115037bb57cdfe97078b13da762213f7980e81;p=pandora-kernel.git net: fix checksum features handling in netif_skb_features() This is follow-up to da08143b8520 ("vlan: more careful checksum features handling") which introduced more careful feature intersection in vlan code, taking into account that HW_CSUM should be considered superset of IP_CSUM/IPV6_CSUM. The same is needed in netif_skb_features() in order to avoid offloading mismatch warning when vlan is created on top of a bond consisting of slaves supporting IP/IPv6 checksumming but not vlan Tx offloading. Signed-off-by: Michal Kubecek Signed-off-by: David S. Miller --- Reading git-diff-tree failed