aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-17igc: Fix double definitionSasha Neftin1-3/+1
2020-04-17igc: Fix overwrites when dumping registersAndre Guedes1-1/+10
2020-04-17igc: Remove forward declarationSasha Neftin1-197/+194
2020-04-17igc: Remove unused CTRL_EXT_LINK_MODE_MASKSasha Neftin1-3/+0
2020-04-17igc: Remove unused MDIC_DEST maskSasha Neftin1-1/+0
2020-04-17igc: Add support for ETF offloadingVinicius Costa Gomes3-4/+86
2020-04-17igc: Add support for taprio offloadingVinicius Costa Gomes7-1/+294
2020-04-17igc: Add GSO partial supportSasha Neftin1-0/+10
2020-03-12net: igc: let core reject the unsupported coalescing parametersJakub Kicinski1-21/+1
2020-02-24intel: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-19igc: Add commentSasha Neftin1-0/+2
2020-02-19igc: Add WOL supportSasha Neftin4-0/+75
2020-02-19igc: Add pcie error handler supportSasha Neftin1-0/+103
2020-02-19igc: Complete to commit Add basic skeleton for PTPSasha Neftin3-1/+4