summaryrefslogtreecommitdiff
path: root/net/ethtool/netlink.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ethtool: add LINKMODES_NTF notificationMichal Kubecek2019-12-271-0/+2
* ethtool: set link modes related data with LINKMODES_SET requestMichal Kubecek2019-12-271-0/+5
* ethtool: provide link mode information with LINKMODES_GET requestMichal Kubecek2019-12-271-0/+8
* ethtool: add LINKINFO_NTF notificationMichal Kubecek2019-12-271-0/+2
* ethtool: add default notification handlerMichal Kubecek2019-12-271-0/+89
* ethtool: set link settings with LINKINFO_SET requestMichal Kubecek2019-12-271-0/+5
* ethtool: provide link settings with LINKINFO_GET requestMichal Kubecek2019-12-271-0/+8
* ethtool: provide string sets with STRSET_GET requestMichal Kubecek2019-12-271-0/+8
* ethtool: default handlers for GET requestsMichal Kubecek2019-12-271-0/+321
* ethtool: support for netlink notificationsMichal Kubecek2019-12-271-0/+32