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