summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc/igc_main.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-342/+699
2020-05-28igc: Remove Sequence Error CounterSasha Neftin1-1/+0
2020-05-28igc: Add Receive Error CounterSasha Neftin1-0/+1
2020-05-28igc: Remove symbol error counterSasha Neftin1-1/+0
2020-05-22igc: Remove igc_nfc_rule_exit()Andre Guedes1-14/+0
2020-05-22igc: Change adapter->nfc_rule_lock to mutexAndre Guedes1-7/+7
2020-05-22igc: Change return type from igc_disable_nfc_rule()Andre Guedes1-17/+9
2020-05-22igc: Fix NFC rules leak when driver is unloadedAndre Guedes1-13/+16
2020-05-22igc: Refactor igc_ethtool_update_nfc_rule()Andre Guedes1-33/+172
2020-05-22igc: Fix NFC rules restorationAndre Guedes1-7/+9
2020-05-22igc: Fix NFC rules with multicast addressesAndre Guedes1-6/+0
2020-05-21igc: Align terms used in NFC support codeAndre Guedes1-21/+21
2020-05-21igc: Add 'igc_ethtool_' prefix to functions in igc_ethtool.cAndre Guedes1-1/+1
2020-05-21igc: Get rid of igc_max_channels()Andre Guedes1-6/+1
2020-05-21igc: Add support for source address filters in coreAndre Guedes1-16/+33
2020-05-20igc: Remove mac_table from igc_adapterAndre Guedes1-37/+20
2020-05-20igc: Remove IGC_MAC_STATE_SRC_ADDR flagAndre Guedes1-19/+8
2020-05-19igc: Refactor ethertype filtering codeAndre Guedes1-0/+93
2020-05-19igc: Refactor VLAN priority filtering codeAndre Guedes1-0/+52
2020-05-19igc: remove IGC_REMOVED functionVitaly Lifshits1-3/+0
2020-05-18igc: add support to eeprom, registers and link self-testsVitaly Lifshits1-2/+2
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 Guedes1-16/+4
2020-04-19igc: Remove IGC_MAC_STATE_QUEUE_STEERINGAndre Guedes1-13/+19
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 Guedes1-5/+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 Neftin1-0/+3
2020-04-17igc: Fix default MAC address filter overrideAndre Guedes1-0/+2
2020-04-17igc: Remove dead code related to flower filterAndre Guedes1-3/+0
2020-04-17igc: Fix NFC queue redirection supportAndre Guedes1-3/+8
2020-04-17igc: Remove copper fiber switch controlSasha Neftin1-9/+0
2020-04-17igc: Enable NETIF_F_HW_TC flagSasha Neftin1-0/+1
2020-04-17igc: Add support for ETF offloadingVinicius Costa Gomes1-3/+67
2020-04-17igc: Add support for taprio offloadingVinicius Costa Gomes1-0/+113
2020-04-17igc: Add GSO partial supportSasha Neftin1-0/+10
2020-02-19igc: Add WOL supportSasha Neftin1-0/+10
2020-02-19igc: Add pcie error handler supportSasha Neftin1-0/+103
2020-02-19igc: Complete to commit Add basic skeleton for PTPSasha Neftin1-0/+2
2020-02-19igc: Add dump optionsSasha Neftin1-0/+2
2020-02-19igc: Complete to commit Add legacy power management supportSasha Neftin1-0/+27