aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-18igc: Use netdev log helpers in igc_base.cAndre Guedes1-3/+3
2020-05-18igc: Use netdev log helpers in igc_dump.cAndre Guedes1-55/+54
2020-05-18igc: Use netdev log helpers in igc_ptp.cAndre Guedes1-7/+5
2020-05-18igc: Use netdev log helpers in igc_ethtool.cAndre Guedes1-20/+21
2020-05-18igc: add support to eeprom, registers and link self-testsVitaly Lifshits7-3/+285
2020-05-18igc: Use netdev log helpers in igc_main.cAndre Guedes1-61/+50
2020-05-18igc: Add ECN support for TSOSasha Neftin1-0/+1
2020-04-24PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki1-1/+1
2020-04-19igc: Add debug messages to MAC filter codeAndre Guedes1-2/+22
2020-04-19igc: Refactor igc_del_mac_filter()Andre Guedes1-26/+19
2020-04-19igc: Refactor igc_mac_entry_can_be_used()Andre Guedes1-33/+47
2020-04-19igc: Remove igc_*_mac_steering_filter() wrappersAndre Guedes3-32/+16
2020-04-19igc: Remove IGC_MAC_STATE_QUEUE_STEERINGAndre Guedes2-15/+20
2020-04-19igc: Remove 'queue' check in igc_del_mac_filter()Andre Guedes1-14/+11
2020-04-19igc: Improve address check in igc_del_mac_filter()Andre Guedes1-1/+1
2020-04-19igc: Refactor igc_rar_set_index()Andre Guedes1-31/+42
2020-04-19igc: Fix igc_uc_unsync()Andre Guedes1-3/+1
2020-04-19igc: Change igc_add_mac_filter() returning valueAndre Guedes2-7/+2
2020-04-19igc: Check unsupported flag in igc_add_mac_filter()Andre Guedes1-0/+2
2020-04-19igc: Remove duplicate code in MAC filtering logicAndre Guedes1-99/+13
2020-04-19igc: Add new device IDs for i225 partSasha Neftin3-0/+9
2020-04-17igc: Fix default MAC address filter overrideAndre Guedes1-0/+2
2020-04-17igc: Remove dead code related to flower filterAndre Guedes2-4/+0
2020-04-17igc: Fix NFC queue redirection supportAndre Guedes2-4/+12
2020-04-17igc: Remove copper fiber switch controlSasha Neftin2-11/+0
2020-04-17igc: Enable NETIF_F_HW_TC flagSasha Neftin1-0/+1