]> git.baikalelectronics.ru Git - kernel.git/commit
ethtool: add PRIVFLAGS_NTF notification
authorMichal Kubecek <mkubecek@suse.cz>
Thu, 12 Mar 2020 20:08:18 +0000 (21:08 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Mar 2020 22:32:33 +0000 (15:32 -0700)
commit6de3be29ba5ad352c1d6f86ec1dd7ed133e1c5a4
tree65e37a9bab57c2c0e2cca0c0724f13757d19062a
parent7f26a92e285cf9fbc3ec3493103a87fefe524916
ethtool: add PRIVFLAGS_NTF notification

Send ETHTOOL_MSG_PRIVFLAGS_NTF notification whenever private flags of
a network device are modified using ETHTOOL_MSG_PRIVFLAGS_SET netlink
message or ETHTOOL_SPFLAGS ioctl request.

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