summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc/igc_main.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-05igc: Fix TX timestamp support for non-MSI-X platformsJames McLaughlin1-0/+6
2021-09-18igc: Check if num of q_vectors is smaller than max before array accessSasha Neftin1-1/+8
2021-09-03igc: Use num_tx_queues when iterating over tx_ring queueToshiki Nishioka1-2/+2
2021-09-03igc: fix page fault when thunderbolt is unpluggedAaron Ma1-13/+19
2021-07-28igc: Fix an error handling path in 'igc_probe()'Christophe JAILLET1-0/+1
2021-07-28igc: Fix use-after-free error during resetVinicius Costa Gomes1-0/+2
2021-03-30igc: reinit_locked() should be called with rtnl_lockSasha Neftin1-0/+9
2020-11-11igc: Fix returning wrong statisticsVinicius Costa Gomes1-6/+8
2020-09-30net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior1-1/+0
2020-09-29igc: Reject schedules with a base_time in the futureVinicius Costa Gomes1-2/+23
2020-09-29igc: Save PTP time before a resetVinicius Costa Gomes1-0/+2
2020-09-29igc: Expose LPI countersSasha Neftin1-0/+2
2020-09-29igc: Clean RX descriptor error flagsAndre Guedes1-3/+2
2020-09-29igc: Add new device ID'sSasha Neftin1-0/+5
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-1/+1
2020-08-27net: Take common prefetch code structure into a functionTariq Toukan1-8/+2
2020-08-14igc: Fix PTP initializationVinicius Costa Gomes1-3/+2
2020-07-27igc: Clean up the hw_stats structureSasha Neftin1-2/+0
2020-07-27igc: Fix registers definitionSasha Neftin1-4/+0
2020-07-27igc: Remove unneeded ICTXQMTC registerSasha Neftin1-1/+0
2020-07-27igc: Remove unneeded variableSasha Neftin1-1/+0
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-3/+2
2020-06-30igc: Remove unneeded check for copper media typeSasha Neftin1-2/+1
2020-06-30igc: Refactor the igc_power_down_link()Sasha Neftin1-13/+3
2020-06-30igc: Remove TCP segmentation TX fail counterSasha Neftin1-1/+0
2020-06-30igc: Clean up Rx timestamping logicAndre Guedes1-8/+4
2020-06-30igc: Add initial EEE supportSasha Neftin1-0/+16
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher1-6/+1
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-342/+699
2020-05-29igc: Remove Sequence Error CounterSasha Neftin1-1/+0
2020-05-29igc: Add Receive Error CounterSasha Neftin1-0/+1
2020-05-29igc: Remove symbol error counterSasha Neftin1-1/+0
2020-05-23igc: Remove igc_nfc_rule_exit()Andre Guedes1-14/+0
2020-05-23igc: Change adapter->nfc_rule_lock to mutexAndre Guedes1-7/+7
2020-05-23igc: Change return type from igc_disable_nfc_rule()Andre Guedes1-17/+9
2020-05-23igc: Fix NFC rules leak when driver is unloadedAndre Guedes1-13/+16
2020-05-23igc: Refactor igc_ethtool_update_nfc_rule()Andre Guedes1-33/+172
2020-05-23igc: Fix NFC rules restorationAndre Guedes1-7/+9
2020-05-23igc: Fix NFC rules with multicast addressesAndre Guedes1-6/+0
2020-05-22igc: Align terms used in NFC support codeAndre Guedes1-21/+21
2020-05-22igc: Add 'igc_ethtool_' prefix to functions in igc_ethtool.cAndre Guedes1-1/+1
2020-05-22igc: Get rid of igc_max_channels()Andre Guedes1-6/+1
2020-05-22igc: Add support for source address filters in coreAndre Guedes1-16/+33
2020-05-21igc: Remove mac_table from igc_adapterAndre Guedes1-37/+20
2020-05-21igc: Remove IGC_MAC_STATE_SRC_ADDR flagAndre Guedes1-19/+8
2020-05-20igc: Refactor ethertype filtering codeAndre Guedes1-0/+93
2020-05-20igc: Refactor VLAN priority filtering codeAndre Guedes1-0/+52
2020-05-20igc: remove IGC_REMOVED functionVitaly Lifshits1-3/+0
2020-05-19igc: add support to eeprom, registers and link self-testsVitaly Lifshits1-2/+2
2020-05-19igc: Use netdev log helpers in igc_main.cAndre Guedes1-61/+50