1
0
Fork 0
alistair23-linux/drivers/net/ixgbevf
Alexander Duyck 3bfacf96ab ixgbevf: fix null pointer dereference due to filter being set for VLAN 0
This change corrects an issue that resulted in a null pointer dereference
for the addition of VLAN 0 without any VLANs being registered.  Also this
code removes some unnecessary checks for defines and the unnecessary setting
of VLAN flags since that is now handled within the kernel via the
vlan_features.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Emil Tantilov <emil.s.tantilov@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-08-02 21:20:21 -07:00
..
Makefile ixgbevf: Driver Makefile 2010-01-10 13:34:23 -08:00
defines.h ixgbevf: Fix link speed display 2010-04-27 14:35:55 -07:00
ethtool.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
ixgbevf.h ixgbevf: Driver main and ethool interface module and main header 2010-01-10 13:34:22 -08:00
ixgbevf_main.c ixgbevf: fix null pointer dereference due to filter being set for VLAN 0 2010-08-02 21:20:21 -07:00
mbx.c ixgbevf: Mailbox communication 2010-01-10 13:34:21 -08:00
mbx.h ixgbevf: Mailbox communication 2010-01-10 13:34:21 -08:00
regs.h ixgbevf: Macros, data structures, useful defines and registers 2010-01-10 13:34:20 -08:00
vf.c ixgbevf: Fix link speed display 2010-04-27 14:35:55 -07:00
vf.h ixgbevf: convert to use netdev_for_each_mc_addr 2010-03-26 20:10:03 -07:00