blob: b2a718dfd720f69c46aca7a7ff2ce50f8b14d907 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * INET An implementation of the TCP/IP protocol suite for the LINUX
3 * operating system. INET is implemented using the BSD Socket
4 * interface as the means of communication with the user level.
5 *
6 * Routing netlink socket interface: protocol independent part.
7 *
8 * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
9 *
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License
12 * as published by the Free Software Foundation; either version
13 * 2 of the License, or (at your option) any later version.
14 *
15 * Fixes:
16 * Vitaly E. Lavrov RTA_OK arithmetics was wrong.
17 */
18
Linus Torvalds1da177e2005-04-16 15:20:36 -070019#include <linux/errno.h>
20#include <linux/module.h>
21#include <linux/types.h>
22#include <linux/socket.h>
23#include <linux/kernel.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070024#include <linux/timer.h>
25#include <linux/string.h>
26#include <linux/sockios.h>
27#include <linux/net.h>
28#include <linux/fcntl.h>
29#include <linux/mm.h>
30#include <linux/slab.h>
31#include <linux/interrupt.h>
32#include <linux/capability.h>
33#include <linux/skbuff.h>
34#include <linux/init.h>
35#include <linux/security.h>
Stephen Hemminger6756ae42006-03-20 22:23:58 -080036#include <linux/mutex.h>
Thomas Graf18237302006-08-04 23:04:54 -070037#include <linux/if_addr.h>
Williams, Mitch Aebc08a62010-02-10 01:44:05 +000038#include <linux/pci.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070039
40#include <asm/uaccess.h>
41#include <asm/system.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070042
43#include <linux/inet.h>
44#include <linux/netdevice.h>
45#include <net/ip.h>
46#include <net/protocol.h>
47#include <net/arp.h>
48#include <net/route.h>
49#include <net/udp.h>
50#include <net/sock.h>
51#include <net/pkt_sched.h>
Thomas Graf14c0b972006-08-04 03:38:38 -070052#include <net/fib_rules.h>
Thomas Grafe2849862007-03-22 11:48:11 -070053#include <net/rtnetlink.h>
Johannes Berg30ffee82009-07-10 09:51:35 +000054#include <net/net_namespace.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070055
Eric Dumazete0d087a2009-11-07 01:26:17 -080056struct rtnl_link {
Thomas Grafe2849862007-03-22 11:48:11 -070057 rtnl_doit_func doit;
58 rtnl_dumpit_func dumpit;
59};
60
Stephen Hemminger6756ae42006-03-20 22:23:58 -080061static DEFINE_MUTEX(rtnl_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -070062
63void rtnl_lock(void)
64{
Stephen Hemminger6756ae42006-03-20 22:23:58 -080065 mutex_lock(&rtnl_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -070066}
Eric Dumazete0d087a2009-11-07 01:26:17 -080067EXPORT_SYMBOL(rtnl_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -070068
Stephen Hemminger6756ae42006-03-20 22:23:58 -080069void __rtnl_unlock(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -070070{
Stephen Hemminger6756ae42006-03-20 22:23:58 -080071 mutex_unlock(&rtnl_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -070072}
Stephen Hemminger6756ae42006-03-20 22:23:58 -080073
Linus Torvalds1da177e2005-04-16 15:20:36 -070074void rtnl_unlock(void)
75{
Herbert Xu58ec3b42008-10-07 15:50:03 -070076 /* This fellow will unlock it for us. */
Linus Torvalds1da177e2005-04-16 15:20:36 -070077 netdev_run_todo();
78}
Eric Dumazete0d087a2009-11-07 01:26:17 -080079EXPORT_SYMBOL(rtnl_unlock);
Linus Torvalds1da177e2005-04-16 15:20:36 -070080
Stephen Hemminger6756ae42006-03-20 22:23:58 -080081int rtnl_trylock(void)
82{
83 return mutex_trylock(&rtnl_mutex);
84}
Eric Dumazete0d087a2009-11-07 01:26:17 -080085EXPORT_SYMBOL(rtnl_trylock);
Stephen Hemminger6756ae42006-03-20 22:23:58 -080086
Patrick McHardyc9c10142008-04-23 22:10:48 -070087int rtnl_is_locked(void)
88{
89 return mutex_is_locked(&rtnl_mutex);
90}
Eric Dumazete0d087a2009-11-07 01:26:17 -080091EXPORT_SYMBOL(rtnl_is_locked);
Patrick McHardyc9c10142008-04-23 22:10:48 -070092
Paul E. McKenneya898def2010-02-22 17:04:49 -080093#ifdef CONFIG_PROVE_LOCKING
94int lockdep_rtnl_is_held(void)
95{
96 return lockdep_is_held(&rtnl_mutex);
97}
98EXPORT_SYMBOL(lockdep_rtnl_is_held);
99#endif /* #ifdef CONFIG_PROVE_LOCKING */
100
Patrick McHardy25239ce2010-04-26 16:02:05 +0200101static struct rtnl_link *rtnl_msg_handlers[RTNL_FAMILY_MAX + 1];
Thomas Grafe2849862007-03-22 11:48:11 -0700102
103static inline int rtm_msgindex(int msgtype)
104{
105 int msgindex = msgtype - RTM_BASE;
106
107 /*
108 * msgindex < 0 implies someone tried to register a netlink
109 * control code. msgindex >= RTM_NR_MSGTYPES may indicate that
110 * the message type has not been added to linux/rtnetlink.h
111 */
112 BUG_ON(msgindex < 0 || msgindex >= RTM_NR_MSGTYPES);
113
114 return msgindex;
115}
116
117static rtnl_doit_func rtnl_get_doit(int protocol, int msgindex)
118{
119 struct rtnl_link *tab;
120
Patrick McHardy25239ce2010-04-26 16:02:05 +0200121 if (protocol <= RTNL_FAMILY_MAX)
Patrick McHardy0f87b1d2010-04-13 05:03:17 +0000122 tab = rtnl_msg_handlers[protocol];
123 else
124 tab = NULL;
125
Thomas Graf51057f22007-03-22 21:41:06 -0700126 if (tab == NULL || tab[msgindex].doit == NULL)
Thomas Grafe2849862007-03-22 11:48:11 -0700127 tab = rtnl_msg_handlers[PF_UNSPEC];
128
Thomas Graf51057f22007-03-22 21:41:06 -0700129 return tab ? tab[msgindex].doit : NULL;
Thomas Grafe2849862007-03-22 11:48:11 -0700130}
131
132static rtnl_dumpit_func rtnl_get_dumpit(int protocol, int msgindex)
133{
134 struct rtnl_link *tab;
135
Patrick McHardy25239ce2010-04-26 16:02:05 +0200136 if (protocol <= RTNL_FAMILY_MAX)
Patrick McHardy0f87b1d2010-04-13 05:03:17 +0000137 tab = rtnl_msg_handlers[protocol];
138 else
139 tab = NULL;
140
Thomas Graf51057f22007-03-22 21:41:06 -0700141 if (tab == NULL || tab[msgindex].dumpit == NULL)
Thomas Grafe2849862007-03-22 11:48:11 -0700142 tab = rtnl_msg_handlers[PF_UNSPEC];
143
Thomas Graf51057f22007-03-22 21:41:06 -0700144 return tab ? tab[msgindex].dumpit : NULL;
Thomas Grafe2849862007-03-22 11:48:11 -0700145}
146
147/**
148 * __rtnl_register - Register a rtnetlink message type
149 * @protocol: Protocol family or PF_UNSPEC
150 * @msgtype: rtnetlink message type
151 * @doit: Function pointer called for each request message
152 * @dumpit: Function pointer called for each dump request (NLM_F_DUMP) message
153 *
154 * Registers the specified function pointers (at least one of them has
155 * to be non-NULL) to be called whenever a request message for the
156 * specified protocol family and message type is received.
157 *
158 * The special protocol family PF_UNSPEC may be used to define fallback
159 * function pointers for the case when no entry for the specific protocol
160 * family exists.
161 *
162 * Returns 0 on success or a negative error code.
163 */
164int __rtnl_register(int protocol, int msgtype,
165 rtnl_doit_func doit, rtnl_dumpit_func dumpit)
166{
167 struct rtnl_link *tab;
168 int msgindex;
169
Patrick McHardy25239ce2010-04-26 16:02:05 +0200170 BUG_ON(protocol < 0 || protocol > RTNL_FAMILY_MAX);
Thomas Grafe2849862007-03-22 11:48:11 -0700171 msgindex = rtm_msgindex(msgtype);
172
173 tab = rtnl_msg_handlers[protocol];
174 if (tab == NULL) {
175 tab = kcalloc(RTM_NR_MSGTYPES, sizeof(*tab), GFP_KERNEL);
176 if (tab == NULL)
177 return -ENOBUFS;
178
179 rtnl_msg_handlers[protocol] = tab;
180 }
181
182 if (doit)
183 tab[msgindex].doit = doit;
184
185 if (dumpit)
186 tab[msgindex].dumpit = dumpit;
187
188 return 0;
189}
Thomas Grafe2849862007-03-22 11:48:11 -0700190EXPORT_SYMBOL_GPL(__rtnl_register);
191
192/**
193 * rtnl_register - Register a rtnetlink message type
194 *
195 * Identical to __rtnl_register() but panics on failure. This is useful
196 * as failure of this function is very unlikely, it can only happen due
197 * to lack of memory when allocating the chain to store all message
198 * handlers for a protocol. Meant for use in init functions where lack
199 * of memory implies no sense in continueing.
200 */
201void rtnl_register(int protocol, int msgtype,
202 rtnl_doit_func doit, rtnl_dumpit_func dumpit)
203{
204 if (__rtnl_register(protocol, msgtype, doit, dumpit) < 0)
205 panic("Unable to register rtnetlink message handler, "
206 "protocol = %d, message type = %d\n",
207 protocol, msgtype);
208}
Thomas Grafe2849862007-03-22 11:48:11 -0700209EXPORT_SYMBOL_GPL(rtnl_register);
210
211/**
212 * rtnl_unregister - Unregister a rtnetlink message type
213 * @protocol: Protocol family or PF_UNSPEC
214 * @msgtype: rtnetlink message type
215 *
216 * Returns 0 on success or a negative error code.
217 */
218int rtnl_unregister(int protocol, int msgtype)
219{
220 int msgindex;
221
Patrick McHardy25239ce2010-04-26 16:02:05 +0200222 BUG_ON(protocol < 0 || protocol > RTNL_FAMILY_MAX);
Thomas Grafe2849862007-03-22 11:48:11 -0700223 msgindex = rtm_msgindex(msgtype);
224
225 if (rtnl_msg_handlers[protocol] == NULL)
226 return -ENOENT;
227
228 rtnl_msg_handlers[protocol][msgindex].doit = NULL;
229 rtnl_msg_handlers[protocol][msgindex].dumpit = NULL;
230
231 return 0;
232}
Thomas Grafe2849862007-03-22 11:48:11 -0700233EXPORT_SYMBOL_GPL(rtnl_unregister);
234
235/**
236 * rtnl_unregister_all - Unregister all rtnetlink message type of a protocol
237 * @protocol : Protocol family or PF_UNSPEC
238 *
239 * Identical to calling rtnl_unregster() for all registered message types
240 * of a certain protocol family.
241 */
242void rtnl_unregister_all(int protocol)
243{
Patrick McHardy25239ce2010-04-26 16:02:05 +0200244 BUG_ON(protocol < 0 || protocol > RTNL_FAMILY_MAX);
Thomas Grafe2849862007-03-22 11:48:11 -0700245
246 kfree(rtnl_msg_handlers[protocol]);
247 rtnl_msg_handlers[protocol] = NULL;
248}
Thomas Grafe2849862007-03-22 11:48:11 -0700249EXPORT_SYMBOL_GPL(rtnl_unregister_all);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700250
Patrick McHardy38f7b872007-06-13 12:03:51 -0700251static LIST_HEAD(link_ops);
252
253/**
254 * __rtnl_link_register - Register rtnl_link_ops with rtnetlink.
255 * @ops: struct rtnl_link_ops * to register
256 *
257 * The caller must hold the rtnl_mutex. This function should be used
258 * by drivers that create devices during module initialization. It
259 * must be called before registering the devices.
260 *
261 * Returns 0 on success or a negative error code.
262 */
263int __rtnl_link_register(struct rtnl_link_ops *ops)
264{
Patrick McHardy2d85cba2007-07-11 19:42:13 -0700265 if (!ops->dellink)
Eric Dumazet23289a32009-10-27 07:06:36 +0000266 ops->dellink = unregister_netdevice_queue;
Patrick McHardy2d85cba2007-07-11 19:42:13 -0700267
Patrick McHardy38f7b872007-06-13 12:03:51 -0700268 list_add_tail(&ops->list, &link_ops);
269 return 0;
270}
Patrick McHardy38f7b872007-06-13 12:03:51 -0700271EXPORT_SYMBOL_GPL(__rtnl_link_register);
272
273/**
274 * rtnl_link_register - Register rtnl_link_ops with rtnetlink.
275 * @ops: struct rtnl_link_ops * to register
276 *
277 * Returns 0 on success or a negative error code.
278 */
279int rtnl_link_register(struct rtnl_link_ops *ops)
280{
281 int err;
282
283 rtnl_lock();
284 err = __rtnl_link_register(ops);
285 rtnl_unlock();
286 return err;
287}
Patrick McHardy38f7b872007-06-13 12:03:51 -0700288EXPORT_SYMBOL_GPL(rtnl_link_register);
289
Pavel Emelyanov669f87b2008-04-16 00:46:52 -0700290static void __rtnl_kill_links(struct net *net, struct rtnl_link_ops *ops)
291{
292 struct net_device *dev;
Eric Dumazet23289a32009-10-27 07:06:36 +0000293 LIST_HEAD(list_kill);
294
Pavel Emelyanov669f87b2008-04-16 00:46:52 -0700295 for_each_netdev(net, dev) {
Eric Dumazet23289a32009-10-27 07:06:36 +0000296 if (dev->rtnl_link_ops == ops)
297 ops->dellink(dev, &list_kill);
Pavel Emelyanov669f87b2008-04-16 00:46:52 -0700298 }
Eric Dumazet23289a32009-10-27 07:06:36 +0000299 unregister_netdevice_many(&list_kill);
Pavel Emelyanov669f87b2008-04-16 00:46:52 -0700300}
301
302void rtnl_kill_links(struct net *net, struct rtnl_link_ops *ops)
303{
304 rtnl_lock();
305 __rtnl_kill_links(net, ops);
306 rtnl_unlock();
307}
308EXPORT_SYMBOL_GPL(rtnl_kill_links);
309
Patrick McHardy38f7b872007-06-13 12:03:51 -0700310/**
311 * __rtnl_link_unregister - Unregister rtnl_link_ops from rtnetlink.
312 * @ops: struct rtnl_link_ops * to unregister
313 *
Patrick McHardy2d85cba2007-07-11 19:42:13 -0700314 * The caller must hold the rtnl_mutex.
Patrick McHardy38f7b872007-06-13 12:03:51 -0700315 */
316void __rtnl_link_unregister(struct rtnl_link_ops *ops)
317{
Eric W. Biederman881d9662007-09-17 11:56:21 -0700318 struct net *net;
Patrick McHardy2d85cba2007-07-11 19:42:13 -0700319
Eric W. Biederman881d9662007-09-17 11:56:21 -0700320 for_each_net(net) {
Pavel Emelyanov669f87b2008-04-16 00:46:52 -0700321 __rtnl_kill_links(net, ops);
Patrick McHardy2d85cba2007-07-11 19:42:13 -0700322 }
Patrick McHardy38f7b872007-06-13 12:03:51 -0700323 list_del(&ops->list);
324}
Patrick McHardy38f7b872007-06-13 12:03:51 -0700325EXPORT_SYMBOL_GPL(__rtnl_link_unregister);
326
327/**
328 * rtnl_link_unregister - Unregister rtnl_link_ops from rtnetlink.
329 * @ops: struct rtnl_link_ops * to unregister
330 */
331void rtnl_link_unregister(struct rtnl_link_ops *ops)
332{
333 rtnl_lock();
334 __rtnl_link_unregister(ops);
335 rtnl_unlock();
336}
Patrick McHardy38f7b872007-06-13 12:03:51 -0700337EXPORT_SYMBOL_GPL(rtnl_link_unregister);
338
339static const struct rtnl_link_ops *rtnl_link_ops_get(const char *kind)
340{
341 const struct rtnl_link_ops *ops;
342
343 list_for_each_entry(ops, &link_ops, list) {
344 if (!strcmp(ops->kind, kind))
345 return ops;
346 }
347 return NULL;
348}
349
350static size_t rtnl_link_get_size(const struct net_device *dev)
351{
352 const struct rtnl_link_ops *ops = dev->rtnl_link_ops;
353 size_t size;
354
355 if (!ops)
356 return 0;
357
358 size = nlmsg_total_size(sizeof(struct nlattr)) + /* IFLA_LINKINFO */
359 nlmsg_total_size(strlen(ops->kind) + 1); /* IFLA_INFO_KIND */
360
361 if (ops->get_size)
362 /* IFLA_INFO_DATA + nested data */
363 size += nlmsg_total_size(sizeof(struct nlattr)) +
364 ops->get_size(dev);
365
366 if (ops->get_xstats_size)
367 size += ops->get_xstats_size(dev); /* IFLA_INFO_XSTATS */
368
369 return size;
370}
371
372static int rtnl_link_fill(struct sk_buff *skb, const struct net_device *dev)
373{
374 const struct rtnl_link_ops *ops = dev->rtnl_link_ops;
375 struct nlattr *linkinfo, *data;
376 int err = -EMSGSIZE;
377
378 linkinfo = nla_nest_start(skb, IFLA_LINKINFO);
379 if (linkinfo == NULL)
380 goto out;
381
382 if (nla_put_string(skb, IFLA_INFO_KIND, ops->kind) < 0)
383 goto err_cancel_link;
384 if (ops->fill_xstats) {
385 err = ops->fill_xstats(skb, dev);
386 if (err < 0)
387 goto err_cancel_link;
388 }
389 if (ops->fill_info) {
390 data = nla_nest_start(skb, IFLA_INFO_DATA);
391 if (data == NULL)
392 goto err_cancel_link;
393 err = ops->fill_info(skb, dev);
394 if (err < 0)
395 goto err_cancel_data;
396 nla_nest_end(skb, data);
397 }
398
399 nla_nest_end(skb, linkinfo);
400 return 0;
401
402err_cancel_data:
403 nla_nest_cancel(skb, data);
404err_cancel_link:
405 nla_nest_cancel(skb, linkinfo);
406out:
407 return err;
408}
409
Thomas Grafdb46edc2005-05-03 14:29:39 -0700410static const int rtm_min[RTM_NR_FAMILIES] =
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411{
Thomas Graff90a0a72005-05-03 14:29:00 -0700412 [RTM_FAM(RTM_NEWLINK)] = NLMSG_LENGTH(sizeof(struct ifinfomsg)),
413 [RTM_FAM(RTM_NEWADDR)] = NLMSG_LENGTH(sizeof(struct ifaddrmsg)),
414 [RTM_FAM(RTM_NEWROUTE)] = NLMSG_LENGTH(sizeof(struct rtmsg)),
Thomas Graf14c0b972006-08-04 03:38:38 -0700415 [RTM_FAM(RTM_NEWRULE)] = NLMSG_LENGTH(sizeof(struct fib_rule_hdr)),
Thomas Graff90a0a72005-05-03 14:29:00 -0700416 [RTM_FAM(RTM_NEWQDISC)] = NLMSG_LENGTH(sizeof(struct tcmsg)),
417 [RTM_FAM(RTM_NEWTCLASS)] = NLMSG_LENGTH(sizeof(struct tcmsg)),
418 [RTM_FAM(RTM_NEWTFILTER)] = NLMSG_LENGTH(sizeof(struct tcmsg)),
419 [RTM_FAM(RTM_NEWACTION)] = NLMSG_LENGTH(sizeof(struct tcamsg)),
Thomas Graff90a0a72005-05-03 14:29:00 -0700420 [RTM_FAM(RTM_GETMULTICAST)] = NLMSG_LENGTH(sizeof(struct rtgenmsg)),
421 [RTM_FAM(RTM_GETANYCAST)] = NLMSG_LENGTH(sizeof(struct rtgenmsg)),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700422};
423
Thomas Grafdb46edc2005-05-03 14:29:39 -0700424static const int rta_max[RTM_NR_FAMILIES] =
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425{
Thomas Graff90a0a72005-05-03 14:29:00 -0700426 [RTM_FAM(RTM_NEWLINK)] = IFLA_MAX,
427 [RTM_FAM(RTM_NEWADDR)] = IFA_MAX,
428 [RTM_FAM(RTM_NEWROUTE)] = RTA_MAX,
Thomas Graf14c0b972006-08-04 03:38:38 -0700429 [RTM_FAM(RTM_NEWRULE)] = FRA_MAX,
Thomas Graff90a0a72005-05-03 14:29:00 -0700430 [RTM_FAM(RTM_NEWQDISC)] = TCA_MAX,
431 [RTM_FAM(RTM_NEWTCLASS)] = TCA_MAX,
432 [RTM_FAM(RTM_NEWTFILTER)] = TCA_MAX,
433 [RTM_FAM(RTM_NEWACTION)] = TCAA_MAX,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700434};
435
436void __rta_fill(struct sk_buff *skb, int attrtype, int attrlen, const void *data)
437{
438 struct rtattr *rta;
439 int size = RTA_LENGTH(attrlen);
440
Eric Dumazete0d087a2009-11-07 01:26:17 -0800441 rta = (struct rtattr *)skb_put(skb, RTA_ALIGN(size));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700442 rta->rta_type = attrtype;
443 rta->rta_len = size;
444 memcpy(RTA_DATA(rta), data, attrlen);
Patrick McHardyb3563c42005-06-28 12:54:43 -0700445 memset(RTA_DATA(rta) + attrlen, 0, RTA_ALIGN(size) - size);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700446}
Eric Dumazete0d087a2009-11-07 01:26:17 -0800447EXPORT_SYMBOL(__rta_fill);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700448
Denis V. Lunev97c53ca2007-11-19 22:26:51 -0800449int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned group, int echo)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450{
Denis V. Lunev97c53ca2007-11-19 22:26:51 -0800451 struct sock *rtnl = net->rtnl;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452 int err = 0;
453
Patrick McHardyac6d4392005-08-14 19:29:52 -0700454 NETLINK_CB(skb).dst_group = group;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455 if (echo)
456 atomic_inc(&skb->users);
457 netlink_broadcast(rtnl, skb, pid, group, GFP_KERNEL);
458 if (echo)
459 err = netlink_unicast(rtnl, skb, pid, MSG_DONTWAIT);
460 return err;
461}
462
Denis V. Lunev97c53ca2007-11-19 22:26:51 -0800463int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid)
Thomas Graf2942e902006-08-15 00:30:25 -0700464{
Denis V. Lunev97c53ca2007-11-19 22:26:51 -0800465 struct sock *rtnl = net->rtnl;
466
Thomas Graf2942e902006-08-15 00:30:25 -0700467 return nlmsg_unicast(rtnl, skb, pid);
468}
Eric Dumazete0d087a2009-11-07 01:26:17 -0800469EXPORT_SYMBOL(rtnl_unicast);
Thomas Graf2942e902006-08-15 00:30:25 -0700470
Pablo Neira Ayuso1ce85fe2009-02-24 23:18:28 -0800471void rtnl_notify(struct sk_buff *skb, struct net *net, u32 pid, u32 group,
472 struct nlmsghdr *nlh, gfp_t flags)
Thomas Graf97676b62006-08-15 00:31:41 -0700473{
Denis V. Lunev97c53ca2007-11-19 22:26:51 -0800474 struct sock *rtnl = net->rtnl;
Thomas Graf97676b62006-08-15 00:31:41 -0700475 int report = 0;
476
477 if (nlh)
478 report = nlmsg_report(nlh);
479
Pablo Neira Ayuso1ce85fe2009-02-24 23:18:28 -0800480 nlmsg_notify(rtnl, skb, pid, group, report, flags);
Thomas Graf97676b62006-08-15 00:31:41 -0700481}
Eric Dumazete0d087a2009-11-07 01:26:17 -0800482EXPORT_SYMBOL(rtnl_notify);
Thomas Graf97676b62006-08-15 00:31:41 -0700483
Denis V. Lunev97c53ca2007-11-19 22:26:51 -0800484void rtnl_set_sk_err(struct net *net, u32 group, int error)
Thomas Graf97676b62006-08-15 00:31:41 -0700485{
Denis V. Lunev97c53ca2007-11-19 22:26:51 -0800486 struct sock *rtnl = net->rtnl;
487
Thomas Graf97676b62006-08-15 00:31:41 -0700488 netlink_set_err(rtnl, 0, group, error);
489}
Eric Dumazete0d087a2009-11-07 01:26:17 -0800490EXPORT_SYMBOL(rtnl_set_sk_err);
Thomas Graf97676b62006-08-15 00:31:41 -0700491
Linus Torvalds1da177e2005-04-16 15:20:36 -0700492int rtnetlink_put_metrics(struct sk_buff *skb, u32 *metrics)
493{
Thomas Graf2d7202b2006-08-22 00:01:27 -0700494 struct nlattr *mx;
495 int i, valid = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496
Thomas Graf2d7202b2006-08-22 00:01:27 -0700497 mx = nla_nest_start(skb, RTA_METRICS);
498 if (mx == NULL)
499 return -ENOBUFS;
500
501 for (i = 0; i < RTAX_MAX; i++) {
502 if (metrics[i]) {
503 valid++;
504 NLA_PUT_U32(skb, i+1, metrics[i]);
505 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700506 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700507
David S. Millera57d27f2006-08-22 22:20:14 -0700508 if (!valid) {
509 nla_nest_cancel(skb, mx);
510 return 0;
511 }
Thomas Graf2d7202b2006-08-22 00:01:27 -0700512
513 return nla_nest_end(skb, mx);
514
515nla_put_failure:
Thomas Grafbc3ed282008-06-03 16:36:54 -0700516 nla_nest_cancel(skb, mx);
517 return -EMSGSIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518}
Eric Dumazete0d087a2009-11-07 01:26:17 -0800519EXPORT_SYMBOL(rtnetlink_put_metrics);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700520
Thomas Grafe3703b32006-11-27 09:27:07 -0800521int rtnl_put_cacheinfo(struct sk_buff *skb, struct dst_entry *dst, u32 id,
522 u32 ts, u32 tsage, long expires, u32 error)
523{
524 struct rta_cacheinfo ci = {
525 .rta_lastuse = jiffies_to_clock_t(jiffies - dst->lastuse),
526 .rta_used = dst->__use,
527 .rta_clntref = atomic_read(&(dst->__refcnt)),
528 .rta_error = error,
529 .rta_id = id,
530 .rta_ts = ts,
531 .rta_tsage = tsage,
532 };
533
534 if (expires)
535 ci.rta_expires = jiffies_to_clock_t(expires);
536
537 return nla_put(skb, RTA_CACHEINFO, sizeof(ci), &ci);
538}
Thomas Grafe3703b32006-11-27 09:27:07 -0800539EXPORT_SYMBOL_GPL(rtnl_put_cacheinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540
David S. Miller93b2d4a2008-02-17 18:35:07 -0800541static void set_operstate(struct net_device *dev, unsigned char transition)
Stefan Rompfb00055a2006-03-20 17:09:11 -0800542{
543 unsigned char operstate = dev->operstate;
544
Eric Dumazete0d087a2009-11-07 01:26:17 -0800545 switch (transition) {
Stefan Rompfb00055a2006-03-20 17:09:11 -0800546 case IF_OPER_UP:
547 if ((operstate == IF_OPER_DORMANT ||
548 operstate == IF_OPER_UNKNOWN) &&
549 !netif_dormant(dev))
550 operstate = IF_OPER_UP;
551 break;
552
553 case IF_OPER_DORMANT:
554 if (operstate == IF_OPER_UP ||
555 operstate == IF_OPER_UNKNOWN)
556 operstate = IF_OPER_DORMANT;
557 break;
Stephen Hemminger3ff50b72007-04-20 17:09:22 -0700558 }
Stefan Rompfb00055a2006-03-20 17:09:11 -0800559
560 if (dev->operstate != operstate) {
561 write_lock_bh(&dev_base_lock);
562 dev->operstate = operstate;
563 write_unlock_bh(&dev_base_lock);
David S. Miller93b2d4a2008-02-17 18:35:07 -0800564 netdev_state_change(dev);
565 }
Stefan Rompfb00055a2006-03-20 17:09:11 -0800566}
567
Patrick McHardy3729d502010-02-26 06:34:54 +0000568static unsigned int rtnl_dev_combine_flags(const struct net_device *dev,
569 const struct ifinfomsg *ifm)
570{
571 unsigned int flags = ifm->ifi_flags;
572
573 /* bugwards compatibility: ifi_change == 0 is treated as ~0 */
574 if (ifm->ifi_change)
575 flags = (flags & ifm->ifi_change) |
576 (dev->flags & ~ifm->ifi_change);
577
578 return flags;
579}
580
Thomas Grafb60c5112006-08-04 23:05:34 -0700581static void copy_rtnl_link_stats(struct rtnl_link_stats *a,
Ben Hutchingsbe1f3c22010-06-08 07:19:54 +0000582 const struct rtnl_link_stats64 *b)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583{
Thomas Grafb60c5112006-08-04 23:05:34 -0700584 a->rx_packets = b->rx_packets;
585 a->tx_packets = b->tx_packets;
586 a->rx_bytes = b->rx_bytes;
587 a->tx_bytes = b->tx_bytes;
588 a->rx_errors = b->rx_errors;
589 a->tx_errors = b->tx_errors;
590 a->rx_dropped = b->rx_dropped;
591 a->tx_dropped = b->tx_dropped;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592
Thomas Grafb60c5112006-08-04 23:05:34 -0700593 a->multicast = b->multicast;
594 a->collisions = b->collisions;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595
Thomas Grafb60c5112006-08-04 23:05:34 -0700596 a->rx_length_errors = b->rx_length_errors;
597 a->rx_over_errors = b->rx_over_errors;
598 a->rx_crc_errors = b->rx_crc_errors;
599 a->rx_frame_errors = b->rx_frame_errors;
600 a->rx_fifo_errors = b->rx_fifo_errors;
601 a->rx_missed_errors = b->rx_missed_errors;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700602
Thomas Grafb60c5112006-08-04 23:05:34 -0700603 a->tx_aborted_errors = b->tx_aborted_errors;
604 a->tx_carrier_errors = b->tx_carrier_errors;
605 a->tx_fifo_errors = b->tx_fifo_errors;
606 a->tx_heartbeat_errors = b->tx_heartbeat_errors;
607 a->tx_window_errors = b->tx_window_errors;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608
Thomas Grafb60c5112006-08-04 23:05:34 -0700609 a->rx_compressed = b->rx_compressed;
610 a->tx_compressed = b->tx_compressed;
Jan Engelhardt10708f32010-03-11 09:57:29 +0000611}
612
Ben Hutchingsbe1f3c22010-06-08 07:19:54 +0000613static void copy_rtnl_link_stats64(void *v, const struct rtnl_link_stats64 *b)
Jan Engelhardt10708f32010-03-11 09:57:29 +0000614{
Eric Dumazetafdcba32010-08-23 07:14:36 +0000615 memcpy(v, b, sizeof(*b));
Jan Engelhardt10708f32010-03-11 09:57:29 +0000616}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617
Chris Wrightc02db8c2010-05-16 01:05:45 -0700618/* All VF info */
Williams, Mitch Aebc08a62010-02-10 01:44:05 +0000619static inline int rtnl_vfinfo_size(const struct net_device *dev)
620{
Chris Wrightc02db8c2010-05-16 01:05:45 -0700621 if (dev->dev.parent && dev_is_pci(dev->dev.parent)) {
622
623 int num_vfs = dev_num_vf(dev->dev.parent);
Scott Feldman045de012010-05-28 03:42:43 -0700624 size_t size = nla_total_size(sizeof(struct nlattr));
625 size += nla_total_size(num_vfs * sizeof(struct nlattr));
626 size += num_vfs *
627 (nla_total_size(sizeof(struct ifla_vf_mac)) +
628 nla_total_size(sizeof(struct ifla_vf_vlan)) +
629 nla_total_size(sizeof(struct ifla_vf_tx_rate)));
Chris Wrightc02db8c2010-05-16 01:05:45 -0700630 return size;
631 } else
Williams, Mitch Aebc08a62010-02-10 01:44:05 +0000632 return 0;
633}
634
Scott Feldman57b61082010-05-17 22:49:55 -0700635static size_t rtnl_port_size(const struct net_device *dev)
636{
637 size_t port_size = nla_total_size(4) /* PORT_VF */
638 + nla_total_size(PORT_PROFILE_MAX) /* PORT_PROFILE */
639 + nla_total_size(sizeof(struct ifla_port_vsi))
640 /* PORT_VSI_TYPE */
641 + nla_total_size(PORT_UUID_MAX) /* PORT_INSTANCE_UUID */
642 + nla_total_size(PORT_UUID_MAX) /* PORT_HOST_UUID */
643 + nla_total_size(1) /* PROT_VDP_REQUEST */
644 + nla_total_size(2); /* PORT_VDP_RESPONSE */
645 size_t vf_ports_size = nla_total_size(sizeof(struct nlattr));
646 size_t vf_port_size = nla_total_size(sizeof(struct nlattr))
647 + port_size;
648 size_t port_self_size = nla_total_size(sizeof(struct nlattr))
649 + port_size;
650
651 if (!dev->netdev_ops->ndo_get_vf_port || !dev->dev.parent)
652 return 0;
653 if (dev_num_vf(dev->dev.parent))
654 return port_self_size + vf_ports_size +
655 vf_port_size * dev_num_vf(dev->dev.parent);
656 else
657 return port_self_size;
658}
659
Eric Dumazet9e34a5b2010-07-09 21:22:04 +0000660static noinline size_t if_nlmsg_size(const struct net_device *dev)
Thomas Graf339bf982006-11-10 14:10:15 -0800661{
662 return NLMSG_ALIGN(sizeof(struct ifinfomsg))
663 + nla_total_size(IFNAMSIZ) /* IFLA_IFNAME */
Stephen Hemminger0b815a12008-09-22 21:28:11 -0700664 + nla_total_size(IFALIASZ) /* IFLA_IFALIAS */
Thomas Graf339bf982006-11-10 14:10:15 -0800665 + nla_total_size(IFNAMSIZ) /* IFLA_QDISC */
666 + nla_total_size(sizeof(struct rtnl_link_ifmap))
667 + nla_total_size(sizeof(struct rtnl_link_stats))
Jan Engelhardtadcfe192010-03-27 17:15:29 -0700668 + nla_total_size(sizeof(struct rtnl_link_stats64))
Thomas Graf339bf982006-11-10 14:10:15 -0800669 + nla_total_size(MAX_ADDR_LEN) /* IFLA_ADDRESS */
670 + nla_total_size(MAX_ADDR_LEN) /* IFLA_BROADCAST */
671 + nla_total_size(4) /* IFLA_TXQLEN */
672 + nla_total_size(4) /* IFLA_WEIGHT */
673 + nla_total_size(4) /* IFLA_MTU */
674 + nla_total_size(4) /* IFLA_LINK */
675 + nla_total_size(4) /* IFLA_MASTER */
676 + nla_total_size(1) /* IFLA_OPERSTATE */
Patrick McHardy38f7b872007-06-13 12:03:51 -0700677 + nla_total_size(1) /* IFLA_LINKMODE */
Williams, Mitch Aebc08a62010-02-10 01:44:05 +0000678 + nla_total_size(4) /* IFLA_NUM_VF */
Chris Wrightc02db8c2010-05-16 01:05:45 -0700679 + rtnl_vfinfo_size(dev) /* IFLA_VFINFO_LIST */
Scott Feldman57b61082010-05-17 22:49:55 -0700680 + rtnl_port_size(dev) /* IFLA_VF_PORTS + IFLA_PORT_SELF */
Patrick McHardy38f7b872007-06-13 12:03:51 -0700681 + rtnl_link_get_size(dev); /* IFLA_LINKINFO */
Thomas Graf339bf982006-11-10 14:10:15 -0800682}
683
Scott Feldman57b61082010-05-17 22:49:55 -0700684static int rtnl_vf_ports_fill(struct sk_buff *skb, struct net_device *dev)
685{
686 struct nlattr *vf_ports;
687 struct nlattr *vf_port;
688 int vf;
689 int err;
690
691 vf_ports = nla_nest_start(skb, IFLA_VF_PORTS);
692 if (!vf_ports)
693 return -EMSGSIZE;
694
695 for (vf = 0; vf < dev_num_vf(dev->dev.parent); vf++) {
696 vf_port = nla_nest_start(skb, IFLA_VF_PORT);
Scott Feldman8ca94182010-05-28 03:42:18 -0700697 if (!vf_port)
698 goto nla_put_failure;
Scott Feldman57b61082010-05-17 22:49:55 -0700699 NLA_PUT_U32(skb, IFLA_PORT_VF, vf);
700 err = dev->netdev_ops->ndo_get_vf_port(dev, vf, skb);
Scott Feldman8ca94182010-05-28 03:42:18 -0700701 if (err == -EMSGSIZE)
702 goto nla_put_failure;
Scott Feldman57b61082010-05-17 22:49:55 -0700703 if (err) {
Scott Feldman57b61082010-05-17 22:49:55 -0700704 nla_nest_cancel(skb, vf_port);
705 continue;
706 }
707 nla_nest_end(skb, vf_port);
708 }
709
710 nla_nest_end(skb, vf_ports);
711
712 return 0;
Scott Feldman8ca94182010-05-28 03:42:18 -0700713
714nla_put_failure:
715 nla_nest_cancel(skb, vf_ports);
716 return -EMSGSIZE;
Scott Feldman57b61082010-05-17 22:49:55 -0700717}
718
719static int rtnl_port_self_fill(struct sk_buff *skb, struct net_device *dev)
720{
721 struct nlattr *port_self;
722 int err;
723
724 port_self = nla_nest_start(skb, IFLA_PORT_SELF);
725 if (!port_self)
726 return -EMSGSIZE;
727
728 err = dev->netdev_ops->ndo_get_vf_port(dev, PORT_SELF_VF, skb);
729 if (err) {
730 nla_nest_cancel(skb, port_self);
Scott Feldman8ca94182010-05-28 03:42:18 -0700731 return (err == -EMSGSIZE) ? err : 0;
Scott Feldman57b61082010-05-17 22:49:55 -0700732 }
733
734 nla_nest_end(skb, port_self);
735
736 return 0;
737}
738
739static int rtnl_port_fill(struct sk_buff *skb, struct net_device *dev)
740{
741 int err;
742
743 if (!dev->netdev_ops->ndo_get_vf_port || !dev->dev.parent)
744 return 0;
745
746 err = rtnl_port_self_fill(skb, dev);
747 if (err)
748 return err;
749
750 if (dev_num_vf(dev->dev.parent)) {
751 err = rtnl_vf_ports_fill(skb, dev);
752 if (err)
753 return err;
754 }
755
756 return 0;
757}
758
Thomas Grafb60c5112006-08-04 23:05:34 -0700759static int rtnl_fill_ifinfo(struct sk_buff *skb, struct net_device *dev,
Patrick McHardy575c3e22007-05-22 17:00:49 -0700760 int type, u32 pid, u32 seq, u32 change,
761 unsigned int flags)
Thomas Grafb60c5112006-08-04 23:05:34 -0700762{
763 struct ifinfomsg *ifm;
764 struct nlmsghdr *nlh;
Eric Dumazet28172732010-07-07 14:58:56 -0700765 struct rtnl_link_stats64 temp;
Ben Hutchingsbe1f3c22010-06-08 07:19:54 +0000766 const struct rtnl_link_stats64 *stats;
Pavel Emelyanov96e74082008-05-21 14:12:46 -0700767 struct nlattr *attr;
Thomas Grafb60c5112006-08-04 23:05:34 -0700768
769 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ifm), flags);
770 if (nlh == NULL)
Patrick McHardy26932562007-01-31 23:16:40 -0800771 return -EMSGSIZE;
Thomas Grafb60c5112006-08-04 23:05:34 -0700772
773 ifm = nlmsg_data(nlh);
774 ifm->ifi_family = AF_UNSPEC;
775 ifm->__ifi_pad = 0;
776 ifm->ifi_type = dev->type;
777 ifm->ifi_index = dev->ifindex;
778 ifm->ifi_flags = dev_get_flags(dev);
779 ifm->ifi_change = change;
780
781 NLA_PUT_STRING(skb, IFLA_IFNAME, dev->name);
782 NLA_PUT_U32(skb, IFLA_TXQLEN, dev->tx_queue_len);
Thomas Grafb60c5112006-08-04 23:05:34 -0700783 NLA_PUT_U8(skb, IFLA_OPERSTATE,
784 netif_running(dev) ? dev->operstate : IF_OPER_DOWN);
785 NLA_PUT_U8(skb, IFLA_LINKMODE, dev->link_mode);
786 NLA_PUT_U32(skb, IFLA_MTU, dev->mtu);
787
788 if (dev->ifindex != dev->iflink)
789 NLA_PUT_U32(skb, IFLA_LINK, dev->iflink);
790
791 if (dev->master)
792 NLA_PUT_U32(skb, IFLA_MASTER, dev->master->ifindex);
793
Patrick McHardyaf356af2009-09-04 06:41:18 +0000794 if (dev->qdisc)
795 NLA_PUT_STRING(skb, IFLA_QDISC, dev->qdisc->ops->id);
Stefan Rompfb00055a2006-03-20 17:09:11 -0800796
Stephen Hemminger0b815a12008-09-22 21:28:11 -0700797 if (dev->ifalias)
798 NLA_PUT_STRING(skb, IFLA_IFALIAS, dev->ifalias);
799
Stefan Rompfb00055a2006-03-20 17:09:11 -0800800 if (1) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700801 struct rtnl_link_ifmap map = {
802 .mem_start = dev->mem_start,
803 .mem_end = dev->mem_end,
804 .base_addr = dev->base_addr,
805 .irq = dev->irq,
806 .dma = dev->dma,
807 .port = dev->if_port,
808 };
Thomas Grafb60c5112006-08-04 23:05:34 -0700809 NLA_PUT(skb, IFLA_MAP, sizeof(map), &map);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810 }
811
812 if (dev->addr_len) {
Thomas Grafb60c5112006-08-04 23:05:34 -0700813 NLA_PUT(skb, IFLA_ADDRESS, dev->addr_len, dev->dev_addr);
814 NLA_PUT(skb, IFLA_BROADCAST, dev->addr_len, dev->broadcast);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815 }
816
Pavel Emelyanov96e74082008-05-21 14:12:46 -0700817 attr = nla_reserve(skb, IFLA_STATS,
818 sizeof(struct rtnl_link_stats));
819 if (attr == NULL)
820 goto nla_put_failure;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700821
Eric Dumazet28172732010-07-07 14:58:56 -0700822 stats = dev_get_stats(dev, &temp);
Pavel Emelyanov96e74082008-05-21 14:12:46 -0700823 copy_rtnl_link_stats(nla_data(attr), stats);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700824
Jan Engelhardt10708f32010-03-11 09:57:29 +0000825 attr = nla_reserve(skb, IFLA_STATS64,
826 sizeof(struct rtnl_link_stats64));
827 if (attr == NULL)
828 goto nla_put_failure;
Jan Engelhardt10708f32010-03-11 09:57:29 +0000829 copy_rtnl_link_stats64(nla_data(attr), stats);
830
Scott Feldman57b61082010-05-17 22:49:55 -0700831 if (dev->dev.parent)
832 NLA_PUT_U32(skb, IFLA_NUM_VF, dev_num_vf(dev->dev.parent));
833
Williams, Mitch Aebc08a62010-02-10 01:44:05 +0000834 if (dev->netdev_ops->ndo_get_vf_config && dev->dev.parent) {
835 int i;
Williams, Mitch Aebc08a62010-02-10 01:44:05 +0000836
Chris Wrightc02db8c2010-05-16 01:05:45 -0700837 struct nlattr *vfinfo, *vf;
838 int num_vfs = dev_num_vf(dev->dev.parent);
839
Chris Wrightc02db8c2010-05-16 01:05:45 -0700840 vfinfo = nla_nest_start(skb, IFLA_VFINFO_LIST);
841 if (!vfinfo)
842 goto nla_put_failure;
843 for (i = 0; i < num_vfs; i++) {
844 struct ifla_vf_info ivi;
845 struct ifla_vf_mac vf_mac;
846 struct ifla_vf_vlan vf_vlan;
847 struct ifla_vf_tx_rate vf_tx_rate;
Williams, Mitch Aebc08a62010-02-10 01:44:05 +0000848 if (dev->netdev_ops->ndo_get_vf_config(dev, i, &ivi))
849 break;
Chris Wrightc02db8c2010-05-16 01:05:45 -0700850 vf_mac.vf = vf_vlan.vf = vf_tx_rate.vf = ivi.vf;
851 memcpy(vf_mac.mac, ivi.mac, sizeof(ivi.mac));
852 vf_vlan.vlan = ivi.vlan;
853 vf_vlan.qos = ivi.qos;
854 vf_tx_rate.rate = ivi.tx_rate;
855 vf = nla_nest_start(skb, IFLA_VF_INFO);
856 if (!vf) {
857 nla_nest_cancel(skb, vfinfo);
858 goto nla_put_failure;
859 }
860 NLA_PUT(skb, IFLA_VF_MAC, sizeof(vf_mac), &vf_mac);
861 NLA_PUT(skb, IFLA_VF_VLAN, sizeof(vf_vlan), &vf_vlan);
862 NLA_PUT(skb, IFLA_VF_TX_RATE, sizeof(vf_tx_rate), &vf_tx_rate);
863 nla_nest_end(skb, vf);
Williams, Mitch Aebc08a62010-02-10 01:44:05 +0000864 }
Chris Wrightc02db8c2010-05-16 01:05:45 -0700865 nla_nest_end(skb, vfinfo);
Williams, Mitch Aebc08a62010-02-10 01:44:05 +0000866 }
Scott Feldman57b61082010-05-17 22:49:55 -0700867
868 if (rtnl_port_fill(skb, dev))
869 goto nla_put_failure;
870
Patrick McHardy38f7b872007-06-13 12:03:51 -0700871 if (dev->rtnl_link_ops) {
872 if (rtnl_link_fill(skb, dev) < 0)
873 goto nla_put_failure;
874 }
875
Thomas Grafb60c5112006-08-04 23:05:34 -0700876 return nlmsg_end(skb, nlh);
877
878nla_put_failure:
Patrick McHardy26932562007-01-31 23:16:40 -0800879 nlmsg_cancel(skb, nlh);
880 return -EMSGSIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881}
882
Thomas Grafb60c5112006-08-04 23:05:34 -0700883static int rtnl_dump_ifinfo(struct sk_buff *skb, struct netlink_callback *cb)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700884{
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +0900885 struct net *net = sock_net(skb->sk);
Eric Dumazet7c28bd02009-10-24 06:13:17 -0700886 int h, s_h;
887 int idx = 0, s_idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888 struct net_device *dev;
Eric Dumazet7c28bd02009-10-24 06:13:17 -0700889 struct hlist_head *head;
890 struct hlist_node *node;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891
Eric Dumazet7c28bd02009-10-24 06:13:17 -0700892 s_h = cb->args[0];
893 s_idx = cb->args[1];
894
895 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) {
896 idx = 0;
897 head = &net->dev_index_head[h];
898 hlist_for_each_entry(dev, node, head, index_hlist) {
899 if (idx < s_idx)
900 goto cont;
901 if (rtnl_fill_ifinfo(skb, dev, RTM_NEWLINK,
902 NETLINK_CB(cb->skb).pid,
903 cb->nlh->nlmsg_seq, 0,
904 NLM_F_MULTI) <= 0)
905 goto out;
Pavel Emelianov7562f872007-05-03 15:13:45 -0700906cont:
Eric Dumazet7c28bd02009-10-24 06:13:17 -0700907 idx++;
908 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909 }
Eric Dumazet7c28bd02009-10-24 06:13:17 -0700910out:
911 cb->args[1] = idx;
912 cb->args[0] = h;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913
914 return skb->len;
915}
916
Pavel Emelianove7199282007-08-08 22:16:38 -0700917const struct nla_policy ifla_policy[IFLA_MAX+1] = {
Thomas Graf5176f912006-08-26 20:13:18 -0700918 [IFLA_IFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ-1 },
Patrick McHardy38f7b872007-06-13 12:03:51 -0700919 [IFLA_ADDRESS] = { .type = NLA_BINARY, .len = MAX_ADDR_LEN },
920 [IFLA_BROADCAST] = { .type = NLA_BINARY, .len = MAX_ADDR_LEN },
Thomas Graf5176f912006-08-26 20:13:18 -0700921 [IFLA_MAP] = { .len = sizeof(struct rtnl_link_ifmap) },
Thomas Grafda5e0492006-08-10 21:17:37 -0700922 [IFLA_MTU] = { .type = NLA_U32 },
Thomas Graf76e87302008-02-19 16:12:08 -0800923 [IFLA_LINK] = { .type = NLA_U32 },
Thomas Grafda5e0492006-08-10 21:17:37 -0700924 [IFLA_TXQLEN] = { .type = NLA_U32 },
925 [IFLA_WEIGHT] = { .type = NLA_U32 },
926 [IFLA_OPERSTATE] = { .type = NLA_U8 },
927 [IFLA_LINKMODE] = { .type = NLA_U8 },
Thomas Graf76e87302008-02-19 16:12:08 -0800928 [IFLA_LINKINFO] = { .type = NLA_NESTED },
Eric W. Biedermand8a5ec62007-09-12 13:57:04 +0200929 [IFLA_NET_NS_PID] = { .type = NLA_U32 },
Stephen Hemminger0b815a12008-09-22 21:28:11 -0700930 [IFLA_IFALIAS] = { .type = NLA_STRING, .len = IFALIASZ-1 },
Chris Wrightc02db8c2010-05-16 01:05:45 -0700931 [IFLA_VFINFO_LIST] = {. type = NLA_NESTED },
Scott Feldman57b61082010-05-17 22:49:55 -0700932 [IFLA_VF_PORTS] = { .type = NLA_NESTED },
933 [IFLA_PORT_SELF] = { .type = NLA_NESTED },
Thomas Grafda5e0492006-08-10 21:17:37 -0700934};
Eric Dumazete0d087a2009-11-07 01:26:17 -0800935EXPORT_SYMBOL(ifla_policy);
Thomas Grafda5e0492006-08-10 21:17:37 -0700936
Patrick McHardy38f7b872007-06-13 12:03:51 -0700937static const struct nla_policy ifla_info_policy[IFLA_INFO_MAX+1] = {
938 [IFLA_INFO_KIND] = { .type = NLA_STRING },
939 [IFLA_INFO_DATA] = { .type = NLA_NESTED },
940};
941
Chris Wrightc02db8c2010-05-16 01:05:45 -0700942static const struct nla_policy ifla_vfinfo_policy[IFLA_VF_INFO_MAX+1] = {
943 [IFLA_VF_INFO] = { .type = NLA_NESTED },
944};
945
946static const struct nla_policy ifla_vf_policy[IFLA_VF_MAX+1] = {
947 [IFLA_VF_MAC] = { .type = NLA_BINARY,
948 .len = sizeof(struct ifla_vf_mac) },
949 [IFLA_VF_VLAN] = { .type = NLA_BINARY,
950 .len = sizeof(struct ifla_vf_vlan) },
951 [IFLA_VF_TX_RATE] = { .type = NLA_BINARY,
952 .len = sizeof(struct ifla_vf_tx_rate) },
953};
954
Scott Feldman57b61082010-05-17 22:49:55 -0700955static const struct nla_policy ifla_port_policy[IFLA_PORT_MAX+1] = {
956 [IFLA_PORT_VF] = { .type = NLA_U32 },
957 [IFLA_PORT_PROFILE] = { .type = NLA_STRING,
958 .len = PORT_PROFILE_MAX },
959 [IFLA_PORT_VSI_TYPE] = { .type = NLA_BINARY,
960 .len = sizeof(struct ifla_port_vsi)},
961 [IFLA_PORT_INSTANCE_UUID] = { .type = NLA_BINARY,
962 .len = PORT_UUID_MAX },
963 [IFLA_PORT_HOST_UUID] = { .type = NLA_STRING,
964 .len = PORT_UUID_MAX },
965 [IFLA_PORT_REQUEST] = { .type = NLA_U8, },
966 [IFLA_PORT_RESPONSE] = { .type = NLA_U16, },
967};
968
Eric W. Biederman81adee42009-11-08 00:53:51 -0800969struct net *rtnl_link_get_net(struct net *src_net, struct nlattr *tb[])
970{
971 struct net *net;
972 /* Examine the link attributes and figure out which
973 * network namespace we are talking about.
974 */
975 if (tb[IFLA_NET_NS_PID])
976 net = get_net_ns_by_pid(nla_get_u32(tb[IFLA_NET_NS_PID]));
977 else
978 net = get_net(src_net);
979 return net;
980}
981EXPORT_SYMBOL(rtnl_link_get_net);
982
Thomas Graf1840bb12008-02-23 19:54:36 -0800983static int validate_linkmsg(struct net_device *dev, struct nlattr *tb[])
984{
985 if (dev) {
986 if (tb[IFLA_ADDRESS] &&
987 nla_len(tb[IFLA_ADDRESS]) < dev->addr_len)
988 return -EINVAL;
989
990 if (tb[IFLA_BROADCAST] &&
991 nla_len(tb[IFLA_BROADCAST]) < dev->addr_len)
992 return -EINVAL;
993 }
994
995 return 0;
996}
997
Chris Wrightc02db8c2010-05-16 01:05:45 -0700998static int do_setvfinfo(struct net_device *dev, struct nlattr *attr)
999{
1000 int rem, err = -EINVAL;
1001 struct nlattr *vf;
1002 const struct net_device_ops *ops = dev->netdev_ops;
1003
1004 nla_for_each_nested(vf, attr, rem) {
1005 switch (nla_type(vf)) {
1006 case IFLA_VF_MAC: {
1007 struct ifla_vf_mac *ivm;
1008 ivm = nla_data(vf);
1009 err = -EOPNOTSUPP;
1010 if (ops->ndo_set_vf_mac)
1011 err = ops->ndo_set_vf_mac(dev, ivm->vf,
1012 ivm->mac);
1013 break;
1014 }
1015 case IFLA_VF_VLAN: {
1016 struct ifla_vf_vlan *ivv;
1017 ivv = nla_data(vf);
1018 err = -EOPNOTSUPP;
1019 if (ops->ndo_set_vf_vlan)
1020 err = ops->ndo_set_vf_vlan(dev, ivv->vf,
1021 ivv->vlan,
1022 ivv->qos);
1023 break;
1024 }
1025 case IFLA_VF_TX_RATE: {
1026 struct ifla_vf_tx_rate *ivt;
1027 ivt = nla_data(vf);
1028 err = -EOPNOTSUPP;
1029 if (ops->ndo_set_vf_tx_rate)
1030 err = ops->ndo_set_vf_tx_rate(dev, ivt->vf,
1031 ivt->rate);
1032 break;
1033 }
1034 default:
1035 err = -EINVAL;
1036 break;
1037 }
1038 if (err)
1039 break;
1040 }
1041 return err;
1042}
1043
Patrick McHardy0157f602007-06-13 12:03:36 -07001044static int do_setlink(struct net_device *dev, struct ifinfomsg *ifm,
Patrick McHardy38f7b872007-06-13 12:03:51 -07001045 struct nlattr **tb, char *ifname, int modified)
Patrick McHardy0157f602007-06-13 12:03:36 -07001046{
Stephen Hemmingerd3147742008-11-19 21:32:24 -08001047 const struct net_device_ops *ops = dev->netdev_ops;
Patrick McHardy38f7b872007-06-13 12:03:51 -07001048 int send_addr_notify = 0;
Patrick McHardy0157f602007-06-13 12:03:36 -07001049 int err;
1050
Eric W. Biedermand8a5ec62007-09-12 13:57:04 +02001051 if (tb[IFLA_NET_NS_PID]) {
Eric W. Biederman81adee42009-11-08 00:53:51 -08001052 struct net *net = rtnl_link_get_net(dev_net(dev), tb);
Eric W. Biedermand8a5ec62007-09-12 13:57:04 +02001053 if (IS_ERR(net)) {
1054 err = PTR_ERR(net);
1055 goto errout;
1056 }
1057 err = dev_change_net_namespace(dev, net, ifname);
1058 put_net(net);
1059 if (err)
1060 goto errout;
1061 modified = 1;
1062 }
1063
Patrick McHardy0157f602007-06-13 12:03:36 -07001064 if (tb[IFLA_MAP]) {
1065 struct rtnl_link_ifmap *u_map;
1066 struct ifmap k_map;
1067
Stephen Hemmingerd3147742008-11-19 21:32:24 -08001068 if (!ops->ndo_set_config) {
Patrick McHardy0157f602007-06-13 12:03:36 -07001069 err = -EOPNOTSUPP;
1070 goto errout;
1071 }
1072
1073 if (!netif_device_present(dev)) {
1074 err = -ENODEV;
1075 goto errout;
1076 }
1077
1078 u_map = nla_data(tb[IFLA_MAP]);
1079 k_map.mem_start = (unsigned long) u_map->mem_start;
1080 k_map.mem_end = (unsigned long) u_map->mem_end;
1081 k_map.base_addr = (unsigned short) u_map->base_addr;
1082 k_map.irq = (unsigned char) u_map->irq;
1083 k_map.dma = (unsigned char) u_map->dma;
1084 k_map.port = (unsigned char) u_map->port;
1085
Stephen Hemmingerd3147742008-11-19 21:32:24 -08001086 err = ops->ndo_set_config(dev, &k_map);
Patrick McHardy0157f602007-06-13 12:03:36 -07001087 if (err < 0)
1088 goto errout;
1089
1090 modified = 1;
1091 }
1092
1093 if (tb[IFLA_ADDRESS]) {
1094 struct sockaddr *sa;
1095 int len;
1096
Stephen Hemmingerd3147742008-11-19 21:32:24 -08001097 if (!ops->ndo_set_mac_address) {
Patrick McHardy0157f602007-06-13 12:03:36 -07001098 err = -EOPNOTSUPP;
1099 goto errout;
1100 }
1101
1102 if (!netif_device_present(dev)) {
1103 err = -ENODEV;
1104 goto errout;
1105 }
1106
1107 len = sizeof(sa_family_t) + dev->addr_len;
1108 sa = kmalloc(len, GFP_KERNEL);
1109 if (!sa) {
1110 err = -ENOMEM;
1111 goto errout;
1112 }
1113 sa->sa_family = dev->type;
1114 memcpy(sa->sa_data, nla_data(tb[IFLA_ADDRESS]),
1115 dev->addr_len);
Stephen Hemmingerd3147742008-11-19 21:32:24 -08001116 err = ops->ndo_set_mac_address(dev, sa);
Patrick McHardy0157f602007-06-13 12:03:36 -07001117 kfree(sa);
1118 if (err)
1119 goto errout;
1120 send_addr_notify = 1;
1121 modified = 1;
1122 }
1123
1124 if (tb[IFLA_MTU]) {
1125 err = dev_set_mtu(dev, nla_get_u32(tb[IFLA_MTU]));
1126 if (err < 0)
1127 goto errout;
1128 modified = 1;
1129 }
1130
1131 /*
1132 * Interface selected by interface index but interface
1133 * name provided implies that a name change has been
1134 * requested.
1135 */
1136 if (ifm->ifi_index > 0 && ifname[0]) {
1137 err = dev_change_name(dev, ifname);
1138 if (err < 0)
1139 goto errout;
1140 modified = 1;
1141 }
1142
Stephen Hemminger0b815a12008-09-22 21:28:11 -07001143 if (tb[IFLA_IFALIAS]) {
1144 err = dev_set_alias(dev, nla_data(tb[IFLA_IFALIAS]),
1145 nla_len(tb[IFLA_IFALIAS]));
1146 if (err < 0)
1147 goto errout;
1148 modified = 1;
1149 }
1150
Patrick McHardy0157f602007-06-13 12:03:36 -07001151 if (tb[IFLA_BROADCAST]) {
1152 nla_memcpy(dev->broadcast, tb[IFLA_BROADCAST], dev->addr_len);
1153 send_addr_notify = 1;
1154 }
1155
1156 if (ifm->ifi_flags || ifm->ifi_change) {
Patrick McHardy3729d502010-02-26 06:34:54 +00001157 err = dev_change_flags(dev, rtnl_dev_combine_flags(dev, ifm));
Johannes Berg5f9021c2008-11-16 23:20:31 -08001158 if (err < 0)
1159 goto errout;
Patrick McHardy0157f602007-06-13 12:03:36 -07001160 }
1161
David S. Miller93b2d4a2008-02-17 18:35:07 -08001162 if (tb[IFLA_TXQLEN])
1163 dev->tx_queue_len = nla_get_u32(tb[IFLA_TXQLEN]);
Patrick McHardy0157f602007-06-13 12:03:36 -07001164
Patrick McHardy0157f602007-06-13 12:03:36 -07001165 if (tb[IFLA_OPERSTATE])
David S. Miller93b2d4a2008-02-17 18:35:07 -08001166 set_operstate(dev, nla_get_u8(tb[IFLA_OPERSTATE]));
Patrick McHardy0157f602007-06-13 12:03:36 -07001167
1168 if (tb[IFLA_LINKMODE]) {
David S. Miller93b2d4a2008-02-17 18:35:07 -08001169 write_lock_bh(&dev_base_lock);
1170 dev->link_mode = nla_get_u8(tb[IFLA_LINKMODE]);
1171 write_unlock_bh(&dev_base_lock);
Patrick McHardy0157f602007-06-13 12:03:36 -07001172 }
1173
Chris Wrightc02db8c2010-05-16 01:05:45 -07001174 if (tb[IFLA_VFINFO_LIST]) {
1175 struct nlattr *attr;
1176 int rem;
1177 nla_for_each_nested(attr, tb[IFLA_VFINFO_LIST], rem) {
David Howells253683b2010-05-21 02:25:27 +00001178 if (nla_type(attr) != IFLA_VF_INFO) {
1179 err = -EINVAL;
Chris Wrightc02db8c2010-05-16 01:05:45 -07001180 goto errout;
David Howells253683b2010-05-21 02:25:27 +00001181 }
Chris Wrightc02db8c2010-05-16 01:05:45 -07001182 err = do_setvfinfo(dev, attr);
1183 if (err < 0)
1184 goto errout;
1185 modified = 1;
1186 }
Williams, Mitch Aebc08a62010-02-10 01:44:05 +00001187 }
Patrick McHardy0157f602007-06-13 12:03:36 -07001188 err = 0;
1189
Scott Feldman57b61082010-05-17 22:49:55 -07001190 if (tb[IFLA_VF_PORTS]) {
1191 struct nlattr *port[IFLA_PORT_MAX+1];
1192 struct nlattr *attr;
1193 int vf;
1194 int rem;
1195
1196 err = -EOPNOTSUPP;
1197 if (!ops->ndo_set_vf_port)
1198 goto errout;
1199
1200 nla_for_each_nested(attr, tb[IFLA_VF_PORTS], rem) {
1201 if (nla_type(attr) != IFLA_VF_PORT)
1202 continue;
1203 err = nla_parse_nested(port, IFLA_PORT_MAX,
1204 attr, ifla_port_policy);
1205 if (err < 0)
1206 goto errout;
1207 if (!port[IFLA_PORT_VF]) {
1208 err = -EOPNOTSUPP;
1209 goto errout;
1210 }
1211 vf = nla_get_u32(port[IFLA_PORT_VF]);
1212 err = ops->ndo_set_vf_port(dev, vf, port);
1213 if (err < 0)
1214 goto errout;
1215 modified = 1;
1216 }
1217 }
1218 err = 0;
1219
1220 if (tb[IFLA_PORT_SELF]) {
1221 struct nlattr *port[IFLA_PORT_MAX+1];
1222
1223 err = nla_parse_nested(port, IFLA_PORT_MAX,
1224 tb[IFLA_PORT_SELF], ifla_port_policy);
1225 if (err < 0)
1226 goto errout;
1227
1228 err = -EOPNOTSUPP;
1229 if (ops->ndo_set_vf_port)
1230 err = ops->ndo_set_vf_port(dev, PORT_SELF_VF, port);
1231 if (err < 0)
1232 goto errout;
1233 modified = 1;
1234 }
1235 err = 0;
1236
Patrick McHardy0157f602007-06-13 12:03:36 -07001237errout:
1238 if (err < 0 && modified && net_ratelimit())
1239 printk(KERN_WARNING "A link change request failed with "
1240 "some changes comitted already. Interface %s may "
1241 "have been left with an inconsistent configuration, "
1242 "please check.\n", dev->name);
1243
1244 if (send_addr_notify)
1245 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
1246 return err;
1247}
1248
Thomas Grafda5e0492006-08-10 21:17:37 -07001249static int rtnl_setlink(struct sk_buff *skb, struct nlmsghdr *nlh, void *arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250{
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09001251 struct net *net = sock_net(skb->sk);
Thomas Grafda5e0492006-08-10 21:17:37 -07001252 struct ifinfomsg *ifm;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253 struct net_device *dev;
Patrick McHardy0157f602007-06-13 12:03:36 -07001254 int err;
Thomas Grafda5e0492006-08-10 21:17:37 -07001255 struct nlattr *tb[IFLA_MAX+1];
1256 char ifname[IFNAMSIZ];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001257
Thomas Grafda5e0492006-08-10 21:17:37 -07001258 err = nlmsg_parse(nlh, sizeof(*ifm), tb, IFLA_MAX, ifla_policy);
1259 if (err < 0)
1260 goto errout;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261
Thomas Graf5176f912006-08-26 20:13:18 -07001262 if (tb[IFLA_IFNAME])
1263 nla_strlcpy(ifname, tb[IFLA_IFNAME], IFNAMSIZ);
Patrick McHardy78e5b8912006-09-13 20:35:36 -07001264 else
1265 ifname[0] = '\0';
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266
Linus Torvalds1da177e2005-04-16 15:20:36 -07001267 err = -EINVAL;
Thomas Grafda5e0492006-08-10 21:17:37 -07001268 ifm = nlmsg_data(nlh);
Patrick McHardy51055be2007-06-05 12:40:01 -07001269 if (ifm->ifi_index > 0)
Eric Dumazeta3d12892009-10-21 10:59:31 +00001270 dev = __dev_get_by_index(net, ifm->ifi_index);
Thomas Grafda5e0492006-08-10 21:17:37 -07001271 else if (tb[IFLA_IFNAME])
Eric Dumazeta3d12892009-10-21 10:59:31 +00001272 dev = __dev_get_by_name(net, ifname);
Thomas Grafda5e0492006-08-10 21:17:37 -07001273 else
1274 goto errout;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001275
Thomas Grafda5e0492006-08-10 21:17:37 -07001276 if (dev == NULL) {
1277 err = -ENODEV;
1278 goto errout;
1279 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280
Eric Dumazete0d087a2009-11-07 01:26:17 -08001281 err = validate_linkmsg(dev, tb);
1282 if (err < 0)
Eric Dumazeta3d12892009-10-21 10:59:31 +00001283 goto errout;
Thomas Grafda5e0492006-08-10 21:17:37 -07001284
Patrick McHardy38f7b872007-06-13 12:03:51 -07001285 err = do_setlink(dev, ifm, tb, ifname, 0);
Thomas Grafda5e0492006-08-10 21:17:37 -07001286errout:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287 return err;
1288}
1289
Patrick McHardy38f7b872007-06-13 12:03:51 -07001290static int rtnl_dellink(struct sk_buff *skb, struct nlmsghdr *nlh, void *arg)
1291{
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09001292 struct net *net = sock_net(skb->sk);
Patrick McHardy38f7b872007-06-13 12:03:51 -07001293 const struct rtnl_link_ops *ops;
1294 struct net_device *dev;
1295 struct ifinfomsg *ifm;
1296 char ifname[IFNAMSIZ];
1297 struct nlattr *tb[IFLA_MAX+1];
1298 int err;
1299
1300 err = nlmsg_parse(nlh, sizeof(*ifm), tb, IFLA_MAX, ifla_policy);
1301 if (err < 0)
1302 return err;
1303
1304 if (tb[IFLA_IFNAME])
1305 nla_strlcpy(ifname, tb[IFLA_IFNAME], IFNAMSIZ);
1306
1307 ifm = nlmsg_data(nlh);
1308 if (ifm->ifi_index > 0)
Eric W. Biederman881d9662007-09-17 11:56:21 -07001309 dev = __dev_get_by_index(net, ifm->ifi_index);
Patrick McHardy38f7b872007-06-13 12:03:51 -07001310 else if (tb[IFLA_IFNAME])
Eric W. Biederman881d9662007-09-17 11:56:21 -07001311 dev = __dev_get_by_name(net, ifname);
Patrick McHardy38f7b872007-06-13 12:03:51 -07001312 else
1313 return -EINVAL;
1314
1315 if (!dev)
1316 return -ENODEV;
1317
1318 ops = dev->rtnl_link_ops;
1319 if (!ops)
1320 return -EOPNOTSUPP;
1321
Eric Dumazet23289a32009-10-27 07:06:36 +00001322 ops->dellink(dev, NULL);
Patrick McHardy38f7b872007-06-13 12:03:51 -07001323 return 0;
1324}
1325
Patrick McHardy3729d502010-02-26 06:34:54 +00001326int rtnl_configure_link(struct net_device *dev, const struct ifinfomsg *ifm)
1327{
1328 unsigned int old_flags;
1329 int err;
1330
1331 old_flags = dev->flags;
1332 if (ifm && (ifm->ifi_flags || ifm->ifi_change)) {
1333 err = __dev_change_flags(dev, rtnl_dev_combine_flags(dev, ifm));
1334 if (err < 0)
1335 return err;
1336 }
1337
1338 dev->rtnl_link_state = RTNL_LINK_INITIALIZED;
1339 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U);
1340
1341 __dev_notify_flags(dev, old_flags);
1342 return 0;
1343}
1344EXPORT_SYMBOL(rtnl_configure_link);
1345
Eric W. Biederman81adee42009-11-08 00:53:51 -08001346struct net_device *rtnl_create_link(struct net *src_net, struct net *net,
1347 char *ifname, const struct rtnl_link_ops *ops, struct nlattr *tb[])
Pavel Emelianove7199282007-08-08 22:16:38 -07001348{
1349 int err;
1350 struct net_device *dev;
Eric Dumazet2e59af32009-09-02 18:03:00 -07001351 unsigned int num_queues = 1;
1352 unsigned int real_num_queues = 1;
Pavel Emelianove7199282007-08-08 22:16:38 -07001353
Eric Dumazet2e59af32009-09-02 18:03:00 -07001354 if (ops->get_tx_queues) {
Eric W. Biederman81adee42009-11-08 00:53:51 -08001355 err = ops->get_tx_queues(src_net, tb, &num_queues,
Eric Dumazete0d087a2009-11-07 01:26:17 -08001356 &real_num_queues);
Eric Dumazet2e59af32009-09-02 18:03:00 -07001357 if (err)
1358 goto err;
1359 }
Pavel Emelianove7199282007-08-08 22:16:38 -07001360 err = -ENOMEM;
Eric Dumazet2e59af32009-09-02 18:03:00 -07001361 dev = alloc_netdev_mq(ops->priv_size, ifname, ops->setup, num_queues);
Pavel Emelianove7199282007-08-08 22:16:38 -07001362 if (!dev)
1363 goto err;
1364
Eric W. Biederman81adee42009-11-08 00:53:51 -08001365 dev_net_set(dev, net);
1366 dev->rtnl_link_ops = ops;
Patrick McHardy3729d502010-02-26 06:34:54 +00001367 dev->rtnl_link_state = RTNL_LINK_INITIALIZING;
Eric Dumazet2e59af32009-09-02 18:03:00 -07001368 dev->real_num_tx_queues = real_num_queues;
Eric W. Biederman81adee42009-11-08 00:53:51 -08001369
Pavel Emelianove7199282007-08-08 22:16:38 -07001370 if (strchr(dev->name, '%')) {
1371 err = dev_alloc_name(dev, dev->name);
1372 if (err < 0)
1373 goto err_free;
1374 }
1375
Pavel Emelianove7199282007-08-08 22:16:38 -07001376 if (tb[IFLA_MTU])
1377 dev->mtu = nla_get_u32(tb[IFLA_MTU]);
1378 if (tb[IFLA_ADDRESS])
1379 memcpy(dev->dev_addr, nla_data(tb[IFLA_ADDRESS]),
1380 nla_len(tb[IFLA_ADDRESS]));
1381 if (tb[IFLA_BROADCAST])
1382 memcpy(dev->broadcast, nla_data(tb[IFLA_BROADCAST]),
1383 nla_len(tb[IFLA_BROADCAST]));
1384 if (tb[IFLA_TXQLEN])
1385 dev->tx_queue_len = nla_get_u32(tb[IFLA_TXQLEN]);
1386 if (tb[IFLA_OPERSTATE])
David S. Miller93b2d4a2008-02-17 18:35:07 -08001387 set_operstate(dev, nla_get_u8(tb[IFLA_OPERSTATE]));
Pavel Emelianove7199282007-08-08 22:16:38 -07001388 if (tb[IFLA_LINKMODE])
1389 dev->link_mode = nla_get_u8(tb[IFLA_LINKMODE]);
1390
1391 return dev;
1392
1393err_free:
1394 free_netdev(dev);
1395err:
1396 return ERR_PTR(err);
1397}
Eric Dumazete0d087a2009-11-07 01:26:17 -08001398EXPORT_SYMBOL(rtnl_create_link);
Pavel Emelianove7199282007-08-08 22:16:38 -07001399
Patrick McHardy38f7b872007-06-13 12:03:51 -07001400static int rtnl_newlink(struct sk_buff *skb, struct nlmsghdr *nlh, void *arg)
1401{
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09001402 struct net *net = sock_net(skb->sk);
Patrick McHardy38f7b872007-06-13 12:03:51 -07001403 const struct rtnl_link_ops *ops;
1404 struct net_device *dev;
1405 struct ifinfomsg *ifm;
1406 char kind[MODULE_NAME_LEN];
1407 char ifname[IFNAMSIZ];
1408 struct nlattr *tb[IFLA_MAX+1];
1409 struct nlattr *linkinfo[IFLA_INFO_MAX+1];
1410 int err;
1411
Johannes Berg95a5afc2008-10-16 15:24:51 -07001412#ifdef CONFIG_MODULES
Patrick McHardy38f7b872007-06-13 12:03:51 -07001413replay:
Thomas Graf8072f082007-07-31 14:13:50 -07001414#endif
Patrick McHardy38f7b872007-06-13 12:03:51 -07001415 err = nlmsg_parse(nlh, sizeof(*ifm), tb, IFLA_MAX, ifla_policy);
1416 if (err < 0)
1417 return err;
1418
1419 if (tb[IFLA_IFNAME])
1420 nla_strlcpy(ifname, tb[IFLA_IFNAME], IFNAMSIZ);
1421 else
1422 ifname[0] = '\0';
1423
1424 ifm = nlmsg_data(nlh);
1425 if (ifm->ifi_index > 0)
Eric W. Biederman881d9662007-09-17 11:56:21 -07001426 dev = __dev_get_by_index(net, ifm->ifi_index);
Patrick McHardy38f7b872007-06-13 12:03:51 -07001427 else if (ifname[0])
Eric W. Biederman881d9662007-09-17 11:56:21 -07001428 dev = __dev_get_by_name(net, ifname);
Patrick McHardy38f7b872007-06-13 12:03:51 -07001429 else
1430 dev = NULL;
1431
Eric Dumazete0d087a2009-11-07 01:26:17 -08001432 err = validate_linkmsg(dev, tb);
1433 if (err < 0)
Thomas Graf1840bb12008-02-23 19:54:36 -08001434 return err;
1435
Patrick McHardy38f7b872007-06-13 12:03:51 -07001436 if (tb[IFLA_LINKINFO]) {
1437 err = nla_parse_nested(linkinfo, IFLA_INFO_MAX,
1438 tb[IFLA_LINKINFO], ifla_info_policy);
1439 if (err < 0)
1440 return err;
1441 } else
1442 memset(linkinfo, 0, sizeof(linkinfo));
1443
1444 if (linkinfo[IFLA_INFO_KIND]) {
1445 nla_strlcpy(kind, linkinfo[IFLA_INFO_KIND], sizeof(kind));
1446 ops = rtnl_link_ops_get(kind);
1447 } else {
1448 kind[0] = '\0';
1449 ops = NULL;
1450 }
1451
1452 if (1) {
1453 struct nlattr *attr[ops ? ops->maxtype + 1 : 0], **data = NULL;
Eric W. Biederman81adee42009-11-08 00:53:51 -08001454 struct net *dest_net;
Patrick McHardy38f7b872007-06-13 12:03:51 -07001455
1456 if (ops) {
1457 if (ops->maxtype && linkinfo[IFLA_INFO_DATA]) {
1458 err = nla_parse_nested(attr, ops->maxtype,
1459 linkinfo[IFLA_INFO_DATA],
1460 ops->policy);
1461 if (err < 0)
1462 return err;
1463 data = attr;
1464 }
1465 if (ops->validate) {
1466 err = ops->validate(tb, data);
1467 if (err < 0)
1468 return err;
1469 }
1470 }
1471
1472 if (dev) {
1473 int modified = 0;
1474
1475 if (nlh->nlmsg_flags & NLM_F_EXCL)
1476 return -EEXIST;
1477 if (nlh->nlmsg_flags & NLM_F_REPLACE)
1478 return -EOPNOTSUPP;
1479
1480 if (linkinfo[IFLA_INFO_DATA]) {
1481 if (!ops || ops != dev->rtnl_link_ops ||
1482 !ops->changelink)
1483 return -EOPNOTSUPP;
1484
1485 err = ops->changelink(dev, tb, data);
1486 if (err < 0)
1487 return err;
1488 modified = 1;
1489 }
1490
1491 return do_setlink(dev, ifm, tb, ifname, modified);
1492 }
1493
1494 if (!(nlh->nlmsg_flags & NLM_F_CREATE))
1495 return -ENODEV;
1496
Patrick McHardy3729d502010-02-26 06:34:54 +00001497 if (ifm->ifi_index)
Patrick McHardy38f7b872007-06-13 12:03:51 -07001498 return -EOPNOTSUPP;
Patrick McHardy0e068772007-07-11 19:42:31 -07001499 if (tb[IFLA_MAP] || tb[IFLA_MASTER] || tb[IFLA_PROTINFO])
Patrick McHardy38f7b872007-06-13 12:03:51 -07001500 return -EOPNOTSUPP;
1501
1502 if (!ops) {
Johannes Berg95a5afc2008-10-16 15:24:51 -07001503#ifdef CONFIG_MODULES
Patrick McHardy38f7b872007-06-13 12:03:51 -07001504 if (kind[0]) {
1505 __rtnl_unlock();
1506 request_module("rtnl-link-%s", kind);
1507 rtnl_lock();
1508 ops = rtnl_link_ops_get(kind);
1509 if (ops)
1510 goto replay;
1511 }
1512#endif
1513 return -EOPNOTSUPP;
1514 }
1515
1516 if (!ifname[0])
1517 snprintf(ifname, IFNAMSIZ, "%s%%d", ops->kind);
Patrick McHardy38f7b872007-06-13 12:03:51 -07001518
Eric W. Biederman81adee42009-11-08 00:53:51 -08001519 dest_net = rtnl_link_get_net(net, tb);
1520 dev = rtnl_create_link(net, dest_net, ifname, ops, tb);
Patrick McHardy38f7b872007-06-13 12:03:51 -07001521
Pavel Emelianove7199282007-08-08 22:16:38 -07001522 if (IS_ERR(dev))
1523 err = PTR_ERR(dev);
1524 else if (ops->newlink)
Eric W. Biederman81adee42009-11-08 00:53:51 -08001525 err = ops->newlink(net, dev, tb, data);
Patrick McHardy2d85cba2007-07-11 19:42:13 -07001526 else
1527 err = register_netdevice(dev);
Dan Carpenter80032cf2010-04-21 23:53:27 +00001528
1529 if (err < 0 && !IS_ERR(dev))
Patrick McHardy38f7b872007-06-13 12:03:51 -07001530 free_netdev(dev);
Dan Carpenter80032cf2010-04-21 23:53:27 +00001531 if (err < 0)
Patrick McHardy3729d502010-02-26 06:34:54 +00001532 goto out;
Eric W. Biederman81adee42009-11-08 00:53:51 -08001533
Patrick McHardy3729d502010-02-26 06:34:54 +00001534 err = rtnl_configure_link(dev, ifm);
1535 if (err < 0)
1536 unregister_netdevice(dev);
1537out:
Eric W. Biederman81adee42009-11-08 00:53:51 -08001538 put_net(dest_net);
Patrick McHardy38f7b872007-06-13 12:03:51 -07001539 return err;
1540 }
1541}
1542
Thomas Grafb60c5112006-08-04 23:05:34 -07001543static int rtnl_getlink(struct sk_buff *skb, struct nlmsghdr* nlh, void *arg)
Jean Tourrilhes711e2c32006-02-22 15:10:56 -08001544{
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09001545 struct net *net = sock_net(skb->sk);
Thomas Grafb60c5112006-08-04 23:05:34 -07001546 struct ifinfomsg *ifm;
Eric Dumazeta3d12892009-10-21 10:59:31 +00001547 char ifname[IFNAMSIZ];
Thomas Grafb60c5112006-08-04 23:05:34 -07001548 struct nlattr *tb[IFLA_MAX+1];
1549 struct net_device *dev = NULL;
1550 struct sk_buff *nskb;
Thomas Graf339bf982006-11-10 14:10:15 -08001551 int err;
Jean Tourrilhes711e2c32006-02-22 15:10:56 -08001552
Thomas Grafb60c5112006-08-04 23:05:34 -07001553 err = nlmsg_parse(nlh, sizeof(*ifm), tb, IFLA_MAX, ifla_policy);
1554 if (err < 0)
Eric Sesterhenn9918f232006-09-26 23:26:38 -07001555 return err;
Thomas Grafb60c5112006-08-04 23:05:34 -07001556
Eric Dumazeta3d12892009-10-21 10:59:31 +00001557 if (tb[IFLA_IFNAME])
1558 nla_strlcpy(ifname, tb[IFLA_IFNAME], IFNAMSIZ);
1559
Thomas Grafb60c5112006-08-04 23:05:34 -07001560 ifm = nlmsg_data(nlh);
Eric Dumazeta3d12892009-10-21 10:59:31 +00001561 if (ifm->ifi_index > 0)
1562 dev = __dev_get_by_index(net, ifm->ifi_index);
1563 else if (tb[IFLA_IFNAME])
1564 dev = __dev_get_by_name(net, ifname);
1565 else
Jean Tourrilhes711e2c32006-02-22 15:10:56 -08001566 return -EINVAL;
Thomas Grafb60c5112006-08-04 23:05:34 -07001567
Eric Dumazeta3d12892009-10-21 10:59:31 +00001568 if (dev == NULL)
1569 return -ENODEV;
1570
Patrick McHardy38f7b872007-06-13 12:03:51 -07001571 nskb = nlmsg_new(if_nlmsg_size(dev), GFP_KERNEL);
Eric Dumazeta3d12892009-10-21 10:59:31 +00001572 if (nskb == NULL)
1573 return -ENOBUFS;
Jean Tourrilhes711e2c32006-02-22 15:10:56 -08001574
Patrick McHardy575c3e22007-05-22 17:00:49 -07001575 err = rtnl_fill_ifinfo(nskb, dev, RTM_NEWLINK, NETLINK_CB(skb).pid,
1576 nlh->nlmsg_seq, 0, 0);
Patrick McHardy26932562007-01-31 23:16:40 -08001577 if (err < 0) {
1578 /* -EMSGSIZE implies BUG in if_nlmsg_size */
1579 WARN_ON(err == -EMSGSIZE);
1580 kfree_skb(nskb);
Eric Dumazeta3d12892009-10-21 10:59:31 +00001581 } else
1582 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).pid);
Thomas Grafb60c5112006-08-04 23:05:34 -07001583
Jean Tourrilhes711e2c32006-02-22 15:10:56 -08001584 return err;
Jean Tourrilhes711e2c32006-02-22 15:10:56 -08001585}
Jean Tourrilhes711e2c32006-02-22 15:10:56 -08001586
Adrian Bunk42bad1d2007-04-26 00:57:41 -07001587static int rtnl_dump_all(struct sk_buff *skb, struct netlink_callback *cb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588{
1589 int idx;
1590 int s_idx = cb->family;
1591
1592 if (s_idx == 0)
1593 s_idx = 1;
Patrick McHardy25239ce2010-04-26 16:02:05 +02001594 for (idx = 1; idx <= RTNL_FAMILY_MAX; idx++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595 int type = cb->nlh->nlmsg_type-RTM_BASE;
1596 if (idx < s_idx || idx == PF_PACKET)
1597 continue;
Thomas Grafe2849862007-03-22 11:48:11 -07001598 if (rtnl_msg_handlers[idx] == NULL ||
1599 rtnl_msg_handlers[idx][type].dumpit == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001600 continue;
1601 if (idx > s_idx)
1602 memset(&cb->args[0], 0, sizeof(cb->args));
Thomas Grafe2849862007-03-22 11:48:11 -07001603 if (rtnl_msg_handlers[idx][type].dumpit(skb, cb))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001604 break;
1605 }
1606 cb->family = idx;
1607
1608 return skb->len;
1609}
1610
1611void rtmsg_ifinfo(int type, struct net_device *dev, unsigned change)
1612{
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09001613 struct net *net = dev_net(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001614 struct sk_buff *skb;
Thomas Graf0ec6d3f2006-08-15 00:37:09 -07001615 int err = -ENOBUFS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001616
Patrick McHardy38f7b872007-06-13 12:03:51 -07001617 skb = nlmsg_new(if_nlmsg_size(dev), GFP_KERNEL);
Thomas Graf0ec6d3f2006-08-15 00:37:09 -07001618 if (skb == NULL)
1619 goto errout;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620
Patrick McHardy575c3e22007-05-22 17:00:49 -07001621 err = rtnl_fill_ifinfo(skb, dev, type, 0, 0, change, 0);
Patrick McHardy26932562007-01-31 23:16:40 -08001622 if (err < 0) {
1623 /* -EMSGSIZE implies BUG in if_nlmsg_size() */
1624 WARN_ON(err == -EMSGSIZE);
1625 kfree_skb(skb);
1626 goto errout;
1627 }
Pablo Neira Ayuso1ce85fe2009-02-24 23:18:28 -08001628 rtnl_notify(skb, net, 0, RTNLGRP_LINK, NULL, GFP_KERNEL);
1629 return;
Thomas Graf0ec6d3f2006-08-15 00:37:09 -07001630errout:
1631 if (err < 0)
Eric W. Biederman4b3da702007-11-19 22:27:40 -08001632 rtnl_set_sk_err(net, RTNLGRP_LINK, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001633}
1634
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635/* Protected by RTNL sempahore. */
1636static struct rtattr **rta_buf;
1637static int rtattr_max;
1638
1639/* Process one rtnetlink message. */
1640
Thomas Graf1d00a4e2007-03-22 23:30:12 -07001641static int rtnetlink_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642{
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09001643 struct net *net = sock_net(skb->sk);
Thomas Grafe2849862007-03-22 11:48:11 -07001644 rtnl_doit_func doit;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001645 int sz_idx, kind;
1646 int min_len;
1647 int family;
1648 int type;
Patrick McHardy1c2d6702007-04-16 16:59:10 -07001649 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651 type = nlh->nlmsg_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652 if (type > RTM_MAX)
Thomas Graf038890f2007-04-05 14:35:52 -07001653 return -EOPNOTSUPP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654
1655 type -= RTM_BASE;
1656
1657 /* All the messages must have at least 1 byte length */
1658 if (nlh->nlmsg_len < NLMSG_LENGTH(sizeof(struct rtgenmsg)))
1659 return 0;
1660
Eric Dumazete0d087a2009-11-07 01:26:17 -08001661 family = ((struct rtgenmsg *)NLMSG_DATA(nlh))->rtgen_family;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662 sz_idx = type>>2;
1663 kind = type&3;
1664
Thomas Graf1d00a4e2007-03-22 23:30:12 -07001665 if (kind != 2 && security_netlink_recv(skb, CAP_NET_ADMIN))
1666 return -EPERM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001667
1668 if (kind == 2 && nlh->nlmsg_flags&NLM_F_DUMP) {
Denis V. Lunev97c53ca2007-11-19 22:26:51 -08001669 struct sock *rtnl;
Thomas Grafe2849862007-03-22 11:48:11 -07001670 rtnl_dumpit_func dumpit;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001671
Thomas Grafe2849862007-03-22 11:48:11 -07001672 dumpit = rtnl_get_dumpit(family, type);
1673 if (dumpit == NULL)
Thomas Graf038890f2007-04-05 14:35:52 -07001674 return -EOPNOTSUPP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001675
Patrick McHardy1c2d6702007-04-16 16:59:10 -07001676 __rtnl_unlock();
Denis V. Lunev97c53ca2007-11-19 22:26:51 -08001677 rtnl = net->rtnl;
Patrick McHardy1c2d6702007-04-16 16:59:10 -07001678 err = netlink_dump_start(rtnl, skb, nlh, dumpit, NULL);
1679 rtnl_lock();
1680 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681 }
1682
1683 memset(rta_buf, 0, (rtattr_max * sizeof(struct rtattr *)));
1684
1685 min_len = rtm_min[sz_idx];
1686 if (nlh->nlmsg_len < min_len)
Thomas Graf1d00a4e2007-03-22 23:30:12 -07001687 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001688
1689 if (nlh->nlmsg_len > min_len) {
1690 int attrlen = nlh->nlmsg_len - NLMSG_ALIGN(min_len);
Eric Dumazete0d087a2009-11-07 01:26:17 -08001691 struct rtattr *attr = (void *)nlh + NLMSG_ALIGN(min_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001692
1693 while (RTA_OK(attr, attrlen)) {
1694 unsigned flavor = attr->rta_type;
1695 if (flavor) {
1696 if (flavor > rta_max[sz_idx])
Thomas Graf1d00a4e2007-03-22 23:30:12 -07001697 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001698 rta_buf[flavor-1] = attr;
1699 }
1700 attr = RTA_NEXT(attr, attrlen);
1701 }
1702 }
1703
Thomas Grafe2849862007-03-22 11:48:11 -07001704 doit = rtnl_get_doit(family, type);
1705 if (doit == NULL)
Thomas Graf038890f2007-04-05 14:35:52 -07001706 return -EOPNOTSUPP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707
Thomas Graf1d00a4e2007-03-22 23:30:12 -07001708 return doit(skb, nlh, (void *)&rta_buf[0]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001709}
1710
Denis V. Lunevcd40b7d2007-10-10 21:15:29 -07001711static void rtnetlink_rcv(struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001712{
Denis V. Lunevcd40b7d2007-10-10 21:15:29 -07001713 rtnl_lock();
1714 netlink_rcv_skb(skb, &rtnetlink_rcv_msg);
1715 rtnl_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001716}
1717
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718static int rtnetlink_event(struct notifier_block *this, unsigned long event, void *ptr)
1719{
1720 struct net_device *dev = ptr;
Eric W. Biedermane9dc8652007-09-12 13:02:17 +02001721
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722 switch (event) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723 case NETDEV_UP:
1724 case NETDEV_DOWN:
Patrick McHardy10de05a2010-02-26 06:34:50 +00001725 case NETDEV_PRE_UP:
Eric W. Biedermand90a9092009-12-12 22:11:15 +00001726 case NETDEV_POST_INIT:
1727 case NETDEV_REGISTER:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001728 case NETDEV_CHANGE:
Patrick McHardy755d0e72010-03-19 04:42:24 +00001729 case NETDEV_PRE_TYPE_CHANGE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730 case NETDEV_GOING_DOWN:
Patrick McHardya2835762010-02-26 06:34:51 +00001731 case NETDEV_UNREGISTER:
Eric W. Biedermand90a9092009-12-12 22:11:15 +00001732 case NETDEV_UNREGISTER_BATCH:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733 break;
1734 default:
1735 rtmsg_ifinfo(RTM_NEWLINK, dev, 0);
1736 break;
1737 }
1738 return NOTIFY_DONE;
1739}
1740
1741static struct notifier_block rtnetlink_dev_notifier = {
1742 .notifier_call = rtnetlink_event,
1743};
1744
Denis V. Lunev97c53ca2007-11-19 22:26:51 -08001745
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00001746static int __net_init rtnetlink_net_init(struct net *net)
Denis V. Lunev97c53ca2007-11-19 22:26:51 -08001747{
1748 struct sock *sk;
1749 sk = netlink_kernel_create(net, NETLINK_ROUTE, RTNLGRP_MAX,
1750 rtnetlink_rcv, &rtnl_mutex, THIS_MODULE);
1751 if (!sk)
1752 return -ENOMEM;
Denis V. Lunev97c53ca2007-11-19 22:26:51 -08001753 net->rtnl = sk;
1754 return 0;
1755}
1756
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00001757static void __net_exit rtnetlink_net_exit(struct net *net)
Denis V. Lunev97c53ca2007-11-19 22:26:51 -08001758{
Denis V. Lunev775516b2008-01-18 23:55:19 -08001759 netlink_kernel_release(net->rtnl);
1760 net->rtnl = NULL;
Denis V. Lunev97c53ca2007-11-19 22:26:51 -08001761}
1762
1763static struct pernet_operations rtnetlink_net_ops = {
1764 .init = rtnetlink_net_init,
1765 .exit = rtnetlink_net_exit,
1766};
1767
Linus Torvalds1da177e2005-04-16 15:20:36 -07001768void __init rtnetlink_init(void)
1769{
1770 int i;
1771
1772 rtattr_max = 0;
1773 for (i = 0; i < ARRAY_SIZE(rta_max); i++)
1774 if (rta_max[i] > rtattr_max)
1775 rtattr_max = rta_max[i];
1776 rta_buf = kmalloc(rtattr_max * sizeof(struct rtattr *), GFP_KERNEL);
1777 if (!rta_buf)
1778 panic("rtnetlink_init: cannot allocate rta_buf\n");
1779
Denis V. Lunev97c53ca2007-11-19 22:26:51 -08001780 if (register_pernet_subsys(&rtnetlink_net_ops))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001781 panic("rtnetlink_init: cannot initialize rtnetlink\n");
Denis V. Lunev97c53ca2007-11-19 22:26:51 -08001782
Linus Torvalds1da177e2005-04-16 15:20:36 -07001783 netlink_set_nonroot(NETLINK_ROUTE, NL_NONROOT_RECV);
1784 register_netdevice_notifier(&rtnetlink_dev_notifier);
Thomas Graf340d17f2007-03-22 11:49:22 -07001785
1786 rtnl_register(PF_UNSPEC, RTM_GETLINK, rtnl_getlink, rtnl_dump_ifinfo);
1787 rtnl_register(PF_UNSPEC, RTM_SETLINK, rtnl_setlink, NULL);
Patrick McHardy38f7b872007-06-13 12:03:51 -07001788 rtnl_register(PF_UNSPEC, RTM_NEWLINK, rtnl_newlink, NULL);
1789 rtnl_register(PF_UNSPEC, RTM_DELLINK, rtnl_dellink, NULL);
Thomas Graf687ad8c2007-03-22 11:59:42 -07001790
1791 rtnl_register(PF_UNSPEC, RTM_GETADDR, NULL, rtnl_dump_all);
1792 rtnl_register(PF_UNSPEC, RTM_GETROUTE, NULL, rtnl_dump_all);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001793}
1794