commit | 877767dccf5c35d4ed245701956effb72af77d52 | [log] [tgz] |
---|---|---|
author | Ivan Vecera <ivecera@redhat.com> | Fri Feb 28 14:14:03 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 28 17:17:38 2014 -0500 |
tree | 6f04a363a424528f230fde0f3f82952f576cfdab | |
parent | d7b95315cc7f441418845a165ee56df723941487 [diff] |
bna: fix vlan tag stripping and implement its toggling The recent commit "fe1624c bna: RX Filter Enhancements" disables VLAN tag stripping if the NIC is in promiscuous mode. This causes __vlan_hwaccel_put_tag() is called when the stripping is disabled. Because of this VLAN over bna does not work and causes BUGs in conjunction with openvswitch like this: Reviewed-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>