]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'rtnetlink-cleanup-user-notifications'
authorDavid S. Miller <davem@davemloft.net>
Thu, 13 Apr 2017 17:16:35 +0000 (13:16 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Apr 2017 17:16:35 +0000 (13:16 -0400)
commitef6d4bfac06c8d399d9912dc4a09e904e023b93b
tree677090d417b2e28040c87d4778e6e9449ff5dfba
parent80e371ec0c6ad3c9f3d0befd5434ae8693e47f2c
parentdc6203da0431d816bab2a9de817f51cb10b7ea93
Merge branch 'rtnetlink-cleanup-user-notifications'

David Ahern says:

====================
rtnetlink: Cleanup user notifications for netdev events

Vlad's recent patch to add the event type to rtnetlink notifications
points out a number of redundant or unnecessary notifications sent to
userspace for events that are essentially internal to the kernel. Trim
the list to put a dent in the notification storm.

v2
- rebased to top of net-next with IFLA_EVENT patch reverted
- dropped removal NETDEV_CHANGEINFODATA since it is intentionally
  only to send a message to userspace
- dropped NOTIFY_PEERS since Vlad's says it is needed for macvlans
- add patches to remove NETDEV_CHANGEUPPER and NETDEV_CHANGE_TX_QUEUE_LEN
  from the event list
====================

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