summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
diff options
context:
space:
mode:
authorMichal Kubeček2014-05-20 08:29:25 +0200
committerDavid S. Miller2014-05-22 21:07:23 +0200
commitda08143b85203b581f4a6461b149186b0e9592df (patch)
tree92f3c5efc8225ddd941f0c80ac8c7caa8ed5211f /drivers/net/bonding/bond_main.c
parentnet: fec: correct the MDIO clock source (diff)
downloadkernel-qcow2-linux-da08143b85203b581f4a6461b149186b0e9592df.tar.gz
kernel-qcow2-linux-da08143b85203b581f4a6461b149186b0e9592df.tar.xz
kernel-qcow2-linux-da08143b85203b581f4a6461b149186b0e9592df.zip
vlan: more careful checksum features handling
When combining real_dev's features and vlan_features, simple bitwise AND is used. This doesn't work well for checksum offloading features as if one set has NETIF_F_HW_CSUM and the other NETIF_F_IP_CSUM and/or NETIF_F_IPV6_CSUM, we end up with no checksum offloading. However, from the logical point of view (how can_checksum_protocol() works), NETIF_F_HW_CSUM contains the functionality of NETIF_F_IP_CSUM and NETIF_F_IPV6_CSUM so that the result should be IP/IPV6. Add helper function netdev_intersect_features() implementing this logic and use it in vlan_dev_fix_features(). Signed-off-by: Michal Kubecek <mkubecek@suse.cz> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bond_main.c')
0 files changed, 0 insertions, 0 deletions