summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc/igc_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-04igc: Prefer strscpy over strlcpySasha Neftin1-1/+1
2021-02-04igc: Expose the gPHY firmware versionSasha Neftin1-2/+7
2021-02-04igc: Expose the NVM versionSasha Neftin1-2/+14
2021-02-04igc: 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-27igc: fix link speed advertisingCorinna Vinschen1-6/+18
2020-09-29igc: Expose LPI countersSasha Neftin1-0/+3
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-12/+4
2020-06-30igc: Add initial EEE supportSasha Neftin1-0/+95
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher1-1/+0
2020-05-29igc: Reject NFC rules with multiple matchesAndre Guedes1-5/+4
2020-05-23igc: Change adapter->nfc_rule_lock to mutexAndre Guedes1-12/+12
2020-05-23igc: Fix NFC rule validationAndre Guedes1-3/+4
2020-05-23igc: Refactor igc_ethtool_update_nfc_rule()Andre Guedes1-119/+19
2020-05-23igc: Fix NFC rules restorationAndre Guedes1-11/+8
2020-05-23igc: Fix NFC rule overwrite casesAndre Guedes1-2/+1
2020-05-23igc: Fix locking issue when retrieving NFC rulesAndre Guedes1-3/+16
2020-05-23igc: Fix 'sw_idx' type in struct igc_nfc_ruleAndre Guedes1-8/+8
2020-05-23igc: Refactor igc_ethtool_add_nfc_rule()Andre Guedes1-58/+92
2020-05-22igc: Change byte order in struct igc_nfc_filterAndre Guedes1-14/+11
2020-05-22igc: Align terms used in NFC support codeAndre Guedes1-81/+79
2020-05-22igc: Add 'igc_ethtool_' prefix to functions in igc_ethtool.cAndre Guedes1-105/+110
2020-05-22igc: Early return in igc_get_ethtool_nfc_entry()Andre Guedes1-30/+28
2020-05-22igc: Cleanup _get|set_rxnfc ethtool opsAndre Guedes1-23/+10
2020-05-22igc: Get rid of igc_max_channels()Andre Guedes1-7/+2
2020-05-22igc: Enable NFC rules based source MAC addressAndre Guedes1-10/+22
2020-05-22igc: Add support for source address filters in coreAndre Guedes1-2/+4
2020-05-21igc: Remove IGC_MAC_STATE_SRC_ADDR flagAndre Guedes1-14/+2
2020-05-20igc: Dump ETQF registersAndre Guedes1-0/+3
2020-05-20igc: Refactor ethertype filtering codeAndre Guedes1-59/+8
2020-05-20igc: Refactor VLAN priority filtering codeAndre Guedes1-51/+13
2020-05-20igc: Return -EOPNOTSUPP when VLAN mask doesn't matchAndre Guedes1-1/+2
2020-05-20igc: Dump VLANPQF registerAndre Guedes1-0/+2
2020-05-20igc: Rename IGC_VLAPQF macroAndre Guedes1-12/+11
2020-05-19igc: Use netdev log helpers in igc_ethtool.cAndre Guedes1-20/+21
2020-05-19igc: 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
2020-02-20igc: Add WOL supportSasha Neftin1-0/+61
2020-01-07igc: Add support for ethtool GET_TS_INFO commandVinicius Costa Gomes1-0/+34
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-03-20igc: Remove unneeded hw_dbg printsSasha Neftin1-4/+0
2019-03-20igc: Add support for statisticsSasha Neftin1-0/+233
2019-03-20igc: Extend the ethtool supportingSasha Neftin1-0/+602
2019-02-06igc: Add ethtool supportSasha Neftin1-0/+1032