[VLAN]: Convert name-based configuration functions to struct netdevice *
authorPatrick McHardy <kaber@trash.net>
Wed, 13 Jun 2007 19:05:22 +0000 (12:05 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 11 Jul 2007 05:14:38 +0000 (22:14 -0700)
commitc17d8874f9959070552fddf1b4e1d73c0c144c0f
treeea5a61e37f71218f8cb69033293a55631511b470
parent9ba2cd656021e7f70038ba9d551224e04d0bfcef
[VLAN]: Convert name-based configuration functions to struct netdevice *

Move the device lookup and checks to the ioctl handler under the RTNL and
change all name-based interfaces to take a struct net_device * instead.

This allows to use them from a netlink interface, which identifies devices
based on ifindex not name. It also avoids races between the ioctl interface
and the (upcoming) netlink interface since now all changes happen under the
RTNL.

As a nice side effect this greatly simplifies error handling in the helper
functions and fixes a number of incorrect error codes like -EINVAL for
device not found.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan.c
net/8021q/vlan.h
net/8021q/vlan_dev.c