Re: [PATCH net v2] net: fix checksum features handling in netif_skb_features()

2014-08-25 Thread David Miller
From: Michal Kubecek Date: Mon, 25 Aug 2014 15:16:22 +0200 (CEST) > 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 >

[PATCH net v2] net: fix checksum features handling in netif_skb_features()

2014-08-25 Thread Michal Kubecek
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

[PATCH net v2] net: fix checksum features handling in netif_skb_features()

2014-08-25 Thread Michal Kubecek
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

Re: [PATCH net v2] net: fix checksum features handling in netif_skb_features()

2014-08-25 Thread David Miller
From: Michal Kubecek mkube...@suse.cz Date: Mon, 25 Aug 2014 15:16:22 +0200 (CEST) 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