summaryrefslogtreecommitdiff
path: root/include/linux/ethtool.h
AgeCommit message (Expand)Author
2024-11-18Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warni...Kees Cook
2024-11-14net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts inEdward Cree
2024-11-03net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-08-12ethtool: rss: don't report key if device doesn't support itJakub Kicinski
2024-08-12ethtool: make ethtool_ops::cap_rss_ctx_supported optionalJakub Kicinski
2024-08-08net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent
2024-07-12net: ethtool: let drivers declare max size of RSS indir table and keyJakub Kicinski
2024-07-12net: ethtool: let drivers remove lost RSS contextsJakub Kicinski
2024-07-05net: ethtool: Add new power limit get and set featuresKory Maincent (Dent Project)
2024-07-05net: ethtool: pse-pd: Expand C33 PSE status with class, power and extended stateKory Maincent (Dent Project)
2024-07-04ethtool: move firmware flashing flag to struct ethtool_netdev_stateEdward Cree
2024-06-28net: ethtool: add a mutex protecting RSS contextsEdward Cree
2024-06-28net: ethtool: add an extack parameter to new rxfh_context APIsEdward Cree
2024-06-28net: ethtool: let the core choose RSS context IDsEdward Cree
2024-06-28net: ethtool: record custom RSS contexts in the XArrayEdward Cree
2024-06-28net: ethtool: attach an XArray of custom RSS contexts to a netdeviceEdward Cree
2024-06-28net: move ethtool-related netdev state into its own structEdward Cree
2024-06-28ethtool: Add ethtool operation to write to a transceiver module EEPROMIdo Schimmel
2024-06-25ethtool: provide customized dim profile managementHeng Qi
2024-04-05ethtool: add interface to read Tx hardware timestamping statisticsRahul Rameshbabu
2024-02-28net: ethtool: eee: Remove legacy _u32 from keeeAndrew Lunn
2024-01-31ethtool: add linkmode bitmap support to struct ethtool_keeeHeiner Kallweit
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit
2024-01-31ethtool: adjust struct ethtool_keee to kernel needsHeiner Kallweit
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
2023-12-29ethtool: reformat kerneldoc for struct ethtool_fec_statsJonathan Corbet
2023-12-13net: ethtool: add support for symmetric-xor RSS hashAhmed Zaki
2023-12-13net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-12-13ethtool: add SET for TCP_DATA_SPLIT ringparamAlexander Lobakin
2023-12-08ethtool: Implement ethtool_puts()justinstitt@google.com
2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran
2023-11-02net: ethtool: Fix documentation of ethtool_sprintf()Andrew Lunn
2023-10-20ethtool: untangle the linkmode and ethtool headersJakub Kicinski
2023-10-18ethtool: Add forced speed to supported link modes mapsPaul Greenwalt
2023-04-18bonding: add software tx timestamping supportHangbin Liu
2023-03-27ethtool: Add support for configuring tx_push_buf_lenShay Agroskin
2023-02-13net: ethtool: extend ringparam set/get APIs for rx_pushShannon Nelson
2023-01-26net: ethtool: provide shims for stats aggregation helpers when CONFIG_ETHTOOL...Vladimir Oltean
2023-01-23net: ethtool: add helpers for MM fragment size translationVladimir Oltean
2023-01-23net: ethtool: add helpers for aggregate statisticsVladimir Oltean
2023-01-23net: ethtool: netlink: retrieve stats from multiple sources (eMAC, pMAC)Vladimir Oltean
2023-01-23net: ethtool: add support for MAC Merge layerVladimir Oltean
2023-01-13ethtool: add tx aggregation parametersDaniele Palmas
2023-01-11net/ethtool: add netlink interface for the PLCA RSPiergiorgio Beruto
2022-11-17ethtool: doc: clarify what drivers can implement in their get_drvinfo()Vincent Mailhol
2022-11-08ethtool: linkstate: add a statistic for PHY down eventsJakub Kicinski
2022-04-15net: ethtool: extend ringparam set/get APIs for tx_pushJie Wang