From: Jesse Gross Date: Mon, 17 Jan 2011 20:46:00 +0000 (+0000) Subject: net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan. X-Git-Tag: v2.6.38-rc2~33^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ee400aafb60289b78fcde5ebccd8c4973fc53f4;p=pandora-kernel.git net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan. In netif_skb_features() we return only the features that are valid for vlans if we have a vlan packet. However, we should not mask out NETIF_F_HW_VLAN_TX since it enables transmission of vlan tags and is obviously valid. Reported-by: Eric Dumazet Signed-off-by: Jesse Gross Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed