summaryrefslogtreecommitdiffstats
path: root/net/ethtool/netlink.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek2020-03-121-0/+1
* ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek2020-03-121-0/+1
* ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek2020-03-121-0/+1
* ethtool: set device private flags with PRIVFLAGS_SET requestMichal Kubecek2020-03-121-0/+1
* ethtool: provide private flags with PRIVFLAGS_GET requestMichal Kubecek2020-03-121-0/+1
* ethtool: set netdev features with FEATURES_SET requestMichal Kubecek2020-03-121-0/+1
* ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek2020-03-121-0/+1
* ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get()Michal Kubecek2020-03-121-3/+4
* ethtool: set wake-on-lan settings with WOL_SET requestMichal Kubecek2020-01-271-0/+1
* ethtool: provide WoL settings with WOL_GET requestMichal Kubecek2020-01-271-0/+1
* ethtool: set message mask with DEBUG_SET requestMichal Kubecek2020-01-271-0/+1