summaryrefslogtreecommitdiffstats
path: root/net/ethtool/netlink.h
Commit message (Expand)AuthorAgeFilesLines
* ethtool: netlink: always pass genl_info to .prepare_dataJakub Kicinski2023-08-151-1/+1
* ethtool: Add support for configuring tx_push_buf_lenShay Agroskin2023-03-271-1/+1
* net: ethtool: extend ringparam set/get APIs for rx_pushShannon Nelson2023-02-131-1/+1
* ethtool: netlink: convert commands to common SETJakub Kicinski2023-01-271-14/+0
* ethtool: netlink: handle SET intro/outro in the common codeJakub Kicinski2023-01-271-2/+20
* ethtool: Add and use ethnl_update_bool.David S. Miller2023-01-231-0/+26
* net: ethtool: netlink: retrieve stats from multiple sources (eMAC, pMAC)Vladimir Oltean2023-01-231-2/+2
* net: ethtool: add support for MAC Merge layerVladimir Oltean2023-01-231-0/+4
* net/ethtool: add netlink interface for the PLCA RSPiergiorgio Beruto2023-01-111-0/+6
* ethtool: add netlink based get rss supportSudheer Mogilappagari2022-12-051-0/+2
* ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel2022-10-031-0/+4
* net: rename reference+tracking helpersJakub Kicinski2022-06-091-1/+1
* net: ethtool: extend ringparam set/get APIs for tx_pushJie Wang2022-04-151-1/+1
* ethtool: add support to set/get completion queue event sizeSubbaraya Sundeep2022-02-231-1/+1
* ethtool: use ethnl_parse_header_dev_put()Eric Dumazet2021-12-151-0/+5
* netlink: add net device refcount tracker to struct ethnl_req_infoEric Dumazet2021-12-071-0/+2
* ethtool: add support to set/get rx buf len via ethtoolHao Chen2021-11-221-1/+1
* ethtool: Add ability to control transceiver modules' power modeIdo Schimmel2021-10-061-0/+4
* ethtool: add two coalesce attributes for CQE modeYufeng Mo2021-08-241-1/+1
* ethtool: move implementation of ethnl_ops_begin/complete to netlink.cHeiner Kallweit2021-08-031-13/+2
* ethtool: add a new command for getting PHC virtual clocksYangbo Lu2021-07-011-0/+2
* ethtool: Decrease size of module EEPROM get policy arrayIdo Schimmel2021-06-221-1/+1
* ethtool: Fix a typoZheng Yongjun2021-06-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-3/+3
|\
| * ethtool: fix kdoc attr nameJakub Kicinski2021-04-121-3/+3
* | ethtool: add interface to read RMON statsJakub Kicinski2021-04-161-0/+1
* | ethtool: add interface to read standard MAC Ctrl statsJakub Kicinski2021-04-161-0/+1
* | ethtool: add interface to read standard MAC statsJakub Kicinski2021-04-161-0/+1
* | ethtool: add a new command for reading standard statsJakub Kicinski2021-04-161-0/+5
* | ethtool: Allow network drivers to dump arbitrary EEPROM dataVladyslav Tarasiuk2021-04-111-0/+2
* | ethtool: support FEC settings over netlinkJakub Kicinski2021-03-311-0/+4
|/
* ethtool: Extend link modes settings uAPI with lanesDanielle Ratson2021-02-031-1/+1
* ethtool: strset: allow ETHTOOL_A_STRSET_COUNTS_ONLY attrJohannes Berg2020-10-081-1/+1
* ethtool: specify which header flags are supported per commandJakub Kicinski2020-10-061-0/+1
* ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski2020-10-061-0/+1
* ethtool: trim policy tablesJakub Kicinski2020-10-061-28/+28
* ethtool: wire up set policies to opsJakub Kicinski2020-10-061-0/+13
* ethtool: wire up get policies to opsJakub Kicinski2020-10-061-4/+16
* ethtool: add tunnel info interfaceJakub Kicinski2020-07-101-0/+4
* net: ethtool: Add generic parts of cable test TDRAndrew Lunn2020-05-261-0/+1
* net: ethtool: Make helpers publicAndrew Lunn2020-05-101-0/+2
* net: ethtool: netlink: Add support for triggering a cable testAndrew Lunn2020-05-101-0/+1
* ethtool: provide timestamping information with TSINFO_GET requestMichal Kubecek2020-03-291-0/+1
* ethtool: set EEE settings with EEE_SET requestMichal Kubecek2020-03-291-0/+1
* ethtool: provide EEE settings with EEE_GET requestMichal Kubecek2020-03-291-0/+1
* ethtool: set pause parameters with PAUSE_SET requestMichal Kubecek2020-03-291-0/+1
* ethtool: provide pause parameters with PAUSE_GET requestMichal Kubecek2020-03-291-0/+1
* ethtool: set coalescing parameters with COALESCE_SET requestMichal Kubecek2020-03-291-0/+1
* ethtool: provide coalescing parameters with COALESCE_GET requestMichal Kubecek2020-03-291-0/+1
* ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek2020-03-121-0/+1