fedora core 6 1.2949 + vserver 2.2.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 <net/dst.h>
102 #include <net/pkt_sched.h>
103 #include <net/checksum.h>
104 #include <linux/highmem.h>
105 #include <linux/init.h>
106 #include <linux/kmod.h>
107 #include <linux/module.h>
108 #include <linux/kallsyms.h>
109 #include <linux/netpoll.h>
110 #include <linux/rcupdate.h>
111 #include <linux/delay.h>
112 #include <linux/wireless.h>
113 #include <net/iw_handler.h>
114 #include <asm/current.h>
115 #include <linux/audit.h>
116 #include <linux/dmaengine.h>
117 #include <linux/err.h>
118 #include <linux/ctype.h>
119 #include <linux/vs_context.h> /* remove with NXF_HIDE_NETIF */
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 (strlen(name) >= IFNAMSIZ)
651                 return 0;
652         if (!strcmp(name, ".") || !strcmp(name, ".."))
653                 return 0;
654
655         while (*name) {
656                 if (*name == '/' || isspace(*name))
657                         return 0;
658                 name++;
659         }
660         return 1;
661 }
662
663 /**
664  *      dev_alloc_name - allocate a name for a device
665  *      @dev: device
666  *      @name: name format string
667  *
668  *      Passed a format string - eg "lt%d" it will try and find a suitable
669  *      id. It scans list of devices to build up a free map, then chooses
670  *      the first empty slot. The caller must hold the dev_base or rtnl lock
671  *      while allocating the name and adding the device in order to avoid
672  *      duplicates.
673  *      Limited to bits_per_byte * page size devices (ie 32K on most platforms).
674  *      Returns the number of the unit assigned or a negative errno code.
675  */
676
677 int dev_alloc_name(struct net_device *dev, const char *name)
678 {
679         int i = 0;
680         char buf[IFNAMSIZ];
681         const char *p;
682         const int max_netdevices = 8*PAGE_SIZE;
683         long *inuse;
684         struct net_device *d;
685
686         p = strnchr(name, IFNAMSIZ-1, '%');
687         if (p) {
688                 /*
689                  * Verify the string as this thing may have come from
690                  * the user.  There must be either one "%d" and no other "%"
691                  * characters.
692                  */
693                 if (p[1] != 'd' || strchr(p + 2, '%'))
694                         return -EINVAL;
695
696                 /* Use one page as a bit array of possible slots */
697                 inuse = (long *) get_zeroed_page(GFP_ATOMIC);
698                 if (!inuse)
699                         return -ENOMEM;
700
701                 for (d = dev_base; d; d = d->next) {
702                         if (!sscanf(d->name, name, &i))
703                                 continue;
704                         if (i < 0 || i >= max_netdevices)
705                                 continue;
706
707                         /*  avoid cases where sscanf is not exact inverse of printf */
708                         snprintf(buf, sizeof(buf), name, i);
709                         if (!strncmp(buf, d->name, IFNAMSIZ))
710                                 set_bit(i, inuse);
711                 }
712
713                 i = find_first_zero_bit(inuse, max_netdevices);
714                 free_page((unsigned long) inuse);
715         }
716
717         snprintf(buf, sizeof(buf), name, i);
718         if (!__dev_get_by_name(buf)) {
719                 strlcpy(dev->name, buf, IFNAMSIZ);
720                 return i;
721         }
722
723         /* It is possible to run out of possible slots
724          * when the name is long and there isn't enough space left
725          * for the digits, or if all bits are used.
726          */
727         return -ENFILE;
728 }
729
730
731 /**
732  *      dev_change_name - change name of a device
733  *      @dev: device
734  *      @newname: name (or format string) must be at least IFNAMSIZ
735  *
736  *      Change name of a device, can pass format strings "eth%d".
737  *      for wildcarding.
738  */
739 int dev_change_name(struct net_device *dev, char *newname)
740 {
741         int err = 0;
742
743         ASSERT_RTNL();
744
745         if (dev->flags & IFF_UP)
746                 return -EBUSY;
747
748         if (!dev_valid_name(newname))
749                 return -EINVAL;
750
751         if (strchr(newname, '%')) {
752                 err = dev_alloc_name(dev, newname);
753                 if (err < 0)
754                         return err;
755                 strcpy(newname, dev->name);
756         }
757         else if (__dev_get_by_name(newname))
758                 return -EEXIST;
759         else
760                 strlcpy(dev->name, newname, IFNAMSIZ);
761
762         err = class_device_rename(&dev->class_dev, dev->name);
763         if (!err) {
764                 hlist_del(&dev->name_hlist);
765                 hlist_add_head(&dev->name_hlist, dev_name_hash(dev->name));
766                 raw_notifier_call_chain(&netdev_chain,
767                                 NETDEV_CHANGENAME, dev);
768         }
769
770         return err;
771 }
772
773 /**
774  *      netdev_features_change - device changes features
775  *      @dev: device to cause notification
776  *
777  *      Called to indicate a device has changed features.
778  */
779 void netdev_features_change(struct net_device *dev)
780 {
781         raw_notifier_call_chain(&netdev_chain, NETDEV_FEAT_CHANGE, dev);
782 }
783 EXPORT_SYMBOL(netdev_features_change);
784
785 /**
786  *      netdev_state_change - device changes state
787  *      @dev: device to cause notification
788  *
789  *      Called to indicate a device has changed state. This function calls
790  *      the notifier chains for netdev_chain and sends a NEWLINK message
791  *      to the routing socket.
792  */
793 void netdev_state_change(struct net_device *dev)
794 {
795         if (dev->flags & IFF_UP) {
796                 raw_notifier_call_chain(&netdev_chain,
797                                 NETDEV_CHANGE, dev);
798                 rtmsg_ifinfo(RTM_NEWLINK, dev, 0);
799         }
800 }
801
802 /**
803  *      dev_load        - load a network module
804  *      @name: name of interface
805  *
806  *      If a network interface is not present and the process has suitable
807  *      privileges this function loads the module. If module loading is not
808  *      available in this kernel then it becomes a nop.
809  */
810
811 void dev_load(const char *name)
812 {
813         struct net_device *dev;  
814
815         read_lock(&dev_base_lock);
816         dev = __dev_get_by_name(name);
817         read_unlock(&dev_base_lock);
818
819         if (!dev && capable(CAP_SYS_MODULE))
820                 request_module("%s", name);
821 }
822
823 static int default_rebuild_header(struct sk_buff *skb)
824 {
825         printk(KERN_DEBUG "%s: default_rebuild_header called -- BUG!\n",
826                skb->dev ? skb->dev->name : "NULL!!!");
827         kfree_skb(skb);
828         return 1;
829 }
830
831
832 /**
833  *      dev_open        - prepare an interface for use.
834  *      @dev:   device to open
835  *
836  *      Takes a device from down to up state. The device's private open
837  *      function is invoked and then the multicast lists are loaded. Finally
838  *      the device is moved into the up state and a %NETDEV_UP message is
839  *      sent to the netdev notifier chain.
840  *
841  *      Calling this function on an active interface is a nop. On a failure
842  *      a negative errno code is returned.
843  */
844 int dev_open(struct net_device *dev)
845 {
846         int ret = 0;
847
848         /*
849          *      Is it already up?
850          */
851
852         if (dev->flags & IFF_UP)
853                 return 0;
854
855         /*
856          *      Is it even present?
857          */
858         if (!netif_device_present(dev))
859                 return -ENODEV;
860
861         /*
862          *      Call device private open method
863          */
864         set_bit(__LINK_STATE_START, &dev->state);
865         if (dev->open) {
866                 ret = dev->open(dev);
867                 if (ret)
868                         clear_bit(__LINK_STATE_START, &dev->state);
869         }
870
871         /*
872          *      If it went open OK then:
873          */
874
875         if (!ret) {
876                 /*
877                  *      Set the flags.
878                  */
879                 dev->flags |= IFF_UP;
880
881                 /*
882                  *      Initialize multicasting status
883                  */
884                 dev_mc_upload(dev);
885
886                 /*
887                  *      Wakeup transmit queue engine
888                  */
889                 dev_activate(dev);
890
891                 /*
892                  *      ... and announce new interface.
893                  */
894                 raw_notifier_call_chain(&netdev_chain, NETDEV_UP, dev);
895         }
896         return ret;
897 }
898
899 /**
900  *      dev_close - shutdown an interface.
901  *      @dev: device to shutdown
902  *
903  *      This function moves an active device into down state. A
904  *      %NETDEV_GOING_DOWN is sent to the netdev notifier chain. The device
905  *      is then deactivated and finally a %NETDEV_DOWN is sent to the notifier
906  *      chain.
907  */
908 int dev_close(struct net_device *dev)
909 {
910         if (!(dev->flags & IFF_UP))
911                 return 0;
912
913         /*
914          *      Tell people we are going down, so that they can
915          *      prepare to death, when device is still operating.
916          */
917         raw_notifier_call_chain(&netdev_chain, NETDEV_GOING_DOWN, dev);
918
919         dev_deactivate(dev);
920
921         clear_bit(__LINK_STATE_START, &dev->state);
922
923         /* Synchronize to scheduled poll. We cannot touch poll list,
924          * it can be even on different cpu. So just clear netif_running(),
925          * and wait when poll really will happen. Actually, the best place
926          * for this is inside dev->stop() after device stopped its irq
927          * engine, but this requires more changes in devices. */
928
929         smp_mb__after_clear_bit(); /* Commit netif_running(). */
930         while (test_bit(__LINK_STATE_RX_SCHED, &dev->state)) {
931                 /* No hurry. */
932                 msleep(1);
933         }
934
935         /*
936          *      Call the device specific close. This cannot fail.
937          *      Only if device is UP
938          *
939          *      We allow it to be called even after a DETACH hot-plug
940          *      event.
941          */
942         if (dev->stop)
943                 dev->stop(dev);
944
945         /*
946          *      Device is now down.
947          */
948
949         dev->flags &= ~IFF_UP;
950
951         /*
952          * Tell people we are down
953          */
954         raw_notifier_call_chain(&netdev_chain, NETDEV_DOWN, dev);
955
956         return 0;
957 }
958
959
960 /*
961  *      Device change register/unregister. These are not inline or static
962  *      as we export them to the world.
963  */
964
965 /**
966  *      register_netdevice_notifier - register a network notifier block
967  *      @nb: notifier
968  *
969  *      Register a notifier to be called when network device events occur.
970  *      The notifier passed is linked into the kernel structures and must
971  *      not be reused until it has been unregistered. A negative errno code
972  *      is returned on a failure.
973  *
974  *      When registered all registration and up events are replayed
975  *      to the new notifier to allow device to have a race free 
976  *      view of the network device list.
977  */
978
979 int register_netdevice_notifier(struct notifier_block *nb)
980 {
981         struct net_device *dev;
982         int err;
983
984         rtnl_lock();
985         err = raw_notifier_chain_register(&netdev_chain, nb);
986         if (!err) {
987                 for (dev = dev_base; dev; dev = dev->next) {
988                         nb->notifier_call(nb, NETDEV_REGISTER, dev);
989
990                         if (dev->flags & IFF_UP) 
991                                 nb->notifier_call(nb, NETDEV_UP, dev);
992                 }
993         }
994         rtnl_unlock();
995         return err;
996 }
997
998 /**
999  *      unregister_netdevice_notifier - unregister a network notifier block
1000  *      @nb: notifier
1001  *
1002  *      Unregister a notifier previously registered by
1003  *      register_netdevice_notifier(). The notifier is unlinked into the
1004  *      kernel structures and may then be reused. A negative errno code
1005  *      is returned on a failure.
1006  */
1007
1008 int unregister_netdevice_notifier(struct notifier_block *nb)
1009 {
1010         int err;
1011
1012         rtnl_lock();
1013         err = raw_notifier_chain_unregister(&netdev_chain, nb);
1014         rtnl_unlock();
1015         return err;
1016 }
1017
1018 /**
1019  *      call_netdevice_notifiers - call all network notifier blocks
1020  *      @val: value passed unmodified to notifier function
1021  *      @v:   pointer passed unmodified to notifier function
1022  *
1023  *      Call all network notifier blocks.  Parameters and return value
1024  *      are as for raw_notifier_call_chain().
1025  */
1026
1027 int call_netdevice_notifiers(unsigned long val, void *v)
1028 {
1029         return raw_notifier_call_chain(&netdev_chain, val, v);
1030 }
1031
1032 /* When > 0 there are consumers of rx skb time stamps */
1033 static atomic_t netstamp_needed = ATOMIC_INIT(0);
1034
1035 void net_enable_timestamp(void)
1036 {
1037         atomic_inc(&netstamp_needed);
1038 }
1039
1040 void net_disable_timestamp(void)
1041 {
1042         atomic_dec(&netstamp_needed);
1043 }
1044
1045 void __net_timestamp(struct sk_buff *skb)
1046 {
1047         struct timeval tv;
1048
1049         do_gettimeofday(&tv);
1050         skb_set_timestamp(skb, &tv);
1051 }
1052 EXPORT_SYMBOL(__net_timestamp);
1053
1054 static inline void net_timestamp(struct sk_buff *skb)
1055 {
1056         if (atomic_read(&netstamp_needed))
1057                 __net_timestamp(skb);
1058         else {
1059                 skb->tstamp.off_sec = 0;
1060                 skb->tstamp.off_usec = 0;
1061         }
1062 }
1063
1064 /*
1065  *      Support routine. Sends outgoing frames to any network
1066  *      taps currently in use.
1067  */
1068
1069 static void dev_queue_xmit_nit(struct sk_buff *skb, struct net_device *dev)
1070 {
1071         struct packet_type *ptype;
1072
1073         net_timestamp(skb);
1074
1075         rcu_read_lock();
1076         list_for_each_entry_rcu(ptype, &ptype_all, list) {
1077                 /* Never send packets back to the socket
1078                  * they originated from - MvS (miquels@drinkel.ow.org)
1079                  */
1080                 if ((ptype->dev == dev || !ptype->dev) &&
1081                     (ptype->af_packet_priv == NULL ||
1082                      (struct sock *)ptype->af_packet_priv != skb->sk)) {
1083                         struct sk_buff *skb2= skb_clone(skb, GFP_ATOMIC);
1084                         if (!skb2)
1085                                 break;
1086
1087                         /* skb->nh should be correctly
1088                            set by sender, so that the second statement is
1089                            just protection against buggy protocols.
1090                          */
1091                         skb2->mac.raw = skb2->data;
1092
1093                         if (skb2->nh.raw < skb2->data ||
1094                             skb2->nh.raw > skb2->tail) {
1095                                 if (net_ratelimit())
1096                                         printk(KERN_CRIT "protocol %04x is "
1097                                                "buggy, dev %s\n",
1098                                                skb2->protocol, dev->name);
1099                                 skb2->nh.raw = skb2->data;
1100                         }
1101
1102                         skb2->h.raw = skb2->nh.raw;
1103                         skb2->pkt_type = PACKET_OUTGOING;
1104                         ptype->func(skb2, skb->dev, ptype, skb->dev);
1105                 }
1106         }
1107         rcu_read_unlock();
1108 }
1109
1110
1111 void __netif_schedule(struct net_device *dev)
1112 {
1113         if (!test_and_set_bit(__LINK_STATE_SCHED, &dev->state)) {
1114                 unsigned long flags;
1115                 struct softnet_data *sd;
1116
1117                 local_irq_save(flags);
1118                 sd = &__get_cpu_var(softnet_data);
1119                 dev->next_sched = sd->output_queue;
1120                 sd->output_queue = dev;
1121                 raise_softirq_irqoff(NET_TX_SOFTIRQ);
1122                 local_irq_restore(flags);
1123         }
1124 }
1125 EXPORT_SYMBOL(__netif_schedule);
1126
1127 void __netif_rx_schedule(struct net_device *dev)
1128 {
1129         unsigned long flags;
1130
1131         local_irq_save(flags);
1132         dev_hold(dev);
1133         list_add_tail(&dev->poll_list, &__get_cpu_var(softnet_data).poll_list);
1134         if (dev->quota < 0)
1135                 dev->quota += dev->weight;
1136         else
1137                 dev->quota = dev->weight;
1138         __raise_softirq_irqoff(NET_RX_SOFTIRQ);
1139         local_irq_restore(flags);
1140 }
1141 EXPORT_SYMBOL(__netif_rx_schedule);
1142
1143 void dev_kfree_skb_any(struct sk_buff *skb)
1144 {
1145         if (in_irq() || irqs_disabled())
1146                 dev_kfree_skb_irq(skb);
1147         else
1148                 dev_kfree_skb(skb);
1149 }
1150 EXPORT_SYMBOL(dev_kfree_skb_any);
1151
1152
1153 /* Hot-plugging. */
1154 void netif_device_detach(struct net_device *dev)
1155 {
1156         if (test_and_clear_bit(__LINK_STATE_PRESENT, &dev->state) &&
1157             netif_running(dev)) {
1158                 netif_stop_queue(dev);
1159         }
1160 }
1161 EXPORT_SYMBOL(netif_device_detach);
1162
1163 void netif_device_attach(struct net_device *dev)
1164 {
1165         if (!test_and_set_bit(__LINK_STATE_PRESENT, &dev->state) &&
1166             netif_running(dev)) {
1167                 netif_wake_queue(dev);
1168                 __netdev_watchdog_up(dev);
1169         }
1170 }
1171 EXPORT_SYMBOL(netif_device_attach);
1172
1173
1174 /*
1175  * Invalidate hardware checksum when packet is to be mangled, and
1176  * complete checksum manually on outgoing path.
1177  */
1178 int skb_checksum_help(struct sk_buff *skb)
1179 {
1180         __wsum csum;
1181         int ret = 0, offset = skb->h.raw - skb->data;
1182
1183         if (skb->ip_summed == CHECKSUM_COMPLETE)
1184                 goto out_set_summed;
1185
1186         if (unlikely(skb_shinfo(skb)->gso_size)) {
1187                 /* Let GSO fix up the checksum. */
1188                 goto out_set_summed;
1189         }
1190
1191         if (skb_cloned(skb)) {
1192                 ret = pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
1193                 if (ret)
1194                         goto out;
1195         }
1196
1197         BUG_ON(offset > (int)skb->len);
1198         csum = skb_checksum(skb, offset, skb->len-offset, 0);
1199
1200         offset = skb->tail - skb->h.raw;
1201         BUG_ON(offset <= 0);
1202         BUG_ON(skb->csum_offset + 2 > offset);
1203
1204         *(__sum16*)(skb->h.raw + skb->csum_offset) = csum_fold(csum);
1205
1206 out_set_summed:
1207         skb->ip_summed = CHECKSUM_NONE;
1208 out:    
1209         return ret;
1210 }
1211
1212 /**
1213  *      skb_gso_segment - Perform segmentation on skb.
1214  *      @skb: buffer to segment
1215  *      @features: features for the output path (see dev->features)
1216  *
1217  *      This function segments the given skb and returns a list of segments.
1218  *
1219  *      It may return NULL if the skb requires no segmentation.  This is
1220  *      only possible when GSO is used for verifying header integrity.
1221  */
1222 struct sk_buff *skb_gso_segment(struct sk_buff *skb, int features)
1223 {
1224         struct sk_buff *segs = ERR_PTR(-EPROTONOSUPPORT);
1225         struct packet_type *ptype;
1226         __be16 type = skb->protocol;
1227         int err;
1228
1229         BUG_ON(skb_shinfo(skb)->frag_list);
1230
1231         skb->mac.raw = skb->data;
1232         skb->mac_len = skb->nh.raw - skb->data;
1233         __skb_pull(skb, skb->mac_len);
1234
1235         if (unlikely(skb->ip_summed != CHECKSUM_PARTIAL)) {
1236                 if (skb_header_cloned(skb) &&
1237                     (err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC)))
1238                         return ERR_PTR(err);
1239         }
1240
1241         rcu_read_lock();
1242         list_for_each_entry_rcu(ptype, &ptype_base[ntohs(type) & 15], list) {
1243                 if (ptype->type == type && !ptype->dev && ptype->gso_segment) {
1244                         if (unlikely(skb->ip_summed != CHECKSUM_PARTIAL)) {
1245                                 err = ptype->gso_send_check(skb);
1246                                 segs = ERR_PTR(err);
1247                                 if (err || skb_gso_ok(skb, features))
1248                                         break;
1249                                 __skb_push(skb, skb->data - skb->nh.raw);
1250                         }
1251                         segs = ptype->gso_segment(skb, features);
1252                         break;
1253                 }
1254         }
1255         rcu_read_unlock();
1256
1257         __skb_push(skb, skb->data - skb->mac.raw);
1258
1259         return segs;
1260 }
1261
1262 EXPORT_SYMBOL(skb_gso_segment);
1263
1264 /* Take action when hardware reception checksum errors are detected. */
1265 #ifdef CONFIG_BUG
1266 void netdev_rx_csum_fault(struct net_device *dev)
1267 {
1268         if (net_ratelimit()) {
1269                 printk(KERN_ERR "%s: hw csum failure.\n", 
1270                         dev ? dev->name : "<unknown>");
1271                 dump_stack();
1272         }
1273 }
1274 EXPORT_SYMBOL(netdev_rx_csum_fault);
1275 #endif
1276
1277 /* Actually, we should eliminate this check as soon as we know, that:
1278  * 1. IOMMU is present and allows to map all the memory.
1279  * 2. No high memory really exists on this machine.
1280  */
1281
1282 static inline int illegal_highdma(struct net_device *dev, struct sk_buff *skb)
1283 {
1284 #ifdef CONFIG_HIGHMEM
1285         int i;
1286
1287         if (dev->features & NETIF_F_HIGHDMA)
1288                 return 0;
1289
1290         for (i = 0; i < skb_shinfo(skb)->nr_frags; i++)
1291                 if (PageHighMem(skb_shinfo(skb)->frags[i].page))
1292                         return 1;
1293
1294 #endif
1295         return 0;
1296 }
1297
1298 struct dev_gso_cb {
1299         void (*destructor)(struct sk_buff *skb);
1300 };
1301
1302 #define DEV_GSO_CB(skb) ((struct dev_gso_cb *)(skb)->cb)
1303
1304 static void dev_gso_skb_destructor(struct sk_buff *skb)
1305 {
1306         struct dev_gso_cb *cb;
1307
1308         do {
1309                 struct sk_buff *nskb = skb->next;
1310
1311                 skb->next = nskb->next;
1312                 nskb->next = NULL;
1313                 kfree_skb(nskb);
1314         } while (skb->next);
1315
1316         cb = DEV_GSO_CB(skb);
1317         if (cb->destructor)
1318                 cb->destructor(skb);
1319 }
1320
1321 /**
1322  *      dev_gso_segment - Perform emulated hardware segmentation on skb.
1323  *      @skb: buffer to segment
1324  *
1325  *      This function segments the given skb and stores the list of segments
1326  *      in skb->next.
1327  */
1328 static int dev_gso_segment(struct sk_buff *skb)
1329 {
1330         struct net_device *dev = skb->dev;
1331         struct sk_buff *segs;
1332         int features = dev->features & ~(illegal_highdma(dev, skb) ?
1333                                          NETIF_F_SG : 0);
1334
1335         segs = skb_gso_segment(skb, features);
1336
1337         /* Verifying header integrity only. */
1338         if (!segs)
1339                 return 0;
1340
1341         if (unlikely(IS_ERR(segs)))
1342                 return PTR_ERR(segs);
1343
1344         skb->next = segs;
1345         DEV_GSO_CB(skb)->destructor = skb->destructor;
1346         skb->destructor = dev_gso_skb_destructor;
1347
1348         return 0;
1349 }
1350
1351 int dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev)
1352 {
1353         if (likely(!skb->next)) {
1354                 if (netdev_nit)
1355                         dev_queue_xmit_nit(skb, dev);
1356
1357                 if (netif_needs_gso(dev, skb)) {
1358                         if (unlikely(dev_gso_segment(skb)))
1359                                 goto out_kfree_skb;
1360                         if (skb->next)
1361                                 goto gso;
1362                 }
1363
1364                 return dev->hard_start_xmit(skb, dev);
1365         }
1366
1367 gso:
1368         do {
1369                 struct sk_buff *nskb = skb->next;
1370                 int rc;
1371
1372                 skb->next = nskb->next;
1373                 nskb->next = NULL;
1374                 rc = dev->hard_start_xmit(nskb, dev);
1375                 if (unlikely(rc)) {
1376                         nskb->next = skb->next;
1377                         skb->next = nskb;
1378                         return rc;
1379                 }
1380                 if (unlikely(netif_queue_stopped(dev) && skb->next))
1381                         return NETDEV_TX_BUSY;
1382         } while (skb->next);
1383         
1384         skb->destructor = DEV_GSO_CB(skb)->destructor;
1385
1386 out_kfree_skb:
1387         kfree_skb(skb);
1388         return 0;
1389 }
1390
1391 #define HARD_TX_LOCK(dev, cpu) {                        \
1392         if ((dev->features & NETIF_F_LLTX) == 0) {      \
1393                 netif_tx_lock(dev);                     \
1394         }                                               \
1395 }
1396
1397 #define HARD_TX_UNLOCK(dev) {                           \
1398         if ((dev->features & NETIF_F_LLTX) == 0) {      \
1399                 netif_tx_unlock(dev);                   \
1400         }                                               \
1401 }
1402
1403 #ifdef CONFIG_XEN
1404 inline int skb_checksum_setup(struct sk_buff *skb)
1405 {
1406         if (skb->proto_csum_blank) {
1407                 if (skb->protocol != htons(ETH_P_IP))
1408                         goto out;
1409                 skb->h.raw = (unsigned char *)skb->nh.iph + 4*skb->nh.iph->ihl;
1410                 if (skb->h.raw >= skb->tail)
1411                         goto out;
1412                 switch (skb->nh.iph->protocol) {
1413                 case IPPROTO_TCP:
1414                         skb->csum = offsetof(struct tcphdr, check);
1415                         break;
1416                 case IPPROTO_UDP:
1417                         skb->csum = offsetof(struct udphdr, check);
1418                         break;
1419                 default:
1420                         if (net_ratelimit())
1421                                 printk(KERN_ERR "Attempting to checksum a non-"
1422                                        "TCP/UDP packet, dropping a protocol"
1423                                        " %d packet", skb->nh.iph->protocol);
1424                         goto out;
1425                 }
1426                 if ((skb->h.raw + skb->csum + 2) > skb->tail)
1427                         goto out;
1428                 skb->ip_summed = CHECKSUM_PARTIAL;
1429                 skb->proto_csum_blank = 0;
1430         }
1431         return 0;
1432 out:
1433         return -EPROTO;
1434 }
1435 #else
1436 inline int skb_checksum_setup(struct sk_buff *skb) { return 0; }
1437 #endif
1438
1439
1440 /**
1441  *      dev_queue_xmit - transmit a buffer
1442  *      @skb: buffer to transmit
1443  *
1444  *      Queue a buffer for transmission to a network device. The caller must
1445  *      have set the device and priority and built the buffer before calling
1446  *      this function. The function can be called from an interrupt.
1447  *
1448  *      A negative errno code is returned on a failure. A success does not
1449  *      guarantee the frame will be transmitted as it may be dropped due
1450  *      to congestion or traffic shaping.
1451  *
1452  * -----------------------------------------------------------------------------------
1453  *      I notice this method can also return errors from the queue disciplines,
1454  *      including NET_XMIT_DROP, which is a positive value.  So, errors can also
1455  *      be positive.
1456  *
1457  *      Regardless of the return value, the skb is consumed, so it is currently
1458  *      difficult to retry a send to this method.  (You can bump the ref count
1459  *      before sending to hold a reference for retry if you are careful.)
1460  *
1461  *      When calling this method, interrupts MUST be enabled.  This is because
1462  *      the BH enable code must have IRQs enabled so that it will not deadlock.
1463  *          --BLG
1464  */
1465
1466 int dev_queue_xmit(struct sk_buff *skb)
1467 {
1468         struct net_device *dev = skb->dev;
1469         struct Qdisc *q;
1470         int rc = -ENOMEM;
1471
1472         /* If a checksum-deferred packet is forwarded to a device that needs a
1473          * checksum, correct the pointers and force checksumming.
1474          */
1475         if (skb_checksum_setup(skb))
1476                 goto out_kfree_skb;
1477
1478         /* GSO will handle the following emulations directly. */
1479         if (netif_needs_gso(dev, skb))
1480                 goto gso;
1481
1482         if (skb_shinfo(skb)->frag_list &&
1483             !(dev->features & NETIF_F_FRAGLIST) &&
1484             __skb_linearize(skb))
1485                 goto out_kfree_skb;
1486
1487         /* Fragmented skb is linearized if device does not support SG,
1488          * or if at least one of fragments is in highmem and device
1489          * does not support DMA from it.
1490          */
1491         if (skb_shinfo(skb)->nr_frags &&
1492             (!(dev->features & NETIF_F_SG) || illegal_highdma(dev, skb)) &&
1493             __skb_linearize(skb))
1494                 goto out_kfree_skb;
1495
1496         /* If packet is not checksummed and device does not support
1497          * checksumming for this protocol, complete checksumming here.
1498          */
1499         if (skb->ip_summed == CHECKSUM_PARTIAL &&
1500             (!(dev->features & NETIF_F_GEN_CSUM) &&
1501              (!(dev->features & NETIF_F_IP_CSUM) ||
1502               skb->protocol != htons(ETH_P_IP))))
1503                 if (skb_checksum_help(skb))
1504                         goto out_kfree_skb;
1505
1506 gso:
1507         spin_lock_prefetch(&dev->queue_lock);
1508
1509         /* Disable soft irqs for various locks below. Also 
1510          * stops preemption for RCU. 
1511          */
1512         rcu_read_lock_bh(); 
1513
1514         /* Updates of qdisc are serialized by queue_lock. 
1515          * The struct Qdisc which is pointed to by qdisc is now a 
1516          * rcu structure - it may be accessed without acquiring 
1517          * a lock (but the structure may be stale.) The freeing of the
1518          * qdisc will be deferred until it's known that there are no 
1519          * more references to it.
1520          * 
1521          * If the qdisc has an enqueue function, we still need to 
1522          * hold the queue_lock before calling it, since queue_lock
1523          * also serializes access to the device queue.
1524          */
1525
1526         q = rcu_dereference(dev->qdisc);
1527 #ifdef CONFIG_NET_CLS_ACT
1528         skb->tc_verd = SET_TC_AT(skb->tc_verd,AT_EGRESS);
1529 #endif
1530         if (q->enqueue) {
1531                 /* Grab device queue */
1532                 spin_lock(&dev->queue_lock);
1533                 q = dev->qdisc;
1534                 if (q->enqueue) {
1535                         rc = q->enqueue(skb, q);
1536                         qdisc_run(dev);
1537                         spin_unlock(&dev->queue_lock);
1538
1539                         rc = rc == NET_XMIT_BYPASS ? NET_XMIT_SUCCESS : rc;
1540                         goto out;
1541                 }
1542                 spin_unlock(&dev->queue_lock);
1543         }
1544
1545         /* The device has no queue. Common case for software devices:
1546            loopback, all the sorts of tunnels...
1547
1548            Really, it is unlikely that netif_tx_lock protection is necessary
1549            here.  (f.e. loopback and IP tunnels are clean ignoring statistics
1550            counters.)
1551            However, it is possible, that they rely on protection
1552            made by us here.
1553
1554            Check this and shot the lock. It is not prone from deadlocks.
1555            Either shot noqueue qdisc, it is even simpler 8)
1556          */
1557         if (dev->flags & IFF_UP) {
1558                 int cpu = smp_processor_id(); /* ok because BHs are off */
1559
1560                 if (dev->xmit_lock_owner != cpu) {
1561
1562                         HARD_TX_LOCK(dev, cpu);
1563
1564                         if (!netif_queue_stopped(dev)) {
1565                                 rc = 0;
1566                                 if (!dev_hard_start_xmit(skb, dev)) {
1567                                         HARD_TX_UNLOCK(dev);
1568                                         goto out;
1569                                 }
1570                         }
1571                         HARD_TX_UNLOCK(dev);
1572                         if (net_ratelimit())
1573                                 printk(KERN_CRIT "Virtual device %s asks to "
1574                                        "queue packet!\n", dev->name);
1575                 } else {
1576                         /* Recursion is detected! It is possible,
1577                          * unfortunately */
1578                         if (net_ratelimit())
1579                                 printk(KERN_CRIT "Dead loop on virtual device "
1580                                        "%s, fix it urgently!\n", dev->name);
1581                 }
1582         }
1583
1584         rc = -ENETDOWN;
1585         rcu_read_unlock_bh();
1586
1587 out_kfree_skb:
1588         kfree_skb(skb);
1589         return rc;
1590 out:
1591         rcu_read_unlock_bh();
1592         return rc;
1593 }
1594
1595
1596 /*=======================================================================
1597                         Receiver routines
1598   =======================================================================*/
1599
1600 int netdev_max_backlog = 1000;
1601 int netdev_budget = 300;
1602 int weight_p = 64;            /* old backlog weight */
1603
1604 DEFINE_PER_CPU(struct netif_rx_stats, netdev_rx_stat) = { 0, };
1605
1606
1607 /**
1608  *      netif_rx        -       post buffer to the network code
1609  *      @skb: buffer to post
1610  *
1611  *      This function receives a packet from a device driver and queues it for
1612  *      the upper (protocol) levels to process.  It always succeeds. The buffer
1613  *      may be dropped during processing for congestion control or by the
1614  *      protocol layers.
1615  *
1616  *      return values:
1617  *      NET_RX_SUCCESS  (no congestion)
1618  *      NET_RX_CN_LOW   (low congestion)
1619  *      NET_RX_CN_MOD   (moderate congestion)
1620  *      NET_RX_CN_HIGH  (high congestion)
1621  *      NET_RX_DROP     (packet was dropped)
1622  *
1623  */
1624
1625 int netif_rx(struct sk_buff *skb)
1626 {
1627         struct softnet_data *queue;
1628         unsigned long flags;
1629
1630         /* if netpoll wants it, pretend we never saw it */
1631         if (netpoll_rx(skb))
1632                 return NET_RX_DROP;
1633
1634         if (!skb->tstamp.off_sec)
1635                 net_timestamp(skb);
1636
1637         /*
1638          * The code is rearranged so that the path is the most
1639          * short when CPU is congested, but is still operating.
1640          */
1641         local_irq_save(flags);
1642         queue = &__get_cpu_var(softnet_data);
1643
1644         __get_cpu_var(netdev_rx_stat).total++;
1645         if (queue->input_pkt_queue.qlen <= netdev_max_backlog) {
1646                 if (queue->input_pkt_queue.qlen) {
1647 enqueue:
1648                         dev_hold(skb->dev);
1649                         __skb_queue_tail(&queue->input_pkt_queue, skb);
1650                         local_irq_restore(flags);
1651                         return NET_RX_SUCCESS;
1652                 }
1653
1654                 netif_rx_schedule(&queue->backlog_dev);
1655                 goto enqueue;
1656         }
1657
1658         __get_cpu_var(netdev_rx_stat).dropped++;
1659         local_irq_restore(flags);
1660
1661         kfree_skb(skb);
1662         return NET_RX_DROP;
1663 }
1664
1665 int netif_rx_ni(struct sk_buff *skb)
1666 {
1667         int err;
1668
1669         preempt_disable();
1670         err = netif_rx(skb);
1671         if (local_softirq_pending())
1672                 do_softirq();
1673         preempt_enable();
1674
1675         return err;
1676 }
1677
1678 EXPORT_SYMBOL(netif_rx_ni);
1679
1680 static inline struct net_device *skb_bond(struct sk_buff *skb)
1681 {
1682         struct net_device *dev = skb->dev;
1683
1684         if (dev->master) {
1685                 if (skb_bond_should_drop(skb)) {
1686                         kfree_skb(skb);
1687                         return NULL;
1688                 }
1689                 skb->dev = dev->master;
1690         }
1691
1692         return dev;
1693 }
1694
1695 static void net_tx_action(struct softirq_action *h)
1696 {
1697         struct softnet_data *sd = &__get_cpu_var(softnet_data);
1698
1699         if (sd->completion_queue) {
1700                 struct sk_buff *clist;
1701
1702                 local_irq_disable();
1703                 clist = sd->completion_queue;
1704                 sd->completion_queue = NULL;
1705                 local_irq_enable();
1706
1707                 while (clist) {
1708                         struct sk_buff *skb = clist;
1709                         clist = clist->next;
1710
1711                         BUG_TRAP(!atomic_read(&skb->users));
1712                         __kfree_skb(skb);
1713                 }
1714         }
1715
1716         if (sd->output_queue) {
1717                 struct net_device *head;
1718
1719                 local_irq_disable();
1720                 head = sd->output_queue;
1721                 sd->output_queue = NULL;
1722                 local_irq_enable();
1723
1724                 while (head) {
1725                         struct net_device *dev = head;
1726                         head = head->next_sched;
1727
1728                         smp_mb__before_clear_bit();
1729                         clear_bit(__LINK_STATE_SCHED, &dev->state);
1730
1731                         if (spin_trylock(&dev->queue_lock)) {
1732                                 qdisc_run(dev);
1733                                 spin_unlock(&dev->queue_lock);
1734                         } else {
1735                                 netif_schedule(dev);
1736                         }
1737                 }
1738         }
1739 }
1740
1741 static __inline__ int deliver_skb(struct sk_buff *skb,
1742                                   struct packet_type *pt_prev,
1743                                   struct net_device *orig_dev)
1744 {
1745         atomic_inc(&skb->users);
1746         return pt_prev->func(skb, skb->dev, pt_prev, orig_dev);
1747 }
1748
1749 #if defined(CONFIG_BRIDGE) || defined (CONFIG_BRIDGE_MODULE)
1750 int (*br_handle_frame_hook)(struct net_bridge_port *p, struct sk_buff **pskb);
1751 struct net_bridge;
1752 struct net_bridge_fdb_entry *(*br_fdb_get_hook)(struct net_bridge *br,
1753                                                 unsigned char *addr);
1754 void (*br_fdb_put_hook)(struct net_bridge_fdb_entry *ent);
1755
1756 static __inline__ int handle_bridge(struct sk_buff **pskb,
1757                                     struct packet_type **pt_prev, int *ret,
1758                                     struct net_device *orig_dev)
1759 {
1760         struct net_bridge_port *port;
1761
1762         if ((*pskb)->pkt_type == PACKET_LOOPBACK ||
1763             (port = rcu_dereference((*pskb)->dev->br_port)) == NULL)
1764                 return 0;
1765
1766         if (*pt_prev) {
1767                 *ret = deliver_skb(*pskb, *pt_prev, orig_dev);
1768                 *pt_prev = NULL;
1769         } 
1770         
1771         return br_handle_frame_hook(port, pskb);
1772 }
1773 #else
1774 #define handle_bridge(skb, pt_prev, ret, orig_dev)      (0)
1775 #endif
1776
1777 #ifdef CONFIG_NET_CLS_ACT
1778 /* TODO: Maybe we should just force sch_ingress to be compiled in
1779  * when CONFIG_NET_CLS_ACT is? otherwise some useless instructions
1780  * a compare and 2 stores extra right now if we dont have it on
1781  * but have CONFIG_NET_CLS_ACT
1782  * NOTE: This doesnt stop any functionality; if you dont have 
1783  * the ingress scheduler, you just cant add policies on ingress.
1784  *
1785  */
1786 static int ing_filter(struct sk_buff *skb) 
1787 {
1788         struct Qdisc *q;
1789         struct net_device *dev = skb->dev;
1790         int result = TC_ACT_OK;
1791         
1792         if (dev->qdisc_ingress) {
1793                 __u32 ttl = (__u32) G_TC_RTTL(skb->tc_verd);
1794                 if (MAX_RED_LOOP < ttl++) {
1795                         printk(KERN_WARNING "Redir loop detected Dropping packet (%d->%d)\n",
1796                                 skb->iif, skb->dev->ifindex);
1797                         return TC_ACT_SHOT;
1798                 }
1799
1800                 skb->tc_verd = SET_TC_RTTL(skb->tc_verd,ttl);
1801
1802                 skb->tc_verd = SET_TC_AT(skb->tc_verd,AT_INGRESS);
1803
1804                 spin_lock(&dev->queue_lock);
1805                 if ((q = dev->qdisc_ingress) != NULL)
1806                         result = q->enqueue(skb, q);
1807                 spin_unlock(&dev->queue_lock);
1808
1809         }
1810
1811         return result;
1812 }
1813 #endif
1814
1815 int netif_receive_skb(struct sk_buff *skb)
1816 {
1817         struct packet_type *ptype, *pt_prev;
1818         struct net_device *orig_dev;
1819         int ret = NET_RX_DROP;
1820         __be16 type;
1821
1822         /* if we've gotten here through NAPI, check netpoll */
1823         if (skb->dev->poll && netpoll_rx(skb))
1824                 return NET_RX_DROP;
1825
1826         if (!skb->tstamp.off_sec)
1827                 net_timestamp(skb);
1828
1829         if (!skb->iif)
1830                 skb->iif = skb->dev->ifindex;
1831
1832         orig_dev = skb_bond(skb);
1833
1834         if (!orig_dev)
1835                 return NET_RX_DROP;
1836
1837         __get_cpu_var(netdev_rx_stat).total++;
1838
1839         skb->h.raw = skb->nh.raw = skb->data;
1840         skb->mac_len = skb->nh.raw - skb->mac.raw;
1841
1842         pt_prev = NULL;
1843
1844         rcu_read_lock();
1845
1846 #ifdef CONFIG_NET_CLS_ACT
1847         if (skb->tc_verd & TC_NCLS) {
1848                 skb->tc_verd = CLR_TC_NCLS(skb->tc_verd);
1849                 goto ncls;
1850         }
1851 #endif
1852
1853 #ifdef CONFIG_XEN
1854         switch (skb->ip_summed) {
1855         case CHECKSUM_UNNECESSARY:
1856                 skb->proto_data_valid = 1;
1857                 break;
1858         case CHECKSUM_PARTIAL:
1859                 /* XXX Implement me. */
1860         default:
1861                 skb->proto_data_valid = 0;
1862                 break;
1863         }
1864 #endif
1865
1866         list_for_each_entry_rcu(ptype, &ptype_all, list) {
1867                 if (!ptype->dev || ptype->dev == skb->dev) {
1868                         if (pt_prev) 
1869                                 ret = deliver_skb(skb, pt_prev, orig_dev);
1870                         pt_prev = ptype;
1871                 }
1872         }
1873
1874 #ifdef CONFIG_NET_CLS_ACT
1875         if (pt_prev) {
1876                 ret = deliver_skb(skb, pt_prev, orig_dev);
1877                 pt_prev = NULL; /* noone else should process this after*/
1878         } else {
1879                 skb->tc_verd = SET_TC_OK2MUNGE(skb->tc_verd);
1880         }
1881
1882         ret = ing_filter(skb);
1883
1884         if (ret == TC_ACT_SHOT || (ret == TC_ACT_STOLEN)) {
1885                 kfree_skb(skb);
1886                 goto out;
1887         }
1888
1889         skb->tc_verd = 0;
1890 ncls:
1891 #endif
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         dev->iflink = -1;
2970
2971         /* Init, if this function is available */
2972         if (dev->init) {
2973                 ret = dev->init(dev);
2974                 if (ret) {
2975                         if (ret > 0)
2976                                 ret = -EIO;
2977                         goto out;
2978                 }
2979         }
2980  
2981         if (!dev_valid_name(dev->name)) {
2982                 ret = -EINVAL;
2983                 goto out;
2984         }
2985
2986         dev->ifindex = dev_new_index();
2987         if (dev->iflink == -1)
2988                 dev->iflink = dev->ifindex;
2989
2990         /* Check for existence of name */
2991         head = dev_name_hash(dev->name);
2992         hlist_for_each(p, head) {
2993                 struct net_device *d
2994                         = hlist_entry(p, struct net_device, name_hlist);
2995                 if (!strncmp(d->name, dev->name, IFNAMSIZ)) {
2996                         ret = -EEXIST;
2997                         goto out;
2998                 }
2999         }
3000
3001         /* Fix illegal SG+CSUM combinations. */
3002         if ((dev->features & NETIF_F_SG) &&
3003             !(dev->features & NETIF_F_ALL_CSUM)) {
3004                 printk(KERN_NOTICE "%s: Dropping NETIF_F_SG since no checksum feature.\n",
3005                        dev->name);
3006                 dev->features &= ~NETIF_F_SG;
3007         }
3008
3009         /* TSO requires that SG is present as well. */
3010         if ((dev->features & NETIF_F_TSO) &&
3011             !(dev->features & NETIF_F_SG)) {
3012                 printk(KERN_NOTICE "%s: Dropping NETIF_F_TSO since no SG feature.\n",
3013                        dev->name);
3014                 dev->features &= ~NETIF_F_TSO;
3015         }
3016         if (dev->features & NETIF_F_UFO) {
3017                 if (!(dev->features & NETIF_F_HW_CSUM)) {
3018                         printk(KERN_ERR "%s: Dropping NETIF_F_UFO since no "
3019                                         "NETIF_F_HW_CSUM feature.\n",
3020                                                         dev->name);
3021                         dev->features &= ~NETIF_F_UFO;
3022                 }
3023                 if (!(dev->features & NETIF_F_SG)) {
3024                         printk(KERN_ERR "%s: Dropping NETIF_F_UFO since no "
3025                                         "NETIF_F_SG feature.\n",
3026                                         dev->name);
3027                         dev->features &= ~NETIF_F_UFO;
3028                 }
3029         }
3030
3031         /*
3032          *      nil rebuild_header routine,
3033          *      that should be never called and used as just bug trap.
3034          */
3035
3036         if (!dev->rebuild_header)
3037                 dev->rebuild_header = default_rebuild_header;
3038
3039         ret = netdev_register_sysfs(dev);
3040         if (ret)
3041                 goto out;
3042         dev->reg_state = NETREG_REGISTERED;
3043
3044         /*
3045          *      Default initial state at registry is that the
3046          *      device is present.
3047          */
3048
3049         set_bit(__LINK_STATE_PRESENT, &dev->state);
3050
3051         dev->next = NULL;
3052         dev_init_scheduler(dev);
3053         write_lock_bh(&dev_base_lock);
3054         *dev_tail = dev;
3055         dev_tail = &dev->next;
3056         hlist_add_head(&dev->name_hlist, head);
3057         hlist_add_head(&dev->index_hlist, dev_index_hash(dev->ifindex));
3058         dev_hold(dev);
3059         write_unlock_bh(&dev_base_lock);
3060
3061         /* Notify protocols, that a new device appeared. */
3062         raw_notifier_call_chain(&netdev_chain, NETDEV_REGISTER, dev);
3063
3064         ret = 0;
3065
3066 out:
3067         return ret;
3068 }
3069
3070 /**
3071  *      register_netdev - register a network device
3072  *      @dev: device to register
3073  *
3074  *      Take a completed network device structure and add it to the kernel
3075  *      interfaces. A %NETDEV_REGISTER message is sent to the netdev notifier
3076  *      chain. 0 is returned on success. A negative errno code is returned
3077  *      on a failure to set up the device, or if the name is a duplicate.
3078  *
3079  *      This is a wrapper around register_netdev that takes the rtnl semaphore
3080  *      and expands the device name if you passed a format string to
3081  *      alloc_netdev.
3082  */
3083 int register_netdev(struct net_device *dev)
3084 {
3085         int err;
3086
3087         rtnl_lock();
3088
3089         /*
3090          * If the name is a format string the caller wants us to do a
3091          * name allocation.
3092          */
3093         if (strchr(dev->name, '%')) {
3094                 err = dev_alloc_name(dev, dev->name);
3095                 if (err < 0)
3096                         goto out;
3097         }
3098         
3099         err = register_netdevice(dev);
3100 out:
3101         rtnl_unlock();
3102         return err;
3103 }
3104 EXPORT_SYMBOL(register_netdev);
3105
3106 /*
3107  * netdev_wait_allrefs - wait until all references are gone.
3108  *
3109  * This is called when unregistering network devices.
3110  *
3111  * Any protocol or device that holds a reference should register
3112  * for netdevice notification, and cleanup and put back the
3113  * reference if they receive an UNREGISTER event.
3114  * We can get stuck here if buggy protocols don't correctly
3115  * call dev_put. 
3116  */
3117 static void netdev_wait_allrefs(struct net_device *dev)
3118 {
3119         unsigned long rebroadcast_time, warning_time;
3120
3121         rebroadcast_time = warning_time = jiffies;
3122         while (atomic_read(&dev->refcnt) != 0) {
3123                 if (time_after(jiffies, rebroadcast_time + 1 * HZ)) {
3124                         rtnl_lock();
3125
3126                         /* Rebroadcast unregister notification */
3127                         raw_notifier_call_chain(&netdev_chain,
3128                                             NETDEV_UNREGISTER, dev);
3129
3130                         if (test_bit(__LINK_STATE_LINKWATCH_PENDING,
3131                                      &dev->state)) {
3132                                 /* We must not have linkwatch events
3133                                  * pending on unregister. If this
3134                                  * happens, we simply run the queue
3135                                  * unscheduled, resulting in a noop
3136                                  * for this device.
3137                                  */
3138                                 linkwatch_run_queue();
3139                         }
3140
3141                         __rtnl_unlock();
3142
3143                         rebroadcast_time = jiffies;
3144                 }
3145
3146                 msleep(250);
3147
3148                 if (time_after(jiffies, warning_time + 10 * HZ)) {
3149                         printk(KERN_EMERG "unregister_netdevice: "
3150                                "waiting for %s to become free. Usage "
3151                                "count = %d\n",
3152                                dev->name, atomic_read(&dev->refcnt));
3153                         warning_time = jiffies;
3154                 }
3155         }
3156 }
3157
3158 /* The sequence is:
3159  *
3160  *      rtnl_lock();
3161  *      ...
3162  *      register_netdevice(x1);
3163  *      register_netdevice(x2);
3164  *      ...
3165  *      unregister_netdevice(y1);
3166  *      unregister_netdevice(y2);
3167  *      ...
3168  *      rtnl_unlock();
3169  *      free_netdev(y1);
3170  *      free_netdev(y2);
3171  *
3172  * We are invoked by rtnl_unlock() after it drops the semaphore.
3173  * This allows us to deal with problems:
3174  * 1) We can delete sysfs objects which invoke hotplug
3175  *    without deadlocking with linkwatch via keventd.
3176  * 2) Since we run with the RTNL semaphore not held, we can sleep
3177  *    safely in order to wait for the netdev refcnt to drop to zero.
3178  */
3179 static DEFINE_MUTEX(net_todo_run_mutex);
3180 void netdev_run_todo(void)
3181 {
3182         struct list_head list;
3183
3184         /* Need to guard against multiple cpu's getting out of order. */
3185         mutex_lock(&net_todo_run_mutex);
3186
3187         /* Not safe to do outside the semaphore.  We must not return
3188          * until all unregister events invoked by the local processor
3189          * have been completed (either by this todo run, or one on
3190          * another cpu).
3191          */
3192         if (list_empty(&net_todo_list))
3193                 goto out;
3194
3195         /* Snapshot list, allow later requests */
3196         spin_lock(&net_todo_list_lock);
3197         list_replace_init(&net_todo_list, &list);
3198         spin_unlock(&net_todo_list_lock);
3199
3200         while (!list_empty(&list)) {
3201                 struct net_device *dev
3202                         = list_entry(list.next, struct net_device, todo_list);
3203                 list_del(&dev->todo_list);
3204
3205                 if (unlikely(dev->reg_state != NETREG_UNREGISTERING)) {
3206                         printk(KERN_ERR "network todo '%s' but state %d\n",
3207                                dev->name, dev->reg_state);
3208                         dump_stack();
3209                         continue;
3210                 }
3211
3212                 netdev_unregister_sysfs(dev);
3213                 dev->reg_state = NETREG_UNREGISTERED;
3214
3215                 netdev_wait_allrefs(dev);
3216
3217                 /* paranoia */
3218                 BUG_ON(atomic_read(&dev->refcnt));
3219                 BUG_TRAP(!dev->ip_ptr);
3220                 BUG_TRAP(!dev->ip6_ptr);
3221                 BUG_TRAP(!dev->dn_ptr);
3222
3223                 /* It must be the very last action,
3224                  * after this 'dev' may point to freed up memory.
3225                  */
3226                 if (dev->destructor)
3227                         dev->destructor(dev);
3228         }
3229
3230 out:
3231         mutex_unlock(&net_todo_run_mutex);
3232 }
3233
3234 /**
3235  *      alloc_netdev - allocate network device
3236  *      @sizeof_priv:   size of private data to allocate space for
3237  *      @name:          device name format string
3238  *      @setup:         callback to initialize device
3239  *
3240  *      Allocates a struct net_device with private data area for driver use
3241  *      and performs basic initialization.
3242  */
3243 struct net_device *alloc_netdev(int sizeof_priv, const char *name,
3244                 void (*setup)(struct net_device *))
3245 {
3246         void *p;
3247         struct net_device *dev;
3248         int alloc_size;
3249
3250         BUG_ON(strlen(name) >= sizeof(dev->name));
3251
3252         /* ensure 32-byte alignment of both the device and private area */
3253         alloc_size = (sizeof(*dev) + NETDEV_ALIGN_CONST) & ~NETDEV_ALIGN_CONST;
3254         alloc_size += sizeof_priv + NETDEV_ALIGN_CONST;
3255
3256         p = kzalloc(alloc_size, GFP_KERNEL);
3257         if (!p) {
3258                 printk(KERN_ERR "alloc_netdev: Unable to allocate device.\n");
3259                 return NULL;
3260         }
3261
3262         dev = (struct net_device *)
3263                 (((long)p + NETDEV_ALIGN_CONST) & ~NETDEV_ALIGN_CONST);
3264         dev->padded = (char *)dev - (char *)p;
3265
3266         if (sizeof_priv)
3267                 dev->priv = netdev_priv(dev);
3268
3269         setup(dev);
3270         strcpy(dev->name, name);
3271         return dev;
3272 }
3273 EXPORT_SYMBOL(alloc_netdev);
3274
3275 /**
3276  *      free_netdev - free network device
3277  *      @dev: device
3278  *
3279  *      This function does the last stage of destroying an allocated device 
3280  *      interface. The reference to the device object is released.  
3281  *      If this is the last reference then it will be freed.
3282  */
3283 void free_netdev(struct net_device *dev)
3284 {
3285 #ifdef CONFIG_SYSFS
3286         /*  Compatibility with error handling in drivers */
3287         if (dev->reg_state == NETREG_UNINITIALIZED) {
3288                 kfree((char *)dev - dev->padded);
3289                 return;
3290         }
3291
3292         BUG_ON(dev->reg_state != NETREG_UNREGISTERED);
3293         dev->reg_state = NETREG_RELEASED;
3294
3295         /* will free via class release */
3296         class_device_put(&dev->class_dev);
3297 #else
3298         kfree((char *)dev - dev->padded);
3299 #endif
3300 }
3301  
3302 /* Synchronize with packet receive processing. */
3303 void synchronize_net(void) 
3304 {
3305         might_sleep();
3306         synchronize_rcu();
3307 }
3308
3309 /**
3310  *      unregister_netdevice - remove device from the kernel
3311  *      @dev: device
3312  *
3313  *      This function shuts down a device interface and removes it
3314  *      from the kernel tables. On success 0 is returned, on a failure
3315  *      a negative errno code is returned.
3316  *
3317  *      Callers must hold the rtnl semaphore.  You may want
3318  *      unregister_netdev() instead of this.
3319  */
3320
3321 int unregister_netdevice(struct net_device *dev)
3322 {
3323         struct net_device *d, **dp;
3324
3325         BUG_ON(dev_boot_phase);
3326         ASSERT_RTNL();
3327
3328         /* Some devices call without registering for initialization unwind. */
3329         if (dev->reg_state == NETREG_UNINITIALIZED) {
3330                 printk(KERN_DEBUG "unregister_netdevice: device %s/%p never "
3331                                   "was registered\n", dev->name, dev);
3332                 return -ENODEV;
3333         }
3334
3335         BUG_ON(dev->reg_state != NETREG_REGISTERED);
3336
3337         /* If device is running, close it first. */
3338         if (dev->flags & IFF_UP)
3339                 dev_close(dev);
3340
3341         /* And unlink it from device chain. */
3342         for (dp = &dev_base; (d = *dp) != NULL; dp = &d->next) {
3343                 if (d == dev) {
3344                         write_lock_bh(&dev_base_lock);
3345                         hlist_del(&dev->name_hlist);
3346                         hlist_del(&dev->index_hlist);
3347                         if (dev_tail == &dev->next)
3348                                 dev_tail = dp;
3349                         *dp = d->next;
3350                         write_unlock_bh(&dev_base_lock);
3351                         break;
3352                 }
3353         }
3354         if (!d) {
3355                 printk(KERN_ERR "unregister net_device: '%s' not found\n",
3356                        dev->name);
3357                 return -ENODEV;
3358         }
3359
3360         dev->reg_state = NETREG_UNREGISTERING;
3361
3362         synchronize_net();
3363
3364         /* Shutdown queueing discipline. */
3365         dev_shutdown(dev);
3366
3367         
3368         /* Notify protocols, that we are about to destroy
3369            this device. They should clean all the things.
3370         */
3371         raw_notifier_call_chain(&netdev_chain, NETDEV_UNREGISTER, dev);
3372         
3373         /*
3374          *      Flush the multicast chain
3375          */
3376         dev_mc_discard(dev);
3377
3378         if (dev->uninit)
3379                 dev->uninit(dev);
3380
3381         /* Notifier chain MUST detach us from master device. */
3382         BUG_TRAP(!dev->master);
3383
3384         /* Finish processing unregister after unlock */
3385         net_set_todo(dev);
3386
3387         synchronize_net();
3388
3389         dev_put(dev);
3390         return 0;
3391 }
3392
3393 /**
3394  *      unregister_netdev - remove device from the kernel
3395  *      @dev: device
3396  *
3397  *      This function shuts down a device interface and removes it
3398  *      from the kernel tables. On success 0 is returned, on a failure
3399  *      a negative errno code is returned.
3400  *
3401  *      This is just a wrapper for unregister_netdevice that takes
3402  *      the rtnl semaphore.  In general you want to use this and not
3403  *      unregister_netdevice.
3404  */
3405 void unregister_netdev(struct net_device *dev)
3406 {
3407         rtnl_lock();
3408         unregister_netdevice(dev);
3409         rtnl_unlock();
3410 }
3411
3412 EXPORT_SYMBOL(unregister_netdev);
3413
3414 static int dev_cpu_callback(struct notifier_block *nfb,
3415                             unsigned long action,
3416                             void *ocpu)
3417 {
3418         struct sk_buff **list_skb;
3419         struct net_device **list_net;
3420         struct sk_buff *skb;
3421         unsigned int cpu, oldcpu = (unsigned long)ocpu;
3422         struct softnet_data *sd, *oldsd;
3423
3424         if (action != CPU_DEAD)
3425                 return NOTIFY_OK;
3426
3427         local_irq_disable();
3428         cpu = smp_processor_id();
3429         sd = &per_cpu(softnet_data, cpu);
3430         oldsd = &per_cpu(softnet_data, oldcpu);
3431
3432         /* Find end of our completion_queue. */
3433         list_skb = &sd->completion_queue;
3434         while (*list_skb)
3435                 list_skb = &(*list_skb)->next;
3436         /* Append completion queue from offline CPU. */
3437         *list_skb = oldsd->completion_queue;
3438         oldsd->completion_queue = NULL;
3439
3440         /* Find end of our output_queue. */
3441         list_net = &sd->output_queue;
3442         while (*list_net)
3443                 list_net = &(*list_net)->next_sched;
3444         /* Append output queue from offline CPU. */
3445         *list_net = oldsd->output_queue;
3446         oldsd->output_queue = NULL;
3447
3448         raise_softirq_irqoff(NET_TX_SOFTIRQ);
3449         local_irq_enable();
3450
3451         /* Process offline CPU's input_pkt_queue */
3452         while ((skb = __skb_dequeue(&oldsd->input_pkt_queue)))
3453                 netif_rx(skb);
3454
3455         return NOTIFY_OK;
3456 }
3457
3458 #ifdef CONFIG_NET_DMA
3459 /**
3460  * net_dma_rebalance -
3461  * This is called when the number of channels allocated to the net_dma_client
3462  * changes.  The net_dma_client tries to have one DMA channel per CPU.
3463  */
3464 static void net_dma_rebalance(void)
3465 {
3466         unsigned int cpu, i, n;
3467         struct dma_chan *chan;
3468
3469         if (net_dma_count == 0) {
3470                 for_each_online_cpu(cpu)
3471                         rcu_assign_pointer(per_cpu(softnet_data, cpu).net_dma, NULL);
3472                 return;
3473         }
3474
3475         i = 0;
3476         cpu = first_cpu(cpu_online_map);
3477
3478         rcu_read_lock();
3479         list_for_each_entry(chan, &net_dma_client->channels, client_node) {
3480                 n = ((num_online_cpus() / net_dma_count)
3481                    + (i < (num_online_cpus() % net_dma_count) ? 1 : 0));
3482
3483                 while(n) {
3484                         per_cpu(softnet_data, cpu).net_dma = chan;
3485                         cpu = next_cpu(cpu, cpu_online_map);
3486                         n--;
3487                 }
3488                 i++;
3489         }
3490         rcu_read_unlock();
3491 }
3492
3493 /**
3494  * netdev_dma_event - event callback for the net_dma_client
3495  * @client: should always be net_dma_client
3496  * @chan: DMA channel for the event
3497  * @event: event type
3498  */
3499 static void netdev_dma_event(struct dma_client *client, struct dma_chan *chan,
3500         enum dma_event event)
3501 {
3502         spin_lock(&net_dma_event_lock);
3503         switch (event) {
3504         case DMA_RESOURCE_ADDED:
3505                 net_dma_count++;
3506                 net_dma_rebalance();
3507                 break;
3508         case DMA_RESOURCE_REMOVED:
3509                 net_dma_count--;
3510                 net_dma_rebalance();
3511                 break;
3512         default:
3513                 break;
3514         }
3515         spin_unlock(&net_dma_event_lock);
3516 }
3517
3518 /**
3519  * netdev_dma_regiser - register the networking subsystem as a DMA client
3520  */
3521 static int __init netdev_dma_register(void)
3522 {
3523         spin_lock_init(&net_dma_event_lock);
3524         net_dma_client = dma_async_client_register(netdev_dma_event);
3525         if (net_dma_client == NULL)
3526                 return -ENOMEM;
3527
3528         dma_async_client_chan_request(net_dma_client, num_online_cpus());
3529         return 0;
3530 }
3531
3532 #else
3533 static int __init netdev_dma_register(void) { return -ENODEV; }
3534 #endif /* CONFIG_NET_DMA */
3535
3536 /*
3537  *      Initialize the DEV module. At boot time this walks the device list and
3538  *      unhooks any devices that fail to initialise (normally hardware not
3539  *      present) and leaves us with a valid list of present and active devices.
3540  *
3541  */
3542
3543 /*
3544  *       This is called single threaded during boot, so no need
3545  *       to take the rtnl semaphore.
3546  */
3547 static int __init net_dev_init(void)
3548 {
3549         int i, rc = -ENOMEM;
3550
3551         BUG_ON(!dev_boot_phase);
3552
3553         if (dev_proc_init())
3554                 goto out;
3555
3556         if (netdev_sysfs_init())
3557                 goto out;
3558
3559         INIT_LIST_HEAD(&ptype_all);
3560         for (i = 0; i < 16; i++) 
3561                 INIT_LIST_HEAD(&ptype_base[i]);
3562
3563         for (i = 0; i < ARRAY_SIZE(dev_name_head); i++)
3564                 INIT_HLIST_HEAD(&dev_name_head[i]);
3565
3566         for (i = 0; i < ARRAY_SIZE(dev_index_head); i++)
3567                 INIT_HLIST_HEAD(&dev_index_head[i]);
3568
3569         /*
3570          *      Initialise the packet receive queues.
3571          */
3572
3573         for_each_possible_cpu(i) {
3574                 struct softnet_data *queue;
3575
3576                 queue = &per_cpu(softnet_data, i);
3577                 skb_queue_head_init(&queue->input_pkt_queue);
3578                 queue->completion_queue = NULL;
3579                 INIT_LIST_HEAD(&queue->poll_list);
3580                 set_bit(__LINK_STATE_START, &queue->backlog_dev.state);
3581                 queue->backlog_dev.weight = weight_p;
3582                 queue->backlog_dev.poll = process_backlog;
3583                 atomic_set(&queue->backlog_dev.refcnt, 1);
3584         }
3585
3586         netdev_dma_register();
3587
3588         dev_boot_phase = 0;
3589
3590         open_softirq(NET_TX_SOFTIRQ, net_tx_action, NULL);
3591         open_softirq(NET_RX_SOFTIRQ, net_rx_action, NULL);
3592
3593         hotcpu_notifier(dev_cpu_callback, 0);
3594         dst_init();
3595         dev_mcast_init();
3596         rc = 0;
3597 out:
3598         return rc;
3599 }
3600
3601 subsys_initcall(net_dev_init);
3602
3603 EXPORT_SYMBOL(__dev_get_by_index);
3604 EXPORT_SYMBOL(__dev_get_by_name);
3605 EXPORT_SYMBOL(__dev_remove_pack);
3606 EXPORT_SYMBOL(dev_valid_name);
3607 EXPORT_SYMBOL(dev_add_pack);
3608 EXPORT_SYMBOL(dev_alloc_name);
3609 EXPORT_SYMBOL(dev_close);
3610 EXPORT_SYMBOL(dev_get_by_flags);
3611 EXPORT_SYMBOL(dev_get_by_index);
3612 EXPORT_SYMBOL(dev_get_by_name);
3613 EXPORT_SYMBOL(dev_open);
3614 EXPORT_SYMBOL(dev_queue_xmit);
3615 EXPORT_SYMBOL(dev_remove_pack);
3616 EXPORT_SYMBOL(dev_set_allmulti);
3617 EXPORT_SYMBOL(dev_set_promiscuity);
3618 EXPORT_SYMBOL(dev_change_flags);
3619 EXPORT_SYMBOL(dev_set_mtu);
3620 EXPORT_SYMBOL(dev_set_mac_address);
3621 EXPORT_SYMBOL(free_netdev);
3622 EXPORT_SYMBOL(netdev_boot_setup_check);
3623 EXPORT_SYMBOL(netdev_set_master);
3624 EXPORT_SYMBOL(netdev_state_change);
3625 EXPORT_SYMBOL(netif_receive_skb);
3626 EXPORT_SYMBOL(netif_rx);
3627 EXPORT_SYMBOL(register_gifconf);
3628 EXPORT_SYMBOL(register_netdevice);
3629 EXPORT_SYMBOL(register_netdevice_notifier);
3630 EXPORT_SYMBOL(skb_checksum_help);
3631 EXPORT_SYMBOL(synchronize_net);
3632 EXPORT_SYMBOL(unregister_netdevice);
3633 EXPORT_SYMBOL(unregister_netdevice_notifier);
3634 EXPORT_SYMBOL(net_enable_timestamp);
3635 EXPORT_SYMBOL(net_disable_timestamp);
3636 EXPORT_SYMBOL(dev_get_flags);
3637 EXPORT_SYMBOL(skb_checksum_setup);
3638
3639 #if defined(CONFIG_BRIDGE) || defined(CONFIG_BRIDGE_MODULE)
3640 EXPORT_SYMBOL(br_handle_frame_hook);
3641 EXPORT_SYMBOL(br_fdb_get_hook);
3642 EXPORT_SYMBOL(br_fdb_put_hook);
3643 #endif
3644
3645 #ifdef CONFIG_KMOD
3646 EXPORT_SYMBOL(dev_load);
3647 #endif
3648
3649 EXPORT_PER_CPU_SYMBOL(softnet_data);