]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'rtnetlink-event-type'
authorDavid S. Miller <davem@davemloft.net>
Wed, 5 Apr 2017 15:14:14 +0000 (08:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Apr 2017 15:14:14 +0000 (08:14 -0700)
commite98137e27b3eb3cf6b491ce37abae64e06d5c069
tree30ec7b462b43d443fdb11712ee99ad953b5cf17c
parentc24d50fc1928f17caf706f0e726eb22b268581e4
parent3d32ebdc869d350ebfcbf43c00d5963b99dcb70d
Merge branch 'rtnetlink-event-type'

Vladislav Yasevich says:

====================
rtnetlink: Updates to rtnetlink_event()

This series came out of the conversation that started as a result
my first attempt to add netdevice event info to netlink messages.

This series converts event processing to a 'white list', where
we explicitely permit events to generate netlink messages.  This
is meant to make people take a closer look and determine wheter
these events should really trigger netlink messages.

I am also adding a V2 of my patch to add event type to the netlink
message.  This version supports all events that we currently generate.

I will also update my patch to iproute that will show this data
through 'ip monitor'.

I actually need the ability to trap NETDEV_NOTIFY_PEERS event
(as well as possible NETDEV_RESEND_IGMP) to support hanlding of
macvtap on top of bonding.  I hope others will also find this info usefull.

V2: Added missed events (from David Ahern)
====================

Signed-off-by: David S. Miller <davem@davemloft.net>