summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc
AgeCommit message (Expand)Author
2020-07-27igc: Fix static checker warningSasha Neftin
2020-07-27igc: Clean up the hw_stats structureSasha Neftin
2020-07-27igc: Clean up the mac_info structureSasha Neftin
2020-07-27igc: Remove ledctl_ fields from the mac_info structureSasha Neftin
2020-07-27igc: Fix registers definitionSasha Neftin
2020-07-27igc: Remove unneeded ICTXQMTC registerSasha Neftin
2020-07-27igc: Add Receive Descriptor Minimum Threshold Count to clear HW countersSasha Neftin
2020-07-27igc: Remove unneeded variableSasha Neftin
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher
2020-06-29igc: Remove checking media type during MAC initializationSasha Neftin
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: Add LPI countersSasha Neftin
2020-06-29igc: Fix Rx timestamp disablingAndre Guedes
2020-06-29igc: Refactor igc_ptp_set_timestamp_mode()Andre Guedes
2020-06-29igc: Remove UDP filter setup in PTP codeAndre Guedes
2020-06-29igc: Check __IGC_PTP_TX_IN_PROGRESS instead of ptp_tx_skbAndre Guedes
2020-06-29igc: Remove duplicate code in Tx timestamp handlingAndre Guedes
2020-06-29igc: Clean up Rx timestamping logicAndre Guedes
2020-06-29igc: Add initial LTR supportSasha Neftin
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: Fix wrong register nameSasha Neftin
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-28igc: Fix IGC_MAX_RXNFC_RULESAndre Guedes
2020-05-28igc: Reject NFC rules with multiple matchesAndre Guedes
2020-05-28igc: Remove unused flagsSasha Neftin
2020-05-22igc: Remove unused descriptor's flagsSasha 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 rule validationAndre 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-22igc: Fix NFC rule overwrite casesAndre Guedes
2020-05-22igc: Fix locking issue when retrieving NFC rulesAndre Guedes
2020-05-22igc: Fix 'sw_idx' type in struct igc_nfc_ruleAndre Guedes
2020-05-22igc: Refactor igc_ethtool_add_nfc_rule()Andre Guedes
2020-05-21igc: Change byte order in struct igc_nfc_filterAndre 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: Early return in igc_get_ethtool_nfc_entry()Andre Guedes
2020-05-21igc: Cleanup _get|set_rxnfc ethtool opsAndre Guedes
2020-05-21igc: Get rid of igc_max_channels()Andre Guedes