diff options
author | David S. Miller <davem@davemloft.net> | 2018-10-13 00:38:46 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-10-13 00:38:46 -0400 |
commit | d864991b220b7c62e81d21209e1fd978fd67352c (patch) | |
tree | b570a1ad6fc1b959c5bcda6ceca0b321319c01e0 /include/linux/netdevice.h | |
parent | a688c53a0277d8ea21d86a5c56884892e3442c5e (diff) | |
parent | bab5c80b211035739997ebd361a679fa85b39465 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts were easy to resolve using immediate context mostly,
except the cls_u32.c one where I simply too the entire HEAD
chunk.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 76603ee136a8..22e4ef7bb701 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -2496,6 +2496,13 @@ struct netdev_notifier_info { | |||
2496 | struct netlink_ext_ack *extack; | 2496 | struct netlink_ext_ack *extack; |
2497 | }; | 2497 | }; |
2498 | 2498 | ||
2499 | struct netdev_notifier_info_ext { | ||
2500 | struct netdev_notifier_info info; /* must be first */ | ||
2501 | union { | ||
2502 | u32 mtu; | ||
2503 | } ext; | ||
2504 | }; | ||
2505 | |||
2499 | struct netdev_notifier_change_info { | 2506 | struct netdev_notifier_change_info { |
2500 | struct netdev_notifier_info info; /* must be first */ | 2507 | struct netdev_notifier_info info; /* must be first */ |
2501 | unsigned int flags_changed; | 2508 | unsigned int flags_changed; |