2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-20 19:23:57 +08:00
linux-next/net/ethtool
Michal Kubecek e54d04e3af ethtool: set message mask with DEBUG_SET request
Implement DEBUG_SET netlink request to set debugging settings for a device.
At the moment, only message mask corresponding to message level as set by
ETHTOOL_SMSGLVL ioctl request can be set. (It is called message level in
ioctl interface but almost all drivers interpret it as a bit mask.)

Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-01-27 11:31:35 +01: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 message mask with DEBUG_GET request 2020-01-27 11:31:35 +01:00
common.h ethtool: provide message mask with DEBUG_GET request 2020-01-27 11:31:35 +01:00
debug.c ethtool: set message mask with DEBUG_SET request 2020-01-27 11:31:35 +01:00
ioctl.c ethtool: provide link state with LINKSTATE_GET request 2019-12-27 16:40:02 -08:00
linkinfo.c ethtool: add LINKINFO_NTF notification 2019-12-27 16:40:02 -08:00
linkmodes.c ethtool: remove set but not used variable 'lsettings' 2020-01-03 12:22:12 -08:00
linkstate.c ethtool: provide link state with LINKSTATE_GET request 2019-12-27 16:40:02 -08:00
Makefile ethtool: provide message mask with DEBUG_GET request 2020-01-27 11:31:35 +01:00
netlink.c ethtool: set message mask with DEBUG_SET request 2020-01-27 11:31:35 +01:00
netlink.h ethtool: set message mask with DEBUG_SET request 2020-01-27 11:31:35 +01:00
strset.c ethtool: provide message mask with DEBUG_GET request 2020-01-27 11:31:35 +01:00