]> Git Repo - linux.git/commit
be2net: Prevent VFs from enabling VLAN promiscuous mode
authorVasundhara Volam <[email protected]>
Fri, 20 Mar 2015 10:28:23 +0000 (06:28 -0400)
committerDavid S. Miller <[email protected]>
Fri, 20 Mar 2015 17:25:51 +0000 (13:25 -0400)
commit435452aa88474fae5a31fd14fca88f0802e66f53
tree82b5dccdcaedaddf672841d46e58eb727d0cef86
parentd22e1537181188e5dc8cbc51451832625035bdc2
be2net: Prevent VFs from enabling VLAN promiscuous mode

Currently, a PF does not restrict its VF interface from enabling vlan
promiscuous mode. This breaks vlan isolation when a vlan
(transparent tagging) is configured on a VF.

This patch fixes this problem by disabling the vlan promisc capability
for VFs.

Reported-by: Yoann Juet <[email protected]>
Signed-off-by: Vasundhara Volam <[email protected]>
Signed-off-by: Sathya Perla <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/emulex/benet/be.h
drivers/net/ethernet/emulex/benet/be_cmds.c
drivers/net/ethernet/emulex/benet/be_cmds.h
drivers/net/ethernet/emulex/benet/be_main.c
This page took 0.056117 seconds and 4 git commands to generate.