summaryrefslogtreecommitdiffstats
path: root/net/ethtool/netlink.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ethtool: add RINGS_NTF notificationMichal Kubecek2020-03-121-0/+2
* | ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek2020-03-121-0/+5
* | ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek2020-03-121-0/+8
* | ethtool: add PRIVFLAGS_NTF notificationMichal Kubecek2020-03-121-0/+2
* | ethtool: set device private flags with PRIVFLAGS_SET requestMichal Kubecek2020-03-121-0/+5
* | ethtool: provide private flags with PRIVFLAGS_GET requestMichal Kubecek2020-03-121-0/+8
* | ethtool: add FEATURES_NTF notificationMichal Kubecek2020-03-121-1/+28
* | ethtool: set netdev features with FEATURES_SET requestMichal Kubecek2020-03-121-0/+5
* | ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek2020-03-121-0/+8
* | ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get()Michal Kubecek2020-03-121-6/+6
|/
* ethtool: add WOL_NTF notificationMichal Kubecek2020-01-271-0/+2
* ethtool: set wake-on-lan settings with WOL_SET requestMichal Kubecek2020-01-271-0/+5
* ethtool: provide WoL settings with WOL_GET requestMichal Kubecek2020-01-271-0/+9
* ethtool: add DEBUG_NTF notificationMichal Kubecek2020-01-271-0/+2
* ethtool: set message mask with DEBUG_SET requestMichal Kubecek2020-01-271-0/+5
* ethtool: provide message mask with DEBUG_GET requestMichal Kubecek2020-01-271-0/+8
* ethtool: fix kernel-doc descriptionsMichal Kubecek2020-01-271-12/+14
* ethtool: fix ->reply_size() error handlingDan Carpenter2020-01-081-2/+4
* ethtool: fix a memory leak in ethnl_default_start()Dan Carpenter2020-01-081-3/+10
* ethtool: provide link state with LINKSTATE_GET requestMichal Kubecek2019-12-271-0/+8