]> git.baikalelectronics.ru Git - kernel.git/commit
ethtool: add EEE_NTF notification
authorMichal Kubecek <mkubecek@suse.cz>
Fri, 27 Mar 2020 23:01:48 +0000 (00:01 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Mar 2020 05:32:36 +0000 (22:32 -0700)
commit97a044debc91a355303c38fc3845c3557e9e2e78
tree407739e00f65ba29cb6faf4001a0849ab2def99b
parentc83bd35d3598a6c280de01381e64a5506cb897d2
ethtool: add EEE_NTF notification

Send ETHTOOL_MSG_EEE_NTF notification whenever EEE settings of a network
device are modified using ETHTOOL_MSG_EEE_SET netlink message or
ETHTOOL_SEEE ioctl request.

Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ethtool-netlink.rst
include/uapi/linux/ethtool_netlink.h
net/ethtool/eee.c
net/ethtool/ioctl.c
net/ethtool/netlink.c