summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc/igc_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+39
2023-12-27igc: Check VLAN EtherType maskKurt Kanzenbach1-0/+8
2023-12-27igc: Check VLAN TCI maskKurt Kanzenbach1-3/+25
2023-12-27igc: Report VLAN EtherType matching back to userKurt Kanzenbach1-0/+6
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-13/+14
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com1-4/+2
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+25
2023-10-21igc: Fix ambiguity in the ethtool advertisingSasha Neftin1-10/+25
2023-10-19intel: fix format warningsJesse Brandeburg1-2/+3
2023-09-21igc: Expose tx-usecs coalesce setting to userMuhammad Husaini Zulkifli1-12/+19
2023-07-05igc: set TP bit in 'supported' and 'advertising' fields of ethtool_link_ksett...Prasad Koya1-0/+2
2023-03-08igc: Add qbv_config_change_errors counterMuhammad Husaini Zulkifli1-0/+1
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-6/+6
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-17igc: Make flex filter more flexibleKurt Kanzenbach1-11/+16
2021-07-17igc: Allow for Flex Filters to be installedVinicius Costa Gomes1-6/+0
2021-07-17igc: 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-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