net: introduce default neigh_construct/destroy ndo calls for L2 upper devices
authorJiri Pirko <jiri@mellanox.com>
Tue, 5 Jul 2016 09:27:38 +0000 (11:27 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Jul 2016 16:06:28 +0000 (09:06 -0700)
commit18bfb924f0005a728caadd90ba755b2a660bf441
tree7fc40b134c49d93be19d2e90a971b4c4e09a2430
parent503eebc265dcf5c512454fd5a6b6673ea4f1d7f2
net: introduce default neigh_construct/destroy ndo calls for L2 upper devices

L2 upper device needs to propagate neigh_construct/destroy calls down to
lower devices. Do this by defining default ndo functions and use them in
team, bond, bridge and vlan.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Reviewed-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c
drivers/net/team/team.c
include/linux/netdevice.h
net/8021q/vlan_dev.c
net/bridge/br_device.c
net/core/dev.c