]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - include/linux/netdevice.h
net: add possibility to pass information about upper device via notifier
authorJiri Pirko <jiri@mellanox.com>
Thu, 3 Dec 2015 11:12:11 +0000 (12:12 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Dec 2015 16:49:25 +0000 (11:49 -0500)
commit29bf24afb29042f568fa67b1b0eee46796725ed2
tree865e593be107511f4032b41c09fd252e317cd540
parent6dffb0447c25476f499d205dfceb1972e8dae919
net: add possibility to pass information about upper device via notifier

Sometimes the drivers and other code would find it handy to know some
internal information about upper device being changed. So allow upper-code
to pass information down to notifier listeners during linking.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c
drivers/net/team/team.c
drivers/net/vrf.c
include/linux/netdevice.h
net/batman-adv/hard-interface.c
net/bridge/br_if.c
net/core/dev.c
net/openvswitch/vport-netdev.c