summaryrefslogtreecommitdiffstats
path: root/net/ethtool/netlink.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* ethtool: helper functions for netlink interfaceMichal Kubecek2019-12-271-0/+166
* ethtool: introduce ethtool netlink interfaceMichal Kubecek2019-12-271-0/+33