]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Add support for toggling VLAN filtering flag via ethtool
authorAlexander Duyck <aduyck@mirantis.com>
Thu, 10 Mar 2016 18:01:10 +0000 (10:01 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 5 Apr 2016 00:45:49 +0000 (17:45 -0700)
commit133ea5b57a49c069e14a76354842e48eb6817fba
tree5d44519d2602a8530531cb31c029212697a7473a
parent49ec4eba2658226fb180b0ada7948b3d9ef75dda
ixgbe: Add support for toggling VLAN filtering flag via ethtool

This change makes it so that we can use the ethtool rx-vlan-filter flag to
toggle Rx VLAN filtering on and off.  This is basically just an extension
of the existing VLAN promisc work in that it just adds support for the
additional ethtool flag.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c