Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.git] / net / core / dev.c
1 /*
2  *      NET3    Protocol independent device support routines.
3  *
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.
8  *
9  *      Derived from the non IP parts of dev.c 1.0.19
10  *              Authors:        Ross Biro
11  *                              Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
12  *                              Mark Evans, <evansmp@uhura.aston.ac.uk>
13  *
14  *      Additional Authors:
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>
21  *
22  *      Changes:
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
34  *                                      drivers
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
44  *                                      call a packet.
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
50  *                                      changes.
51  *              Rudi Cilibrasi  :       Pass the right thing to
52  *                                      set_mac_address()
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
58  *                                      1 device.
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
66  *                                      the backlog queue.
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
73  */
74
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>
85 #include <linux/mm.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/notifier.h>
94 #include <linux/skbuff.h>
95 #include <net/sock.h>
96 #include <linux/rtnetlink.h>
97 #include <linux/proc_fs.h>
98 #include <linux/seq_file.h>
99 #include <linux/stat.h>
100 #include <linux/if_bridge.h>
101 #include <linux/divert.h>
102 #include <net/dst.h>
103 #include <net/pkt_sched.h>
104 #include <net/checksum.h>
105 #include <linux/highmem.h>
106 #include <linux/init.h>
107 #include <linux/kmod.h>
108 #include <linux/module.h>
109 #include <linux/kallsyms.h>
110 #include <linux/netpoll.h>
111 #include <linux/rcupdate.h>
112 #include <linux/delay.h>
113 #include <linux/wireless.h>
114 #include <net/iw_handler.h>
115 #include <asm/current.h>
116 #include <linux/audit.h>
117 #include <linux/dmaengine.h>
118 #include <linux/err.h>
119 #include <linux/ctype.h>
120 #include <linux/vs_network.h>
121
122 #ifdef CONFIG_XEN
123 #include <net/ip.h>
124 #include <linux/tcp.h>
125 #include <linux/udp.h>
126 #endif
127
128 /*
129  *      The list of packet types we will receive (as opposed to discard)
130  *      and the routines to invoke.
131  *
132  *      Why 16. Because with 16 the only overlap we get on a hash of the
133  *      low nibble of the protocol value is RARP/SNAP/X.25.
134  *
135  *      NOTE:  That is no longer true with the addition of VLAN tags.  Not
136  *             sure which should go first, but I bet it won't make much
137  *             difference if we are running VLANs.  The good news is that
138  *             this protocol won't be in the list unless compiled in, so
139  *             the average user (w/out VLANs) will not be adversely affected.
140  *             --BLG
141  *
142  *              0800    IP
143  *              8100    802.1Q VLAN
144  *              0001    802.3
145  *              0002    AX.25
146  *              0004    802.2
147  *              8035    RARP
148  *              0005    SNAP
149  *              0805    X.25
150  *              0806    ARP
151  *              8137    IPX
152  *              0009    Localtalk
153  *              86DD    IPv6
154  */
155
156 static DEFINE_SPINLOCK(ptype_lock);
157 static struct list_head ptype_base[16]; /* 16 way hashed list */
158 static struct list_head ptype_all;              /* Taps */
159
160 #ifdef CONFIG_NET_DMA
161 static struct dma_client *net_dma_client;
162 static unsigned int net_dma_count;
163 static spinlock_t net_dma_event_lock;
164 #endif
165
166 /*
167  * The @dev_base list is protected by @dev_base_lock and the rtnl
168  * semaphore.
169  *
170  * Pure readers hold dev_base_lock for reading.
171  *
172  * Writers must hold the rtnl semaphore while they loop through the
173  * dev_base list, and hold dev_base_lock for writing when they do the
174  * actual updates.  This allows pure readers to access the list even
175  * while a writer is preparing to update it.
176  *
177  * To put it another way, dev_base_lock is held for writing only to
178  * protect against pure readers; the rtnl semaphore provides the
179  * protection against other writers.
180  *
181  * See, for example usages, register_netdevice() and
182  * unregister_netdevice(), which must be called with the rtnl
183  * semaphore held.
184  */
185 struct net_device *dev_base;
186 static struct net_device **dev_tail = &dev_base;
187 DEFINE_RWLOCK(dev_base_lock);
188
189 EXPORT_SYMBOL(dev_base);
190 EXPORT_SYMBOL(dev_base_lock);
191
192 #define NETDEV_HASHBITS 8
193 static struct hlist_head dev_name_head[1<<NETDEV_HASHBITS];
194 static struct hlist_head dev_index_head[1<<NETDEV_HASHBITS];
195
196 static inline struct hlist_head *dev_name_hash(const char *name)
197 {
198         unsigned hash = full_name_hash(name, strnlen(name, IFNAMSIZ));
199         return &dev_name_head[hash & ((1<<NETDEV_HASHBITS)-1)];
200 }
201
202 static inline struct hlist_head *dev_index_hash(int ifindex)
203 {
204         return &dev_index_head[ifindex & ((1<<NETDEV_HASHBITS)-1)];
205 }
206
207 /*
208  *      Our notifier list
209  */
210
211 static RAW_NOTIFIER_HEAD(netdev_chain);
212
213 /*
214  *      Device drivers call our routines to queue packets here. We empty the
215  *      queue in the local softnet handler.
216  */
217 DEFINE_PER_CPU(struct softnet_data, softnet_data) = { NULL };
218
219 #ifdef CONFIG_SYSFS
220 extern int netdev_sysfs_init(void);
221 extern int netdev_register_sysfs(struct net_device *);
222 extern void netdev_unregister_sysfs(struct net_device *);
223 #else
224 #define netdev_sysfs_init()             (0)
225 #define netdev_register_sysfs(dev)      (0)
226 #define netdev_unregister_sysfs(dev)    do { } while(0)
227 #endif
228
229
230 /*******************************************************************************
231
232                 Protocol management and registration routines
233
234 *******************************************************************************/
235
236 /*
237  *      For efficiency
238  */
239
240 static int netdev_nit;
241
242 /*
243  *      Add a protocol ID to the list. Now that the input handler is
244  *      smarter we can dispense with all the messy stuff that used to be
245  *      here.
246  *
247  *      BEWARE!!! Protocol handlers, mangling input packets,
248  *      MUST BE last in hash buckets and checking protocol handlers
249  *      MUST start from promiscuous ptype_all chain in net_bh.
250  *      It is true now, do not change it.
251  *      Explanation follows: if protocol handler, mangling packet, will
252  *      be the first on list, it is not able to sense, that packet
253  *      is cloned and should be copied-on-write, so that it will
254  *      change it and subsequent readers will get broken packet.
255  *                                                      --ANK (980803)
256  */
257
258 /**
259  *      dev_add_pack - add packet handler
260  *      @pt: packet type declaration
261  *
262  *      Add a protocol handler to the networking stack. The passed &packet_type
263  *      is linked into kernel lists and may not be freed until it has been
264  *      removed from the kernel lists.
265  *
266  *      This call does not sleep therefore it can not 
267  *      guarantee all CPU's that are in middle of receiving packets
268  *      will see the new packet type (until the next received packet).
269  */
270
271 void dev_add_pack(struct packet_type *pt)
272 {
273         int hash;
274
275         spin_lock_bh(&ptype_lock);
276         if (pt->type == htons(ETH_P_ALL)) {
277                 netdev_nit++;
278                 list_add_rcu(&pt->list, &ptype_all);
279         } else {
280                 hash = ntohs(pt->type) & 15;
281                 list_add_rcu(&pt->list, &ptype_base[hash]);
282         }
283         spin_unlock_bh(&ptype_lock);
284 }
285
286 /**
287  *      __dev_remove_pack        - remove packet handler
288  *      @pt: packet type declaration
289  *
290  *      Remove a protocol handler that was previously added to the kernel
291  *      protocol handlers by dev_add_pack(). The passed &packet_type is removed
292  *      from the kernel lists and can be freed or reused once this function
293  *      returns. 
294  *
295  *      The packet type might still be in use by receivers
296  *      and must not be freed until after all the CPU's have gone
297  *      through a quiescent state.
298  */
299 void __dev_remove_pack(struct packet_type *pt)
300 {
301         struct list_head *head;
302         struct packet_type *pt1;
303
304         spin_lock_bh(&ptype_lock);
305
306         if (pt->type == htons(ETH_P_ALL)) {
307                 netdev_nit--;
308                 head = &ptype_all;
309         } else
310                 head = &ptype_base[ntohs(pt->type) & 15];
311
312         list_for_each_entry(pt1, head, list) {
313                 if (pt == pt1) {
314                         list_del_rcu(&pt->list);
315                         goto out;
316                 }
317         }
318
319         printk(KERN_WARNING "dev_remove_pack: %p not found.\n", pt);
320 out:
321         spin_unlock_bh(&ptype_lock);
322 }
323 /**
324  *      dev_remove_pack  - remove packet handler
325  *      @pt: packet type declaration
326  *
327  *      Remove a protocol handler that was previously added to the kernel
328  *      protocol handlers by dev_add_pack(). The passed &packet_type is removed
329  *      from the kernel lists and can be freed or reused once this function
330  *      returns.
331  *
332  *      This call sleeps to guarantee that no CPU is looking at the packet
333  *      type after return.
334  */
335 void dev_remove_pack(struct packet_type *pt)
336 {
337         __dev_remove_pack(pt);
338         
339         synchronize_net();
340 }
341
342 /******************************************************************************
343
344                       Device Boot-time Settings Routines
345
346 *******************************************************************************/
347
348 /* Boot time configuration table */
349 static struct netdev_boot_setup dev_boot_setup[NETDEV_BOOT_SETUP_MAX];
350
351 /**
352  *      netdev_boot_setup_add   - add new setup entry
353  *      @name: name of the device
354  *      @map: configured settings for the device
355  *
356  *      Adds new setup entry to the dev_boot_setup list.  The function
357  *      returns 0 on error and 1 on success.  This is a generic routine to
358  *      all netdevices.
359  */
360 static int netdev_boot_setup_add(char *name, struct ifmap *map)
361 {
362         struct netdev_boot_setup *s;
363         int i;
364
365         s = dev_boot_setup;
366         for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++) {
367                 if (s[i].name[0] == '\0' || s[i].name[0] == ' ') {
368                         memset(s[i].name, 0, sizeof(s[i].name));
369                         strcpy(s[i].name, name);
370                         memcpy(&s[i].map, map, sizeof(s[i].map));
371                         break;
372                 }
373         }
374
375         return i >= NETDEV_BOOT_SETUP_MAX ? 0 : 1;
376 }
377
378 /**
379  *      netdev_boot_setup_check - check boot time settings
380  *      @dev: the netdevice
381  *
382  *      Check boot time settings for the device.
383  *      The found settings are set for the device to be used
384  *      later in the device probing.
385  *      Returns 0 if no settings found, 1 if they are.
386  */
387 int netdev_boot_setup_check(struct net_device *dev)
388 {
389         struct netdev_boot_setup *s = dev_boot_setup;
390         int i;
391
392         for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++) {
393                 if (s[i].name[0] != '\0' && s[i].name[0] != ' ' &&
394                     !strncmp(dev->name, s[i].name, strlen(s[i].name))) {
395                         dev->irq        = s[i].map.irq;
396                         dev->base_addr  = s[i].map.base_addr;
397                         dev->mem_start  = s[i].map.mem_start;
398                         dev->mem_end    = s[i].map.mem_end;
399                         return 1;
400                 }
401         }
402         return 0;
403 }
404
405
406 /**
407  *      netdev_boot_base        - get address from boot time settings
408  *      @prefix: prefix for network device
409  *      @unit: id for network device
410  *
411  *      Check boot time settings for the base address of device.
412  *      The found settings are set for the device to be used
413  *      later in the device probing.
414  *      Returns 0 if no settings found.
415  */
416 unsigned long netdev_boot_base(const char *prefix, int unit)
417 {
418         const struct netdev_boot_setup *s = dev_boot_setup;
419         char name[IFNAMSIZ];
420         int i;
421
422         sprintf(name, "%s%d", prefix, unit);
423
424         /*
425          * If device already registered then return base of 1
426          * to indicate not to probe for this interface
427          */
428         if (__dev_get_by_name(name))
429                 return 1;
430
431         for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++)
432                 if (!strcmp(name, s[i].name))
433                         return s[i].map.base_addr;
434         return 0;
435 }
436
437 /*
438  * Saves at boot time configured settings for any netdevice.
439  */
440 int __init netdev_boot_setup(char *str)
441 {
442         int ints[5];
443         struct ifmap map;
444
445         str = get_options(str, ARRAY_SIZE(ints), ints);
446         if (!str || !*str)
447                 return 0;
448
449         /* Save settings */
450         memset(&map, 0, sizeof(map));
451         if (ints[0] > 0)
452                 map.irq = ints[1];
453         if (ints[0] > 1)
454                 map.base_addr = ints[2];
455         if (ints[0] > 2)
456                 map.mem_start = ints[3];
457         if (ints[0] > 3)
458                 map.mem_end = ints[4];
459
460         /* Add new entry to the list */
461         return netdev_boot_setup_add(str, &map);
462 }
463
464 __setup("netdev=", netdev_boot_setup);
465
466 /*******************************************************************************
467
468                             Device Interface Subroutines
469
470 *******************************************************************************/
471
472 /**
473  *      __dev_get_by_name       - find a device by its name
474  *      @name: name to find
475  *
476  *      Find an interface by name. Must be called under RTNL semaphore
477  *      or @dev_base_lock. If the name is found a pointer to the device
478  *      is returned. If the name is not found then %NULL is returned. The
479  *      reference counters are not incremented so the caller must be
480  *      careful with locks.
481  */
482
483 struct net_device *__dev_get_by_name(const char *name)
484 {
485         struct hlist_node *p;
486
487         hlist_for_each(p, dev_name_hash(name)) {
488                 struct net_device *dev
489                         = hlist_entry(p, struct net_device, name_hlist);
490                 if (!strncmp(dev->name, name, IFNAMSIZ))
491                         return dev;
492         }
493         return NULL;
494 }
495
496 /**
497  *      dev_get_by_name         - find a device by its name
498  *      @name: name to find
499  *
500  *      Find an interface by name. This can be called from any
501  *      context and does its own locking. The returned handle has
502  *      the usage count incremented and the caller must use dev_put() to
503  *      release it when it is no longer needed. %NULL is returned if no
504  *      matching device is found.
505  */
506
507 struct net_device *dev_get_by_name(const char *name)
508 {
509         struct net_device *dev;
510
511         read_lock(&dev_base_lock);
512         dev = __dev_get_by_name(name);
513         if (dev)
514                 dev_hold(dev);
515         read_unlock(&dev_base_lock);
516         return dev;
517 }
518
519 /**
520  *      __dev_get_by_index - find a device by its ifindex
521  *      @ifindex: index of device
522  *
523  *      Search for an interface by index. Returns %NULL if the device
524  *      is not found or a pointer to the device. The device has not
525  *      had its reference counter increased so the caller must be careful
526  *      about locking. The caller must hold either the RTNL semaphore
527  *      or @dev_base_lock.
528  */
529
530 struct net_device *__dev_get_by_index(int ifindex)
531 {
532         struct hlist_node *p;
533
534         hlist_for_each(p, dev_index_hash(ifindex)) {
535                 struct net_device *dev
536                         = hlist_entry(p, struct net_device, index_hlist);
537                 if (dev->ifindex == ifindex)
538                         return dev;
539         }
540         return NULL;
541 }
542
543
544 /**
545  *      dev_get_by_index - find a device by its ifindex
546  *      @ifindex: index of device
547  *
548  *      Search for an interface by index. Returns NULL if the device
549  *      is not found or a pointer to the device. The device returned has
550  *      had a reference added and the pointer is safe until the user calls
551  *      dev_put to indicate they have finished with it.
552  */
553
554 struct net_device *dev_get_by_index(int ifindex)
555 {
556         struct net_device *dev;
557
558         read_lock(&dev_base_lock);
559         dev = __dev_get_by_index(ifindex);
560         if (dev)
561                 dev_hold(dev);
562         read_unlock(&dev_base_lock);
563         return dev;
564 }
565
566 /**
567  *      dev_getbyhwaddr - find a device by its hardware address
568  *      @type: media type of device
569  *      @ha: hardware address
570  *
571  *      Search for an interface by MAC address. Returns NULL if the device
572  *      is not found or a pointer to the device. The caller must hold the
573  *      rtnl semaphore. The returned device has not had its ref count increased
574  *      and the caller must therefore be careful about locking
575  *
576  *      BUGS:
577  *      If the API was consistent this would be __dev_get_by_hwaddr
578  */
579
580 struct net_device *dev_getbyhwaddr(unsigned short type, char *ha)
581 {
582         struct net_device *dev;
583
584         ASSERT_RTNL();
585
586         for (dev = dev_base; dev; dev = dev->next)
587                 if (dev->type == type &&
588                     !memcmp(dev->dev_addr, ha, dev->addr_len))
589                         break;
590         return dev;
591 }
592
593 EXPORT_SYMBOL(dev_getbyhwaddr);
594
595 struct net_device *dev_getfirstbyhwtype(unsigned short type)
596 {
597         struct net_device *dev;
598
599         rtnl_lock();
600         for (dev = dev_base; dev; dev = dev->next) {
601                 if (dev->type == type) {
602                         dev_hold(dev);
603                         break;
604                 }
605         }
606         rtnl_unlock();
607         return dev;
608 }
609
610 EXPORT_SYMBOL(dev_getfirstbyhwtype);
611
612 /**
613  *      dev_get_by_flags - find any device with given flags
614  *      @if_flags: IFF_* values
615  *      @mask: bitmask of bits in if_flags to check
616  *
617  *      Search for any interface with the given flags. Returns NULL if a device
618  *      is not found or a pointer to the device. The device returned has 
619  *      had a reference added and the pointer is safe until the user calls
620  *      dev_put to indicate they have finished with it.
621  */
622
623 struct net_device * dev_get_by_flags(unsigned short if_flags, unsigned short mask)
624 {
625         struct net_device *dev;
626
627         read_lock(&dev_base_lock);
628         for (dev = dev_base; dev != NULL; dev = dev->next) {
629                 if (((dev->flags ^ if_flags) & mask) == 0) {
630                         dev_hold(dev);
631                         break;
632                 }
633         }
634         read_unlock(&dev_base_lock);
635         return dev;
636 }
637
638 /**
639  *      dev_valid_name - check if name is okay for network device
640  *      @name: name string
641  *
642  *      Network device names need to be valid file names to
643  *      to allow sysfs to work.  We also disallow any kind of
644  *      whitespace.
645  */
646 int dev_valid_name(const char *name)
647 {
648         if (*name == '\0')
649                 return 0;
650         if (!strcmp(name, ".") || !strcmp(name, ".."))
651                 return 0;
652
653         while (*name) {
654                 if (*name == '/' || isspace(*name))
655                         return 0;
656                 name++;
657         }
658         return 1;
659 }
660
661 /**
662  *      dev_alloc_name - allocate a name for a device
663  *      @dev: device
664  *      @name: name format string
665  *
666  *      Passed a format string - eg "lt%d" it will try and find a suitable
667  *      id. It scans list of devices to build up a free map, then chooses
668  *      the first empty slot. The caller must hold the dev_base or rtnl lock
669  *      while allocating the name and adding the device in order to avoid
670  *      duplicates.
671  *      Limited to bits_per_byte * page size devices (ie 32K on most platforms).
672  *      Returns the number of the unit assigned or a negative errno code.
673  */
674
675 int dev_alloc_name(struct net_device *dev, const char *name)
676 {
677         int i = 0;
678         char buf[IFNAMSIZ];
679         const char *p;
680         const int max_netdevices = 8*PAGE_SIZE;
681         long *inuse;
682         struct net_device *d;
683
684         p = strnchr(name, IFNAMSIZ-1, '%');
685         if (p) {
686                 /*
687                  * Verify the string as this thing may have come from
688                  * the user.  There must be either one "%d" and no other "%"
689                  * characters.
690                  */
691                 if (p[1] != 'd' || strchr(p + 2, '%'))
692                         return -EINVAL;
693
694                 /* Use one page as a bit array of possible slots */
695                 inuse = (long *) get_zeroed_page(GFP_ATOMIC);
696                 if (!inuse)
697                         return -ENOMEM;
698
699                 for (d = dev_base; d; d = d->next) {
700                         if (!sscanf(d->name, name, &i))
701                                 continue;
702                         if (i < 0 || i >= max_netdevices)
703                                 continue;
704
705                         /*  avoid cases where sscanf is not exact inverse of printf */
706                         snprintf(buf, sizeof(buf), name, i);
707                         if (!strncmp(buf, d->name, IFNAMSIZ))
708                                 set_bit(i, inuse);
709                 }
710
711                 i = find_first_zero_bit(inuse, max_netdevices);
712                 free_page((unsigned long) inuse);
713         }
714
715         snprintf(buf, sizeof(buf), name, i);
716         if (!__dev_get_by_name(buf)) {
717                 strlcpy(dev->name, buf, IFNAMSIZ);
718                 return i;
719         }
720
721         /* It is possible to run out of possible slots
722          * when the name is long and there isn't enough space left
723          * for the digits, or if all bits are used.
724          */
725         return -ENFILE;
726 }
727
728
729 /**
730  *      dev_change_name - change name of a device
731  *      @dev: device
732  *      @newname: name (or format string) must be at least IFNAMSIZ
733  *
734  *      Change name of a device, can pass format strings "eth%d".
735  *      for wildcarding.
736  */
737 int dev_change_name(struct net_device *dev, char *newname)
738 {
739         int err = 0;
740
741         ASSERT_RTNL();
742
743         if (dev->flags & IFF_UP)
744                 return -EBUSY;
745
746         if (!dev_valid_name(newname))
747                 return -EINVAL;
748
749         if (strchr(newname, '%')) {
750                 err = dev_alloc_name(dev, newname);
751                 if (err < 0)
752                         return err;
753                 strcpy(newname, dev->name);
754         }
755         else if (__dev_get_by_name(newname))
756                 return -EEXIST;
757         else
758                 strlcpy(dev->name, newname, IFNAMSIZ);
759
760         err = class_device_rename(&dev->class_dev, dev->name);
761         if (!err) {
762                 hlist_del(&dev->name_hlist);
763                 hlist_add_head(&dev->name_hlist, dev_name_hash(dev->name));
764                 raw_notifier_call_chain(&netdev_chain,
765                                 NETDEV_CHANGENAME, dev);
766         }
767
768         return err;
769 }
770
771 /**
772  *      netdev_features_change - device changes features
773  *      @dev: device to cause notification
774  *
775  *      Called to indicate a device has changed features.
776  */
777 void netdev_features_change(struct net_device *dev)
778 {
779         raw_notifier_call_chain(&netdev_chain, NETDEV_FEAT_CHANGE, dev);
780 }
781 EXPORT_SYMBOL(netdev_features_change);
782
783 /**
784  *      netdev_state_change - device changes state
785  *      @dev: device to cause notification
786  *
787  *      Called to indicate a device has changed state. This function calls
788  *      the notifier chains for netdev_chain and sends a NEWLINK message
789  *      to the routing socket.
790  */
791 void netdev_state_change(struct net_device *dev)
792 {
793         if (dev->flags & IFF_UP) {
794                 raw_notifier_call_chain(&netdev_chain,
795                                 NETDEV_CHANGE, dev);
796                 rtmsg_ifinfo(RTM_NEWLINK, dev, 0);
797         }
798 }
799
800 /**
801  *      dev_load        - load a network module
802  *      @name: name of interface
803  *
804  *      If a network interface is not present and the process has suitable
805  *      privileges this function loads the module. If module loading is not
806  *      available in this kernel then it becomes a nop.
807  */
808
809 void dev_load(const char *name)
810 {
811         struct net_device *dev;  
812
813         read_lock(&dev_base_lock);
814         dev = __dev_get_by_name(name);
815         read_unlock(&dev_base_lock);
816
817         if (!dev && capable(CAP_SYS_MODULE))
818                 request_module("%s", name);
819 }
820
821 static int default_rebuild_header(struct sk_buff *skb)
822 {
823         printk(KERN_DEBUG "%s: default_rebuild_header called -- BUG!\n",
824                skb->dev ? skb->dev->name : "NULL!!!");
825         kfree_skb(skb);
826         return 1;
827 }
828
829
830 /**
831  *      dev_open        - prepare an interface for use.
832  *      @dev:   device to open
833  *
834  *      Takes a device from down to up state. The device's private open
835  *      function is invoked and then the multicast lists are loaded. Finally
836  *      the device is moved into the up state and a %NETDEV_UP message is
837  *      sent to the netdev notifier chain.
838  *
839  *      Calling this function on an active interface is a nop. On a failure
840  *      a negative errno code is returned.
841  */
842 int dev_open(struct net_device *dev)
843 {
844         int ret = 0;
845
846         /*
847          *      Is it already up?
848          */
849
850         if (dev->flags & IFF_UP)
851                 return 0;
852
853         /*
854          *      Is it even present?
855          */
856         if (!netif_device_present(dev))
857                 return -ENODEV;
858
859         /*
860          *      Call device private open method
861          */
862         set_bit(__LINK_STATE_START, &dev->state);
863         if (dev->open) {
864                 ret = dev->open(dev);
865                 if (ret)
866                         clear_bit(__LINK_STATE_START, &dev->state);
867         }
868
869         /*
870          *      If it went open OK then:
871          */
872
873         if (!ret) {
874                 /*
875                  *      Set the flags.
876                  */
877                 dev->flags |= IFF_UP;
878
879                 /*
880                  *      Initialize multicasting status
881                  */
882                 dev_mc_upload(dev);
883
884                 /*
885                  *      Wakeup transmit queue engine
886                  */
887                 dev_activate(dev);
888
889                 /*
890                  *      ... and announce new interface.
891                  */
892                 raw_notifier_call_chain(&netdev_chain, NETDEV_UP, dev);
893         }
894         return ret;
895 }
896
897 /**
898  *      dev_close - shutdown an interface.
899  *      @dev: device to shutdown
900  *
901  *      This function moves an active device into down state. A
902  *      %NETDEV_GOING_DOWN is sent to the netdev notifier chain. The device
903  *      is then deactivated and finally a %NETDEV_DOWN is sent to the notifier
904  *      chain.
905  */
906 int dev_close(struct net_device *dev)
907 {
908         if (!(dev->flags & IFF_UP))
909                 return 0;
910
911         /*
912          *      Tell people we are going down, so that they can
913          *      prepare to death, when device is still operating.
914          */
915         raw_notifier_call_chain(&netdev_chain, NETDEV_GOING_DOWN, dev);
916
917         dev_deactivate(dev);
918
919         clear_bit(__LINK_STATE_START, &dev->state);
920
921         /* Synchronize to scheduled poll. We cannot touch poll list,
922          * it can be even on different cpu. So just clear netif_running(),
923          * and wait when poll really will happen. Actually, the best place
924          * for this is inside dev->stop() after device stopped its irq
925          * engine, but this requires more changes in devices. */
926
927         smp_mb__after_clear_bit(); /* Commit netif_running(). */
928         while (test_bit(__LINK_STATE_RX_SCHED, &dev->state)) {
929                 /* No hurry. */
930                 msleep(1);
931         }
932
933         /*
934          *      Call the device specific close. This cannot fail.
935          *      Only if device is UP
936          *
937          *      We allow it to be called even after a DETACH hot-plug
938          *      event.
939          */
940         if (dev->stop)
941                 dev->stop(dev);
942
943         /*
944          *      Device is now down.
945          */
946
947         dev->flags &= ~IFF_UP;
948
949         /*
950          * Tell people we are down
951          */
952         raw_notifier_call_chain(&netdev_chain, NETDEV_DOWN, dev);
953
954         return 0;
955 }
956
957
958 /*
959  *      Device change register/unregister. These are not inline or static
960  *      as we export them to the world.
961  */
962
963 /**
964  *      register_netdevice_notifier - register a network notifier block
965  *      @nb: notifier
966  *
967  *      Register a notifier to be called when network device events occur.
968  *      The notifier passed is linked into the kernel structures and must
969  *      not be reused until it has been unregistered. A negative errno code
970  *      is returned on a failure.
971  *
972  *      When registered all registration and up events are replayed
973  *      to the new notifier to allow device to have a race free 
974  *      view of the network device list.
975  */
976
977 int register_netdevice_notifier(struct notifier_block *nb)
978 {
979         struct net_device *dev;
980         int err;
981
982         rtnl_lock();
983         err = raw_notifier_chain_register(&netdev_chain, nb);
984         if (!err) {
985                 for (dev = dev_base; dev; dev = dev->next) {
986                         nb->notifier_call(nb, NETDEV_REGISTER, dev);
987
988                         if (dev->flags & IFF_UP) 
989                                 nb->notifier_call(nb, NETDEV_UP, dev);
990                 }
991         }
992         rtnl_unlock();
993         return err;
994 }
995
996 /**
997  *      unregister_netdevice_notifier - unregister a network notifier block
998  *      @nb: notifier
999  *
1000  *      Unregister a notifier previously registered by
1001  *      register_netdevice_notifier(). The notifier is unlinked into the
1002  *      kernel structures and may then be reused. A negative errno code
1003  *      is returned on a failure.
1004  */
1005
1006 int unregister_netdevice_notifier(struct notifier_block *nb)
1007 {
1008         int err;
1009
1010         rtnl_lock();
1011         err = raw_notifier_chain_unregister(&netdev_chain, nb);
1012         rtnl_unlock();
1013         return err;
1014 }
1015
1016 /**
1017  *      call_netdevice_notifiers - call all network notifier blocks
1018  *      @val: value passed unmodified to notifier function
1019  *      @v:   pointer passed unmodified to notifier function
1020  *
1021  *      Call all network notifier blocks.  Parameters and return value
1022  *      are as for raw_notifier_call_chain().
1023  */
1024
1025 int call_netdevice_notifiers(unsigned long val, void *v)
1026 {
1027         return raw_notifier_call_chain(&netdev_chain, val, v);
1028 }
1029
1030 /* When > 0 there are consumers of rx skb time stamps */
1031 static atomic_t netstamp_needed = ATOMIC_INIT(0);
1032
1033 void net_enable_timestamp(void)
1034 {
1035         atomic_inc(&netstamp_needed);
1036 }
1037
1038 void net_disable_timestamp(void)
1039 {
1040         atomic_dec(&netstamp_needed);
1041 }
1042
1043 void __net_timestamp(struct sk_buff *skb)
1044 {
1045         struct timeval tv;
1046
1047         do_gettimeofday(&tv);
1048         skb_set_timestamp(skb, &tv);
1049 }
1050 EXPORT_SYMBOL(__net_timestamp);
1051
1052 static inline void net_timestamp(struct sk_buff *skb)
1053 {
1054         if (atomic_read(&netstamp_needed))
1055                 __net_timestamp(skb);
1056         else {
1057                 skb->tstamp.off_sec = 0;
1058                 skb->tstamp.off_usec = 0;
1059         }
1060 }
1061
1062 /*
1063  *      Support routine. Sends outgoing frames to any network
1064  *      taps currently in use.
1065  */
1066
1067 static void dev_queue_xmit_nit(struct sk_buff *skb, struct net_device *dev)
1068 {
1069         struct packet_type *ptype;
1070
1071         net_timestamp(skb);
1072
1073         rcu_read_lock();
1074         list_for_each_entry_rcu(ptype, &ptype_all, list) {
1075                 /* Never send packets back to the socket
1076                  * they originated from - MvS (miquels@drinkel.ow.org)
1077                  */
1078                 if ((ptype->dev == dev || !ptype->dev) &&
1079                     (ptype->af_packet_priv == NULL ||
1080                      (struct sock *)ptype->af_packet_priv != skb->sk)) {
1081                         struct sk_buff *skb2= skb_clone(skb, GFP_ATOMIC);
1082                         if (!skb2)
1083                                 break;
1084
1085                         /* skb->nh should be correctly
1086                            set by sender, so that the second statement is
1087                            just protection against buggy protocols.
1088                          */
1089                         skb2->mac.raw = skb2->data;
1090
1091                         if (skb2->nh.raw < skb2->data ||
1092                             skb2->nh.raw > skb2->tail) {
1093                                 if (net_ratelimit())
1094                                         printk(KERN_CRIT "protocol %04x is "
1095                                                "buggy, dev %s\n",
1096                                                skb2->protocol, dev->name);
1097                                 skb2->nh.raw = skb2->data;
1098                         }
1099
1100                         skb2->h.raw = skb2->nh.raw;
1101                         skb2->pkt_type = PACKET_OUTGOING;
1102                         ptype->func(skb2, skb->dev, ptype, skb->dev);
1103                 }
1104         }
1105         rcu_read_unlock();
1106 }
1107
1108
1109 void __netif_schedule(struct net_device *dev)
1110 {
1111         if (!test_and_set_bit(__LINK_STATE_SCHED, &dev->state)) {
1112                 unsigned long flags;
1113                 struct softnet_data *sd;
1114
1115                 local_irq_save(flags);
1116                 sd = &__get_cpu_var(softnet_data);
1117                 dev->next_sched = sd->output_queue;
1118                 sd->output_queue = dev;
1119                 raise_softirq_irqoff(NET_TX_SOFTIRQ);
1120                 local_irq_restore(flags);
1121         }
1122 }
1123 EXPORT_SYMBOL(__netif_schedule);
1124
1125 void __netif_rx_schedule(struct net_device *dev)
1126 {
1127         unsigned long flags;
1128
1129         local_irq_save(flags);
1130         dev_hold(dev);
1131         list_add_tail(&dev->poll_list, &__get_cpu_var(softnet_data).poll_list);
1132         if (dev->quota < 0)
1133                 dev->quota += dev->weight;
1134         else
1135                 dev->quota = dev->weight;
1136         __raise_softirq_irqoff(NET_RX_SOFTIRQ);
1137         local_irq_restore(flags);
1138 }
1139 EXPORT_SYMBOL(__netif_rx_schedule);
1140
1141 void dev_kfree_skb_any(struct sk_buff *skb)
1142 {
1143         if (in_irq() || irqs_disabled())
1144                 dev_kfree_skb_irq(skb);
1145         else
1146                 dev_kfree_skb(skb);
1147 }
1148 EXPORT_SYMBOL(dev_kfree_skb_any);
1149
1150
1151 /* Hot-plugging. */
1152 void netif_device_detach(struct net_device *dev)
1153 {
1154         if (test_and_clear_bit(__LINK_STATE_PRESENT, &dev->state) &&
1155             netif_running(dev)) {
1156                 netif_stop_queue(dev);
1157         }
1158 }
1159 EXPORT_SYMBOL(netif_device_detach);
1160
1161 void netif_device_attach(struct net_device *dev)
1162 {
1163         if (!test_and_set_bit(__LINK_STATE_PRESENT, &dev->state) &&
1164             netif_running(dev)) {
1165                 netif_wake_queue(dev);
1166                 __netdev_watchdog_up(dev);
1167         }
1168 }
1169 EXPORT_SYMBOL(netif_device_attach);
1170
1171
1172 /*
1173  * Invalidate hardware checksum when packet is to be mangled, and
1174  * complete checksum manually on outgoing path.
1175  */
1176 int skb_checksum_help(struct sk_buff *skb, int inward)
1177 {
1178         unsigned int csum;
1179         int ret = 0, offset = skb->h.raw - skb->data;
1180
1181         if (inward)
1182                 goto out_set_summed;
1183
1184         if (unlikely(skb_shinfo(skb)->gso_size)) {
1185                 /* Let GSO fix up the checksum. */
1186                 goto out_set_summed;
1187         }
1188
1189         if (skb_cloned(skb)) {
1190                 ret = pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
1191                 if (ret)
1192                         goto out;
1193         }
1194
1195         BUG_ON(offset > (int)skb->len);
1196         csum = skb_checksum(skb, offset, skb->len-offset, 0);
1197
1198         offset = skb->tail - skb->h.raw;
1199         BUG_ON(offset <= 0);
1200         BUG_ON(skb->csum + 2 > offset);
1201
1202         *(u16*)(skb->h.raw + skb->csum) = csum_fold(csum);
1203
1204 out_set_summed:
1205         skb->ip_summed = CHECKSUM_NONE;
1206 out:    
1207         return ret;
1208 }
1209
1210 /**
1211  *      skb_gso_segment - Perform segmentation on skb.
1212  *      @skb: buffer to segment
1213  *      @features: features for the output path (see dev->features)
1214  *
1215  *      This function segments the given skb and returns a list of segments.
1216  *
1217  *      It may return NULL if the skb requires no segmentation.  This is
1218  *      only possible when GSO is used for verifying header integrity.
1219  */
1220 struct sk_buff *skb_gso_segment(struct sk_buff *skb, int features)
1221 {
1222         struct sk_buff *segs = ERR_PTR(-EPROTONOSUPPORT);
1223         struct packet_type *ptype;
1224         int type = skb->protocol;
1225         int err;
1226
1227         BUG_ON(skb_shinfo(skb)->frag_list);
1228
1229         skb->mac.raw = skb->data;
1230         skb->mac_len = skb->nh.raw - skb->data;
1231         __skb_pull(skb, skb->mac_len);
1232
1233         if (unlikely(skb->ip_summed != CHECKSUM_HW)) {
1234                 if (skb_header_cloned(skb) &&
1235                     (err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC)))
1236                         return ERR_PTR(err);
1237         }
1238
1239         rcu_read_lock();
1240         list_for_each_entry_rcu(ptype, &ptype_base[ntohs(type) & 15], list) {
1241                 if (ptype->type == type && !ptype->dev && ptype->gso_segment) {
1242                         if (unlikely(skb->ip_summed != CHECKSUM_HW)) {
1243                                 err = ptype->gso_send_check(skb);
1244                                 segs = ERR_PTR(err);
1245                                 if (err || skb_gso_ok(skb, features))
1246                                         break;
1247                                 __skb_push(skb, skb->data - skb->nh.raw);
1248                         }
1249                         segs = ptype->gso_segment(skb, features);
1250                         break;
1251                 }
1252         }
1253         rcu_read_unlock();
1254
1255         __skb_push(skb, skb->data - skb->mac.raw);
1256
1257         return segs;
1258 }
1259
1260 EXPORT_SYMBOL(skb_gso_segment);
1261
1262 /* Take action when hardware reception checksum errors are detected. */
1263 #ifdef CONFIG_BUG
1264 void netdev_rx_csum_fault(struct net_device *dev)
1265 {
1266         if (net_ratelimit()) {
1267                 printk(KERN_ERR "%s: hw csum failure.\n", 
1268                         dev ? dev->name : "<unknown>");
1269                 dump_stack();
1270         }
1271 }
1272 EXPORT_SYMBOL(netdev_rx_csum_fault);
1273 #endif
1274
1275 /* Actually, we should eliminate this check as soon as we know, that:
1276  * 1. IOMMU is present and allows to map all the memory.
1277  * 2. No high memory really exists on this machine.
1278  */
1279
1280 static inline int illegal_highdma(struct net_device *dev, struct sk_buff *skb)
1281 {
1282 #ifdef CONFIG_HIGHMEM
1283         int i;
1284
1285         if (dev->features & NETIF_F_HIGHDMA)
1286                 return 0;
1287
1288         for (i = 0; i < skb_shinfo(skb)->nr_frags; i++)
1289                 if (PageHighMem(skb_shinfo(skb)->frags[i].page))
1290                         return 1;
1291
1292 #endif
1293         return 0;
1294 }
1295
1296 struct dev_gso_cb {
1297         void (*destructor)(struct sk_buff *skb);
1298 };
1299
1300 #define DEV_GSO_CB(skb) ((struct dev_gso_cb *)(skb)->cb)
1301
1302 static void dev_gso_skb_destructor(struct sk_buff *skb)
1303 {
1304         struct dev_gso_cb *cb;
1305
1306         do {
1307                 struct sk_buff *nskb = skb->next;
1308
1309                 skb->next = nskb->next;
1310                 nskb->next = NULL;
1311                 kfree_skb(nskb);
1312         } while (skb->next);
1313
1314         cb = DEV_GSO_CB(skb);
1315         if (cb->destructor)
1316                 cb->destructor(skb);
1317 }
1318
1319 /**
1320  *      dev_gso_segment - Perform emulated hardware segmentation on skb.
1321  *      @skb: buffer to segment
1322  *
1323  *      This function segments the given skb and stores the list of segments
1324  *      in skb->next.
1325  */
1326 static int dev_gso_segment(struct sk_buff *skb)
1327 {
1328         struct net_device *dev = skb->dev;
1329         struct sk_buff *segs;
1330         int features = dev->features & ~(illegal_highdma(dev, skb) ?
1331                                          NETIF_F_SG : 0);
1332
1333         segs = skb_gso_segment(skb, features);
1334
1335         /* Verifying header integrity only. */
1336         if (!segs)
1337                 return 0;
1338
1339         if (unlikely(IS_ERR(segs)))
1340                 return PTR_ERR(segs);
1341
1342         skb->next = segs;
1343         DEV_GSO_CB(skb)->destructor = skb->destructor;
1344         skb->destructor = dev_gso_skb_destructor;
1345
1346         return 0;
1347 }
1348
1349 int dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev)
1350 {
1351         if (likely(!skb->next)) {
1352                 if (netdev_nit)
1353                         dev_queue_xmit_nit(skb, dev);
1354
1355                 if (netif_needs_gso(dev, skb)) {
1356                         if (unlikely(dev_gso_segment(skb)))
1357                                 goto out_kfree_skb;
1358                         if (skb->next)
1359                                 goto gso;
1360                 }
1361
1362                 return dev->hard_start_xmit(skb, dev);
1363         }
1364
1365 gso:
1366         do {
1367                 struct sk_buff *nskb = skb->next;
1368                 int rc;
1369
1370                 skb->next = nskb->next;
1371                 nskb->next = NULL;
1372                 rc = dev->hard_start_xmit(nskb, dev);
1373                 if (unlikely(rc)) {
1374                         nskb->next = skb->next;
1375                         skb->next = nskb;
1376                         return rc;
1377                 }
1378                 if (unlikely(netif_queue_stopped(dev) && skb->next))
1379                         return NETDEV_TX_BUSY;
1380         } while (skb->next);
1381         
1382         skb->destructor = DEV_GSO_CB(skb)->destructor;
1383
1384 out_kfree_skb:
1385         kfree_skb(skb);
1386         return 0;
1387 }
1388
1389 #define HARD_TX_LOCK(dev, cpu) {                        \
1390         if ((dev->features & NETIF_F_LLTX) == 0) {      \
1391                 netif_tx_lock(dev);                     \
1392         }                                               \
1393 }
1394
1395 #define HARD_TX_UNLOCK(dev) {                           \
1396         if ((dev->features & NETIF_F_LLTX) == 0) {      \
1397                 netif_tx_unlock(dev);                   \
1398         }                                               \
1399 }
1400
1401 #ifdef CONFIG_XEN
1402 inline int skb_checksum_setup(struct sk_buff *skb)
1403 {
1404         if (skb->proto_csum_blank) {
1405                 if (skb->protocol != htons(ETH_P_IP))
1406                         goto out;
1407                 skb->h.raw = (unsigned char *)skb->nh.iph + 4*skb->nh.iph->ihl;
1408                 if (skb->h.raw >= skb->tail)
1409                         goto out;
1410                 switch (skb->nh.iph->protocol) {
1411                 case IPPROTO_TCP:
1412                         skb->csum = offsetof(struct tcphdr, check);
1413                         break;
1414                 case IPPROTO_UDP:
1415                         skb->csum = offsetof(struct udphdr, check);
1416                         break;
1417                 default:
1418                         if (net_ratelimit())
1419                                 printk(KERN_ERR "Attempting to checksum a non-"
1420                                        "TCP/UDP packet, dropping a protocol"
1421                                        " %d packet", skb->nh.iph->protocol);
1422                         goto out;
1423                 }
1424                 if ((skb->h.raw + skb->csum + 2) > skb->tail)
1425                         goto out;
1426                 skb->ip_summed = CHECKSUM_HW;
1427                 skb->proto_csum_blank = 0;
1428         }
1429         return 0;
1430 out:
1431         return -EPROTO;
1432 }
1433 #else
1434 inline int skb_checksum_setup(struct sk_buff *skb) { return 0; }
1435 #endif
1436
1437
1438 /**
1439  *      dev_queue_xmit - transmit a buffer
1440  *      @skb: buffer to transmit
1441  *
1442  *      Queue a buffer for transmission to a network device. The caller must
1443  *      have set the device and priority and built the buffer before calling
1444  *      this function. The function can be called from an interrupt.
1445  *
1446  *      A negative errno code is returned on a failure. A success does not
1447  *      guarantee the frame will be transmitted as it may be dropped due
1448  *      to congestion or traffic shaping.
1449  *
1450  * -----------------------------------------------------------------------------------
1451  *      I notice this method can also return errors from the queue disciplines,
1452  *      including NET_XMIT_DROP, which is a positive value.  So, errors can also
1453  *      be positive.
1454  *
1455  *      Regardless of the return value, the skb is consumed, so it is currently
1456  *      difficult to retry a send to this method.  (You can bump the ref count
1457  *      before sending to hold a reference for retry if you are careful.)
1458  *
1459  *      When calling this method, interrupts MUST be enabled.  This is because
1460  *      the BH enable code must have IRQs enabled so that it will not deadlock.
1461  *          --BLG
1462  */
1463
1464 int dev_queue_xmit(struct sk_buff *skb)
1465 {
1466         struct net_device *dev = skb->dev;
1467         struct Qdisc *q;
1468         int rc = -ENOMEM;
1469
1470         /* If a checksum-deferred packet is forwarded to a device that needs a
1471          * checksum, correct the pointers and force checksumming.
1472          */
1473         if (skb_checksum_setup(skb))
1474                 goto out_kfree_skb;
1475
1476         /* GSO will handle the following emulations directly. */
1477         if (netif_needs_gso(dev, skb))
1478                 goto gso;
1479
1480         if (skb_shinfo(skb)->frag_list &&
1481             !(dev->features & NETIF_F_FRAGLIST) &&
1482             __skb_linearize(skb))
1483                 goto out_kfree_skb;
1484
1485         /* Fragmented skb is linearized if device does not support SG,
1486          * or if at least one of fragments is in highmem and device
1487          * does not support DMA from it.
1488          */
1489         if (skb_shinfo(skb)->nr_frags &&
1490             (!(dev->features & NETIF_F_SG) || illegal_highdma(dev, skb)) &&
1491             __skb_linearize(skb))
1492                 goto out_kfree_skb;
1493
1494         /* If packet is not checksummed and device does not support
1495          * checksumming for this protocol, complete checksumming here.
1496          */
1497         if (skb->ip_summed == CHECKSUM_HW &&
1498             (!(dev->features & NETIF_F_GEN_CSUM) &&
1499              (!(dev->features & NETIF_F_IP_CSUM) ||
1500               skb->protocol != htons(ETH_P_IP))))
1501                 if (skb_checksum_help(skb, 0))
1502                         goto out_kfree_skb;
1503
1504 gso:
1505         spin_lock_prefetch(&dev->queue_lock);
1506
1507         /* Disable soft irqs for various locks below. Also 
1508          * stops preemption for RCU. 
1509          */
1510         rcu_read_lock_bh(); 
1511
1512         /* Updates of qdisc are serialized by queue_lock. 
1513          * The struct Qdisc which is pointed to by qdisc is now a 
1514          * rcu structure - it may be accessed without acquiring 
1515          * a lock (but the structure may be stale.) The freeing of the
1516          * qdisc will be deferred until it's known that there are no 
1517          * more references to it.
1518          * 
1519          * If the qdisc has an enqueue function, we still need to 
1520          * hold the queue_lock before calling it, since queue_lock
1521          * also serializes access to the device queue.
1522          */
1523
1524         q = rcu_dereference(dev->qdisc);
1525 #ifdef CONFIG_NET_CLS_ACT
1526         skb->tc_verd = SET_TC_AT(skb->tc_verd,AT_EGRESS);
1527 #endif
1528         if (q->enqueue) {
1529                 /* Grab device queue */
1530                 spin_lock(&dev->queue_lock);
1531                 q = dev->qdisc;
1532                 if (q->enqueue) {
1533                         rc = q->enqueue(skb, q);
1534                         qdisc_run(dev);
1535                         spin_unlock(&dev->queue_lock);
1536
1537                         rc = rc == NET_XMIT_BYPASS ? NET_XMIT_SUCCESS : rc;
1538                         goto out;
1539                 }
1540                 spin_unlock(&dev->queue_lock);
1541         }
1542
1543         /* The device has no queue. Common case for software devices:
1544            loopback, all the sorts of tunnels...
1545
1546            Really, it is unlikely that netif_tx_lock protection is necessary
1547            here.  (f.e. loopback and IP tunnels are clean ignoring statistics
1548            counters.)
1549            However, it is possible, that they rely on protection
1550            made by us here.
1551
1552            Check this and shot the lock. It is not prone from deadlocks.
1553            Either shot noqueue qdisc, it is even simpler 8)
1554          */
1555         if (dev->flags & IFF_UP) {
1556                 int cpu = smp_processor_id(); /* ok because BHs are off */
1557
1558                 if (dev->xmit_lock_owner != cpu) {
1559
1560                         HARD_TX_LOCK(dev, cpu);
1561
1562                         if (!netif_queue_stopped(dev)) {
1563                                 rc = 0;
1564                                 if (!dev_hard_start_xmit(skb, dev)) {
1565                                         HARD_TX_UNLOCK(dev);
1566                                         goto out;
1567                                 }
1568                         }
1569                         HARD_TX_UNLOCK(dev);
1570                         if (net_ratelimit())
1571                                 printk(KERN_CRIT "Virtual device %s asks to "
1572                                        "queue packet!\n", dev->name);
1573                 } else {
1574                         /* Recursion is detected! It is possible,
1575                          * unfortunately */
1576                         if (net_ratelimit())
1577                                 printk(KERN_CRIT "Dead loop on virtual device "
1578                                        "%s, fix it urgently!\n", dev->name);
1579                 }
1580         }
1581
1582         rc = -ENETDOWN;
1583         rcu_read_unlock_bh();
1584
1585 out_kfree_skb:
1586         kfree_skb(skb);
1587         return rc;
1588 out:
1589         rcu_read_unlock_bh();
1590         return rc;
1591 }
1592
1593
1594 /*=======================================================================
1595                         Receiver routines
1596   =======================================================================*/
1597
1598 int netdev_max_backlog = 1000;
1599 int netdev_budget = 300;
1600 int weight_p = 64;            /* old backlog weight */
1601
1602 DEFINE_PER_CPU(struct netif_rx_stats, netdev_rx_stat) = { 0, };
1603
1604
1605 /**
1606  *      netif_rx        -       post buffer to the network code
1607  *      @skb: buffer to post
1608  *
1609  *      This function receives a packet from a device driver and queues it for
1610  *      the upper (protocol) levels to process.  It always succeeds. The buffer
1611  *      may be dropped during processing for congestion control or by the
1612  *      protocol layers.
1613  *
1614  *      return values:
1615  *      NET_RX_SUCCESS  (no congestion)
1616  *      NET_RX_CN_LOW   (low congestion)
1617  *      NET_RX_CN_MOD   (moderate congestion)
1618  *      NET_RX_CN_HIGH  (high congestion)
1619  *      NET_RX_DROP     (packet was dropped)
1620  *
1621  */
1622
1623 int netif_rx(struct sk_buff *skb)
1624 {
1625         struct softnet_data *queue;
1626         unsigned long flags;
1627
1628         /* if netpoll wants it, pretend we never saw it */
1629         if (netpoll_rx(skb))
1630                 return NET_RX_DROP;
1631
1632         if (!skb->tstamp.off_sec)
1633                 net_timestamp(skb);
1634
1635         /*
1636          * The code is rearranged so that the path is the most
1637          * short when CPU is congested, but is still operating.
1638          */
1639         local_irq_save(flags);
1640         queue = &__get_cpu_var(softnet_data);
1641
1642         __get_cpu_var(netdev_rx_stat).total++;
1643         if (queue->input_pkt_queue.qlen <= netdev_max_backlog) {
1644                 if (queue->input_pkt_queue.qlen) {
1645 enqueue:
1646                         dev_hold(skb->dev);
1647                         __skb_queue_tail(&queue->input_pkt_queue, skb);
1648                         local_irq_restore(flags);
1649                         return NET_RX_SUCCESS;
1650                 }
1651
1652                 netif_rx_schedule(&queue->backlog_dev);
1653                 goto enqueue;
1654         }
1655
1656         __get_cpu_var(netdev_rx_stat).dropped++;
1657         local_irq_restore(flags);
1658
1659         kfree_skb(skb);
1660         return NET_RX_DROP;
1661 }
1662
1663 int netif_rx_ni(struct sk_buff *skb)
1664 {
1665         int err;
1666
1667         preempt_disable();
1668         err = netif_rx(skb);
1669         if (local_softirq_pending())
1670                 do_softirq();
1671         preempt_enable();
1672
1673         return err;
1674 }
1675
1676 EXPORT_SYMBOL(netif_rx_ni);
1677
1678 static inline struct net_device *skb_bond(struct sk_buff *skb)
1679 {
1680         struct net_device *dev = skb->dev;
1681
1682         if (dev->master) {
1683                 if (skb_bond_should_drop(skb)) {
1684                         kfree_skb(skb);
1685                         return NULL;
1686                 }
1687                 skb->dev = dev->master;
1688         }
1689
1690         return dev;
1691 }
1692
1693 static void net_tx_action(struct softirq_action *h)
1694 {
1695         struct softnet_data *sd = &__get_cpu_var(softnet_data);
1696
1697         if (sd->completion_queue) {
1698                 struct sk_buff *clist;
1699
1700                 local_irq_disable();
1701                 clist = sd->completion_queue;
1702                 sd->completion_queue = NULL;
1703                 local_irq_enable();
1704
1705                 while (clist) {
1706                         struct sk_buff *skb = clist;
1707                         clist = clist->next;
1708
1709                         BUG_TRAP(!atomic_read(&skb->users));
1710                         __kfree_skb(skb);
1711                 }
1712         }
1713
1714         if (sd->output_queue) {
1715                 struct net_device *head;
1716
1717                 local_irq_disable();
1718                 head = sd->output_queue;
1719                 sd->output_queue = NULL;
1720                 local_irq_enable();
1721
1722                 while (head) {
1723                         struct net_device *dev = head;
1724                         head = head->next_sched;
1725
1726                         smp_mb__before_clear_bit();
1727                         clear_bit(__LINK_STATE_SCHED, &dev->state);
1728
1729                         if (spin_trylock(&dev->queue_lock)) {
1730                                 qdisc_run(dev);
1731                                 spin_unlock(&dev->queue_lock);
1732                         } else {
1733                                 netif_schedule(dev);
1734                         }
1735                 }
1736         }
1737 }
1738
1739 static __inline__ int deliver_skb(struct sk_buff *skb,
1740                                   struct packet_type *pt_prev,
1741                                   struct net_device *orig_dev)
1742 {
1743         atomic_inc(&skb->users);
1744         return pt_prev->func(skb, skb->dev, pt_prev, orig_dev);
1745 }
1746
1747 #if defined(CONFIG_BRIDGE) || defined (CONFIG_BRIDGE_MODULE)
1748 int (*br_handle_frame_hook)(struct net_bridge_port *p, struct sk_buff **pskb);
1749 struct net_bridge;
1750 struct net_bridge_fdb_entry *(*br_fdb_get_hook)(struct net_bridge *br,
1751                                                 unsigned char *addr);
1752 void (*br_fdb_put_hook)(struct net_bridge_fdb_entry *ent);
1753
1754 static __inline__ int handle_bridge(struct sk_buff **pskb,
1755                                     struct packet_type **pt_prev, int *ret,
1756                                     struct net_device *orig_dev)
1757 {
1758         struct net_bridge_port *port;
1759
1760         if ((*pskb)->pkt_type == PACKET_LOOPBACK ||
1761             (port = rcu_dereference((*pskb)->dev->br_port)) == NULL)
1762                 return 0;
1763
1764         if (*pt_prev) {
1765                 *ret = deliver_skb(*pskb, *pt_prev, orig_dev);
1766                 *pt_prev = NULL;
1767         } 
1768         
1769         return br_handle_frame_hook(port, pskb);
1770 }
1771 #else
1772 #define handle_bridge(skb, pt_prev, ret, orig_dev)      (0)
1773 #endif
1774
1775 #ifdef CONFIG_NET_CLS_ACT
1776 /* TODO: Maybe we should just force sch_ingress to be compiled in
1777  * when CONFIG_NET_CLS_ACT is? otherwise some useless instructions
1778  * a compare and 2 stores extra right now if we dont have it on
1779  * but have CONFIG_NET_CLS_ACT
1780  * NOTE: This doesnt stop any functionality; if you dont have 
1781  * the ingress scheduler, you just cant add policies on ingress.
1782  *
1783  */
1784 static int ing_filter(struct sk_buff *skb) 
1785 {
1786         struct Qdisc *q;
1787         struct net_device *dev = skb->dev;
1788         int result = TC_ACT_OK;
1789         
1790         if (dev->qdisc_ingress) {
1791                 __u32 ttl = (__u32) G_TC_RTTL(skb->tc_verd);
1792                 if (MAX_RED_LOOP < ttl++) {
1793                         printk(KERN_WARNING "Redir loop detected Dropping packet (%s->%s)\n",
1794                                 skb->input_dev->name, skb->dev->name);
1795                         return TC_ACT_SHOT;
1796                 }
1797
1798                 skb->tc_verd = SET_TC_RTTL(skb->tc_verd,ttl);
1799
1800                 skb->tc_verd = SET_TC_AT(skb->tc_verd,AT_INGRESS);
1801
1802                 spin_lock(&dev->ingress_lock);
1803                 if ((q = dev->qdisc_ingress) != NULL)
1804                         result = q->enqueue(skb, q);
1805                 spin_unlock(&dev->ingress_lock);
1806
1807         }
1808
1809         return result;
1810 }
1811 #endif
1812
1813 int netif_receive_skb(struct sk_buff *skb)
1814 {
1815         struct packet_type *ptype, *pt_prev;
1816         struct net_device *orig_dev;
1817         int ret = NET_RX_DROP;
1818         unsigned short type;
1819
1820         /* if we've gotten here through NAPI, check netpoll */
1821         if (skb->dev->poll && netpoll_rx(skb))
1822                 return NET_RX_DROP;
1823
1824         if (!skb->tstamp.off_sec)
1825                 net_timestamp(skb);
1826
1827         if (!skb->input_dev)
1828                 skb->input_dev = skb->dev;
1829
1830         orig_dev = skb_bond(skb);
1831
1832         if (!orig_dev)
1833                 return NET_RX_DROP;
1834
1835         __get_cpu_var(netdev_rx_stat).total++;
1836
1837         skb->h.raw = skb->nh.raw = skb->data;
1838         skb->mac_len = skb->nh.raw - skb->mac.raw;
1839
1840         pt_prev = NULL;
1841
1842         rcu_read_lock();
1843
1844 #ifdef CONFIG_NET_CLS_ACT
1845         if (skb->tc_verd & TC_NCLS) {
1846                 skb->tc_verd = CLR_TC_NCLS(skb->tc_verd);
1847                 goto ncls;
1848         }
1849 #endif
1850
1851 #ifdef CONFIG_XEN
1852         switch (skb->ip_summed) {
1853         case CHECKSUM_UNNECESSARY:
1854                 skb->proto_data_valid = 1;
1855                 break;
1856         case CHECKSUM_HW:
1857                 /* XXX Implement me. */
1858         default:
1859                 skb->proto_data_valid = 0;
1860                 break;
1861         }
1862 #endif
1863
1864         list_for_each_entry_rcu(ptype, &ptype_all, list) {
1865                 if (!ptype->dev || ptype->dev == skb->dev) {
1866                         if (pt_prev) 
1867                                 ret = deliver_skb(skb, pt_prev, orig_dev);
1868                         pt_prev = ptype;
1869                 }
1870         }
1871
1872 #ifdef CONFIG_NET_CLS_ACT
1873         if (pt_prev) {
1874                 ret = deliver_skb(skb, pt_prev, orig_dev);
1875                 pt_prev = NULL; /* noone else should process this after*/
1876         } else {
1877                 skb->tc_verd = SET_TC_OK2MUNGE(skb->tc_verd);
1878         }
1879
1880         ret = ing_filter(skb);
1881
1882         if (ret == TC_ACT_SHOT || (ret == TC_ACT_STOLEN)) {
1883                 kfree_skb(skb);
1884                 goto out;
1885         }
1886
1887         skb->tc_verd = 0;
1888 ncls:
1889 #endif
1890
1891         handle_diverter(skb);
1892
1893         if (handle_bridge(&skb, &pt_prev, &ret, orig_dev))
1894                 goto out;
1895
1896         type = skb->protocol;
1897         list_for_each_entry_rcu(ptype, &ptype_base[ntohs(type)&15], list) {
1898                 if (ptype->type == type &&
1899                     (!ptype->dev || ptype->dev == skb->dev)) {
1900                         if (pt_prev) 
1901                                 ret = deliver_skb(skb, pt_prev, orig_dev);
1902                         pt_prev = ptype;
1903                 }
1904         }
1905
1906         if (pt_prev) {
1907                 ret = pt_prev->func(skb, skb->dev, pt_prev, orig_dev);
1908         } else {
1909                 kfree_skb(skb);
1910                 /* Jamal, now you will not able to escape explaining
1911                  * me how you were going to use this. :-)
1912                  */
1913                 ret = NET_RX_DROP;
1914         }
1915
1916 out:
1917         rcu_read_unlock();
1918         return ret;
1919 }
1920
1921 static int process_backlog(struct net_device *backlog_dev, int *budget)
1922 {
1923         int work = 0;
1924         int quota = min(backlog_dev->quota, *budget);
1925         struct softnet_data *queue = &__get_cpu_var(softnet_data);
1926         unsigned long start_time = jiffies;
1927
1928         backlog_dev->weight = weight_p;
1929         for (;;) {
1930                 struct sk_buff *skb;
1931                 struct net_device *dev;
1932
1933                 local_irq_disable();
1934                 skb = __skb_dequeue(&queue->input_pkt_queue);
1935                 if (!skb)
1936                         goto job_done;
1937                 local_irq_enable();
1938
1939                 dev = skb->dev;
1940
1941                 netif_receive_skb(skb);
1942
1943                 dev_put(dev);
1944
1945                 work++;
1946
1947                 if (work >= quota || jiffies - start_time > 1)
1948                         break;
1949
1950         }
1951
1952         backlog_dev->quota -= work;
1953         *budget -= work;
1954         return -1;
1955
1956 job_done:
1957         backlog_dev->quota -= work;
1958         *budget -= work;
1959
1960         list_del(&backlog_dev->poll_list);
1961         smp_mb__before_clear_bit();
1962         netif_poll_enable(backlog_dev);
1963
1964         local_irq_enable();
1965         return 0;
1966 }
1967
1968 static void net_rx_action(struct softirq_action *h)
1969 {
1970         struct softnet_data *queue = &__get_cpu_var(softnet_data);
1971         unsigned long start_time = jiffies;
1972         int budget = netdev_budget;
1973         void *have;
1974
1975         local_irq_disable();
1976
1977         while (!list_empty(&queue->poll_list)) {
1978                 struct net_device *dev;
1979
1980                 if (budget <= 0 || jiffies - start_time > 1)
1981                         goto softnet_break;
1982
1983                 local_irq_enable();
1984
1985                 dev = list_entry(queue->poll_list.next,
1986                                  struct net_device, poll_list);
1987                 have = netpoll_poll_lock(dev);
1988
1989                 if (dev->quota <= 0 || dev->poll(dev, &budget)) {
1990                         netpoll_poll_unlock(have);
1991                         local_irq_disable();
1992                         list_move_tail(&dev->poll_list, &queue->poll_list);
1993                         if (dev->quota < 0)
1994                                 dev->quota += dev->weight;
1995                         else
1996                                 dev->quota = dev->weight;
1997                 } else {
1998                         netpoll_poll_unlock(have);
1999                         dev_put(dev);
2000                         local_irq_disable();
2001                 }
2002         }
2003 out:
2004 #ifdef CONFIG_NET_DMA
2005         /*
2006          * There may not be any more sk_buffs coming right now, so push
2007          * any pending DMA copies to hardware
2008          */
2009         if (net_dma_client) {
2010                 struct dma_chan *chan;
2011                 rcu_read_lock();
2012                 list_for_each_entry_rcu(chan, &net_dma_client->channels, client_node)
2013                         dma_async_memcpy_issue_pending(chan);
2014                 rcu_read_unlock();
2015         }
2016 #endif
2017         local_irq_enable();
2018         return;
2019
2020 softnet_break:
2021         __get_cpu_var(netdev_rx_stat).time_squeeze++;
2022         __raise_softirq_irqoff(NET_RX_SOFTIRQ);
2023         goto out;
2024 }
2025
2026 static gifconf_func_t * gifconf_list [NPROTO];
2027
2028 /**
2029  *      register_gifconf        -       register a SIOCGIF handler
2030  *      @family: Address family
2031  *      @gifconf: Function handler
2032  *
2033  *      Register protocol dependent address dumping routines. The handler
2034  *      that is passed must not be freed or reused until it has been replaced
2035  *      by another handler.
2036  */
2037 int register_gifconf(unsigned int family, gifconf_func_t * gifconf)
2038 {
2039         if (family >= NPROTO)
2040                 return -EINVAL;
2041         gifconf_list[family] = gifconf;
2042         return 0;
2043 }
2044
2045
2046 /*
2047  *      Map an interface index to its name (SIOCGIFNAME)
2048  */
2049
2050 /*
2051  *      We need this ioctl for efficient implementation of the
2052  *      if_indextoname() function required by the IPv6 API.  Without
2053  *      it, we would have to search all the interfaces to find a
2054  *      match.  --pb
2055  */
2056
2057 static int dev_ifname(struct ifreq __user *arg)
2058 {
2059         struct net_device *dev;
2060         struct ifreq ifr;
2061
2062         /*
2063          *      Fetch the caller's info block.
2064          */
2065
2066         if (copy_from_user(&ifr, arg, sizeof(struct ifreq)))
2067                 return -EFAULT;
2068
2069         read_lock(&dev_base_lock);
2070         dev = __dev_get_by_index(ifr.ifr_ifindex);
2071         if (!dev) {
2072                 read_unlock(&dev_base_lock);
2073                 return -ENODEV;
2074         }
2075
2076         strcpy(ifr.ifr_name, dev->name);
2077         read_unlock(&dev_base_lock);
2078
2079         if (copy_to_user(arg, &ifr, sizeof(struct ifreq)))
2080                 return -EFAULT;
2081         return 0;
2082 }
2083
2084 /*
2085  *      Perform a SIOCGIFCONF call. This structure will change
2086  *      size eventually, and there is nothing I can do about it.
2087  *      Thus we will need a 'compatibility mode'.
2088  */
2089
2090 static int dev_ifconf(char __user *arg)
2091 {
2092         struct ifconf ifc;
2093         struct net_device *dev;
2094         char __user *pos;
2095         int len;
2096         int total;
2097         int i;
2098
2099         /*
2100          *      Fetch the caller's info block.
2101          */
2102
2103         if (copy_from_user(&ifc, arg, sizeof(struct ifconf)))
2104                 return -EFAULT;
2105
2106         pos = ifc.ifc_buf;
2107         len = ifc.ifc_len;
2108
2109         /*
2110          *      Loop over the interfaces, and write an info block for each.
2111          */
2112
2113         total = 0;
2114         for (dev = dev_base; dev; dev = dev->next) {
2115                 if (vx_flags(VXF_HIDE_NETIF, 0) &&
2116                         !dev_in_nx_info(dev, current->nx_info))
2117                         continue;
2118                 for (i = 0; i < NPROTO; i++) {
2119                         if (gifconf_list[i]) {
2120                                 int done;
2121                                 if (!pos)
2122                                         done = gifconf_list[i](dev, NULL, 0);
2123                                 else
2124                                         done = gifconf_list[i](dev, pos + total,
2125                                                                len - total);
2126                                 if (done < 0)
2127                                         return -EFAULT;
2128                                 total += done;
2129                         }
2130                 }
2131         }
2132
2133         /*
2134          *      All done.  Write the updated control block back to the caller.
2135          */
2136         ifc.ifc_len = total;
2137
2138         /*
2139          *      Both BSD and Solaris return 0 here, so we do too.
2140          */
2141         return copy_to_user(arg, &ifc, sizeof(struct ifconf)) ? -EFAULT : 0;
2142 }
2143
2144 #ifdef CONFIG_PROC_FS
2145 /*
2146  *      This is invoked by the /proc filesystem handler to display a device
2147  *      in detail.
2148  */
2149 static __inline__ struct net_device *dev_get_idx(loff_t pos)
2150 {
2151         struct net_device *dev;
2152         loff_t i;
2153
2154         for (i = 0, dev = dev_base; dev && i < pos; ++i, dev = dev->next);
2155
2156         return i == pos ? dev : NULL;
2157 }
2158
2159 void *dev_seq_start(struct seq_file *seq, loff_t *pos)
2160 {
2161         read_lock(&dev_base_lock);
2162         return *pos ? dev_get_idx(*pos - 1) : SEQ_START_TOKEN;
2163 }
2164
2165 void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos)
2166 {
2167         ++*pos;
2168         return v == SEQ_START_TOKEN ? dev_base : ((struct net_device *)v)->next;
2169 }
2170
2171 void dev_seq_stop(struct seq_file *seq, void *v)
2172 {
2173         read_unlock(&dev_base_lock);
2174 }
2175
2176 static void dev_seq_printf_stats(struct seq_file *seq, struct net_device *dev)
2177 {
2178         struct nx_info *nxi = current->nx_info;
2179
2180         if (vx_flags(VXF_HIDE_NETIF, 0) && !dev_in_nx_info(dev, nxi))
2181                 return;
2182         if (dev->get_stats) {
2183                 struct net_device_stats *stats = dev->get_stats(dev);
2184
2185                 seq_printf(seq, "%6s:%8lu %7lu %4lu %4lu %4lu %5lu %10lu %9lu "
2186                                 "%8lu %7lu %4lu %4lu %4lu %5lu %7lu %10lu\n",
2187                            dev->name, stats->rx_bytes, stats->rx_packets,
2188                            stats->rx_errors,
2189                            stats->rx_dropped + stats->rx_missed_errors,
2190                            stats->rx_fifo_errors,
2191                            stats->rx_length_errors + stats->rx_over_errors +
2192                              stats->rx_crc_errors + stats->rx_frame_errors,
2193                            stats->rx_compressed, stats->multicast,
2194                            stats->tx_bytes, stats->tx_packets,
2195                            stats->tx_errors, stats->tx_dropped,
2196                            stats->tx_fifo_errors, stats->collisions,
2197                            stats->tx_carrier_errors +
2198                              stats->tx_aborted_errors +
2199                              stats->tx_window_errors +
2200                              stats->tx_heartbeat_errors,
2201                            stats->tx_compressed);
2202         } else
2203                 seq_printf(seq, "%6s: No statistics available.\n", dev->name);
2204 }
2205
2206 /*
2207  *      Called from the PROCfs module. This now uses the new arbitrary sized
2208  *      /proc/net interface to create /proc/net/dev
2209  */
2210 static int dev_seq_show(struct seq_file *seq, void *v)
2211 {
2212         if (v == SEQ_START_TOKEN)
2213                 seq_puts(seq, "Inter-|   Receive                            "
2214                               "                    |  Transmit\n"
2215                               " face |bytes    packets errs drop fifo frame "
2216                               "compressed multicast|bytes    packets errs "
2217                               "drop fifo colls carrier compressed\n");
2218         else
2219                 dev_seq_printf_stats(seq, v);
2220         return 0;
2221 }
2222
2223 static struct netif_rx_stats *softnet_get_online(loff_t *pos)
2224 {
2225         struct netif_rx_stats *rc = NULL;
2226
2227         while (*pos < NR_CPUS)
2228                 if (cpu_online(*pos)) {
2229                         rc = &per_cpu(netdev_rx_stat, *pos);
2230                         break;
2231                 } else
2232                         ++*pos;
2233         return rc;
2234 }
2235
2236 static void *softnet_seq_start(struct seq_file *seq, loff_t *pos)
2237 {
2238         return softnet_get_online(pos);
2239 }
2240
2241 static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos)
2242 {
2243         ++*pos;
2244         return softnet_get_online(pos);
2245 }
2246
2247 static void softnet_seq_stop(struct seq_file *seq, void *v)
2248 {
2249 }
2250
2251 static int softnet_seq_show(struct seq_file *seq, void *v)
2252 {
2253         struct netif_rx_stats *s = v;
2254
2255         seq_printf(seq, "%08x %08x %08x %08x %08x %08x %08x %08x %08x\n",
2256                    s->total, s->dropped, s->time_squeeze, 0,
2257                    0, 0, 0, 0, /* was fastroute */
2258                    s->cpu_collision );
2259         return 0;
2260 }
2261
2262 static struct seq_operations dev_seq_ops = {
2263         .start = dev_seq_start,
2264         .next  = dev_seq_next,
2265         .stop  = dev_seq_stop,
2266         .show  = dev_seq_show,
2267 };
2268
2269 static int dev_seq_open(struct inode *inode, struct file *file)
2270 {
2271         return seq_open(file, &dev_seq_ops);
2272 }
2273
2274 static struct file_operations dev_seq_fops = {
2275         .owner   = THIS_MODULE,
2276         .open    = dev_seq_open,
2277         .read    = seq_read,
2278         .llseek  = seq_lseek,
2279         .release = seq_release,
2280 };
2281
2282 static struct seq_operations softnet_seq_ops = {
2283         .start = softnet_seq_start,
2284         .next  = softnet_seq_next,
2285         .stop  = softnet_seq_stop,
2286         .show  = softnet_seq_show,
2287 };
2288
2289 static int softnet_seq_open(struct inode *inode, struct file *file)
2290 {
2291         return seq_open(file, &softnet_seq_ops);
2292 }
2293
2294 static struct file_operations softnet_seq_fops = {
2295         .owner   = THIS_MODULE,
2296         .open    = softnet_seq_open,
2297         .read    = seq_read,
2298         .llseek  = seq_lseek,
2299         .release = seq_release,
2300 };
2301
2302 #ifdef CONFIG_WIRELESS_EXT
2303 extern int wireless_proc_init(void);
2304 #else
2305 #define wireless_proc_init() 0
2306 #endif
2307
2308 static int __init dev_proc_init(void)
2309 {
2310         int rc = -ENOMEM;
2311
2312         if (!proc_net_fops_create("dev", S_IRUGO, &dev_seq_fops))
2313                 goto out;
2314         if (!proc_net_fops_create("softnet_stat", S_IRUGO, &softnet_seq_fops))
2315                 goto out_dev;
2316         if (wireless_proc_init())
2317                 goto out_softnet;
2318         rc = 0;
2319 out:
2320         return rc;
2321 out_softnet:
2322         proc_net_remove("softnet_stat");
2323 out_dev:
2324         proc_net_remove("dev");
2325         goto out;
2326 }
2327 #else
2328 #define dev_proc_init() 0
2329 #endif  /* CONFIG_PROC_FS */
2330
2331
2332 /**
2333  *      netdev_set_master       -       set up master/slave pair
2334  *      @slave: slave device
2335  *      @master: new master device
2336  *
2337  *      Changes the master device of the slave. Pass %NULL to break the
2338  *      bonding. The caller must hold the RTNL semaphore. On a failure
2339  *      a negative errno code is returned. On success the reference counts
2340  *      are adjusted, %RTM_NEWLINK is sent to the routing socket and the
2341  *      function returns zero.
2342  */
2343 int netdev_set_master(struct net_device *slave, struct net_device *master)
2344 {
2345         struct net_device *old = slave->master;
2346
2347         ASSERT_RTNL();
2348
2349         if (master) {
2350                 if (old)
2351                         return -EBUSY;
2352                 dev_hold(master);
2353         }
2354
2355         slave->master = master;
2356         
2357         synchronize_net();
2358
2359         if (old)
2360                 dev_put(old);
2361
2362         if (master)
2363                 slave->flags |= IFF_SLAVE;
2364         else
2365                 slave->flags &= ~IFF_SLAVE;
2366
2367         rtmsg_ifinfo(RTM_NEWLINK, slave, IFF_SLAVE);
2368         return 0;
2369 }
2370
2371 /**
2372  *      dev_set_promiscuity     - update promiscuity count on a device
2373  *      @dev: device
2374  *      @inc: modifier
2375  *
2376  *      Add or remove promiscuity from a device. While the count in the device
2377  *      remains above zero the interface remains promiscuous. Once it hits zero
2378  *      the device reverts back to normal filtering operation. A negative inc
2379  *      value is used to drop promiscuity on the device.
2380  */
2381 void dev_set_promiscuity(struct net_device *dev, int inc)
2382 {
2383         unsigned short old_flags = dev->flags;
2384
2385         if ((dev->promiscuity += inc) == 0)
2386                 dev->flags &= ~IFF_PROMISC;
2387         else
2388                 dev->flags |= IFF_PROMISC;
2389         if (dev->flags != old_flags) {
2390                 dev_mc_upload(dev);
2391                 printk(KERN_INFO "device %s %s promiscuous mode\n",
2392                        dev->name, (dev->flags & IFF_PROMISC) ? "entered" :
2393                                                                "left");
2394                 audit_log(current->audit_context, GFP_ATOMIC,
2395                         AUDIT_ANOM_PROMISCUOUS,
2396                         "dev=%s prom=%d old_prom=%d auid=%u",
2397                         dev->name, (dev->flags & IFF_PROMISC),
2398                         (old_flags & IFF_PROMISC),
2399                         audit_get_loginuid(current->audit_context)); 
2400         }
2401 }
2402
2403 /**
2404  *      dev_set_allmulti        - update allmulti count on a device
2405  *      @dev: device
2406  *      @inc: modifier
2407  *
2408  *      Add or remove reception of all multicast frames to a device. While the
2409  *      count in the device remains above zero the interface remains listening
2410  *      to all interfaces. Once it hits zero the device reverts back to normal
2411  *      filtering operation. A negative @inc value is used to drop the counter
2412  *      when releasing a resource needing all multicasts.
2413  */
2414
2415 void dev_set_allmulti(struct net_device *dev, int inc)
2416 {
2417         unsigned short old_flags = dev->flags;
2418
2419         dev->flags |= IFF_ALLMULTI;
2420         if ((dev->allmulti += inc) == 0)
2421                 dev->flags &= ~IFF_ALLMULTI;
2422         if (dev->flags ^ old_flags)
2423                 dev_mc_upload(dev);
2424 }
2425
2426 unsigned dev_get_flags(const struct net_device *dev)
2427 {
2428         unsigned flags;
2429
2430         flags = (dev->flags & ~(IFF_PROMISC |
2431                                 IFF_ALLMULTI |
2432                                 IFF_RUNNING |
2433                                 IFF_LOWER_UP |
2434                                 IFF_DORMANT)) |
2435                 (dev->gflags & (IFF_PROMISC |
2436                                 IFF_ALLMULTI));
2437
2438         if (netif_running(dev)) {
2439                 if (netif_oper_up(dev))
2440                         flags |= IFF_RUNNING;
2441                 if (netif_carrier_ok(dev))
2442                         flags |= IFF_LOWER_UP;
2443                 if (netif_dormant(dev))
2444                         flags |= IFF_DORMANT;
2445         }
2446
2447         return flags;
2448 }
2449
2450 int dev_change_flags(struct net_device *dev, unsigned flags)
2451 {
2452         int ret;
2453         int old_flags = dev->flags;
2454
2455         /*
2456          *      Set the flags on our device.
2457          */
2458
2459         dev->flags = (flags & (IFF_DEBUG | IFF_NOTRAILERS | IFF_NOARP |
2460                                IFF_DYNAMIC | IFF_MULTICAST | IFF_PORTSEL |
2461                                IFF_AUTOMEDIA)) |
2462                      (dev->flags & (IFF_UP | IFF_VOLATILE | IFF_PROMISC |
2463                                     IFF_ALLMULTI));
2464
2465         /*
2466          *      Load in the correct multicast list now the flags have changed.
2467          */
2468
2469         dev_mc_upload(dev);
2470
2471         /*
2472          *      Have we downed the interface. We handle IFF_UP ourselves
2473          *      according to user attempts to set it, rather than blindly
2474          *      setting it.
2475          */
2476
2477         ret = 0;
2478         if ((old_flags ^ flags) & IFF_UP) {     /* Bit is different  ? */
2479                 ret = ((old_flags & IFF_UP) ? dev_close : dev_open)(dev);
2480
2481                 if (!ret)
2482                         dev_mc_upload(dev);
2483         }
2484
2485         if (dev->flags & IFF_UP &&
2486             ((old_flags ^ dev->flags) &~ (IFF_UP | IFF_PROMISC | IFF_ALLMULTI |
2487                                           IFF_VOLATILE)))
2488                 raw_notifier_call_chain(&netdev_chain,
2489                                 NETDEV_CHANGE, dev);
2490
2491         if ((flags ^ dev->gflags) & IFF_PROMISC) {
2492                 int inc = (flags & IFF_PROMISC) ? +1 : -1;
2493                 dev->gflags ^= IFF_PROMISC;
2494                 dev_set_promiscuity(dev, inc);
2495         }
2496
2497         /* NOTE: order of synchronization of IFF_PROMISC and IFF_ALLMULTI
2498            is important. Some (broken) drivers set IFF_PROMISC, when
2499            IFF_ALLMULTI is requested not asking us and not reporting.
2500          */
2501         if ((flags ^ dev->gflags) & IFF_ALLMULTI) {
2502                 int inc = (flags & IFF_ALLMULTI) ? +1 : -1;
2503                 dev->gflags ^= IFF_ALLMULTI;
2504                 dev_set_allmulti(dev, inc);
2505         }
2506
2507         if (old_flags ^ dev->flags)
2508                 rtmsg_ifinfo(RTM_NEWLINK, dev, old_flags ^ dev->flags);
2509
2510         return ret;
2511 }
2512
2513 int dev_set_mtu(struct net_device *dev, int new_mtu)
2514 {
2515         int err;
2516
2517         if (new_mtu == dev->mtu)
2518                 return 0;
2519
2520         /*      MTU must be positive.    */
2521         if (new_mtu < 0)
2522                 return -EINVAL;
2523
2524         if (!netif_device_present(dev))
2525                 return -ENODEV;
2526
2527         err = 0;
2528         if (dev->change_mtu)
2529                 err = dev->change_mtu(dev, new_mtu);
2530         else
2531                 dev->mtu = new_mtu;
2532         if (!err && dev->flags & IFF_UP)
2533                 raw_notifier_call_chain(&netdev_chain,
2534                                 NETDEV_CHANGEMTU, dev);
2535         return err;
2536 }
2537
2538 int dev_set_mac_address(struct net_device *dev, struct sockaddr *sa)
2539 {
2540         int err;
2541
2542         if (!dev->set_mac_address)
2543                 return -EOPNOTSUPP;
2544         if (sa->sa_family != dev->type)
2545                 return -EINVAL;
2546         if (!netif_device_present(dev))
2547                 return -ENODEV;
2548         err = dev->set_mac_address(dev, sa);
2549         if (!err)
2550                 raw_notifier_call_chain(&netdev_chain,
2551                                 NETDEV_CHANGEADDR, dev);
2552         return err;
2553 }
2554
2555 /*
2556  *      Perform the SIOCxIFxxx calls.
2557  */
2558 static int dev_ifsioc(struct ifreq *ifr, unsigned int cmd)
2559 {
2560         int err;
2561         struct net_device *dev = __dev_get_by_name(ifr->ifr_name);
2562
2563         if (!dev)
2564                 return -ENODEV;
2565
2566         switch (cmd) {
2567                 case SIOCGIFFLAGS:      /* Get interface flags */
2568                         ifr->ifr_flags = dev_get_flags(dev);
2569                         return 0;
2570
2571                 case SIOCSIFFLAGS:      /* Set interface flags */
2572                         return dev_change_flags(dev, ifr->ifr_flags);
2573
2574                 case SIOCGIFMETRIC:     /* Get the metric on the interface
2575                                            (currently unused) */
2576                         ifr->ifr_metric = 0;
2577                         return 0;
2578
2579                 case SIOCSIFMETRIC:     /* Set the metric on the interface
2580                                            (currently unused) */
2581                         return -EOPNOTSUPP;
2582
2583                 case SIOCGIFMTU:        /* Get the MTU of a device */
2584                         ifr->ifr_mtu = dev->mtu;
2585                         return 0;
2586
2587                 case SIOCSIFMTU:        /* Set the MTU of a device */
2588                         return dev_set_mtu(dev, ifr->ifr_mtu);
2589
2590                 case SIOCGIFHWADDR:
2591                         if (!dev->addr_len)
2592                                 memset(ifr->ifr_hwaddr.sa_data, 0, sizeof ifr->ifr_hwaddr.sa_data);
2593                         else
2594                                 memcpy(ifr->ifr_hwaddr.sa_data, dev->dev_addr,
2595                                        min(sizeof ifr->ifr_hwaddr.sa_data, (size_t) dev->addr_len));
2596                         ifr->ifr_hwaddr.sa_family = dev->type;
2597                         return 0;
2598
2599                 case SIOCSIFHWADDR:
2600                         return dev_set_mac_address(dev, &ifr->ifr_hwaddr);
2601
2602                 case SIOCSIFHWBROADCAST:
2603                         if (ifr->ifr_hwaddr.sa_family != dev->type)
2604                                 return -EINVAL;
2605                         memcpy(dev->broadcast, ifr->ifr_hwaddr.sa_data,
2606                                min(sizeof ifr->ifr_hwaddr.sa_data, (size_t) dev->addr_len));
2607                         raw_notifier_call_chain(&netdev_chain,
2608                                             NETDEV_CHANGEADDR, dev);
2609                         return 0;
2610
2611                 case SIOCGIFMAP:
2612                         ifr->ifr_map.mem_start = dev->mem_start;
2613                         ifr->ifr_map.mem_end   = dev->mem_end;
2614                         ifr->ifr_map.base_addr = dev->base_addr;
2615                         ifr->ifr_map.irq       = dev->irq;
2616                         ifr->ifr_map.dma       = dev->dma;
2617                         ifr->ifr_map.port      = dev->if_port;
2618                         return 0;
2619
2620                 case SIOCSIFMAP:
2621                         if (dev->set_config) {
2622                                 if (!netif_device_present(dev))
2623                                         return -ENODEV;
2624                                 return dev->set_config(dev, &ifr->ifr_map);
2625                         }
2626                         return -EOPNOTSUPP;
2627
2628                 case SIOCADDMULTI:
2629                         if (!dev->set_multicast_list ||
2630                             ifr->ifr_hwaddr.sa_family != AF_UNSPEC)
2631                                 return -EINVAL;
2632                         if (!netif_device_present(dev))
2633                                 return -ENODEV;
2634                         return dev_mc_add(dev, ifr->ifr_hwaddr.sa_data,
2635                                           dev->addr_len, 1);
2636
2637                 case SIOCDELMULTI:
2638                         if (!dev->set_multicast_list ||
2639                             ifr->ifr_hwaddr.sa_family != AF_UNSPEC)
2640                                 return -EINVAL;
2641                         if (!netif_device_present(dev))
2642                                 return -ENODEV;
2643                         return dev_mc_delete(dev, ifr->ifr_hwaddr.sa_data,
2644                                              dev->addr_len, 1);
2645
2646                 case SIOCGIFINDEX:
2647                         ifr->ifr_ifindex = dev->ifindex;
2648                         return 0;
2649
2650                 case SIOCGIFTXQLEN:
2651                         ifr->ifr_qlen = dev->tx_queue_len;
2652                         return 0;
2653
2654                 case SIOCSIFTXQLEN:
2655                         if (ifr->ifr_qlen < 0)
2656                                 return -EINVAL;
2657                         dev->tx_queue_len = ifr->ifr_qlen;
2658                         return 0;
2659
2660                 case SIOCSIFNAME:
2661                         ifr->ifr_newname[IFNAMSIZ-1] = '\0';
2662                         return dev_change_name(dev, ifr->ifr_newname);
2663
2664                 /*
2665                  *      Unknown or private ioctl
2666                  */
2667
2668                 default:
2669                         if ((cmd >= SIOCDEVPRIVATE &&
2670                             cmd <= SIOCDEVPRIVATE + 15) ||
2671                             cmd == SIOCBONDENSLAVE ||
2672                             cmd == SIOCBONDRELEASE ||
2673                             cmd == SIOCBONDSETHWADDR ||
2674                             cmd == SIOCBONDSLAVEINFOQUERY ||
2675                             cmd == SIOCBONDINFOQUERY ||
2676                             cmd == SIOCBONDCHANGEACTIVE ||
2677                             cmd == SIOCGMIIPHY ||
2678                             cmd == SIOCGMIIREG ||
2679                             cmd == SIOCSMIIREG ||
2680                             cmd == SIOCBRADDIF ||
2681                             cmd == SIOCBRDELIF ||
2682                             cmd == SIOCWANDEV) {
2683                                 err = -EOPNOTSUPP;
2684                                 if (dev->do_ioctl) {
2685                                         if (netif_device_present(dev))
2686                                                 err = dev->do_ioctl(dev, ifr,
2687                                                                     cmd);
2688                                         else
2689                                                 err = -ENODEV;
2690                                 }
2691                         } else
2692                                 err = -EINVAL;
2693
2694         }
2695         return err;
2696 }
2697
2698 /*
2699  *      This function handles all "interface"-type I/O control requests. The actual
2700  *      'doing' part of this is dev_ifsioc above.
2701  */
2702
2703 /**
2704  *      dev_ioctl       -       network device ioctl
2705  *      @cmd: command to issue
2706  *      @arg: pointer to a struct ifreq in user space
2707  *
2708  *      Issue ioctl functions to devices. This is normally called by the
2709  *      user space syscall interfaces but can sometimes be useful for
2710  *      other purposes. The return value is the return from the syscall if
2711  *      positive or a negative errno code on error.
2712  */
2713
2714 int dev_ioctl(unsigned int cmd, void __user *arg)
2715 {
2716         struct ifreq ifr;
2717         int ret;
2718         char *colon;
2719
2720         /* One special case: SIOCGIFCONF takes ifconf argument
2721            and requires shared lock, because it sleeps writing
2722            to user space.
2723          */
2724
2725         if (cmd == SIOCGIFCONF) {
2726                 rtnl_lock();
2727                 ret = dev_ifconf((char __user *) arg);
2728                 rtnl_unlock();
2729                 return ret;
2730         }
2731         if (cmd == SIOCGIFNAME)
2732                 return dev_ifname((struct ifreq __user *)arg);
2733
2734         if (copy_from_user(&ifr, arg, sizeof(struct ifreq)))
2735                 return -EFAULT;
2736
2737         ifr.ifr_name[IFNAMSIZ-1] = 0;
2738
2739         colon = strchr(ifr.ifr_name, ':');
2740         if (colon)
2741                 *colon = 0;
2742
2743         /*
2744          *      See which interface the caller is talking about.
2745          */
2746
2747         switch (cmd) {
2748                 /*
2749                  *      These ioctl calls:
2750                  *      - can be done by all.
2751                  *      - atomic and do not require locking.
2752                  *      - return a value
2753                  */
2754                 case SIOCGIFFLAGS:
2755                 case SIOCGIFMETRIC:
2756                 case SIOCGIFMTU:
2757                 case SIOCGIFHWADDR:
2758                 case SIOCGIFSLAVE:
2759                 case SIOCGIFMAP:
2760                 case SIOCGIFINDEX:
2761                 case SIOCGIFTXQLEN:
2762                         dev_load(ifr.ifr_name);
2763                         read_lock(&dev_base_lock);
2764                         ret = dev_ifsioc(&ifr, cmd);
2765                         read_unlock(&dev_base_lock);
2766                         if (!ret) {
2767                                 if (colon)
2768                                         *colon = ':';
2769                                 if (copy_to_user(arg, &ifr,
2770                                                  sizeof(struct ifreq)))
2771                                         ret = -EFAULT;
2772                         }
2773                         return ret;
2774
2775                 case SIOCETHTOOL:
2776                         dev_load(ifr.ifr_name);
2777                         rtnl_lock();
2778                         ret = dev_ethtool(&ifr);
2779                         rtnl_unlock();
2780                         if (!ret) {
2781                                 if (colon)
2782                                         *colon = ':';
2783                                 if (copy_to_user(arg, &ifr,
2784                                                  sizeof(struct ifreq)))
2785                                         ret = -EFAULT;
2786                         }
2787                         return ret;
2788
2789                 /*
2790                  *      These ioctl calls:
2791                  *      - require superuser power.
2792                  *      - require strict serialization.
2793                  *      - return a value
2794                  */
2795                 case SIOCGMIIPHY:
2796                 case SIOCGMIIREG:
2797                 case SIOCSIFNAME:
2798                         if (!capable(CAP_NET_ADMIN))
2799                                 return -EPERM;
2800                         dev_load(ifr.ifr_name);
2801                         rtnl_lock();
2802                         ret = dev_ifsioc(&ifr, cmd);
2803                         rtnl_unlock();
2804                         if (!ret) {
2805                                 if (colon)
2806                                         *colon = ':';
2807                                 if (copy_to_user(arg, &ifr,
2808                                                  sizeof(struct ifreq)))
2809                                         ret = -EFAULT;
2810                         }
2811                         return ret;
2812
2813                 /*
2814                  *      These ioctl calls:
2815                  *      - require superuser power.
2816                  *      - require strict serialization.
2817                  *      - do not return a value
2818                  */
2819                 case SIOCSIFFLAGS:
2820                 case SIOCSIFMETRIC:
2821                 case SIOCSIFMTU:
2822                 case SIOCSIFMAP:
2823                 case SIOCSIFHWADDR:
2824                 case SIOCSIFSLAVE:
2825                 case SIOCADDMULTI:
2826                 case SIOCDELMULTI:
2827                 case SIOCSIFHWBROADCAST:
2828                 case SIOCSIFTXQLEN:
2829                 case SIOCSMIIREG:
2830                 case SIOCBONDENSLAVE:
2831                 case SIOCBONDRELEASE:
2832                 case SIOCBONDSETHWADDR:
2833                 case SIOCBONDCHANGEACTIVE:
2834                 case SIOCBRADDIF:
2835                 case SIOCBRDELIF:
2836                         if (!capable(CAP_NET_ADMIN))
2837                                 return -EPERM;
2838                         /* fall through */
2839                 case SIOCBONDSLAVEINFOQUERY:
2840                 case SIOCBONDINFOQUERY:
2841                         dev_load(ifr.ifr_name);
2842                         rtnl_lock();
2843                         ret = dev_ifsioc(&ifr, cmd);
2844                         rtnl_unlock();
2845                         return ret;
2846
2847                 case SIOCGIFMEM:
2848                         /* Get the per device memory space. We can add this but
2849                          * currently do not support it */
2850                 case SIOCSIFMEM:
2851                         /* Set the per device memory buffer space.
2852                          * Not applicable in our case */
2853                 case SIOCSIFLINK:
2854                         return -EINVAL;
2855
2856                 /*
2857                  *      Unknown or private ioctl.
2858                  */
2859                 default:
2860                         if (cmd == SIOCWANDEV ||
2861                             (cmd >= SIOCDEVPRIVATE &&
2862                              cmd <= SIOCDEVPRIVATE + 15)) {
2863                                 dev_load(ifr.ifr_name);
2864                                 rtnl_lock();
2865                                 ret = dev_ifsioc(&ifr, cmd);
2866                                 rtnl_unlock();
2867                                 if (!ret && copy_to_user(arg, &ifr,
2868                                                          sizeof(struct ifreq)))
2869                                         ret = -EFAULT;
2870                                 return ret;
2871                         }
2872 #ifdef CONFIG_WIRELESS_EXT
2873                         /* Take care of Wireless Extensions */
2874                         if (cmd >= SIOCIWFIRST && cmd <= SIOCIWLAST) {
2875                                 /* If command is `set a parameter', or
2876                                  * `get the encoding parameters', check if
2877                                  * the user has the right to do it */
2878                                 if (IW_IS_SET(cmd) || cmd == SIOCGIWENCODE
2879                                     || cmd == SIOCGIWENCODEEXT) {
2880                                         if (!capable(CAP_NET_ADMIN))
2881                                                 return -EPERM;
2882                                 }
2883                                 dev_load(ifr.ifr_name);
2884                                 rtnl_lock();
2885                                 /* Follow me in net/core/wireless.c */
2886                                 ret = wireless_process_ioctl(&ifr, cmd);
2887                                 rtnl_unlock();
2888                                 if (IW_IS_GET(cmd) &&
2889                                     copy_to_user(arg, &ifr,
2890                                                  sizeof(struct ifreq)))
2891                                         ret = -EFAULT;
2892                                 return ret;
2893                         }
2894 #endif  /* CONFIG_WIRELESS_EXT */
2895                         return -EINVAL;
2896         }
2897 }
2898
2899
2900 /**
2901  *      dev_new_index   -       allocate an ifindex
2902  *
2903  *      Returns a suitable unique value for a new device interface
2904  *      number.  The caller must hold the rtnl semaphore or the
2905  *      dev_base_lock to be sure it remains unique.
2906  */
2907 static int dev_new_index(void)
2908 {
2909         static int ifindex;
2910         for (;;) {
2911                 if (++ifindex <= 0)
2912                         ifindex = 1;
2913                 if (!__dev_get_by_index(ifindex))
2914                         return ifindex;
2915         }
2916 }
2917
2918 static int dev_boot_phase = 1;
2919
2920 /* Delayed registration/unregisteration */
2921 static DEFINE_SPINLOCK(net_todo_list_lock);
2922 static struct list_head net_todo_list = LIST_HEAD_INIT(net_todo_list);
2923
2924 static inline void net_set_todo(struct net_device *dev)
2925 {
2926         spin_lock(&net_todo_list_lock);
2927         list_add_tail(&dev->todo_list, &net_todo_list);
2928         spin_unlock(&net_todo_list_lock);
2929 }
2930
2931 /**
2932  *      register_netdevice      - register a network device
2933  *      @dev: device to register
2934  *
2935  *      Take a completed network device structure and add it to the kernel
2936  *      interfaces. A %NETDEV_REGISTER message is sent to the netdev notifier
2937  *      chain. 0 is returned on success. A negative errno code is returned
2938  *      on a failure to set up the device, or if the name is a duplicate.
2939  *
2940  *      Callers must hold the rtnl semaphore. You may want
2941  *      register_netdev() instead of this.
2942  *
2943  *      BUGS:
2944  *      The locking appears insufficient to guarantee two parallel registers
2945  *      will not get the same name.
2946  */
2947
2948 int register_netdevice(struct net_device *dev)
2949 {
2950         struct hlist_head *head;
2951         struct hlist_node *p;
2952         int ret;
2953
2954         BUG_ON(dev_boot_phase);
2955         ASSERT_RTNL();
2956
2957         might_sleep();
2958
2959         /* When net_device's are persistent, this will be fatal. */
2960         BUG_ON(dev->reg_state != NETREG_UNINITIALIZED);
2961
2962         spin_lock_init(&dev->queue_lock);
2963         spin_lock_init(&dev->_xmit_lock);
2964         dev->xmit_lock_owner = -1;
2965 #ifdef CONFIG_NET_CLS_ACT
2966         spin_lock_init(&dev->ingress_lock);
2967 #endif
2968
2969         ret = alloc_divert_blk(dev);
2970         if (ret)
2971                 goto out;
2972
2973         dev->iflink = -1;
2974
2975         /* Init, if this function is available */
2976         if (dev->init) {
2977                 ret = dev->init(dev);
2978                 if (ret) {
2979                         if (ret > 0)
2980                                 ret = -EIO;
2981                         goto out_err;
2982                 }
2983         }
2984  
2985         if (!dev_valid_name(dev->name)) {
2986                 ret = -EINVAL;
2987                 goto out_err;
2988         }
2989
2990         dev->ifindex = dev_new_index();
2991         if (dev->iflink == -1)
2992                 dev->iflink = dev->ifindex;
2993
2994         /* Check for existence of name */
2995         head = dev_name_hash(dev->name);
2996         hlist_for_each(p, head) {
2997                 struct net_device *d
2998                         = hlist_entry(p, struct net_device, name_hlist);
2999                 if (!strncmp(d->name, dev->name, IFNAMSIZ)) {
3000                         ret = -EEXIST;
3001                         goto out_err;
3002                 }
3003         }
3004
3005         /* Fix illegal SG+CSUM combinations. */
3006         if ((dev->features & NETIF_F_SG) &&
3007             !(dev->features & NETIF_F_ALL_CSUM)) {
3008                 printk(KERN_NOTICE "%s: Dropping NETIF_F_SG since no checksum feature.\n",
3009                        dev->name);
3010                 dev->features &= ~NETIF_F_SG;
3011         }
3012
3013         /* TSO requires that SG is present as well. */
3014         if ((dev->features & NETIF_F_TSO) &&
3015             !(dev->features & NETIF_F_SG)) {
3016                 printk(KERN_NOTICE "%s: Dropping NETIF_F_TSO since no SG feature.\n",
3017                        dev->name);
3018                 dev->features &= ~NETIF_F_TSO;
3019         }
3020         if (dev->features & NETIF_F_UFO) {
3021                 if (!(dev->features & NETIF_F_HW_CSUM)) {
3022                         printk(KERN_ERR "%s: Dropping NETIF_F_UFO since no "
3023                                         "NETIF_F_HW_CSUM feature.\n",
3024                                                         dev->name);
3025                         dev->features &= ~NETIF_F_UFO;
3026                 }
3027                 if (!(dev->features & NETIF_F_SG)) {
3028                         printk(KERN_ERR "%s: Dropping NETIF_F_UFO since no "
3029                                         "NETIF_F_SG feature.\n",
3030                                         dev->name);
3031                         dev->features &= ~NETIF_F_UFO;
3032                 }
3033         }
3034
3035         /*
3036          *      nil rebuild_header routine,
3037          *      that should be never called and used as just bug trap.
3038          */
3039
3040         if (!dev->rebuild_header)
3041                 dev->rebuild_header = default_rebuild_header;
3042
3043         ret = netdev_register_sysfs(dev);
3044         if (ret)
3045                 goto out_err;
3046         dev->reg_state = NETREG_REGISTERED;
3047
3048         /*
3049          *      Default initial state at registry is that the
3050          *      device is present.
3051          */
3052
3053         set_bit(__LINK_STATE_PRESENT, &dev->state);
3054
3055         dev->next = NULL;
3056         dev_init_scheduler(dev);
3057         write_lock_bh(&dev_base_lock);
3058         *dev_tail = dev;
3059         dev_tail = &dev->next;
3060         hlist_add_head(&dev->name_hlist, head);
3061         hlist_add_head(&dev->index_hlist, dev_index_hash(dev->ifindex));
3062         dev_hold(dev);
3063         write_unlock_bh(&dev_base_lock);
3064
3065         /* Notify protocols, that a new device appeared. */
3066         raw_notifier_call_chain(&netdev_chain, NETDEV_REGISTER, dev);
3067
3068         ret = 0;
3069
3070 out:
3071         return ret;
3072 out_err:
3073         free_divert_blk(dev);
3074         goto out;
3075 }
3076
3077 /**
3078  *      register_netdev - register a network device
3079  *      @dev: device to register
3080  *
3081  *      Take a completed network device structure and add it to the kernel
3082  *      interfaces. A %NETDEV_REGISTER message is sent to the netdev notifier
3083  *      chain. 0 is returned on success. A negative errno code is returned
3084  *      on a failure to set up the device, or if the name is a duplicate.
3085  *
3086  *      This is a wrapper around register_netdev that takes the rtnl semaphore
3087  *      and expands the device name if you passed a format string to
3088  *      alloc_netdev.
3089  */
3090 int register_netdev(struct net_device *dev)
3091 {
3092         int err;
3093
3094         rtnl_lock();
3095
3096         /*
3097          * If the name is a format string the caller wants us to do a
3098          * name allocation.
3099          */
3100         if (strchr(dev->name, '%')) {
3101                 err = dev_alloc_name(dev, dev->name);
3102                 if (err < 0)
3103                         goto out;
3104         }
3105         
3106         /*
3107          * Back compatibility hook. Kill this one in 2.5
3108          */
3109         if (dev->name[0] == 0 || dev->name[0] == ' ') {
3110                 err = dev_alloc_name(dev, "eth%d");
3111                 if (err < 0)
3112                         goto out;
3113         }
3114
3115         err = register_netdevice(dev);
3116 out:
3117         rtnl_unlock();
3118         return err;
3119 }
3120 EXPORT_SYMBOL(register_netdev);
3121
3122 /*
3123  * netdev_wait_allrefs - wait until all references are gone.
3124  *
3125  * This is called when unregistering network devices.
3126  *
3127  * Any protocol or device that holds a reference should register
3128  * for netdevice notification, and cleanup and put back the
3129  * reference if they receive an UNREGISTER event.
3130  * We can get stuck here if buggy protocols don't correctly
3131  * call dev_put. 
3132  */
3133 static void netdev_wait_allrefs(struct net_device *dev)
3134 {
3135         unsigned long rebroadcast_time, warning_time;
3136
3137         rebroadcast_time = warning_time = jiffies;
3138         while (atomic_read(&dev->refcnt) != 0) {
3139                 if (time_after(jiffies, rebroadcast_time + 1 * HZ)) {
3140                         rtnl_lock();
3141
3142                         /* Rebroadcast unregister notification */
3143                         raw_notifier_call_chain(&netdev_chain,
3144                                             NETDEV_UNREGISTER, dev);
3145
3146                         if (test_bit(__LINK_STATE_LINKWATCH_PENDING,
3147                                      &dev->state)) {
3148                                 /* We must not have linkwatch events
3149                                  * pending on unregister. If this
3150                                  * happens, we simply run the queue
3151                                  * unscheduled, resulting in a noop
3152                                  * for this device.
3153                                  */
3154                                 linkwatch_run_queue();
3155                         }
3156
3157                         __rtnl_unlock();
3158
3159                         rebroadcast_time = jiffies;
3160                 }
3161
3162                 msleep(250);
3163
3164                 if (time_after(jiffies, warning_time + 10 * HZ)) {
3165                         printk(KERN_EMERG "unregister_netdevice: "
3166                                "waiting for %s to become free. Usage "
3167                                "count = %d\n",
3168                                dev->name, atomic_read(&dev->refcnt));
3169                         warning_time = jiffies;
3170                 }
3171         }
3172 }
3173
3174 /* The sequence is:
3175  *
3176  *      rtnl_lock();
3177  *      ...
3178  *      register_netdevice(x1);
3179  *      register_netdevice(x2);
3180  *      ...
3181  *      unregister_netdevice(y1);
3182  *      unregister_netdevice(y2);
3183  *      ...
3184  *      rtnl_unlock();
3185  *      free_netdev(y1);
3186  *      free_netdev(y2);
3187  *
3188  * We are invoked by rtnl_unlock() after it drops the semaphore.
3189  * This allows us to deal with problems:
3190  * 1) We can delete sysfs objects which invoke hotplug
3191  *    without deadlocking with linkwatch via keventd.
3192  * 2) Since we run with the RTNL semaphore not held, we can sleep
3193  *    safely in order to wait for the netdev refcnt to drop to zero.
3194  */
3195 static DEFINE_MUTEX(net_todo_run_mutex);
3196 void netdev_run_todo(void)
3197 {
3198         struct list_head list;
3199
3200         /* Need to guard against multiple cpu's getting out of order. */
3201         mutex_lock(&net_todo_run_mutex);
3202
3203         /* Not safe to do outside the semaphore.  We must not return
3204          * until all unregister events invoked by the local processor
3205          * have been completed (either by this todo run, or one on
3206          * another cpu).
3207          */
3208         if (list_empty(&net_todo_list))
3209                 goto out;
3210
3211         /* Snapshot list, allow later requests */
3212         spin_lock(&net_todo_list_lock);
3213         list_replace_init(&net_todo_list, &list);
3214         spin_unlock(&net_todo_list_lock);
3215
3216         while (!list_empty(&list)) {
3217                 struct net_device *dev
3218                         = list_entry(list.next, struct net_device, todo_list);
3219                 list_del(&dev->todo_list);
3220
3221                 if (unlikely(dev->reg_state != NETREG_UNREGISTERING)) {
3222                         printk(KERN_ERR "network todo '%s' but state %d\n",
3223                                dev->name, dev->reg_state);
3224                         dump_stack();
3225                         continue;
3226                 }
3227
3228                 netdev_unregister_sysfs(dev);
3229                 dev->reg_state = NETREG_UNREGISTERED;
3230
3231                 netdev_wait_allrefs(dev);
3232
3233                 /* paranoia */
3234                 BUG_ON(atomic_read(&dev->refcnt));
3235                 BUG_TRAP(!dev->ip_ptr);
3236                 BUG_TRAP(!dev->ip6_ptr);
3237                 BUG_TRAP(!dev->dn_ptr);
3238
3239                 /* It must be the very last action,
3240                  * after this 'dev' may point to freed up memory.
3241                  */
3242                 if (dev->destructor)
3243                         dev->destructor(dev);
3244         }
3245
3246 out:
3247         mutex_unlock(&net_todo_run_mutex);
3248 }
3249
3250 /**
3251  *      alloc_netdev - allocate network device
3252  *      @sizeof_priv:   size of private data to allocate space for
3253  *      @name:          device name format string
3254  *      @setup:         callback to initialize device
3255  *
3256  *      Allocates a struct net_device with private data area for driver use
3257  *      and performs basic initialization.
3258  */
3259 struct net_device *alloc_netdev(int sizeof_priv, const char *name,
3260                 void (*setup)(struct net_device *))
3261 {
3262         void *p;
3263         struct net_device *dev;
3264         int alloc_size;
3265
3266         /* ensure 32-byte alignment of both the device and private area */
3267         alloc_size = (sizeof(*dev) + NETDEV_ALIGN_CONST) & ~NETDEV_ALIGN_CONST;
3268         alloc_size += sizeof_priv + NETDEV_ALIGN_CONST;
3269
3270         p = kzalloc(alloc_size, GFP_KERNEL);
3271         if (!p) {
3272                 printk(KERN_ERR "alloc_dev: Unable to allocate device.\n");
3273                 return NULL;
3274         }
3275
3276         dev = (struct net_device *)
3277                 (((long)p + NETDEV_ALIGN_CONST) & ~NETDEV_ALIGN_CONST);
3278         dev->padded = (char *)dev - (char *)p;
3279
3280         if (sizeof_priv)
3281                 dev->priv = netdev_priv(dev);
3282
3283         setup(dev);
3284         strcpy(dev->name, name);
3285         return dev;
3286 }
3287 EXPORT_SYMBOL(alloc_netdev);
3288
3289 /**
3290  *      free_netdev - free network device
3291  *      @dev: device
3292  *
3293  *      This function does the last stage of destroying an allocated device 
3294  *      interface. The reference to the device object is released.  
3295  *      If this is the last reference then it will be freed.
3296  */
3297 void free_netdev(struct net_device *dev)
3298 {
3299 #ifdef CONFIG_SYSFS
3300         /*  Compatibility with error handling in drivers */
3301         if (dev->reg_state == NETREG_UNINITIALIZED) {
3302                 kfree((char *)dev - dev->padded);
3303                 return;
3304         }
3305
3306         BUG_ON(dev->reg_state != NETREG_UNREGISTERED);
3307         dev->reg_state = NETREG_RELEASED;
3308
3309         /* will free via class release */
3310         class_device_put(&dev->class_dev);
3311 #else
3312         kfree((char *)dev - dev->padded);
3313 #endif
3314 }
3315  
3316 /* Synchronize with packet receive processing. */
3317 void synchronize_net(void) 
3318 {
3319         might_sleep();
3320         synchronize_rcu();
3321 }
3322
3323 /**
3324  *      unregister_netdevice - remove device from the kernel
3325  *      @dev: device
3326  *
3327  *      This function shuts down a device interface and removes it
3328  *      from the kernel tables. On success 0 is returned, on a failure
3329  *      a negative errno code is returned.
3330  *
3331  *      Callers must hold the rtnl semaphore.  You may want
3332  *      unregister_netdev() instead of this.
3333  */
3334
3335 int unregister_netdevice(struct net_device *dev)
3336 {
3337         struct net_device *d, **dp;
3338
3339         BUG_ON(dev_boot_phase);
3340         ASSERT_RTNL();
3341
3342         /* Some devices call without registering for initialization unwind. */
3343         if (dev->reg_state == NETREG_UNINITIALIZED) {
3344                 printk(KERN_DEBUG "unregister_netdevice: device %s/%p never "
3345                                   "was registered\n", dev->name, dev);
3346                 return -ENODEV;
3347         }
3348
3349         BUG_ON(dev->reg_state != NETREG_REGISTERED);
3350
3351         /* If device is running, close it first. */
3352         if (dev->flags & IFF_UP)
3353                 dev_close(dev);
3354
3355         /* And unlink it from device chain. */
3356         for (dp = &dev_base; (d = *dp) != NULL; dp = &d->next) {
3357                 if (d == dev) {
3358                         write_lock_bh(&dev_base_lock);
3359                         hlist_del(&dev->name_hlist);
3360                         hlist_del(&dev->index_hlist);
3361                         if (dev_tail == &dev->next)
3362                                 dev_tail = dp;
3363                         *dp = d->next;
3364                         write_unlock_bh(&dev_base_lock);
3365                         break;
3366                 }
3367         }
3368         if (!d) {
3369                 printk(KERN_ERR "unregister net_device: '%s' not found\n",
3370                        dev->name);
3371                 return -ENODEV;
3372         }
3373
3374         dev->reg_state = NETREG_UNREGISTERING;
3375
3376         synchronize_net();
3377
3378         /* Shutdown queueing discipline. */
3379         dev_shutdown(dev);
3380
3381         
3382         /* Notify protocols, that we are about to destroy
3383            this device. They should clean all the things.
3384         */
3385         raw_notifier_call_chain(&netdev_chain, NETDEV_UNREGISTER, dev);
3386         
3387         /*
3388          *      Flush the multicast chain
3389          */
3390         dev_mc_discard(dev);
3391
3392         if (dev->uninit)
3393                 dev->uninit(dev);
3394
3395         /* Notifier chain MUST detach us from master device. */
3396         BUG_TRAP(!dev->master);
3397
3398         free_divert_blk(dev);
3399
3400         /* Finish processing unregister after unlock */
3401         net_set_todo(dev);
3402
3403         synchronize_net();
3404
3405         dev_put(dev);
3406         return 0;
3407 }
3408
3409 /**
3410  *      unregister_netdev - remove device from the kernel
3411  *      @dev: device
3412  *
3413  *      This function shuts down a device interface and removes it
3414  *      from the kernel tables. On success 0 is returned, on a failure
3415  *      a negative errno code is returned.
3416  *
3417  *      This is just a wrapper for unregister_netdevice that takes
3418  *      the rtnl semaphore.  In general you want to use this and not
3419  *      unregister_netdevice.
3420  */
3421 void unregister_netdev(struct net_device *dev)
3422 {
3423         rtnl_lock();
3424         unregister_netdevice(dev);
3425         rtnl_unlock();
3426 }
3427
3428 EXPORT_SYMBOL(unregister_netdev);
3429
3430 #ifdef CONFIG_HOTPLUG_CPU
3431 static int dev_cpu_callback(struct notifier_block *nfb,
3432                             unsigned long action,
3433                             void *ocpu)
3434 {
3435         struct sk_buff **list_skb;
3436         struct net_device **list_net;
3437         struct sk_buff *skb;
3438         unsigned int cpu, oldcpu = (unsigned long)ocpu;
3439         struct softnet_data *sd, *oldsd;
3440
3441         if (action != CPU_DEAD)
3442                 return NOTIFY_OK;
3443
3444         local_irq_disable();
3445         cpu = smp_processor_id();
3446         sd = &per_cpu(softnet_data, cpu);
3447         oldsd = &per_cpu(softnet_data, oldcpu);
3448
3449         /* Find end of our completion_queue. */
3450         list_skb = &sd->completion_queue;
3451         while (*list_skb)
3452                 list_skb = &(*list_skb)->next;
3453         /* Append completion queue from offline CPU. */
3454         *list_skb = oldsd->completion_queue;
3455         oldsd->completion_queue = NULL;
3456
3457         /* Find end of our output_queue. */
3458         list_net = &sd->output_queue;
3459         while (*list_net)
3460                 list_net = &(*list_net)->next_sched;
3461         /* Append output queue from offline CPU. */
3462         *list_net = oldsd->output_queue;
3463         oldsd->output_queue = NULL;
3464
3465         raise_softirq_irqoff(NET_TX_SOFTIRQ);
3466         local_irq_enable();
3467
3468         /* Process offline CPU's input_pkt_queue */
3469         while ((skb = __skb_dequeue(&oldsd->input_pkt_queue)))
3470                 netif_rx(skb);
3471
3472         return NOTIFY_OK;
3473 }
3474 #endif /* CONFIG_HOTPLUG_CPU */
3475
3476 #ifdef CONFIG_NET_DMA
3477 /**
3478  * net_dma_rebalance -
3479  * This is called when the number of channels allocated to the net_dma_client
3480  * changes.  The net_dma_client tries to have one DMA channel per CPU.
3481  */
3482 static void net_dma_rebalance(void)
3483 {
3484         unsigned int cpu, i, n;
3485         struct dma_chan *chan;
3486
3487         if (net_dma_count == 0) {
3488                 for_each_online_cpu(cpu)
3489                         rcu_assign_pointer(per_cpu(softnet_data, cpu).net_dma, NULL);
3490                 return;
3491         }
3492
3493         i = 0;
3494         cpu = first_cpu(cpu_online_map);
3495
3496         rcu_read_lock();
3497         list_for_each_entry(chan, &net_dma_client->channels, client_node) {
3498                 n = ((num_online_cpus() / net_dma_count)
3499                    + (i < (num_online_cpus() % net_dma_count) ? 1 : 0));
3500
3501                 while(n) {
3502                         per_cpu(softnet_data, cpu).net_dma = chan;
3503                         cpu = next_cpu(cpu, cpu_online_map);
3504                         n--;
3505                 }
3506                 i++;
3507         }
3508         rcu_read_unlock();
3509 }
3510
3511 /**
3512  * netdev_dma_event - event callback for the net_dma_client
3513  * @client: should always be net_dma_client
3514  * @chan: DMA channel for the event
3515  * @event: event type
3516  */
3517 static void netdev_dma_event(struct dma_client *client, struct dma_chan *chan,
3518         enum dma_event event)
3519 {
3520         spin_lock(&net_dma_event_lock);
3521         switch (event) {
3522         case DMA_RESOURCE_ADDED:
3523                 net_dma_count++;
3524                 net_dma_rebalance();
3525                 break;
3526         case DMA_RESOURCE_REMOVED:
3527                 net_dma_count--;
3528                 net_dma_rebalance();
3529                 break;
3530         default:
3531                 break;
3532         }
3533         spin_unlock(&net_dma_event_lock);
3534 }
3535
3536 /**
3537  * netdev_dma_regiser - register the networking subsystem as a DMA client
3538  */
3539 static int __init netdev_dma_register(void)
3540 {
3541         spin_lock_init(&net_dma_event_lock);
3542         net_dma_client = dma_async_client_register(netdev_dma_event);
3543         if (net_dma_client == NULL)
3544                 return -ENOMEM;
3545
3546         dma_async_client_chan_request(net_dma_client, num_online_cpus());
3547         return 0;
3548 }
3549
3550 #else
3551 static int __init netdev_dma_register(void) { return -ENODEV; }
3552 #endif /* CONFIG_NET_DMA */
3553
3554 /*
3555  *      Initialize the DEV module. At boot time this walks the device list and
3556  *      unhooks any devices that fail to initialise (normally hardware not
3557  *      present) and leaves us with a valid list of present and active devices.
3558  *
3559  */
3560
3561 /*
3562  *       This is called single threaded during boot, so no need
3563  *       to take the rtnl semaphore.
3564  */
3565 static int __init net_dev_init(void)
3566 {
3567         int i, rc = -ENOMEM;
3568
3569         BUG_ON(!dev_boot_phase);
3570
3571         net_random_init();
3572
3573         if (dev_proc_init())
3574                 goto out;
3575
3576         if (netdev_sysfs_init())
3577                 goto out;
3578
3579         INIT_LIST_HEAD(&ptype_all);
3580         for (i = 0; i < 16; i++) 
3581                 INIT_LIST_HEAD(&ptype_base[i]);
3582
3583         for (i = 0; i < ARRAY_SIZE(dev_name_head); i++)
3584                 INIT_HLIST_HEAD(&dev_name_head[i]);
3585
3586         for (i = 0; i < ARRAY_SIZE(dev_index_head); i++)
3587                 INIT_HLIST_HEAD(&dev_index_head[i]);
3588
3589         /*
3590          *      Initialise the packet receive queues.
3591          */
3592
3593         for_each_possible_cpu(i) {
3594                 struct softnet_data *queue;
3595
3596                 queue = &per_cpu(softnet_data, i);
3597                 skb_queue_head_init(&queue->input_pkt_queue);
3598                 queue->completion_queue = NULL;
3599                 INIT_LIST_HEAD(&queue->poll_list);
3600                 set_bit(__LINK_STATE_START, &queue->backlog_dev.state);
3601                 queue->backlog_dev.weight = weight_p;
3602                 queue->backlog_dev.poll = process_backlog;
3603                 atomic_set(&queue->backlog_dev.refcnt, 1);
3604         }
3605
3606         netdev_dma_register();
3607
3608         dev_boot_phase = 0;
3609
3610         open_softirq(NET_TX_SOFTIRQ, net_tx_action, NULL);
3611         open_softirq(NET_RX_SOFTIRQ, net_rx_action, NULL);
3612
3613         hotcpu_notifier(dev_cpu_callback, 0);
3614         dst_init();
3615         dev_mcast_init();
3616         rc = 0;
3617 out:
3618         return rc;
3619 }
3620
3621 subsys_initcall(net_dev_init);
3622
3623 EXPORT_SYMBOL(__dev_get_by_index);
3624 EXPORT_SYMBOL(__dev_get_by_name);
3625 EXPORT_SYMBOL(__dev_remove_pack);
3626 EXPORT_SYMBOL(dev_valid_name);
3627 EXPORT_SYMBOL(dev_add_pack);
3628 EXPORT_SYMBOL(dev_alloc_name);
3629 EXPORT_SYMBOL(dev_close);
3630 EXPORT_SYMBOL(dev_get_by_flags);
3631 EXPORT_SYMBOL(dev_get_by_index);
3632 EXPORT_SYMBOL(dev_get_by_name);
3633 EXPORT_SYMBOL(dev_open);
3634 EXPORT_SYMBOL(dev_queue_xmit);
3635 EXPORT_SYMBOL(dev_remove_pack);
3636 EXPORT_SYMBOL(dev_set_allmulti);
3637 EXPORT_SYMBOL(dev_set_promiscuity);
3638 EXPORT_SYMBOL(dev_change_flags);
3639 EXPORT_SYMBOL(dev_set_mtu);
3640 EXPORT_SYMBOL(dev_set_mac_address);
3641 EXPORT_SYMBOL(free_netdev);
3642 EXPORT_SYMBOL(netdev_boot_setup_check);
3643 EXPORT_SYMBOL(netdev_set_master);
3644 EXPORT_SYMBOL(netdev_state_change);
3645 EXPORT_SYMBOL(netif_receive_skb);
3646 EXPORT_SYMBOL(netif_rx);
3647 EXPORT_SYMBOL(register_gifconf);
3648 EXPORT_SYMBOL(register_netdevice);
3649 EXPORT_SYMBOL(register_netdevice_notifier);
3650 EXPORT_SYMBOL(skb_checksum_help);
3651 EXPORT_SYMBOL(synchronize_net);
3652 EXPORT_SYMBOL(unregister_netdevice);
3653 EXPORT_SYMBOL(unregister_netdevice_notifier);
3654 EXPORT_SYMBOL(net_enable_timestamp);
3655 EXPORT_SYMBOL(net_disable_timestamp);
3656 EXPORT_SYMBOL(dev_get_flags);
3657 EXPORT_SYMBOL(skb_checksum_setup);
3658
3659 #if defined(CONFIG_BRIDGE) || defined(CONFIG_BRIDGE_MODULE)
3660 EXPORT_SYMBOL(br_handle_frame_hook);
3661 EXPORT_SYMBOL(br_fdb_get_hook);
3662 EXPORT_SYMBOL(br_fdb_put_hook);
3663 #endif
3664
3665 #ifdef CONFIG_KMOD
3666 EXPORT_SYMBOL(dev_load);
3667 #endif
3668
3669 EXPORT_PER_CPU_SYMBOL(softnet_data);