aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc/igc_main.c
Commit message (Expand)AuthorAgeFilesLines
* igc: Remove unneeded check for copper media typeSasha Neftin2020-06-291-2/+1
* igc: Refactor the igc_power_down_link()Sasha Neftin2020-06-291-13/+3
* igc: Remove TCP segmentation TX fail counterSasha Neftin2020-06-291-1/+0
* igc: Clean up Rx timestamping logicAndre Guedes2020-06-291-8/+4
* igc: Add initial EEE supportSasha Neftin2020-06-291-0/+16
* net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-251-6/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-342/+699
|\
| * igc: Remove Sequence Error CounterSasha Neftin2020-05-281-1/+0
| * igc: Add Receive Error CounterSasha Neftin2020-05-281-0/+1
| * igc: Remove symbol error counterSasha Neftin2020-05-281-1/+0
| * igc: Remove igc_nfc_rule_exit()Andre Guedes2020-05-221-14/+0
| * igc: Change adapter->nfc_rule_lock to mutexAndre Guedes2020-05-221-7/+7
| * igc: Change return type from igc_disable_nfc_rule()Andre Guedes2020-05-221-17/+9
| * igc: Fix NFC rules leak when driver is unloadedAndre Guedes2020-05-221-13/+16
| * igc: Refactor igc_ethtool_update_nfc_rule()Andre Guedes2020-05-221-33/+172
| * igc: Fix NFC rules restorationAndre Guedes2020-05-221-7/+9
| * igc: Fix NFC rules with multicast addressesAndre Guedes2020-05-221-6/+0
| * igc: Align terms used in NFC support codeAndre Guedes2020-05-211-21/+21
| * igc: Add 'igc_ethtool_' prefix to functions in igc_ethtool.cAndre Guedes2020-05-211-1/+1
| * igc: Get rid of igc_max_channels()Andre Guedes2020-05-211-6/+1
| * igc: Add support for source address filters in coreAndre Guedes2020-05-211-16/+33
| * igc: Remove mac_table from igc_adapterAndre Guedes2020-05-201-37/+20
| * igc: Remove IGC_MAC_STATE_SRC_ADDR flagAndre Guedes2020-05-201-19/+8
| * igc: Refactor ethertype filtering codeAndre Guedes2020-05-191-0/+93
| * igc: Refactor VLAN priority filtering codeAndre Guedes2020-05-191-0/+52
| * igc: remove IGC_REMOVED functionVitaly Lifshits2020-05-191-3/+0
| * igc: add support to eeprom, registers and link self-testsVitaly Lifshits2020-05-181-2/+2
| * igc: Use netdev log helpers in igc_main.cAndre Guedes2020-05-181-61/+50
| * igc: Add ECN support for TSOSasha Neftin2020-05-181-0/+1
| * igc: Add debug messages to MAC filter codeAndre Guedes2020-04-191-2/+22
| * igc: Refactor igc_del_mac_filter()Andre Guedes2020-04-191-26/+19
| * igc: Refactor igc_mac_entry_can_be_used()Andre Guedes2020-04-191-33/+47
| * igc: Remove igc_*_mac_steering_filter() wrappersAndre Guedes2020-04-191-16/+4
| * igc: Remove IGC_MAC_STATE_QUEUE_STEERINGAndre Guedes2020-04-191-13/+19
| * igc: Remove 'queue' check in igc_del_mac_filter()Andre Guedes2020-04-191-14/+11
| * igc: Improve address check in igc_del_mac_filter()Andre Guedes2020-04-191-1/+1
| * igc: Refactor igc_rar_set_index()Andre Guedes2020-04-191-31/+42
| * igc: Fix igc_uc_unsync()Andre Guedes2020-04-191-3/+1
| * igc: Change igc_add_mac_filter() returning valueAndre Guedes2020-04-191-5/+2
| * igc: Check unsupported flag in igc_add_mac_filter()Andre Guedes2020-04-191-0/+2
| * igc: Remove duplicate code in MAC filtering logicAndre Guedes2020-04-191-99/+13
| * igc: Add new device IDs for i225 partSasha Neftin2020-04-191-0/+3
| * igc: Fix default MAC address filter overrideAndre Guedes2020-04-171-0/+2
| * igc: Remove dead code related to flower filterAndre Guedes2020-04-171-3/+0
| * igc: Fix NFC queue redirection supportAndre Guedes2020-04-171-3/+8
| * igc: Remove copper fiber switch controlSasha Neftin2020-04-171-9/+0
| * igc: Enable NETIF_F_HW_TC flagSasha Neftin2020-04-171-0/+1
| * igc: Add support for ETF offloadingVinicius Costa Gomes2020-04-171-3/+67
| * igc: Add support for taprio offloadingVinicius Costa Gomes2020-04-171-0/+113
| * igc: Add GSO partial supportSasha Neftin2020-04-171-0/+10