aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc
AgeCommit message (Expand)AuthorFilesLines
2020-05-28igc: Fix wrong register nameSasha Neftin2-2/+2
2020-05-28igc: Remove Sequence Error CounterSasha Neftin3-3/+0
2020-05-28igc: Add Receive Error CounterSasha Neftin3-0/+3
2020-05-28igc: Remove symbol error counterSasha Neftin3-3/+0
2020-05-28igc: Fix IGC_MAX_RXNFC_RULESAndre Guedes1-1/+4
2020-05-28igc: Reject NFC rules with multiple matchesAndre Guedes1-5/+4
2020-05-28igc: Remove unused flagsSasha Neftin1-4/+0
2020-05-22igc: Remove unused descriptor's flagsSasha Neftin1-4/+0
2020-05-22igc: Remove igc_nfc_rule_exit()Andre Guedes1-14/+0
2020-05-22igc: Change adapter->nfc_rule_lock to mutexAndre Guedes3-20/+20
2020-05-22igc: Change return type from igc_disable_nfc_rule()Andre Guedes1-17/+9
2020-05-22igc: Fix NFC rule validationAndre Guedes1-3/+4
2020-05-22igc: Fix NFC rules leak when driver is unloadedAndre Guedes1-13/+16
2020-05-22igc: Refactor igc_ethtool_update_nfc_rule()Andre Guedes3-166/+195
2020-05-22igc: Fix NFC rules restorationAndre Guedes3-20/+19
2020-05-22igc: Fix NFC rules with multicast addressesAndre Guedes1-6/+0
2020-05-22igc: Fix NFC rule overwrite casesAndre Guedes1-2/+1
2020-05-22igc: Fix locking issue when retrieving NFC rulesAndre Guedes1-3/+16
2020-05-22igc: Fix 'sw_idx' type in struct igc_nfc_ruleAndre Guedes2-9/+9
2020-05-22igc: Refactor igc_ethtool_add_nfc_rule()Andre Guedes1-58/+92
2020-05-21igc: Change byte order in struct igc_nfc_filterAndre Guedes2-22/+13
2020-05-21igc: Align terms used in NFC support codeAndre Guedes3-117/+114
2020-05-21igc: Add 'igc_ethtool_' prefix to functions in igc_ethtool.cAndre Guedes3-108/+112
2020-05-21igc: Early return in igc_get_ethtool_nfc_entry()Andre Guedes1-30/+28
2020-05-21igc: Cleanup _get|set_rxnfc ethtool opsAndre Guedes1-23/+10
2020-05-21igc: Get rid of igc_max_channels()Andre Guedes2-13/+3
2020-05-21igc: Remove unused field from igc_nfc_filterAndre Guedes1-1/+0
2020-05-21igc: Remove per queue good transmited counter registerSasha Neftin1-3/+0
2020-05-21igc: Remove header redirection registerSasha Neftin1-1/+0
2020-05-21igc: Remove obsolete circuit breaker registersSasha Neftin2-11/+0
2020-05-21igc: Enable NFC rules based source MAC addressAndre Guedes1-10/+22
2020-05-21igc: Add support for source address filters in coreAndre Guedes4-21/+49
2020-05-20igc: Remove mac_table from igc_adapterAndre Guedes3-48/+21
2020-05-20igc: Remove IGC_MAC_STATE_SRC_ADDR flagAndre Guedes3-37/+12
2020-05-19igc: Remove unused registersSasha Neftin2-9/+0
2020-05-19igc: Remove unused IGC_ICS_DRSTA defineSasha Neftin1-1/+0
2020-05-19igc: Dump ETQF registersAndre Guedes1-0/+3
2020-05-19igc: Refactor ethertype filtering codeAndre Guedes3-61/+103
2020-05-19igc: Fix MAX_ETYPE_FILTER valueAndre Guedes1-1/+1
2020-05-19igc: Remove ethertype filter in PTP codeAndre Guedes3-16/+1
2020-05-19igc: Remove duplicated IGC_RXPBS macroAndre Guedes1-2/+0
2020-05-19igc: Refactor VLAN priority filtering codeAndre Guedes3-51/+68
2020-05-19igc: Return -EOPNOTSUPP when VLAN mask doesn't matchAndre Guedes1-1/+2
2020-05-19igc: Dump VLANPQF registerAndre Guedes1-0/+2
2020-05-19igc: Rename IGC_VLAPQF macroAndre Guedes3-16/+15
2020-05-19igc: Clean up obsolete NVM definesSasha Neftin1-5/+0
2020-05-19igc: remove IGC_REMOVED functionVitaly Lifshits3-9/+1
2020-05-19igc: Remove PCIe Control registerSasha Neftin1-3/+0
2020-05-18igc: Remove unneeded registerSasha Neftin1-1/+0
2020-05-18igc: Remove unneeded definitionSasha Neftin1-1/+0