summaryrefslogtreecommitdiffstats
path: root/include/linux/ethtool.h
Commit message (Expand)AuthorAgeFilesLines
* ethtool: add interface to read Tx hardware timestamping statisticsRahul Rameshbabu2024-04-051-1/+26
* net: ethtool: eee: Remove legacy _u32 from keeeAndrew Lunn2024-02-281-3/+0
* ethtool: add linkmode bitmap support to struct ethtool_keeeHeiner Kallweit2024-01-311-0/+3
* ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit2024-01-311-3/+3
* ethtool: adjust struct ethtool_keee to kernel needsHeiner Kallweit2024-01-311-5/+3
* ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-2/+14
* ethtool: reformat kerneldoc for struct ethtool_fec_statsJonathan Corbet2023-12-291-2/+4
* net: ethtool: add support for symmetric-xor RSS hashAhmed Zaki2023-12-131-0/+6
* net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki2023-12-131-15/+11
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-8/+30
* ethtool: add SET for TCP_DATA_SPLIT ringparamAlexander Lobakin2023-12-131-0/+2
* ethtool: Implement ethtool_puts()justinstitt@google.com2023-12-081-0/+13
* net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran2023-11-181-0/+8
* net: ethtool: Fix documentation of ethtool_sprintf()Andrew Lunn2023-11-021-2/+2
* ethtool: untangle the linkmode and ethtool headersJakub Kicinski2023-10-201-20/+2
* ethtool: Add forced speed to supported link modes mapsPaul Greenwalt2023-10-181-0/+37
* bonding: add software tx timestamping supportHangbin Liu2023-04-181-0/+1
* ethtool: Add support for configuring tx_push_buf_lenShay Agroskin2023-03-271-4/+10
* net: ethtool: extend ringparam set/get APIs for rx_pushShannon Nelson2023-02-131-0/+4
* net: ethtool: provide shims for stats aggregation helpers when CONFIG_ETHTOOL...Vladimir Oltean2023-01-261-11/+0
* net: ethtool: add helpers for MM fragment size translationVladimir Oltean2023-01-231-0/+42
* net: ethtool: add helpers for aggregate statisticsVladimir Oltean2023-01-231-40/+60
* net: ethtool: netlink: retrieve stats from multiple sources (eMAC, pMAC)Vladimir Oltean2023-01-231-0/+9
* net: ethtool: add support for MAC Merge layerVladimir Oltean2023-01-231-0/+99
* ethtool: add tx aggregation parametersDaniele Palmas2023-01-131-1/+11
* net/ethtool: add netlink interface for the PLCA RSPiergiorgio Beruto2023-01-111-0/+12
* ethtool: doc: clarify what drivers can implement in their get_drvinfo()Vincent Mailhol2022-11-171-4/+4
* ethtool: linkstate: add a statistic for PHY down eventsJakub Kicinski2022-11-081-0/+17
* net: ethtool: extend ringparam set/get APIs for tx_pushJie Wang2022-04-151-0/+4
* ethtool: add support to set/get completion queue event sizeSubbaraya Sundeep2022-02-231-0/+4
* ethtool: add header/data split indicationJakub Kicinski2022-01-281-0/+2
* ethtool: Fix link extended state for big endianMoshe Tal2022-01-201-1/+1
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* ethtool: add support to set/get rx buf len via ethtoolHao Chen2021-11-221-0/+18
* ethtool: Add transceiver module extended stateIdo Schimmel2021-10-061-0/+1
* ethtool: Add ability to control transceiver modules' power modeIdo Schimmel2021-10-061-0/+22
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+9
* ethtool: add two coalesce attributes for CQE modeYufeng Mo2021-08-241-1/+10
* ethtool: improve compat ioctl handlingArnd Bergmann2021-07-231-4/+0
* ethtool: add a new command for getting PHC virtual clocksYangbo Lu2021-07-011-0/+10
* ethtool: Use kernel data types for internal EEPROM structIdo Schimmel2021-06-221-6/+6
* ethtool: add interface to read RMON statsJakub Kicinski2021-04-161-0/+43
* ethtool: add interface to read standard MAC Ctrl statsJakub Kicinski2021-04-161-0/+12
* ethtool: add interface to read standard MAC statsJakub Kicinski2021-04-161-0/+31
* ethtool: add a new command for reading standard statsJakub Kicinski2021-04-161-0/+10
* ethtool: add FEC statisticsJakub Kicinski2021-04-151-0/+40
* ethtool: move ethtool_stats_initJakub Kicinski2021-04-151-0/+6
* ethtool: Allow network drivers to dump arbitrary EEPROM dataVladyslav Tarasiuk2021-04-111-1/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-6/+17
|\
| * ethtool: Remove link_mode param and derive link params from driverDanielle Ratson2021-04-071-1/+8