]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "rtnl: Add support for netdev event to link messages"
authorDavid S. Miller <davem@davemloft.net>
Sun, 9 Apr 2017 21:45:21 +0000 (14:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 9 Apr 2017 21:45:21 +0000 (14:45 -0700)
commit9e366cfce265c22d3fa2d0dde9da51e5a54a2c5a
tree4775f2b5a082545deb9ce65164ea18887417db21
parent73815e8dc0fc2c95adcd8734f264f4c15a217cbd
Revert "rtnl: Add support for netdev event to link messages"

This reverts commit 4e7c9e43038e238eaf3c5fb23e4228d7e358f253.

As per discussion between Roopa Prabhu and David Ahern, it is
advisable that we instead have the code collect the setlink triggered
events into a bitmask emitted in the IFLA_EVENT netlink attribute.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/rtnetlink.h
include/uapi/linux/if_link.h
net/core/dev.c
net/core/rtnetlink.c