linux_dsm_epyc7002/drivers/net/ethernet/intel/igb
Alexander Duyck 5faf030c9b igb: fix recent VLAN changes that would leave VLANs disabled after reset
This patch cleans up several issues with VLANs on igb after the recent
changes that were meant to leave the VLANs enabled/disable via the
netdev->features flags.

Specifically the Rx VLAN settings were being dropped after reset due to the
fact that they were not being restored correctly.  In addition I removed
the IRQ disable/enable since those were in place to protect the setting of
vlgrp.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by:  Aaron Brown  <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2011-10-07 22:50:57 -07:00
..
e1000_82575.c
e1000_82575.h igb: Create separate functions for generating cmd_type and olinfo 2011-10-06 23:27:16 -07:00
e1000_defines.h igb: Move ITR related data into work container within the q_vector 2011-10-07 22:44:05 -07:00
e1000_hw.h
e1000_mac.c igb: Alternate MAC Address Updates for Func2&3 2011-10-06 03:42:12 -07:00
e1000_mac.h
e1000_mbx.c
e1000_mbx.h
e1000_nvm.c
e1000_nvm.h
e1000_phy.c igb: Code to prevent overwriting SFP I2C 2011-10-06 03:33:03 -07:00
e1000_phy.h
e1000_regs.h
igb_ethtool.c igb: leave staterr in place and instead us a helper function to check bits 2011-10-07 22:49:19 -07:00
igb_main.c igb: fix recent VLAN changes that would leave VLANs disabled after reset 2011-10-07 22:50:57 -07:00
igb.h igb: leave staterr in place and instead us a helper function to check bits 2011-10-07 22:49:19 -07:00
Makefile