summaryrefslogtreecommitdiffstats
path: root/net/ethtool/netlink.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ethtool: provide message mask with DEBUG_GET requestMichal Kubecek2020-01-271-0/+1
* ethtool: provide link state with LINKSTATE_GET requestMichal Kubecek2019-12-271-0/+1
* ethtool: set link modes related data with LINKMODES_SET requestMichal Kubecek2019-12-271-0/+1
* ethtool: provide link mode information with LINKMODES_GET requestMichal Kubecek2019-12-271-0/+1
* ethtool: add default notification handlerMichal Kubecek2019-12-271-1/+3
* ethtool: set link settings with LINKINFO_SET requestMichal Kubecek2019-12-271-0/+2
* ethtool: provide link settings with LINKINFO_GET requestMichal Kubecek2019-12-271-0/+1
* ethtool: provide string sets with STRSET_GET requestMichal Kubecek2019-12-271-0/+4
* ethtool: default handlers for GET requestsMichal Kubecek2019-12-271-1/+115
* ethtool: helper functions for netlink interfaceMichal Kubecek2019-12-271-0/+205
* ethtool: introduce ethtool netlink interfaceMichal Kubecek2019-12-271-0/+10