linux/net/ethtool
Michal Kubecek 5cf2a548bc ethtool: add default notification handler
The ethtool netlink notifications have the same format as related GET
replies so that if generic GET handling framework is used to process GET
requests, its callbacks and instance of struct get_request_ops can be
also used to compose corresponding notification message.

Provide function ethnl_std_notify() to be used as notification handler in
ethnl_notify_handlers table.

Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-12-27 16:40:02 -08:00
..
bitset.c ethtool: netlink bitset handling 2019-12-27 16:40:01 -08:00
bitset.h ethtool: netlink bitset handling 2019-12-27 16:40:01 -08:00
common.c ethtool: provide link settings with LINKINFO_GET request 2019-12-27 16:40:02 -08:00
common.h ethtool: provide link settings with LINKINFO_GET request 2019-12-27 16:40:02 -08:00
ioctl.c ethtool: provide link settings with LINKINFO_GET request 2019-12-27 16:40:02 -08:00
linkinfo.c ethtool: set link settings with LINKINFO_SET request 2019-12-27 16:40:02 -08:00
Makefile ethtool: provide link settings with LINKINFO_GET request 2019-12-27 16:40:02 -08:00
netlink.c ethtool: add default notification handler 2019-12-27 16:40:02 -08:00
netlink.h ethtool: add default notification handler 2019-12-27 16:40:02 -08:00
strset.c ethtool: provide string sets with STRSET_GET request 2019-12-27 16:40:01 -08:00