]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
netdrv intel: disable VLAN filtering in promiscous mode
authorPatrick McHardy <kaber@trash.net>
Thu, 17 Jul 2008 03:15:45 +0000 (20:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jul 2008 03:15:45 +0000 (20:15 -0700)
commit746b9f0228a1c607b3db67c80da1c2a963321926
treeea5e89d69279918691885c7c2abbc8a0894f4c9c
parent70efce27fc3d54271519244dc5e47da4ed711dd4
netdrv intel: disable VLAN filtering in promiscous mode

As discussed in this thread:

http://www.mail-archive.com/netdev@vger.kernel.org/msg53976.html

promiscous mode means to disable *all* filters. Currently only unicast
and multicast filtering is disabled. This patch changes all Intel
drivers to also disable VLAN filtering.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Acked-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/e1000/e1000_main.c
drivers/net/e1000e/netdev.c
drivers/net/igb/igb_main.c
drivers/net/ixgb/ixgb_main.c
drivers/net/ixgbe/ixgbe_main.c