]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Re-enable ability to toggle VLAN filtering
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 12 Aug 2016 16:53:39 +0000 (09:53 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 16 Aug 2016 20:21:51 +0000 (13:21 -0700)
commitb9cad5f81a49f026b97d40c6b166ab799ae6080f
tree4845ccc5c604e28fcefea0845c3c4fb6ad64d46b
parent4b6d11628a6a50a02c87e15b9d990fba33739c35
ixgbe: Re-enable ability to toggle VLAN filtering

Back when I submitted the GSO code I messed up and dropped the support for
disabling the VLAN tag filtering via the feature bit.  This patch
re-enables the use of the NETIF_F_HW_VLAN_CTAG_FILTER to enable/disable the
VLAN filtering independent of toggling promiscuous mode.

Fixes: 0f48a27807 ("ixgbe/ixgbevf: Add support for GSO partial")
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c