summaryrefslogtreecommitdiffstats
path: root/net/ethtool/netlink.c
Commit message (Expand)AuthorAgeFilesLines
* net: rename reference+tracking helpersJakub Kicinski2022-06-091-3/+3
* netlink: do not allocate a device refcount tracker in ethnl_default_notify()Eric Dumazet2022-01-051-1/+0
* ethtool: Remove redundant ret assignmentsluo penghao2021-12-301-1/+0
* ethtool: always write dev in ethnl_parse_header_dev_getJakub Kicinski2021-12-151-3/+2
* ethtool: fix null-ptr-deref on ref trackerJakub Kicinski2021-12-141-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-1/+2
|\
| * ethtool: do not perform operations on net devices being unregisteredAntoine Tenart2021-12-061-1/+2
* | netlink: add net device refcount tracker to struct ethnl_req_infoEric Dumazet2021-12-071-3/+5
|/
* ethtool: Add ability to control transceiver modules' power modeIdo Schimmel2021-10-061-0/+19
* ethtool: return error from ethnl_ops_begin if dev is NULLHeiner Kallweit2021-08-061-2/+2
* net: Remove redundant if statementsYajun Deng2021-08-051-4/+2
* ethtool: runtime-resume netdev parent in ethnl_ops_beginHeiner Kallweit2021-08-031-6/+25
* ethtool: move netif_device_present check from ethnl_parse_header_dev_get to e...Heiner Kallweit2021-08-031-7/+7
* ethtool: move implementation of ethnl_ops_begin/complete to netlink.cHeiner Kallweit2021-08-031-0/+14
* ethtool: add a new command for getting PHC virtual clocksYangbo Lu2021-07-011-0/+10
* ethtool: add a stricter length checkJakub Kicinski2021-06-161-3/+8
* ethtool: fix missing NLM_F_MULTI flag when dumpingFernando Fernandez Mancera2021-05-051-1/+2
* ethtool: add a new command for reading standard statsJakub Kicinski2021-04-161-0/+10
* ethtool: Allow network drivers to dump arbitrary EEPROM dataVladyslav Tarasiuk2021-04-111-0/+11
* ethtool: support FEC settings over netlinkJakub Kicinski2021-03-311-0/+19
* ethtool: correct policy for ETHTOOL_MSG_CHANNELS_SETJohannes Berg2020-10-081-2/+2
* ethtool: specify which header flags are supported per commandJakub Kicinski2020-10-061-10/+19
* ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski2020-10-061-1/+1
* ethtool: trim policy tablesJakub Kicinski2020-10-061-4/+3
* ethtool: wire up set policies to opsJakub Kicinski2020-10-061-0/+26
* ethtool: wire up get policies to opsJakub Kicinski2020-10-061-22/+40
* ethtool: mark netlink family as __ro_after_initJakub Kicinski2020-09-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-14/+13
|\
| * ethtool: fix genlmsg_put() failure handling in ethnl_default_dumpit()Michal Kubecek2020-07-091-14/+13
* | ethtool: add tunnel info interfaceJakub Kicinski2020-07-101-0/+12
|/
* net: ethtool: Add generic parts of cable test TDRAndrew Lunn2020-05-261-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-2/+2
|\
| * ethtool: count header size in reply size estimateMichal Kubecek2020-05-211-2/+2
* | net: ethtool: Make helpers publicAndrew Lunn2020-05-101-2/+2
* | net: ethtool: netlink: Add support for triggering a cable testAndrew Lunn2020-05-101-0/+5
|/
* ethtool: provide timestamping information with TSINFO_GET requestMichal Kubecek2020-03-291-0/+8
* ethtool: add EEE_NTF notificationMichal Kubecek2020-03-291-0/+2
* ethtool: set EEE settings with EEE_SET requestMichal Kubecek2020-03-291-0/+5
* ethtool: provide EEE settings with EEE_GET requestMichal Kubecek2020-03-291-0/+8
* ethtool: add PAUSE_NTF notificationMichal Kubecek2020-03-291-0/+2
* ethtool: set pause parameters with PAUSE_SET requestMichal Kubecek2020-03-291-0/+5
* ethtool: provide pause parameters with PAUSE_GET requestMichal Kubecek2020-03-291-0/+8
* ethtool: add COALESCE_NTF notificationMichal Kubecek2020-03-291-0/+2
* ethtool: set coalescing parameters with COALESCE_SET requestMichal Kubecek2020-03-291-0/+5
* ethtool: provide coalescing parameters with COALESCE_GET requestMichal Kubecek2020-03-291-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-4/+12
|\
| * ethtool: reject unrecognized request flagsMichal Kubecek2020-03-161-4/+12
* | ethtool: add CHANNELS_NTF notificationMichal Kubecek2020-03-121-0/+2
* | ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek2020-03-121-0/+5
* | ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek2020-03-121-0/+8