Vlad Yasevich
def12888c1
rtnl: Add support for netdev event to link messages
...
When netdev events happen, a rtnetlink_event() handler will send
messages for every event in it's white list. These messages contain
current information about a particular device, but they do not include
the iformation about which event just happened. The consumer of
the message has to try to infer this information. In some cases
(ex: NETDEV_NOTIFY_PEERS), that is not possible.
This patch adds a new extension to RTM_NEWLINK message called IFLA_EVENT
that would have an encoding of the which event triggered this
message. This would allow the the message consumer to easily determine
if it is interested in a particular event or not.
Signed-off-by: Vladislav Yasevich <vyasevic@redhat.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2017-04-05 08:14:14 -07:00
..
2017-02-10 16:00:01 +01:00
2017-01-24 13:52:00 +01:00
2017-01-05 13:02:25 +00:00
2016-11-29 09:00:30 +01:00
2017-03-13 13:45:36 +01:00
2017-01-31 12:31:54 -05:00
2016-11-22 08:58:17 -08:00
2017-03-02 08:42:42 +01:00
2017-02-10 13:18:33 -05:00
2017-01-02 10:55:28 +02:00
2017-02-21 13:25:50 -08:00
2017-02-27 18:43:45 -08:00
2017-02-27 18:43:45 -08:00
2017-02-27 18:43:45 -08:00
2017-01-26 08:34:19 +01:00
2017-04-01 12:45:57 -07:00
2017-03-07 14:10:17 +01:00
2016-12-07 10:45:57 +01:00
2016-12-21 06:59:13 -02:00
2016-11-16 15:43:10 -02:00
2017-03-28 17:11:54 -07:00
2016-11-21 09:52:02 -05:00
2017-04-05 06:36:06 -07:00
2017-03-02 20:51:15 -05:00
2017-02-02 04:36:12 +13:00
2017-03-25 20:11:19 -07:00
2016-11-18 17:23:17 +00:00
2017-02-03 15:21:21 -05:00
2017-01-10 14:05:11 -05:00
2017-04-05 08:14:14 -07:00
2016-12-10 23:29:11 -05:00
2017-02-22 16:09:04 -05:00
2017-02-03 15:16:45 -05:00
2017-01-17 15:22:05 -05:00
2016-11-30 08:59:26 -08:00
2017-02-23 10:46:07 -05:00
2017-02-19 18:15:12 -05:00
2017-03-22 14:20:54 -07:00
2017-03-02 13:53:13 -08:00
2017-02-07 18:16:45 +01:00
2017-02-17 12:27:37 +01:00
2017-02-14 22:18:05 -05:00
2017-01-31 08:32:13 -07:00
2017-02-23 10:46:08 -05:00
2016-12-02 10:51:49 -05:00
2017-03-13 15:29:22 -07:00
2017-01-17 14:38:43 -05:00
2017-02-24 17:46:56 -08:00
2017-02-19 18:15:12 -05:00
2017-02-19 18:15:12 -05:00
2016-11-22 13:11:55 -07:00
2017-02-03 15:21:21 -05:00
2016-11-30 10:04:25 -05:00
2017-02-20 11:13:37 -05:00
2017-02-23 21:51:39 +01:00
2017-04-05 07:13:56 -07:00
2017-01-09 16:07:41 -05:00
2017-02-09 15:17:30 +01:00
2017-02-03 14:35:43 +13:00
2017-03-22 11:28:35 -07:00
2017-03-09 13:22:28 -08:00
2017-02-15 11:56:07 -06:00
2017-02-17 12:08:05 -05:00
2017-03-15 15:20:27 -07:00
2017-01-24 13:44:28 -05:00
2017-02-23 10:55:08 -05:00
2017-01-18 10:43:15 -08:00
2017-03-28 22:32:42 -07:00
2017-04-03 14:52:35 -07:00
2017-02-14 19:47:16 -07:00
2017-01-16 14:47:21 -05:00
2017-02-23 10:55:08 -05:00
2017-02-23 10:55:08 -05:00
2017-01-12 11:51:25 +01:00
2017-02-10 15:13:26 +01:00
2017-02-09 11:43:15 -08:00
2017-01-09 16:07:41 -05:00
2017-01-09 16:07:38 -05:00
2017-03-16 20:33:56 -07:00
2017-03-02 20:51:15 -05:00
2017-03-22 14:20:54 -07:00
2017-02-18 21:44:59 -08:00
2017-01-29 19:17:23 -05:00
2017-01-10 18:31:55 -08:00
2017-01-20 12:10:17 -05:00
2016-12-16 00:13:39 +02:00
2016-11-22 12:07:02 +01:00
2017-02-02 21:58:02 -05:00
2017-03-09 17:01:09 -08:00
2016-11-16 16:16:08 -02:00
2016-11-16 15:13:18 -02:00
2016-11-17 08:33:20 -07:00
2016-12-16 00:13:38 +02:00
2017-02-13 14:33:56 -02:00
2016-12-16 00:13:32 +02:00
2016-12-16 00:13:32 +02:00
2017-02-27 16:31:23 +02:00
2017-02-27 20:54:03 +02:00
2016-12-16 00:13:41 +02:00
2016-11-28 01:31:31 +02:00