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