]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - include/linux/netdevice.h
net: add dev arg to ndo_neigh_construct/destroy
authorJiri Pirko <jiri@mellanox.com>
Tue, 5 Jul 2016 09:27:37 +0000 (11:27 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Jul 2016 16:06:28 +0000 (09:06 -0700)
commit503eebc265dcf5c512454fd5a6b6673ea4f1d7f2
treec1d66bfa44f67121373f4ea98a4857e5645a17eb
parent9046a745e29aa4c7e4f1dda3a50199dbe62fc9e8
net: add dev arg to ndo_neigh_construct/destroy

As the following patch will allow upper devices to follow the call down
lower devices, we need to add dev here and not rely on n->dev.

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/ethernet/rocker/rocker_main.c
include/linux/netdevice.h
net/atm/clip.c
net/core/neighbour.c
net/ieee802154/6lowpan/core.c