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