]> bbs.cooldavid.org Git - net-next-2.6.git/blame - net/core/dev.c
net: move address list functions to a separate file
[net-next-2.6.git] / net / core / dev.c
CommitLineData
1da177e4
LT
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
02c30a84 10 * Authors: Ross Biro
1da177e4
LT
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>
4fc268d2 78#include <linux/capability.h>
1da177e4
LT
79#include <linux/cpu.h>
80#include <linux/types.h>
81#include <linux/kernel.h>
08e9897d 82#include <linux/hash.h>
1da177e4 83#include <linux/sched.h>
4a3e2f71 84#include <linux/mutex.h>
1da177e4
LT
85#include <linux/string.h>
86#include <linux/mm.h>
87#include <linux/socket.h>
88#include <linux/sockios.h>
89#include <linux/errno.h>
90#include <linux/interrupt.h>
91#include <linux/if_ether.h>
92#include <linux/netdevice.h>
93#include <linux/etherdevice.h>
0187bdfb 94#include <linux/ethtool.h>
1da177e4
LT
95#include <linux/notifier.h>
96#include <linux/skbuff.h>
457c4cbc 97#include <net/net_namespace.h>
1da177e4
LT
98#include <net/sock.h>
99#include <linux/rtnetlink.h>
100#include <linux/proc_fs.h>
101#include <linux/seq_file.h>
102#include <linux/stat.h>
103#include <linux/if_bridge.h>
b863ceb7 104#include <linux/if_macvlan.h>
1da177e4
LT
105#include <net/dst.h>
106#include <net/pkt_sched.h>
107#include <net/checksum.h>
44540960 108#include <net/xfrm.h>
1da177e4
LT
109#include <linux/highmem.h>
110#include <linux/init.h>
111#include <linux/kmod.h>
112#include <linux/module.h>
1da177e4
LT
113#include <linux/netpoll.h>
114#include <linux/rcupdate.h>
115#include <linux/delay.h>
295f4a1f 116#include <net/wext.h>
1da177e4 117#include <net/iw_handler.h>
1da177e4 118#include <asm/current.h>
5bdb9886 119#include <linux/audit.h>
db217334 120#include <linux/dmaengine.h>
f6a78bfc 121#include <linux/err.h>
c7fa9d18 122#include <linux/ctype.h>
723e98b7 123#include <linux/if_arp.h>
6de329e2 124#include <linux/if_vlan.h>
8f0f2223 125#include <linux/ip.h>
ad55dcaf 126#include <net/ip.h>
8f0f2223
DM
127#include <linux/ipv6.h>
128#include <linux/in.h>
b6b2fed1
DM
129#include <linux/jhash.h>
130#include <linux/random.h>
9cbc1cb8 131#include <trace/events/napi.h>
5acbbd42 132#include <linux/pci.h>
1da177e4 133
342709ef
PE
134#include "net-sysfs.h"
135
d565b0a1
HX
136/* Instead of increasing this, you should create a hash table. */
137#define MAX_GRO_SKBS 8
138
5d38a079
HX
139/* This should be increased if a protocol with a bigger head is added. */
140#define GRO_MAX_HEAD (MAX_HEADER + 128)
141
1da177e4
LT
142/*
143 * The list of packet types we will receive (as opposed to discard)
144 * and the routines to invoke.
145 *
146 * Why 16. Because with 16 the only overlap we get on a hash of the
147 * low nibble of the protocol value is RARP/SNAP/X.25.
148 *
149 * NOTE: That is no longer true with the addition of VLAN tags. Not
150 * sure which should go first, but I bet it won't make much
151 * difference if we are running VLANs. The good news is that
152 * this protocol won't be in the list unless compiled in, so
3041a069 153 * the average user (w/out VLANs) will not be adversely affected.
1da177e4
LT
154 * --BLG
155 *
156 * 0800 IP
157 * 8100 802.1Q VLAN
158 * 0001 802.3
159 * 0002 AX.25
160 * 0004 802.2
161 * 8035 RARP
162 * 0005 SNAP
163 * 0805 X.25
164 * 0806 ARP
165 * 8137 IPX
166 * 0009 Localtalk
167 * 86DD IPv6
168 */
169
82d8a867
PE
170#define PTYPE_HASH_SIZE (16)
171#define PTYPE_HASH_MASK (PTYPE_HASH_SIZE - 1)
172
1da177e4 173static DEFINE_SPINLOCK(ptype_lock);
82d8a867 174static struct list_head ptype_base[PTYPE_HASH_SIZE] __read_mostly;
6b2bedc3 175static struct list_head ptype_all __read_mostly; /* Taps */
1da177e4 176
1da177e4 177/*
7562f876 178 * The @dev_base_head list is protected by @dev_base_lock and the rtnl
1da177e4
LT
179 * semaphore.
180 *
c6d14c84 181 * Pure readers hold dev_base_lock for reading, or rcu_read_lock()
1da177e4
LT
182 *
183 * Writers must hold the rtnl semaphore while they loop through the
7562f876 184 * dev_base_head list, and hold dev_base_lock for writing when they do the
1da177e4
LT
185 * actual updates. This allows pure readers to access the list even
186 * while a writer is preparing to update it.
187 *
188 * To put it another way, dev_base_lock is held for writing only to
189 * protect against pure readers; the rtnl semaphore provides the
190 * protection against other writers.
191 *
192 * See, for example usages, register_netdevice() and
193 * unregister_netdevice(), which must be called with the rtnl
194 * semaphore held.
195 */
1da177e4 196DEFINE_RWLOCK(dev_base_lock);
1da177e4
LT
197EXPORT_SYMBOL(dev_base_lock);
198
881d966b 199static inline struct hlist_head *dev_name_hash(struct net *net, const char *name)
1da177e4
LT
200{
201 unsigned hash = full_name_hash(name, strnlen(name, IFNAMSIZ));
08e9897d 202 return &net->dev_name_head[hash_32(hash, NETDEV_HASHBITS)];
1da177e4
LT
203}
204
881d966b 205static inline struct hlist_head *dev_index_hash(struct net *net, int ifindex)
1da177e4 206{
7c28bd0b 207 return &net->dev_index_head[ifindex & (NETDEV_HASHENTRIES - 1)];
1da177e4
LT
208}
209
152102c7
CG
210static inline void rps_lock(struct softnet_data *queue)
211{
212#ifdef CONFIG_RPS
213 spin_lock(&queue->input_pkt_queue.lock);
214#endif
215}
216
217static inline void rps_unlock(struct softnet_data *queue)
218{
219#ifdef CONFIG_RPS
220 spin_unlock(&queue->input_pkt_queue.lock);
221#endif
222}
223
ce286d32
EB
224/* Device list insertion */
225static int list_netdevice(struct net_device *dev)
226{
c346dca1 227 struct net *net = dev_net(dev);
ce286d32
EB
228
229 ASSERT_RTNL();
230
231 write_lock_bh(&dev_base_lock);
c6d14c84 232 list_add_tail_rcu(&dev->dev_list, &net->dev_base_head);
72c9528b 233 hlist_add_head_rcu(&dev->name_hlist, dev_name_hash(net, dev->name));
fb699dfd
ED
234 hlist_add_head_rcu(&dev->index_hlist,
235 dev_index_hash(net, dev->ifindex));
ce286d32
EB
236 write_unlock_bh(&dev_base_lock);
237 return 0;
238}
239
fb699dfd
ED
240/* Device list removal
241 * caller must respect a RCU grace period before freeing/reusing dev
242 */
ce286d32
EB
243static void unlist_netdevice(struct net_device *dev)
244{
245 ASSERT_RTNL();
246
247 /* Unlink dev from the device chain */
248 write_lock_bh(&dev_base_lock);
c6d14c84 249 list_del_rcu(&dev->dev_list);
72c9528b 250 hlist_del_rcu(&dev->name_hlist);
fb699dfd 251 hlist_del_rcu(&dev->index_hlist);
ce286d32
EB
252 write_unlock_bh(&dev_base_lock);
253}
254
1da177e4
LT
255/*
256 * Our notifier list
257 */
258
f07d5b94 259static RAW_NOTIFIER_HEAD(netdev_chain);
1da177e4
LT
260
261/*
262 * Device drivers call our routines to queue packets here. We empty the
263 * queue in the local softnet handler.
264 */
bea3348e
SH
265
266DEFINE_PER_CPU(struct softnet_data, softnet_data);
d1b19dff 267EXPORT_PER_CPU_SYMBOL(softnet_data);
1da177e4 268
cf508b12 269#ifdef CONFIG_LOCKDEP
723e98b7 270/*
c773e847 271 * register_netdevice() inits txq->_xmit_lock and sets lockdep class
723e98b7
JP
272 * according to dev->type
273 */
274static const unsigned short netdev_lock_type[] =
275 {ARPHRD_NETROM, ARPHRD_ETHER, ARPHRD_EETHER, ARPHRD_AX25,
276 ARPHRD_PRONET, ARPHRD_CHAOS, ARPHRD_IEEE802, ARPHRD_ARCNET,
277 ARPHRD_APPLETLK, ARPHRD_DLCI, ARPHRD_ATM, ARPHRD_METRICOM,
278 ARPHRD_IEEE1394, ARPHRD_EUI64, ARPHRD_INFINIBAND, ARPHRD_SLIP,
279 ARPHRD_CSLIP, ARPHRD_SLIP6, ARPHRD_CSLIP6, ARPHRD_RSRVD,
280 ARPHRD_ADAPT, ARPHRD_ROSE, ARPHRD_X25, ARPHRD_HWX25,
281 ARPHRD_PPP, ARPHRD_CISCO, ARPHRD_LAPB, ARPHRD_DDCMP,
282 ARPHRD_RAWHDLC, ARPHRD_TUNNEL, ARPHRD_TUNNEL6, ARPHRD_FRAD,
283 ARPHRD_SKIP, ARPHRD_LOOPBACK, ARPHRD_LOCALTLK, ARPHRD_FDDI,
284 ARPHRD_BIF, ARPHRD_SIT, ARPHRD_IPDDP, ARPHRD_IPGRE,
285 ARPHRD_PIMREG, ARPHRD_HIPPI, ARPHRD_ASH, ARPHRD_ECONET,
286 ARPHRD_IRDA, ARPHRD_FCPP, ARPHRD_FCAL, ARPHRD_FCPL,
287 ARPHRD_FCFABRIC, ARPHRD_IEEE802_TR, ARPHRD_IEEE80211,
2d91d78b 288 ARPHRD_IEEE80211_PRISM, ARPHRD_IEEE80211_RADIOTAP, ARPHRD_PHONET,
929122cd 289 ARPHRD_PHONET_PIPE, ARPHRD_IEEE802154,
fcb94e42 290 ARPHRD_VOID, ARPHRD_NONE};
723e98b7 291
36cbd3dc 292static const char *const netdev_lock_name[] =
723e98b7
JP
293 {"_xmit_NETROM", "_xmit_ETHER", "_xmit_EETHER", "_xmit_AX25",
294 "_xmit_PRONET", "_xmit_CHAOS", "_xmit_IEEE802", "_xmit_ARCNET",
295 "_xmit_APPLETLK", "_xmit_DLCI", "_xmit_ATM", "_xmit_METRICOM",
296 "_xmit_IEEE1394", "_xmit_EUI64", "_xmit_INFINIBAND", "_xmit_SLIP",
297 "_xmit_CSLIP", "_xmit_SLIP6", "_xmit_CSLIP6", "_xmit_RSRVD",
298 "_xmit_ADAPT", "_xmit_ROSE", "_xmit_X25", "_xmit_HWX25",
299 "_xmit_PPP", "_xmit_CISCO", "_xmit_LAPB", "_xmit_DDCMP",
300 "_xmit_RAWHDLC", "_xmit_TUNNEL", "_xmit_TUNNEL6", "_xmit_FRAD",
301 "_xmit_SKIP", "_xmit_LOOPBACK", "_xmit_LOCALTLK", "_xmit_FDDI",
302 "_xmit_BIF", "_xmit_SIT", "_xmit_IPDDP", "_xmit_IPGRE",
303 "_xmit_PIMREG", "_xmit_HIPPI", "_xmit_ASH", "_xmit_ECONET",
304 "_xmit_IRDA", "_xmit_FCPP", "_xmit_FCAL", "_xmit_FCPL",
305 "_xmit_FCFABRIC", "_xmit_IEEE802_TR", "_xmit_IEEE80211",
2d91d78b 306 "_xmit_IEEE80211_PRISM", "_xmit_IEEE80211_RADIOTAP", "_xmit_PHONET",
929122cd 307 "_xmit_PHONET_PIPE", "_xmit_IEEE802154",
fcb94e42 308 "_xmit_VOID", "_xmit_NONE"};
723e98b7
JP
309
310static struct lock_class_key netdev_xmit_lock_key[ARRAY_SIZE(netdev_lock_type)];
cf508b12 311static struct lock_class_key netdev_addr_lock_key[ARRAY_SIZE(netdev_lock_type)];
723e98b7
JP
312
313static inline unsigned short netdev_lock_pos(unsigned short dev_type)
314{
315 int i;
316
317 for (i = 0; i < ARRAY_SIZE(netdev_lock_type); i++)
318 if (netdev_lock_type[i] == dev_type)
319 return i;
320 /* the last key is used by default */
321 return ARRAY_SIZE(netdev_lock_type) - 1;
322}
323
cf508b12
DM
324static inline void netdev_set_xmit_lockdep_class(spinlock_t *lock,
325 unsigned short dev_type)
723e98b7
JP
326{
327 int i;
328
329 i = netdev_lock_pos(dev_type);
330 lockdep_set_class_and_name(lock, &netdev_xmit_lock_key[i],
331 netdev_lock_name[i]);
332}
cf508b12
DM
333
334static inline void netdev_set_addr_lockdep_class(struct net_device *dev)
335{
336 int i;
337
338 i = netdev_lock_pos(dev->type);
339 lockdep_set_class_and_name(&dev->addr_list_lock,
340 &netdev_addr_lock_key[i],
341 netdev_lock_name[i]);
342}
723e98b7 343#else
cf508b12
DM
344static inline void netdev_set_xmit_lockdep_class(spinlock_t *lock,
345 unsigned short dev_type)
346{
347}
348static inline void netdev_set_addr_lockdep_class(struct net_device *dev)
723e98b7
JP
349{
350}
351#endif
1da177e4
LT
352
353/*******************************************************************************
354
355 Protocol management and registration routines
356
357*******************************************************************************/
358
1da177e4
LT
359/*
360 * Add a protocol ID to the list. Now that the input handler is
361 * smarter we can dispense with all the messy stuff that used to be
362 * here.
363 *
364 * BEWARE!!! Protocol handlers, mangling input packets,
365 * MUST BE last in hash buckets and checking protocol handlers
366 * MUST start from promiscuous ptype_all chain in net_bh.
367 * It is true now, do not change it.
368 * Explanation follows: if protocol handler, mangling packet, will
369 * be the first on list, it is not able to sense, that packet
370 * is cloned and should be copied-on-write, so that it will
371 * change it and subsequent readers will get broken packet.
372 * --ANK (980803)
373 */
374
375/**
376 * dev_add_pack - add packet handler
377 * @pt: packet type declaration
378 *
379 * Add a protocol handler to the networking stack. The passed &packet_type
380 * is linked into kernel lists and may not be freed until it has been
381 * removed from the kernel lists.
382 *
4ec93edb 383 * This call does not sleep therefore it can not
1da177e4
LT
384 * guarantee all CPU's that are in middle of receiving packets
385 * will see the new packet type (until the next received packet).
386 */
387
388void dev_add_pack(struct packet_type *pt)
389{
390 int hash;
391
392 spin_lock_bh(&ptype_lock);
9be9a6b9 393 if (pt->type == htons(ETH_P_ALL))
1da177e4 394 list_add_rcu(&pt->list, &ptype_all);
9be9a6b9 395 else {
82d8a867 396 hash = ntohs(pt->type) & PTYPE_HASH_MASK;
1da177e4
LT
397 list_add_rcu(&pt->list, &ptype_base[hash]);
398 }
399 spin_unlock_bh(&ptype_lock);
400}
d1b19dff 401EXPORT_SYMBOL(dev_add_pack);
1da177e4 402
1da177e4
LT
403/**
404 * __dev_remove_pack - remove packet handler
405 * @pt: packet type declaration
406 *
407 * Remove a protocol handler that was previously added to the kernel
408 * protocol handlers by dev_add_pack(). The passed &packet_type is removed
409 * from the kernel lists and can be freed or reused once this function
4ec93edb 410 * returns.
1da177e4
LT
411 *
412 * The packet type might still be in use by receivers
413 * and must not be freed until after all the CPU's have gone
414 * through a quiescent state.
415 */
416void __dev_remove_pack(struct packet_type *pt)
417{
418 struct list_head *head;
419 struct packet_type *pt1;
420
421 spin_lock_bh(&ptype_lock);
422
9be9a6b9 423 if (pt->type == htons(ETH_P_ALL))
1da177e4 424 head = &ptype_all;
9be9a6b9 425 else
82d8a867 426 head = &ptype_base[ntohs(pt->type) & PTYPE_HASH_MASK];
1da177e4
LT
427
428 list_for_each_entry(pt1, head, list) {
429 if (pt == pt1) {
430 list_del_rcu(&pt->list);
431 goto out;
432 }
433 }
434
435 printk(KERN_WARNING "dev_remove_pack: %p not found.\n", pt);
436out:
437 spin_unlock_bh(&ptype_lock);
438}
d1b19dff
ED
439EXPORT_SYMBOL(__dev_remove_pack);
440
1da177e4
LT
441/**
442 * dev_remove_pack - remove packet handler
443 * @pt: packet type declaration
444 *
445 * Remove a protocol handler that was previously added to the kernel
446 * protocol handlers by dev_add_pack(). The passed &packet_type is removed
447 * from the kernel lists and can be freed or reused once this function
448 * returns.
449 *
450 * This call sleeps to guarantee that no CPU is looking at the packet
451 * type after return.
452 */
453void dev_remove_pack(struct packet_type *pt)
454{
455 __dev_remove_pack(pt);
4ec93edb 456
1da177e4
LT
457 synchronize_net();
458}
d1b19dff 459EXPORT_SYMBOL(dev_remove_pack);
1da177e4
LT
460
461/******************************************************************************
462
463 Device Boot-time Settings Routines
464
465*******************************************************************************/
466
467/* Boot time configuration table */
468static struct netdev_boot_setup dev_boot_setup[NETDEV_BOOT_SETUP_MAX];
469
470/**
471 * netdev_boot_setup_add - add new setup entry
472 * @name: name of the device
473 * @map: configured settings for the device
474 *
475 * Adds new setup entry to the dev_boot_setup list. The function
476 * returns 0 on error and 1 on success. This is a generic routine to
477 * all netdevices.
478 */
479static int netdev_boot_setup_add(char *name, struct ifmap *map)
480{
481 struct netdev_boot_setup *s;
482 int i;
483
484 s = dev_boot_setup;
485 for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++) {
486 if (s[i].name[0] == '\0' || s[i].name[0] == ' ') {
487 memset(s[i].name, 0, sizeof(s[i].name));
93b3cff9 488 strlcpy(s[i].name, name, IFNAMSIZ);
1da177e4
LT
489 memcpy(&s[i].map, map, sizeof(s[i].map));
490 break;
491 }
492 }
493
494 return i >= NETDEV_BOOT_SETUP_MAX ? 0 : 1;
495}
496
497/**
498 * netdev_boot_setup_check - check boot time settings
499 * @dev: the netdevice
500 *
501 * Check boot time settings for the device.
502 * The found settings are set for the device to be used
503 * later in the device probing.
504 * Returns 0 if no settings found, 1 if they are.
505 */
506int netdev_boot_setup_check(struct net_device *dev)
507{
508 struct netdev_boot_setup *s = dev_boot_setup;
509 int i;
510
511 for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++) {
512 if (s[i].name[0] != '\0' && s[i].name[0] != ' ' &&
93b3cff9 513 !strcmp(dev->name, s[i].name)) {
1da177e4
LT
514 dev->irq = s[i].map.irq;
515 dev->base_addr = s[i].map.base_addr;
516 dev->mem_start = s[i].map.mem_start;
517 dev->mem_end = s[i].map.mem_end;
518 return 1;
519 }
520 }
521 return 0;
522}
d1b19dff 523EXPORT_SYMBOL(netdev_boot_setup_check);
1da177e4
LT
524
525
526/**
527 * netdev_boot_base - get address from boot time settings
528 * @prefix: prefix for network device
529 * @unit: id for network device
530 *
531 * Check boot time settings for the base address of device.
532 * The found settings are set for the device to be used
533 * later in the device probing.
534 * Returns 0 if no settings found.
535 */
536unsigned long netdev_boot_base(const char *prefix, int unit)
537{
538 const struct netdev_boot_setup *s = dev_boot_setup;
539 char name[IFNAMSIZ];
540 int i;
541
542 sprintf(name, "%s%d", prefix, unit);
543
544 /*
545 * If device already registered then return base of 1
546 * to indicate not to probe for this interface
547 */
881d966b 548 if (__dev_get_by_name(&init_net, name))
1da177e4
LT
549 return 1;
550
551 for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++)
552 if (!strcmp(name, s[i].name))
553 return s[i].map.base_addr;
554 return 0;
555}
556
557/*
558 * Saves at boot time configured settings for any netdevice.
559 */
560int __init netdev_boot_setup(char *str)
561{
562 int ints[5];
563 struct ifmap map;
564
565 str = get_options(str, ARRAY_SIZE(ints), ints);
566 if (!str || !*str)
567 return 0;
568
569 /* Save settings */
570 memset(&map, 0, sizeof(map));
571 if (ints[0] > 0)
572 map.irq = ints[1];
573 if (ints[0] > 1)
574 map.base_addr = ints[2];
575 if (ints[0] > 2)
576 map.mem_start = ints[3];
577 if (ints[0] > 3)
578 map.mem_end = ints[4];
579
580 /* Add new entry to the list */
581 return netdev_boot_setup_add(str, &map);
582}
583
584__setup("netdev=", netdev_boot_setup);
585
586/*******************************************************************************
587
588 Device Interface Subroutines
589
590*******************************************************************************/
591
592/**
593 * __dev_get_by_name - find a device by its name
c4ea43c5 594 * @net: the applicable net namespace
1da177e4
LT
595 * @name: name to find
596 *
597 * Find an interface by name. Must be called under RTNL semaphore
598 * or @dev_base_lock. If the name is found a pointer to the device
599 * is returned. If the name is not found then %NULL is returned. The
600 * reference counters are not incremented so the caller must be
601 * careful with locks.
602 */
603
881d966b 604struct net_device *__dev_get_by_name(struct net *net, const char *name)
1da177e4
LT
605{
606 struct hlist_node *p;
0bd8d536
ED
607 struct net_device *dev;
608 struct hlist_head *head = dev_name_hash(net, name);
1da177e4 609
0bd8d536 610 hlist_for_each_entry(dev, p, head, name_hlist)
1da177e4
LT
611 if (!strncmp(dev->name, name, IFNAMSIZ))
612 return dev;
0bd8d536 613
1da177e4
LT
614 return NULL;
615}
d1b19dff 616EXPORT_SYMBOL(__dev_get_by_name);
1da177e4 617
72c9528b
ED
618/**
619 * dev_get_by_name_rcu - find a device by its name
620 * @net: the applicable net namespace
621 * @name: name to find
622 *
623 * Find an interface by name.
624 * If the name is found a pointer to the device is returned.
625 * If the name is not found then %NULL is returned.
626 * The reference counters are not incremented so the caller must be
627 * careful with locks. The caller must hold RCU lock.
628 */
629
630struct net_device *dev_get_by_name_rcu(struct net *net, const char *name)
631{
632 struct hlist_node *p;
633 struct net_device *dev;
634 struct hlist_head *head = dev_name_hash(net, name);
635
636 hlist_for_each_entry_rcu(dev, p, head, name_hlist)
637 if (!strncmp(dev->name, name, IFNAMSIZ))
638 return dev;
639
640 return NULL;
641}
642EXPORT_SYMBOL(dev_get_by_name_rcu);
643
1da177e4
LT
644/**
645 * dev_get_by_name - find a device by its name
c4ea43c5 646 * @net: the applicable net namespace
1da177e4
LT
647 * @name: name to find
648 *
649 * Find an interface by name. This can be called from any
650 * context and does its own locking. The returned handle has
651 * the usage count incremented and the caller must use dev_put() to
652 * release it when it is no longer needed. %NULL is returned if no
653 * matching device is found.
654 */
655
881d966b 656struct net_device *dev_get_by_name(struct net *net, const char *name)
1da177e4
LT
657{
658 struct net_device *dev;
659
72c9528b
ED
660 rcu_read_lock();
661 dev = dev_get_by_name_rcu(net, name);
1da177e4
LT
662 if (dev)
663 dev_hold(dev);
72c9528b 664 rcu_read_unlock();
1da177e4
LT
665 return dev;
666}
d1b19dff 667EXPORT_SYMBOL(dev_get_by_name);
1da177e4
LT
668
669/**
670 * __dev_get_by_index - find a device by its ifindex
c4ea43c5 671 * @net: the applicable net namespace
1da177e4
LT
672 * @ifindex: index of device
673 *
674 * Search for an interface by index. Returns %NULL if the device
675 * is not found or a pointer to the device. The device has not
676 * had its reference counter increased so the caller must be careful
677 * about locking. The caller must hold either the RTNL semaphore
678 * or @dev_base_lock.
679 */
680
881d966b 681struct net_device *__dev_get_by_index(struct net *net, int ifindex)
1da177e4
LT
682{
683 struct hlist_node *p;
0bd8d536
ED
684 struct net_device *dev;
685 struct hlist_head *head = dev_index_hash(net, ifindex);
1da177e4 686
0bd8d536 687 hlist_for_each_entry(dev, p, head, index_hlist)
1da177e4
LT
688 if (dev->ifindex == ifindex)
689 return dev;
0bd8d536 690
1da177e4
LT
691 return NULL;
692}
d1b19dff 693EXPORT_SYMBOL(__dev_get_by_index);
1da177e4 694
fb699dfd
ED
695/**
696 * dev_get_by_index_rcu - find a device by its ifindex
697 * @net: the applicable net namespace
698 * @ifindex: index of device
699 *
700 * Search for an interface by index. Returns %NULL if the device
701 * is not found or a pointer to the device. The device has not
702 * had its reference counter increased so the caller must be careful
703 * about locking. The caller must hold RCU lock.
704 */
705
706struct net_device *dev_get_by_index_rcu(struct net *net, int ifindex)
707{
708 struct hlist_node *p;
709 struct net_device *dev;
710 struct hlist_head *head = dev_index_hash(net, ifindex);
711
712 hlist_for_each_entry_rcu(dev, p, head, index_hlist)
713 if (dev->ifindex == ifindex)
714 return dev;
715
716 return NULL;
717}
718EXPORT_SYMBOL(dev_get_by_index_rcu);
719
1da177e4
LT
720
721/**
722 * dev_get_by_index - find a device by its ifindex
c4ea43c5 723 * @net: the applicable net namespace
1da177e4
LT
724 * @ifindex: index of device
725 *
726 * Search for an interface by index. Returns NULL if the device
727 * is not found or a pointer to the device. The device returned has
728 * had a reference added and the pointer is safe until the user calls
729 * dev_put to indicate they have finished with it.
730 */
731
881d966b 732struct net_device *dev_get_by_index(struct net *net, int ifindex)
1da177e4
LT
733{
734 struct net_device *dev;
735
fb699dfd
ED
736 rcu_read_lock();
737 dev = dev_get_by_index_rcu(net, ifindex);
1da177e4
LT
738 if (dev)
739 dev_hold(dev);
fb699dfd 740 rcu_read_unlock();
1da177e4
LT
741 return dev;
742}
d1b19dff 743EXPORT_SYMBOL(dev_get_by_index);
1da177e4
LT
744
745/**
746 * dev_getbyhwaddr - find a device by its hardware address
c4ea43c5 747 * @net: the applicable net namespace
1da177e4
LT
748 * @type: media type of device
749 * @ha: hardware address
750 *
751 * Search for an interface by MAC address. Returns NULL if the device
752 * is not found or a pointer to the device. The caller must hold the
753 * rtnl semaphore. The returned device has not had its ref count increased
754 * and the caller must therefore be careful about locking
755 *
756 * BUGS:
757 * If the API was consistent this would be __dev_get_by_hwaddr
758 */
759
881d966b 760struct net_device *dev_getbyhwaddr(struct net *net, unsigned short type, char *ha)
1da177e4
LT
761{
762 struct net_device *dev;
763
764 ASSERT_RTNL();
765
81103a52 766 for_each_netdev(net, dev)
1da177e4
LT
767 if (dev->type == type &&
768 !memcmp(dev->dev_addr, ha, dev->addr_len))
7562f876
PE
769 return dev;
770
771 return NULL;
1da177e4 772}
cf309e3f
JF
773EXPORT_SYMBOL(dev_getbyhwaddr);
774
881d966b 775struct net_device *__dev_getfirstbyhwtype(struct net *net, unsigned short type)
1da177e4
LT
776{
777 struct net_device *dev;
778
4e9cac2b 779 ASSERT_RTNL();
881d966b 780 for_each_netdev(net, dev)
4e9cac2b 781 if (dev->type == type)
7562f876
PE
782 return dev;
783
784 return NULL;
4e9cac2b 785}
4e9cac2b
PM
786EXPORT_SYMBOL(__dev_getfirstbyhwtype);
787
881d966b 788struct net_device *dev_getfirstbyhwtype(struct net *net, unsigned short type)
4e9cac2b 789{
99fe3c39 790 struct net_device *dev, *ret = NULL;
4e9cac2b 791
99fe3c39
ED
792 rcu_read_lock();
793 for_each_netdev_rcu(net, dev)
794 if (dev->type == type) {
795 dev_hold(dev);
796 ret = dev;
797 break;
798 }
799 rcu_read_unlock();
800 return ret;
1da177e4 801}
1da177e4
LT
802EXPORT_SYMBOL(dev_getfirstbyhwtype);
803
804/**
805 * dev_get_by_flags - find any device with given flags
c4ea43c5 806 * @net: the applicable net namespace
1da177e4
LT
807 * @if_flags: IFF_* values
808 * @mask: bitmask of bits in if_flags to check
809 *
810 * Search for any interface with the given flags. Returns NULL if a device
4ec93edb 811 * is not found or a pointer to the device. The device returned has
1da177e4
LT
812 * had a reference added and the pointer is safe until the user calls
813 * dev_put to indicate they have finished with it.
814 */
815
d1b19dff
ED
816struct net_device *dev_get_by_flags(struct net *net, unsigned short if_flags,
817 unsigned short mask)
1da177e4 818{
7562f876 819 struct net_device *dev, *ret;
1da177e4 820
7562f876 821 ret = NULL;
c6d14c84
ED
822 rcu_read_lock();
823 for_each_netdev_rcu(net, dev) {
1da177e4
LT
824 if (((dev->flags ^ if_flags) & mask) == 0) {
825 dev_hold(dev);
7562f876 826 ret = dev;
1da177e4
LT
827 break;
828 }
829 }
c6d14c84 830 rcu_read_unlock();
7562f876 831 return ret;
1da177e4 832}
d1b19dff 833EXPORT_SYMBOL(dev_get_by_flags);
1da177e4
LT
834
835/**
836 * dev_valid_name - check if name is okay for network device
837 * @name: name string
838 *
839 * Network device names need to be valid file names to
c7fa9d18
DM
840 * to allow sysfs to work. We also disallow any kind of
841 * whitespace.
1da177e4 842 */
c2373ee9 843int dev_valid_name(const char *name)
1da177e4 844{
c7fa9d18
DM
845 if (*name == '\0')
846 return 0;
b6fe17d6
SH
847 if (strlen(name) >= IFNAMSIZ)
848 return 0;
c7fa9d18
DM
849 if (!strcmp(name, ".") || !strcmp(name, ".."))
850 return 0;
851
852 while (*name) {
853 if (*name == '/' || isspace(*name))
854 return 0;
855 name++;
856 }
857 return 1;
1da177e4 858}
d1b19dff 859EXPORT_SYMBOL(dev_valid_name);
1da177e4
LT
860
861/**
b267b179
EB
862 * __dev_alloc_name - allocate a name for a device
863 * @net: network namespace to allocate the device name in
1da177e4 864 * @name: name format string
b267b179 865 * @buf: scratch buffer and result name string
1da177e4
LT
866 *
867 * Passed a format string - eg "lt%d" it will try and find a suitable
3041a069
SH
868 * id. It scans list of devices to build up a free map, then chooses
869 * the first empty slot. The caller must hold the dev_base or rtnl lock
870 * while allocating the name and adding the device in order to avoid
871 * duplicates.
872 * Limited to bits_per_byte * page size devices (ie 32K on most platforms).
873 * Returns the number of the unit assigned or a negative errno code.
1da177e4
LT
874 */
875
b267b179 876static int __dev_alloc_name(struct net *net, const char *name, char *buf)
1da177e4
LT
877{
878 int i = 0;
1da177e4
LT
879 const char *p;
880 const int max_netdevices = 8*PAGE_SIZE;
cfcabdcc 881 unsigned long *inuse;
1da177e4
LT
882 struct net_device *d;
883
884 p = strnchr(name, IFNAMSIZ-1, '%');
885 if (p) {
886 /*
887 * Verify the string as this thing may have come from
888 * the user. There must be either one "%d" and no other "%"
889 * characters.
890 */
891 if (p[1] != 'd' || strchr(p + 2, '%'))
892 return -EINVAL;
893
894 /* Use one page as a bit array of possible slots */
cfcabdcc 895 inuse = (unsigned long *) get_zeroed_page(GFP_ATOMIC);
1da177e4
LT
896 if (!inuse)
897 return -ENOMEM;
898
881d966b 899 for_each_netdev(net, d) {
1da177e4
LT
900 if (!sscanf(d->name, name, &i))
901 continue;
902 if (i < 0 || i >= max_netdevices)
903 continue;
904
905 /* avoid cases where sscanf is not exact inverse of printf */
b267b179 906 snprintf(buf, IFNAMSIZ, name, i);
1da177e4
LT
907 if (!strncmp(buf, d->name, IFNAMSIZ))
908 set_bit(i, inuse);
909 }
910
911 i = find_first_zero_bit(inuse, max_netdevices);
912 free_page((unsigned long) inuse);
913 }
914
d9031024
OP
915 if (buf != name)
916 snprintf(buf, IFNAMSIZ, name, i);
b267b179 917 if (!__dev_get_by_name(net, buf))
1da177e4 918 return i;
1da177e4
LT
919
920 /* It is possible to run out of possible slots
921 * when the name is long and there isn't enough space left
922 * for the digits, or if all bits are used.
923 */
924 return -ENFILE;
925}
926
b267b179
EB
927/**
928 * dev_alloc_name - allocate a name for a device
929 * @dev: device
930 * @name: name format string
931 *
932 * Passed a format string - eg "lt%d" it will try and find a suitable
933 * id. It scans list of devices to build up a free map, then chooses
934 * the first empty slot. The caller must hold the dev_base or rtnl lock
935 * while allocating the name and adding the device in order to avoid
936 * duplicates.
937 * Limited to bits_per_byte * page size devices (ie 32K on most platforms).
938 * Returns the number of the unit assigned or a negative errno code.
939 */
940
941int dev_alloc_name(struct net_device *dev, const char *name)
942{
943 char buf[IFNAMSIZ];
944 struct net *net;
945 int ret;
946
c346dca1
YH
947 BUG_ON(!dev_net(dev));
948 net = dev_net(dev);
b267b179
EB
949 ret = __dev_alloc_name(net, name, buf);
950 if (ret >= 0)
951 strlcpy(dev->name, buf, IFNAMSIZ);
952 return ret;
953}
d1b19dff 954EXPORT_SYMBOL(dev_alloc_name);
b267b179 955
d9031024
OP
956static int dev_get_valid_name(struct net *net, const char *name, char *buf,
957 bool fmt)
958{
959 if (!dev_valid_name(name))
960 return -EINVAL;
961
962 if (fmt && strchr(name, '%'))
963 return __dev_alloc_name(net, name, buf);
964 else if (__dev_get_by_name(net, name))
965 return -EEXIST;
966 else if (buf != name)
967 strlcpy(buf, name, IFNAMSIZ);
968
969 return 0;
970}
1da177e4
LT
971
972/**
973 * dev_change_name - change name of a device
974 * @dev: device
975 * @newname: name (or format string) must be at least IFNAMSIZ
976 *
977 * Change name of a device, can pass format strings "eth%d".
978 * for wildcarding.
979 */
cf04a4c7 980int dev_change_name(struct net_device *dev, const char *newname)
1da177e4 981{
fcc5a03a 982 char oldname[IFNAMSIZ];
1da177e4 983 int err = 0;
fcc5a03a 984 int ret;
881d966b 985 struct net *net;
1da177e4
LT
986
987 ASSERT_RTNL();
c346dca1 988 BUG_ON(!dev_net(dev));
1da177e4 989
c346dca1 990 net = dev_net(dev);
1da177e4
LT
991 if (dev->flags & IFF_UP)
992 return -EBUSY;
993
c8d90dca
SH
994 if (strncmp(newname, dev->name, IFNAMSIZ) == 0)
995 return 0;
996
fcc5a03a
HX
997 memcpy(oldname, dev->name, IFNAMSIZ);
998
d9031024
OP
999 err = dev_get_valid_name(net, newname, dev->name, 1);
1000 if (err < 0)
1001 return err;
1da177e4 1002
fcc5a03a 1003rollback:
3891845e
EB
1004 /* For now only devices in the initial network namespace
1005 * are in sysfs.
1006 */
09ad9bc7 1007 if (net_eq(net, &init_net)) {
3891845e
EB
1008 ret = device_rename(&dev->dev, dev->name);
1009 if (ret) {
1010 memcpy(dev->name, oldname, IFNAMSIZ);
1011 return ret;
1012 }
dcc99773 1013 }
7f988eab
HX
1014
1015 write_lock_bh(&dev_base_lock);
92749821 1016 hlist_del(&dev->name_hlist);
72c9528b
ED
1017 write_unlock_bh(&dev_base_lock);
1018
1019 synchronize_rcu();
1020
1021 write_lock_bh(&dev_base_lock);
1022 hlist_add_head_rcu(&dev->name_hlist, dev_name_hash(net, dev->name));
7f988eab
HX
1023 write_unlock_bh(&dev_base_lock);
1024
056925ab 1025 ret = call_netdevice_notifiers(NETDEV_CHANGENAME, dev);
fcc5a03a
HX
1026 ret = notifier_to_errno(ret);
1027
1028 if (ret) {
91e9c07b
ED
1029 /* err >= 0 after dev_alloc_name() or stores the first errno */
1030 if (err >= 0) {
fcc5a03a
HX
1031 err = ret;
1032 memcpy(dev->name, oldname, IFNAMSIZ);
1033 goto rollback;
91e9c07b
ED
1034 } else {
1035 printk(KERN_ERR
1036 "%s: name change rollback failed: %d.\n",
1037 dev->name, ret);
fcc5a03a
HX
1038 }
1039 }
1da177e4
LT
1040
1041 return err;
1042}
1043
0b815a1a
SH
1044/**
1045 * dev_set_alias - change ifalias of a device
1046 * @dev: device
1047 * @alias: name up to IFALIASZ
f0db275a 1048 * @len: limit of bytes to copy from info
0b815a1a
SH
1049 *
1050 * Set ifalias for a device,
1051 */
1052int dev_set_alias(struct net_device *dev, const char *alias, size_t len)
1053{
1054 ASSERT_RTNL();
1055
1056 if (len >= IFALIASZ)
1057 return -EINVAL;
1058
96ca4a2c
OH
1059 if (!len) {
1060 if (dev->ifalias) {
1061 kfree(dev->ifalias);
1062 dev->ifalias = NULL;
1063 }
1064 return 0;
1065 }
1066
d1b19dff 1067 dev->ifalias = krealloc(dev->ifalias, len + 1, GFP_KERNEL);
0b815a1a
SH
1068 if (!dev->ifalias)
1069 return -ENOMEM;
1070
1071 strlcpy(dev->ifalias, alias, len+1);
1072 return len;
1073}
1074
1075
d8a33ac4 1076/**
3041a069 1077 * netdev_features_change - device changes features
d8a33ac4
SH
1078 * @dev: device to cause notification
1079 *
1080 * Called to indicate a device has changed features.
1081 */
1082void netdev_features_change(struct net_device *dev)
1083{
056925ab 1084 call_netdevice_notifiers(NETDEV_FEAT_CHANGE, dev);
d8a33ac4
SH
1085}
1086EXPORT_SYMBOL(netdev_features_change);
1087
1da177e4
LT
1088/**
1089 * netdev_state_change - device changes state
1090 * @dev: device to cause notification
1091 *
1092 * Called to indicate a device has changed state. This function calls
1093 * the notifier chains for netdev_chain and sends a NEWLINK message
1094 * to the routing socket.
1095 */
1096void netdev_state_change(struct net_device *dev)
1097{
1098 if (dev->flags & IFF_UP) {
056925ab 1099 call_netdevice_notifiers(NETDEV_CHANGE, dev);
1da177e4
LT
1100 rtmsg_ifinfo(RTM_NEWLINK, dev, 0);
1101 }
1102}
d1b19dff 1103EXPORT_SYMBOL(netdev_state_change);
1da177e4 1104
3ca5b404 1105int netdev_bonding_change(struct net_device *dev, unsigned long event)
c1da4ac7 1106{
3ca5b404 1107 return call_netdevice_notifiers(event, dev);
c1da4ac7
OG
1108}
1109EXPORT_SYMBOL(netdev_bonding_change);
1110
1da177e4
LT
1111/**
1112 * dev_load - load a network module
c4ea43c5 1113 * @net: the applicable net namespace
1da177e4
LT
1114 * @name: name of interface
1115 *
1116 * If a network interface is not present and the process has suitable
1117 * privileges this function loads the module. If module loading is not
1118 * available in this kernel then it becomes a nop.
1119 */
1120
881d966b 1121void dev_load(struct net *net, const char *name)
1da177e4 1122{
4ec93edb 1123 struct net_device *dev;
1da177e4 1124
72c9528b
ED
1125 rcu_read_lock();
1126 dev = dev_get_by_name_rcu(net, name);
1127 rcu_read_unlock();
1da177e4 1128
a8f80e8f 1129 if (!dev && capable(CAP_NET_ADMIN))
1da177e4
LT
1130 request_module("%s", name);
1131}
d1b19dff 1132EXPORT_SYMBOL(dev_load);
1da177e4 1133
bd380811 1134static int __dev_open(struct net_device *dev)
1da177e4 1135{
d314774c 1136 const struct net_device_ops *ops = dev->netdev_ops;
3b8bcfd5 1137 int ret;
1da177e4 1138
e46b66bc
BH
1139 ASSERT_RTNL();
1140
1da177e4
LT
1141 /*
1142 * Is it even present?
1143 */
1144 if (!netif_device_present(dev))
1145 return -ENODEV;
1146
3b8bcfd5
JB
1147 ret = call_netdevice_notifiers(NETDEV_PRE_UP, dev);
1148 ret = notifier_to_errno(ret);
1149 if (ret)
1150 return ret;
1151
1da177e4
LT
1152 /*
1153 * Call device private open method
1154 */
1155 set_bit(__LINK_STATE_START, &dev->state);
bada339b 1156
d314774c
SH
1157 if (ops->ndo_validate_addr)
1158 ret = ops->ndo_validate_addr(dev);
bada339b 1159
d314774c
SH
1160 if (!ret && ops->ndo_open)
1161 ret = ops->ndo_open(dev);
1da177e4 1162
4ec93edb 1163 /*
1da177e4
LT
1164 * If it went open OK then:
1165 */
1166
bada339b
JG
1167 if (ret)
1168 clear_bit(__LINK_STATE_START, &dev->state);
1169 else {
1da177e4
LT
1170 /*
1171 * Set the flags.
1172 */
1173 dev->flags |= IFF_UP;
1174
649274d9
DW
1175 /*
1176 * Enable NET_DMA
1177 */
b4bd07c2 1178 net_dmaengine_get();
649274d9 1179
1da177e4
LT
1180 /*
1181 * Initialize multicasting status
1182 */
4417da66 1183 dev_set_rx_mode(dev);
1da177e4
LT
1184
1185 /*
1186 * Wakeup transmit queue engine
1187 */
1188 dev_activate(dev);
1da177e4 1189 }
bada339b 1190
1da177e4
LT
1191 return ret;
1192}
1193
1194/**
bd380811
PM
1195 * dev_open - prepare an interface for use.
1196 * @dev: device to open
1da177e4 1197 *
bd380811
PM
1198 * Takes a device from down to up state. The device's private open
1199 * function is invoked and then the multicast lists are loaded. Finally
1200 * the device is moved into the up state and a %NETDEV_UP message is
1201 * sent to the netdev notifier chain.
1202 *
1203 * Calling this function on an active interface is a nop. On a failure
1204 * a negative errno code is returned.
1da177e4 1205 */
bd380811
PM
1206int dev_open(struct net_device *dev)
1207{
1208 int ret;
1209
1210 /*
1211 * Is it already up?
1212 */
1213 if (dev->flags & IFF_UP)
1214 return 0;
1215
1216 /*
1217 * Open device
1218 */
1219 ret = __dev_open(dev);
1220 if (ret < 0)
1221 return ret;
1222
1223 /*
1224 * ... and announce new interface.
1225 */
1226 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING);
1227 call_netdevice_notifiers(NETDEV_UP, dev);
1228
1229 return ret;
1230}
1231EXPORT_SYMBOL(dev_open);
1232
1233static int __dev_close(struct net_device *dev)
1da177e4 1234{
d314774c 1235 const struct net_device_ops *ops = dev->netdev_ops;
e46b66bc 1236
bd380811 1237 ASSERT_RTNL();
9d5010db
DM
1238 might_sleep();
1239
1da177e4
LT
1240 /*
1241 * Tell people we are going down, so that they can
1242 * prepare to death, when device is still operating.
1243 */
056925ab 1244 call_netdevice_notifiers(NETDEV_GOING_DOWN, dev);
1da177e4 1245
1da177e4
LT
1246 clear_bit(__LINK_STATE_START, &dev->state);
1247
1248 /* Synchronize to scheduled poll. We cannot touch poll list,
bea3348e
SH
1249 * it can be even on different cpu. So just clear netif_running().
1250 *
1251 * dev->stop() will invoke napi_disable() on all of it's
1252 * napi_struct instances on this device.
1253 */
1da177e4 1254 smp_mb__after_clear_bit(); /* Commit netif_running(). */
1da177e4 1255
d8b2a4d2
ML
1256 dev_deactivate(dev);
1257
1da177e4
LT
1258 /*
1259 * Call the device specific close. This cannot fail.
1260 * Only if device is UP
1261 *
1262 * We allow it to be called even after a DETACH hot-plug
1263 * event.
1264 */
d314774c
SH
1265 if (ops->ndo_stop)
1266 ops->ndo_stop(dev);
1da177e4
LT
1267
1268 /*
1269 * Device is now down.
1270 */
1271
1272 dev->flags &= ~IFF_UP;
1273
1274 /*
bd380811 1275 * Shutdown NET_DMA
1da177e4 1276 */
bd380811
PM
1277 net_dmaengine_put();
1278
1279 return 0;
1280}
1281
1282/**
1283 * dev_close - shutdown an interface.
1284 * @dev: device to shutdown
1285 *
1286 * This function moves an active device into down state. A
1287 * %NETDEV_GOING_DOWN is sent to the netdev notifier chain. The device
1288 * is then deactivated and finally a %NETDEV_DOWN is sent to the notifier
1289 * chain.
1290 */
1291int dev_close(struct net_device *dev)
1292{
1293 if (!(dev->flags & IFF_UP))
1294 return 0;
1295
1296 __dev_close(dev);
1da177e4 1297
649274d9 1298 /*
bd380811 1299 * Tell people we are down
649274d9 1300 */
bd380811
PM
1301 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING);
1302 call_netdevice_notifiers(NETDEV_DOWN, dev);
649274d9 1303
1da177e4
LT
1304 return 0;
1305}
d1b19dff 1306EXPORT_SYMBOL(dev_close);
1da177e4
LT
1307
1308
0187bdfb
BH
1309/**
1310 * dev_disable_lro - disable Large Receive Offload on a device
1311 * @dev: device
1312 *
1313 * Disable Large Receive Offload (LRO) on a net device. Must be
1314 * called under RTNL. This is needed if received packets may be
1315 * forwarded to another interface.
1316 */
1317void dev_disable_lro(struct net_device *dev)
1318{
1319 if (dev->ethtool_ops && dev->ethtool_ops->get_flags &&
1320 dev->ethtool_ops->set_flags) {
1321 u32 flags = dev->ethtool_ops->get_flags(dev);
1322 if (flags & ETH_FLAG_LRO) {
1323 flags &= ~ETH_FLAG_LRO;
1324 dev->ethtool_ops->set_flags(dev, flags);
1325 }
1326 }
1327 WARN_ON(dev->features & NETIF_F_LRO);
1328}
1329EXPORT_SYMBOL(dev_disable_lro);
1330
1331
881d966b
EB
1332static int dev_boot_phase = 1;
1333
1da177e4
LT
1334/*
1335 * Device change register/unregister. These are not inline or static
1336 * as we export them to the world.
1337 */
1338
1339/**
1340 * register_netdevice_notifier - register a network notifier block
1341 * @nb: notifier
1342 *
1343 * Register a notifier to be called when network device events occur.
1344 * The notifier passed is linked into the kernel structures and must
1345 * not be reused until it has been unregistered. A negative errno code
1346 * is returned on a failure.
1347 *
1348 * When registered all registration and up events are replayed
4ec93edb 1349 * to the new notifier to allow device to have a race free
1da177e4
LT
1350 * view of the network device list.
1351 */
1352
1353int register_netdevice_notifier(struct notifier_block *nb)
1354{
1355 struct net_device *dev;
fcc5a03a 1356 struct net_device *last;
881d966b 1357 struct net *net;
1da177e4
LT
1358 int err;
1359
1360 rtnl_lock();
f07d5b94 1361 err = raw_notifier_chain_register(&netdev_chain, nb);
fcc5a03a
HX
1362 if (err)
1363 goto unlock;
881d966b
EB
1364 if (dev_boot_phase)
1365 goto unlock;
1366 for_each_net(net) {
1367 for_each_netdev(net, dev) {
1368 err = nb->notifier_call(nb, NETDEV_REGISTER, dev);
1369 err = notifier_to_errno(err);
1370 if (err)
1371 goto rollback;
1372
1373 if (!(dev->flags & IFF_UP))
1374 continue;
1da177e4 1375
881d966b
EB
1376 nb->notifier_call(nb, NETDEV_UP, dev);
1377 }
1da177e4 1378 }
fcc5a03a
HX
1379
1380unlock:
1da177e4
LT
1381 rtnl_unlock();
1382 return err;
fcc5a03a
HX
1383
1384rollback:
1385 last = dev;
881d966b
EB
1386 for_each_net(net) {
1387 for_each_netdev(net, dev) {
1388 if (dev == last)
1389 break;
fcc5a03a 1390
881d966b
EB
1391 if (dev->flags & IFF_UP) {
1392 nb->notifier_call(nb, NETDEV_GOING_DOWN, dev);
1393 nb->notifier_call(nb, NETDEV_DOWN, dev);
1394 }
1395 nb->notifier_call(nb, NETDEV_UNREGISTER, dev);
a5ee1551 1396 nb->notifier_call(nb, NETDEV_UNREGISTER_BATCH, dev);
fcc5a03a 1397 }
fcc5a03a 1398 }
c67625a1
PE
1399
1400 raw_notifier_chain_unregister(&netdev_chain, nb);
fcc5a03a 1401 goto unlock;
1da177e4 1402}
d1b19dff 1403EXPORT_SYMBOL(register_netdevice_notifier);
1da177e4
LT
1404
1405/**
1406 * unregister_netdevice_notifier - unregister a network notifier block
1407 * @nb: notifier
1408 *
1409 * Unregister a notifier previously registered by
1410 * register_netdevice_notifier(). The notifier is unlinked into the
1411 * kernel structures and may then be reused. A negative errno code
1412 * is returned on a failure.
1413 */
1414
1415int unregister_netdevice_notifier(struct notifier_block *nb)
1416{
9f514950
HX
1417 int err;
1418
1419 rtnl_lock();
f07d5b94 1420 err = raw_notifier_chain_unregister(&netdev_chain, nb);
9f514950
HX
1421 rtnl_unlock();
1422 return err;
1da177e4 1423}
d1b19dff 1424EXPORT_SYMBOL(unregister_netdevice_notifier);
1da177e4
LT
1425
1426/**
1427 * call_netdevice_notifiers - call all network notifier blocks
1428 * @val: value passed unmodified to notifier function
c4ea43c5 1429 * @dev: net_device pointer passed unmodified to notifier function
1da177e4
LT
1430 *
1431 * Call all network notifier blocks. Parameters and return value
f07d5b94 1432 * are as for raw_notifier_call_chain().
1da177e4
LT
1433 */
1434
ad7379d4 1435int call_netdevice_notifiers(unsigned long val, struct net_device *dev)
1da177e4 1436{
ad7379d4 1437 return raw_notifier_call_chain(&netdev_chain, val, dev);
1da177e4
LT
1438}
1439
1440/* When > 0 there are consumers of rx skb time stamps */
1441static atomic_t netstamp_needed = ATOMIC_INIT(0);
1442
1443void net_enable_timestamp(void)
1444{
1445 atomic_inc(&netstamp_needed);
1446}
d1b19dff 1447EXPORT_SYMBOL(net_enable_timestamp);
1da177e4
LT
1448
1449void net_disable_timestamp(void)
1450{
1451 atomic_dec(&netstamp_needed);
1452}
d1b19dff 1453EXPORT_SYMBOL(net_disable_timestamp);
1da177e4 1454
a61bbcf2 1455static inline void net_timestamp(struct sk_buff *skb)
1da177e4
LT
1456{
1457 if (atomic_read(&netstamp_needed))
a61bbcf2 1458 __net_timestamp(skb);
b7aa0bf7
ED
1459 else
1460 skb->tstamp.tv64 = 0;
1da177e4
LT
1461}
1462
44540960
AB
1463/**
1464 * dev_forward_skb - loopback an skb to another netif
1465 *
1466 * @dev: destination network device
1467 * @skb: buffer to forward
1468 *
1469 * return values:
1470 * NET_RX_SUCCESS (no congestion)
1471 * NET_RX_DROP (packet was dropped)
1472 *
1473 * dev_forward_skb can be used for injecting an skb from the
1474 * start_xmit function of one device into the receive queue
1475 * of another device.
1476 *
1477 * The receiving device may be in another namespace, so
1478 * we have to clear all information in the skb that could
1479 * impact namespace isolation.
1480 */
1481int dev_forward_skb(struct net_device *dev, struct sk_buff *skb)
1482{
1483 skb_orphan(skb);
1484
1485 if (!(dev->flags & IFF_UP))
1486 return NET_RX_DROP;
1487
1488 if (skb->len > (dev->mtu + dev->hard_header_len))
1489 return NET_RX_DROP;
1490
8a83a00b 1491 skb_set_dev(skb, dev);
44540960
AB
1492 skb->tstamp.tv64 = 0;
1493 skb->pkt_type = PACKET_HOST;
1494 skb->protocol = eth_type_trans(skb, dev);
44540960
AB
1495 return netif_rx(skb);
1496}
1497EXPORT_SYMBOL_GPL(dev_forward_skb);
1498
1da177e4
LT
1499/*
1500 * Support routine. Sends outgoing frames to any network
1501 * taps currently in use.
1502 */
1503
f6a78bfc 1504static void dev_queue_xmit_nit(struct sk_buff *skb, struct net_device *dev)
1da177e4
LT
1505{
1506 struct packet_type *ptype;
a61bbcf2 1507
8caf1539
JP
1508#ifdef CONFIG_NET_CLS_ACT
1509 if (!(skb->tstamp.tv64 && (G_TC_FROM(skb->tc_verd) & AT_INGRESS)))
1510 net_timestamp(skb);
1511#else
a61bbcf2 1512 net_timestamp(skb);
8caf1539 1513#endif
1da177e4
LT
1514
1515 rcu_read_lock();
1516 list_for_each_entry_rcu(ptype, &ptype_all, list) {
1517 /* Never send packets back to the socket
1518 * they originated from - MvS (miquels@drinkel.ow.org)
1519 */
1520 if ((ptype->dev == dev || !ptype->dev) &&
1521 (ptype->af_packet_priv == NULL ||
1522 (struct sock *)ptype->af_packet_priv != skb->sk)) {
d1b19dff 1523 struct sk_buff *skb2 = skb_clone(skb, GFP_ATOMIC);
1da177e4
LT
1524 if (!skb2)
1525 break;
1526
1527 /* skb->nh should be correctly
1528 set by sender, so that the second statement is
1529 just protection against buggy protocols.
1530 */
459a98ed 1531 skb_reset_mac_header(skb2);
1da177e4 1532
d56f90a7 1533 if (skb_network_header(skb2) < skb2->data ||
27a884dc 1534 skb2->network_header > skb2->tail) {
1da177e4
LT
1535 if (net_ratelimit())
1536 printk(KERN_CRIT "protocol %04x is "
1537 "buggy, dev %s\n",
1538 skb2->protocol, dev->name);
c1d2bbe1 1539 skb_reset_network_header(skb2);
1da177e4
LT
1540 }
1541
b0e380b1 1542 skb2->transport_header = skb2->network_header;
1da177e4 1543 skb2->pkt_type = PACKET_OUTGOING;
f2ccd8fa 1544 ptype->func(skb2, skb->dev, ptype, skb->dev);
1da177e4
LT
1545 }
1546 }
1547 rcu_read_unlock();
1548}
1549
56079431 1550
def82a1d 1551static inline void __netif_reschedule(struct Qdisc *q)
56079431 1552{
def82a1d
JP
1553 struct softnet_data *sd;
1554 unsigned long flags;
56079431 1555
def82a1d
JP
1556 local_irq_save(flags);
1557 sd = &__get_cpu_var(softnet_data);
1558 q->next_sched = sd->output_queue;
1559 sd->output_queue = q;
1560 raise_softirq_irqoff(NET_TX_SOFTIRQ);
1561 local_irq_restore(flags);
1562}
1563
1564void __netif_schedule(struct Qdisc *q)
1565{
1566 if (!test_and_set_bit(__QDISC_STATE_SCHED, &q->state))
1567 __netif_reschedule(q);
56079431
DV
1568}
1569EXPORT_SYMBOL(__netif_schedule);
1570
bea3348e 1571void dev_kfree_skb_irq(struct sk_buff *skb)
56079431 1572{
bea3348e
SH
1573 if (atomic_dec_and_test(&skb->users)) {
1574 struct softnet_data *sd;
1575 unsigned long flags;
56079431 1576
bea3348e
SH
1577 local_irq_save(flags);
1578 sd = &__get_cpu_var(softnet_data);
1579 skb->next = sd->completion_queue;
1580 sd->completion_queue = skb;
1581 raise_softirq_irqoff(NET_TX_SOFTIRQ);
1582 local_irq_restore(flags);
1583 }
56079431 1584}
bea3348e 1585EXPORT_SYMBOL(dev_kfree_skb_irq);
56079431
DV
1586
1587void dev_kfree_skb_any(struct sk_buff *skb)
1588{
1589 if (in_irq() || irqs_disabled())
1590 dev_kfree_skb_irq(skb);
1591 else
1592 dev_kfree_skb(skb);
1593}
1594EXPORT_SYMBOL(dev_kfree_skb_any);
1595
1596
bea3348e
SH
1597/**
1598 * netif_device_detach - mark device as removed
1599 * @dev: network device
1600 *
1601 * Mark device as removed from system and therefore no longer available.
1602 */
56079431
DV
1603void netif_device_detach(struct net_device *dev)
1604{
1605 if (test_and_clear_bit(__LINK_STATE_PRESENT, &dev->state) &&
1606 netif_running(dev)) {
d543103a 1607 netif_tx_stop_all_queues(dev);
56079431
DV
1608 }
1609}
1610EXPORT_SYMBOL(netif_device_detach);
1611
bea3348e
SH
1612/**
1613 * netif_device_attach - mark device as attached
1614 * @dev: network device
1615 *
1616 * Mark device as attached from system and restart if needed.
1617 */
56079431
DV
1618void netif_device_attach(struct net_device *dev)
1619{
1620 if (!test_and_set_bit(__LINK_STATE_PRESENT, &dev->state) &&
1621 netif_running(dev)) {
d543103a 1622 netif_tx_wake_all_queues(dev);
4ec93edb 1623 __netdev_watchdog_up(dev);
56079431
DV
1624 }
1625}
1626EXPORT_SYMBOL(netif_device_attach);
1627
6de329e2
BH
1628static bool can_checksum_protocol(unsigned long features, __be16 protocol)
1629{
1630 return ((features & NETIF_F_GEN_CSUM) ||
1631 ((features & NETIF_F_IP_CSUM) &&
1632 protocol == htons(ETH_P_IP)) ||
1633 ((features & NETIF_F_IPV6_CSUM) &&
1c8dbcf6
YZ
1634 protocol == htons(ETH_P_IPV6)) ||
1635 ((features & NETIF_F_FCOE_CRC) &&
1636 protocol == htons(ETH_P_FCOE)));
6de329e2
BH
1637}
1638
1639static bool dev_can_checksum(struct net_device *dev, struct sk_buff *skb)
1640{
1641 if (can_checksum_protocol(dev->features, skb->protocol))
1642 return true;
1643
1644 if (skb->protocol == htons(ETH_P_8021Q)) {
1645 struct vlan_ethhdr *veh = (struct vlan_ethhdr *)skb->data;
1646 if (can_checksum_protocol(dev->features & dev->vlan_features,
1647 veh->h_vlan_encapsulated_proto))
1648 return true;
1649 }
1650
1651 return false;
1652}
56079431 1653
8a83a00b
AB
1654/**
1655 * skb_dev_set -- assign a new device to a buffer
1656 * @skb: buffer for the new device
1657 * @dev: network device
1658 *
1659 * If an skb is owned by a device already, we have to reset
1660 * all data private to the namespace a device belongs to
1661 * before assigning it a new device.
1662 */
1663#ifdef CONFIG_NET_NS
1664void skb_set_dev(struct sk_buff *skb, struct net_device *dev)
1665{
1666 skb_dst_drop(skb);
1667 if (skb->dev && !net_eq(dev_net(skb->dev), dev_net(dev))) {
1668 secpath_reset(skb);
1669 nf_reset(skb);
1670 skb_init_secmark(skb);
1671 skb->mark = 0;
1672 skb->priority = 0;
1673 skb->nf_trace = 0;
1674 skb->ipvs_property = 0;
1675#ifdef CONFIG_NET_SCHED
1676 skb->tc_index = 0;
1677#endif
1678 }
1679 skb->dev = dev;
1680}
1681EXPORT_SYMBOL(skb_set_dev);
1682#endif /* CONFIG_NET_NS */
1683
1da177e4
LT
1684/*
1685 * Invalidate hardware checksum when packet is to be mangled, and
1686 * complete checksum manually on outgoing path.
1687 */
84fa7933 1688int skb_checksum_help(struct sk_buff *skb)
1da177e4 1689{
d3bc23e7 1690 __wsum csum;
663ead3b 1691 int ret = 0, offset;
1da177e4 1692
84fa7933 1693 if (skb->ip_summed == CHECKSUM_COMPLETE)
a430a43d
HX
1694 goto out_set_summed;
1695
1696 if (unlikely(skb_shinfo(skb)->gso_size)) {
a430a43d
HX
1697 /* Let GSO fix up the checksum. */
1698 goto out_set_summed;
1da177e4
LT
1699 }
1700
a030847e
HX
1701 offset = skb->csum_start - skb_headroom(skb);
1702 BUG_ON(offset >= skb_headlen(skb));
1703 csum = skb_checksum(skb, offset, skb->len - offset, 0);
1704
1705 offset += skb->csum_offset;
1706 BUG_ON(offset + sizeof(__sum16) > skb_headlen(skb));
1707
1708 if (skb_cloned(skb) &&
1709 !skb_clone_writable(skb, offset + sizeof(__sum16))) {
1da177e4
LT
1710 ret = pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
1711 if (ret)
1712 goto out;
1713 }
1714
a030847e 1715 *(__sum16 *)(skb->data + offset) = csum_fold(csum);
a430a43d 1716out_set_summed:
1da177e4 1717 skb->ip_summed = CHECKSUM_NONE;
4ec93edb 1718out:
1da177e4
LT
1719 return ret;
1720}
d1b19dff 1721EXPORT_SYMBOL(skb_checksum_help);
1da177e4 1722
f6a78bfc
HX
1723/**
1724 * skb_gso_segment - Perform segmentation on skb.
1725 * @skb: buffer to segment
576a30eb 1726 * @features: features for the output path (see dev->features)
f6a78bfc
HX
1727 *
1728 * This function segments the given skb and returns a list of segments.
576a30eb
HX
1729 *
1730 * It may return NULL if the skb requires no segmentation. This is
1731 * only possible when GSO is used for verifying header integrity.
f6a78bfc 1732 */
576a30eb 1733struct sk_buff *skb_gso_segment(struct sk_buff *skb, int features)
f6a78bfc
HX
1734{
1735 struct sk_buff *segs = ERR_PTR(-EPROTONOSUPPORT);
1736 struct packet_type *ptype;
252e3346 1737 __be16 type = skb->protocol;
a430a43d 1738 int err;
f6a78bfc 1739
459a98ed 1740 skb_reset_mac_header(skb);
b0e380b1 1741 skb->mac_len = skb->network_header - skb->mac_header;
f6a78bfc
HX
1742 __skb_pull(skb, skb->mac_len);
1743
67fd1a73
HX
1744 if (unlikely(skb->ip_summed != CHECKSUM_PARTIAL)) {
1745 struct net_device *dev = skb->dev;
1746 struct ethtool_drvinfo info = {};
1747
1748 if (dev && dev->ethtool_ops && dev->ethtool_ops->get_drvinfo)
1749 dev->ethtool_ops->get_drvinfo(dev, &info);
1750
1751 WARN(1, "%s: caps=(0x%lx, 0x%lx) len=%d data_len=%d "
1752 "ip_summed=%d",
1753 info.driver, dev ? dev->features : 0L,
1754 skb->sk ? skb->sk->sk_route_caps : 0L,
1755 skb->len, skb->data_len, skb->ip_summed);
1756
a430a43d
HX
1757 if (skb_header_cloned(skb) &&
1758 (err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC)))
1759 return ERR_PTR(err);
1760 }
1761
f6a78bfc 1762 rcu_read_lock();
82d8a867
PE
1763 list_for_each_entry_rcu(ptype,
1764 &ptype_base[ntohs(type) & PTYPE_HASH_MASK], list) {
f6a78bfc 1765 if (ptype->type == type && !ptype->dev && ptype->gso_segment) {
84fa7933 1766 if (unlikely(skb->ip_summed != CHECKSUM_PARTIAL)) {
a430a43d
HX
1767 err = ptype->gso_send_check(skb);
1768 segs = ERR_PTR(err);
1769 if (err || skb_gso_ok(skb, features))
1770 break;
d56f90a7
ACM
1771 __skb_push(skb, (skb->data -
1772 skb_network_header(skb)));
a430a43d 1773 }
576a30eb 1774 segs = ptype->gso_segment(skb, features);
f6a78bfc
HX
1775 break;
1776 }
1777 }
1778 rcu_read_unlock();
1779
98e399f8 1780 __skb_push(skb, skb->data - skb_mac_header(skb));
576a30eb 1781
f6a78bfc
HX
1782 return segs;
1783}
f6a78bfc
HX
1784EXPORT_SYMBOL(skb_gso_segment);
1785
fb286bb2
HX
1786/* Take action when hardware reception checksum errors are detected. */
1787#ifdef CONFIG_BUG
1788void netdev_rx_csum_fault(struct net_device *dev)
1789{
1790 if (net_ratelimit()) {
4ec93edb 1791 printk(KERN_ERR "%s: hw csum failure.\n",
246a4212 1792 dev ? dev->name : "<unknown>");
fb286bb2
HX
1793 dump_stack();
1794 }
1795}
1796EXPORT_SYMBOL(netdev_rx_csum_fault);
1797#endif
1798
1da177e4
LT
1799/* Actually, we should eliminate this check as soon as we know, that:
1800 * 1. IOMMU is present and allows to map all the memory.
1801 * 2. No high memory really exists on this machine.
1802 */
1803
9092c658 1804static int illegal_highdma(struct net_device *dev, struct sk_buff *skb)
1da177e4 1805{
3d3a8533 1806#ifdef CONFIG_HIGHMEM
1da177e4 1807 int i;
5acbbd42
FT
1808 if (!(dev->features & NETIF_F_HIGHDMA)) {
1809 for (i = 0; i < skb_shinfo(skb)->nr_frags; i++)
1810 if (PageHighMem(skb_shinfo(skb)->frags[i].page))
1811 return 1;
1812 }
1da177e4 1813
5acbbd42
FT
1814 if (PCI_DMA_BUS_IS_PHYS) {
1815 struct device *pdev = dev->dev.parent;
1da177e4 1816
9092c658
ED
1817 if (!pdev)
1818 return 0;
5acbbd42
FT
1819 for (i = 0; i < skb_shinfo(skb)->nr_frags; i++) {
1820 dma_addr_t addr = page_to_phys(skb_shinfo(skb)->frags[i].page);
1821 if (!pdev->dma_mask || addr + PAGE_SIZE - 1 > *pdev->dma_mask)
1822 return 1;
1823 }
1824 }
3d3a8533 1825#endif
1da177e4
LT
1826 return 0;
1827}
1da177e4 1828
f6a78bfc
HX
1829struct dev_gso_cb {
1830 void (*destructor)(struct sk_buff *skb);
1831};
1832
1833#define DEV_GSO_CB(skb) ((struct dev_gso_cb *)(skb)->cb)
1834
1835static void dev_gso_skb_destructor(struct sk_buff *skb)
1836{
1837 struct dev_gso_cb *cb;
1838
1839 do {
1840 struct sk_buff *nskb = skb->next;
1841
1842 skb->next = nskb->next;
1843 nskb->next = NULL;
1844 kfree_skb(nskb);
1845 } while (skb->next);
1846
1847 cb = DEV_GSO_CB(skb);
1848 if (cb->destructor)
1849 cb->destructor(skb);
1850}
1851
1852/**
1853 * dev_gso_segment - Perform emulated hardware segmentation on skb.
1854 * @skb: buffer to segment
1855 *
1856 * This function segments the given skb and stores the list of segments
1857 * in skb->next.
1858 */
1859static int dev_gso_segment(struct sk_buff *skb)
1860{
1861 struct net_device *dev = skb->dev;
1862 struct sk_buff *segs;
576a30eb
HX
1863 int features = dev->features & ~(illegal_highdma(dev, skb) ?
1864 NETIF_F_SG : 0);
1865
1866 segs = skb_gso_segment(skb, features);
1867
1868 /* Verifying header integrity only. */
1869 if (!segs)
1870 return 0;
f6a78bfc 1871
801678c5 1872 if (IS_ERR(segs))
f6a78bfc
HX
1873 return PTR_ERR(segs);
1874
1875 skb->next = segs;
1876 DEV_GSO_CB(skb)->destructor = skb->destructor;
1877 skb->destructor = dev_gso_skb_destructor;
1878
1879 return 0;
1880}
1881
fd2ea0a7
DM
1882int dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev,
1883 struct netdev_queue *txq)
f6a78bfc 1884{
00829823 1885 const struct net_device_ops *ops = dev->netdev_ops;
572a9d7b 1886 int rc = NETDEV_TX_OK;
00829823 1887
f6a78bfc 1888 if (likely(!skb->next)) {
9be9a6b9 1889 if (!list_empty(&ptype_all))
f6a78bfc
HX
1890 dev_queue_xmit_nit(skb, dev);
1891
576a30eb
HX
1892 if (netif_needs_gso(dev, skb)) {
1893 if (unlikely(dev_gso_segment(skb)))
1894 goto out_kfree_skb;
1895 if (skb->next)
1896 goto gso;
1897 }
f6a78bfc 1898
93f154b5
ED
1899 /*
1900 * If device doesnt need skb->dst, release it right now while
1901 * its hot in this cpu cache
1902 */
adf30907
ED
1903 if (dev->priv_flags & IFF_XMIT_DST_RELEASE)
1904 skb_dst_drop(skb);
1905
ac45f602 1906 rc = ops->ndo_start_xmit(skb, dev);
ec634fe3 1907 if (rc == NETDEV_TX_OK)
08baf561 1908 txq_trans_update(txq);
ac45f602
PO
1909 /*
1910 * TODO: if skb_orphan() was called by
1911 * dev->hard_start_xmit() (for example, the unmodified
1912 * igb driver does that; bnx2 doesn't), then
1913 * skb_tx_software_timestamp() will be unable to send
1914 * back the time stamp.
1915 *
1916 * How can this be prevented? Always create another
1917 * reference to the socket before calling
1918 * dev->hard_start_xmit()? Prevent that skb_orphan()
1919 * does anything in dev->hard_start_xmit() by clearing
1920 * the skb destructor before the call and restoring it
1921 * afterwards, then doing the skb_orphan() ourselves?
1922 */
ac45f602 1923 return rc;
f6a78bfc
HX
1924 }
1925
576a30eb 1926gso:
f6a78bfc
HX
1927 do {
1928 struct sk_buff *nskb = skb->next;
f6a78bfc
HX
1929
1930 skb->next = nskb->next;
1931 nskb->next = NULL;
068a2de5
KK
1932
1933 /*
1934 * If device doesnt need nskb->dst, release it right now while
1935 * its hot in this cpu cache
1936 */
1937 if (dev->priv_flags & IFF_XMIT_DST_RELEASE)
1938 skb_dst_drop(nskb);
1939
00829823 1940 rc = ops->ndo_start_xmit(nskb, dev);
ec634fe3 1941 if (unlikely(rc != NETDEV_TX_OK)) {
572a9d7b
PM
1942 if (rc & ~NETDEV_TX_MASK)
1943 goto out_kfree_gso_skb;
f54d9e8d 1944 nskb->next = skb->next;
f6a78bfc
HX
1945 skb->next = nskb;
1946 return rc;
1947 }
08baf561 1948 txq_trans_update(txq);
fd2ea0a7 1949 if (unlikely(netif_tx_queue_stopped(txq) && skb->next))
f54d9e8d 1950 return NETDEV_TX_BUSY;
f6a78bfc 1951 } while (skb->next);
4ec93edb 1952
572a9d7b
PM
1953out_kfree_gso_skb:
1954 if (likely(skb->next == NULL))
1955 skb->destructor = DEV_GSO_CB(skb)->destructor;
f6a78bfc
HX
1956out_kfree_skb:
1957 kfree_skb(skb);
572a9d7b 1958 return rc;
f6a78bfc
HX
1959}
1960
0a9627f2 1961static u32 hashrnd __read_mostly;
b6b2fed1 1962
9247744e 1963u16 skb_tx_hash(const struct net_device *dev, const struct sk_buff *skb)
8f0f2223 1964{
7019298a 1965 u32 hash;
b6b2fed1 1966
513de11b
DM
1967 if (skb_rx_queue_recorded(skb)) {
1968 hash = skb_get_rx_queue(skb);
d1b19dff 1969 while (unlikely(hash >= dev->real_num_tx_queues))
513de11b
DM
1970 hash -= dev->real_num_tx_queues;
1971 return hash;
1972 }
ec581f6a
ED
1973
1974 if (skb->sk && skb->sk->sk_hash)
7019298a 1975 hash = skb->sk->sk_hash;
ec581f6a 1976 else
7019298a 1977 hash = skb->protocol;
d5a9e24a 1978
0a9627f2 1979 hash = jhash_1word(hash, hashrnd);
b6b2fed1
DM
1980
1981 return (u16) (((u64) hash * dev->real_num_tx_queues) >> 32);
8f0f2223 1982}
9247744e 1983EXPORT_SYMBOL(skb_tx_hash);
8f0f2223 1984
ed04642f
ED
1985static inline u16 dev_cap_txqueue(struct net_device *dev, u16 queue_index)
1986{
1987 if (unlikely(queue_index >= dev->real_num_tx_queues)) {
1988 if (net_ratelimit()) {
0a9627f2 1989 netdev_warn(dev, "selects TX queue %d, but "
ed04642f 1990 "real number of TX queues is %d\n",
0a9627f2 1991 queue_index, dev->real_num_tx_queues);
ed04642f
ED
1992 }
1993 return 0;
1994 }
1995 return queue_index;
1996}
1997
e8a0464c
DM
1998static struct netdev_queue *dev_pick_tx(struct net_device *dev,
1999 struct sk_buff *skb)
2000{
a4ee3ce3
KK
2001 u16 queue_index;
2002 struct sock *sk = skb->sk;
2003
2004 if (sk_tx_queue_recorded(sk)) {
2005 queue_index = sk_tx_queue_get(sk);
2006 } else {
2007 const struct net_device_ops *ops = dev->netdev_ops;
2008
2009 if (ops->ndo_select_queue) {
2010 queue_index = ops->ndo_select_queue(dev, skb);
ed04642f 2011 queue_index = dev_cap_txqueue(dev, queue_index);
a4ee3ce3
KK
2012 } else {
2013 queue_index = 0;
2014 if (dev->real_num_tx_queues > 1)
2015 queue_index = skb_tx_hash(dev, skb);
fd2ea0a7 2016
a4ee3ce3
KK
2017 if (sk && sk->sk_dst_cache)
2018 sk_tx_queue_set(sk, queue_index);
2019 }
2020 }
eae792b7 2021
fd2ea0a7
DM
2022 skb_set_queue_mapping(skb, queue_index);
2023 return netdev_get_tx_queue(dev, queue_index);
e8a0464c
DM
2024}
2025
bbd8a0d3
KK
2026static inline int __dev_xmit_skb(struct sk_buff *skb, struct Qdisc *q,
2027 struct net_device *dev,
2028 struct netdev_queue *txq)
2029{
2030 spinlock_t *root_lock = qdisc_lock(q);
2031 int rc;
2032
2033 spin_lock(root_lock);
2034 if (unlikely(test_bit(__QDISC_STATE_DEACTIVATED, &q->state))) {
2035 kfree_skb(skb);
2036 rc = NET_XMIT_DROP;
2037 } else if ((q->flags & TCQ_F_CAN_BYPASS) && !qdisc_qlen(q) &&
2038 !test_and_set_bit(__QDISC_STATE_RUNNING, &q->state)) {
2039 /*
2040 * This is a work-conserving queue; there are no old skbs
2041 * waiting to be sent out; and the qdisc is not running -
2042 * xmit the skb directly.
2043 */
2044 __qdisc_update_bstats(q, skb->len);
2045 if (sch_direct_xmit(skb, q, dev, txq, root_lock))
2046 __qdisc_run(q);
2047 else
2048 clear_bit(__QDISC_STATE_RUNNING, &q->state);
2049
2050 rc = NET_XMIT_SUCCESS;
2051 } else {
2052 rc = qdisc_enqueue_root(skb, q);
2053 qdisc_run(q);
2054 }
2055 spin_unlock(root_lock);
2056
2057 return rc;
2058}
2059
4b258461
KK
2060/*
2061 * Returns true if either:
2062 * 1. skb has frag_list and the device doesn't support FRAGLIST, or
2063 * 2. skb is fragmented and the device does not support SG, or if
2064 * at least one of fragments is in highmem and device does not
2065 * support DMA from it.
2066 */
2067static inline int skb_needs_linearize(struct sk_buff *skb,
2068 struct net_device *dev)
2069{
2070 return (skb_has_frags(skb) && !(dev->features & NETIF_F_FRAGLIST)) ||
2071 (skb_shinfo(skb)->nr_frags && (!(dev->features & NETIF_F_SG) ||
2072 illegal_highdma(dev, skb)));
2073}
2074
d29f749e
DJ
2075/**
2076 * dev_queue_xmit - transmit a buffer
2077 * @skb: buffer to transmit
2078 *
2079 * Queue a buffer for transmission to a network device. The caller must
2080 * have set the device and priority and built the buffer before calling
2081 * this function. The function can be called from an interrupt.
2082 *
2083 * A negative errno code is returned on a failure. A success does not
2084 * guarantee the frame will be transmitted as it may be dropped due
2085 * to congestion or traffic shaping.
2086 *
2087 * -----------------------------------------------------------------------------------
2088 * I notice this method can also return errors from the queue disciplines,
2089 * including NET_XMIT_DROP, which is a positive value. So, errors can also
2090 * be positive.
2091 *
2092 * Regardless of the return value, the skb is consumed, so it is currently
2093 * difficult to retry a send to this method. (You can bump the ref count
2094 * before sending to hold a reference for retry if you are careful.)
2095 *
2096 * When calling this method, interrupts MUST be enabled. This is because
2097 * the BH enable code must have IRQs enabled so that it will not deadlock.
2098 * --BLG
2099 */
1da177e4
LT
2100int dev_queue_xmit(struct sk_buff *skb)
2101{
2102 struct net_device *dev = skb->dev;
dc2b4847 2103 struct netdev_queue *txq;
1da177e4
LT
2104 struct Qdisc *q;
2105 int rc = -ENOMEM;
2106
f6a78bfc
HX
2107 /* GSO will handle the following emulations directly. */
2108 if (netif_needs_gso(dev, skb))
2109 goto gso;
2110
4b258461
KK
2111 /* Convert a paged skb to linear, if required */
2112 if (skb_needs_linearize(skb, dev) && __skb_linearize(skb))
1da177e4
LT
2113 goto out_kfree_skb;
2114
2115 /* If packet is not checksummed and device does not support
2116 * checksumming for this protocol, complete checksumming here.
2117 */
663ead3b
HX
2118 if (skb->ip_summed == CHECKSUM_PARTIAL) {
2119 skb_set_transport_header(skb, skb->csum_start -
2120 skb_headroom(skb));
6de329e2
BH
2121 if (!dev_can_checksum(dev, skb) && skb_checksum_help(skb))
2122 goto out_kfree_skb;
663ead3b 2123 }
1da177e4 2124
f6a78bfc 2125gso:
4ec93edb
YH
2126 /* Disable soft irqs for various locks below. Also
2127 * stops preemption for RCU.
1da177e4 2128 */
4ec93edb 2129 rcu_read_lock_bh();
1da177e4 2130
eae792b7 2131 txq = dev_pick_tx(dev, skb);
a898def2 2132 q = rcu_dereference_bh(txq->qdisc);
37437bb2 2133
1da177e4 2134#ifdef CONFIG_NET_CLS_ACT
d1b19dff 2135 skb->tc_verd = SET_TC_AT(skb->tc_verd, AT_EGRESS);
1da177e4
LT
2136#endif
2137 if (q->enqueue) {
bbd8a0d3 2138 rc = __dev_xmit_skb(skb, q, dev, txq);
37437bb2 2139 goto out;
1da177e4
LT
2140 }
2141
2142 /* The device has no queue. Common case for software devices:
2143 loopback, all the sorts of tunnels...
2144
932ff279
HX
2145 Really, it is unlikely that netif_tx_lock protection is necessary
2146 here. (f.e. loopback and IP tunnels are clean ignoring statistics
1da177e4
LT
2147 counters.)
2148 However, it is possible, that they rely on protection
2149 made by us here.
2150
2151 Check this and shot the lock. It is not prone from deadlocks.
2152 Either shot noqueue qdisc, it is even simpler 8)
2153 */
2154 if (dev->flags & IFF_UP) {
2155 int cpu = smp_processor_id(); /* ok because BHs are off */
2156
c773e847 2157 if (txq->xmit_lock_owner != cpu) {
1da177e4 2158
c773e847 2159 HARD_TX_LOCK(dev, txq, cpu);
1da177e4 2160
fd2ea0a7 2161 if (!netif_tx_queue_stopped(txq)) {
572a9d7b
PM
2162 rc = dev_hard_start_xmit(skb, dev, txq);
2163 if (dev_xmit_complete(rc)) {
c773e847 2164 HARD_TX_UNLOCK(dev, txq);
1da177e4
LT
2165 goto out;
2166 }
2167 }
c773e847 2168 HARD_TX_UNLOCK(dev, txq);
1da177e4
LT
2169 if (net_ratelimit())
2170 printk(KERN_CRIT "Virtual device %s asks to "
2171 "queue packet!\n", dev->name);
2172 } else {
2173 /* Recursion is detected! It is possible,
2174 * unfortunately */
2175 if (net_ratelimit())
2176 printk(KERN_CRIT "Dead loop on virtual device "
2177 "%s, fix it urgently!\n", dev->name);
2178 }
2179 }
2180
2181 rc = -ENETDOWN;
d4828d85 2182 rcu_read_unlock_bh();
1da177e4
LT
2183
2184out_kfree_skb:
2185 kfree_skb(skb);
2186 return rc;
2187out:
d4828d85 2188 rcu_read_unlock_bh();
1da177e4
LT
2189 return rc;
2190}
d1b19dff 2191EXPORT_SYMBOL(dev_queue_xmit);
1da177e4
LT
2192
2193
2194/*=======================================================================
2195 Receiver routines
2196 =======================================================================*/
2197
6b2bedc3
SH
2198int netdev_max_backlog __read_mostly = 1000;
2199int netdev_budget __read_mostly = 300;
2200int weight_p __read_mostly = 64; /* old backlog weight */
1da177e4
LT
2201
2202DEFINE_PER_CPU(struct netif_rx_stats, netdev_rx_stat) = { 0, };
2203
df334545 2204#ifdef CONFIG_RPS
0a9627f2
TH
2205/*
2206 * get_rps_cpu is called from netif_receive_skb and returns the target
2207 * CPU from the RPS map of the receiving queue for a given skb.
2208 */
2209static int get_rps_cpu(struct net_device *dev, struct sk_buff *skb)
2210{
2211 struct ipv6hdr *ip6;
2212 struct iphdr *ip;
2213 struct netdev_rx_queue *rxqueue;
2214 struct rps_map *map;
2215 int cpu = -1;
2216 u8 ip_proto;
2217 u32 addr1, addr2, ports, ihl;
2218
2219 rcu_read_lock();
2220
2221 if (skb_rx_queue_recorded(skb)) {
2222 u16 index = skb_get_rx_queue(skb);
2223 if (unlikely(index >= dev->num_rx_queues)) {
2224 if (net_ratelimit()) {
2225 netdev_warn(dev, "received packet on queue "
2226 "%u, but number of RX queues is %u\n",
2227 index, dev->num_rx_queues);
2228 }
2229 goto done;
2230 }
2231 rxqueue = dev->_rx + index;
2232 } else
2233 rxqueue = dev->_rx;
2234
2235 if (!rxqueue->rps_map)
2236 goto done;
2237
2238 if (skb->rxhash)
2239 goto got_hash; /* Skip hash computation on packet header */
2240
2241 switch (skb->protocol) {
2242 case __constant_htons(ETH_P_IP):
2243 if (!pskb_may_pull(skb, sizeof(*ip)))
2244 goto done;
2245
2246 ip = (struct iphdr *) skb->data;
2247 ip_proto = ip->protocol;
2248 addr1 = ip->saddr;
2249 addr2 = ip->daddr;
2250 ihl = ip->ihl;
2251 break;
2252 case __constant_htons(ETH_P_IPV6):
2253 if (!pskb_may_pull(skb, sizeof(*ip6)))
2254 goto done;
2255
2256 ip6 = (struct ipv6hdr *) skb->data;
2257 ip_proto = ip6->nexthdr;
2258 addr1 = ip6->saddr.s6_addr32[3];
2259 addr2 = ip6->daddr.s6_addr32[3];
2260 ihl = (40 >> 2);
2261 break;
2262 default:
2263 goto done;
2264 }
2265 ports = 0;
2266 switch (ip_proto) {
2267 case IPPROTO_TCP:
2268 case IPPROTO_UDP:
2269 case IPPROTO_DCCP:
2270 case IPPROTO_ESP:
2271 case IPPROTO_AH:
2272 case IPPROTO_SCTP:
2273 case IPPROTO_UDPLITE:
2274 if (pskb_may_pull(skb, (ihl * 4) + 4))
2275 ports = *((u32 *) (skb->data + (ihl * 4)));
2276 break;
2277
2278 default:
2279 break;
2280 }
2281
2282 skb->rxhash = jhash_3words(addr1, addr2, ports, hashrnd);
2283 if (!skb->rxhash)
2284 skb->rxhash = 1;
2285
2286got_hash:
2287 map = rcu_dereference(rxqueue->rps_map);
2288 if (map) {
2289 u16 tcpu = map->cpus[((u64) skb->rxhash * map->len) >> 32];
2290
2291 if (cpu_online(tcpu)) {
2292 cpu = tcpu;
2293 goto done;
2294 }
2295 }
2296
2297done:
2298 rcu_read_unlock();
2299 return cpu;
2300}
2301
2302/*
2303 * This structure holds the per-CPU mask of CPUs for which IPIs are scheduled
2304 * to be sent to kick remote softirq processing. There are two masks since
2305 * the sending of IPIs must be done with interrupts enabled. The select field
2306 * indicates the current mask that enqueue_backlog uses to schedule IPIs.
2307 * select is flipped before net_rps_action is called while still under lock,
2308 * net_rps_action then uses the non-selected mask to send the IPIs and clears
2309 * it without conflicting with enqueue_backlog operation.
2310 */
2311struct rps_remote_softirq_cpus {
2312 cpumask_t mask[2];
2313 int select;
2314};
2315static DEFINE_PER_CPU(struct rps_remote_softirq_cpus, rps_remote_softirq_cpus);
2316
2317/* Called from hardirq (IPI) context */
2318static void trigger_softirq(void *data)
2319{
2320 struct softnet_data *queue = data;
2321 __napi_schedule(&queue->backlog);
2322 __get_cpu_var(netdev_rx_stat).received_rps++;
2323}
1e94d72f 2324#endif /* CONFIG_SMP */
0a9627f2
TH
2325
2326/*
2327 * enqueue_to_backlog is called to queue an skb to a per CPU backlog
2328 * queue (may be a remote CPU queue).
2329 */
2330static int enqueue_to_backlog(struct sk_buff *skb, int cpu)
2331{
2332 struct softnet_data *queue;
2333 unsigned long flags;
2334
2335 queue = &per_cpu(softnet_data, cpu);
2336
2337 local_irq_save(flags);
2338 __get_cpu_var(netdev_rx_stat).total++;
2339
152102c7 2340 rps_lock(queue);
0a9627f2
TH
2341 if (queue->input_pkt_queue.qlen <= netdev_max_backlog) {
2342 if (queue->input_pkt_queue.qlen) {
2343enqueue:
2344 __skb_queue_tail(&queue->input_pkt_queue, skb);
152102c7
CG
2345 rps_unlock(queue);
2346 local_irq_restore(flags);
0a9627f2
TH
2347 return NET_RX_SUCCESS;
2348 }
2349
2350 /* Schedule NAPI for backlog device */
2351 if (napi_schedule_prep(&queue->backlog)) {
df334545 2352#ifdef CONFIG_RPS
0a9627f2
TH
2353 if (cpu != smp_processor_id()) {
2354 struct rps_remote_softirq_cpus *rcpus =
2355 &__get_cpu_var(rps_remote_softirq_cpus);
2356
2357 cpu_set(cpu, rcpus->mask[rcpus->select]);
2358 __raise_softirq_irqoff(NET_RX_SOFTIRQ);
2359 } else
2360 __napi_schedule(&queue->backlog);
1e94d72f
TH
2361#else
2362 __napi_schedule(&queue->backlog);
2363#endif
0a9627f2
TH
2364 }
2365 goto enqueue;
2366 }
2367
152102c7 2368 rps_unlock(queue);
0a9627f2
TH
2369
2370 __get_cpu_var(netdev_rx_stat).dropped++;
2371 local_irq_restore(flags);
2372
2373 kfree_skb(skb);
2374 return NET_RX_DROP;
2375}
1da177e4 2376
1da177e4
LT
2377/**
2378 * netif_rx - post buffer to the network code
2379 * @skb: buffer to post
2380 *
2381 * This function receives a packet from a device driver and queues it for
2382 * the upper (protocol) levels to process. It always succeeds. The buffer
2383 * may be dropped during processing for congestion control or by the
2384 * protocol layers.
2385 *
2386 * return values:
2387 * NET_RX_SUCCESS (no congestion)
1da177e4
LT
2388 * NET_RX_DROP (packet was dropped)
2389 *
2390 */
2391
2392int netif_rx(struct sk_buff *skb)
2393{
0a9627f2 2394 int cpu;
1da177e4
LT
2395
2396 /* if netpoll wants it, pretend we never saw it */
2397 if (netpoll_rx(skb))
2398 return NET_RX_DROP;
2399
b7aa0bf7 2400 if (!skb->tstamp.tv64)
a61bbcf2 2401 net_timestamp(skb);
1da177e4 2402
df334545 2403#ifdef CONFIG_RPS
0a9627f2
TH
2404 cpu = get_rps_cpu(skb->dev, skb);
2405 if (cpu < 0)
2406 cpu = smp_processor_id();
1e94d72f
TH
2407#else
2408 cpu = smp_processor_id();
2409#endif
1da177e4 2410
0a9627f2 2411 return enqueue_to_backlog(skb, cpu);
1da177e4 2412}
d1b19dff 2413EXPORT_SYMBOL(netif_rx);
1da177e4
LT
2414
2415int netif_rx_ni(struct sk_buff *skb)
2416{
2417 int err;
2418
2419 preempt_disable();
2420 err = netif_rx(skb);
2421 if (local_softirq_pending())
2422 do_softirq();
2423 preempt_enable();
2424
2425 return err;
2426}
1da177e4
LT
2427EXPORT_SYMBOL(netif_rx_ni);
2428
1da177e4
LT
2429static void net_tx_action(struct softirq_action *h)
2430{
2431 struct softnet_data *sd = &__get_cpu_var(softnet_data);
2432
2433 if (sd->completion_queue) {
2434 struct sk_buff *clist;
2435
2436 local_irq_disable();
2437 clist = sd->completion_queue;
2438 sd->completion_queue = NULL;
2439 local_irq_enable();
2440
2441 while (clist) {
2442 struct sk_buff *skb = clist;
2443 clist = clist->next;
2444
547b792c 2445 WARN_ON(atomic_read(&skb->users));
1da177e4
LT
2446 __kfree_skb(skb);
2447 }
2448 }
2449
2450 if (sd->output_queue) {
37437bb2 2451 struct Qdisc *head;
1da177e4
LT
2452
2453 local_irq_disable();
2454 head = sd->output_queue;
2455 sd->output_queue = NULL;
2456 local_irq_enable();
2457
2458 while (head) {
37437bb2
DM
2459 struct Qdisc *q = head;
2460 spinlock_t *root_lock;
2461
1da177e4
LT
2462 head = head->next_sched;
2463
5fb66229 2464 root_lock = qdisc_lock(q);
37437bb2 2465 if (spin_trylock(root_lock)) {
def82a1d
JP
2466 smp_mb__before_clear_bit();
2467 clear_bit(__QDISC_STATE_SCHED,
2468 &q->state);
37437bb2
DM
2469 qdisc_run(q);
2470 spin_unlock(root_lock);
1da177e4 2471 } else {
195648bb 2472 if (!test_bit(__QDISC_STATE_DEACTIVATED,
e8a83e10 2473 &q->state)) {
195648bb 2474 __netif_reschedule(q);
e8a83e10
JP
2475 } else {
2476 smp_mb__before_clear_bit();
2477 clear_bit(__QDISC_STATE_SCHED,
2478 &q->state);
2479 }
1da177e4
LT
2480 }
2481 }
2482 }
2483}
2484
6f05f629
SH
2485static inline int deliver_skb(struct sk_buff *skb,
2486 struct packet_type *pt_prev,
2487 struct net_device *orig_dev)
1da177e4
LT
2488{
2489 atomic_inc(&skb->users);
f2ccd8fa 2490 return pt_prev->func(skb, skb->dev, pt_prev, orig_dev);
1da177e4
LT
2491}
2492
2493#if defined(CONFIG_BRIDGE) || defined (CONFIG_BRIDGE_MODULE)
da678292
MM
2494
2495#if defined(CONFIG_ATM_LANE) || defined(CONFIG_ATM_LANE_MODULE)
2496/* This hook is defined here for ATM LANE */
2497int (*br_fdb_test_addr_hook)(struct net_device *dev,
2498 unsigned char *addr) __read_mostly;
4fb019a0 2499EXPORT_SYMBOL_GPL(br_fdb_test_addr_hook);
da678292 2500#endif
1da177e4 2501
6229e362
SH
2502/*
2503 * If bridge module is loaded call bridging hook.
2504 * returns NULL if packet was consumed.
2505 */
2506struct sk_buff *(*br_handle_frame_hook)(struct net_bridge_port *p,
2507 struct sk_buff *skb) __read_mostly;
4fb019a0 2508EXPORT_SYMBOL_GPL(br_handle_frame_hook);
da678292 2509
6229e362
SH
2510static inline struct sk_buff *handle_bridge(struct sk_buff *skb,
2511 struct packet_type **pt_prev, int *ret,
2512 struct net_device *orig_dev)
1da177e4
LT
2513{
2514 struct net_bridge_port *port;
2515
6229e362
SH
2516 if (skb->pkt_type == PACKET_LOOPBACK ||
2517 (port = rcu_dereference(skb->dev->br_port)) == NULL)
2518 return skb;
1da177e4
LT
2519
2520 if (*pt_prev) {
6229e362 2521 *ret = deliver_skb(skb, *pt_prev, orig_dev);
1da177e4 2522 *pt_prev = NULL;
4ec93edb
YH
2523 }
2524
6229e362 2525 return br_handle_frame_hook(port, skb);
1da177e4
LT
2526}
2527#else
6229e362 2528#define handle_bridge(skb, pt_prev, ret, orig_dev) (skb)
1da177e4
LT
2529#endif
2530
b863ceb7
PM
2531#if defined(CONFIG_MACVLAN) || defined(CONFIG_MACVLAN_MODULE)
2532struct sk_buff *(*macvlan_handle_frame_hook)(struct sk_buff *skb) __read_mostly;
2533EXPORT_SYMBOL_GPL(macvlan_handle_frame_hook);
2534
2535static inline struct sk_buff *handle_macvlan(struct sk_buff *skb,
2536 struct packet_type **pt_prev,
2537 int *ret,
2538 struct net_device *orig_dev)
2539{
2540 if (skb->dev->macvlan_port == NULL)
2541 return skb;
2542
2543 if (*pt_prev) {
2544 *ret = deliver_skb(skb, *pt_prev, orig_dev);
2545 *pt_prev = NULL;
2546 }
2547 return macvlan_handle_frame_hook(skb);
2548}
2549#else
2550#define handle_macvlan(skb, pt_prev, ret, orig_dev) (skb)
2551#endif
2552
1da177e4
LT
2553#ifdef CONFIG_NET_CLS_ACT
2554/* TODO: Maybe we should just force sch_ingress to be compiled in
2555 * when CONFIG_NET_CLS_ACT is? otherwise some useless instructions
2556 * a compare and 2 stores extra right now if we dont have it on
2557 * but have CONFIG_NET_CLS_ACT
4ec93edb 2558 * NOTE: This doesnt stop any functionality; if you dont have
1da177e4
LT
2559 * the ingress scheduler, you just cant add policies on ingress.
2560 *
2561 */
4ec93edb 2562static int ing_filter(struct sk_buff *skb)
1da177e4 2563{
1da177e4 2564 struct net_device *dev = skb->dev;
f697c3e8 2565 u32 ttl = G_TC_RTTL(skb->tc_verd);
555353cf
DM
2566 struct netdev_queue *rxq;
2567 int result = TC_ACT_OK;
2568 struct Qdisc *q;
4ec93edb 2569
f697c3e8
HX
2570 if (MAX_RED_LOOP < ttl++) {
2571 printk(KERN_WARNING
2572 "Redir loop detected Dropping packet (%d->%d)\n",
8964be4a 2573 skb->skb_iif, dev->ifindex);
f697c3e8
HX
2574 return TC_ACT_SHOT;
2575 }
1da177e4 2576
f697c3e8
HX
2577 skb->tc_verd = SET_TC_RTTL(skb->tc_verd, ttl);
2578 skb->tc_verd = SET_TC_AT(skb->tc_verd, AT_INGRESS);
1da177e4 2579
555353cf
DM
2580 rxq = &dev->rx_queue;
2581
83874000 2582 q = rxq->qdisc;
8d50b53d 2583 if (q != &noop_qdisc) {
83874000 2584 spin_lock(qdisc_lock(q));
a9312ae8
DM
2585 if (likely(!test_bit(__QDISC_STATE_DEACTIVATED, &q->state)))
2586 result = qdisc_enqueue_root(skb, q);
83874000
DM
2587 spin_unlock(qdisc_lock(q));
2588 }
f697c3e8
HX
2589
2590 return result;
2591}
86e65da9 2592
f697c3e8
HX
2593static inline struct sk_buff *handle_ing(struct sk_buff *skb,
2594 struct packet_type **pt_prev,
2595 int *ret, struct net_device *orig_dev)
2596{
8d50b53d 2597 if (skb->dev->rx_queue.qdisc == &noop_qdisc)
f697c3e8 2598 goto out;
1da177e4 2599
f697c3e8
HX
2600 if (*pt_prev) {
2601 *ret = deliver_skb(skb, *pt_prev, orig_dev);
2602 *pt_prev = NULL;
2603 } else {
2604 /* Huh? Why does turning on AF_PACKET affect this? */
2605 skb->tc_verd = SET_TC_OK2MUNGE(skb->tc_verd);
1da177e4
LT
2606 }
2607
f697c3e8
HX
2608 switch (ing_filter(skb)) {
2609 case TC_ACT_SHOT:
2610 case TC_ACT_STOLEN:
2611 kfree_skb(skb);
2612 return NULL;
2613 }
2614
2615out:
2616 skb->tc_verd = 0;
2617 return skb;
1da177e4
LT
2618}
2619#endif
2620
bc1d0411
PM
2621/*
2622 * netif_nit_deliver - deliver received packets to network taps
2623 * @skb: buffer
2624 *
2625 * This function is used to deliver incoming packets to network
2626 * taps. It should be used when the normal netif_receive_skb path
2627 * is bypassed, for example because of VLAN acceleration.
2628 */
2629void netif_nit_deliver(struct sk_buff *skb)
2630{
2631 struct packet_type *ptype;
2632
2633 if (list_empty(&ptype_all))
2634 return;
2635
2636 skb_reset_network_header(skb);
2637 skb_reset_transport_header(skb);
2638 skb->mac_len = skb->network_header - skb->mac_header;
2639
2640 rcu_read_lock();
2641 list_for_each_entry_rcu(ptype, &ptype_all, list) {
2642 if (!ptype->dev || ptype->dev == skb->dev)
2643 deliver_skb(skb, ptype, skb->dev);
2644 }
2645 rcu_read_unlock();
2646}
2647
10f744d2 2648static int __netif_receive_skb(struct sk_buff *skb)
1da177e4
LT
2649{
2650 struct packet_type *ptype, *pt_prev;
f2ccd8fa 2651 struct net_device *orig_dev;
0641e4fb 2652 struct net_device *master;
0d7a3681 2653 struct net_device *null_or_orig;
ca8d9ea3 2654 struct net_device *null_or_bond;
1da177e4 2655 int ret = NET_RX_DROP;
252e3346 2656 __be16 type;
1da177e4 2657
81bbb3d4
ED
2658 if (!skb->tstamp.tv64)
2659 net_timestamp(skb);
2660
05423b24 2661 if (vlan_tx_tag_present(skb) && vlan_hwaccel_do_receive(skb))
9b22ea56
PM
2662 return NET_RX_SUCCESS;
2663
1da177e4 2664 /* if we've gotten here through NAPI, check netpoll */
bea3348e 2665 if (netpoll_receive_skb(skb))
1da177e4
LT
2666 return NET_RX_DROP;
2667
8964be4a
ED
2668 if (!skb->skb_iif)
2669 skb->skb_iif = skb->dev->ifindex;
86e65da9 2670
0d7a3681 2671 null_or_orig = NULL;
cc9bd5ce 2672 orig_dev = skb->dev;
0641e4fb
ED
2673 master = ACCESS_ONCE(orig_dev->master);
2674 if (master) {
2675 if (skb_bond_should_drop(skb, master))
0d7a3681
JE
2676 null_or_orig = orig_dev; /* deliver only exact match */
2677 else
0641e4fb 2678 skb->dev = master;
cc9bd5ce 2679 }
8f903c70 2680
1da177e4
LT
2681 __get_cpu_var(netdev_rx_stat).total++;
2682
c1d2bbe1 2683 skb_reset_network_header(skb);
badff6d0 2684 skb_reset_transport_header(skb);
b0e380b1 2685 skb->mac_len = skb->network_header - skb->mac_header;
1da177e4
LT
2686
2687 pt_prev = NULL;
2688
2689 rcu_read_lock();
2690
2691#ifdef CONFIG_NET_CLS_ACT
2692 if (skb->tc_verd & TC_NCLS) {
2693 skb->tc_verd = CLR_TC_NCLS(skb->tc_verd);
2694 goto ncls;
2695 }
2696#endif
2697
2698 list_for_each_entry_rcu(ptype, &ptype_all, list) {
f982307f
JE
2699 if (ptype->dev == null_or_orig || ptype->dev == skb->dev ||
2700 ptype->dev == orig_dev) {
4ec93edb 2701 if (pt_prev)
f2ccd8fa 2702 ret = deliver_skb(skb, pt_prev, orig_dev);
1da177e4
LT
2703 pt_prev = ptype;
2704 }
2705 }
2706
2707#ifdef CONFIG_NET_CLS_ACT
f697c3e8
HX
2708 skb = handle_ing(skb, &pt_prev, &ret, orig_dev);
2709 if (!skb)
1da177e4 2710 goto out;
1da177e4
LT
2711ncls:
2712#endif
2713
6229e362 2714 skb = handle_bridge(skb, &pt_prev, &ret, orig_dev);
b863ceb7
PM
2715 if (!skb)
2716 goto out;
2717 skb = handle_macvlan(skb, &pt_prev, &ret, orig_dev);
6229e362 2718 if (!skb)
1da177e4
LT
2719 goto out;
2720
1f3c8804
AG
2721 /*
2722 * Make sure frames received on VLAN interfaces stacked on
2723 * bonding interfaces still make their way to any base bonding
2724 * device that may have registered for a specific ptype. The
2725 * handler may have to adjust skb->dev and orig_dev.
1f3c8804 2726 */
ca8d9ea3 2727 null_or_bond = NULL;
1f3c8804
AG
2728 if ((skb->dev->priv_flags & IFF_802_1Q_VLAN) &&
2729 (vlan_dev_real_dev(skb->dev)->priv_flags & IFF_BONDING)) {
ca8d9ea3 2730 null_or_bond = vlan_dev_real_dev(skb->dev);
1f3c8804
AG
2731 }
2732
1da177e4 2733 type = skb->protocol;
82d8a867
PE
2734 list_for_each_entry_rcu(ptype,
2735 &ptype_base[ntohs(type) & PTYPE_HASH_MASK], list) {
1f3c8804 2736 if (ptype->type == type && (ptype->dev == null_or_orig ||
ca8d9ea3
AG
2737 ptype->dev == skb->dev || ptype->dev == orig_dev ||
2738 ptype->dev == null_or_bond)) {
4ec93edb 2739 if (pt_prev)
f2ccd8fa 2740 ret = deliver_skb(skb, pt_prev, orig_dev);
1da177e4
LT
2741 pt_prev = ptype;
2742 }
2743 }
2744
2745 if (pt_prev) {
f2ccd8fa 2746 ret = pt_prev->func(skb, skb->dev, pt_prev, orig_dev);
1da177e4
LT
2747 } else {
2748 kfree_skb(skb);
2749 /* Jamal, now you will not able to escape explaining
2750 * me how you were going to use this. :-)
2751 */
2752 ret = NET_RX_DROP;
2753 }
2754
2755out:
2756 rcu_read_unlock();
2757 return ret;
2758}
0a9627f2
TH
2759
2760/**
2761 * netif_receive_skb - process receive buffer from network
2762 * @skb: buffer to process
2763 *
2764 * netif_receive_skb() is the main receive data processing function.
2765 * It always succeeds. The buffer may be dropped during processing
2766 * for congestion control or by the protocol layers.
2767 *
2768 * This function may only be called from softirq context and interrupts
2769 * should be enabled.
2770 *
2771 * Return values (usually ignored):
2772 * NET_RX_SUCCESS: no congestion
2773 * NET_RX_DROP: packet was dropped
2774 */
2775int netif_receive_skb(struct sk_buff *skb)
2776{
df334545 2777#ifdef CONFIG_RPS
0a9627f2
TH
2778 int cpu;
2779
2780 cpu = get_rps_cpu(skb->dev, skb);
2781
2782 if (cpu < 0)
2783 return __netif_receive_skb(skb);
2784 else
2785 return enqueue_to_backlog(skb, cpu);
1e94d72f
TH
2786#else
2787 return __netif_receive_skb(skb);
2788#endif
0a9627f2 2789}
d1b19dff 2790EXPORT_SYMBOL(netif_receive_skb);
1da177e4 2791
6e583ce5 2792/* Network device is going away, flush any packets still pending */
152102c7 2793static void flush_backlog(void *arg)
6e583ce5 2794{
152102c7
CG
2795 struct net_device *dev = arg;
2796 struct softnet_data *queue = &__get_cpu_var(softnet_data);
6e583ce5
SH
2797 struct sk_buff *skb, *tmp;
2798
152102c7 2799 rps_lock(queue);
6e583ce5
SH
2800 skb_queue_walk_safe(&queue->input_pkt_queue, skb, tmp)
2801 if (skb->dev == dev) {
2802 __skb_unlink(skb, &queue->input_pkt_queue);
2803 kfree_skb(skb);
2804 }
152102c7 2805 rps_unlock(queue);
6e583ce5
SH
2806}
2807
d565b0a1
HX
2808static int napi_gro_complete(struct sk_buff *skb)
2809{
2810 struct packet_type *ptype;
2811 __be16 type = skb->protocol;
2812 struct list_head *head = &ptype_base[ntohs(type) & PTYPE_HASH_MASK];
2813 int err = -ENOENT;
2814
fc59f9a3
HX
2815 if (NAPI_GRO_CB(skb)->count == 1) {
2816 skb_shinfo(skb)->gso_size = 0;
d565b0a1 2817 goto out;
fc59f9a3 2818 }
d565b0a1
HX
2819
2820 rcu_read_lock();
2821 list_for_each_entry_rcu(ptype, head, list) {
2822 if (ptype->type != type || ptype->dev || !ptype->gro_complete)
2823 continue;
2824
2825 err = ptype->gro_complete(skb);
2826 break;
2827 }
2828 rcu_read_unlock();
2829
2830 if (err) {
2831 WARN_ON(&ptype->list == head);
2832 kfree_skb(skb);
2833 return NET_RX_SUCCESS;
2834 }
2835
2836out:
d565b0a1
HX
2837 return netif_receive_skb(skb);
2838}
2839
11380a4b 2840static void napi_gro_flush(struct napi_struct *napi)
d565b0a1
HX
2841{
2842 struct sk_buff *skb, *next;
2843
2844 for (skb = napi->gro_list; skb; skb = next) {
2845 next = skb->next;
2846 skb->next = NULL;
2847 napi_gro_complete(skb);
2848 }
2849
4ae5544f 2850 napi->gro_count = 0;
d565b0a1
HX
2851 napi->gro_list = NULL;
2852}
d565b0a1 2853
5b252f0c 2854enum gro_result dev_gro_receive(struct napi_struct *napi, struct sk_buff *skb)
d565b0a1
HX
2855{
2856 struct sk_buff **pp = NULL;
2857 struct packet_type *ptype;
2858 __be16 type = skb->protocol;
2859 struct list_head *head = &ptype_base[ntohs(type) & PTYPE_HASH_MASK];
0da2afd5 2860 int same_flow;
d565b0a1 2861 int mac_len;
5b252f0c 2862 enum gro_result ret;
d565b0a1
HX
2863
2864 if (!(skb->dev->features & NETIF_F_GRO))
2865 goto normal;
2866
4cf704fb 2867 if (skb_is_gso(skb) || skb_has_frags(skb))
f17f5c91
HX
2868 goto normal;
2869
d565b0a1
HX
2870 rcu_read_lock();
2871 list_for_each_entry_rcu(ptype, head, list) {
d565b0a1
HX
2872 if (ptype->type != type || ptype->dev || !ptype->gro_receive)
2873 continue;
2874
86911732 2875 skb_set_network_header(skb, skb_gro_offset(skb));
d565b0a1
HX
2876 mac_len = skb->network_header - skb->mac_header;
2877 skb->mac_len = mac_len;
2878 NAPI_GRO_CB(skb)->same_flow = 0;
2879 NAPI_GRO_CB(skb)->flush = 0;
5d38a079 2880 NAPI_GRO_CB(skb)->free = 0;
d565b0a1 2881
d565b0a1
HX
2882 pp = ptype->gro_receive(&napi->gro_list, skb);
2883 break;
2884 }
2885 rcu_read_unlock();
2886
2887 if (&ptype->list == head)
2888 goto normal;
2889
0da2afd5 2890 same_flow = NAPI_GRO_CB(skb)->same_flow;
5d0d9be8 2891 ret = NAPI_GRO_CB(skb)->free ? GRO_MERGED_FREE : GRO_MERGED;
0da2afd5 2892
d565b0a1
HX
2893 if (pp) {
2894 struct sk_buff *nskb = *pp;
2895
2896 *pp = nskb->next;
2897 nskb->next = NULL;
2898 napi_gro_complete(nskb);
4ae5544f 2899 napi->gro_count--;
d565b0a1
HX
2900 }
2901
0da2afd5 2902 if (same_flow)
d565b0a1
HX
2903 goto ok;
2904
4ae5544f 2905 if (NAPI_GRO_CB(skb)->flush || napi->gro_count >= MAX_GRO_SKBS)
d565b0a1 2906 goto normal;
d565b0a1 2907
4ae5544f 2908 napi->gro_count++;
d565b0a1 2909 NAPI_GRO_CB(skb)->count = 1;
86911732 2910 skb_shinfo(skb)->gso_size = skb_gro_len(skb);
d565b0a1
HX
2911 skb->next = napi->gro_list;
2912 napi->gro_list = skb;
5d0d9be8 2913 ret = GRO_HELD;
d565b0a1 2914
ad0f9904 2915pull:
cb18978c
HX
2916 if (skb_headlen(skb) < skb_gro_offset(skb)) {
2917 int grow = skb_gro_offset(skb) - skb_headlen(skb);
2918
2919 BUG_ON(skb->end - skb->tail < grow);
2920
2921 memcpy(skb_tail_pointer(skb), NAPI_GRO_CB(skb)->frag0, grow);
2922
2923 skb->tail += grow;
2924 skb->data_len -= grow;
2925
2926 skb_shinfo(skb)->frags[0].page_offset += grow;
2927 skb_shinfo(skb)->frags[0].size -= grow;
2928
2929 if (unlikely(!skb_shinfo(skb)->frags[0].size)) {
2930 put_page(skb_shinfo(skb)->frags[0].page);
2931 memmove(skb_shinfo(skb)->frags,
2932 skb_shinfo(skb)->frags + 1,
2933 --skb_shinfo(skb)->nr_frags);
2934 }
ad0f9904
HX
2935 }
2936
d565b0a1 2937ok:
5d0d9be8 2938 return ret;
d565b0a1
HX
2939
2940normal:
ad0f9904
HX
2941 ret = GRO_NORMAL;
2942 goto pull;
5d38a079 2943}
96e93eab
HX
2944EXPORT_SYMBOL(dev_gro_receive);
2945
5b252f0c
BH
2946static gro_result_t
2947__napi_gro_receive(struct napi_struct *napi, struct sk_buff *skb)
96e93eab
HX
2948{
2949 struct sk_buff *p;
2950
d1c76af9
HX
2951 if (netpoll_rx_on(skb))
2952 return GRO_NORMAL;
2953
96e93eab 2954 for (p = napi->gro_list; p; p = p->next) {
f64f9e71
JP
2955 NAPI_GRO_CB(p)->same_flow =
2956 (p->dev == skb->dev) &&
2957 !compare_ether_header(skb_mac_header(p),
2958 skb_gro_mac_header(skb));
96e93eab
HX
2959 NAPI_GRO_CB(p)->flush = 0;
2960 }
2961
2962 return dev_gro_receive(napi, skb);
2963}
5d38a079 2964
c7c4b3b6 2965gro_result_t napi_skb_finish(gro_result_t ret, struct sk_buff *skb)
5d38a079 2966{
5d0d9be8
HX
2967 switch (ret) {
2968 case GRO_NORMAL:
c7c4b3b6
BH
2969 if (netif_receive_skb(skb))
2970 ret = GRO_DROP;
2971 break;
5d38a079 2972
5d0d9be8 2973 case GRO_DROP:
5d0d9be8 2974 case GRO_MERGED_FREE:
5d38a079
HX
2975 kfree_skb(skb);
2976 break;
5b252f0c
BH
2977
2978 case GRO_HELD:
2979 case GRO_MERGED:
2980 break;
5d38a079
HX
2981 }
2982
c7c4b3b6 2983 return ret;
5d0d9be8
HX
2984}
2985EXPORT_SYMBOL(napi_skb_finish);
2986
78a478d0
HX
2987void skb_gro_reset_offset(struct sk_buff *skb)
2988{
2989 NAPI_GRO_CB(skb)->data_offset = 0;
2990 NAPI_GRO_CB(skb)->frag0 = NULL;
7489594c 2991 NAPI_GRO_CB(skb)->frag0_len = 0;
78a478d0 2992
78d3fd0b 2993 if (skb->mac_header == skb->tail &&
7489594c 2994 !PageHighMem(skb_shinfo(skb)->frags[0].page)) {
78a478d0
HX
2995 NAPI_GRO_CB(skb)->frag0 =
2996 page_address(skb_shinfo(skb)->frags[0].page) +
2997 skb_shinfo(skb)->frags[0].page_offset;
7489594c
HX
2998 NAPI_GRO_CB(skb)->frag0_len = skb_shinfo(skb)->frags[0].size;
2999 }
78a478d0
HX
3000}
3001EXPORT_SYMBOL(skb_gro_reset_offset);
3002
c7c4b3b6 3003gro_result_t napi_gro_receive(struct napi_struct *napi, struct sk_buff *skb)
5d0d9be8 3004{
86911732
HX
3005 skb_gro_reset_offset(skb);
3006
5d0d9be8 3007 return napi_skb_finish(__napi_gro_receive(napi, skb), skb);
d565b0a1
HX
3008}
3009EXPORT_SYMBOL(napi_gro_receive);
3010
96e93eab
HX
3011void napi_reuse_skb(struct napi_struct *napi, struct sk_buff *skb)
3012{
96e93eab
HX
3013 __skb_pull(skb, skb_headlen(skb));
3014 skb_reserve(skb, NET_IP_ALIGN - skb_headroom(skb));
3015
3016 napi->skb = skb;
3017}
3018EXPORT_SYMBOL(napi_reuse_skb);
3019
76620aaf 3020struct sk_buff *napi_get_frags(struct napi_struct *napi)
5d38a079 3021{
5d38a079 3022 struct sk_buff *skb = napi->skb;
5d38a079
HX
3023
3024 if (!skb) {
89d71a66
ED
3025 skb = netdev_alloc_skb_ip_align(napi->dev, GRO_MAX_HEAD);
3026 if (skb)
3027 napi->skb = skb;
80595d59 3028 }
96e93eab
HX
3029 return skb;
3030}
76620aaf 3031EXPORT_SYMBOL(napi_get_frags);
96e93eab 3032
c7c4b3b6
BH
3033gro_result_t napi_frags_finish(struct napi_struct *napi, struct sk_buff *skb,
3034 gro_result_t ret)
96e93eab 3035{
5d0d9be8
HX
3036 switch (ret) {
3037 case GRO_NORMAL:
86911732 3038 case GRO_HELD:
e76b69cc 3039 skb->protocol = eth_type_trans(skb, skb->dev);
86911732 3040
c7c4b3b6
BH
3041 if (ret == GRO_HELD)
3042 skb_gro_pull(skb, -ETH_HLEN);
3043 else if (netif_receive_skb(skb))
3044 ret = GRO_DROP;
86911732 3045 break;
5d38a079 3046
5d0d9be8 3047 case GRO_DROP:
5d0d9be8
HX
3048 case GRO_MERGED_FREE:
3049 napi_reuse_skb(napi, skb);
3050 break;
5b252f0c
BH
3051
3052 case GRO_MERGED:
3053 break;
5d0d9be8 3054 }
5d38a079 3055
c7c4b3b6 3056 return ret;
5d38a079 3057}
5d0d9be8
HX
3058EXPORT_SYMBOL(napi_frags_finish);
3059
76620aaf
HX
3060struct sk_buff *napi_frags_skb(struct napi_struct *napi)
3061{
3062 struct sk_buff *skb = napi->skb;
3063 struct ethhdr *eth;
a5b1cf28
HX
3064 unsigned int hlen;
3065 unsigned int off;
76620aaf
HX
3066
3067 napi->skb = NULL;
3068
3069 skb_reset_mac_header(skb);
3070 skb_gro_reset_offset(skb);
3071
a5b1cf28
HX
3072 off = skb_gro_offset(skb);
3073 hlen = off + sizeof(*eth);
3074 eth = skb_gro_header_fast(skb, off);
3075 if (skb_gro_header_hard(skb, hlen)) {
3076 eth = skb_gro_header_slow(skb, hlen, off);
3077 if (unlikely(!eth)) {
3078 napi_reuse_skb(napi, skb);
3079 skb = NULL;
3080 goto out;
3081 }
76620aaf
HX
3082 }
3083
3084 skb_gro_pull(skb, sizeof(*eth));
3085
3086 /*
3087 * This works because the only protocols we care about don't require
3088 * special handling. We'll fix it up properly at the end.
3089 */
3090 skb->protocol = eth->h_proto;
3091
3092out:
3093 return skb;
3094}
3095EXPORT_SYMBOL(napi_frags_skb);
3096
c7c4b3b6 3097gro_result_t napi_gro_frags(struct napi_struct *napi)
5d0d9be8 3098{
76620aaf 3099 struct sk_buff *skb = napi_frags_skb(napi);
5d0d9be8
HX
3100
3101 if (!skb)
c7c4b3b6 3102 return GRO_DROP;
5d0d9be8
HX
3103
3104 return napi_frags_finish(napi, skb, __napi_gro_receive(napi, skb));
3105}
5d38a079
HX
3106EXPORT_SYMBOL(napi_gro_frags);
3107
bea3348e 3108static int process_backlog(struct napi_struct *napi, int quota)
1da177e4
LT
3109{
3110 int work = 0;
1da177e4
LT
3111 struct softnet_data *queue = &__get_cpu_var(softnet_data);
3112 unsigned long start_time = jiffies;
3113
bea3348e
SH
3114 napi->weight = weight_p;
3115 do {
1da177e4 3116 struct sk_buff *skb;
1da177e4 3117
152102c7
CG
3118 local_irq_disable();
3119 rps_lock(queue);
1da177e4 3120 skb = __skb_dequeue(&queue->input_pkt_queue);
bea3348e 3121 if (!skb) {
8f1ead2d 3122 __napi_complete(napi);
0a9627f2 3123 spin_unlock_irq(&queue->input_pkt_queue.lock);
8f1ead2d 3124 break;
bea3348e 3125 }
152102c7
CG
3126 rps_unlock(queue);
3127 local_irq_enable();
1da177e4 3128
0a9627f2 3129 __netif_receive_skb(skb);
bea3348e 3130 } while (++work < quota && jiffies == start_time);
1da177e4 3131
bea3348e
SH
3132 return work;
3133}
1da177e4 3134
bea3348e
SH
3135/**
3136 * __napi_schedule - schedule for receive
c4ea43c5 3137 * @n: entry to schedule
bea3348e
SH
3138 *
3139 * The entry's receive function will be scheduled to run
3140 */
b5606c2d 3141void __napi_schedule(struct napi_struct *n)
bea3348e
SH
3142{
3143 unsigned long flags;
1da177e4 3144
bea3348e
SH
3145 local_irq_save(flags);
3146 list_add_tail(&n->poll_list, &__get_cpu_var(softnet_data).poll_list);
3147 __raise_softirq_irqoff(NET_RX_SOFTIRQ);
3148 local_irq_restore(flags);
1da177e4 3149}
bea3348e
SH
3150EXPORT_SYMBOL(__napi_schedule);
3151
d565b0a1
HX
3152void __napi_complete(struct napi_struct *n)
3153{
3154 BUG_ON(!test_bit(NAPI_STATE_SCHED, &n->state));
3155 BUG_ON(n->gro_list);
3156
3157 list_del(&n->poll_list);
3158 smp_mb__before_clear_bit();
3159 clear_bit(NAPI_STATE_SCHED, &n->state);
3160}
3161EXPORT_SYMBOL(__napi_complete);
3162
3163void napi_complete(struct napi_struct *n)
3164{
3165 unsigned long flags;
3166
3167 /*
3168 * don't let napi dequeue from the cpu poll list
3169 * just in case its running on a different cpu
3170 */
3171 if (unlikely(test_bit(NAPI_STATE_NPSVC, &n->state)))
3172 return;
3173
3174 napi_gro_flush(n);
3175 local_irq_save(flags);
3176 __napi_complete(n);
3177 local_irq_restore(flags);
3178}
3179EXPORT_SYMBOL(napi_complete);
3180
3181void netif_napi_add(struct net_device *dev, struct napi_struct *napi,
3182 int (*poll)(struct napi_struct *, int), int weight)
3183{
3184 INIT_LIST_HEAD(&napi->poll_list);
4ae5544f 3185 napi->gro_count = 0;
d565b0a1 3186 napi->gro_list = NULL;
5d38a079 3187 napi->skb = NULL;
d565b0a1
HX
3188 napi->poll = poll;
3189 napi->weight = weight;
3190 list_add(&napi->dev_list, &dev->napi_list);
d565b0a1 3191 napi->dev = dev;
5d38a079 3192#ifdef CONFIG_NETPOLL
d565b0a1
HX
3193 spin_lock_init(&napi->poll_lock);
3194 napi->poll_owner = -1;
3195#endif
3196 set_bit(NAPI_STATE_SCHED, &napi->state);
3197}
3198EXPORT_SYMBOL(netif_napi_add);
3199
3200void netif_napi_del(struct napi_struct *napi)
3201{
3202 struct sk_buff *skb, *next;
3203
d7b06636 3204 list_del_init(&napi->dev_list);
76620aaf 3205 napi_free_frags(napi);
d565b0a1
HX
3206
3207 for (skb = napi->gro_list; skb; skb = next) {
3208 next = skb->next;
3209 skb->next = NULL;
3210 kfree_skb(skb);
3211 }
3212
3213 napi->gro_list = NULL;
4ae5544f 3214 napi->gro_count = 0;
d565b0a1
HX
3215}
3216EXPORT_SYMBOL(netif_napi_del);
3217
df334545 3218#ifdef CONFIG_RPS
0a9627f2
TH
3219/*
3220 * net_rps_action sends any pending IPI's for rps. This is only called from
3221 * softirq and interrupts must be enabled.
3222 */
3223static void net_rps_action(cpumask_t *mask)
3224{
3225 int cpu;
3226
3227 /* Send pending IPI's to kick RPS processing on remote cpus. */
3228 for_each_cpu_mask_nr(cpu, *mask) {
3229 struct softnet_data *queue = &per_cpu(softnet_data, cpu);
3230 if (cpu_online(cpu))
3231 __smp_call_function_single(cpu, &queue->csd, 0);
3232 }
3233 cpus_clear(*mask);
3234}
1e94d72f 3235#endif
1da177e4
LT
3236
3237static void net_rx_action(struct softirq_action *h)
3238{
bea3348e 3239 struct list_head *list = &__get_cpu_var(softnet_data).poll_list;
24f8b238 3240 unsigned long time_limit = jiffies + 2;
51b0bded 3241 int budget = netdev_budget;
53fb95d3 3242 void *have;
df334545 3243#ifdef CONFIG_RPS
0a9627f2
TH
3244 int select;
3245 struct rps_remote_softirq_cpus *rcpus;
1e94d72f 3246#endif
53fb95d3 3247
1da177e4
LT
3248 local_irq_disable();
3249
bea3348e
SH
3250 while (!list_empty(list)) {
3251 struct napi_struct *n;
3252 int work, weight;
1da177e4 3253
bea3348e 3254 /* If softirq window is exhuasted then punt.
24f8b238
SH
3255 * Allow this to run for 2 jiffies since which will allow
3256 * an average latency of 1.5/HZ.
bea3348e 3257 */
24f8b238 3258 if (unlikely(budget <= 0 || time_after(jiffies, time_limit)))
1da177e4
LT
3259 goto softnet_break;
3260
3261 local_irq_enable();
3262
bea3348e
SH
3263 /* Even though interrupts have been re-enabled, this
3264 * access is safe because interrupts can only add new
3265 * entries to the tail of this list, and only ->poll()
3266 * calls can remove this head entry from the list.
3267 */
e5e26d75 3268 n = list_first_entry(list, struct napi_struct, poll_list);
1da177e4 3269
bea3348e
SH
3270 have = netpoll_poll_lock(n);
3271
3272 weight = n->weight;
3273
0a7606c1
DM
3274 /* This NAPI_STATE_SCHED test is for avoiding a race
3275 * with netpoll's poll_napi(). Only the entity which
3276 * obtains the lock and sees NAPI_STATE_SCHED set will
3277 * actually make the ->poll() call. Therefore we avoid
3278 * accidently calling ->poll() when NAPI is not scheduled.
3279 */
3280 work = 0;
4ea7e386 3281 if (test_bit(NAPI_STATE_SCHED, &n->state)) {
0a7606c1 3282 work = n->poll(n, weight);
4ea7e386
NH
3283 trace_napi_poll(n);
3284 }
bea3348e
SH
3285
3286 WARN_ON_ONCE(work > weight);
3287
3288 budget -= work;
3289
3290 local_irq_disable();
3291
3292 /* Drivers must not modify the NAPI state if they
3293 * consume the entire weight. In such cases this code
3294 * still "owns" the NAPI instance and therefore can
3295 * move the instance around on the list at-will.
3296 */
fed17f30 3297 if (unlikely(work == weight)) {
ff780cd8
HX
3298 if (unlikely(napi_disable_pending(n))) {
3299 local_irq_enable();
3300 napi_complete(n);
3301 local_irq_disable();
3302 } else
fed17f30
DM
3303 list_move_tail(&n->poll_list, list);
3304 }
bea3348e
SH
3305
3306 netpoll_poll_unlock(have);
1da177e4
LT
3307 }
3308out:
df334545 3309#ifdef CONFIG_RPS
0a9627f2
TH
3310 rcpus = &__get_cpu_var(rps_remote_softirq_cpus);
3311 select = rcpus->select;
3312 rcpus->select ^= 1;
3313
515e06c4 3314 local_irq_enable();
bea3348e 3315
0a9627f2 3316 net_rps_action(&rcpus->mask[select]);
1e94d72f
TH
3317#else
3318 local_irq_enable();
3319#endif
0a9627f2 3320
db217334
CL
3321#ifdef CONFIG_NET_DMA
3322 /*
3323 * There may not be any more sk_buffs coming right now, so push
3324 * any pending DMA copies to hardware
3325 */
2ba05622 3326 dma_issue_pending_all();
db217334 3327#endif
bea3348e 3328
1da177e4
LT
3329 return;
3330
3331softnet_break:
3332 __get_cpu_var(netdev_rx_stat).time_squeeze++;
3333 __raise_softirq_irqoff(NET_RX_SOFTIRQ);
3334 goto out;
3335}
3336
d1b19dff 3337static gifconf_func_t *gifconf_list[NPROTO];
1da177e4
LT
3338
3339/**
3340 * register_gifconf - register a SIOCGIF handler
3341 * @family: Address family
3342 * @gifconf: Function handler
3343 *
3344 * Register protocol dependent address dumping routines. The handler
3345 * that is passed must not be freed or reused until it has been replaced
3346 * by another handler.
3347 */
d1b19dff 3348int register_gifconf(unsigned int family, gifconf_func_t *gifconf)
1da177e4
LT
3349{
3350 if (family >= NPROTO)
3351 return -EINVAL;
3352 gifconf_list[family] = gifconf;
3353 return 0;
3354}
d1b19dff 3355EXPORT_SYMBOL(register_gifconf);
1da177e4
LT
3356
3357
3358/*
3359 * Map an interface index to its name (SIOCGIFNAME)
3360 */
3361
3362/*
3363 * We need this ioctl for efficient implementation of the
3364 * if_indextoname() function required by the IPv6 API. Without
3365 * it, we would have to search all the interfaces to find a
3366 * match. --pb
3367 */
3368
881d966b 3369static int dev_ifname(struct net *net, struct ifreq __user *arg)
1da177e4
LT
3370{
3371 struct net_device *dev;
3372 struct ifreq ifr;
3373
3374 /*
3375 * Fetch the caller's info block.
3376 */
3377
3378 if (copy_from_user(&ifr, arg, sizeof(struct ifreq)))
3379 return -EFAULT;
3380
fb699dfd
ED
3381 rcu_read_lock();
3382 dev = dev_get_by_index_rcu(net, ifr.ifr_ifindex);
1da177e4 3383 if (!dev) {
fb699dfd 3384 rcu_read_unlock();
1da177e4
LT
3385 return -ENODEV;
3386 }
3387
3388 strcpy(ifr.ifr_name, dev->name);
fb699dfd 3389 rcu_read_unlock();
1da177e4
LT
3390
3391 if (copy_to_user(arg, &ifr, sizeof(struct ifreq)))
3392 return -EFAULT;
3393 return 0;
3394}
3395
3396/*
3397 * Perform a SIOCGIFCONF call. This structure will change
3398 * size eventually, and there is nothing I can do about it.
3399 * Thus we will need a 'compatibility mode'.
3400 */
3401
881d966b 3402static int dev_ifconf(struct net *net, char __user *arg)
1da177e4
LT
3403{
3404 struct ifconf ifc;
3405 struct net_device *dev;
3406 char __user *pos;
3407 int len;
3408 int total;
3409 int i;
3410
3411 /*
3412 * Fetch the caller's info block.
3413 */
3414
3415 if (copy_from_user(&ifc, arg, sizeof(struct ifconf)))
3416 return -EFAULT;
3417
3418 pos = ifc.ifc_buf;
3419 len = ifc.ifc_len;
3420
3421 /*
3422 * Loop over the interfaces, and write an info block for each.
3423 */
3424
3425 total = 0;
881d966b 3426 for_each_netdev(net, dev) {
1da177e4
LT
3427 for (i = 0; i < NPROTO; i++) {
3428 if (gifconf_list[i]) {
3429 int done;
3430 if (!pos)
3431 done = gifconf_list[i](dev, NULL, 0);
3432 else
3433 done = gifconf_list[i](dev, pos + total,
3434 len - total);
3435 if (done < 0)
3436 return -EFAULT;
3437 total += done;
3438 }
3439 }
4ec93edb 3440 }
1da177e4
LT
3441
3442 /*
3443 * All done. Write the updated control block back to the caller.
3444 */
3445 ifc.ifc_len = total;
3446
3447 /*
3448 * Both BSD and Solaris return 0 here, so we do too.
3449 */
3450 return copy_to_user(arg, &ifc, sizeof(struct ifconf)) ? -EFAULT : 0;
3451}
3452
3453#ifdef CONFIG_PROC_FS
3454/*
3455 * This is invoked by the /proc filesystem handler to display a device
3456 * in detail.
3457 */
7562f876 3458void *dev_seq_start(struct seq_file *seq, loff_t *pos)
c6d14c84 3459 __acquires(RCU)
1da177e4 3460{
e372c414 3461 struct net *net = seq_file_net(seq);
7562f876 3462 loff_t off;
1da177e4 3463 struct net_device *dev;
1da177e4 3464
c6d14c84 3465 rcu_read_lock();
7562f876
PE
3466 if (!*pos)
3467 return SEQ_START_TOKEN;
1da177e4 3468
7562f876 3469 off = 1;
c6d14c84 3470 for_each_netdev_rcu(net, dev)
7562f876
PE
3471 if (off++ == *pos)
3472 return dev;
1da177e4 3473
7562f876 3474 return NULL;
1da177e4
LT
3475}
3476
3477void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos)
3478{
c6d14c84
ED
3479 struct net_device *dev = (v == SEQ_START_TOKEN) ?
3480 first_net_device(seq_file_net(seq)) :
3481 next_net_device((struct net_device *)v);
3482
1da177e4 3483 ++*pos;
c6d14c84 3484 return rcu_dereference(dev);
1da177e4
LT
3485}
3486
3487void dev_seq_stop(struct seq_file *seq, void *v)
c6d14c84 3488 __releases(RCU)
1da177e4 3489{
c6d14c84 3490 rcu_read_unlock();
1da177e4
LT
3491}
3492
3493static void dev_seq_printf_stats(struct seq_file *seq, struct net_device *dev)
3494{
eeda3fd6 3495 const struct net_device_stats *stats = dev_get_stats(dev);
1da177e4 3496
2d13bafe 3497 seq_printf(seq, "%6s: %7lu %7lu %4lu %4lu %4lu %5lu %10lu %9lu "
5a1b5898
RR
3498 "%8lu %7lu %4lu %4lu %4lu %5lu %7lu %10lu\n",
3499 dev->name, stats->rx_bytes, stats->rx_packets,
3500 stats->rx_errors,
3501 stats->rx_dropped + stats->rx_missed_errors,
3502 stats->rx_fifo_errors,
3503 stats->rx_length_errors + stats->rx_over_errors +
3504 stats->rx_crc_errors + stats->rx_frame_errors,
3505 stats->rx_compressed, stats->multicast,
3506 stats->tx_bytes, stats->tx_packets,
3507 stats->tx_errors, stats->tx_dropped,
3508 stats->tx_fifo_errors, stats->collisions,
3509 stats->tx_carrier_errors +
3510 stats->tx_aborted_errors +
3511 stats->tx_window_errors +
3512 stats->tx_heartbeat_errors,
3513 stats->tx_compressed);
1da177e4
LT
3514}
3515
3516/*
3517 * Called from the PROCfs module. This now uses the new arbitrary sized
3518 * /proc/net interface to create /proc/net/dev
3519 */
3520static int dev_seq_show(struct seq_file *seq, void *v)
3521{
3522 if (v == SEQ_START_TOKEN)
3523 seq_puts(seq, "Inter-| Receive "
3524 " | Transmit\n"
3525 " face |bytes packets errs drop fifo frame "
3526 "compressed multicast|bytes packets errs "
3527 "drop fifo colls carrier compressed\n");
3528 else
3529 dev_seq_printf_stats(seq, v);
3530 return 0;
3531}
3532
3533static struct netif_rx_stats *softnet_get_online(loff_t *pos)
3534{
3535 struct netif_rx_stats *rc = NULL;
3536
0c0b0aca 3537 while (*pos < nr_cpu_ids)
4ec93edb 3538 if (cpu_online(*pos)) {
1da177e4
LT
3539 rc = &per_cpu(netdev_rx_stat, *pos);
3540 break;
3541 } else
3542 ++*pos;
3543 return rc;
3544}
3545
3546static void *softnet_seq_start(struct seq_file *seq, loff_t *pos)
3547{
3548 return softnet_get_online(pos);
3549}
3550
3551static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos)
3552{
3553 ++*pos;
3554 return softnet_get_online(pos);
3555}
3556
3557static void softnet_seq_stop(struct seq_file *seq, void *v)
3558{
3559}
3560
3561static int softnet_seq_show(struct seq_file *seq, void *v)
3562{
3563 struct netif_rx_stats *s = v;
3564
0a9627f2 3565 seq_printf(seq, "%08x %08x %08x %08x %08x %08x %08x %08x %08x %08x\n",
31aa02c5 3566 s->total, s->dropped, s->time_squeeze, 0,
c1ebcdb8 3567 0, 0, 0, 0, /* was fastroute */
0a9627f2 3568 s->cpu_collision, s->received_rps);
1da177e4
LT
3569 return 0;
3570}
3571
f690808e 3572static const struct seq_operations dev_seq_ops = {
1da177e4
LT
3573 .start = dev_seq_start,
3574 .next = dev_seq_next,
3575 .stop = dev_seq_stop,
3576 .show = dev_seq_show,
3577};
3578
3579static int dev_seq_open(struct inode *inode, struct file *file)
3580{
e372c414
DL
3581 return seq_open_net(inode, file, &dev_seq_ops,
3582 sizeof(struct seq_net_private));
1da177e4
LT
3583}
3584
9a32144e 3585static const struct file_operations dev_seq_fops = {
1da177e4
LT
3586 .owner = THIS_MODULE,
3587 .open = dev_seq_open,
3588 .read = seq_read,
3589 .llseek = seq_lseek,
e372c414 3590 .release = seq_release_net,
1da177e4
LT
3591};
3592
f690808e 3593static const struct seq_operations softnet_seq_ops = {
1da177e4
LT
3594 .start = softnet_seq_start,
3595 .next = softnet_seq_next,
3596 .stop = softnet_seq_stop,
3597 .show = softnet_seq_show,
3598};
3599
3600static int softnet_seq_open(struct inode *inode, struct file *file)
3601{
3602 return seq_open(file, &softnet_seq_ops);
3603}
3604
9a32144e 3605static const struct file_operations softnet_seq_fops = {
1da177e4
LT
3606 .owner = THIS_MODULE,
3607 .open = softnet_seq_open,
3608 .read = seq_read,
3609 .llseek = seq_lseek,
3610 .release = seq_release,
3611};
3612
0e1256ff
SH
3613static void *ptype_get_idx(loff_t pos)
3614{
3615 struct packet_type *pt = NULL;
3616 loff_t i = 0;
3617 int t;
3618
3619 list_for_each_entry_rcu(pt, &ptype_all, list) {
3620 if (i == pos)
3621 return pt;
3622 ++i;
3623 }
3624
82d8a867 3625 for (t = 0; t < PTYPE_HASH_SIZE; t++) {
0e1256ff
SH
3626 list_for_each_entry_rcu(pt, &ptype_base[t], list) {
3627 if (i == pos)
3628 return pt;
3629 ++i;
3630 }
3631 }
3632 return NULL;
3633}
3634
3635static void *ptype_seq_start(struct seq_file *seq, loff_t *pos)
72348a42 3636 __acquires(RCU)
0e1256ff
SH
3637{
3638 rcu_read_lock();
3639 return *pos ? ptype_get_idx(*pos - 1) : SEQ_START_TOKEN;
3640}
3641
3642static void *ptype_seq_next(struct seq_file *seq, void *v, loff_t *pos)
3643{
3644 struct packet_type *pt;
3645 struct list_head *nxt;
3646 int hash;
3647
3648 ++*pos;
3649 if (v == SEQ_START_TOKEN)
3650 return ptype_get_idx(0);
3651
3652 pt = v;
3653 nxt = pt->list.next;
3654 if (pt->type == htons(ETH_P_ALL)) {
3655 if (nxt != &ptype_all)
3656 goto found;
3657 hash = 0;
3658 nxt = ptype_base[0].next;
3659 } else
82d8a867 3660 hash = ntohs(pt->type) & PTYPE_HASH_MASK;
0e1256ff
SH
3661
3662 while (nxt == &ptype_base[hash]) {
82d8a867 3663 if (++hash >= PTYPE_HASH_SIZE)
0e1256ff
SH
3664 return NULL;
3665 nxt = ptype_base[hash].next;
3666 }
3667found:
3668 return list_entry(nxt, struct packet_type, list);
3669}
3670
3671static void ptype_seq_stop(struct seq_file *seq, void *v)
72348a42 3672 __releases(RCU)
0e1256ff
SH
3673{
3674 rcu_read_unlock();
3675}
3676
0e1256ff
SH
3677static int ptype_seq_show(struct seq_file *seq, void *v)
3678{
3679 struct packet_type *pt = v;
3680
3681 if (v == SEQ_START_TOKEN)
3682 seq_puts(seq, "Type Device Function\n");
c346dca1 3683 else if (pt->dev == NULL || dev_net(pt->dev) == seq_file_net(seq)) {
0e1256ff
SH
3684 if (pt->type == htons(ETH_P_ALL))
3685 seq_puts(seq, "ALL ");
3686 else
3687 seq_printf(seq, "%04x", ntohs(pt->type));
3688
908cd2da
AD
3689 seq_printf(seq, " %-8s %pF\n",
3690 pt->dev ? pt->dev->name : "", pt->func);
0e1256ff
SH
3691 }
3692
3693 return 0;
3694}
3695
3696static const struct seq_operations ptype_seq_ops = {
3697 .start = ptype_seq_start,
3698 .next = ptype_seq_next,
3699 .stop = ptype_seq_stop,
3700 .show = ptype_seq_show,
3701};
3702
3703static int ptype_seq_open(struct inode *inode, struct file *file)
3704{
2feb27db
PE
3705 return seq_open_net(inode, file, &ptype_seq_ops,
3706 sizeof(struct seq_net_private));
0e1256ff
SH
3707}
3708
3709static const struct file_operations ptype_seq_fops = {
3710 .owner = THIS_MODULE,
3711 .open = ptype_seq_open,
3712 .read = seq_read,
3713 .llseek = seq_lseek,
2feb27db 3714 .release = seq_release_net,
0e1256ff
SH
3715};
3716
3717
4665079c 3718static int __net_init dev_proc_net_init(struct net *net)
1da177e4
LT
3719{
3720 int rc = -ENOMEM;
3721
881d966b 3722 if (!proc_net_fops_create(net, "dev", S_IRUGO, &dev_seq_fops))
1da177e4 3723 goto out;
881d966b 3724 if (!proc_net_fops_create(net, "softnet_stat", S_IRUGO, &softnet_seq_fops))
1da177e4 3725 goto out_dev;
881d966b 3726 if (!proc_net_fops_create(net, "ptype", S_IRUGO, &ptype_seq_fops))
457c4cbc 3727 goto out_softnet;
0e1256ff 3728
881d966b 3729 if (wext_proc_init(net))
457c4cbc 3730 goto out_ptype;
1da177e4
LT
3731 rc = 0;
3732out:
3733 return rc;
457c4cbc 3734out_ptype:
881d966b 3735 proc_net_remove(net, "ptype");
1da177e4 3736out_softnet:
881d966b 3737 proc_net_remove(net, "softnet_stat");
1da177e4 3738out_dev:
881d966b 3739 proc_net_remove(net, "dev");
1da177e4
LT
3740 goto out;
3741}
881d966b 3742
4665079c 3743static void __net_exit dev_proc_net_exit(struct net *net)
881d966b
EB
3744{
3745 wext_proc_exit(net);
3746
3747 proc_net_remove(net, "ptype");
3748 proc_net_remove(net, "softnet_stat");
3749 proc_net_remove(net, "dev");
3750}
3751
022cbae6 3752static struct pernet_operations __net_initdata dev_proc_ops = {
881d966b
EB
3753 .init = dev_proc_net_init,
3754 .exit = dev_proc_net_exit,
3755};
3756
3757static int __init dev_proc_init(void)
3758{
3759 return register_pernet_subsys(&dev_proc_ops);
3760}
1da177e4
LT
3761#else
3762#define dev_proc_init() 0
3763#endif /* CONFIG_PROC_FS */
3764
3765
3766/**
3767 * netdev_set_master - set up master/slave pair
3768 * @slave: slave device
3769 * @master: new master device
3770 *
3771 * Changes the master device of the slave. Pass %NULL to break the
3772 * bonding. The caller must hold the RTNL semaphore. On a failure
3773 * a negative errno code is returned. On success the reference counts
3774 * are adjusted, %RTM_NEWLINK is sent to the routing socket and the
3775 * function returns zero.
3776 */
3777int netdev_set_master(struct net_device *slave, struct net_device *master)
3778{
3779 struct net_device *old = slave->master;
3780
3781 ASSERT_RTNL();
3782
3783 if (master) {
3784 if (old)
3785 return -EBUSY;
3786 dev_hold(master);
3787 }
3788
3789 slave->master = master;
4ec93edb 3790
283f2fe8
ED
3791 if (old) {
3792 synchronize_net();
1da177e4 3793 dev_put(old);
283f2fe8 3794 }
1da177e4
LT
3795 if (master)
3796 slave->flags |= IFF_SLAVE;
3797 else
3798 slave->flags &= ~IFF_SLAVE;
3799
3800 rtmsg_ifinfo(RTM_NEWLINK, slave, IFF_SLAVE);
3801 return 0;
3802}
d1b19dff 3803EXPORT_SYMBOL(netdev_set_master);
1da177e4 3804
b6c40d68
PM
3805static void dev_change_rx_flags(struct net_device *dev, int flags)
3806{
d314774c
SH
3807 const struct net_device_ops *ops = dev->netdev_ops;
3808
3809 if ((dev->flags & IFF_UP) && ops->ndo_change_rx_flags)
3810 ops->ndo_change_rx_flags(dev, flags);
b6c40d68
PM
3811}
3812
dad9b335 3813static int __dev_set_promiscuity(struct net_device *dev, int inc)
1da177e4
LT
3814{
3815 unsigned short old_flags = dev->flags;
8192b0c4
DH
3816 uid_t uid;
3817 gid_t gid;
1da177e4 3818
24023451
PM
3819 ASSERT_RTNL();
3820
dad9b335
WC
3821 dev->flags |= IFF_PROMISC;
3822 dev->promiscuity += inc;
3823 if (dev->promiscuity == 0) {
3824 /*
3825 * Avoid overflow.
3826 * If inc causes overflow, untouch promisc and return error.
3827 */
3828 if (inc < 0)
3829 dev->flags &= ~IFF_PROMISC;
3830 else {
3831 dev->promiscuity -= inc;
3832 printk(KERN_WARNING "%s: promiscuity touches roof, "
3833 "set promiscuity failed, promiscuity feature "
3834 "of device might be broken.\n", dev->name);
3835 return -EOVERFLOW;
3836 }
3837 }
52609c0b 3838 if (dev->flags != old_flags) {
1da177e4
LT
3839 printk(KERN_INFO "device %s %s promiscuous mode\n",
3840 dev->name, (dev->flags & IFF_PROMISC) ? "entered" :
4ec93edb 3841 "left");
8192b0c4
DH
3842 if (audit_enabled) {
3843 current_uid_gid(&uid, &gid);
7759db82
KHK
3844 audit_log(current->audit_context, GFP_ATOMIC,
3845 AUDIT_ANOM_PROMISCUOUS,
3846 "dev=%s prom=%d old_prom=%d auid=%u uid=%u gid=%u ses=%u",
3847 dev->name, (dev->flags & IFF_PROMISC),
3848 (old_flags & IFF_PROMISC),
3849 audit_get_loginuid(current),
8192b0c4 3850 uid, gid,
7759db82 3851 audit_get_sessionid(current));
8192b0c4 3852 }
24023451 3853
b6c40d68 3854 dev_change_rx_flags(dev, IFF_PROMISC);
1da177e4 3855 }
dad9b335 3856 return 0;
1da177e4
LT
3857}
3858
4417da66
PM
3859/**
3860 * dev_set_promiscuity - update promiscuity count on a device
3861 * @dev: device
3862 * @inc: modifier
3863 *
3864 * Add or remove promiscuity from a device. While the count in the device
3865 * remains above zero the interface remains promiscuous. Once it hits zero
3866 * the device reverts back to normal filtering operation. A negative inc
3867 * value is used to drop promiscuity on the device.
dad9b335 3868 * Return 0 if successful or a negative errno code on error.
4417da66 3869 */
dad9b335 3870int dev_set_promiscuity(struct net_device *dev, int inc)
4417da66
PM
3871{
3872 unsigned short old_flags = dev->flags;
dad9b335 3873 int err;
4417da66 3874
dad9b335 3875 err = __dev_set_promiscuity(dev, inc);
4b5a698e 3876 if (err < 0)
dad9b335 3877 return err;
4417da66
PM
3878 if (dev->flags != old_flags)
3879 dev_set_rx_mode(dev);
dad9b335 3880 return err;
4417da66 3881}
d1b19dff 3882EXPORT_SYMBOL(dev_set_promiscuity);
4417da66 3883
1da177e4
LT
3884/**
3885 * dev_set_allmulti - update allmulti count on a device
3886 * @dev: device
3887 * @inc: modifier
3888 *
3889 * Add or remove reception of all multicast frames to a device. While the
3890 * count in the device remains above zero the interface remains listening
3891 * to all interfaces. Once it hits zero the device reverts back to normal
3892 * filtering operation. A negative @inc value is used to drop the counter
3893 * when releasing a resource needing all multicasts.
dad9b335 3894 * Return 0 if successful or a negative errno code on error.
1da177e4
LT
3895 */
3896
dad9b335 3897int dev_set_allmulti(struct net_device *dev, int inc)
1da177e4
LT
3898{
3899 unsigned short old_flags = dev->flags;
3900
24023451
PM
3901 ASSERT_RTNL();
3902
1da177e4 3903 dev->flags |= IFF_ALLMULTI;
dad9b335
WC
3904 dev->allmulti += inc;
3905 if (dev->allmulti == 0) {
3906 /*
3907 * Avoid overflow.
3908 * If inc causes overflow, untouch allmulti and return error.
3909 */
3910 if (inc < 0)
3911 dev->flags &= ~IFF_ALLMULTI;
3912 else {
3913 dev->allmulti -= inc;
3914 printk(KERN_WARNING "%s: allmulti touches roof, "
3915 "set allmulti failed, allmulti feature of "
3916 "device might be broken.\n", dev->name);
3917 return -EOVERFLOW;
3918 }
3919 }
24023451 3920 if (dev->flags ^ old_flags) {
b6c40d68 3921 dev_change_rx_flags(dev, IFF_ALLMULTI);
4417da66 3922 dev_set_rx_mode(dev);
24023451 3923 }
dad9b335 3924 return 0;
4417da66 3925}
d1b19dff 3926EXPORT_SYMBOL(dev_set_allmulti);
4417da66
PM
3927
3928/*
3929 * Upload unicast and multicast address lists to device and
3930 * configure RX filtering. When the device doesn't support unicast
53ccaae1 3931 * filtering it is put in promiscuous mode while unicast addresses
4417da66
PM
3932 * are present.
3933 */
3934void __dev_set_rx_mode(struct net_device *dev)
3935{
d314774c
SH
3936 const struct net_device_ops *ops = dev->netdev_ops;
3937
4417da66
PM
3938 /* dev_open will call this function so the list will stay sane. */
3939 if (!(dev->flags&IFF_UP))
3940 return;
3941
3942 if (!netif_device_present(dev))
40b77c94 3943 return;
4417da66 3944
d314774c
SH
3945 if (ops->ndo_set_rx_mode)
3946 ops->ndo_set_rx_mode(dev);
4417da66
PM
3947 else {
3948 /* Unicast addresses changes may only happen under the rtnl,
3949 * therefore calling __dev_set_promiscuity here is safe.
3950 */
32e7bfc4 3951 if (!netdev_uc_empty(dev) && !dev->uc_promisc) {
4417da66
PM
3952 __dev_set_promiscuity(dev, 1);
3953 dev->uc_promisc = 1;
32e7bfc4 3954 } else if (netdev_uc_empty(dev) && dev->uc_promisc) {
4417da66
PM
3955 __dev_set_promiscuity(dev, -1);
3956 dev->uc_promisc = 0;
3957 }
3958
d314774c
SH
3959 if (ops->ndo_set_multicast_list)
3960 ops->ndo_set_multicast_list(dev);
4417da66
PM
3961 }
3962}
3963
3964void dev_set_rx_mode(struct net_device *dev)
3965{
b9e40857 3966 netif_addr_lock_bh(dev);
4417da66 3967 __dev_set_rx_mode(dev);
b9e40857 3968 netif_addr_unlock_bh(dev);
1da177e4
LT
3969}
3970
31278e71 3971/* multicast addresses handling functions */
f001fde5 3972
61cbc2fc
PM
3973int __dev_addr_delete(struct dev_addr_list **list, int *count,
3974 void *addr, int alen, int glbl)
bf742482
PM
3975{
3976 struct dev_addr_list *da;
3977
3978 for (; (da = *list) != NULL; list = &da->next) {
3979 if (memcmp(da->da_addr, addr, da->da_addrlen) == 0 &&
3980 alen == da->da_addrlen) {
3981 if (glbl) {
3982 int old_glbl = da->da_gusers;
3983 da->da_gusers = 0;
3984 if (old_glbl == 0)
3985 break;
3986 }
3987 if (--da->da_users)
3988 return 0;
3989
3990 *list = da->next;
3991 kfree(da);
61cbc2fc 3992 (*count)--;
bf742482
PM
3993 return 0;
3994 }
3995 }
3996 return -ENOENT;
3997}
3998
61cbc2fc
PM
3999int __dev_addr_add(struct dev_addr_list **list, int *count,
4000 void *addr, int alen, int glbl)
bf742482
PM
4001{
4002 struct dev_addr_list *da;
4003
4004 for (da = *list; da != NULL; da = da->next) {
4005 if (memcmp(da->da_addr, addr, da->da_addrlen) == 0 &&
4006 da->da_addrlen == alen) {
4007 if (glbl) {
4008 int old_glbl = da->da_gusers;
4009 da->da_gusers = 1;
4010 if (old_glbl)
4011 return 0;
4012 }
4013 da->da_users++;
4014 return 0;
4015 }
4016 }
4017
12aa343a 4018 da = kzalloc(sizeof(*da), GFP_ATOMIC);
bf742482
PM
4019 if (da == NULL)
4020 return -ENOMEM;
4021 memcpy(da->da_addr, addr, alen);
4022 da->da_addrlen = alen;
4023 da->da_users = 1;
4024 da->da_gusers = glbl ? 1 : 0;
4025 da->next = *list;
4026 *list = da;
61cbc2fc 4027 (*count)++;
bf742482
PM
4028 return 0;
4029}
4030
4417da66 4031
e83a2ea8
CL
4032int __dev_addr_sync(struct dev_addr_list **to, int *to_count,
4033 struct dev_addr_list **from, int *from_count)
4034{
4035 struct dev_addr_list *da, *next;
4036 int err = 0;
4037
4038 da = *from;
4039 while (da != NULL) {
4040 next = da->next;
4041 if (!da->da_synced) {
4042 err = __dev_addr_add(to, to_count,
4043 da->da_addr, da->da_addrlen, 0);
4044 if (err < 0)
4045 break;
4046 da->da_synced = 1;
4047 da->da_users++;
4048 } else if (da->da_users == 1) {
4049 __dev_addr_delete(to, to_count,
4050 da->da_addr, da->da_addrlen, 0);
4051 __dev_addr_delete(from, from_count,
4052 da->da_addr, da->da_addrlen, 0);
4053 }
4054 da = next;
4055 }
4056 return err;
4057}
c4029083 4058EXPORT_SYMBOL_GPL(__dev_addr_sync);
e83a2ea8
CL
4059
4060void __dev_addr_unsync(struct dev_addr_list **to, int *to_count,
4061 struct dev_addr_list **from, int *from_count)
4062{
4063 struct dev_addr_list *da, *next;
4064
4065 da = *from;
4066 while (da != NULL) {
4067 next = da->next;
4068 if (da->da_synced) {
4069 __dev_addr_delete(to, to_count,
4070 da->da_addr, da->da_addrlen, 0);
4071 da->da_synced = 0;
4072 __dev_addr_delete(from, from_count,
4073 da->da_addr, da->da_addrlen, 0);
4074 }
4075 da = next;
4076 }
4077}
c4029083 4078EXPORT_SYMBOL_GPL(__dev_addr_unsync);
e83a2ea8 4079
12972621
DC
4080static void __dev_addr_discard(struct dev_addr_list **list)
4081{
4082 struct dev_addr_list *tmp;
4083
4084 while (*list != NULL) {
4085 tmp = *list;
4086 *list = tmp->next;
4087 if (tmp->da_users > tmp->da_gusers)
4088 printk("__dev_addr_discard: address leakage! "
4089 "da_users=%d\n", tmp->da_users);
4090 kfree(tmp);
4091 }
4092}
4093
32a806c1 4094void dev_addr_discard(struct net_device *dev)
4417da66 4095{
b9e40857 4096 netif_addr_lock_bh(dev);
26cc2522 4097
456ad75c 4098 __dev_addr_discard(&dev->mc_list);
4cd24eaf 4099 netdev_mc_count(dev) = 0;
26cc2522 4100
b9e40857 4101 netif_addr_unlock_bh(dev);
456ad75c 4102}
32a806c1 4103EXPORT_SYMBOL(dev_addr_discard);
456ad75c 4104
f0db275a
SH
4105/**
4106 * dev_get_flags - get flags reported to userspace
4107 * @dev: device
4108 *
4109 * Get the combination of flag bits exported through APIs to userspace.
4110 */
1da177e4
LT
4111unsigned dev_get_flags(const struct net_device *dev)
4112{
4113 unsigned flags;
4114
4115 flags = (dev->flags & ~(IFF_PROMISC |
4116 IFF_ALLMULTI |
b00055aa
SR
4117 IFF_RUNNING |
4118 IFF_LOWER_UP |
4119 IFF_DORMANT)) |
1da177e4
LT
4120 (dev->gflags & (IFF_PROMISC |
4121 IFF_ALLMULTI));
4122
b00055aa
SR
4123 if (netif_running(dev)) {
4124 if (netif_oper_up(dev))
4125 flags |= IFF_RUNNING;
4126 if (netif_carrier_ok(dev))
4127 flags |= IFF_LOWER_UP;
4128 if (netif_dormant(dev))
4129 flags |= IFF_DORMANT;
4130 }
1da177e4
LT
4131
4132 return flags;
4133}
d1b19dff 4134EXPORT_SYMBOL(dev_get_flags);
1da177e4 4135
bd380811 4136int __dev_change_flags(struct net_device *dev, unsigned int flags)
1da177e4 4137{
1da177e4 4138 int old_flags = dev->flags;
bd380811 4139 int ret;
1da177e4 4140
24023451
PM
4141 ASSERT_RTNL();
4142
1da177e4
LT
4143 /*
4144 * Set the flags on our device.
4145 */
4146
4147 dev->flags = (flags & (IFF_DEBUG | IFF_NOTRAILERS | IFF_NOARP |
4148 IFF_DYNAMIC | IFF_MULTICAST | IFF_PORTSEL |
4149 IFF_AUTOMEDIA)) |
4150 (dev->flags & (IFF_UP | IFF_VOLATILE | IFF_PROMISC |
4151 IFF_ALLMULTI));
4152
4153 /*
4154 * Load in the correct multicast list now the flags have changed.
4155 */
4156
b6c40d68
PM
4157 if ((old_flags ^ flags) & IFF_MULTICAST)
4158 dev_change_rx_flags(dev, IFF_MULTICAST);
24023451 4159
4417da66 4160 dev_set_rx_mode(dev);
1da177e4
LT
4161
4162 /*
4163 * Have we downed the interface. We handle IFF_UP ourselves
4164 * according to user attempts to set it, rather than blindly
4165 * setting it.
4166 */
4167
4168 ret = 0;
4169 if ((old_flags ^ flags) & IFF_UP) { /* Bit is different ? */
bd380811 4170 ret = ((old_flags & IFF_UP) ? __dev_close : __dev_open)(dev);
1da177e4
LT
4171
4172 if (!ret)
4417da66 4173 dev_set_rx_mode(dev);
1da177e4
LT
4174 }
4175
1da177e4 4176 if ((flags ^ dev->gflags) & IFF_PROMISC) {
d1b19dff
ED
4177 int inc = (flags & IFF_PROMISC) ? 1 : -1;
4178
1da177e4
LT
4179 dev->gflags ^= IFF_PROMISC;
4180 dev_set_promiscuity(dev, inc);
4181 }
4182
4183 /* NOTE: order of synchronization of IFF_PROMISC and IFF_ALLMULTI
4184 is important. Some (broken) drivers set IFF_PROMISC, when
4185 IFF_ALLMULTI is requested not asking us and not reporting.
4186 */
4187 if ((flags ^ dev->gflags) & IFF_ALLMULTI) {
d1b19dff
ED
4188 int inc = (flags & IFF_ALLMULTI) ? 1 : -1;
4189
1da177e4
LT
4190 dev->gflags ^= IFF_ALLMULTI;
4191 dev_set_allmulti(dev, inc);
4192 }
4193
bd380811
PM
4194 return ret;
4195}
4196
4197void __dev_notify_flags(struct net_device *dev, unsigned int old_flags)
4198{
4199 unsigned int changes = dev->flags ^ old_flags;
4200
4201 if (changes & IFF_UP) {
4202 if (dev->flags & IFF_UP)
4203 call_netdevice_notifiers(NETDEV_UP, dev);
4204 else
4205 call_netdevice_notifiers(NETDEV_DOWN, dev);
4206 }
4207
4208 if (dev->flags & IFF_UP &&
4209 (changes & ~(IFF_UP | IFF_PROMISC | IFF_ALLMULTI | IFF_VOLATILE)))
4210 call_netdevice_notifiers(NETDEV_CHANGE, dev);
4211}
4212
4213/**
4214 * dev_change_flags - change device settings
4215 * @dev: device
4216 * @flags: device state flags
4217 *
4218 * Change settings on device based state flags. The flags are
4219 * in the userspace exported format.
4220 */
4221int dev_change_flags(struct net_device *dev, unsigned flags)
4222{
4223 int ret, changes;
4224 int old_flags = dev->flags;
4225
4226 ret = __dev_change_flags(dev, flags);
4227 if (ret < 0)
4228 return ret;
4229
4230 changes = old_flags ^ dev->flags;
7c355f53
TG
4231 if (changes)
4232 rtmsg_ifinfo(RTM_NEWLINK, dev, changes);
1da177e4 4233
bd380811 4234 __dev_notify_flags(dev, old_flags);
1da177e4
LT
4235 return ret;
4236}
d1b19dff 4237EXPORT_SYMBOL(dev_change_flags);
1da177e4 4238
f0db275a
SH
4239/**
4240 * dev_set_mtu - Change maximum transfer unit
4241 * @dev: device
4242 * @new_mtu: new transfer unit
4243 *
4244 * Change the maximum transfer size of the network device.
4245 */
1da177e4
LT
4246int dev_set_mtu(struct net_device *dev, int new_mtu)
4247{
d314774c 4248 const struct net_device_ops *ops = dev->netdev_ops;
1da177e4
LT
4249 int err;
4250
4251 if (new_mtu == dev->mtu)
4252 return 0;
4253
4254 /* MTU must be positive. */
4255 if (new_mtu < 0)
4256 return -EINVAL;
4257
4258 if (!netif_device_present(dev))
4259 return -ENODEV;
4260
4261 err = 0;
d314774c
SH
4262 if (ops->ndo_change_mtu)
4263 err = ops->ndo_change_mtu(dev, new_mtu);
1da177e4
LT
4264 else
4265 dev->mtu = new_mtu;
d314774c 4266
1da177e4 4267 if (!err && dev->flags & IFF_UP)
056925ab 4268 call_netdevice_notifiers(NETDEV_CHANGEMTU, dev);
1da177e4
LT
4269 return err;
4270}
d1b19dff 4271EXPORT_SYMBOL(dev_set_mtu);
1da177e4 4272
f0db275a
SH
4273/**
4274 * dev_set_mac_address - Change Media Access Control Address
4275 * @dev: device
4276 * @sa: new address
4277 *
4278 * Change the hardware (MAC) address of the device
4279 */
1da177e4
LT
4280int dev_set_mac_address(struct net_device *dev, struct sockaddr *sa)
4281{
d314774c 4282 const struct net_device_ops *ops = dev->netdev_ops;
1da177e4
LT
4283 int err;
4284
d314774c 4285 if (!ops->ndo_set_mac_address)
1da177e4
LT
4286 return -EOPNOTSUPP;
4287 if (sa->sa_family != dev->type)
4288 return -EINVAL;
4289 if (!netif_device_present(dev))
4290 return -ENODEV;
d314774c 4291 err = ops->ndo_set_mac_address(dev, sa);
1da177e4 4292 if (!err)
056925ab 4293 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
1da177e4
LT
4294 return err;
4295}
d1b19dff 4296EXPORT_SYMBOL(dev_set_mac_address);
1da177e4
LT
4297
4298/*
3710becf 4299 * Perform the SIOCxIFxxx calls, inside rcu_read_lock()
1da177e4 4300 */
14e3e079 4301static int dev_ifsioc_locked(struct net *net, struct ifreq *ifr, unsigned int cmd)
1da177e4
LT
4302{
4303 int err;
3710becf 4304 struct net_device *dev = dev_get_by_name_rcu(net, ifr->ifr_name);
1da177e4
LT
4305
4306 if (!dev)
4307 return -ENODEV;
4308
4309 switch (cmd) {
d1b19dff
ED
4310 case SIOCGIFFLAGS: /* Get interface flags */
4311 ifr->ifr_flags = (short) dev_get_flags(dev);
4312 return 0;
1da177e4 4313
d1b19dff
ED
4314 case SIOCGIFMETRIC: /* Get the metric on the interface
4315 (currently unused) */
4316 ifr->ifr_metric = 0;
4317 return 0;
1da177e4 4318
d1b19dff
ED
4319 case SIOCGIFMTU: /* Get the MTU of a device */
4320 ifr->ifr_mtu = dev->mtu;
4321 return 0;
1da177e4 4322
d1b19dff
ED
4323 case SIOCGIFHWADDR:
4324 if (!dev->addr_len)
4325 memset(ifr->ifr_hwaddr.sa_data, 0, sizeof ifr->ifr_hwaddr.sa_data);
4326 else
4327 memcpy(ifr->ifr_hwaddr.sa_data, dev->dev_addr,
4328 min(sizeof ifr->ifr_hwaddr.sa_data, (size_t) dev->addr_len));
4329 ifr->ifr_hwaddr.sa_family = dev->type;
4330 return 0;
1da177e4 4331
d1b19dff
ED
4332 case SIOCGIFSLAVE:
4333 err = -EINVAL;
4334 break;
14e3e079 4335
d1b19dff
ED
4336 case SIOCGIFMAP:
4337 ifr->ifr_map.mem_start = dev->mem_start;
4338 ifr->ifr_map.mem_end = dev->mem_end;
4339 ifr->ifr_map.base_addr = dev->base_addr;
4340 ifr->ifr_map.irq = dev->irq;
4341 ifr->ifr_map.dma = dev->dma;
4342 ifr->ifr_map.port = dev->if_port;
4343 return 0;
14e3e079 4344
d1b19dff
ED
4345 case SIOCGIFINDEX:
4346 ifr->ifr_ifindex = dev->ifindex;
4347 return 0;
14e3e079 4348
d1b19dff
ED
4349 case SIOCGIFTXQLEN:
4350 ifr->ifr_qlen = dev->tx_queue_len;
4351 return 0;
14e3e079 4352
d1b19dff
ED
4353 default:
4354 /* dev_ioctl() should ensure this case
4355 * is never reached
4356 */
4357 WARN_ON(1);
4358 err = -EINVAL;
4359 break;
14e3e079
JG
4360
4361 }
4362 return err;
4363}
4364
4365/*
4366 * Perform the SIOCxIFxxx calls, inside rtnl_lock()
4367 */
4368static int dev_ifsioc(struct net *net, struct ifreq *ifr, unsigned int cmd)
4369{
4370 int err;
4371 struct net_device *dev = __dev_get_by_name(net, ifr->ifr_name);
5f2f6da7 4372 const struct net_device_ops *ops;
14e3e079
JG
4373
4374 if (!dev)
4375 return -ENODEV;
4376
5f2f6da7
JP
4377 ops = dev->netdev_ops;
4378
14e3e079 4379 switch (cmd) {
d1b19dff
ED
4380 case SIOCSIFFLAGS: /* Set interface flags */
4381 return dev_change_flags(dev, ifr->ifr_flags);
14e3e079 4382
d1b19dff
ED
4383 case SIOCSIFMETRIC: /* Set the metric on the interface
4384 (currently unused) */
4385 return -EOPNOTSUPP;
14e3e079 4386
d1b19dff
ED
4387 case SIOCSIFMTU: /* Set the MTU of a device */
4388 return dev_set_mtu(dev, ifr->ifr_mtu);
1da177e4 4389
d1b19dff
ED
4390 case SIOCSIFHWADDR:
4391 return dev_set_mac_address(dev, &ifr->ifr_hwaddr);
1da177e4 4392
d1b19dff
ED
4393 case SIOCSIFHWBROADCAST:
4394 if (ifr->ifr_hwaddr.sa_family != dev->type)
4395 return -EINVAL;
4396 memcpy(dev->broadcast, ifr->ifr_hwaddr.sa_data,
4397 min(sizeof ifr->ifr_hwaddr.sa_data, (size_t) dev->addr_len));
4398 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
4399 return 0;
1da177e4 4400
d1b19dff
ED
4401 case SIOCSIFMAP:
4402 if (ops->ndo_set_config) {
1da177e4
LT
4403 if (!netif_device_present(dev))
4404 return -ENODEV;
d1b19dff
ED
4405 return ops->ndo_set_config(dev, &ifr->ifr_map);
4406 }
4407 return -EOPNOTSUPP;
1da177e4 4408
d1b19dff
ED
4409 case SIOCADDMULTI:
4410 if ((!ops->ndo_set_multicast_list && !ops->ndo_set_rx_mode) ||
4411 ifr->ifr_hwaddr.sa_family != AF_UNSPEC)
4412 return -EINVAL;
4413 if (!netif_device_present(dev))
4414 return -ENODEV;
4415 return dev_mc_add(dev, ifr->ifr_hwaddr.sa_data,
4416 dev->addr_len, 1);
4417
4418 case SIOCDELMULTI:
4419 if ((!ops->ndo_set_multicast_list && !ops->ndo_set_rx_mode) ||
4420 ifr->ifr_hwaddr.sa_family != AF_UNSPEC)
4421 return -EINVAL;
4422 if (!netif_device_present(dev))
4423 return -ENODEV;
4424 return dev_mc_delete(dev, ifr->ifr_hwaddr.sa_data,
4425 dev->addr_len, 1);
1da177e4 4426
d1b19dff
ED
4427 case SIOCSIFTXQLEN:
4428 if (ifr->ifr_qlen < 0)
4429 return -EINVAL;
4430 dev->tx_queue_len = ifr->ifr_qlen;
4431 return 0;
1da177e4 4432
d1b19dff
ED
4433 case SIOCSIFNAME:
4434 ifr->ifr_newname[IFNAMSIZ-1] = '\0';
4435 return dev_change_name(dev, ifr->ifr_newname);
1da177e4 4436
d1b19dff
ED
4437 /*
4438 * Unknown or private ioctl
4439 */
4440 default:
4441 if ((cmd >= SIOCDEVPRIVATE &&
4442 cmd <= SIOCDEVPRIVATE + 15) ||
4443 cmd == SIOCBONDENSLAVE ||
4444 cmd == SIOCBONDRELEASE ||
4445 cmd == SIOCBONDSETHWADDR ||
4446 cmd == SIOCBONDSLAVEINFOQUERY ||
4447 cmd == SIOCBONDINFOQUERY ||
4448 cmd == SIOCBONDCHANGEACTIVE ||
4449 cmd == SIOCGMIIPHY ||
4450 cmd == SIOCGMIIREG ||
4451 cmd == SIOCSMIIREG ||
4452 cmd == SIOCBRADDIF ||
4453 cmd == SIOCBRDELIF ||
4454 cmd == SIOCSHWTSTAMP ||
4455 cmd == SIOCWANDEV) {
4456 err = -EOPNOTSUPP;
4457 if (ops->ndo_do_ioctl) {
4458 if (netif_device_present(dev))
4459 err = ops->ndo_do_ioctl(dev, ifr, cmd);
4460 else
4461 err = -ENODEV;
4462 }
4463 } else
4464 err = -EINVAL;
1da177e4
LT
4465
4466 }
4467 return err;
4468}
4469
4470/*
4471 * This function handles all "interface"-type I/O control requests. The actual
4472 * 'doing' part of this is dev_ifsioc above.
4473 */
4474
4475/**
4476 * dev_ioctl - network device ioctl
c4ea43c5 4477 * @net: the applicable net namespace
1da177e4
LT
4478 * @cmd: command to issue
4479 * @arg: pointer to a struct ifreq in user space
4480 *
4481 * Issue ioctl functions to devices. This is normally called by the
4482 * user space syscall interfaces but can sometimes be useful for
4483 * other purposes. The return value is the return from the syscall if
4484 * positive or a negative errno code on error.
4485 */
4486
881d966b 4487int dev_ioctl(struct net *net, unsigned int cmd, void __user *arg)
1da177e4
LT
4488{
4489 struct ifreq ifr;
4490 int ret;
4491 char *colon;
4492
4493 /* One special case: SIOCGIFCONF takes ifconf argument
4494 and requires shared lock, because it sleeps writing
4495 to user space.
4496 */
4497
4498 if (cmd == SIOCGIFCONF) {
6756ae4b 4499 rtnl_lock();
881d966b 4500 ret = dev_ifconf(net, (char __user *) arg);
6756ae4b 4501 rtnl_unlock();
1da177e4
LT
4502 return ret;
4503 }
4504 if (cmd == SIOCGIFNAME)
881d966b 4505 return dev_ifname(net, (struct ifreq __user *)arg);
1da177e4
LT
4506
4507 if (copy_from_user(&ifr, arg, sizeof(struct ifreq)))
4508 return -EFAULT;
4509
4510 ifr.ifr_name[IFNAMSIZ-1] = 0;
4511
4512 colon = strchr(ifr.ifr_name, ':');
4513 if (colon)
4514 *colon = 0;
4515
4516 /*
4517 * See which interface the caller is talking about.
4518 */
4519
4520 switch (cmd) {
d1b19dff
ED
4521 /*
4522 * These ioctl calls:
4523 * - can be done by all.
4524 * - atomic and do not require locking.
4525 * - return a value
4526 */
4527 case SIOCGIFFLAGS:
4528 case SIOCGIFMETRIC:
4529 case SIOCGIFMTU:
4530 case SIOCGIFHWADDR:
4531 case SIOCGIFSLAVE:
4532 case SIOCGIFMAP:
4533 case SIOCGIFINDEX:
4534 case SIOCGIFTXQLEN:
4535 dev_load(net, ifr.ifr_name);
3710becf 4536 rcu_read_lock();
d1b19dff 4537 ret = dev_ifsioc_locked(net, &ifr, cmd);
3710becf 4538 rcu_read_unlock();
d1b19dff
ED
4539 if (!ret) {
4540 if (colon)
4541 *colon = ':';
4542 if (copy_to_user(arg, &ifr,
4543 sizeof(struct ifreq)))
4544 ret = -EFAULT;
4545 }
4546 return ret;
1da177e4 4547
d1b19dff
ED
4548 case SIOCETHTOOL:
4549 dev_load(net, ifr.ifr_name);
4550 rtnl_lock();
4551 ret = dev_ethtool(net, &ifr);
4552 rtnl_unlock();
4553 if (!ret) {
4554 if (colon)
4555 *colon = ':';
4556 if (copy_to_user(arg, &ifr,
4557 sizeof(struct ifreq)))
4558 ret = -EFAULT;
4559 }
4560 return ret;
1da177e4 4561
d1b19dff
ED
4562 /*
4563 * These ioctl calls:
4564 * - require superuser power.
4565 * - require strict serialization.
4566 * - return a value
4567 */
4568 case SIOCGMIIPHY:
4569 case SIOCGMIIREG:
4570 case SIOCSIFNAME:
4571 if (!capable(CAP_NET_ADMIN))
4572 return -EPERM;
4573 dev_load(net, ifr.ifr_name);
4574 rtnl_lock();
4575 ret = dev_ifsioc(net, &ifr, cmd);
4576 rtnl_unlock();
4577 if (!ret) {
4578 if (colon)
4579 *colon = ':';
4580 if (copy_to_user(arg, &ifr,
4581 sizeof(struct ifreq)))
4582 ret = -EFAULT;
4583 }
4584 return ret;
1da177e4 4585
d1b19dff
ED
4586 /*
4587 * These ioctl calls:
4588 * - require superuser power.
4589 * - require strict serialization.
4590 * - do not return a value
4591 */
4592 case SIOCSIFFLAGS:
4593 case SIOCSIFMETRIC:
4594 case SIOCSIFMTU:
4595 case SIOCSIFMAP:
4596 case SIOCSIFHWADDR:
4597 case SIOCSIFSLAVE:
4598 case SIOCADDMULTI:
4599 case SIOCDELMULTI:
4600 case SIOCSIFHWBROADCAST:
4601 case SIOCSIFTXQLEN:
4602 case SIOCSMIIREG:
4603 case SIOCBONDENSLAVE:
4604 case SIOCBONDRELEASE:
4605 case SIOCBONDSETHWADDR:
4606 case SIOCBONDCHANGEACTIVE:
4607 case SIOCBRADDIF:
4608 case SIOCBRDELIF:
4609 case SIOCSHWTSTAMP:
4610 if (!capable(CAP_NET_ADMIN))
4611 return -EPERM;
4612 /* fall through */
4613 case SIOCBONDSLAVEINFOQUERY:
4614 case SIOCBONDINFOQUERY:
4615 dev_load(net, ifr.ifr_name);
4616 rtnl_lock();
4617 ret = dev_ifsioc(net, &ifr, cmd);
4618 rtnl_unlock();
4619 return ret;
4620
4621 case SIOCGIFMEM:
4622 /* Get the per device memory space. We can add this but
4623 * currently do not support it */
4624 case SIOCSIFMEM:
4625 /* Set the per device memory buffer space.
4626 * Not applicable in our case */
4627 case SIOCSIFLINK:
4628 return -EINVAL;
4629
4630 /*
4631 * Unknown or private ioctl.
4632 */
4633 default:
4634 if (cmd == SIOCWANDEV ||
4635 (cmd >= SIOCDEVPRIVATE &&
4636 cmd <= SIOCDEVPRIVATE + 15)) {
881d966b 4637 dev_load(net, ifr.ifr_name);
1da177e4 4638 rtnl_lock();
881d966b 4639 ret = dev_ifsioc(net, &ifr, cmd);
1da177e4 4640 rtnl_unlock();
d1b19dff
ED
4641 if (!ret && copy_to_user(arg, &ifr,
4642 sizeof(struct ifreq)))
4643 ret = -EFAULT;
1da177e4 4644 return ret;
d1b19dff
ED
4645 }
4646 /* Take care of Wireless Extensions */
4647 if (cmd >= SIOCIWFIRST && cmd <= SIOCIWLAST)
4648 return wext_handle_ioctl(net, &ifr, cmd, arg);
4649 return -EINVAL;
1da177e4
LT
4650 }
4651}
4652
4653
4654/**
4655 * dev_new_index - allocate an ifindex
c4ea43c5 4656 * @net: the applicable net namespace
1da177e4
LT
4657 *
4658 * Returns a suitable unique value for a new device interface
4659 * number. The caller must hold the rtnl semaphore or the
4660 * dev_base_lock to be sure it remains unique.
4661 */
881d966b 4662static int dev_new_index(struct net *net)
1da177e4
LT
4663{
4664 static int ifindex;
4665 for (;;) {
4666 if (++ifindex <= 0)
4667 ifindex = 1;
881d966b 4668 if (!__dev_get_by_index(net, ifindex))
1da177e4
LT
4669 return ifindex;
4670 }
4671}
4672
1da177e4 4673/* Delayed registration/unregisteration */
3b5b34fd 4674static LIST_HEAD(net_todo_list);
1da177e4 4675
6f05f629 4676static void net_set_todo(struct net_device *dev)
1da177e4 4677{
1da177e4 4678 list_add_tail(&dev->todo_list, &net_todo_list);
1da177e4
LT
4679}
4680
9b5e383c 4681static void rollback_registered_many(struct list_head *head)
93ee31f1 4682{
e93737b0 4683 struct net_device *dev, *tmp;
9b5e383c 4684
93ee31f1
DL
4685 BUG_ON(dev_boot_phase);
4686 ASSERT_RTNL();
4687
e93737b0 4688 list_for_each_entry_safe(dev, tmp, head, unreg_list) {
9b5e383c 4689 /* Some devices call without registering
e93737b0
KK
4690 * for initialization unwind. Remove those
4691 * devices and proceed with the remaining.
9b5e383c
ED
4692 */
4693 if (dev->reg_state == NETREG_UNINITIALIZED) {
4694 pr_debug("unregister_netdevice: device %s/%p never "
4695 "was registered\n", dev->name, dev);
93ee31f1 4696
9b5e383c 4697 WARN_ON(1);
e93737b0
KK
4698 list_del(&dev->unreg_list);
4699 continue;
9b5e383c 4700 }
93ee31f1 4701
9b5e383c 4702 BUG_ON(dev->reg_state != NETREG_REGISTERED);
93ee31f1 4703
9b5e383c
ED
4704 /* If device is running, close it first. */
4705 dev_close(dev);
93ee31f1 4706
9b5e383c
ED
4707 /* And unlink it from device chain. */
4708 unlist_netdevice(dev);
93ee31f1 4709
9b5e383c
ED
4710 dev->reg_state = NETREG_UNREGISTERING;
4711 }
93ee31f1
DL
4712
4713 synchronize_net();
4714
9b5e383c
ED
4715 list_for_each_entry(dev, head, unreg_list) {
4716 /* Shutdown queueing discipline. */
4717 dev_shutdown(dev);
93ee31f1
DL
4718
4719
9b5e383c
ED
4720 /* Notify protocols, that we are about to destroy
4721 this device. They should clean all the things.
4722 */
4723 call_netdevice_notifiers(NETDEV_UNREGISTER, dev);
93ee31f1 4724
a2835763
PM
4725 if (!dev->rtnl_link_ops ||
4726 dev->rtnl_link_state == RTNL_LINK_INITIALIZED)
4727 rtmsg_ifinfo(RTM_DELLINK, dev, ~0U);
4728
9b5e383c
ED
4729 /*
4730 * Flush the unicast and multicast chains
4731 */
a748ee24 4732 dev_uc_flush(dev);
9b5e383c 4733 dev_addr_discard(dev);
93ee31f1 4734
9b5e383c
ED
4735 if (dev->netdev_ops->ndo_uninit)
4736 dev->netdev_ops->ndo_uninit(dev);
93ee31f1 4737
9b5e383c
ED
4738 /* Notifier chain MUST detach us from master device. */
4739 WARN_ON(dev->master);
93ee31f1 4740
9b5e383c
ED
4741 /* Remove entries from kobject tree */
4742 netdev_unregister_kobject(dev);
4743 }
93ee31f1 4744
a5ee1551 4745 /* Process any work delayed until the end of the batch */
e5e26d75 4746 dev = list_first_entry(head, struct net_device, unreg_list);
a5ee1551 4747 call_netdevice_notifiers(NETDEV_UNREGISTER_BATCH, dev);
93ee31f1 4748
a5ee1551 4749 synchronize_net();
395264d5 4750
a5ee1551 4751 list_for_each_entry(dev, head, unreg_list)
9b5e383c
ED
4752 dev_put(dev);
4753}
4754
4755static void rollback_registered(struct net_device *dev)
4756{
4757 LIST_HEAD(single);
4758
4759 list_add(&dev->unreg_list, &single);
4760 rollback_registered_many(&single);
93ee31f1
DL
4761}
4762
e8a0464c
DM
4763static void __netdev_init_queue_locks_one(struct net_device *dev,
4764 struct netdev_queue *dev_queue,
4765 void *_unused)
c773e847
DM
4766{
4767 spin_lock_init(&dev_queue->_xmit_lock);
cf508b12 4768 netdev_set_xmit_lockdep_class(&dev_queue->_xmit_lock, dev->type);
c773e847
DM
4769 dev_queue->xmit_lock_owner = -1;
4770}
4771
4772static void netdev_init_queue_locks(struct net_device *dev)
4773{
e8a0464c
DM
4774 netdev_for_each_tx_queue(dev, __netdev_init_queue_locks_one, NULL);
4775 __netdev_init_queue_locks_one(dev, &dev->rx_queue, NULL);
c773e847
DM
4776}
4777
b63365a2
HX
4778unsigned long netdev_fix_features(unsigned long features, const char *name)
4779{
4780 /* Fix illegal SG+CSUM combinations. */
4781 if ((features & NETIF_F_SG) &&
4782 !(features & NETIF_F_ALL_CSUM)) {
4783 if (name)
4784 printk(KERN_NOTICE "%s: Dropping NETIF_F_SG since no "
4785 "checksum feature.\n", name);
4786 features &= ~NETIF_F_SG;
4787 }
4788
4789 /* TSO requires that SG is present as well. */
4790 if ((features & NETIF_F_TSO) && !(features & NETIF_F_SG)) {
4791 if (name)
4792 printk(KERN_NOTICE "%s: Dropping NETIF_F_TSO since no "
4793 "SG feature.\n", name);
4794 features &= ~NETIF_F_TSO;
4795 }
4796
4797 if (features & NETIF_F_UFO) {
4798 if (!(features & NETIF_F_GEN_CSUM)) {
4799 if (name)
4800 printk(KERN_ERR "%s: Dropping NETIF_F_UFO "
4801 "since no NETIF_F_HW_CSUM feature.\n",
4802 name);
4803 features &= ~NETIF_F_UFO;
4804 }
4805
4806 if (!(features & NETIF_F_SG)) {
4807 if (name)
4808 printk(KERN_ERR "%s: Dropping NETIF_F_UFO "
4809 "since no NETIF_F_SG feature.\n", name);
4810 features &= ~NETIF_F_UFO;
4811 }
4812 }
4813
4814 return features;
4815}
4816EXPORT_SYMBOL(netdev_fix_features);
4817
fc4a7489
PM
4818/**
4819 * netif_stacked_transfer_operstate - transfer operstate
4820 * @rootdev: the root or lower level device to transfer state from
4821 * @dev: the device to transfer operstate to
4822 *
4823 * Transfer operational state from root to device. This is normally
4824 * called when a stacking relationship exists between the root
4825 * device and the device(a leaf device).
4826 */
4827void netif_stacked_transfer_operstate(const struct net_device *rootdev,
4828 struct net_device *dev)
4829{
4830 if (rootdev->operstate == IF_OPER_DORMANT)
4831 netif_dormant_on(dev);
4832 else
4833 netif_dormant_off(dev);
4834
4835 if (netif_carrier_ok(rootdev)) {
4836 if (!netif_carrier_ok(dev))
4837 netif_carrier_on(dev);
4838 } else {
4839 if (netif_carrier_ok(dev))
4840 netif_carrier_off(dev);
4841 }
4842}
4843EXPORT_SYMBOL(netif_stacked_transfer_operstate);
4844
1da177e4
LT
4845/**
4846 * register_netdevice - register a network device
4847 * @dev: device to register
4848 *
4849 * Take a completed network device structure and add it to the kernel
4850 * interfaces. A %NETDEV_REGISTER message is sent to the netdev notifier
4851 * chain. 0 is returned on success. A negative errno code is returned
4852 * on a failure to set up the device, or if the name is a duplicate.
4853 *
4854 * Callers must hold the rtnl semaphore. You may want
4855 * register_netdev() instead of this.
4856 *
4857 * BUGS:
4858 * The locking appears insufficient to guarantee two parallel registers
4859 * will not get the same name.
4860 */
4861
4862int register_netdevice(struct net_device *dev)
4863{
1da177e4 4864 int ret;
d314774c 4865 struct net *net = dev_net(dev);
1da177e4
LT
4866
4867 BUG_ON(dev_boot_phase);
4868 ASSERT_RTNL();
4869
b17a7c17
SH
4870 might_sleep();
4871
1da177e4
LT
4872 /* When net_device's are persistent, this will be fatal. */
4873 BUG_ON(dev->reg_state != NETREG_UNINITIALIZED);
d314774c 4874 BUG_ON(!net);
1da177e4 4875
f1f28aa3 4876 spin_lock_init(&dev->addr_list_lock);
cf508b12 4877 netdev_set_addr_lockdep_class(dev);
c773e847 4878 netdev_init_queue_locks(dev);
1da177e4 4879
1da177e4
LT
4880 dev->iflink = -1;
4881
df334545 4882#ifdef CONFIG_RPS
0a9627f2
TH
4883 if (!dev->num_rx_queues) {
4884 /*
4885 * Allocate a single RX queue if driver never called
4886 * alloc_netdev_mq
4887 */
4888
4889 dev->_rx = kzalloc(sizeof(struct netdev_rx_queue), GFP_KERNEL);
4890 if (!dev->_rx) {
4891 ret = -ENOMEM;
4892 goto out;
4893 }
4894
4895 dev->_rx->first = dev->_rx;
4896 atomic_set(&dev->_rx->count, 1);
4897 dev->num_rx_queues = 1;
4898 }
df334545 4899#endif
1da177e4 4900 /* Init, if this function is available */
d314774c
SH
4901 if (dev->netdev_ops->ndo_init) {
4902 ret = dev->netdev_ops->ndo_init(dev);
1da177e4
LT
4903 if (ret) {
4904 if (ret > 0)
4905 ret = -EIO;
90833aa4 4906 goto out;
1da177e4
LT
4907 }
4908 }
4ec93edb 4909
d9031024
OP
4910 ret = dev_get_valid_name(net, dev->name, dev->name, 0);
4911 if (ret)
7ce1b0ed 4912 goto err_uninit;
1da177e4 4913
881d966b 4914 dev->ifindex = dev_new_index(net);
1da177e4
LT
4915 if (dev->iflink == -1)
4916 dev->iflink = dev->ifindex;
4917
d212f87b
SH
4918 /* Fix illegal checksum combinations */
4919 if ((dev->features & NETIF_F_HW_CSUM) &&
4920 (dev->features & (NETIF_F_IP_CSUM|NETIF_F_IPV6_CSUM))) {
4921 printk(KERN_NOTICE "%s: mixed HW and IP checksum settings.\n",
4922 dev->name);
4923 dev->features &= ~(NETIF_F_IP_CSUM|NETIF_F_IPV6_CSUM);
4924 }
4925
4926 if ((dev->features & NETIF_F_NO_CSUM) &&
4927 (dev->features & (NETIF_F_HW_CSUM|NETIF_F_IP_CSUM|NETIF_F_IPV6_CSUM))) {
4928 printk(KERN_NOTICE "%s: mixed no checksumming and other settings.\n",
4929 dev->name);
4930 dev->features &= ~(NETIF_F_IP_CSUM|NETIF_F_IPV6_CSUM|NETIF_F_HW_CSUM);
4931 }
4932
b63365a2 4933 dev->features = netdev_fix_features(dev->features, dev->name);
1da177e4 4934
e5a4a72d
LB
4935 /* Enable software GSO if SG is supported. */
4936 if (dev->features & NETIF_F_SG)
4937 dev->features |= NETIF_F_GSO;
4938
aaf8cdc3 4939 netdev_initialize_kobject(dev);
7ffbe3fd
JB
4940
4941 ret = call_netdevice_notifiers(NETDEV_POST_INIT, dev);
4942 ret = notifier_to_errno(ret);
4943 if (ret)
4944 goto err_uninit;
4945
8b41d188 4946 ret = netdev_register_kobject(dev);
b17a7c17 4947 if (ret)
7ce1b0ed 4948 goto err_uninit;
b17a7c17
SH
4949 dev->reg_state = NETREG_REGISTERED;
4950
1da177e4
LT
4951 /*
4952 * Default initial state at registry is that the
4953 * device is present.
4954 */
4955
4956 set_bit(__LINK_STATE_PRESENT, &dev->state);
4957
1da177e4 4958 dev_init_scheduler(dev);
1da177e4 4959 dev_hold(dev);
ce286d32 4960 list_netdevice(dev);
1da177e4
LT
4961
4962 /* Notify protocols, that a new device appeared. */
056925ab 4963 ret = call_netdevice_notifiers(NETDEV_REGISTER, dev);
fcc5a03a 4964 ret = notifier_to_errno(ret);
93ee31f1
DL
4965 if (ret) {
4966 rollback_registered(dev);
4967 dev->reg_state = NETREG_UNREGISTERED;
4968 }
d90a909e
EB
4969 /*
4970 * Prevent userspace races by waiting until the network
4971 * device is fully setup before sending notifications.
4972 */
a2835763
PM
4973 if (!dev->rtnl_link_ops ||
4974 dev->rtnl_link_state == RTNL_LINK_INITIALIZED)
4975 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U);
1da177e4
LT
4976
4977out:
4978 return ret;
7ce1b0ed
HX
4979
4980err_uninit:
d314774c
SH
4981 if (dev->netdev_ops->ndo_uninit)
4982 dev->netdev_ops->ndo_uninit(dev);
7ce1b0ed 4983 goto out;
1da177e4 4984}
d1b19dff 4985EXPORT_SYMBOL(register_netdevice);
1da177e4 4986
937f1ba5
BH
4987/**
4988 * init_dummy_netdev - init a dummy network device for NAPI
4989 * @dev: device to init
4990 *
4991 * This takes a network device structure and initialize the minimum
4992 * amount of fields so it can be used to schedule NAPI polls without
4993 * registering a full blown interface. This is to be used by drivers
4994 * that need to tie several hardware interfaces to a single NAPI
4995 * poll scheduler due to HW limitations.
4996 */
4997int init_dummy_netdev(struct net_device *dev)
4998{
4999 /* Clear everything. Note we don't initialize spinlocks
5000 * are they aren't supposed to be taken by any of the
5001 * NAPI code and this dummy netdev is supposed to be
5002 * only ever used for NAPI polls
5003 */
5004 memset(dev, 0, sizeof(struct net_device));
5005
5006 /* make sure we BUG if trying to hit standard
5007 * register/unregister code path
5008 */
5009 dev->reg_state = NETREG_DUMMY;
5010
5011 /* initialize the ref count */
5012 atomic_set(&dev->refcnt, 1);
5013
5014 /* NAPI wants this */
5015 INIT_LIST_HEAD(&dev->napi_list);
5016
5017 /* a dummy interface is started by default */
5018 set_bit(__LINK_STATE_PRESENT, &dev->state);
5019 set_bit(__LINK_STATE_START, &dev->state);
5020
5021 return 0;
5022}
5023EXPORT_SYMBOL_GPL(init_dummy_netdev);
5024
5025
1da177e4
LT
5026/**
5027 * register_netdev - register a network device
5028 * @dev: device to register
5029 *
5030 * Take a completed network device structure and add it to the kernel
5031 * interfaces. A %NETDEV_REGISTER message is sent to the netdev notifier
5032 * chain. 0 is returned on success. A negative errno code is returned
5033 * on a failure to set up the device, or if the name is a duplicate.
5034 *
38b4da38 5035 * This is a wrapper around register_netdevice that takes the rtnl semaphore
1da177e4
LT
5036 * and expands the device name if you passed a format string to
5037 * alloc_netdev.
5038 */
5039int register_netdev(struct net_device *dev)
5040{
5041 int err;
5042
5043 rtnl_lock();
5044
5045 /*
5046 * If the name is a format string the caller wants us to do a
5047 * name allocation.
5048 */
5049 if (strchr(dev->name, '%')) {
5050 err = dev_alloc_name(dev, dev->name);
5051 if (err < 0)
5052 goto out;
5053 }
4ec93edb 5054
1da177e4
LT
5055 err = register_netdevice(dev);
5056out:
5057 rtnl_unlock();
5058 return err;
5059}
5060EXPORT_SYMBOL(register_netdev);
5061
5062/*
5063 * netdev_wait_allrefs - wait until all references are gone.
5064 *
5065 * This is called when unregistering network devices.
5066 *
5067 * Any protocol or device that holds a reference should register
5068 * for netdevice notification, and cleanup and put back the
5069 * reference if they receive an UNREGISTER event.
5070 * We can get stuck here if buggy protocols don't correctly
4ec93edb 5071 * call dev_put.
1da177e4
LT
5072 */
5073static void netdev_wait_allrefs(struct net_device *dev)
5074{
5075 unsigned long rebroadcast_time, warning_time;
5076
e014debe
ED
5077 linkwatch_forget_dev(dev);
5078
1da177e4
LT
5079 rebroadcast_time = warning_time = jiffies;
5080 while (atomic_read(&dev->refcnt) != 0) {
5081 if (time_after(jiffies, rebroadcast_time + 1 * HZ)) {
6756ae4b 5082 rtnl_lock();
1da177e4
LT
5083
5084 /* Rebroadcast unregister notification */
056925ab 5085 call_netdevice_notifiers(NETDEV_UNREGISTER, dev);
a5ee1551 5086 /* don't resend NETDEV_UNREGISTER_BATCH, _BATCH users
395264d5 5087 * should have already handle it the first time */
1da177e4
LT
5088
5089 if (test_bit(__LINK_STATE_LINKWATCH_PENDING,
5090 &dev->state)) {
5091 /* We must not have linkwatch events
5092 * pending on unregister. If this
5093 * happens, we simply run the queue
5094 * unscheduled, resulting in a noop
5095 * for this device.
5096 */
5097 linkwatch_run_queue();
5098 }
5099
6756ae4b 5100 __rtnl_unlock();
1da177e4
LT
5101
5102 rebroadcast_time = jiffies;
5103 }
5104
5105 msleep(250);
5106
5107 if (time_after(jiffies, warning_time + 10 * HZ)) {
5108 printk(KERN_EMERG "unregister_netdevice: "
5109 "waiting for %s to become free. Usage "
5110 "count = %d\n",
5111 dev->name, atomic_read(&dev->refcnt));
5112 warning_time = jiffies;
5113 }
5114 }
5115}
5116
5117/* The sequence is:
5118 *
5119 * rtnl_lock();
5120 * ...
5121 * register_netdevice(x1);
5122 * register_netdevice(x2);
5123 * ...
5124 * unregister_netdevice(y1);
5125 * unregister_netdevice(y2);
5126 * ...
5127 * rtnl_unlock();
5128 * free_netdev(y1);
5129 * free_netdev(y2);
5130 *
58ec3b4d 5131 * We are invoked by rtnl_unlock().
1da177e4 5132 * This allows us to deal with problems:
b17a7c17 5133 * 1) We can delete sysfs objects which invoke hotplug
1da177e4
LT
5134 * without deadlocking with linkwatch via keventd.
5135 * 2) Since we run with the RTNL semaphore not held, we can sleep
5136 * safely in order to wait for the netdev refcnt to drop to zero.
58ec3b4d
HX
5137 *
5138 * We must not return until all unregister events added during
5139 * the interval the lock was held have been completed.
1da177e4 5140 */
1da177e4
LT
5141void netdev_run_todo(void)
5142{
626ab0e6 5143 struct list_head list;
1da177e4 5144
1da177e4 5145 /* Snapshot list, allow later requests */
626ab0e6 5146 list_replace_init(&net_todo_list, &list);
58ec3b4d
HX
5147
5148 __rtnl_unlock();
626ab0e6 5149
1da177e4
LT
5150 while (!list_empty(&list)) {
5151 struct net_device *dev
e5e26d75 5152 = list_first_entry(&list, struct net_device, todo_list);
1da177e4
LT
5153 list_del(&dev->todo_list);
5154
b17a7c17
SH
5155 if (unlikely(dev->reg_state != NETREG_UNREGISTERING)) {
5156 printk(KERN_ERR "network todo '%s' but state %d\n",
5157 dev->name, dev->reg_state);
5158 dump_stack();
5159 continue;
5160 }
1da177e4 5161
b17a7c17 5162 dev->reg_state = NETREG_UNREGISTERED;
1da177e4 5163
152102c7 5164 on_each_cpu(flush_backlog, dev, 1);
6e583ce5 5165
b17a7c17 5166 netdev_wait_allrefs(dev);
1da177e4 5167
b17a7c17
SH
5168 /* paranoia */
5169 BUG_ON(atomic_read(&dev->refcnt));
547b792c
IJ
5170 WARN_ON(dev->ip_ptr);
5171 WARN_ON(dev->ip6_ptr);
5172 WARN_ON(dev->dn_ptr);
1da177e4 5173
b17a7c17
SH
5174 if (dev->destructor)
5175 dev->destructor(dev);
9093bbb2
SH
5176
5177 /* Free network device */
5178 kobject_put(&dev->dev.kobj);
1da177e4 5179 }
1da177e4
LT
5180}
5181
d83345ad
ED
5182/**
5183 * dev_txq_stats_fold - fold tx_queues stats
5184 * @dev: device to get statistics from
5185 * @stats: struct net_device_stats to hold results
5186 */
5187void dev_txq_stats_fold(const struct net_device *dev,
5188 struct net_device_stats *stats)
5189{
5190 unsigned long tx_bytes = 0, tx_packets = 0, tx_dropped = 0;
5191 unsigned int i;
5192 struct netdev_queue *txq;
5193
5194 for (i = 0; i < dev->num_tx_queues; i++) {
5195 txq = netdev_get_tx_queue(dev, i);
5196 tx_bytes += txq->tx_bytes;
5197 tx_packets += txq->tx_packets;
5198 tx_dropped += txq->tx_dropped;
5199 }
5200 if (tx_bytes || tx_packets || tx_dropped) {
5201 stats->tx_bytes = tx_bytes;
5202 stats->tx_packets = tx_packets;
5203 stats->tx_dropped = tx_dropped;
5204 }
5205}
5206EXPORT_SYMBOL(dev_txq_stats_fold);
5207
eeda3fd6
SH
5208/**
5209 * dev_get_stats - get network device statistics
5210 * @dev: device to get statistics from
5211 *
5212 * Get network statistics from device. The device driver may provide
5213 * its own method by setting dev->netdev_ops->get_stats; otherwise
5214 * the internal statistics structure is used.
5215 */
5216const struct net_device_stats *dev_get_stats(struct net_device *dev)
7004bf25 5217{
eeda3fd6
SH
5218 const struct net_device_ops *ops = dev->netdev_ops;
5219
5220 if (ops->ndo_get_stats)
5221 return ops->ndo_get_stats(dev);
d83345ad
ED
5222
5223 dev_txq_stats_fold(dev, &dev->stats);
5224 return &dev->stats;
c45d286e 5225}
eeda3fd6 5226EXPORT_SYMBOL(dev_get_stats);
c45d286e 5227
dc2b4847 5228static void netdev_init_one_queue(struct net_device *dev,
e8a0464c
DM
5229 struct netdev_queue *queue,
5230 void *_unused)
dc2b4847 5231{
dc2b4847
DM
5232 queue->dev = dev;
5233}
5234
bb949fbd
DM
5235static void netdev_init_queues(struct net_device *dev)
5236{
e8a0464c
DM
5237 netdev_init_one_queue(dev, &dev->rx_queue, NULL);
5238 netdev_for_each_tx_queue(dev, netdev_init_one_queue, NULL);
c3f26a26 5239 spin_lock_init(&dev->tx_global_lock);
bb949fbd
DM
5240}
5241
1da177e4 5242/**
f25f4e44 5243 * alloc_netdev_mq - allocate network device
1da177e4
LT
5244 * @sizeof_priv: size of private data to allocate space for
5245 * @name: device name format string
5246 * @setup: callback to initialize device
f25f4e44 5247 * @queue_count: the number of subqueues to allocate
1da177e4
LT
5248 *
5249 * Allocates a struct net_device with private data area for driver use
f25f4e44
PWJ
5250 * and performs basic initialization. Also allocates subquue structs
5251 * for each queue on the device at the end of the netdevice.
1da177e4 5252 */
f25f4e44
PWJ
5253struct net_device *alloc_netdev_mq(int sizeof_priv, const char *name,
5254 void (*setup)(struct net_device *), unsigned int queue_count)
1da177e4 5255{
e8a0464c 5256 struct netdev_queue *tx;
1da177e4 5257 struct net_device *dev;
7943986c 5258 size_t alloc_size;
1ce8e7b5 5259 struct net_device *p;
df334545
ED
5260#ifdef CONFIG_RPS
5261 struct netdev_rx_queue *rx;
0a9627f2 5262 int i;
df334545 5263#endif
1da177e4 5264
b6fe17d6
SH
5265 BUG_ON(strlen(name) >= sizeof(dev->name));
5266
fd2ea0a7 5267 alloc_size = sizeof(struct net_device);
d1643d24
AD
5268 if (sizeof_priv) {
5269 /* ensure 32-byte alignment of private area */
1ce8e7b5 5270 alloc_size = ALIGN(alloc_size, NETDEV_ALIGN);
d1643d24
AD
5271 alloc_size += sizeof_priv;
5272 }
5273 /* ensure 32-byte alignment of whole construct */
1ce8e7b5 5274 alloc_size += NETDEV_ALIGN - 1;
1da177e4 5275
31380de9 5276 p = kzalloc(alloc_size, GFP_KERNEL);
1da177e4 5277 if (!p) {
b6fe17d6 5278 printk(KERN_ERR "alloc_netdev: Unable to allocate device.\n");
1da177e4
LT
5279 return NULL;
5280 }
1da177e4 5281
7943986c 5282 tx = kcalloc(queue_count, sizeof(struct netdev_queue), GFP_KERNEL);
e8a0464c
DM
5283 if (!tx) {
5284 printk(KERN_ERR "alloc_netdev: Unable to allocate "
5285 "tx qdiscs.\n");
ab9c73cc 5286 goto free_p;
e8a0464c
DM
5287 }
5288
df334545 5289#ifdef CONFIG_RPS
0a9627f2
TH
5290 rx = kcalloc(queue_count, sizeof(struct netdev_rx_queue), GFP_KERNEL);
5291 if (!rx) {
5292 printk(KERN_ERR "alloc_netdev: Unable to allocate "
5293 "rx queues.\n");
5294 goto free_tx;
5295 }
5296
5297 atomic_set(&rx->count, queue_count);
5298
5299 /*
5300 * Set a pointer to first element in the array which holds the
5301 * reference count.
5302 */
5303 for (i = 0; i < queue_count; i++)
5304 rx[i].first = rx;
df334545 5305#endif
0a9627f2 5306
1ce8e7b5 5307 dev = PTR_ALIGN(p, NETDEV_ALIGN);
1da177e4 5308 dev->padded = (char *)dev - (char *)p;
ab9c73cc
JP
5309
5310 if (dev_addr_init(dev))
0a9627f2 5311 goto free_rx;
ab9c73cc 5312
a748ee24 5313 dev_uc_init(dev);
ccffad25 5314
c346dca1 5315 dev_net_set(dev, &init_net);
1da177e4 5316
e8a0464c
DM
5317 dev->_tx = tx;
5318 dev->num_tx_queues = queue_count;
fd2ea0a7 5319 dev->real_num_tx_queues = queue_count;
e8a0464c 5320
df334545 5321#ifdef CONFIG_RPS
0a9627f2
TH
5322 dev->_rx = rx;
5323 dev->num_rx_queues = queue_count;
df334545 5324#endif
0a9627f2 5325
82cc1a7a 5326 dev->gso_max_size = GSO_MAX_SIZE;
1da177e4 5327
bb949fbd
DM
5328 netdev_init_queues(dev);
5329
15682bc4
PWJ
5330 INIT_LIST_HEAD(&dev->ethtool_ntuple_list.list);
5331 dev->ethtool_ntuple_list.count = 0;
d565b0a1 5332 INIT_LIST_HEAD(&dev->napi_list);
9fdce099 5333 INIT_LIST_HEAD(&dev->unreg_list);
e014debe 5334 INIT_LIST_HEAD(&dev->link_watch_list);
93f154b5 5335 dev->priv_flags = IFF_XMIT_DST_RELEASE;
1da177e4
LT
5336 setup(dev);
5337 strcpy(dev->name, name);
5338 return dev;
ab9c73cc 5339
0a9627f2 5340free_rx:
df334545 5341#ifdef CONFIG_RPS
0a9627f2 5342 kfree(rx);
ab9c73cc 5343free_tx:
df334545 5344#endif
ab9c73cc 5345 kfree(tx);
ab9c73cc
JP
5346free_p:
5347 kfree(p);
5348 return NULL;
1da177e4 5349}
f25f4e44 5350EXPORT_SYMBOL(alloc_netdev_mq);
1da177e4
LT
5351
5352/**
5353 * free_netdev - free network device
5354 * @dev: device
5355 *
4ec93edb
YH
5356 * This function does the last stage of destroying an allocated device
5357 * interface. The reference to the device object is released.
1da177e4
LT
5358 * If this is the last reference then it will be freed.
5359 */
5360void free_netdev(struct net_device *dev)
5361{
d565b0a1
HX
5362 struct napi_struct *p, *n;
5363
f3005d7f
DL
5364 release_net(dev_net(dev));
5365
e8a0464c
DM
5366 kfree(dev->_tx);
5367
f001fde5
JP
5368 /* Flush device addresses */
5369 dev_addr_flush(dev);
5370
15682bc4
PWJ
5371 /* Clear ethtool n-tuple list */
5372 ethtool_ntuple_flush(dev);
5373
d565b0a1
HX
5374 list_for_each_entry_safe(p, n, &dev->napi_list, dev_list)
5375 netif_napi_del(p);
5376
3041a069 5377 /* Compatibility with error handling in drivers */
1da177e4
LT
5378 if (dev->reg_state == NETREG_UNINITIALIZED) {
5379 kfree((char *)dev - dev->padded);
5380 return;
5381 }
5382
5383 BUG_ON(dev->reg_state != NETREG_UNREGISTERED);
5384 dev->reg_state = NETREG_RELEASED;
5385
43cb76d9
GKH
5386 /* will free via device release */
5387 put_device(&dev->dev);
1da177e4 5388}
d1b19dff 5389EXPORT_SYMBOL(free_netdev);
4ec93edb 5390
f0db275a
SH
5391/**
5392 * synchronize_net - Synchronize with packet receive processing
5393 *
5394 * Wait for packets currently being received to be done.
5395 * Does not block later packets from starting.
5396 */
4ec93edb 5397void synchronize_net(void)
1da177e4
LT
5398{
5399 might_sleep();
fbd568a3 5400 synchronize_rcu();
1da177e4 5401}
d1b19dff 5402EXPORT_SYMBOL(synchronize_net);
1da177e4
LT
5403
5404/**
44a0873d 5405 * unregister_netdevice_queue - remove device from the kernel
1da177e4 5406 * @dev: device
44a0873d 5407 * @head: list
6ebfbc06 5408 *
1da177e4 5409 * This function shuts down a device interface and removes it
d59b54b1 5410 * from the kernel tables.
44a0873d 5411 * If head not NULL, device is queued to be unregistered later.
1da177e4
LT
5412 *
5413 * Callers must hold the rtnl semaphore. You may want
5414 * unregister_netdev() instead of this.
5415 */
5416
44a0873d 5417void unregister_netdevice_queue(struct net_device *dev, struct list_head *head)
1da177e4 5418{
a6620712
HX
5419 ASSERT_RTNL();
5420
44a0873d 5421 if (head) {
9fdce099 5422 list_move_tail(&dev->unreg_list, head);
44a0873d
ED
5423 } else {
5424 rollback_registered(dev);
5425 /* Finish processing unregister after unlock */
5426 net_set_todo(dev);
5427 }
1da177e4 5428}
44a0873d 5429EXPORT_SYMBOL(unregister_netdevice_queue);
1da177e4 5430
9b5e383c
ED
5431/**
5432 * unregister_netdevice_many - unregister many devices
5433 * @head: list of devices
9b5e383c
ED
5434 */
5435void unregister_netdevice_many(struct list_head *head)
5436{
5437 struct net_device *dev;
5438
5439 if (!list_empty(head)) {
5440 rollback_registered_many(head);
5441 list_for_each_entry(dev, head, unreg_list)
5442 net_set_todo(dev);
5443 }
5444}
63c8099d 5445EXPORT_SYMBOL(unregister_netdevice_many);
9b5e383c 5446
1da177e4
LT
5447/**
5448 * unregister_netdev - remove device from the kernel
5449 * @dev: device
5450 *
5451 * This function shuts down a device interface and removes it
d59b54b1 5452 * from the kernel tables.
1da177e4
LT
5453 *
5454 * This is just a wrapper for unregister_netdevice that takes
5455 * the rtnl semaphore. In general you want to use this and not
5456 * unregister_netdevice.
5457 */
5458void unregister_netdev(struct net_device *dev)
5459{
5460 rtnl_lock();
5461 unregister_netdevice(dev);
5462 rtnl_unlock();
5463}
1da177e4
LT
5464EXPORT_SYMBOL(unregister_netdev);
5465
ce286d32
EB
5466/**
5467 * dev_change_net_namespace - move device to different nethost namespace
5468 * @dev: device
5469 * @net: network namespace
5470 * @pat: If not NULL name pattern to try if the current device name
5471 * is already taken in the destination network namespace.
5472 *
5473 * This function shuts down a device interface and moves it
5474 * to a new network namespace. On success 0 is returned, on
5475 * a failure a netagive errno code is returned.
5476 *
5477 * Callers must hold the rtnl semaphore.
5478 */
5479
5480int dev_change_net_namespace(struct net_device *dev, struct net *net, const char *pat)
5481{
ce286d32
EB
5482 int err;
5483
5484 ASSERT_RTNL();
5485
5486 /* Don't allow namespace local devices to be moved. */
5487 err = -EINVAL;
5488 if (dev->features & NETIF_F_NETNS_LOCAL)
5489 goto out;
5490
3891845e
EB
5491#ifdef CONFIG_SYSFS
5492 /* Don't allow real devices to be moved when sysfs
5493 * is enabled.
5494 */
5495 err = -EINVAL;
5496 if (dev->dev.parent)
5497 goto out;
5498#endif
5499
ce286d32
EB
5500 /* Ensure the device has been registrered */
5501 err = -EINVAL;
5502 if (dev->reg_state != NETREG_REGISTERED)
5503 goto out;
5504
5505 /* Get out if there is nothing todo */
5506 err = 0;
878628fb 5507 if (net_eq(dev_net(dev), net))
ce286d32
EB
5508 goto out;
5509
5510 /* Pick the destination device name, and ensure
5511 * we can use it in the destination network namespace.
5512 */
5513 err = -EEXIST;
d9031024 5514 if (__dev_get_by_name(net, dev->name)) {
ce286d32
EB
5515 /* We get here if we can't use the current device name */
5516 if (!pat)
5517 goto out;
d9031024 5518 if (dev_get_valid_name(net, pat, dev->name, 1))
ce286d32
EB
5519 goto out;
5520 }
5521
5522 /*
5523 * And now a mini version of register_netdevice unregister_netdevice.
5524 */
5525
5526 /* If device is running close it first. */
9b772652 5527 dev_close(dev);
ce286d32
EB
5528
5529 /* And unlink it from device chain */
5530 err = -ENODEV;
5531 unlist_netdevice(dev);
5532
5533 synchronize_net();
5534
5535 /* Shutdown queueing discipline. */
5536 dev_shutdown(dev);
5537
5538 /* Notify protocols, that we are about to destroy
5539 this device. They should clean all the things.
5540 */
5541 call_netdevice_notifiers(NETDEV_UNREGISTER, dev);
a5ee1551 5542 call_netdevice_notifiers(NETDEV_UNREGISTER_BATCH, dev);
ce286d32
EB
5543
5544 /*
5545 * Flush the unicast and multicast chains
5546 */
a748ee24 5547 dev_uc_flush(dev);
ce286d32
EB
5548 dev_addr_discard(dev);
5549
3891845e
EB
5550 netdev_unregister_kobject(dev);
5551
ce286d32 5552 /* Actually switch the network namespace */
c346dca1 5553 dev_net_set(dev, net);
ce286d32 5554
ce286d32
EB
5555 /* If there is an ifindex conflict assign a new one */
5556 if (__dev_get_by_index(net, dev->ifindex)) {
5557 int iflink = (dev->iflink == dev->ifindex);
5558 dev->ifindex = dev_new_index(net);
5559 if (iflink)
5560 dev->iflink = dev->ifindex;
5561 }
5562
8b41d188 5563 /* Fixup kobjects */
aaf8cdc3 5564 err = netdev_register_kobject(dev);
8b41d188 5565 WARN_ON(err);
ce286d32
EB
5566
5567 /* Add the device back in the hashes */
5568 list_netdevice(dev);
5569
5570 /* Notify protocols, that a new device appeared. */
5571 call_netdevice_notifiers(NETDEV_REGISTER, dev);
5572
d90a909e
EB
5573 /*
5574 * Prevent userspace races by waiting until the network
5575 * device is fully setup before sending notifications.
5576 */
5577 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U);
5578
ce286d32
EB
5579 synchronize_net();
5580 err = 0;
5581out:
5582 return err;
5583}
463d0183 5584EXPORT_SYMBOL_GPL(dev_change_net_namespace);
ce286d32 5585
1da177e4
LT
5586static int dev_cpu_callback(struct notifier_block *nfb,
5587 unsigned long action,
5588 void *ocpu)
5589{
5590 struct sk_buff **list_skb;
37437bb2 5591 struct Qdisc **list_net;
1da177e4
LT
5592 struct sk_buff *skb;
5593 unsigned int cpu, oldcpu = (unsigned long)ocpu;
5594 struct softnet_data *sd, *oldsd;
5595
8bb78442 5596 if (action != CPU_DEAD && action != CPU_DEAD_FROZEN)
1da177e4
LT
5597 return NOTIFY_OK;
5598
5599 local_irq_disable();
5600 cpu = smp_processor_id();
5601 sd = &per_cpu(softnet_data, cpu);
5602 oldsd = &per_cpu(softnet_data, oldcpu);
5603
5604 /* Find end of our completion_queue. */
5605 list_skb = &sd->completion_queue;
5606 while (*list_skb)
5607 list_skb = &(*list_skb)->next;
5608 /* Append completion queue from offline CPU. */
5609 *list_skb = oldsd->completion_queue;
5610 oldsd->completion_queue = NULL;
5611
5612 /* Find end of our output_queue. */
5613 list_net = &sd->output_queue;
5614 while (*list_net)
5615 list_net = &(*list_net)->next_sched;
5616 /* Append output queue from offline CPU. */
5617 *list_net = oldsd->output_queue;
5618 oldsd->output_queue = NULL;
5619
5620 raise_softirq_irqoff(NET_TX_SOFTIRQ);
5621 local_irq_enable();
5622
5623 /* Process offline CPU's input_pkt_queue */
5624 while ((skb = __skb_dequeue(&oldsd->input_pkt_queue)))
5625 netif_rx(skb);
5626
5627 return NOTIFY_OK;
5628}
1da177e4
LT
5629
5630
7f353bf2 5631/**
b63365a2
HX
5632 * netdev_increment_features - increment feature set by one
5633 * @all: current feature set
5634 * @one: new feature set
5635 * @mask: mask feature set
7f353bf2
HX
5636 *
5637 * Computes a new feature set after adding a device with feature set
b63365a2
HX
5638 * @one to the master device with current feature set @all. Will not
5639 * enable anything that is off in @mask. Returns the new feature set.
7f353bf2 5640 */
b63365a2
HX
5641unsigned long netdev_increment_features(unsigned long all, unsigned long one,
5642 unsigned long mask)
5643{
5644 /* If device needs checksumming, downgrade to it. */
d1b19dff 5645 if (all & NETIF_F_NO_CSUM && !(one & NETIF_F_NO_CSUM))
b63365a2
HX
5646 all ^= NETIF_F_NO_CSUM | (one & NETIF_F_ALL_CSUM);
5647 else if (mask & NETIF_F_ALL_CSUM) {
5648 /* If one device supports v4/v6 checksumming, set for all. */
5649 if (one & (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM) &&
5650 !(all & NETIF_F_GEN_CSUM)) {
5651 all &= ~NETIF_F_ALL_CSUM;
5652 all |= one & (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM);
5653 }
e2a6b852 5654
b63365a2
HX
5655 /* If one device supports hw checksumming, set for all. */
5656 if (one & NETIF_F_GEN_CSUM && !(all & NETIF_F_GEN_CSUM)) {
5657 all &= ~NETIF_F_ALL_CSUM;
5658 all |= NETIF_F_HW_CSUM;
5659 }
5660 }
7f353bf2 5661
b63365a2 5662 one |= NETIF_F_ALL_CSUM;
7f353bf2 5663
b63365a2 5664 one |= all & NETIF_F_ONE_FOR_ALL;
d9f5950f 5665 all &= one | NETIF_F_LLTX | NETIF_F_GSO | NETIF_F_UFO;
b63365a2 5666 all |= one & mask & NETIF_F_ONE_FOR_ALL;
7f353bf2
HX
5667
5668 return all;
5669}
b63365a2 5670EXPORT_SYMBOL(netdev_increment_features);
7f353bf2 5671
30d97d35
PE
5672static struct hlist_head *netdev_create_hash(void)
5673{
5674 int i;
5675 struct hlist_head *hash;
5676
5677 hash = kmalloc(sizeof(*hash) * NETDEV_HASHENTRIES, GFP_KERNEL);
5678 if (hash != NULL)
5679 for (i = 0; i < NETDEV_HASHENTRIES; i++)
5680 INIT_HLIST_HEAD(&hash[i]);
5681
5682 return hash;
5683}
5684
881d966b 5685/* Initialize per network namespace state */
4665079c 5686static int __net_init netdev_init(struct net *net)
881d966b 5687{
881d966b 5688 INIT_LIST_HEAD(&net->dev_base_head);
881d966b 5689
30d97d35
PE
5690 net->dev_name_head = netdev_create_hash();
5691 if (net->dev_name_head == NULL)
5692 goto err_name;
881d966b 5693
30d97d35
PE
5694 net->dev_index_head = netdev_create_hash();
5695 if (net->dev_index_head == NULL)
5696 goto err_idx;
881d966b
EB
5697
5698 return 0;
30d97d35
PE
5699
5700err_idx:
5701 kfree(net->dev_name_head);
5702err_name:
5703 return -ENOMEM;
881d966b
EB
5704}
5705
f0db275a
SH
5706/**
5707 * netdev_drivername - network driver for the device
5708 * @dev: network device
5709 * @buffer: buffer for resulting name
5710 * @len: size of buffer
5711 *
5712 * Determine network driver for device.
5713 */
cf04a4c7 5714char *netdev_drivername(const struct net_device *dev, char *buffer, int len)
6579e57b 5715{
cf04a4c7
SH
5716 const struct device_driver *driver;
5717 const struct device *parent;
6579e57b
AV
5718
5719 if (len <= 0 || !buffer)
5720 return buffer;
5721 buffer[0] = 0;
5722
5723 parent = dev->dev.parent;
5724
5725 if (!parent)
5726 return buffer;
5727
5728 driver = parent->driver;
5729 if (driver && driver->name)
5730 strlcpy(buffer, driver->name, len);
5731 return buffer;
5732}
5733
4665079c 5734static void __net_exit netdev_exit(struct net *net)
881d966b
EB
5735{
5736 kfree(net->dev_name_head);
5737 kfree(net->dev_index_head);
5738}
5739
022cbae6 5740static struct pernet_operations __net_initdata netdev_net_ops = {
881d966b
EB
5741 .init = netdev_init,
5742 .exit = netdev_exit,
5743};
5744
4665079c 5745static void __net_exit default_device_exit(struct net *net)
ce286d32 5746{
e008b5fc 5747 struct net_device *dev, *aux;
ce286d32 5748 /*
e008b5fc 5749 * Push all migratable network devices back to the
ce286d32
EB
5750 * initial network namespace
5751 */
5752 rtnl_lock();
e008b5fc 5753 for_each_netdev_safe(net, dev, aux) {
ce286d32 5754 int err;
aca51397 5755 char fb_name[IFNAMSIZ];
ce286d32
EB
5756
5757 /* Ignore unmoveable devices (i.e. loopback) */
5758 if (dev->features & NETIF_F_NETNS_LOCAL)
5759 continue;
5760
e008b5fc
EB
5761 /* Leave virtual devices for the generic cleanup */
5762 if (dev->rtnl_link_ops)
5763 continue;
d0c082ce 5764
ce286d32 5765 /* Push remaing network devices to init_net */
aca51397
PE
5766 snprintf(fb_name, IFNAMSIZ, "dev%d", dev->ifindex);
5767 err = dev_change_net_namespace(dev, &init_net, fb_name);
ce286d32 5768 if (err) {
aca51397 5769 printk(KERN_EMERG "%s: failed to move %s to init_net: %d\n",
ce286d32 5770 __func__, dev->name, err);
aca51397 5771 BUG();
ce286d32
EB
5772 }
5773 }
5774 rtnl_unlock();
5775}
5776
04dc7f6b
EB
5777static void __net_exit default_device_exit_batch(struct list_head *net_list)
5778{
5779 /* At exit all network devices most be removed from a network
5780 * namespace. Do this in the reverse order of registeration.
5781 * Do this across as many network namespaces as possible to
5782 * improve batching efficiency.
5783 */
5784 struct net_device *dev;
5785 struct net *net;
5786 LIST_HEAD(dev_kill_list);
5787
5788 rtnl_lock();
5789 list_for_each_entry(net, net_list, exit_list) {
5790 for_each_netdev_reverse(net, dev) {
5791 if (dev->rtnl_link_ops)
5792 dev->rtnl_link_ops->dellink(dev, &dev_kill_list);
5793 else
5794 unregister_netdevice_queue(dev, &dev_kill_list);
5795 }
5796 }
5797 unregister_netdevice_many(&dev_kill_list);
5798 rtnl_unlock();
5799}
5800
022cbae6 5801static struct pernet_operations __net_initdata default_device_ops = {
ce286d32 5802 .exit = default_device_exit,
04dc7f6b 5803 .exit_batch = default_device_exit_batch,
ce286d32
EB
5804};
5805
1da177e4
LT
5806/*
5807 * Initialize the DEV module. At boot time this walks the device list and
5808 * unhooks any devices that fail to initialise (normally hardware not
5809 * present) and leaves us with a valid list of present and active devices.
5810 *
5811 */
5812
5813/*
5814 * This is called single threaded during boot, so no need
5815 * to take the rtnl semaphore.
5816 */
5817static int __init net_dev_init(void)
5818{
5819 int i, rc = -ENOMEM;
5820
5821 BUG_ON(!dev_boot_phase);
5822
1da177e4
LT
5823 if (dev_proc_init())
5824 goto out;
5825
8b41d188 5826 if (netdev_kobject_init())
1da177e4
LT
5827 goto out;
5828
5829 INIT_LIST_HEAD(&ptype_all);
82d8a867 5830 for (i = 0; i < PTYPE_HASH_SIZE; i++)
1da177e4
LT
5831 INIT_LIST_HEAD(&ptype_base[i]);
5832
881d966b
EB
5833 if (register_pernet_subsys(&netdev_net_ops))
5834 goto out;
1da177e4
LT
5835
5836 /*
5837 * Initialise the packet receive queues.
5838 */
5839
6f912042 5840 for_each_possible_cpu(i) {
1da177e4
LT
5841 struct softnet_data *queue;
5842
5843 queue = &per_cpu(softnet_data, i);
5844 skb_queue_head_init(&queue->input_pkt_queue);
1da177e4
LT
5845 queue->completion_queue = NULL;
5846 INIT_LIST_HEAD(&queue->poll_list);
bea3348e 5847
df334545 5848#ifdef CONFIG_RPS
0a9627f2
TH
5849 queue->csd.func = trigger_softirq;
5850 queue->csd.info = queue;
5851 queue->csd.flags = 0;
1e94d72f 5852#endif
0a9627f2 5853
bea3348e
SH
5854 queue->backlog.poll = process_backlog;
5855 queue->backlog.weight = weight_p;
d565b0a1 5856 queue->backlog.gro_list = NULL;
4ae5544f 5857 queue->backlog.gro_count = 0;
1da177e4
LT
5858 }
5859
1da177e4
LT
5860 dev_boot_phase = 0;
5861
505d4f73
EB
5862 /* The loopback device is special if any other network devices
5863 * is present in a network namespace the loopback device must
5864 * be present. Since we now dynamically allocate and free the
5865 * loopback device ensure this invariant is maintained by
5866 * keeping the loopback device as the first device on the
5867 * list of network devices. Ensuring the loopback devices
5868 * is the first device that appears and the last network device
5869 * that disappears.
5870 */
5871 if (register_pernet_device(&loopback_net_ops))
5872 goto out;
5873
5874 if (register_pernet_device(&default_device_ops))
5875 goto out;
5876
962cf36c
CM
5877 open_softirq(NET_TX_SOFTIRQ, net_tx_action);
5878 open_softirq(NET_RX_SOFTIRQ, net_rx_action);
1da177e4
LT
5879
5880 hotcpu_notifier(dev_cpu_callback, 0);
5881 dst_init();
5882 dev_mcast_init();
5883 rc = 0;
5884out:
5885 return rc;
5886}
5887
5888subsys_initcall(net_dev_init);
5889
e88721f8
KK
5890static int __init initialize_hashrnd(void)
5891{
0a9627f2 5892 get_random_bytes(&hashrnd, sizeof(hashrnd));
e88721f8
KK
5893 return 0;
5894}
5895
5896late_initcall_sync(initialize_hashrnd);
5897