aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/ethtool.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-22net: Add support for providing the PTP hardware source in tsinfoKory Maincent1-0/+5
2025-04-18net: ethtool: mm: extract stmmac verification logic into common libraryVladimir Oltean1-0/+73
2025-04-17net: ethtool: Adjust exactly ETH_GSTRING_LEN-long stats to use memcpyKees Cook1-0/+11
2025-04-14net: ethtool: fix get_ts_stats() documentationRussell King (Oracle)1-4/+5
2025-03-18net: ethtool: Export the link_mode_params definitionsMaxime Chevallier1-0/+8
2025-02-25ethtool: Symmetric OR-XOR RSS hashGal Pressman1-3/+2
2025-01-20net: move HDS config from ethtool stateJakub Kicinski1-4/+0
2025-01-17net: ethtool: ts: add separate counter for unconfirmed one-step TX timestampsVladimir Oltean1-0/+7
2025-01-15net: ethtool: add support for configuring hds-threshTaehee Yoo1-0/+9
2025-01-15net: ethtool: add hds_config member in ethtool_netdev_stateTaehee Yoo1-0/+2
2025-01-14net: pse-pd: Clean ethtool header of PSE structuresKory Maincent1-20/+0
2025-01-14net: ethtool: plumb PHY stats to PHY driversJakub Kicinski1-0/+23
2024-12-16net: ethtool: tsinfo: Enhance tsinfo to support several hwtstamp by net topologyKory Maincent1-0/+4
2024-12-09net: reformat kdoc return statementsJakub Kicinski1-3/+3
2024-11-18Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warnings"Kees Cook1-1/+1
2024-11-14net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts inEdward Cree1-0/+4
2024-11-03net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-1/+1
2024-08-12ethtool: rss: don't report key if device doesn't support itJakub Kicinski1-0/+4
2024-08-12ethtool: make ethtool_ops::cap_rss_ctx_supported optionalJakub Kicinski1-1/+2
2024-08-08net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree1-5/+5
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski1-3/+22
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-3/+22
2024-07-12net: ethtool: let drivers declare max size of RSS indir table and keyJakub Kicinski1-12/+8
2024-07-12net: ethtool: let drivers remove lost RSS contextsJakub Kicinski1-0/+2
2024-07-05net: ethtool: Add new power limit get and set featuresKory Maincent (Dent Project)1-0/+5
2024-07-05net: ethtool: pse-pd: Expand C33 PSE status with class, power and extended stateKory Maincent (Dent Project)1-0/+15
2024-07-04ethtool: move firmware flashing flag to struct ethtool_netdev_stateEdward Cree1-0/+2
2024-06-28net: ethtool: add a mutex protecting RSS contextsEdward Cree1-0/+3
2024-06-28net: ethtool: add an extack parameter to new rxfh_context APIsEdward Cree1-3/+6
2024-06-28net: ethtool: let the core choose RSS context IDsEdward Cree1-0/+40
2024-06-28net: ethtool: record custom RSS contexts in the XArrayEdward Cree1-0/+14
2024-06-28net: ethtool: attach an XArray of custom RSS contexts to a netdeviceEdward Cree1-0/+42
2024-06-28net: move ethtool-related netdev state into its own structEdward Cree1-0/+8
2024-06-28ethtool: Add ethtool operation to write to a transceiver module EEPROMIdo Schimmel1-8/+12
2024-06-25ethtool: provide customized dim profile managementHeng Qi1-1/+3
2024-04-05ethtool: add interface to read Tx hardware timestamping statisticsRahul Rameshbabu1-1/+26
2024-02-28net: ethtool: eee: Remove legacy _u32 from keeeAndrew Lunn1-3/+0
2024-01-31ethtool: add linkmode bitmap support to struct ethtool_keeeHeiner Kallweit1-0/+3
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit1-3/+3
2024-01-31ethtool: adjust struct ethtool_keee to kernel needsHeiner Kallweit1-5/+3
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel sideHeiner Kallweit1-2/+14
2023-12-29ethtool: reformat kerneldoc for struct ethtool_fec_statsJonathan Corbet1-2/+4
2023-12-13net: ethtool: add support for symmetric-xor RSS hashAhmed Zaki1-0/+6
2023-12-13net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki1-15/+11
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-8/+30
2023-12-13ethtool: add SET for TCP_DATA_SPLIT ringparamAlexander Lobakin1-0/+2
2023-12-08ethtool: Implement ethtool_puts()justinstitt@google.com1-0/+13
2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran1-0/+8
2023-11-02net: ethtool: Fix documentation of ethtool_sprintf()Andrew Lunn1-2/+2
2023-10-20ethtool: untangle the linkmode and ethtool headersJakub Kicinski1-20/+2