aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethtool/netlink.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-10ethtool: add tunnel info interfaceJakub Kicinski1-0/+4
2020-05-26net: ethtool: Add generic parts of cable test TDRAndrew Lunn1-0/+1
2020-05-10net: ethtool: Make helpers publicAndrew Lunn1-0/+2
2020-05-10net: ethtool: netlink: Add support for triggering a cable testAndrew Lunn1-0/+1
2020-03-29ethtool: provide timestamping information with TSINFO_GET requestMichal Kubecek1-0/+1
2020-03-29ethtool: set EEE settings with EEE_SET requestMichal Kubecek1-0/+1
2020-03-29ethtool: provide EEE settings with EEE_GET requestMichal Kubecek1-0/+1
2020-03-29ethtool: set pause parameters with PAUSE_SET requestMichal Kubecek1-0/+1
2020-03-29ethtool: provide pause parameters with PAUSE_GET requestMichal Kubecek1-0/+1
2020-03-29ethtool: set coalescing parameters with COALESCE_SET requestMichal Kubecek1-0/+1
2020-03-29ethtool: provide coalescing parameters with COALESCE_GET requestMichal Kubecek1-0/+1
2020-03-12ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek1-0/+1
2020-03-12ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek1-0/+1
2020-03-12ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek1-0/+1
2020-03-12ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek1-0/+1
2020-03-12ethtool: set device private flags with PRIVFLAGS_SET requestMichal Kubecek1-0/+1
2020-03-12ethtool: provide private flags with PRIVFLAGS_GET requestMichal Kubecek1-0/+1
2020-03-12ethtool: set netdev features with FEATURES_SET requestMichal Kubecek1-0/+1
2020-03-12ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek1-0/+1
2020-03-12ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get()Michal Kubecek1-3/+4
2020-01-27ethtool: set wake-on-lan settings with WOL_SET requestMichal Kubecek1-0/+1
2020-01-27ethtool: provide WoL settings with WOL_GET requestMichal Kubecek1-0/+1
2020-01-27ethtool: set message mask with DEBUG_SET requestMichal Kubecek1-0/+1
2020-01-27ethtool: provide message mask with DEBUG_GET requestMichal Kubecek1-0/+1
2019-12-27ethtool: provide link state with LINKSTATE_GET requestMichal Kubecek1-0/+1
2019-12-27ethtool: set link modes related data with LINKMODES_SET requestMichal Kubecek1-0/+1
2019-12-27ethtool: provide link mode information with LINKMODES_GET requestMichal Kubecek1-0/+1
2019-12-27ethtool: add default notification handlerMichal Kubecek1-1/+3
2019-12-27ethtool: set link settings with LINKINFO_SET requestMichal Kubecek1-0/+2
2019-12-27ethtool: provide link settings with LINKINFO_GET requestMichal Kubecek1-0/+1
2019-12-27ethtool: provide string sets with STRSET_GET requestMichal Kubecek1-0/+4
2019-12-27ethtool: default handlers for GET requestsMichal Kubecek1-1/+115
2019-12-27ethtool: helper functions for netlink interfaceMichal Kubecek1-0/+205
2019-12-27ethtool: introduce ethtool netlink interfaceMichal Kubecek1-0/+10