summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc/igc_ethtool.c
AgeCommit message (Expand)Author
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent
2024-07-11igc: Remove the internal 'eee_advert' fieldSasha Neftin
2024-06-05igc: Fix Energy Efficient Ethernet support declarationSasha Neftin
2024-04-08igc: Remove redundant runtime resume for ethtool opsBjorn Helgaas
2024-02-28net: intel: igc: Use linkmode helpers for EEEAndrew Lunn
2024-02-28net: intel: i40e/igc: Remove setting Autoneg in EEE capabilitiesAndrew Lunn
2024-02-07igc: Unify filtering rule fieldsKurt Kanzenbach
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
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