opnsense-src/sys/dev/igc
Kevin Bowling 8082242b96 igc: Remove redundant IFCAP_VLAN_HWTAGGING check
Match igb(4) as in f7926a6d0c. From Vincenzo, this check is redundant
to setup providing us an IGC_RXD_STAT_VP bit and would make for an
unexpected condition if IFCAP_VLAN_HWTAGGING were not set but the tag
was stripped, which would be passed up the stack breaking isolation.

PR:		260068
Approved by:	vmaffione

(cherry picked from commit b4a58b3d58)
2022-01-30 13:40:02 -07:00
..
if_igc.c igc: correctly update RCTL when changing multicast filters. 2021-11-13 06:44:21 +10:00
if_igc.h
igc_api.c igc: Use hardware routine for PHY reset 2021-11-13 06:45:41 +10:00
igc_api.h igc: Use hardware routine for PHY reset 2021-11-13 06:45:41 +10:00
igc_base.c
igc_base.h
igc_defines.h
igc_hw.h igc: Use hardware routine for PHY reset 2021-11-13 06:45:41 +10:00
igc_i225.c igc: Use hardware routine for PHY reset 2021-11-13 06:45:41 +10:00
igc_i225.h
igc_mac.c
igc_mac.h
igc_nvm.c
igc_nvm.h
igc_osdep.h
igc_phy.c igc: Use hardware routine for PHY reset 2021-11-13 06:45:41 +10:00
igc_phy.h igc: Use hardware routine for PHY reset 2021-11-13 06:45:41 +10:00
igc_regs.h
igc_txrx.c igc: Remove redundant IFCAP_VLAN_HWTAGGING check 2022-01-30 13:40:02 -07:00