2 * NET3 Protocol independent device support routines.
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version
7 * 2 of the License, or (at your option) any later version.
9 * Derived from the non IP parts of dev.c 1.0.19
11 * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
12 * Mark Evans, <evansmp@uhura.aston.ac.uk>
15 * Florian la Roche <rzsfl@rz.uni-sb.de>
16 * Alan Cox <gw4pts@gw4pts.ampr.org>
17 * David Hinds <dahinds@users.sourceforge.net>
18 * Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
19 * Adam Sulmicki <adam@cfar.umd.edu>
20 * Pekka Riikonen <priikone@poesidon.pspt.fi>
23 * D.J. Barrow : Fixed bug where dev->refcnt gets set
24 * to 2 if register_netdev gets called
25 * before net_dev_init & also removed a
26 * few lines of code in the process.
27 * Alan Cox : device private ioctl copies fields back.
28 * Alan Cox : Transmit queue code does relevant
29 * stunts to keep the queue safe.
30 * Alan Cox : Fixed double lock.
31 * Alan Cox : Fixed promisc NULL pointer trap
32 * ???????? : Support the full private ioctl range
33 * Alan Cox : Moved ioctl permission check into
35 * Tim Kordas : SIOCADDMULTI/SIOCDELMULTI
36 * Alan Cox : 100 backlog just doesn't cut it when
37 * you start doing multicast video 8)
38 * Alan Cox : Rewrote net_bh and list manager.
39 * Alan Cox : Fix ETH_P_ALL echoback lengths.
40 * Alan Cox : Took out transmit every packet pass
41 * Saved a few bytes in the ioctl handler
42 * Alan Cox : Network driver sets packet type before
43 * calling netif_rx. Saves a function
45 * Alan Cox : Hashed net_bh()
46 * Richard Kooijman: Timestamp fixes.
47 * Alan Cox : Wrong field in SIOCGIFDSTADDR
48 * Alan Cox : Device lock protection.
49 * Alan Cox : Fixed nasty side effect of device close
51 * Rudi Cilibrasi : Pass the right thing to
53 * Dave Miller : 32bit quantity for the device lock to
54 * make it work out on a Sparc.
55 * Bjorn Ekwall : Added KERNELD hack.
56 * Alan Cox : Cleaned up the backlog initialise.
57 * Craig Metz : SIOCGIFCONF fix if space for under
59 * Thomas Bogendoerfer : Return ENODEV for dev_open, if there
60 * is no device open function.
61 * Andi Kleen : Fix error reporting for SIOCGIFCONF
62 * Michael Chastain : Fix signed/unsigned for SIOCGIFCONF
63 * Cyrus Durgin : Cleaned for KMOD
64 * Adam Sulmicki : Bug Fix : Network Device Unload
65 * A network device unload needs to purge
67 * Paul Rusty Russell : SIOCSIFNAME
68 * Pekka Riikonen : Netdev boot-time settings code
69 * Andrew Morton : Make unregister_netdevice wait
70 * indefinitely on dev->refcnt
71 * J Hadi Salim : - Backlog queue sampling
72 * - netif_rx() feedback
75 #include <asm/uaccess.h>
76 #include <asm/system.h>
77 #include <linux/bitops.h>
78 #include <linux/capability.h>
79 #include <linux/cpu.h>
80 #include <linux/types.h>
81 #include <linux/kernel.h>
82 #include <linux/sched.h>
83 #include <linux/mutex.h>
84 #include <linux/string.h>
86 #include <linux/socket.h>
87 #include <linux/sockios.h>
88 #include <linux/errno.h>
89 #include <linux/interrupt.h>
90 #include <linux/if_ether.h>
91 #include <linux/netdevice.h>
92 #include <linux/etherdevice.h>
93 #include <linux/ethtool.h>
94 #include <linux/notifier.h>
95 #include <linux/skbuff.h>
96 #include <net/net_namespace.h>
98 #include <linux/rtnetlink.h>
99 #include <linux/proc_fs.h>
100 #include <linux/seq_file.h>
101 #include <linux/stat.h>
102 #include <linux/if_bridge.h>
103 #include <linux/if_macvlan.h>
105 #include <net/pkt_sched.h>
106 #include <net/checksum.h>
107 #include <linux/highmem.h>
108 #include <linux/init.h>
109 #include <linux/kmod.h>
110 #include <linux/module.h>
111 #include <linux/kallsyms.h>
112 #include <linux/netpoll.h>
113 #include <linux/rcupdate.h>
114 #include <linux/delay.h>
115 #include <net/wext.h>
116 #include <net/iw_handler.h>
117 #include <asm/current.h>
118 #include <linux/audit.h>
119 #include <linux/dmaengine.h>
120 #include <linux/err.h>
121 #include <linux/ctype.h>
122 #include <linux/if_arp.h>
123 #include <linux/if_vlan.h>
124 #include <linux/ip.h>
125 #include <linux/ipv6.h>
126 #include <linux/in.h>
128 #include "net-sysfs.h"
131 * The list of packet types we will receive (as opposed to discard)
132 * and the routines to invoke.
134 * Why 16. Because with 16 the only overlap we get on a hash of the
135 * low nibble of the protocol value is RARP/SNAP/X.25.
137 * NOTE: That is no longer true with the addition of VLAN tags. Not
138 * sure which should go first, but I bet it won't make much
139 * difference if we are running VLANs. The good news is that
140 * this protocol won't be in the list unless compiled in, so
141 * the average user (w/out VLANs) will not be adversely affected.
158 #define PTYPE_HASH_SIZE (16)
159 #define PTYPE_HASH_MASK (PTYPE_HASH_SIZE - 1)
161 static DEFINE_SPINLOCK(ptype_lock);
162 static struct list_head ptype_base[PTYPE_HASH_SIZE] __read_mostly;
163 static struct list_head ptype_all __read_mostly; /* Taps */
165 #ifdef CONFIG_NET_DMA
167 struct dma_client client;
169 cpumask_t channel_mask;
170 struct dma_chan **channels;
173 static enum dma_state_client
174 netdev_dma_event(struct dma_client *client, struct dma_chan *chan,
175 enum dma_state state);
177 static struct net_dma net_dma = {
179 .event_callback = netdev_dma_event,
185 * The @dev_base_head list is protected by @dev_base_lock and the rtnl
188 * Pure readers hold dev_base_lock for reading.
190 * Writers must hold the rtnl semaphore while they loop through the
191 * dev_base_head list, and hold dev_base_lock for writing when they do the
192 * actual updates. This allows pure readers to access the list even
193 * while a writer is preparing to update it.
195 * To put it another way, dev_base_lock is held for writing only to
196 * protect against pure readers; the rtnl semaphore provides the
197 * protection against other writers.
199 * See, for example usages, register_netdevice() and
200 * unregister_netdevice(), which must be called with the rtnl
203 DEFINE_RWLOCK(dev_base_lock);
205 EXPORT_SYMBOL(dev_base_lock);
207 #define NETDEV_HASHBITS 8
208 #define NETDEV_HASHENTRIES (1 << NETDEV_HASHBITS)
210 static inline struct hlist_head *dev_name_hash(struct net *net, const char *name)
212 unsigned hash = full_name_hash(name, strnlen(name, IFNAMSIZ));
213 return &net->dev_name_head[hash & ((1 << NETDEV_HASHBITS) - 1)];
216 static inline struct hlist_head *dev_index_hash(struct net *net, int ifindex)
218 return &net->dev_index_head[ifindex & ((1 << NETDEV_HASHBITS) - 1)];
221 /* Device list insertion */
222 static int list_netdevice(struct net_device *dev)
224 struct net *net = dev_net(dev);
228 write_lock_bh(&dev_base_lock);
229 list_add_tail(&dev->dev_list, &net->dev_base_head);
230 hlist_add_head(&dev->name_hlist, dev_name_hash(net, dev->name));
231 hlist_add_head(&dev->index_hlist, dev_index_hash(net, dev->ifindex));
232 write_unlock_bh(&dev_base_lock);
236 /* Device list removal */
237 static void unlist_netdevice(struct net_device *dev)
241 /* Unlink dev from the device chain */
242 write_lock_bh(&dev_base_lock);
243 list_del(&dev->dev_list);
244 hlist_del(&dev->name_hlist);
245 hlist_del(&dev->index_hlist);
246 write_unlock_bh(&dev_base_lock);
253 static RAW_NOTIFIER_HEAD(netdev_chain);
256 * Device drivers call our routines to queue packets here. We empty the
257 * queue in the local softnet handler.
260 DEFINE_PER_CPU(struct softnet_data, softnet_data);
262 #ifdef CONFIG_DEBUG_LOCK_ALLOC
264 * register_netdevice() inits txq->_xmit_lock and sets lockdep class
265 * according to dev->type
267 static const unsigned short netdev_lock_type[] =
268 {ARPHRD_NETROM, ARPHRD_ETHER, ARPHRD_EETHER, ARPHRD_AX25,
269 ARPHRD_PRONET, ARPHRD_CHAOS, ARPHRD_IEEE802, ARPHRD_ARCNET,
270 ARPHRD_APPLETLK, ARPHRD_DLCI, ARPHRD_ATM, ARPHRD_METRICOM,
271 ARPHRD_IEEE1394, ARPHRD_EUI64, ARPHRD_INFINIBAND, ARPHRD_SLIP,
272 ARPHRD_CSLIP, ARPHRD_SLIP6, ARPHRD_CSLIP6, ARPHRD_RSRVD,
273 ARPHRD_ADAPT, ARPHRD_ROSE, ARPHRD_X25, ARPHRD_HWX25,
274 ARPHRD_PPP, ARPHRD_CISCO, ARPHRD_LAPB, ARPHRD_DDCMP,
275 ARPHRD_RAWHDLC, ARPHRD_TUNNEL, ARPHRD_TUNNEL6, ARPHRD_FRAD,
276 ARPHRD_SKIP, ARPHRD_LOOPBACK, ARPHRD_LOCALTLK, ARPHRD_FDDI,
277 ARPHRD_BIF, ARPHRD_SIT, ARPHRD_IPDDP, ARPHRD_IPGRE,
278 ARPHRD_PIMREG, ARPHRD_HIPPI, ARPHRD_ASH, ARPHRD_ECONET,
279 ARPHRD_IRDA, ARPHRD_FCPP, ARPHRD_FCAL, ARPHRD_FCPL,
280 ARPHRD_FCFABRIC, ARPHRD_IEEE802_TR, ARPHRD_IEEE80211,
281 ARPHRD_IEEE80211_PRISM, ARPHRD_IEEE80211_RADIOTAP, ARPHRD_VOID,
284 static const char *netdev_lock_name[] =
285 {"_xmit_NETROM", "_xmit_ETHER", "_xmit_EETHER", "_xmit_AX25",
286 "_xmit_PRONET", "_xmit_CHAOS", "_xmit_IEEE802", "_xmit_ARCNET",
287 "_xmit_APPLETLK", "_xmit_DLCI", "_xmit_ATM", "_xmit_METRICOM",
288 "_xmit_IEEE1394", "_xmit_EUI64", "_xmit_INFINIBAND", "_xmit_SLIP",
289 "_xmit_CSLIP", "_xmit_SLIP6", "_xmit_CSLIP6", "_xmit_RSRVD",
290 "_xmit_ADAPT", "_xmit_ROSE", "_xmit_X25", "_xmit_HWX25",
291 "_xmit_PPP", "_xmit_CISCO", "_xmit_LAPB", "_xmit_DDCMP",
292 "_xmit_RAWHDLC", "_xmit_TUNNEL", "_xmit_TUNNEL6", "_xmit_FRAD",
293 "_xmit_SKIP", "_xmit_LOOPBACK", "_xmit_LOCALTLK", "_xmit_FDDI",
294 "_xmit_BIF", "_xmit_SIT", "_xmit_IPDDP", "_xmit_IPGRE",
295 "_xmit_PIMREG", "_xmit_HIPPI", "_xmit_ASH", "_xmit_ECONET",
296 "_xmit_IRDA", "_xmit_FCPP", "_xmit_FCAL", "_xmit_FCPL",
297 "_xmit_FCFABRIC", "_xmit_IEEE802_TR", "_xmit_IEEE80211",
298 "_xmit_IEEE80211_PRISM", "_xmit_IEEE80211_RADIOTAP", "_xmit_VOID",
301 static struct lock_class_key netdev_xmit_lock_key[ARRAY_SIZE(netdev_lock_type)];
303 static inline unsigned short netdev_lock_pos(unsigned short dev_type)
307 for (i = 0; i < ARRAY_SIZE(netdev_lock_type); i++)
308 if (netdev_lock_type[i] == dev_type)
310 /* the last key is used by default */
311 return ARRAY_SIZE(netdev_lock_type) - 1;
314 static inline void netdev_set_lockdep_class(spinlock_t *lock,
315 unsigned short dev_type)
319 i = netdev_lock_pos(dev_type);
320 lockdep_set_class_and_name(lock, &netdev_xmit_lock_key[i],
321 netdev_lock_name[i]);
324 static inline void netdev_set_lockdep_class(spinlock_t *lock,
325 unsigned short dev_type)
330 /*******************************************************************************
332 Protocol management and registration routines
334 *******************************************************************************/
337 * Add a protocol ID to the list. Now that the input handler is
338 * smarter we can dispense with all the messy stuff that used to be
341 * BEWARE!!! Protocol handlers, mangling input packets,
342 * MUST BE last in hash buckets and checking protocol handlers
343 * MUST start from promiscuous ptype_all chain in net_bh.
344 * It is true now, do not change it.
345 * Explanation follows: if protocol handler, mangling packet, will
346 * be the first on list, it is not able to sense, that packet
347 * is cloned and should be copied-on-write, so that it will
348 * change it and subsequent readers will get broken packet.
353 * dev_add_pack - add packet handler
354 * @pt: packet type declaration
356 * Add a protocol handler to the networking stack. The passed &packet_type
357 * is linked into kernel lists and may not be freed until it has been
358 * removed from the kernel lists.
360 * This call does not sleep therefore it can not
361 * guarantee all CPU's that are in middle of receiving packets
362 * will see the new packet type (until the next received packet).
365 void dev_add_pack(struct packet_type *pt)
369 spin_lock_bh(&ptype_lock);
370 if (pt->type == htons(ETH_P_ALL))
371 list_add_rcu(&pt->list, &ptype_all);
373 hash = ntohs(pt->type) & PTYPE_HASH_MASK;
374 list_add_rcu(&pt->list, &ptype_base[hash]);
376 spin_unlock_bh(&ptype_lock);
380 * __dev_remove_pack - remove packet handler
381 * @pt: packet type declaration
383 * Remove a protocol handler that was previously added to the kernel
384 * protocol handlers by dev_add_pack(). The passed &packet_type is removed
385 * from the kernel lists and can be freed or reused once this function
388 * The packet type might still be in use by receivers
389 * and must not be freed until after all the CPU's have gone
390 * through a quiescent state.
392 void __dev_remove_pack(struct packet_type *pt)
394 struct list_head *head;
395 struct packet_type *pt1;
397 spin_lock_bh(&ptype_lock);
399 if (pt->type == htons(ETH_P_ALL))
402 head = &ptype_base[ntohs(pt->type) & PTYPE_HASH_MASK];
404 list_for_each_entry(pt1, head, list) {
406 list_del_rcu(&pt->list);
411 printk(KERN_WARNING "dev_remove_pack: %p not found.\n", pt);
413 spin_unlock_bh(&ptype_lock);
416 * dev_remove_pack - remove packet handler
417 * @pt: packet type declaration
419 * Remove a protocol handler that was previously added to the kernel
420 * protocol handlers by dev_add_pack(). The passed &packet_type is removed
421 * from the kernel lists and can be freed or reused once this function
424 * This call sleeps to guarantee that no CPU is looking at the packet
427 void dev_remove_pack(struct packet_type *pt)
429 __dev_remove_pack(pt);
434 /******************************************************************************
436 Device Boot-time Settings Routines
438 *******************************************************************************/
440 /* Boot time configuration table */
441 static struct netdev_boot_setup dev_boot_setup[NETDEV_BOOT_SETUP_MAX];
444 * netdev_boot_setup_add - add new setup entry
445 * @name: name of the device
446 * @map: configured settings for the device
448 * Adds new setup entry to the dev_boot_setup list. The function
449 * returns 0 on error and 1 on success. This is a generic routine to
452 static int netdev_boot_setup_add(char *name, struct ifmap *map)
454 struct netdev_boot_setup *s;
458 for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++) {
459 if (s[i].name[0] == '\0' || s[i].name[0] == ' ') {
460 memset(s[i].name, 0, sizeof(s[i].name));
461 strlcpy(s[i].name, name, IFNAMSIZ);
462 memcpy(&s[i].map, map, sizeof(s[i].map));
467 return i >= NETDEV_BOOT_SETUP_MAX ? 0 : 1;
471 * netdev_boot_setup_check - check boot time settings
472 * @dev: the netdevice
474 * Check boot time settings for the device.
475 * The found settings are set for the device to be used
476 * later in the device probing.
477 * Returns 0 if no settings found, 1 if they are.
479 int netdev_boot_setup_check(struct net_device *dev)
481 struct netdev_boot_setup *s = dev_boot_setup;
484 for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++) {
485 if (s[i].name[0] != '\0' && s[i].name[0] != ' ' &&
486 !strcmp(dev->name, s[i].name)) {
487 dev->irq = s[i].map.irq;
488 dev->base_addr = s[i].map.base_addr;
489 dev->mem_start = s[i].map.mem_start;
490 dev->mem_end = s[i].map.mem_end;
499 * netdev_boot_base - get address from boot time settings
500 * @prefix: prefix for network device
501 * @unit: id for network device
503 * Check boot time settings for the base address of device.
504 * The found settings are set for the device to be used
505 * later in the device probing.
506 * Returns 0 if no settings found.
508 unsigned long netdev_boot_base(const char *prefix, int unit)
510 const struct netdev_boot_setup *s = dev_boot_setup;
514 sprintf(name, "%s%d", prefix, unit);
517 * If device already registered then return base of 1
518 * to indicate not to probe for this interface
520 if (__dev_get_by_name(&init_net, name))
523 for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++)
524 if (!strcmp(name, s[i].name))
525 return s[i].map.base_addr;
530 * Saves at boot time configured settings for any netdevice.
532 int __init netdev_boot_setup(char *str)
537 str = get_options(str, ARRAY_SIZE(ints), ints);
542 memset(&map, 0, sizeof(map));
546 map.base_addr = ints[2];
548 map.mem_start = ints[3];
550 map.mem_end = ints[4];
552 /* Add new entry to the list */
553 return netdev_boot_setup_add(str, &map);
556 __setup("netdev=", netdev_boot_setup);
558 /*******************************************************************************
560 Device Interface Subroutines
562 *******************************************************************************/
565 * __dev_get_by_name - find a device by its name
566 * @net: the applicable net namespace
567 * @name: name to find
569 * Find an interface by name. Must be called under RTNL semaphore
570 * or @dev_base_lock. If the name is found a pointer to the device
571 * is returned. If the name is not found then %NULL is returned. The
572 * reference counters are not incremented so the caller must be
573 * careful with locks.
576 struct net_device *__dev_get_by_name(struct net *net, const char *name)
578 struct hlist_node *p;
580 hlist_for_each(p, dev_name_hash(net, name)) {
581 struct net_device *dev
582 = hlist_entry(p, struct net_device, name_hlist);
583 if (!strncmp(dev->name, name, IFNAMSIZ))
590 * dev_get_by_name - find a device by its name
591 * @net: the applicable net namespace
592 * @name: name to find
594 * Find an interface by name. This can be called from any
595 * context and does its own locking. The returned handle has
596 * the usage count incremented and the caller must use dev_put() to
597 * release it when it is no longer needed. %NULL is returned if no
598 * matching device is found.
601 struct net_device *dev_get_by_name(struct net *net, const char *name)
603 struct net_device *dev;
605 read_lock(&dev_base_lock);
606 dev = __dev_get_by_name(net, name);
609 read_unlock(&dev_base_lock);
614 * __dev_get_by_index - find a device by its ifindex
615 * @net: the applicable net namespace
616 * @ifindex: index of device
618 * Search for an interface by index. Returns %NULL if the device
619 * is not found or a pointer to the device. The device has not
620 * had its reference counter increased so the caller must be careful
621 * about locking. The caller must hold either the RTNL semaphore
625 struct net_device *__dev_get_by_index(struct net *net, int ifindex)
627 struct hlist_node *p;
629 hlist_for_each(p, dev_index_hash(net, ifindex)) {
630 struct net_device *dev
631 = hlist_entry(p, struct net_device, index_hlist);
632 if (dev->ifindex == ifindex)
640 * dev_get_by_index - find a device by its ifindex
641 * @net: the applicable net namespace
642 * @ifindex: index of device
644 * Search for an interface by index. Returns NULL if the device
645 * is not found or a pointer to the device. The device returned has
646 * had a reference added and the pointer is safe until the user calls
647 * dev_put to indicate they have finished with it.
650 struct net_device *dev_get_by_index(struct net *net, int ifindex)
652 struct net_device *dev;
654 read_lock(&dev_base_lock);
655 dev = __dev_get_by_index(net, ifindex);
658 read_unlock(&dev_base_lock);
663 * dev_getbyhwaddr - find a device by its hardware address
664 * @net: the applicable net namespace
665 * @type: media type of device
666 * @ha: hardware address
668 * Search for an interface by MAC address. Returns NULL if the device
669 * is not found or a pointer to the device. The caller must hold the
670 * rtnl semaphore. The returned device has not had its ref count increased
671 * and the caller must therefore be careful about locking
674 * If the API was consistent this would be __dev_get_by_hwaddr
677 struct net_device *dev_getbyhwaddr(struct net *net, unsigned short type, char *ha)
679 struct net_device *dev;
683 for_each_netdev(net, dev)
684 if (dev->type == type &&
685 !memcmp(dev->dev_addr, ha, dev->addr_len))
691 EXPORT_SYMBOL(dev_getbyhwaddr);
693 struct net_device *__dev_getfirstbyhwtype(struct net *net, unsigned short type)
695 struct net_device *dev;
698 for_each_netdev(net, dev)
699 if (dev->type == type)
705 EXPORT_SYMBOL(__dev_getfirstbyhwtype);
707 struct net_device *dev_getfirstbyhwtype(struct net *net, unsigned short type)
709 struct net_device *dev;
712 dev = __dev_getfirstbyhwtype(net, type);
719 EXPORT_SYMBOL(dev_getfirstbyhwtype);
722 * dev_get_by_flags - find any device with given flags
723 * @net: the applicable net namespace
724 * @if_flags: IFF_* values
725 * @mask: bitmask of bits in if_flags to check
727 * Search for any interface with the given flags. Returns NULL if a device
728 * is not found or a pointer to the device. The device returned has
729 * had a reference added and the pointer is safe until the user calls
730 * dev_put to indicate they have finished with it.
733 struct net_device * dev_get_by_flags(struct net *net, unsigned short if_flags, unsigned short mask)
735 struct net_device *dev, *ret;
738 read_lock(&dev_base_lock);
739 for_each_netdev(net, dev) {
740 if (((dev->flags ^ if_flags) & mask) == 0) {
746 read_unlock(&dev_base_lock);
751 * dev_valid_name - check if name is okay for network device
754 * Network device names need to be valid file names to
755 * to allow sysfs to work. We also disallow any kind of
758 int dev_valid_name(const char *name)
762 if (strlen(name) >= IFNAMSIZ)
764 if (!strcmp(name, ".") || !strcmp(name, ".."))
768 if (*name == '/' || isspace(*name))
776 * __dev_alloc_name - allocate a name for a device
777 * @net: network namespace to allocate the device name in
778 * @name: name format string
779 * @buf: scratch buffer and result name string
781 * Passed a format string - eg "lt%d" it will try and find a suitable
782 * id. It scans list of devices to build up a free map, then chooses
783 * the first empty slot. The caller must hold the dev_base or rtnl lock
784 * while allocating the name and adding the device in order to avoid
786 * Limited to bits_per_byte * page size devices (ie 32K on most platforms).
787 * Returns the number of the unit assigned or a negative errno code.
790 static int __dev_alloc_name(struct net *net, const char *name, char *buf)
794 const int max_netdevices = 8*PAGE_SIZE;
795 unsigned long *inuse;
796 struct net_device *d;
798 p = strnchr(name, IFNAMSIZ-1, '%');
801 * Verify the string as this thing may have come from
802 * the user. There must be either one "%d" and no other "%"
805 if (p[1] != 'd' || strchr(p + 2, '%'))
808 /* Use one page as a bit array of possible slots */
809 inuse = (unsigned long *) get_zeroed_page(GFP_ATOMIC);
813 for_each_netdev(net, d) {
814 if (!sscanf(d->name, name, &i))
816 if (i < 0 || i >= max_netdevices)
819 /* avoid cases where sscanf is not exact inverse of printf */
820 snprintf(buf, IFNAMSIZ, name, i);
821 if (!strncmp(buf, d->name, IFNAMSIZ))
825 i = find_first_zero_bit(inuse, max_netdevices);
826 free_page((unsigned long) inuse);
829 snprintf(buf, IFNAMSIZ, name, i);
830 if (!__dev_get_by_name(net, buf))
833 /* It is possible to run out of possible slots
834 * when the name is long and there isn't enough space left
835 * for the digits, or if all bits are used.
841 * dev_alloc_name - allocate a name for a device
843 * @name: name format string
845 * Passed a format string - eg "lt%d" it will try and find a suitable
846 * id. It scans list of devices to build up a free map, then chooses
847 * the first empty slot. The caller must hold the dev_base or rtnl lock
848 * while allocating the name and adding the device in order to avoid
850 * Limited to bits_per_byte * page size devices (ie 32K on most platforms).
851 * Returns the number of the unit assigned or a negative errno code.
854 int dev_alloc_name(struct net_device *dev, const char *name)
860 BUG_ON(!dev_net(dev));
862 ret = __dev_alloc_name(net, name, buf);
864 strlcpy(dev->name, buf, IFNAMSIZ);
870 * dev_change_name - change name of a device
872 * @newname: name (or format string) must be at least IFNAMSIZ
874 * Change name of a device, can pass format strings "eth%d".
877 int dev_change_name(struct net_device *dev, char *newname)
879 char oldname[IFNAMSIZ];
885 BUG_ON(!dev_net(dev));
888 if (dev->flags & IFF_UP)
891 if (!dev_valid_name(newname))
894 if (strncmp(newname, dev->name, IFNAMSIZ) == 0)
897 memcpy(oldname, dev->name, IFNAMSIZ);
899 if (strchr(newname, '%')) {
900 err = dev_alloc_name(dev, newname);
903 strcpy(newname, dev->name);
905 else if (__dev_get_by_name(net, newname))
908 strlcpy(dev->name, newname, IFNAMSIZ);
911 err = device_rename(&dev->dev, dev->name);
913 memcpy(dev->name, oldname, IFNAMSIZ);
917 write_lock_bh(&dev_base_lock);
918 hlist_del(&dev->name_hlist);
919 hlist_add_head(&dev->name_hlist, dev_name_hash(net, dev->name));
920 write_unlock_bh(&dev_base_lock);
922 ret = call_netdevice_notifiers(NETDEV_CHANGENAME, dev);
923 ret = notifier_to_errno(ret);
928 "%s: name change rollback failed: %d.\n",
932 memcpy(dev->name, oldname, IFNAMSIZ);
941 * netdev_features_change - device changes features
942 * @dev: device to cause notification
944 * Called to indicate a device has changed features.
946 void netdev_features_change(struct net_device *dev)
948 call_netdevice_notifiers(NETDEV_FEAT_CHANGE, dev);
950 EXPORT_SYMBOL(netdev_features_change);
953 * netdev_state_change - device changes state
954 * @dev: device to cause notification
956 * Called to indicate a device has changed state. This function calls
957 * the notifier chains for netdev_chain and sends a NEWLINK message
958 * to the routing socket.
960 void netdev_state_change(struct net_device *dev)
962 if (dev->flags & IFF_UP) {
963 call_netdevice_notifiers(NETDEV_CHANGE, dev);
964 rtmsg_ifinfo(RTM_NEWLINK, dev, 0);
968 void netdev_bonding_change(struct net_device *dev)
970 call_netdevice_notifiers(NETDEV_BONDING_FAILOVER, dev);
972 EXPORT_SYMBOL(netdev_bonding_change);
975 * dev_load - load a network module
976 * @net: the applicable net namespace
977 * @name: name of interface
979 * If a network interface is not present and the process has suitable
980 * privileges this function loads the module. If module loading is not
981 * available in this kernel then it becomes a nop.
984 void dev_load(struct net *net, const char *name)
986 struct net_device *dev;
988 read_lock(&dev_base_lock);
989 dev = __dev_get_by_name(net, name);
990 read_unlock(&dev_base_lock);
992 if (!dev && capable(CAP_SYS_MODULE))
993 request_module("%s", name);
997 * dev_open - prepare an interface for use.
998 * @dev: device to open
1000 * Takes a device from down to up state. The device's private open
1001 * function is invoked and then the multicast lists are loaded. Finally
1002 * the device is moved into the up state and a %NETDEV_UP message is
1003 * sent to the netdev notifier chain.
1005 * Calling this function on an active interface is a nop. On a failure
1006 * a negative errno code is returned.
1008 int dev_open(struct net_device *dev)
1018 if (dev->flags & IFF_UP)
1022 * Is it even present?
1024 if (!netif_device_present(dev))
1028 * Call device private open method
1030 set_bit(__LINK_STATE_START, &dev->state);
1032 if (dev->validate_addr)
1033 ret = dev->validate_addr(dev);
1035 if (!ret && dev->open)
1036 ret = dev->open(dev);
1039 * If it went open OK then:
1043 clear_bit(__LINK_STATE_START, &dev->state);
1048 dev->flags |= IFF_UP;
1051 * Initialize multicasting status
1053 dev_set_rx_mode(dev);
1056 * Wakeup transmit queue engine
1061 * ... and announce new interface.
1063 call_netdevice_notifiers(NETDEV_UP, dev);
1070 * dev_close - shutdown an interface.
1071 * @dev: device to shutdown
1073 * This function moves an active device into down state. A
1074 * %NETDEV_GOING_DOWN is sent to the netdev notifier chain. The device
1075 * is then deactivated and finally a %NETDEV_DOWN is sent to the notifier
1078 int dev_close(struct net_device *dev)
1084 if (!(dev->flags & IFF_UP))
1088 * Tell people we are going down, so that they can
1089 * prepare to death, when device is still operating.
1091 call_netdevice_notifiers(NETDEV_GOING_DOWN, dev);
1093 clear_bit(__LINK_STATE_START, &dev->state);
1095 /* Synchronize to scheduled poll. We cannot touch poll list,
1096 * it can be even on different cpu. So just clear netif_running().
1098 * dev->stop() will invoke napi_disable() on all of it's
1099 * napi_struct instances on this device.
1101 smp_mb__after_clear_bit(); /* Commit netif_running(). */
1103 dev_deactivate(dev);
1106 * Call the device specific close. This cannot fail.
1107 * Only if device is UP
1109 * We allow it to be called even after a DETACH hot-plug
1116 * Device is now down.
1119 dev->flags &= ~IFF_UP;
1122 * Tell people we are down
1124 call_netdevice_notifiers(NETDEV_DOWN, dev);
1131 * dev_disable_lro - disable Large Receive Offload on a device
1134 * Disable Large Receive Offload (LRO) on a net device. Must be
1135 * called under RTNL. This is needed if received packets may be
1136 * forwarded to another interface.
1138 void dev_disable_lro(struct net_device *dev)
1140 if (dev->ethtool_ops && dev->ethtool_ops->get_flags &&
1141 dev->ethtool_ops->set_flags) {
1142 u32 flags = dev->ethtool_ops->get_flags(dev);
1143 if (flags & ETH_FLAG_LRO) {
1144 flags &= ~ETH_FLAG_LRO;
1145 dev->ethtool_ops->set_flags(dev, flags);
1148 WARN_ON(dev->features & NETIF_F_LRO);
1150 EXPORT_SYMBOL(dev_disable_lro);
1153 static int dev_boot_phase = 1;
1156 * Device change register/unregister. These are not inline or static
1157 * as we export them to the world.
1161 * register_netdevice_notifier - register a network notifier block
1164 * Register a notifier to be called when network device events occur.
1165 * The notifier passed is linked into the kernel structures and must
1166 * not be reused until it has been unregistered. A negative errno code
1167 * is returned on a failure.
1169 * When registered all registration and up events are replayed
1170 * to the new notifier to allow device to have a race free
1171 * view of the network device list.
1174 int register_netdevice_notifier(struct notifier_block *nb)
1176 struct net_device *dev;
1177 struct net_device *last;
1182 err = raw_notifier_chain_register(&netdev_chain, nb);
1188 for_each_netdev(net, dev) {
1189 err = nb->notifier_call(nb, NETDEV_REGISTER, dev);
1190 err = notifier_to_errno(err);
1194 if (!(dev->flags & IFF_UP))
1197 nb->notifier_call(nb, NETDEV_UP, dev);
1208 for_each_netdev(net, dev) {
1212 if (dev->flags & IFF_UP) {
1213 nb->notifier_call(nb, NETDEV_GOING_DOWN, dev);
1214 nb->notifier_call(nb, NETDEV_DOWN, dev);
1216 nb->notifier_call(nb, NETDEV_UNREGISTER, dev);
1220 raw_notifier_chain_unregister(&netdev_chain, nb);
1225 * unregister_netdevice_notifier - unregister a network notifier block
1228 * Unregister a notifier previously registered by
1229 * register_netdevice_notifier(). The notifier is unlinked into the
1230 * kernel structures and may then be reused. A negative errno code
1231 * is returned on a failure.
1234 int unregister_netdevice_notifier(struct notifier_block *nb)
1239 err = raw_notifier_chain_unregister(&netdev_chain, nb);
1245 * call_netdevice_notifiers - call all network notifier blocks
1246 * @val: value passed unmodified to notifier function
1247 * @dev: net_device pointer passed unmodified to notifier function
1249 * Call all network notifier blocks. Parameters and return value
1250 * are as for raw_notifier_call_chain().
1253 int call_netdevice_notifiers(unsigned long val, struct net_device *dev)
1255 return raw_notifier_call_chain(&netdev_chain, val, dev);
1258 /* When > 0 there are consumers of rx skb time stamps */
1259 static atomic_t netstamp_needed = ATOMIC_INIT(0);
1261 void net_enable_timestamp(void)
1263 atomic_inc(&netstamp_needed);
1266 void net_disable_timestamp(void)
1268 atomic_dec(&netstamp_needed);
1271 static inline void net_timestamp(struct sk_buff *skb)
1273 if (atomic_read(&netstamp_needed))
1274 __net_timestamp(skb);
1276 skb->tstamp.tv64 = 0;
1280 * Support routine. Sends outgoing frames to any network
1281 * taps currently in use.
1284 static void dev_queue_xmit_nit(struct sk_buff *skb, struct net_device *dev)
1286 struct packet_type *ptype;
1291 list_for_each_entry_rcu(ptype, &ptype_all, list) {
1292 /* Never send packets back to the socket
1293 * they originated from - MvS (miquels@drinkel.ow.org)
1295 if ((ptype->dev == dev || !ptype->dev) &&
1296 (ptype->af_packet_priv == NULL ||
1297 (struct sock *)ptype->af_packet_priv != skb->sk)) {
1298 struct sk_buff *skb2= skb_clone(skb, GFP_ATOMIC);
1302 /* skb->nh should be correctly
1303 set by sender, so that the second statement is
1304 just protection against buggy protocols.
1306 skb_reset_mac_header(skb2);
1308 if (skb_network_header(skb2) < skb2->data ||
1309 skb2->network_header > skb2->tail) {
1310 if (net_ratelimit())
1311 printk(KERN_CRIT "protocol %04x is "
1313 skb2->protocol, dev->name);
1314 skb_reset_network_header(skb2);
1317 skb2->transport_header = skb2->network_header;
1318 skb2->pkt_type = PACKET_OUTGOING;
1319 ptype->func(skb2, skb->dev, ptype, skb->dev);
1326 void __netif_schedule(struct netdev_queue *txq)
1328 struct net_device *dev = txq->dev;
1330 if (!test_and_set_bit(__LINK_STATE_SCHED, &dev->state)) {
1331 struct softnet_data *sd;
1332 unsigned long flags;
1334 local_irq_save(flags);
1335 sd = &__get_cpu_var(softnet_data);
1336 txq->next_sched = sd->output_queue;
1337 sd->output_queue = txq;
1338 raise_softirq_irqoff(NET_TX_SOFTIRQ);
1339 local_irq_restore(flags);
1342 EXPORT_SYMBOL(__netif_schedule);
1344 void dev_kfree_skb_irq(struct sk_buff *skb)
1346 if (atomic_dec_and_test(&skb->users)) {
1347 struct softnet_data *sd;
1348 unsigned long flags;
1350 local_irq_save(flags);
1351 sd = &__get_cpu_var(softnet_data);
1352 skb->next = sd->completion_queue;
1353 sd->completion_queue = skb;
1354 raise_softirq_irqoff(NET_TX_SOFTIRQ);
1355 local_irq_restore(flags);
1358 EXPORT_SYMBOL(dev_kfree_skb_irq);
1360 void dev_kfree_skb_any(struct sk_buff *skb)
1362 if (in_irq() || irqs_disabled())
1363 dev_kfree_skb_irq(skb);
1367 EXPORT_SYMBOL(dev_kfree_skb_any);
1371 * netif_device_detach - mark device as removed
1372 * @dev: network device
1374 * Mark device as removed from system and therefore no longer available.
1376 void netif_device_detach(struct net_device *dev)
1378 if (test_and_clear_bit(__LINK_STATE_PRESENT, &dev->state) &&
1379 netif_running(dev)) {
1380 netif_stop_queue(dev);
1383 EXPORT_SYMBOL(netif_device_detach);
1386 * netif_device_attach - mark device as attached
1387 * @dev: network device
1389 * Mark device as attached from system and restart if needed.
1391 void netif_device_attach(struct net_device *dev)
1393 if (!test_and_set_bit(__LINK_STATE_PRESENT, &dev->state) &&
1394 netif_running(dev)) {
1395 netif_wake_queue(dev);
1396 __netdev_watchdog_up(dev);
1399 EXPORT_SYMBOL(netif_device_attach);
1401 static bool can_checksum_protocol(unsigned long features, __be16 protocol)
1403 return ((features & NETIF_F_GEN_CSUM) ||
1404 ((features & NETIF_F_IP_CSUM) &&
1405 protocol == htons(ETH_P_IP)) ||
1406 ((features & NETIF_F_IPV6_CSUM) &&
1407 protocol == htons(ETH_P_IPV6)));
1410 static bool dev_can_checksum(struct net_device *dev, struct sk_buff *skb)
1412 if (can_checksum_protocol(dev->features, skb->protocol))
1415 if (skb->protocol == htons(ETH_P_8021Q)) {
1416 struct vlan_ethhdr *veh = (struct vlan_ethhdr *)skb->data;
1417 if (can_checksum_protocol(dev->features & dev->vlan_features,
1418 veh->h_vlan_encapsulated_proto))
1426 * Invalidate hardware checksum when packet is to be mangled, and
1427 * complete checksum manually on outgoing path.
1429 int skb_checksum_help(struct sk_buff *skb)
1432 int ret = 0, offset;
1434 if (skb->ip_summed == CHECKSUM_COMPLETE)
1435 goto out_set_summed;
1437 if (unlikely(skb_shinfo(skb)->gso_size)) {
1438 /* Let GSO fix up the checksum. */
1439 goto out_set_summed;
1442 offset = skb->csum_start - skb_headroom(skb);
1443 BUG_ON(offset >= skb_headlen(skb));
1444 csum = skb_checksum(skb, offset, skb->len - offset, 0);
1446 offset += skb->csum_offset;
1447 BUG_ON(offset + sizeof(__sum16) > skb_headlen(skb));
1449 if (skb_cloned(skb) &&
1450 !skb_clone_writable(skb, offset + sizeof(__sum16))) {
1451 ret = pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
1456 *(__sum16 *)(skb->data + offset) = csum_fold(csum);
1458 skb->ip_summed = CHECKSUM_NONE;
1464 * skb_gso_segment - Perform segmentation on skb.
1465 * @skb: buffer to segment
1466 * @features: features for the output path (see dev->features)
1468 * This function segments the given skb and returns a list of segments.
1470 * It may return NULL if the skb requires no segmentation. This is
1471 * only possible when GSO is used for verifying header integrity.
1473 struct sk_buff *skb_gso_segment(struct sk_buff *skb, int features)
1475 struct sk_buff *segs = ERR_PTR(-EPROTONOSUPPORT);
1476 struct packet_type *ptype;
1477 __be16 type = skb->protocol;
1480 BUG_ON(skb_shinfo(skb)->frag_list);
1482 skb_reset_mac_header(skb);
1483 skb->mac_len = skb->network_header - skb->mac_header;
1484 __skb_pull(skb, skb->mac_len);
1486 if (WARN_ON(skb->ip_summed != CHECKSUM_PARTIAL)) {
1487 if (skb_header_cloned(skb) &&
1488 (err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC)))
1489 return ERR_PTR(err);
1493 list_for_each_entry_rcu(ptype,
1494 &ptype_base[ntohs(type) & PTYPE_HASH_MASK], list) {
1495 if (ptype->type == type && !ptype->dev && ptype->gso_segment) {
1496 if (unlikely(skb->ip_summed != CHECKSUM_PARTIAL)) {
1497 err = ptype->gso_send_check(skb);
1498 segs = ERR_PTR(err);
1499 if (err || skb_gso_ok(skb, features))
1501 __skb_push(skb, (skb->data -
1502 skb_network_header(skb)));
1504 segs = ptype->gso_segment(skb, features);
1510 __skb_push(skb, skb->data - skb_mac_header(skb));
1515 EXPORT_SYMBOL(skb_gso_segment);
1517 /* Take action when hardware reception checksum errors are detected. */
1519 void netdev_rx_csum_fault(struct net_device *dev)
1521 if (net_ratelimit()) {
1522 printk(KERN_ERR "%s: hw csum failure.\n",
1523 dev ? dev->name : "<unknown>");
1527 EXPORT_SYMBOL(netdev_rx_csum_fault);
1530 /* Actually, we should eliminate this check as soon as we know, that:
1531 * 1. IOMMU is present and allows to map all the memory.
1532 * 2. No high memory really exists on this machine.
1535 static inline int illegal_highdma(struct net_device *dev, struct sk_buff *skb)
1537 #ifdef CONFIG_HIGHMEM
1540 if (dev->features & NETIF_F_HIGHDMA)
1543 for (i = 0; i < skb_shinfo(skb)->nr_frags; i++)
1544 if (PageHighMem(skb_shinfo(skb)->frags[i].page))
1552 void (*destructor)(struct sk_buff *skb);
1555 #define DEV_GSO_CB(skb) ((struct dev_gso_cb *)(skb)->cb)
1557 static void dev_gso_skb_destructor(struct sk_buff *skb)
1559 struct dev_gso_cb *cb;
1562 struct sk_buff *nskb = skb->next;
1564 skb->next = nskb->next;
1567 } while (skb->next);
1569 cb = DEV_GSO_CB(skb);
1571 cb->destructor(skb);
1575 * dev_gso_segment - Perform emulated hardware segmentation on skb.
1576 * @skb: buffer to segment
1578 * This function segments the given skb and stores the list of segments
1581 static int dev_gso_segment(struct sk_buff *skb)
1583 struct net_device *dev = skb->dev;
1584 struct sk_buff *segs;
1585 int features = dev->features & ~(illegal_highdma(dev, skb) ?
1588 segs = skb_gso_segment(skb, features);
1590 /* Verifying header integrity only. */
1595 return PTR_ERR(segs);
1598 DEV_GSO_CB(skb)->destructor = skb->destructor;
1599 skb->destructor = dev_gso_skb_destructor;
1604 int dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev,
1605 struct netdev_queue *txq)
1607 if (likely(!skb->next)) {
1608 if (!list_empty(&ptype_all))
1609 dev_queue_xmit_nit(skb, dev);
1611 if (netif_needs_gso(dev, skb)) {
1612 if (unlikely(dev_gso_segment(skb)))
1618 return dev->hard_start_xmit(skb, dev);
1623 struct sk_buff *nskb = skb->next;
1626 skb->next = nskb->next;
1628 rc = dev->hard_start_xmit(nskb, dev);
1630 nskb->next = skb->next;
1634 if (unlikely(netif_tx_queue_stopped(txq) && skb->next))
1635 return NETDEV_TX_BUSY;
1636 } while (skb->next);
1638 skb->destructor = DEV_GSO_CB(skb)->destructor;
1646 * dev_queue_xmit - transmit a buffer
1647 * @skb: buffer to transmit
1649 * Queue a buffer for transmission to a network device. The caller must
1650 * have set the device and priority and built the buffer before calling
1651 * this function. The function can be called from an interrupt.
1653 * A negative errno code is returned on a failure. A success does not
1654 * guarantee the frame will be transmitted as it may be dropped due
1655 * to congestion or traffic shaping.
1657 * -----------------------------------------------------------------------------------
1658 * I notice this method can also return errors from the queue disciplines,
1659 * including NET_XMIT_DROP, which is a positive value. So, errors can also
1662 * Regardless of the return value, the skb is consumed, so it is currently
1663 * difficult to retry a send to this method. (You can bump the ref count
1664 * before sending to hold a reference for retry if you are careful.)
1666 * When calling this method, interrupts MUST be enabled. This is because
1667 * the BH enable code must have IRQs enabled so that it will not deadlock.
1671 static u16 simple_tx_hash(struct net_device *dev, struct sk_buff *skb)
1673 u32 *addr, *ports, hash, ihl;
1677 switch (skb->protocol) {
1678 case __constant_htons(ETH_P_IP):
1679 ip_proto = ip_hdr(skb)->protocol;
1680 addr = &ip_hdr(skb)->saddr;
1681 ihl = ip_hdr(skb)->ihl;
1684 case __constant_htons(ETH_P_IPV6):
1685 ip_proto = ipv6_hdr(skb)->nexthdr;
1686 addr = &ipv6_hdr(skb)->saddr.s6_addr32[0];
1694 ports = (u32 *) (skb_network_header(skb) + (ihl * 4));
1707 case IPPROTO_UDPLITE:
1715 return hash % dev->real_num_tx_queues;
1718 static struct netdev_queue *dev_pick_tx(struct net_device *dev,
1719 struct sk_buff *skb)
1721 u16 queue_index = 0;
1723 if (dev->select_queue)
1724 queue_index = dev->select_queue(dev, skb);
1725 else if (dev->real_num_tx_queues > 1)
1726 queue_index = simple_tx_hash(dev, skb);
1728 skb_set_queue_mapping(skb, queue_index);
1729 return netdev_get_tx_queue(dev, queue_index);
1732 int dev_queue_xmit(struct sk_buff *skb)
1734 struct net_device *dev = skb->dev;
1735 struct netdev_queue *txq;
1739 /* GSO will handle the following emulations directly. */
1740 if (netif_needs_gso(dev, skb))
1743 if (skb_shinfo(skb)->frag_list &&
1744 !(dev->features & NETIF_F_FRAGLIST) &&
1745 __skb_linearize(skb))
1748 /* Fragmented skb is linearized if device does not support SG,
1749 * or if at least one of fragments is in highmem and device
1750 * does not support DMA from it.
1752 if (skb_shinfo(skb)->nr_frags &&
1753 (!(dev->features & NETIF_F_SG) || illegal_highdma(dev, skb)) &&
1754 __skb_linearize(skb))
1757 /* If packet is not checksummed and device does not support
1758 * checksumming for this protocol, complete checksumming here.
1760 if (skb->ip_summed == CHECKSUM_PARTIAL) {
1761 skb_set_transport_header(skb, skb->csum_start -
1763 if (!dev_can_checksum(dev, skb) && skb_checksum_help(skb))
1768 /* Disable soft irqs for various locks below. Also
1769 * stops preemption for RCU.
1773 txq = dev_pick_tx(dev, skb);
1774 spin_lock_prefetch(&txq->lock);
1776 /* Updates of qdisc are serialized by queue->lock.
1777 * The struct Qdisc which is pointed to by qdisc is now a
1778 * rcu structure - it may be accessed without acquiring
1779 * a lock (but the structure may be stale.) The freeing of the
1780 * qdisc will be deferred until it's known that there are no
1781 * more references to it.
1783 * If the qdisc has an enqueue function, we still need to
1784 * hold the queue->lock before calling it, since queue->lock
1785 * also serializes access to the device queue.
1788 q = rcu_dereference(txq->qdisc);
1789 #ifdef CONFIG_NET_CLS_ACT
1790 skb->tc_verd = SET_TC_AT(skb->tc_verd,AT_EGRESS);
1793 /* Grab device queue */
1794 spin_lock(&txq->lock);
1797 rc = q->enqueue(skb, q);
1799 spin_unlock(&txq->lock);
1801 rc = rc == NET_XMIT_BYPASS ? NET_XMIT_SUCCESS : rc;
1804 spin_unlock(&txq->lock);
1807 /* The device has no queue. Common case for software devices:
1808 loopback, all the sorts of tunnels...
1810 Really, it is unlikely that netif_tx_lock protection is necessary
1811 here. (f.e. loopback and IP tunnels are clean ignoring statistics
1813 However, it is possible, that they rely on protection
1816 Check this and shot the lock. It is not prone from deadlocks.
1817 Either shot noqueue qdisc, it is even simpler 8)
1819 if (dev->flags & IFF_UP) {
1820 int cpu = smp_processor_id(); /* ok because BHs are off */
1822 if (txq->xmit_lock_owner != cpu) {
1824 HARD_TX_LOCK(dev, txq, cpu);
1826 if (!netif_tx_queue_stopped(txq)) {
1828 if (!dev_hard_start_xmit(skb, dev, txq)) {
1829 HARD_TX_UNLOCK(dev, txq);
1833 HARD_TX_UNLOCK(dev, txq);
1834 if (net_ratelimit())
1835 printk(KERN_CRIT "Virtual device %s asks to "
1836 "queue packet!\n", dev->name);
1838 /* Recursion is detected! It is possible,
1840 if (net_ratelimit())
1841 printk(KERN_CRIT "Dead loop on virtual device "
1842 "%s, fix it urgently!\n", dev->name);
1847 rcu_read_unlock_bh();
1853 rcu_read_unlock_bh();
1858 /*=======================================================================
1860 =======================================================================*/
1862 int netdev_max_backlog __read_mostly = 1000;
1863 int netdev_budget __read_mostly = 300;
1864 int weight_p __read_mostly = 64; /* old backlog weight */
1866 DEFINE_PER_CPU(struct netif_rx_stats, netdev_rx_stat) = { 0, };
1870 * netif_rx - post buffer to the network code
1871 * @skb: buffer to post
1873 * This function receives a packet from a device driver and queues it for
1874 * the upper (protocol) levels to process. It always succeeds. The buffer
1875 * may be dropped during processing for congestion control or by the
1879 * NET_RX_SUCCESS (no congestion)
1880 * NET_RX_DROP (packet was dropped)
1884 int netif_rx(struct sk_buff *skb)
1886 struct softnet_data *queue;
1887 unsigned long flags;
1889 /* if netpoll wants it, pretend we never saw it */
1890 if (netpoll_rx(skb))
1893 if (!skb->tstamp.tv64)
1897 * The code is rearranged so that the path is the most
1898 * short when CPU is congested, but is still operating.
1900 local_irq_save(flags);
1901 queue = &__get_cpu_var(softnet_data);
1903 __get_cpu_var(netdev_rx_stat).total++;
1904 if (queue->input_pkt_queue.qlen <= netdev_max_backlog) {
1905 if (queue->input_pkt_queue.qlen) {
1908 __skb_queue_tail(&queue->input_pkt_queue, skb);
1909 local_irq_restore(flags);
1910 return NET_RX_SUCCESS;
1913 napi_schedule(&queue->backlog);
1917 __get_cpu_var(netdev_rx_stat).dropped++;
1918 local_irq_restore(flags);
1924 int netif_rx_ni(struct sk_buff *skb)
1929 err = netif_rx(skb);
1930 if (local_softirq_pending())
1937 EXPORT_SYMBOL(netif_rx_ni);
1939 static inline struct net_device *skb_bond(struct sk_buff *skb)
1941 struct net_device *dev = skb->dev;
1944 if (skb_bond_should_drop(skb)) {
1948 skb->dev = dev->master;
1955 static void net_tx_action(struct softirq_action *h)
1957 struct softnet_data *sd = &__get_cpu_var(softnet_data);
1959 if (sd->completion_queue) {
1960 struct sk_buff *clist;
1962 local_irq_disable();
1963 clist = sd->completion_queue;
1964 sd->completion_queue = NULL;
1968 struct sk_buff *skb = clist;
1969 clist = clist->next;
1971 BUG_TRAP(!atomic_read(&skb->users));
1976 if (sd->output_queue) {
1977 struct netdev_queue *head;
1979 local_irq_disable();
1980 head = sd->output_queue;
1981 sd->output_queue = NULL;
1985 struct netdev_queue *txq = head;
1986 struct net_device *dev = txq->dev;
1987 head = head->next_sched;
1989 smp_mb__before_clear_bit();
1990 clear_bit(__LINK_STATE_SCHED, &dev->state);
1992 if (spin_trylock(&txq->lock)) {
1994 spin_unlock(&txq->lock);
1996 netif_schedule_queue(txq);
2002 static inline int deliver_skb(struct sk_buff *skb,
2003 struct packet_type *pt_prev,
2004 struct net_device *orig_dev)
2006 atomic_inc(&skb->users);
2007 return pt_prev->func(skb, skb->dev, pt_prev, orig_dev);
2010 #if defined(CONFIG_BRIDGE) || defined (CONFIG_BRIDGE_MODULE)
2011 /* These hooks defined here for ATM */
2013 struct net_bridge_fdb_entry *(*br_fdb_get_hook)(struct net_bridge *br,
2014 unsigned char *addr);
2015 void (*br_fdb_put_hook)(struct net_bridge_fdb_entry *ent) __read_mostly;
2018 * If bridge module is loaded call bridging hook.
2019 * returns NULL if packet was consumed.
2021 struct sk_buff *(*br_handle_frame_hook)(struct net_bridge_port *p,
2022 struct sk_buff *skb) __read_mostly;
2023 static inline struct sk_buff *handle_bridge(struct sk_buff *skb,
2024 struct packet_type **pt_prev, int *ret,
2025 struct net_device *orig_dev)
2027 struct net_bridge_port *port;
2029 if (skb->pkt_type == PACKET_LOOPBACK ||
2030 (port = rcu_dereference(skb->dev->br_port)) == NULL)
2034 *ret = deliver_skb(skb, *pt_prev, orig_dev);
2038 return br_handle_frame_hook(port, skb);
2041 #define handle_bridge(skb, pt_prev, ret, orig_dev) (skb)
2044 #if defined(CONFIG_MACVLAN) || defined(CONFIG_MACVLAN_MODULE)
2045 struct sk_buff *(*macvlan_handle_frame_hook)(struct sk_buff *skb) __read_mostly;
2046 EXPORT_SYMBOL_GPL(macvlan_handle_frame_hook);
2048 static inline struct sk_buff *handle_macvlan(struct sk_buff *skb,
2049 struct packet_type **pt_prev,
2051 struct net_device *orig_dev)
2053 if (skb->dev->macvlan_port == NULL)
2057 *ret = deliver_skb(skb, *pt_prev, orig_dev);
2060 return macvlan_handle_frame_hook(skb);
2063 #define handle_macvlan(skb, pt_prev, ret, orig_dev) (skb)
2066 #ifdef CONFIG_NET_CLS_ACT
2067 /* TODO: Maybe we should just force sch_ingress to be compiled in
2068 * when CONFIG_NET_CLS_ACT is? otherwise some useless instructions
2069 * a compare and 2 stores extra right now if we dont have it on
2070 * but have CONFIG_NET_CLS_ACT
2071 * NOTE: This doesnt stop any functionality; if you dont have
2072 * the ingress scheduler, you just cant add policies on ingress.
2075 static int ing_filter(struct sk_buff *skb)
2077 struct net_device *dev = skb->dev;
2078 u32 ttl = G_TC_RTTL(skb->tc_verd);
2079 struct netdev_queue *rxq;
2080 int result = TC_ACT_OK;
2083 if (MAX_RED_LOOP < ttl++) {
2085 "Redir loop detected Dropping packet (%d->%d)\n",
2086 skb->iif, dev->ifindex);
2090 skb->tc_verd = SET_TC_RTTL(skb->tc_verd, ttl);
2091 skb->tc_verd = SET_TC_AT(skb->tc_verd, AT_INGRESS);
2093 rxq = &dev->rx_queue;
2095 spin_lock(&rxq->lock);
2096 if ((q = rxq->qdisc) != NULL)
2097 result = q->enqueue(skb, q);
2098 spin_unlock(&rxq->lock);
2103 static inline struct sk_buff *handle_ing(struct sk_buff *skb,
2104 struct packet_type **pt_prev,
2105 int *ret, struct net_device *orig_dev)
2107 if (!skb->dev->rx_queue.qdisc)
2111 *ret = deliver_skb(skb, *pt_prev, orig_dev);
2114 /* Huh? Why does turning on AF_PACKET affect this? */
2115 skb->tc_verd = SET_TC_OK2MUNGE(skb->tc_verd);
2118 switch (ing_filter(skb)) {
2132 * netif_nit_deliver - deliver received packets to network taps
2135 * This function is used to deliver incoming packets to network
2136 * taps. It should be used when the normal netif_receive_skb path
2137 * is bypassed, for example because of VLAN acceleration.
2139 void netif_nit_deliver(struct sk_buff *skb)
2141 struct packet_type *ptype;
2143 if (list_empty(&ptype_all))
2146 skb_reset_network_header(skb);
2147 skb_reset_transport_header(skb);
2148 skb->mac_len = skb->network_header - skb->mac_header;
2151 list_for_each_entry_rcu(ptype, &ptype_all, list) {
2152 if (!ptype->dev || ptype->dev == skb->dev)
2153 deliver_skb(skb, ptype, skb->dev);
2159 * netif_receive_skb - process receive buffer from network
2160 * @skb: buffer to process
2162 * netif_receive_skb() is the main receive data processing function.
2163 * It always succeeds. The buffer may be dropped during processing
2164 * for congestion control or by the protocol layers.
2166 * This function may only be called from softirq context and interrupts
2167 * should be enabled.
2169 * Return values (usually ignored):
2170 * NET_RX_SUCCESS: no congestion
2171 * NET_RX_DROP: packet was dropped
2173 int netif_receive_skb(struct sk_buff *skb)
2175 struct packet_type *ptype, *pt_prev;
2176 struct net_device *orig_dev;
2177 int ret = NET_RX_DROP;
2180 /* if we've gotten here through NAPI, check netpoll */
2181 if (netpoll_receive_skb(skb))
2184 if (!skb->tstamp.tv64)
2188 skb->iif = skb->dev->ifindex;
2190 orig_dev = skb_bond(skb);
2195 __get_cpu_var(netdev_rx_stat).total++;
2197 skb_reset_network_header(skb);
2198 skb_reset_transport_header(skb);
2199 skb->mac_len = skb->network_header - skb->mac_header;
2205 /* Don't receive packets in an exiting network namespace */
2206 if (!net_alive(dev_net(skb->dev)))
2209 #ifdef CONFIG_NET_CLS_ACT
2210 if (skb->tc_verd & TC_NCLS) {
2211 skb->tc_verd = CLR_TC_NCLS(skb->tc_verd);
2216 list_for_each_entry_rcu(ptype, &ptype_all, list) {
2217 if (!ptype->dev || ptype->dev == skb->dev) {
2219 ret = deliver_skb(skb, pt_prev, orig_dev);
2224 #ifdef CONFIG_NET_CLS_ACT
2225 skb = handle_ing(skb, &pt_prev, &ret, orig_dev);
2231 skb = handle_bridge(skb, &pt_prev, &ret, orig_dev);
2234 skb = handle_macvlan(skb, &pt_prev, &ret, orig_dev);
2238 type = skb->protocol;
2239 list_for_each_entry_rcu(ptype,
2240 &ptype_base[ntohs(type) & PTYPE_HASH_MASK], list) {
2241 if (ptype->type == type &&
2242 (!ptype->dev || ptype->dev == skb->dev)) {
2244 ret = deliver_skb(skb, pt_prev, orig_dev);
2250 ret = pt_prev->func(skb, skb->dev, pt_prev, orig_dev);
2253 /* Jamal, now you will not able to escape explaining
2254 * me how you were going to use this. :-)
2264 static int process_backlog(struct napi_struct *napi, int quota)
2267 struct softnet_data *queue = &__get_cpu_var(softnet_data);
2268 unsigned long start_time = jiffies;
2270 napi->weight = weight_p;
2272 struct sk_buff *skb;
2273 struct net_device *dev;
2275 local_irq_disable();
2276 skb = __skb_dequeue(&queue->input_pkt_queue);
2278 __napi_complete(napi);
2287 netif_receive_skb(skb);
2290 } while (++work < quota && jiffies == start_time);
2296 * __napi_schedule - schedule for receive
2297 * @n: entry to schedule
2299 * The entry's receive function will be scheduled to run
2301 void __napi_schedule(struct napi_struct *n)
2303 unsigned long flags;
2305 local_irq_save(flags);
2306 list_add_tail(&n->poll_list, &__get_cpu_var(softnet_data).poll_list);
2307 __raise_softirq_irqoff(NET_RX_SOFTIRQ);
2308 local_irq_restore(flags);
2310 EXPORT_SYMBOL(__napi_schedule);
2313 static void net_rx_action(struct softirq_action *h)
2315 struct list_head *list = &__get_cpu_var(softnet_data).poll_list;
2316 unsigned long start_time = jiffies;
2317 int budget = netdev_budget;
2320 local_irq_disable();
2322 while (!list_empty(list)) {
2323 struct napi_struct *n;
2326 /* If softirq window is exhuasted then punt.
2328 * Note that this is a slight policy change from the
2329 * previous NAPI code, which would allow up to 2
2330 * jiffies to pass before breaking out. The test
2331 * used to be "jiffies - start_time > 1".
2333 if (unlikely(budget <= 0 || jiffies != start_time))
2338 /* Even though interrupts have been re-enabled, this
2339 * access is safe because interrupts can only add new
2340 * entries to the tail of this list, and only ->poll()
2341 * calls can remove this head entry from the list.
2343 n = list_entry(list->next, struct napi_struct, poll_list);
2345 have = netpoll_poll_lock(n);
2349 /* This NAPI_STATE_SCHED test is for avoiding a race
2350 * with netpoll's poll_napi(). Only the entity which
2351 * obtains the lock and sees NAPI_STATE_SCHED set will
2352 * actually make the ->poll() call. Therefore we avoid
2353 * accidently calling ->poll() when NAPI is not scheduled.
2356 if (test_bit(NAPI_STATE_SCHED, &n->state))
2357 work = n->poll(n, weight);
2359 WARN_ON_ONCE(work > weight);
2363 local_irq_disable();
2365 /* Drivers must not modify the NAPI state if they
2366 * consume the entire weight. In such cases this code
2367 * still "owns" the NAPI instance and therefore can
2368 * move the instance around on the list at-will.
2370 if (unlikely(work == weight)) {
2371 if (unlikely(napi_disable_pending(n)))
2374 list_move_tail(&n->poll_list, list);
2377 netpoll_poll_unlock(have);
2382 #ifdef CONFIG_NET_DMA
2384 * There may not be any more sk_buffs coming right now, so push
2385 * any pending DMA copies to hardware
2387 if (!cpus_empty(net_dma.channel_mask)) {
2389 for_each_cpu_mask(chan_idx, net_dma.channel_mask) {
2390 struct dma_chan *chan = net_dma.channels[chan_idx];
2392 dma_async_memcpy_issue_pending(chan);
2400 __get_cpu_var(netdev_rx_stat).time_squeeze++;
2401 __raise_softirq_irqoff(NET_RX_SOFTIRQ);
2405 static gifconf_func_t * gifconf_list [NPROTO];
2408 * register_gifconf - register a SIOCGIF handler
2409 * @family: Address family
2410 * @gifconf: Function handler
2412 * Register protocol dependent address dumping routines. The handler
2413 * that is passed must not be freed or reused until it has been replaced
2414 * by another handler.
2416 int register_gifconf(unsigned int family, gifconf_func_t * gifconf)
2418 if (family >= NPROTO)
2420 gifconf_list[family] = gifconf;
2426 * Map an interface index to its name (SIOCGIFNAME)
2430 * We need this ioctl for efficient implementation of the
2431 * if_indextoname() function required by the IPv6 API. Without
2432 * it, we would have to search all the interfaces to find a
2436 static int dev_ifname(struct net *net, struct ifreq __user *arg)
2438 struct net_device *dev;
2442 * Fetch the caller's info block.
2445 if (copy_from_user(&ifr, arg, sizeof(struct ifreq)))
2448 read_lock(&dev_base_lock);
2449 dev = __dev_get_by_index(net, ifr.ifr_ifindex);
2451 read_unlock(&dev_base_lock);
2455 strcpy(ifr.ifr_name, dev->name);
2456 read_unlock(&dev_base_lock);
2458 if (copy_to_user(arg, &ifr, sizeof(struct ifreq)))
2464 * Perform a SIOCGIFCONF call. This structure will change
2465 * size eventually, and there is nothing I can do about it.
2466 * Thus we will need a 'compatibility mode'.
2469 static int dev_ifconf(struct net *net, char __user *arg)
2472 struct net_device *dev;
2479 * Fetch the caller's info block.
2482 if (copy_from_user(&ifc, arg, sizeof(struct ifconf)))
2489 * Loop over the interfaces, and write an info block for each.
2493 for_each_netdev(net, dev) {
2494 for (i = 0; i < NPROTO; i++) {
2495 if (gifconf_list[i]) {
2498 done = gifconf_list[i](dev, NULL, 0);
2500 done = gifconf_list[i](dev, pos + total,
2510 * All done. Write the updated control block back to the caller.
2512 ifc.ifc_len = total;
2515 * Both BSD and Solaris return 0 here, so we do too.
2517 return copy_to_user(arg, &ifc, sizeof(struct ifconf)) ? -EFAULT : 0;
2520 #ifdef CONFIG_PROC_FS
2522 * This is invoked by the /proc filesystem handler to display a device
2525 void *dev_seq_start(struct seq_file *seq, loff_t *pos)
2526 __acquires(dev_base_lock)
2528 struct net *net = seq_file_net(seq);
2530 struct net_device *dev;
2532 read_lock(&dev_base_lock);
2534 return SEQ_START_TOKEN;
2537 for_each_netdev(net, dev)
2544 void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos)
2546 struct net *net = seq_file_net(seq);
2548 return v == SEQ_START_TOKEN ?
2549 first_net_device(net) : next_net_device((struct net_device *)v);
2552 void dev_seq_stop(struct seq_file *seq, void *v)
2553 __releases(dev_base_lock)
2555 read_unlock(&dev_base_lock);
2558 static void dev_seq_printf_stats(struct seq_file *seq, struct net_device *dev)
2560 struct net_device_stats *stats = dev->get_stats(dev);
2562 seq_printf(seq, "%6s:%8lu %7lu %4lu %4lu %4lu %5lu %10lu %9lu "
2563 "%8lu %7lu %4lu %4lu %4lu %5lu %7lu %10lu\n",
2564 dev->name, stats->rx_bytes, stats->rx_packets,
2566 stats->rx_dropped + stats->rx_missed_errors,
2567 stats->rx_fifo_errors,
2568 stats->rx_length_errors + stats->rx_over_errors +
2569 stats->rx_crc_errors + stats->rx_frame_errors,
2570 stats->rx_compressed, stats->multicast,
2571 stats->tx_bytes, stats->tx_packets,
2572 stats->tx_errors, stats->tx_dropped,
2573 stats->tx_fifo_errors, stats->collisions,
2574 stats->tx_carrier_errors +
2575 stats->tx_aborted_errors +
2576 stats->tx_window_errors +
2577 stats->tx_heartbeat_errors,
2578 stats->tx_compressed);
2582 * Called from the PROCfs module. This now uses the new arbitrary sized
2583 * /proc/net interface to create /proc/net/dev
2585 static int dev_seq_show(struct seq_file *seq, void *v)
2587 if (v == SEQ_START_TOKEN)
2588 seq_puts(seq, "Inter-| Receive "
2590 " face |bytes packets errs drop fifo frame "
2591 "compressed multicast|bytes packets errs "
2592 "drop fifo colls carrier compressed\n");
2594 dev_seq_printf_stats(seq, v);
2598 static struct netif_rx_stats *softnet_get_online(loff_t *pos)
2600 struct netif_rx_stats *rc = NULL;
2602 while (*pos < nr_cpu_ids)
2603 if (cpu_online(*pos)) {
2604 rc = &per_cpu(netdev_rx_stat, *pos);
2611 static void *softnet_seq_start(struct seq_file *seq, loff_t *pos)
2613 return softnet_get_online(pos);
2616 static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos)
2619 return softnet_get_online(pos);
2622 static void softnet_seq_stop(struct seq_file *seq, void *v)
2626 static int softnet_seq_show(struct seq_file *seq, void *v)
2628 struct netif_rx_stats *s = v;
2630 seq_printf(seq, "%08x %08x %08x %08x %08x %08x %08x %08x %08x\n",
2631 s->total, s->dropped, s->time_squeeze, 0,
2632 0, 0, 0, 0, /* was fastroute */
2637 static const struct seq_operations dev_seq_ops = {
2638 .start = dev_seq_start,
2639 .next = dev_seq_next,
2640 .stop = dev_seq_stop,
2641 .show = dev_seq_show,
2644 static int dev_seq_open(struct inode *inode, struct file *file)
2646 return seq_open_net(inode, file, &dev_seq_ops,
2647 sizeof(struct seq_net_private));
2650 static const struct file_operations dev_seq_fops = {
2651 .owner = THIS_MODULE,
2652 .open = dev_seq_open,
2654 .llseek = seq_lseek,
2655 .release = seq_release_net,
2658 static const struct seq_operations softnet_seq_ops = {
2659 .start = softnet_seq_start,
2660 .next = softnet_seq_next,
2661 .stop = softnet_seq_stop,
2662 .show = softnet_seq_show,
2665 static int softnet_seq_open(struct inode *inode, struct file *file)
2667 return seq_open(file, &softnet_seq_ops);
2670 static const struct file_operations softnet_seq_fops = {
2671 .owner = THIS_MODULE,
2672 .open = softnet_seq_open,
2674 .llseek = seq_lseek,
2675 .release = seq_release,
2678 static void *ptype_get_idx(loff_t pos)
2680 struct packet_type *pt = NULL;
2684 list_for_each_entry_rcu(pt, &ptype_all, list) {
2690 for (t = 0; t < PTYPE_HASH_SIZE; t++) {
2691 list_for_each_entry_rcu(pt, &ptype_base[t], list) {
2700 static void *ptype_seq_start(struct seq_file *seq, loff_t *pos)
2704 return *pos ? ptype_get_idx(*pos - 1) : SEQ_START_TOKEN;
2707 static void *ptype_seq_next(struct seq_file *seq, void *v, loff_t *pos)
2709 struct packet_type *pt;
2710 struct list_head *nxt;
2714 if (v == SEQ_START_TOKEN)
2715 return ptype_get_idx(0);
2718 nxt = pt->list.next;
2719 if (pt->type == htons(ETH_P_ALL)) {
2720 if (nxt != &ptype_all)
2723 nxt = ptype_base[0].next;
2725 hash = ntohs(pt->type) & PTYPE_HASH_MASK;
2727 while (nxt == &ptype_base[hash]) {
2728 if (++hash >= PTYPE_HASH_SIZE)
2730 nxt = ptype_base[hash].next;
2733 return list_entry(nxt, struct packet_type, list);
2736 static void ptype_seq_stop(struct seq_file *seq, void *v)
2742 static void ptype_seq_decode(struct seq_file *seq, void *sym)
2744 #ifdef CONFIG_KALLSYMS
2745 unsigned long offset = 0, symsize;
2746 const char *symname;
2750 symname = kallsyms_lookup((unsigned long)sym, &symsize, &offset,
2757 modname = delim = "";
2758 seq_printf(seq, "%s%s%s%s+0x%lx", delim, modname, delim,
2764 seq_printf(seq, "[%p]", sym);
2767 static int ptype_seq_show(struct seq_file *seq, void *v)
2769 struct packet_type *pt = v;
2771 if (v == SEQ_START_TOKEN)
2772 seq_puts(seq, "Type Device Function\n");
2773 else if (pt->dev == NULL || dev_net(pt->dev) == seq_file_net(seq)) {
2774 if (pt->type == htons(ETH_P_ALL))
2775 seq_puts(seq, "ALL ");
2777 seq_printf(seq, "%04x", ntohs(pt->type));
2779 seq_printf(seq, " %-8s ",
2780 pt->dev ? pt->dev->name : "");
2781 ptype_seq_decode(seq, pt->func);
2782 seq_putc(seq, '\n');
2788 static const struct seq_operations ptype_seq_ops = {
2789 .start = ptype_seq_start,
2790 .next = ptype_seq_next,
2791 .stop = ptype_seq_stop,
2792 .show = ptype_seq_show,
2795 static int ptype_seq_open(struct inode *inode, struct file *file)
2797 return seq_open_net(inode, file, &ptype_seq_ops,
2798 sizeof(struct seq_net_private));
2801 static const struct file_operations ptype_seq_fops = {
2802 .owner = THIS_MODULE,
2803 .open = ptype_seq_open,
2805 .llseek = seq_lseek,
2806 .release = seq_release_net,
2810 static int __net_init dev_proc_net_init(struct net *net)
2814 if (!proc_net_fops_create(net, "dev", S_IRUGO, &dev_seq_fops))
2816 if (!proc_net_fops_create(net, "softnet_stat", S_IRUGO, &softnet_seq_fops))
2818 if (!proc_net_fops_create(net, "ptype", S_IRUGO, &ptype_seq_fops))
2821 if (wext_proc_init(net))
2827 proc_net_remove(net, "ptype");
2829 proc_net_remove(net, "softnet_stat");
2831 proc_net_remove(net, "dev");
2835 static void __net_exit dev_proc_net_exit(struct net *net)
2837 wext_proc_exit(net);
2839 proc_net_remove(net, "ptype");
2840 proc_net_remove(net, "softnet_stat");
2841 proc_net_remove(net, "dev");
2844 static struct pernet_operations __net_initdata dev_proc_ops = {
2845 .init = dev_proc_net_init,
2846 .exit = dev_proc_net_exit,
2849 static int __init dev_proc_init(void)
2851 return register_pernet_subsys(&dev_proc_ops);
2854 #define dev_proc_init() 0
2855 #endif /* CONFIG_PROC_FS */
2859 * netdev_set_master - set up master/slave pair
2860 * @slave: slave device
2861 * @master: new master device
2863 * Changes the master device of the slave. Pass %NULL to break the
2864 * bonding. The caller must hold the RTNL semaphore. On a failure
2865 * a negative errno code is returned. On success the reference counts
2866 * are adjusted, %RTM_NEWLINK is sent to the routing socket and the
2867 * function returns zero.
2869 int netdev_set_master(struct net_device *slave, struct net_device *master)
2871 struct net_device *old = slave->master;
2881 slave->master = master;
2889 slave->flags |= IFF_SLAVE;
2891 slave->flags &= ~IFF_SLAVE;
2893 rtmsg_ifinfo(RTM_NEWLINK, slave, IFF_SLAVE);
2897 static int __dev_set_promiscuity(struct net_device *dev, int inc)
2899 unsigned short old_flags = dev->flags;
2903 dev->flags |= IFF_PROMISC;
2904 dev->promiscuity += inc;
2905 if (dev->promiscuity == 0) {
2908 * If inc causes overflow, untouch promisc and return error.
2911 dev->flags &= ~IFF_PROMISC;
2913 dev->promiscuity -= inc;
2914 printk(KERN_WARNING "%s: promiscuity touches roof, "
2915 "set promiscuity failed, promiscuity feature "
2916 "of device might be broken.\n", dev->name);
2920 if (dev->flags != old_flags) {
2921 printk(KERN_INFO "device %s %s promiscuous mode\n",
2922 dev->name, (dev->flags & IFF_PROMISC) ? "entered" :
2925 audit_log(current->audit_context, GFP_ATOMIC,
2926 AUDIT_ANOM_PROMISCUOUS,
2927 "dev=%s prom=%d old_prom=%d auid=%u uid=%u gid=%u ses=%u",
2928 dev->name, (dev->flags & IFF_PROMISC),
2929 (old_flags & IFF_PROMISC),
2930 audit_get_loginuid(current),
2931 current->uid, current->gid,
2932 audit_get_sessionid(current));
2934 if (dev->change_rx_flags)
2935 dev->change_rx_flags(dev, IFF_PROMISC);
2941 * dev_set_promiscuity - update promiscuity count on a device
2945 * Add or remove promiscuity from a device. While the count in the device
2946 * remains above zero the interface remains promiscuous. Once it hits zero
2947 * the device reverts back to normal filtering operation. A negative inc
2948 * value is used to drop promiscuity on the device.
2949 * Return 0 if successful or a negative errno code on error.
2951 int dev_set_promiscuity(struct net_device *dev, int inc)
2953 unsigned short old_flags = dev->flags;
2956 err = __dev_set_promiscuity(dev, inc);
2959 if (dev->flags != old_flags)
2960 dev_set_rx_mode(dev);
2965 * dev_set_allmulti - update allmulti count on a device
2969 * Add or remove reception of all multicast frames to a device. While the
2970 * count in the device remains above zero the interface remains listening
2971 * to all interfaces. Once it hits zero the device reverts back to normal
2972 * filtering operation. A negative @inc value is used to drop the counter
2973 * when releasing a resource needing all multicasts.
2974 * Return 0 if successful or a negative errno code on error.
2977 int dev_set_allmulti(struct net_device *dev, int inc)
2979 unsigned short old_flags = dev->flags;
2983 dev->flags |= IFF_ALLMULTI;
2984 dev->allmulti += inc;
2985 if (dev->allmulti == 0) {
2988 * If inc causes overflow, untouch allmulti and return error.
2991 dev->flags &= ~IFF_ALLMULTI;
2993 dev->allmulti -= inc;
2994 printk(KERN_WARNING "%s: allmulti touches roof, "
2995 "set allmulti failed, allmulti feature of "
2996 "device might be broken.\n", dev->name);
3000 if (dev->flags ^ old_flags) {
3001 if (dev->change_rx_flags)
3002 dev->change_rx_flags(dev, IFF_ALLMULTI);
3003 dev_set_rx_mode(dev);
3009 * Upload unicast and multicast address lists to device and
3010 * configure RX filtering. When the device doesn't support unicast
3011 * filtering it is put in promiscuous mode while unicast addresses
3014 void __dev_set_rx_mode(struct net_device *dev)
3016 /* dev_open will call this function so the list will stay sane. */
3017 if (!(dev->flags&IFF_UP))
3020 if (!netif_device_present(dev))
3023 if (dev->set_rx_mode)
3024 dev->set_rx_mode(dev);
3026 /* Unicast addresses changes may only happen under the rtnl,
3027 * therefore calling __dev_set_promiscuity here is safe.
3029 if (dev->uc_count > 0 && !dev->uc_promisc) {
3030 __dev_set_promiscuity(dev, 1);
3031 dev->uc_promisc = 1;
3032 } else if (dev->uc_count == 0 && dev->uc_promisc) {
3033 __dev_set_promiscuity(dev, -1);
3034 dev->uc_promisc = 0;
3037 if (dev->set_multicast_list)
3038 dev->set_multicast_list(dev);
3042 void dev_set_rx_mode(struct net_device *dev)
3044 netif_addr_lock_bh(dev);
3045 __dev_set_rx_mode(dev);
3046 netif_addr_unlock_bh(dev);
3049 int __dev_addr_delete(struct dev_addr_list **list, int *count,
3050 void *addr, int alen, int glbl)
3052 struct dev_addr_list *da;
3054 for (; (da = *list) != NULL; list = &da->next) {
3055 if (memcmp(da->da_addr, addr, da->da_addrlen) == 0 &&
3056 alen == da->da_addrlen) {
3058 int old_glbl = da->da_gusers;
3075 int __dev_addr_add(struct dev_addr_list **list, int *count,
3076 void *addr, int alen, int glbl)
3078 struct dev_addr_list *da;
3080 for (da = *list; da != NULL; da = da->next) {
3081 if (memcmp(da->da_addr, addr, da->da_addrlen) == 0 &&
3082 da->da_addrlen == alen) {
3084 int old_glbl = da->da_gusers;
3094 da = kzalloc(sizeof(*da), GFP_ATOMIC);
3097 memcpy(da->da_addr, addr, alen);
3098 da->da_addrlen = alen;
3100 da->da_gusers = glbl ? 1 : 0;
3108 * dev_unicast_delete - Release secondary unicast address.
3110 * @addr: address to delete
3111 * @alen: length of @addr
3113 * Release reference to a secondary unicast address and remove it
3114 * from the device if the reference count drops to zero.
3116 * The caller must hold the rtnl_mutex.
3118 int dev_unicast_delete(struct net_device *dev, void *addr, int alen)
3124 netif_addr_lock_bh(dev);
3125 err = __dev_addr_delete(&dev->uc_list, &dev->uc_count, addr, alen, 0);
3127 __dev_set_rx_mode(dev);
3128 netif_addr_unlock_bh(dev);
3131 EXPORT_SYMBOL(dev_unicast_delete);
3134 * dev_unicast_add - add a secondary unicast address
3136 * @addr: address to add
3137 * @alen: length of @addr
3139 * Add a secondary unicast address to the device or increase
3140 * the reference count if it already exists.
3142 * The caller must hold the rtnl_mutex.
3144 int dev_unicast_add(struct net_device *dev, void *addr, int alen)
3150 netif_addr_lock_bh(dev);
3151 err = __dev_addr_add(&dev->uc_list, &dev->uc_count, addr, alen, 0);
3153 __dev_set_rx_mode(dev);
3154 netif_addr_unlock_bh(dev);
3157 EXPORT_SYMBOL(dev_unicast_add);
3159 int __dev_addr_sync(struct dev_addr_list **to, int *to_count,
3160 struct dev_addr_list **from, int *from_count)
3162 struct dev_addr_list *da, *next;
3166 while (da != NULL) {
3168 if (!da->da_synced) {
3169 err = __dev_addr_add(to, to_count,
3170 da->da_addr, da->da_addrlen, 0);
3175 } else if (da->da_users == 1) {
3176 __dev_addr_delete(to, to_count,
3177 da->da_addr, da->da_addrlen, 0);
3178 __dev_addr_delete(from, from_count,
3179 da->da_addr, da->da_addrlen, 0);
3186 void __dev_addr_unsync(struct dev_addr_list **to, int *to_count,
3187 struct dev_addr_list **from, int *from_count)
3189 struct dev_addr_list *da, *next;
3192 while (da != NULL) {
3194 if (da->da_synced) {
3195 __dev_addr_delete(to, to_count,
3196 da->da_addr, da->da_addrlen, 0);
3198 __dev_addr_delete(from, from_count,
3199 da->da_addr, da->da_addrlen, 0);
3206 * dev_unicast_sync - Synchronize device's unicast list to another device
3207 * @to: destination device
3208 * @from: source device
3210 * Add newly added addresses to the destination device and release
3211 * addresses that have no users left. The source device must be
3212 * locked by netif_tx_lock_bh.
3214 * This function is intended to be called from the dev->set_rx_mode
3215 * function of layered software devices.
3217 int dev_unicast_sync(struct net_device *to, struct net_device *from)
3221 netif_addr_lock_bh(to);
3222 err = __dev_addr_sync(&to->uc_list, &to->uc_count,
3223 &from->uc_list, &from->uc_count);
3225 __dev_set_rx_mode(to);
3226 netif_addr_unlock_bh(to);
3229 EXPORT_SYMBOL(dev_unicast_sync);
3232 * dev_unicast_unsync - Remove synchronized addresses from the destination device
3233 * @to: destination device
3234 * @from: source device
3236 * Remove all addresses that were added to the destination device by
3237 * dev_unicast_sync(). This function is intended to be called from the
3238 * dev->stop function of layered software devices.
3240 void dev_unicast_unsync(struct net_device *to, struct net_device *from)
3242 netif_addr_lock_bh(from);
3243 netif_addr_lock(to);
3245 __dev_addr_unsync(&to->uc_list, &to->uc_count,
3246 &from->uc_list, &from->uc_count);
3247 __dev_set_rx_mode(to);
3249 netif_addr_unlock(to);
3250 netif_addr_unlock_bh(from);
3252 EXPORT_SYMBOL(dev_unicast_unsync);
3254 static void __dev_addr_discard(struct dev_addr_list **list)
3256 struct dev_addr_list *tmp;
3258 while (*list != NULL) {
3261 if (tmp->da_users > tmp->da_gusers)
3262 printk("__dev_addr_discard: address leakage! "
3263 "da_users=%d\n", tmp->da_users);
3268 static void dev_addr_discard(struct net_device *dev)
3270 netif_addr_lock_bh(dev);
3272 __dev_addr_discard(&dev->uc_list);
3275 __dev_addr_discard(&dev->mc_list);
3278 netif_addr_unlock_bh(dev);
3281 unsigned dev_get_flags(const struct net_device *dev)
3285 flags = (dev->flags & ~(IFF_PROMISC |
3290 (dev->gflags & (IFF_PROMISC |
3293 if (netif_running(dev)) {
3294 if (netif_oper_up(dev))
3295 flags |= IFF_RUNNING;
3296 if (netif_carrier_ok(dev))
3297 flags |= IFF_LOWER_UP;
3298 if (netif_dormant(dev))
3299 flags |= IFF_DORMANT;
3305 int dev_change_flags(struct net_device *dev, unsigned flags)
3308 int old_flags = dev->flags;
3313 * Set the flags on our device.
3316 dev->flags = (flags & (IFF_DEBUG | IFF_NOTRAILERS | IFF_NOARP |
3317 IFF_DYNAMIC | IFF_MULTICAST | IFF_PORTSEL |
3319 (dev->flags & (IFF_UP | IFF_VOLATILE | IFF_PROMISC |
3323 * Load in the correct multicast list now the flags have changed.
3326 if (dev->change_rx_flags && (old_flags ^ flags) & IFF_MULTICAST)
3327 dev->change_rx_flags(dev, IFF_MULTICAST);
3329 dev_set_rx_mode(dev);
3332 * Have we downed the interface. We handle IFF_UP ourselves
3333 * according to user attempts to set it, rather than blindly
3338 if ((old_flags ^ flags) & IFF_UP) { /* Bit is different ? */
3339 ret = ((old_flags & IFF_UP) ? dev_close : dev_open)(dev);
3342 dev_set_rx_mode(dev);
3345 if (dev->flags & IFF_UP &&
3346 ((old_flags ^ dev->flags) &~ (IFF_UP | IFF_PROMISC | IFF_ALLMULTI |
3348 call_netdevice_notifiers(NETDEV_CHANGE, dev);
3350 if ((flags ^ dev->gflags) & IFF_PROMISC) {
3351 int inc = (flags & IFF_PROMISC) ? +1 : -1;
3352 dev->gflags ^= IFF_PROMISC;
3353 dev_set_promiscuity(dev, inc);
3356 /* NOTE: order of synchronization of IFF_PROMISC and IFF_ALLMULTI
3357 is important. Some (broken) drivers set IFF_PROMISC, when
3358 IFF_ALLMULTI is requested not asking us and not reporting.
3360 if ((flags ^ dev->gflags) & IFF_ALLMULTI) {
3361 int inc = (flags & IFF_ALLMULTI) ? +1 : -1;
3362 dev->gflags ^= IFF_ALLMULTI;
3363 dev_set_allmulti(dev, inc);
3366 /* Exclude state transition flags, already notified */
3367 changes = (old_flags ^ dev->flags) & ~(IFF_UP | IFF_RUNNING);
3369 rtmsg_ifinfo(RTM_NEWLINK, dev, changes);
3374 int dev_set_mtu(struct net_device *dev, int new_mtu)
3378 if (new_mtu == dev->mtu)
3381 /* MTU must be positive. */
3385 if (!netif_device_present(dev))
3389 if (dev->change_mtu)
3390 err = dev->change_mtu(dev, new_mtu);
3393 if (!err && dev->flags & IFF_UP)
3394 call_netdevice_notifiers(NETDEV_CHANGEMTU, dev);
3398 int dev_set_mac_address(struct net_device *dev, struct sockaddr *sa)
3402 if (!dev->set_mac_address)
3404 if (sa->sa_family != dev->type)
3406 if (!netif_device_present(dev))
3408 err = dev->set_mac_address(dev, sa);
3410 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
3415 * Perform the SIOCxIFxxx calls, inside read_lock(dev_base_lock)
3417 static int dev_ifsioc_locked(struct net *net, struct ifreq *ifr, unsigned int cmd)
3420 struct net_device *dev = __dev_get_by_name(net, ifr->ifr_name);
3426 case SIOCGIFFLAGS: /* Get interface flags */
3427 ifr->ifr_flags = dev_get_flags(dev);
3430 case SIOCGIFMETRIC: /* Get the metric on the interface
3431 (currently unused) */
3432 ifr->ifr_metric = 0;
3435 case SIOCGIFMTU: /* Get the MTU of a device */
3436 ifr->ifr_mtu = dev->mtu;
3441 memset(ifr->ifr_hwaddr.sa_data, 0, sizeof ifr->ifr_hwaddr.sa_data);
3443 memcpy(ifr->ifr_hwaddr.sa_data, dev->dev_addr,
3444 min(sizeof ifr->ifr_hwaddr.sa_data, (size_t) dev->addr_len));
3445 ifr->ifr_hwaddr.sa_family = dev->type;
3453 ifr->ifr_map.mem_start = dev->mem_start;
3454 ifr->ifr_map.mem_end = dev->mem_end;
3455 ifr->ifr_map.base_addr = dev->base_addr;
3456 ifr->ifr_map.irq = dev->irq;
3457 ifr->ifr_map.dma = dev->dma;
3458 ifr->ifr_map.port = dev->if_port;
3462 ifr->ifr_ifindex = dev->ifindex;
3466 ifr->ifr_qlen = dev->tx_queue_len;
3470 /* dev_ioctl() should ensure this case
3482 * Perform the SIOCxIFxxx calls, inside rtnl_lock()
3484 static int dev_ifsioc(struct net *net, struct ifreq *ifr, unsigned int cmd)
3487 struct net_device *dev = __dev_get_by_name(net, ifr->ifr_name);
3493 case SIOCSIFFLAGS: /* Set interface flags */
3494 return dev_change_flags(dev, ifr->ifr_flags);
3496 case SIOCSIFMETRIC: /* Set the metric on the interface
3497 (currently unused) */
3500 case SIOCSIFMTU: /* Set the MTU of a device */
3501 return dev_set_mtu(dev, ifr->ifr_mtu);
3504 return dev_set_mac_address(dev, &ifr->ifr_hwaddr);
3506 case SIOCSIFHWBROADCAST:
3507 if (ifr->ifr_hwaddr.sa_family != dev->type)
3509 memcpy(dev->broadcast, ifr->ifr_hwaddr.sa_data,
3510 min(sizeof ifr->ifr_hwaddr.sa_data, (size_t) dev->addr_len));
3511 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
3515 if (dev->set_config) {
3516 if (!netif_device_present(dev))
3518 return dev->set_config(dev, &ifr->ifr_map);
3523 if ((!dev->set_multicast_list && !dev->set_rx_mode) ||
3524 ifr->ifr_hwaddr.sa_family != AF_UNSPEC)
3526 if (!netif_device_present(dev))
3528 return dev_mc_add(dev, ifr->ifr_hwaddr.sa_data,
3532 if ((!dev->set_multicast_list && !dev->set_rx_mode) ||
3533 ifr->ifr_hwaddr.sa_family != AF_UNSPEC)
3535 if (!netif_device_present(dev))
3537 return dev_mc_delete(dev, ifr->ifr_hwaddr.sa_data,
3541 if (ifr->ifr_qlen < 0)
3543 dev->tx_queue_len = ifr->ifr_qlen;
3547 ifr->ifr_newname[IFNAMSIZ-1] = '\0';
3548 return dev_change_name(dev, ifr->ifr_newname);
3551 * Unknown or private ioctl
3555 if ((cmd >= SIOCDEVPRIVATE &&
3556 cmd <= SIOCDEVPRIVATE + 15) ||
3557 cmd == SIOCBONDENSLAVE ||
3558 cmd == SIOCBONDRELEASE ||
3559 cmd == SIOCBONDSETHWADDR ||
3560 cmd == SIOCBONDSLAVEINFOQUERY ||
3561 cmd == SIOCBONDINFOQUERY ||
3562 cmd == SIOCBONDCHANGEACTIVE ||
3563 cmd == SIOCGMIIPHY ||
3564 cmd == SIOCGMIIREG ||
3565 cmd == SIOCSMIIREG ||
3566 cmd == SIOCBRADDIF ||
3567 cmd == SIOCBRDELIF ||
3568 cmd == SIOCWANDEV) {
3570 if (dev->do_ioctl) {
3571 if (netif_device_present(dev))
3572 err = dev->do_ioctl(dev, ifr,
3585 * This function handles all "interface"-type I/O control requests. The actual
3586 * 'doing' part of this is dev_ifsioc above.
3590 * dev_ioctl - network device ioctl
3591 * @net: the applicable net namespace
3592 * @cmd: command to issue
3593 * @arg: pointer to a struct ifreq in user space
3595 * Issue ioctl functions to devices. This is normally called by the
3596 * user space syscall interfaces but can sometimes be useful for
3597 * other purposes. The return value is the return from the syscall if
3598 * positive or a negative errno code on error.
3601 int dev_ioctl(struct net *net, unsigned int cmd, void __user *arg)
3607 /* One special case: SIOCGIFCONF takes ifconf argument
3608 and requires shared lock, because it sleeps writing
3612 if (cmd == SIOCGIFCONF) {
3614 ret = dev_ifconf(net, (char __user *) arg);
3618 if (cmd == SIOCGIFNAME)
3619 return dev_ifname(net, (struct ifreq __user *)arg);
3621 if (copy_from_user(&ifr, arg, sizeof(struct ifreq)))
3624 ifr.ifr_name[IFNAMSIZ-1] = 0;
3626 colon = strchr(ifr.ifr_name, ':');
3631 * See which interface the caller is talking about.
3636 * These ioctl calls:
3637 * - can be done by all.
3638 * - atomic and do not require locking.
3649 dev_load(net, ifr.ifr_name);
3650 read_lock(&dev_base_lock);
3651 ret = dev_ifsioc_locked(net, &ifr, cmd);
3652 read_unlock(&dev_base_lock);
3656 if (copy_to_user(arg, &ifr,
3657 sizeof(struct ifreq)))
3663 dev_load(net, ifr.ifr_name);
3665 ret = dev_ethtool(net, &ifr);
3670 if (copy_to_user(arg, &ifr,
3671 sizeof(struct ifreq)))
3677 * These ioctl calls:
3678 * - require superuser power.
3679 * - require strict serialization.
3685 if (!capable(CAP_NET_ADMIN))
3687 dev_load(net, ifr.ifr_name);
3689 ret = dev_ifsioc(net, &ifr, cmd);
3694 if (copy_to_user(arg, &ifr,
3695 sizeof(struct ifreq)))
3701 * These ioctl calls:
3702 * - require superuser power.
3703 * - require strict serialization.
3704 * - do not return a value
3714 case SIOCSIFHWBROADCAST:
3717 case SIOCBONDENSLAVE:
3718 case SIOCBONDRELEASE:
3719 case SIOCBONDSETHWADDR:
3720 case SIOCBONDCHANGEACTIVE:
3723 if (!capable(CAP_NET_ADMIN))
3726 case SIOCBONDSLAVEINFOQUERY:
3727 case SIOCBONDINFOQUERY:
3728 dev_load(net, ifr.ifr_name);
3730 ret = dev_ifsioc(net, &ifr, cmd);
3735 /* Get the per device memory space. We can add this but
3736 * currently do not support it */
3738 /* Set the per device memory buffer space.
3739 * Not applicable in our case */
3744 * Unknown or private ioctl.
3747 if (cmd == SIOCWANDEV ||
3748 (cmd >= SIOCDEVPRIVATE &&
3749 cmd <= SIOCDEVPRIVATE + 15)) {
3750 dev_load(net, ifr.ifr_name);
3752 ret = dev_ifsioc(net, &ifr, cmd);
3754 if (!ret && copy_to_user(arg, &ifr,
3755 sizeof(struct ifreq)))
3759 /* Take care of Wireless Extensions */
3760 if (cmd >= SIOCIWFIRST && cmd <= SIOCIWLAST)
3761 return wext_handle_ioctl(net, &ifr, cmd, arg);
3768 * dev_new_index - allocate an ifindex
3769 * @net: the applicable net namespace
3771 * Returns a suitable unique value for a new device interface
3772 * number. The caller must hold the rtnl semaphore or the
3773 * dev_base_lock to be sure it remains unique.
3775 static int dev_new_index(struct net *net)
3781 if (!__dev_get_by_index(net, ifindex))
3786 /* Delayed registration/unregisteration */
3787 static DEFINE_SPINLOCK(net_todo_list_lock);
3788 static LIST_HEAD(net_todo_list);
3790 static void net_set_todo(struct net_device *dev)
3792 spin_lock(&net_todo_list_lock);
3793 list_add_tail(&dev->todo_list, &net_todo_list);
3794 spin_unlock(&net_todo_list_lock);
3797 static void rollback_registered(struct net_device *dev)
3799 BUG_ON(dev_boot_phase);
3802 /* Some devices call without registering for initialization unwind. */
3803 if (dev->reg_state == NETREG_UNINITIALIZED) {
3804 printk(KERN_DEBUG "unregister_netdevice: device %s/%p never "
3805 "was registered\n", dev->name, dev);
3811 BUG_ON(dev->reg_state != NETREG_REGISTERED);
3813 /* If device is running, close it first. */
3816 /* And unlink it from device chain. */
3817 unlist_netdevice(dev);
3819 dev->reg_state = NETREG_UNREGISTERING;
3823 /* Shutdown queueing discipline. */
3827 /* Notify protocols, that we are about to destroy
3828 this device. They should clean all the things.
3830 call_netdevice_notifiers(NETDEV_UNREGISTER, dev);
3833 * Flush the unicast and multicast chains
3835 dev_addr_discard(dev);
3840 /* Notifier chain MUST detach us from master device. */
3841 BUG_TRAP(!dev->master);
3843 /* Remove entries from kobject tree */
3844 netdev_unregister_kobject(dev);
3851 static void __netdev_init_queue_locks_one(struct net_device *dev,
3852 struct netdev_queue *dev_queue,
3855 spin_lock_init(&dev_queue->_xmit_lock);
3856 netdev_set_lockdep_class(&dev_queue->_xmit_lock, dev->type);
3857 dev_queue->xmit_lock_owner = -1;
3860 static void netdev_init_queue_locks(struct net_device *dev)
3862 netdev_for_each_tx_queue(dev, __netdev_init_queue_locks_one, NULL);
3863 __netdev_init_queue_locks_one(dev, &dev->rx_queue, NULL);
3867 * register_netdevice - register a network device
3868 * @dev: device to register
3870 * Take a completed network device structure and add it to the kernel
3871 * interfaces. A %NETDEV_REGISTER message is sent to the netdev notifier
3872 * chain. 0 is returned on success. A negative errno code is returned
3873 * on a failure to set up the device, or if the name is a duplicate.
3875 * Callers must hold the rtnl semaphore. You may want
3876 * register_netdev() instead of this.
3879 * The locking appears insufficient to guarantee two parallel registers
3880 * will not get the same name.
3883 int register_netdevice(struct net_device *dev)
3885 struct hlist_head *head;
3886 struct hlist_node *p;
3890 BUG_ON(dev_boot_phase);
3895 /* When net_device's are persistent, this will be fatal. */
3896 BUG_ON(dev->reg_state != NETREG_UNINITIALIZED);
3897 BUG_ON(!dev_net(dev));
3900 spin_lock_init(&dev->addr_list_lock);
3901 netdev_init_queue_locks(dev);
3905 /* Init, if this function is available */
3907 ret = dev->init(dev);
3915 if (!dev_valid_name(dev->name)) {
3920 dev->ifindex = dev_new_index(net);
3921 if (dev->iflink == -1)
3922 dev->iflink = dev->ifindex;
3924 /* Check for existence of name */
3925 head = dev_name_hash(net, dev->name);
3926 hlist_for_each(p, head) {
3927 struct net_device *d
3928 = hlist_entry(p, struct net_device, name_hlist);
3929 if (!strncmp(d->name, dev->name, IFNAMSIZ)) {
3935 /* Fix illegal checksum combinations */
3936 if ((dev->features & NETIF_F_HW_CSUM) &&
3937 (dev->features & (NETIF_F_IP_CSUM|NETIF_F_IPV6_CSUM))) {
3938 printk(KERN_NOTICE "%s: mixed HW and IP checksum settings.\n",
3940 dev->features &= ~(NETIF_F_IP_CSUM|NETIF_F_IPV6_CSUM);
3943 if ((dev->features & NETIF_F_NO_CSUM) &&
3944 (dev->features & (NETIF_F_HW_CSUM|NETIF_F_IP_CSUM|NETIF_F_IPV6_CSUM))) {
3945 printk(KERN_NOTICE "%s: mixed no checksumming and other settings.\n",
3947 dev->features &= ~(NETIF_F_IP_CSUM|NETIF_F_IPV6_CSUM|NETIF_F_HW_CSUM);
3951 /* Fix illegal SG+CSUM combinations. */
3952 if ((dev->features & NETIF_F_SG) &&
3953 !(dev->features & NETIF_F_ALL_CSUM)) {
3954 printk(KERN_NOTICE "%s: Dropping NETIF_F_SG since no checksum feature.\n",
3956 dev->features &= ~NETIF_F_SG;
3959 /* TSO requires that SG is present as well. */
3960 if ((dev->features & NETIF_F_TSO) &&
3961 !(dev->features & NETIF_F_SG)) {
3962 printk(KERN_NOTICE "%s: Dropping NETIF_F_TSO since no SG feature.\n",
3964 dev->features &= ~NETIF_F_TSO;
3966 if (dev->features & NETIF_F_UFO) {
3967 if (!(dev->features & NETIF_F_HW_CSUM)) {
3968 printk(KERN_ERR "%s: Dropping NETIF_F_UFO since no "
3969 "NETIF_F_HW_CSUM feature.\n",
3971 dev->features &= ~NETIF_F_UFO;
3973 if (!(dev->features & NETIF_F_SG)) {
3974 printk(KERN_ERR "%s: Dropping NETIF_F_UFO since no "
3975 "NETIF_F_SG feature.\n",
3977 dev->features &= ~NETIF_F_UFO;
3981 netdev_initialize_kobject(dev);
3982 ret = netdev_register_kobject(dev);
3985 dev->reg_state = NETREG_REGISTERED;
3988 * Default initial state at registry is that the
3989 * device is present.
3992 set_bit(__LINK_STATE_PRESENT, &dev->state);
3994 dev_init_scheduler(dev);
3996 list_netdevice(dev);
3998 /* Notify protocols, that a new device appeared. */
3999 ret = call_netdevice_notifiers(NETDEV_REGISTER, dev);
4000 ret = notifier_to_errno(ret);
4002 rollback_registered(dev);
4003 dev->reg_state = NETREG_UNREGISTERED;
4016 * register_netdev - register a network device
4017 * @dev: device to register
4019 * Take a completed network device structure and add it to the kernel
4020 * interfaces. A %NETDEV_REGISTER message is sent to the netdev notifier
4021 * chain. 0 is returned on success. A negative errno code is returned
4022 * on a failure to set up the device, or if the name is a duplicate.
4024 * This is a wrapper around register_netdevice that takes the rtnl semaphore
4025 * and expands the device name if you passed a format string to
4028 int register_netdev(struct net_device *dev)
4035 * If the name is a format string the caller wants us to do a
4038 if (strchr(dev->name, '%')) {
4039 err = dev_alloc_name(dev, dev->name);
4044 err = register_netdevice(dev);
4049 EXPORT_SYMBOL(register_netdev);
4052 * netdev_wait_allrefs - wait until all references are gone.
4054 * This is called when unregistering network devices.
4056 * Any protocol or device that holds a reference should register
4057 * for netdevice notification, and cleanup and put back the
4058 * reference if they receive an UNREGISTER event.
4059 * We can get stuck here if buggy protocols don't correctly
4062 static void netdev_wait_allrefs(struct net_device *dev)
4064 unsigned long rebroadcast_time, warning_time;
4066 rebroadcast_time = warning_time = jiffies;
4067 while (atomic_read(&dev->refcnt) != 0) {
4068 if (time_after(jiffies, rebroadcast_time + 1 * HZ)) {
4071 /* Rebroadcast unregister notification */
4072 call_netdevice_notifiers(NETDEV_UNREGISTER, dev);
4074 if (test_bit(__LINK_STATE_LINKWATCH_PENDING,
4076 /* We must not have linkwatch events
4077 * pending on unregister. If this
4078 * happens, we simply run the queue
4079 * unscheduled, resulting in a noop
4082 linkwatch_run_queue();
4087 rebroadcast_time = jiffies;
4092 if (time_after(jiffies, warning_time + 10 * HZ)) {
4093 printk(KERN_EMERG "unregister_netdevice: "
4094 "waiting for %s to become free. Usage "
4096 dev->name, atomic_read(&dev->refcnt));
4097 warning_time = jiffies;
4106 * register_netdevice(x1);
4107 * register_netdevice(x2);
4109 * unregister_netdevice(y1);
4110 * unregister_netdevice(y2);
4116 * We are invoked by rtnl_unlock() after it drops the semaphore.
4117 * This allows us to deal with problems:
4118 * 1) We can delete sysfs objects which invoke hotplug
4119 * without deadlocking with linkwatch via keventd.
4120 * 2) Since we run with the RTNL semaphore not held, we can sleep
4121 * safely in order to wait for the netdev refcnt to drop to zero.
4123 static DEFINE_MUTEX(net_todo_run_mutex);
4124 void netdev_run_todo(void)
4126 struct list_head list;
4128 /* Need to guard against multiple cpu's getting out of order. */
4129 mutex_lock(&net_todo_run_mutex);
4131 /* Not safe to do outside the semaphore. We must not return
4132 * until all unregister events invoked by the local processor
4133 * have been completed (either by this todo run, or one on
4136 if (list_empty(&net_todo_list))
4139 /* Snapshot list, allow later requests */
4140 spin_lock(&net_todo_list_lock);
4141 list_replace_init(&net_todo_list, &list);
4142 spin_unlock(&net_todo_list_lock);
4144 while (!list_empty(&list)) {
4145 struct net_device *dev
4146 = list_entry(list.next, struct net_device, todo_list);
4147 list_del(&dev->todo_list);
4149 if (unlikely(dev->reg_state != NETREG_UNREGISTERING)) {
4150 printk(KERN_ERR "network todo '%s' but state %d\n",
4151 dev->name, dev->reg_state);
4156 dev->reg_state = NETREG_UNREGISTERED;
4158 netdev_wait_allrefs(dev);
4161 BUG_ON(atomic_read(&dev->refcnt));
4162 BUG_TRAP(!dev->ip_ptr);
4163 BUG_TRAP(!dev->ip6_ptr);
4164 BUG_TRAP(!dev->dn_ptr);
4166 if (dev->destructor)
4167 dev->destructor(dev);
4169 /* Free network device */
4170 kobject_put(&dev->dev.kobj);
4174 mutex_unlock(&net_todo_run_mutex);
4177 static struct net_device_stats *internal_stats(struct net_device *dev)
4182 static void netdev_init_one_queue(struct net_device *dev,
4183 struct netdev_queue *queue,
4186 spin_lock_init(&queue->lock);
4190 static void netdev_init_queues(struct net_device *dev)
4192 netdev_init_one_queue(dev, &dev->rx_queue, NULL);
4193 netdev_for_each_tx_queue(dev, netdev_init_one_queue, NULL);
4197 * alloc_netdev_mq - allocate network device
4198 * @sizeof_priv: size of private data to allocate space for
4199 * @name: device name format string
4200 * @setup: callback to initialize device
4201 * @queue_count: the number of subqueues to allocate
4203 * Allocates a struct net_device with private data area for driver use
4204 * and performs basic initialization. Also allocates subquue structs
4205 * for each queue on the device at the end of the netdevice.
4207 struct net_device *alloc_netdev_mq(int sizeof_priv, const char *name,
4208 void (*setup)(struct net_device *), unsigned int queue_count)
4210 struct netdev_queue *tx;
4211 struct net_device *dev;
4215 BUG_ON(strlen(name) >= sizeof(dev->name));
4217 alloc_size = sizeof(struct net_device);
4219 /* ensure 32-byte alignment of private area */
4220 alloc_size = (alloc_size + NETDEV_ALIGN_CONST) & ~NETDEV_ALIGN_CONST;
4221 alloc_size += sizeof_priv;
4223 /* ensure 32-byte alignment of whole construct */
4224 alloc_size += NETDEV_ALIGN_CONST;
4226 p = kzalloc(alloc_size, GFP_KERNEL);
4228 printk(KERN_ERR "alloc_netdev: Unable to allocate device.\n");
4232 tx = kzalloc(sizeof(struct netdev_queue) * queue_count, GFP_KERNEL);
4234 printk(KERN_ERR "alloc_netdev: Unable to allocate "
4240 dev = (struct net_device *)
4241 (((long)p + NETDEV_ALIGN_CONST) & ~NETDEV_ALIGN_CONST);
4242 dev->padded = (char *)dev - (char *)p;
4243 dev_net_set(dev, &init_net);
4246 dev->num_tx_queues = queue_count;
4247 dev->real_num_tx_queues = queue_count;
4250 dev->priv = ((char *)dev +
4251 ((sizeof(struct net_device) + NETDEV_ALIGN_CONST)
4252 & ~NETDEV_ALIGN_CONST));
4255 dev->gso_max_size = GSO_MAX_SIZE;
4257 netdev_init_queues(dev);
4259 dev->get_stats = internal_stats;
4260 netpoll_netdev_init(dev);
4262 strcpy(dev->name, name);
4265 EXPORT_SYMBOL(alloc_netdev_mq);
4268 * free_netdev - free network device
4271 * This function does the last stage of destroying an allocated device
4272 * interface. The reference to the device object is released.
4273 * If this is the last reference then it will be freed.
4275 void free_netdev(struct net_device *dev)
4277 release_net(dev_net(dev));
4281 /* Compatibility with error handling in drivers */
4282 if (dev->reg_state == NETREG_UNINITIALIZED) {
4283 kfree((char *)dev - dev->padded);
4287 BUG_ON(dev->reg_state != NETREG_UNREGISTERED);
4288 dev->reg_state = NETREG_RELEASED;
4290 /* will free via device release */
4291 put_device(&dev->dev);
4294 /* Synchronize with packet receive processing. */
4295 void synchronize_net(void)
4302 * unregister_netdevice - remove device from the kernel
4305 * This function shuts down a device interface and removes it
4306 * from the kernel tables.
4308 * Callers must hold the rtnl semaphore. You may want
4309 * unregister_netdev() instead of this.
4312 void unregister_netdevice(struct net_device *dev)
4316 rollback_registered(dev);
4317 /* Finish processing unregister after unlock */
4322 * unregister_netdev - remove device from the kernel
4325 * This function shuts down a device interface and removes it
4326 * from the kernel tables.
4328 * This is just a wrapper for unregister_netdevice that takes
4329 * the rtnl semaphore. In general you want to use this and not
4330 * unregister_netdevice.
4332 void unregister_netdev(struct net_device *dev)
4335 unregister_netdevice(dev);
4339 EXPORT_SYMBOL(unregister_netdev);
4342 * dev_change_net_namespace - move device to different nethost namespace
4344 * @net: network namespace
4345 * @pat: If not NULL name pattern to try if the current device name
4346 * is already taken in the destination network namespace.
4348 * This function shuts down a device interface and moves it
4349 * to a new network namespace. On success 0 is returned, on
4350 * a failure a netagive errno code is returned.
4352 * Callers must hold the rtnl semaphore.
4355 int dev_change_net_namespace(struct net_device *dev, struct net *net, const char *pat)
4358 const char *destname;
4363 /* Don't allow namespace local devices to be moved. */
4365 if (dev->features & NETIF_F_NETNS_LOCAL)
4368 /* Ensure the device has been registrered */
4370 if (dev->reg_state != NETREG_REGISTERED)
4373 /* Get out if there is nothing todo */
4375 if (net_eq(dev_net(dev), net))
4378 /* Pick the destination device name, and ensure
4379 * we can use it in the destination network namespace.
4382 destname = dev->name;
4383 if (__dev_get_by_name(net, destname)) {
4384 /* We get here if we can't use the current device name */
4387 if (!dev_valid_name(pat))
4389 if (strchr(pat, '%')) {
4390 if (__dev_alloc_name(net, pat, buf) < 0)
4395 if (__dev_get_by_name(net, destname))
4400 * And now a mini version of register_netdevice unregister_netdevice.
4403 /* If device is running close it first. */
4406 /* And unlink it from device chain */
4408 unlist_netdevice(dev);
4412 /* Shutdown queueing discipline. */
4415 /* Notify protocols, that we are about to destroy
4416 this device. They should clean all the things.
4418 call_netdevice_notifiers(NETDEV_UNREGISTER, dev);
4421 * Flush the unicast and multicast chains
4423 dev_addr_discard(dev);
4425 /* Actually switch the network namespace */
4426 dev_net_set(dev, net);
4428 /* Assign the new device name */
4429 if (destname != dev->name)
4430 strcpy(dev->name, destname);
4432 /* If there is an ifindex conflict assign a new one */
4433 if (__dev_get_by_index(net, dev->ifindex)) {
4434 int iflink = (dev->iflink == dev->ifindex);
4435 dev->ifindex = dev_new_index(net);
4437 dev->iflink = dev->ifindex;
4440 /* Fixup kobjects */
4441 netdev_unregister_kobject(dev);
4442 err = netdev_register_kobject(dev);
4445 /* Add the device back in the hashes */
4446 list_netdevice(dev);
4448 /* Notify protocols, that a new device appeared. */
4449 call_netdevice_notifiers(NETDEV_REGISTER, dev);
4457 static int dev_cpu_callback(struct notifier_block *nfb,
4458 unsigned long action,
4461 struct sk_buff **list_skb;
4462 struct netdev_queue **list_net;
4463 struct sk_buff *skb;
4464 unsigned int cpu, oldcpu = (unsigned long)ocpu;
4465 struct softnet_data *sd, *oldsd;
4467 if (action != CPU_DEAD && action != CPU_DEAD_FROZEN)
4470 local_irq_disable();
4471 cpu = smp_processor_id();
4472 sd = &per_cpu(softnet_data, cpu);
4473 oldsd = &per_cpu(softnet_data, oldcpu);
4475 /* Find end of our completion_queue. */
4476 list_skb = &sd->completion_queue;
4478 list_skb = &(*list_skb)->next;
4479 /* Append completion queue from offline CPU. */
4480 *list_skb = oldsd->completion_queue;
4481 oldsd->completion_queue = NULL;
4483 /* Find end of our output_queue. */
4484 list_net = &sd->output_queue;
4486 list_net = &(*list_net)->next_sched;
4487 /* Append output queue from offline CPU. */
4488 *list_net = oldsd->output_queue;
4489 oldsd->output_queue = NULL;
4491 raise_softirq_irqoff(NET_TX_SOFTIRQ);
4494 /* Process offline CPU's input_pkt_queue */
4495 while ((skb = __skb_dequeue(&oldsd->input_pkt_queue)))
4501 #ifdef CONFIG_NET_DMA
4503 * net_dma_rebalance - try to maintain one DMA channel per CPU
4504 * @net_dma: DMA client and associated data (lock, channels, channel_mask)
4506 * This is called when the number of channels allocated to the net_dma client
4507 * changes. The net_dma client tries to have one DMA channel per CPU.
4510 static void net_dma_rebalance(struct net_dma *net_dma)
4512 unsigned int cpu, i, n, chan_idx;
4513 struct dma_chan *chan;
4515 if (cpus_empty(net_dma->channel_mask)) {
4516 for_each_online_cpu(cpu)
4517 rcu_assign_pointer(per_cpu(softnet_data, cpu).net_dma, NULL);
4522 cpu = first_cpu(cpu_online_map);
4524 for_each_cpu_mask(chan_idx, net_dma->channel_mask) {
4525 chan = net_dma->channels[chan_idx];
4527 n = ((num_online_cpus() / cpus_weight(net_dma->channel_mask))
4528 + (i < (num_online_cpus() %
4529 cpus_weight(net_dma->channel_mask)) ? 1 : 0));
4532 per_cpu(softnet_data, cpu).net_dma = chan;
4533 cpu = next_cpu(cpu, cpu_online_map);
4541 * netdev_dma_event - event callback for the net_dma_client
4542 * @client: should always be net_dma_client
4543 * @chan: DMA channel for the event
4544 * @state: DMA state to be handled
4546 static enum dma_state_client
4547 netdev_dma_event(struct dma_client *client, struct dma_chan *chan,
4548 enum dma_state state)
4550 int i, found = 0, pos = -1;
4551 struct net_dma *net_dma =
4552 container_of(client, struct net_dma, client);
4553 enum dma_state_client ack = DMA_DUP; /* default: take no action */
4555 spin_lock(&net_dma->lock);
4557 case DMA_RESOURCE_AVAILABLE:
4558 for (i = 0; i < nr_cpu_ids; i++)
4559 if (net_dma->channels[i] == chan) {
4562 } else if (net_dma->channels[i] == NULL && pos < 0)
4565 if (!found && pos >= 0) {
4567 net_dma->channels[pos] = chan;
4568 cpu_set(pos, net_dma->channel_mask);
4569 net_dma_rebalance(net_dma);
4572 case DMA_RESOURCE_REMOVED:
4573 for (i = 0; i < nr_cpu_ids; i++)
4574 if (net_dma->channels[i] == chan) {
4582 cpu_clear(pos, net_dma->channel_mask);
4583 net_dma->channels[i] = NULL;
4584 net_dma_rebalance(net_dma);
4590 spin_unlock(&net_dma->lock);
4596 * netdev_dma_regiser - register the networking subsystem as a DMA client
4598 static int __init netdev_dma_register(void)
4600 net_dma.channels = kzalloc(nr_cpu_ids * sizeof(struct net_dma),
4602 if (unlikely(!net_dma.channels)) {
4604 "netdev_dma: no memory for net_dma.channels\n");
4607 spin_lock_init(&net_dma.lock);
4608 dma_cap_set(DMA_MEMCPY, net_dma.client.cap_mask);
4609 dma_async_client_register(&net_dma.client);
4610 dma_async_client_chan_request(&net_dma.client);
4615 static int __init netdev_dma_register(void) { return -ENODEV; }
4616 #endif /* CONFIG_NET_DMA */
4619 * netdev_compute_feature - compute conjunction of two feature sets
4620 * @all: first feature set
4621 * @one: second feature set
4623 * Computes a new feature set after adding a device with feature set
4624 * @one to the master device with current feature set @all. Returns
4625 * the new feature set.
4627 int netdev_compute_features(unsigned long all, unsigned long one)
4629 /* if device needs checksumming, downgrade to hw checksumming */
4630 if (all & NETIF_F_NO_CSUM && !(one & NETIF_F_NO_CSUM))
4631 all ^= NETIF_F_NO_CSUM | NETIF_F_HW_CSUM;
4633 /* if device can't do all checksum, downgrade to ipv4/ipv6 */
4634 if (all & NETIF_F_HW_CSUM && !(one & NETIF_F_HW_CSUM))
4635 all ^= NETIF_F_HW_CSUM
4636 | NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM;
4638 if (one & NETIF_F_GSO)
4639 one |= NETIF_F_GSO_SOFTWARE;
4642 /* If even one device supports robust GSO, enable it for all. */
4643 if (one & NETIF_F_GSO_ROBUST)
4644 all |= NETIF_F_GSO_ROBUST;
4646 all &= one | NETIF_F_LLTX;
4648 if (!(all & NETIF_F_ALL_CSUM))
4650 if (!(all & NETIF_F_SG))
4651 all &= ~NETIF_F_GSO_MASK;
4655 EXPORT_SYMBOL(netdev_compute_features);
4657 static struct hlist_head *netdev_create_hash(void)
4660 struct hlist_head *hash;
4662 hash = kmalloc(sizeof(*hash) * NETDEV_HASHENTRIES, GFP_KERNEL);
4664 for (i = 0; i < NETDEV_HASHENTRIES; i++)
4665 INIT_HLIST_HEAD(&hash[i]);
4670 /* Initialize per network namespace state */
4671 static int __net_init netdev_init(struct net *net)
4673 INIT_LIST_HEAD(&net->dev_base_head);
4675 net->dev_name_head = netdev_create_hash();
4676 if (net->dev_name_head == NULL)
4679 net->dev_index_head = netdev_create_hash();
4680 if (net->dev_index_head == NULL)
4686 kfree(net->dev_name_head);
4691 static void __net_exit netdev_exit(struct net *net)
4693 kfree(net->dev_name_head);
4694 kfree(net->dev_index_head);
4697 static struct pernet_operations __net_initdata netdev_net_ops = {
4698 .init = netdev_init,
4699 .exit = netdev_exit,
4702 static void __net_exit default_device_exit(struct net *net)
4704 struct net_device *dev, *next;
4706 * Push all migratable of the network devices back to the
4707 * initial network namespace
4710 for_each_netdev_safe(net, dev, next) {
4712 char fb_name[IFNAMSIZ];
4714 /* Ignore unmoveable devices (i.e. loopback) */
4715 if (dev->features & NETIF_F_NETNS_LOCAL)
4718 /* Push remaing network devices to init_net */
4719 snprintf(fb_name, IFNAMSIZ, "dev%d", dev->ifindex);
4720 err = dev_change_net_namespace(dev, &init_net, fb_name);
4722 printk(KERN_EMERG "%s: failed to move %s to init_net: %d\n",
4723 __func__, dev->name, err);
4730 static struct pernet_operations __net_initdata default_device_ops = {
4731 .exit = default_device_exit,
4735 * Initialize the DEV module. At boot time this walks the device list and
4736 * unhooks any devices that fail to initialise (normally hardware not
4737 * present) and leaves us with a valid list of present and active devices.
4742 * This is called single threaded during boot, so no need
4743 * to take the rtnl semaphore.
4745 static int __init net_dev_init(void)
4747 int i, rc = -ENOMEM;
4749 BUG_ON(!dev_boot_phase);
4751 if (dev_proc_init())
4754 if (netdev_kobject_init())
4757 INIT_LIST_HEAD(&ptype_all);
4758 for (i = 0; i < PTYPE_HASH_SIZE; i++)
4759 INIT_LIST_HEAD(&ptype_base[i]);
4761 if (register_pernet_subsys(&netdev_net_ops))
4764 if (register_pernet_device(&default_device_ops))
4768 * Initialise the packet receive queues.
4771 for_each_possible_cpu(i) {
4772 struct softnet_data *queue;
4774 queue = &per_cpu(softnet_data, i);
4775 skb_queue_head_init(&queue->input_pkt_queue);
4776 queue->completion_queue = NULL;
4777 INIT_LIST_HEAD(&queue->poll_list);
4779 queue->backlog.poll = process_backlog;
4780 queue->backlog.weight = weight_p;
4783 netdev_dma_register();
4787 open_softirq(NET_TX_SOFTIRQ, net_tx_action, NULL);
4788 open_softirq(NET_RX_SOFTIRQ, net_rx_action, NULL);
4790 hotcpu_notifier(dev_cpu_callback, 0);
4798 subsys_initcall(net_dev_init);
4800 EXPORT_SYMBOL(__dev_get_by_index);
4801 EXPORT_SYMBOL(__dev_get_by_name);
4802 EXPORT_SYMBOL(__dev_remove_pack);
4803 EXPORT_SYMBOL(dev_valid_name);
4804 EXPORT_SYMBOL(dev_add_pack);
4805 EXPORT_SYMBOL(dev_alloc_name);
4806 EXPORT_SYMBOL(dev_close);
4807 EXPORT_SYMBOL(dev_get_by_flags);
4808 EXPORT_SYMBOL(dev_get_by_index);
4809 EXPORT_SYMBOL(dev_get_by_name);
4810 EXPORT_SYMBOL(dev_open);
4811 EXPORT_SYMBOL(dev_queue_xmit);
4812 EXPORT_SYMBOL(dev_remove_pack);
4813 EXPORT_SYMBOL(dev_set_allmulti);
4814 EXPORT_SYMBOL(dev_set_promiscuity);
4815 EXPORT_SYMBOL(dev_change_flags);
4816 EXPORT_SYMBOL(dev_set_mtu);
4817 EXPORT_SYMBOL(dev_set_mac_address);
4818 EXPORT_SYMBOL(free_netdev);
4819 EXPORT_SYMBOL(netdev_boot_setup_check);
4820 EXPORT_SYMBOL(netdev_set_master);
4821 EXPORT_SYMBOL(netdev_state_change);
4822 EXPORT_SYMBOL(netif_receive_skb);
4823 EXPORT_SYMBOL(netif_rx);
4824 EXPORT_SYMBOL(register_gifconf);
4825 EXPORT_SYMBOL(register_netdevice);
4826 EXPORT_SYMBOL(register_netdevice_notifier);
4827 EXPORT_SYMBOL(skb_checksum_help);
4828 EXPORT_SYMBOL(synchronize_net);
4829 EXPORT_SYMBOL(unregister_netdevice);
4830 EXPORT_SYMBOL(unregister_netdevice_notifier);
4831 EXPORT_SYMBOL(net_enable_timestamp);
4832 EXPORT_SYMBOL(net_disable_timestamp);
4833 EXPORT_SYMBOL(dev_get_flags);
4835 #if defined(CONFIG_BRIDGE) || defined(CONFIG_BRIDGE_MODULE)
4836 EXPORT_SYMBOL(br_handle_frame_hook);
4837 EXPORT_SYMBOL(br_fdb_get_hook);
4838 EXPORT_SYMBOL(br_fdb_put_hook);
4842 EXPORT_SYMBOL(dev_load);
4845 EXPORT_PER_CPU_SYMBOL(softnet_data);