summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc/igc_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-4/+10
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* igc: Make flex filter more flexibleKurt Kanzenbach2021-07-161-11/+16
* igc: Allow for Flex Filters to be installedVinicius Costa Gomes2021-07-161-6/+0
* igc: Integrate flex filter into ethtool opsKurt Kanzenbach2021-07-161-0/+20
* igc: Update driver to use ethtool_sprintfSasha Neftin2021-06-041-26/+13
* intel: remove checker warningJesse Brandeburg2021-05-261-1/+1
* igc: Expose LPI countersSasha Neftin2021-04-161-0/+2
* igc: Fix Supported Pause Frame Link SettingMuhammad Husaini Zulkifli2021-03-111-0/+3
* igc: Fix Pause Frame AdvertisingMuhammad Husaini Zulkifli2021-03-111-3/+1
* igc: Prefer strscpy over strlcpySasha Neftin2021-02-031-1/+1
* igc: Expose the gPHY firmware versionSasha Neftin2021-02-031-2/+7
* igc: Expose the NVM versionSasha Neftin2021-02-031-2/+14
* igc: Remove igc_set_fw_version commentSasha Neftin2021-02-031-1/+0
* igc: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng2021-02-011-1/+2
* igc: fix link speed advertisingCorinna Vinschen2021-01-261-6/+18
* igc: Expose LPI countersSasha Neftin2020-09-281-0/+3
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-12/+4
* igc: Add initial EEE supportSasha Neftin2020-06-291-0/+95
* net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-251-1/+0
* igc: Reject NFC rules with multiple matchesAndre Guedes2020-05-281-5/+4
* igc: Change adapter->nfc_rule_lock to mutexAndre Guedes2020-05-221-12/+12
* igc: Fix NFC rule validationAndre Guedes2020-05-221-3/+4
* igc: Refactor igc_ethtool_update_nfc_rule()Andre Guedes2020-05-221-119/+19
* igc: Fix NFC rules restorationAndre Guedes2020-05-221-11/+8
* igc: Fix NFC rule overwrite casesAndre Guedes2020-05-221-2/+1
* igc: Fix locking issue when retrieving NFC rulesAndre Guedes2020-05-221-3/+16
* igc: Fix 'sw_idx' type in struct igc_nfc_ruleAndre Guedes2020-05-221-8/+8
* igc: Refactor igc_ethtool_add_nfc_rule()Andre Guedes2020-05-221-58/+92
* igc: Change byte order in struct igc_nfc_filterAndre Guedes2020-05-211-14/+11
* igc: Align terms used in NFC support codeAndre Guedes2020-05-211-81/+79
* igc: Add 'igc_ethtool_' prefix to functions in igc_ethtool.cAndre Guedes2020-05-211-105/+110
* igc: Early return in igc_get_ethtool_nfc_entry()Andre Guedes2020-05-211-30/+28
* igc: Cleanup _get|set_rxnfc ethtool opsAndre Guedes2020-05-211-23/+10
* igc: Get rid of igc_max_channels()Andre Guedes2020-05-211-7/+2
* igc: Enable NFC rules based source MAC addressAndre Guedes2020-05-211-10/+22
* igc: Add support for source address filters in coreAndre Guedes2020-05-211-2/+4
* igc: Remove IGC_MAC_STATE_SRC_ADDR flagAndre Guedes2020-05-201-14/+2
* igc: Dump ETQF registersAndre Guedes2020-05-191-0/+3
* igc: Refactor ethertype filtering codeAndre Guedes2020-05-191-59/+8
* igc: Refactor VLAN priority filtering codeAndre Guedes2020-05-191-51/+13
* igc: Return -EOPNOTSUPP when VLAN mask doesn't matchAndre Guedes2020-05-191-1/+2
* igc: Dump VLANPQF registerAndre Guedes2020-05-191-0/+2
* igc: Rename IGC_VLAPQF macroAndre Guedes2020-05-191-12/+11
* igc: Use netdev log helpers in igc_ethtool.cAndre Guedes2020-05-181-20/+21
* igc: add support to eeprom, registers and link self-testsVitaly Lifshits2020-05-181-0/+60
* igc: Remove igc_*_mac_steering_filter() wrappersAndre Guedes2020-04-191-12/+8
* igc: Change igc_add_mac_filter() returning valueAndre Guedes2020-04-191-2/+0
* igc: Fix overwrites when dumping registersAndre Guedes2020-04-171-1/+10
* net: igc: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-121-21/+1