summaryrefslogtreecommitdiff
path: root/net/x25
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2007-06-13 19:05:22 (GMT)
committerDavid S. Miller <davem@sunset.davemloft.net>2007-07-11 05:14:38 (GMT)
commitc17d8874f9959070552fddf1b4e1d73c0c144c0f (patch)
treeea5a61e37f71218f8cb69033293a55631511b470 /net/x25
parent9ba2cd656021e7f70038ba9d551224e04d0bfcef (diff)
downloadlinux-fsl-qoriq-c17d8874f9959070552fddf1b4e1d73c0c144c0f.tar.xz
[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>
Diffstat (limited to 'net/x25')
0 files changed, 0 insertions, 0 deletions