linux/drivers/net/ethernet/intel
Serey Kong 8bb1a54045 i40evf: Fixed guest OS panic when removing vf driver
Removing VF driver during device still in reset caused guest OS panic.

in the i40evf_remove(), we're trying to clean mac_filter_list which has
not been initialized since the device is still stuck at the reset.
The change is to initialize the filter_list before setting any task.

Change-ID: I8b59df7384416c7e6f2d264b598f447e1c2c92b0
Signed-off-by: Serey Kong <serey.kong@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-08-02 19:41:15 -07:00
..
e1000 e1000: remove unnecessary break after return 2014-07-20 21:30:17 -07:00
e1000e e1000e: Fix Runtime PM blocks EEE link negotiation in S5 2014-07-25 21:15:20 -07:00
i40e i40e: remove support for vf unicast promiscuous mode 2014-08-02 19:41:14 -07:00
i40evf i40evf: Fixed guest OS panic when removing vf driver 2014-08-02 19:41:15 -07:00
igb igb: bump igb version to 5.2.13 2014-07-24 03:11:19 -07:00
igbvf net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate 2014-06-06 16:24:07 -07:00
ixgb net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate 2014-06-06 16:24:07 -07:00
ixgbe ixgbe: Make return values more direct 2014-07-25 19:58:36 -07:00
ixgbevf ixgbevf: Remove unused get_supported_physical_layer pointer 2014-07-25 19:42:14 -07:00
e100.c net: get rid of SET_ETHTOOL_OPS 2014-05-13 17:43:20 -04:00
Kconfig i40e: add DCB option to Kconfig 2014-01-17 19:13:04 -08:00
Makefile i40evf: add driver to kernel build system 2013-12-31 16:27:49 -08:00