summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc/igc_ethtool.c
AgeCommit message (Expand)Author
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-27igc: Check VLAN EtherType maskKurt Kanzenbach
2023-12-27igc: Check VLAN TCI maskKurt Kanzenbach
2023-12-27igc: Report VLAN EtherType matching back to userKurt Kanzenbach
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-20igc: Fix ambiguity in the ethtool advertisingSasha Neftin
2023-10-18intel: fix format warningsJesse Brandeburg
2023-09-21igc: Expose tx-usecs coalesce setting to userMuhammad Husaini Zulkifli
2023-07-05igc: set TP bit in 'supported' and 'advertising' fields of ethtool_link_ksett...Prasad Koya
2023-03-07igc: Add qbv_config_change_errors counterMuhammad Husaini Zulkifli
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-07-16igc: Make flex filter more flexibleKurt Kanzenbach
2021-07-16igc: Allow for Flex Filters to be installedVinicius Costa Gomes
2021-07-16igc: Integrate flex filter into ethtool opsKurt Kanzenbach
2021-06-04igc: Update driver to use ethtool_sprintfSasha Neftin
2021-05-26intel: remove checker warningJesse Brandeburg
2021-04-16igc: Expose LPI countersSasha Neftin
2021-03-11igc: Fix Supported Pause Frame Link SettingMuhammad Husaini Zulkifli
2021-03-11igc: Fix Pause Frame AdvertisingMuhammad Husaini Zulkifli
2021-02-03igc: Prefer strscpy over strlcpySasha Neftin
2021-02-03igc: Expose the gPHY firmware versionSasha Neftin
2021-02-03igc: Expose the NVM versionSasha Neftin
2021-02-03igc: Remove igc_set_fw_version commentSasha Neftin
2021-02-01igc: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng
2021-01-26igc: fix link speed advertisingCorinna Vinschen
2020-09-28igc: Expose LPI countersSasha Neftin
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher
2020-06-29igc: Add initial EEE supportSasha Neftin
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2020-05-28igc: Reject NFC rules with multiple matchesAndre Guedes
2020-05-22igc: Change adapter->nfc_rule_lock to mutexAndre Guedes
2020-05-22igc: Fix NFC rule validationAndre 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 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
2020-05-21igc: Enable NFC rules based source MAC addressAndre Guedes
2020-05-21igc: Add support for source address filters in coreAndre Guedes