]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - net/core/dev.c
Merge branch 'net-dev-BYPASS-for-lockless-qdisc'
[mirror_ubuntu-hirsute-kernel.git] / net / core / dev.c
CommitLineData
1da177e4 1/*
722c9a0c 2 * NET3 Protocol independent device support routines.
1da177e4
LT
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
722c9a0c 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
722c9a0c 24 * to 2 if register_netdev gets called
25 * before net_dev_init & also removed a
26 * few lines of code in the process.
1da177e4
LT
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.
722c9a0c 39 * Alan Cox : Fix ETH_P_ALL echoback lengths.
1da177e4
LT
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.
722c9a0c 49 * Alan Cox : Fixed nasty side effect of device close
1da177e4
LT
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
722c9a0c 70 * indefinitely on dev->refcnt
71 * J Hadi Salim : - Backlog queue sampling
1da177e4
LT
72 * - netif_rx() feedback
73 */
74
7c0f6ba6 75#include <linux/uaccess.h>
1da177e4 76#include <linux/bitops.h>
4fc268d2 77#include <linux/capability.h>
1da177e4
LT
78#include <linux/cpu.h>
79#include <linux/types.h>
80#include <linux/kernel.h>
08e9897d 81#include <linux/hash.h>
5a0e3ad6 82#include <linux/slab.h>
1da177e4 83#include <linux/sched.h>
f1083048 84#include <linux/sched/mm.h>
4a3e2f71 85#include <linux/mutex.h>
1da177e4
LT
86#include <linux/string.h>
87#include <linux/mm.h>
88#include <linux/socket.h>
89#include <linux/sockios.h>
90#include <linux/errno.h>
91#include <linux/interrupt.h>
92#include <linux/if_ether.h>
93#include <linux/netdevice.h>
94#include <linux/etherdevice.h>
0187bdfb 95#include <linux/ethtool.h>
1da177e4 96#include <linux/skbuff.h>
a7862b45 97#include <linux/bpf.h>
b5cdae32 98#include <linux/bpf_trace.h>
457c4cbc 99#include <net/net_namespace.h>
1da177e4 100#include <net/sock.h>
02d62e86 101#include <net/busy_poll.h>
1da177e4 102#include <linux/rtnetlink.h>
1da177e4 103#include <linux/stat.h>
1da177e4 104#include <net/dst.h>
fc4099f1 105#include <net/dst_metadata.h>
1da177e4 106#include <net/pkt_sched.h>
87d83093 107#include <net/pkt_cls.h>
1da177e4 108#include <net/checksum.h>
44540960 109#include <net/xfrm.h>
1da177e4
LT
110#include <linux/highmem.h>
111#include <linux/init.h>
1da177e4 112#include <linux/module.h>
1da177e4
LT
113#include <linux/netpoll.h>
114#include <linux/rcupdate.h>
115#include <linux/delay.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>
25cd9ba0 126#include <net/mpls.h>
8f0f2223
DM
127#include <linux/ipv6.h>
128#include <linux/in.h>
b6b2fed1
DM
129#include <linux/jhash.h>
130#include <linux/random.h>
9cbc1cb8 131#include <trace/events/napi.h>
cf66ba58 132#include <trace/events/net.h>
07dc22e7 133#include <trace/events/skb.h>
5acbbd42 134#include <linux/pci.h>
caeda9b9 135#include <linux/inetdevice.h>
c445477d 136#include <linux/cpu_rmap.h>
c5905afb 137#include <linux/static_key.h>
af12fa6e 138#include <linux/hashtable.h>
60877a32 139#include <linux/vmalloc.h>
529d0489 140#include <linux/if_macvlan.h>
e7fd2885 141#include <linux/errqueue.h>
3b47d303 142#include <linux/hrtimer.h>
e687ad60 143#include <linux/netfilter_ingress.h>
40e4e713 144#include <linux/crash_dump.h>
b72b5bf6 145#include <linux/sctp.h>
ae847f40 146#include <net/udp_tunnel.h>
6621dd29 147#include <linux/net_namespace.h>
aaa5d90b 148#include <linux/indirect_call_wrapper.h>
1da177e4 149
342709ef
PE
150#include "net-sysfs.h"
151
d565b0a1
HX
152#define MAX_GRO_SKBS 8
153
5d38a079
HX
154/* This should be increased if a protocol with a bigger head is added. */
155#define GRO_MAX_HEAD (MAX_HEADER + 128)
156
1da177e4 157static DEFINE_SPINLOCK(ptype_lock);
62532da9 158static DEFINE_SPINLOCK(offload_lock);
900ff8c6
CW
159struct list_head ptype_base[PTYPE_HASH_SIZE] __read_mostly;
160struct list_head ptype_all __read_mostly; /* Taps */
62532da9 161static struct list_head offload_base __read_mostly;
1da177e4 162
ae78dbfa 163static int netif_rx_internal(struct sk_buff *skb);
54951194 164static int call_netdevice_notifiers_info(unsigned long val,
54951194 165 struct netdev_notifier_info *info);
26372605
PM
166static int call_netdevice_notifiers_extack(unsigned long val,
167 struct net_device *dev,
168 struct netlink_ext_ack *extack);
90b602f8 169static struct napi_struct *napi_by_id(unsigned int napi_id);
ae78dbfa 170
1da177e4 171/*
7562f876 172 * The @dev_base_head list is protected by @dev_base_lock and the rtnl
1da177e4
LT
173 * semaphore.
174 *
c6d14c84 175 * Pure readers hold dev_base_lock for reading, or rcu_read_lock()
1da177e4
LT
176 *
177 * Writers must hold the rtnl semaphore while they loop through the
7562f876 178 * dev_base_head list, and hold dev_base_lock for writing when they do the
1da177e4
LT
179 * actual updates. This allows pure readers to access the list even
180 * while a writer is preparing to update it.
181 *
182 * To put it another way, dev_base_lock is held for writing only to
183 * protect against pure readers; the rtnl semaphore provides the
184 * protection against other writers.
185 *
186 * See, for example usages, register_netdevice() and
187 * unregister_netdevice(), which must be called with the rtnl
188 * semaphore held.
189 */
1da177e4 190DEFINE_RWLOCK(dev_base_lock);
1da177e4
LT
191EXPORT_SYMBOL(dev_base_lock);
192
6c557001
FW
193static DEFINE_MUTEX(ifalias_mutex);
194
af12fa6e
ET
195/* protects napi_hash addition/deletion and napi_gen_id */
196static DEFINE_SPINLOCK(napi_hash_lock);
197
52bd2d62 198static unsigned int napi_gen_id = NR_CPUS;
6180d9de 199static DEFINE_READ_MOSTLY_HASHTABLE(napi_hash, 8);
af12fa6e 200
18afa4b0 201static seqcount_t devnet_rename_seq;
c91f6df2 202
4e985ada
TG
203static inline void dev_base_seq_inc(struct net *net)
204{
643aa9cb 205 while (++net->dev_base_seq == 0)
206 ;
4e985ada
TG
207}
208
881d966b 209static inline struct hlist_head *dev_name_hash(struct net *net, const char *name)
1da177e4 210{
8387ff25 211 unsigned int hash = full_name_hash(net, name, strnlen(name, IFNAMSIZ));
95c96174 212
08e9897d 213 return &net->dev_name_head[hash_32(hash, NETDEV_HASHBITS)];
1da177e4
LT
214}
215
881d966b 216static inline struct hlist_head *dev_index_hash(struct net *net, int ifindex)
1da177e4 217{
7c28bd0b 218 return &net->dev_index_head[ifindex & (NETDEV_HASHENTRIES - 1)];
1da177e4
LT
219}
220
e36fa2f7 221static inline void rps_lock(struct softnet_data *sd)
152102c7
CG
222{
223#ifdef CONFIG_RPS
e36fa2f7 224 spin_lock(&sd->input_pkt_queue.lock);
152102c7
CG
225#endif
226}
227
e36fa2f7 228static inline void rps_unlock(struct softnet_data *sd)
152102c7
CG
229{
230#ifdef CONFIG_RPS
e36fa2f7 231 spin_unlock(&sd->input_pkt_queue.lock);
152102c7
CG
232#endif
233}
234
ce286d32 235/* Device list insertion */
53759be9 236static void list_netdevice(struct net_device *dev)
ce286d32 237{
c346dca1 238 struct net *net = dev_net(dev);
ce286d32
EB
239
240 ASSERT_RTNL();
241
242 write_lock_bh(&dev_base_lock);
c6d14c84 243 list_add_tail_rcu(&dev->dev_list, &net->dev_base_head);
72c9528b 244 hlist_add_head_rcu(&dev->name_hlist, dev_name_hash(net, dev->name));
fb699dfd
ED
245 hlist_add_head_rcu(&dev->index_hlist,
246 dev_index_hash(net, dev->ifindex));
ce286d32 247 write_unlock_bh(&dev_base_lock);
4e985ada
TG
248
249 dev_base_seq_inc(net);
ce286d32
EB
250}
251
fb699dfd
ED
252/* Device list removal
253 * caller must respect a RCU grace period before freeing/reusing dev
254 */
ce286d32
EB
255static void unlist_netdevice(struct net_device *dev)
256{
257 ASSERT_RTNL();
258
259 /* Unlink dev from the device chain */
260 write_lock_bh(&dev_base_lock);
c6d14c84 261 list_del_rcu(&dev->dev_list);
72c9528b 262 hlist_del_rcu(&dev->name_hlist);
fb699dfd 263 hlist_del_rcu(&dev->index_hlist);
ce286d32 264 write_unlock_bh(&dev_base_lock);
4e985ada
TG
265
266 dev_base_seq_inc(dev_net(dev));
ce286d32
EB
267}
268
1da177e4
LT
269/*
270 * Our notifier list
271 */
272
f07d5b94 273static RAW_NOTIFIER_HEAD(netdev_chain);
1da177e4
LT
274
275/*
276 * Device drivers call our routines to queue packets here. We empty the
277 * queue in the local softnet handler.
278 */
bea3348e 279
9958da05 280DEFINE_PER_CPU_ALIGNED(struct softnet_data, softnet_data);
d1b19dff 281EXPORT_PER_CPU_SYMBOL(softnet_data);
1da177e4 282
cf508b12 283#ifdef CONFIG_LOCKDEP
723e98b7 284/*
c773e847 285 * register_netdevice() inits txq->_xmit_lock and sets lockdep class
723e98b7
JP
286 * according to dev->type
287 */
643aa9cb 288static const unsigned short netdev_lock_type[] = {
289 ARPHRD_NETROM, ARPHRD_ETHER, ARPHRD_EETHER, ARPHRD_AX25,
723e98b7
JP
290 ARPHRD_PRONET, ARPHRD_CHAOS, ARPHRD_IEEE802, ARPHRD_ARCNET,
291 ARPHRD_APPLETLK, ARPHRD_DLCI, ARPHRD_ATM, ARPHRD_METRICOM,
292 ARPHRD_IEEE1394, ARPHRD_EUI64, ARPHRD_INFINIBAND, ARPHRD_SLIP,
293 ARPHRD_CSLIP, ARPHRD_SLIP6, ARPHRD_CSLIP6, ARPHRD_RSRVD,
294 ARPHRD_ADAPT, ARPHRD_ROSE, ARPHRD_X25, ARPHRD_HWX25,
295 ARPHRD_PPP, ARPHRD_CISCO, ARPHRD_LAPB, ARPHRD_DDCMP,
296 ARPHRD_RAWHDLC, ARPHRD_TUNNEL, ARPHRD_TUNNEL6, ARPHRD_FRAD,
297 ARPHRD_SKIP, ARPHRD_LOOPBACK, ARPHRD_LOCALTLK, ARPHRD_FDDI,
298 ARPHRD_BIF, ARPHRD_SIT, ARPHRD_IPDDP, ARPHRD_IPGRE,
299 ARPHRD_PIMREG, ARPHRD_HIPPI, ARPHRD_ASH, ARPHRD_ECONET,
300 ARPHRD_IRDA, ARPHRD_FCPP, ARPHRD_FCAL, ARPHRD_FCPL,
211ed865
PG
301 ARPHRD_FCFABRIC, ARPHRD_IEEE80211, ARPHRD_IEEE80211_PRISM,
302 ARPHRD_IEEE80211_RADIOTAP, ARPHRD_PHONET, ARPHRD_PHONET_PIPE,
303 ARPHRD_IEEE802154, ARPHRD_VOID, ARPHRD_NONE};
723e98b7 304
643aa9cb 305static const char *const netdev_lock_name[] = {
306 "_xmit_NETROM", "_xmit_ETHER", "_xmit_EETHER", "_xmit_AX25",
307 "_xmit_PRONET", "_xmit_CHAOS", "_xmit_IEEE802", "_xmit_ARCNET",
308 "_xmit_APPLETLK", "_xmit_DLCI", "_xmit_ATM", "_xmit_METRICOM",
309 "_xmit_IEEE1394", "_xmit_EUI64", "_xmit_INFINIBAND", "_xmit_SLIP",
310 "_xmit_CSLIP", "_xmit_SLIP6", "_xmit_CSLIP6", "_xmit_RSRVD",
311 "_xmit_ADAPT", "_xmit_ROSE", "_xmit_X25", "_xmit_HWX25",
312 "_xmit_PPP", "_xmit_CISCO", "_xmit_LAPB", "_xmit_DDCMP",
313 "_xmit_RAWHDLC", "_xmit_TUNNEL", "_xmit_TUNNEL6", "_xmit_FRAD",
314 "_xmit_SKIP", "_xmit_LOOPBACK", "_xmit_LOCALTLK", "_xmit_FDDI",
315 "_xmit_BIF", "_xmit_SIT", "_xmit_IPDDP", "_xmit_IPGRE",
316 "_xmit_PIMREG", "_xmit_HIPPI", "_xmit_ASH", "_xmit_ECONET",
317 "_xmit_IRDA", "_xmit_FCPP", "_xmit_FCAL", "_xmit_FCPL",
318 "_xmit_FCFABRIC", "_xmit_IEEE80211", "_xmit_IEEE80211_PRISM",
319 "_xmit_IEEE80211_RADIOTAP", "_xmit_PHONET", "_xmit_PHONET_PIPE",
320 "_xmit_IEEE802154", "_xmit_VOID", "_xmit_NONE"};
723e98b7
JP
321
322static struct lock_class_key netdev_xmit_lock_key[ARRAY_SIZE(netdev_lock_type)];
cf508b12 323static struct lock_class_key netdev_addr_lock_key[ARRAY_SIZE(netdev_lock_type)];
723e98b7
JP
324
325static inline unsigned short netdev_lock_pos(unsigned short dev_type)
326{
327 int i;
328
329 for (i = 0; i < ARRAY_SIZE(netdev_lock_type); i++)
330 if (netdev_lock_type[i] == dev_type)
331 return i;
332 /* the last key is used by default */
333 return ARRAY_SIZE(netdev_lock_type) - 1;
334}
335
cf508b12
DM
336static inline void netdev_set_xmit_lockdep_class(spinlock_t *lock,
337 unsigned short dev_type)
723e98b7
JP
338{
339 int i;
340
341 i = netdev_lock_pos(dev_type);
342 lockdep_set_class_and_name(lock, &netdev_xmit_lock_key[i],
343 netdev_lock_name[i]);
344}
cf508b12
DM
345
346static inline void netdev_set_addr_lockdep_class(struct net_device *dev)
347{
348 int i;
349
350 i = netdev_lock_pos(dev->type);
351 lockdep_set_class_and_name(&dev->addr_list_lock,
352 &netdev_addr_lock_key[i],
353 netdev_lock_name[i]);
354}
723e98b7 355#else
cf508b12
DM
356static inline void netdev_set_xmit_lockdep_class(spinlock_t *lock,
357 unsigned short dev_type)
358{
359}
360static inline void netdev_set_addr_lockdep_class(struct net_device *dev)
723e98b7
JP
361{
362}
363#endif
1da177e4
LT
364
365/*******************************************************************************
eb13da1a 366 *
367 * Protocol management and registration routines
368 *
369 *******************************************************************************/
1da177e4 370
1da177e4 371
1da177e4
LT
372/*
373 * Add a protocol ID to the list. Now that the input handler is
374 * smarter we can dispense with all the messy stuff that used to be
375 * here.
376 *
377 * BEWARE!!! Protocol handlers, mangling input packets,
378 * MUST BE last in hash buckets and checking protocol handlers
379 * MUST start from promiscuous ptype_all chain in net_bh.
380 * It is true now, do not change it.
381 * Explanation follows: if protocol handler, mangling packet, will
382 * be the first on list, it is not able to sense, that packet
383 * is cloned and should be copied-on-write, so that it will
384 * change it and subsequent readers will get broken packet.
385 * --ANK (980803)
386 */
387
c07b68e8
ED
388static inline struct list_head *ptype_head(const struct packet_type *pt)
389{
390 if (pt->type == htons(ETH_P_ALL))
7866a621 391 return pt->dev ? &pt->dev->ptype_all : &ptype_all;
c07b68e8 392 else
7866a621
SN
393 return pt->dev ? &pt->dev->ptype_specific :
394 &ptype_base[ntohs(pt->type) & PTYPE_HASH_MASK];
c07b68e8
ED
395}
396
1da177e4
LT
397/**
398 * dev_add_pack - add packet handler
399 * @pt: packet type declaration
400 *
401 * Add a protocol handler to the networking stack. The passed &packet_type
402 * is linked into kernel lists and may not be freed until it has been
403 * removed from the kernel lists.
404 *
4ec93edb 405 * This call does not sleep therefore it can not
1da177e4
LT
406 * guarantee all CPU's that are in middle of receiving packets
407 * will see the new packet type (until the next received packet).
408 */
409
410void dev_add_pack(struct packet_type *pt)
411{
c07b68e8 412 struct list_head *head = ptype_head(pt);
1da177e4 413
c07b68e8
ED
414 spin_lock(&ptype_lock);
415 list_add_rcu(&pt->list, head);
416 spin_unlock(&ptype_lock);
1da177e4 417}
d1b19dff 418EXPORT_SYMBOL(dev_add_pack);
1da177e4 419
1da177e4
LT
420/**
421 * __dev_remove_pack - remove packet handler
422 * @pt: packet type declaration
423 *
424 * Remove a protocol handler that was previously added to the kernel
425 * protocol handlers by dev_add_pack(). The passed &packet_type is removed
426 * from the kernel lists and can be freed or reused once this function
4ec93edb 427 * returns.
1da177e4
LT
428 *
429 * The packet type might still be in use by receivers
430 * and must not be freed until after all the CPU's have gone
431 * through a quiescent state.
432 */
433void __dev_remove_pack(struct packet_type *pt)
434{
c07b68e8 435 struct list_head *head = ptype_head(pt);
1da177e4
LT
436 struct packet_type *pt1;
437
c07b68e8 438 spin_lock(&ptype_lock);
1da177e4
LT
439
440 list_for_each_entry(pt1, head, list) {
441 if (pt == pt1) {
442 list_del_rcu(&pt->list);
443 goto out;
444 }
445 }
446
7b6cd1ce 447 pr_warn("dev_remove_pack: %p not found\n", pt);
1da177e4 448out:
c07b68e8 449 spin_unlock(&ptype_lock);
1da177e4 450}
d1b19dff
ED
451EXPORT_SYMBOL(__dev_remove_pack);
452
1da177e4
LT
453/**
454 * dev_remove_pack - remove packet handler
455 * @pt: packet type declaration
456 *
457 * Remove a protocol handler that was previously added to the kernel
458 * protocol handlers by dev_add_pack(). The passed &packet_type is removed
459 * from the kernel lists and can be freed or reused once this function
460 * returns.
461 *
462 * This call sleeps to guarantee that no CPU is looking at the packet
463 * type after return.
464 */
465void dev_remove_pack(struct packet_type *pt)
466{
467 __dev_remove_pack(pt);
4ec93edb 468
1da177e4
LT
469 synchronize_net();
470}
d1b19dff 471EXPORT_SYMBOL(dev_remove_pack);
1da177e4 472
62532da9
VY
473
474/**
475 * dev_add_offload - register offload handlers
476 * @po: protocol offload declaration
477 *
478 * Add protocol offload handlers to the networking stack. The passed
479 * &proto_offload is linked into kernel lists and may not be freed until
480 * it has been removed from the kernel lists.
481 *
482 * This call does not sleep therefore it can not
483 * guarantee all CPU's that are in middle of receiving packets
484 * will see the new offload handlers (until the next received packet).
485 */
486void dev_add_offload(struct packet_offload *po)
487{
bdef7de4 488 struct packet_offload *elem;
62532da9
VY
489
490 spin_lock(&offload_lock);
bdef7de4
DM
491 list_for_each_entry(elem, &offload_base, list) {
492 if (po->priority < elem->priority)
493 break;
494 }
495 list_add_rcu(&po->list, elem->list.prev);
62532da9
VY
496 spin_unlock(&offload_lock);
497}
498EXPORT_SYMBOL(dev_add_offload);
499
500/**
501 * __dev_remove_offload - remove offload handler
502 * @po: packet offload declaration
503 *
504 * Remove a protocol offload handler that was previously added to the
505 * kernel offload handlers by dev_add_offload(). The passed &offload_type
506 * is removed from the kernel lists and can be freed or reused once this
507 * function returns.
508 *
509 * The packet type might still be in use by receivers
510 * and must not be freed until after all the CPU's have gone
511 * through a quiescent state.
512 */
1d143d9f 513static void __dev_remove_offload(struct packet_offload *po)
62532da9
VY
514{
515 struct list_head *head = &offload_base;
516 struct packet_offload *po1;
517
c53aa505 518 spin_lock(&offload_lock);
62532da9
VY
519
520 list_for_each_entry(po1, head, list) {
521 if (po == po1) {
522 list_del_rcu(&po->list);
523 goto out;
524 }
525 }
526
527 pr_warn("dev_remove_offload: %p not found\n", po);
528out:
c53aa505 529 spin_unlock(&offload_lock);
62532da9 530}
62532da9
VY
531
532/**
533 * dev_remove_offload - remove packet offload handler
534 * @po: packet offload declaration
535 *
536 * Remove a packet offload handler that was previously added to the kernel
537 * offload handlers by dev_add_offload(). The passed &offload_type is
538 * removed from the kernel lists and can be freed or reused once this
539 * function returns.
540 *
541 * This call sleeps to guarantee that no CPU is looking at the packet
542 * type after return.
543 */
544void dev_remove_offload(struct packet_offload *po)
545{
546 __dev_remove_offload(po);
547
548 synchronize_net();
549}
550EXPORT_SYMBOL(dev_remove_offload);
551
1da177e4 552/******************************************************************************
eb13da1a 553 *
554 * Device Boot-time Settings Routines
555 *
556 ******************************************************************************/
1da177e4
LT
557
558/* Boot time configuration table */
559static struct netdev_boot_setup dev_boot_setup[NETDEV_BOOT_SETUP_MAX];
560
561/**
562 * netdev_boot_setup_add - add new setup entry
563 * @name: name of the device
564 * @map: configured settings for the device
565 *
566 * Adds new setup entry to the dev_boot_setup list. The function
567 * returns 0 on error and 1 on success. This is a generic routine to
568 * all netdevices.
569 */
570static int netdev_boot_setup_add(char *name, struct ifmap *map)
571{
572 struct netdev_boot_setup *s;
573 int i;
574
575 s = dev_boot_setup;
576 for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++) {
577 if (s[i].name[0] == '\0' || s[i].name[0] == ' ') {
578 memset(s[i].name, 0, sizeof(s[i].name));
93b3cff9 579 strlcpy(s[i].name, name, IFNAMSIZ);
1da177e4
LT
580 memcpy(&s[i].map, map, sizeof(s[i].map));
581 break;
582 }
583 }
584
585 return i >= NETDEV_BOOT_SETUP_MAX ? 0 : 1;
586}
587
588/**
722c9a0c 589 * netdev_boot_setup_check - check boot time settings
590 * @dev: the netdevice
1da177e4 591 *
722c9a0c 592 * Check boot time settings for the device.
593 * The found settings are set for the device to be used
594 * later in the device probing.
595 * Returns 0 if no settings found, 1 if they are.
1da177e4
LT
596 */
597int netdev_boot_setup_check(struct net_device *dev)
598{
599 struct netdev_boot_setup *s = dev_boot_setup;
600 int i;
601
602 for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++) {
603 if (s[i].name[0] != '\0' && s[i].name[0] != ' ' &&
93b3cff9 604 !strcmp(dev->name, s[i].name)) {
722c9a0c 605 dev->irq = s[i].map.irq;
606 dev->base_addr = s[i].map.base_addr;
607 dev->mem_start = s[i].map.mem_start;
608 dev->mem_end = s[i].map.mem_end;
1da177e4
LT
609 return 1;
610 }
611 }
612 return 0;
613}
d1b19dff 614EXPORT_SYMBOL(netdev_boot_setup_check);
1da177e4
LT
615
616
617/**
722c9a0c 618 * netdev_boot_base - get address from boot time settings
619 * @prefix: prefix for network device
620 * @unit: id for network device
621 *
622 * Check boot time settings for the base address of device.
623 * The found settings are set for the device to be used
624 * later in the device probing.
625 * Returns 0 if no settings found.
1da177e4
LT
626 */
627unsigned long netdev_boot_base(const char *prefix, int unit)
628{
629 const struct netdev_boot_setup *s = dev_boot_setup;
630 char name[IFNAMSIZ];
631 int i;
632
633 sprintf(name, "%s%d", prefix, unit);
634
635 /*
636 * If device already registered then return base of 1
637 * to indicate not to probe for this interface
638 */
881d966b 639 if (__dev_get_by_name(&init_net, name))
1da177e4
LT
640 return 1;
641
642 for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++)
643 if (!strcmp(name, s[i].name))
644 return s[i].map.base_addr;
645 return 0;
646}
647
648/*
649 * Saves at boot time configured settings for any netdevice.
650 */
651int __init netdev_boot_setup(char *str)
652{
653 int ints[5];
654 struct ifmap map;
655
656 str = get_options(str, ARRAY_SIZE(ints), ints);
657 if (!str || !*str)
658 return 0;
659
660 /* Save settings */
661 memset(&map, 0, sizeof(map));
662 if (ints[0] > 0)
663 map.irq = ints[1];
664 if (ints[0] > 1)
665 map.base_addr = ints[2];
666 if (ints[0] > 2)
667 map.mem_start = ints[3];
668 if (ints[0] > 3)
669 map.mem_end = ints[4];
670
671 /* Add new entry to the list */
672 return netdev_boot_setup_add(str, &map);
673}
674
675__setup("netdev=", netdev_boot_setup);
676
677/*******************************************************************************
eb13da1a 678 *
679 * Device Interface Subroutines
680 *
681 *******************************************************************************/
1da177e4 682
a54acb3a
ND
683/**
684 * dev_get_iflink - get 'iflink' value of a interface
685 * @dev: targeted interface
686 *
687 * Indicates the ifindex the interface is linked to.
688 * Physical interfaces have the same 'ifindex' and 'iflink' values.
689 */
690
691int dev_get_iflink(const struct net_device *dev)
692{
693 if (dev->netdev_ops && dev->netdev_ops->ndo_get_iflink)
694 return dev->netdev_ops->ndo_get_iflink(dev);
695
7a66bbc9 696 return dev->ifindex;
a54acb3a
ND
697}
698EXPORT_SYMBOL(dev_get_iflink);
699
fc4099f1
PS
700/**
701 * dev_fill_metadata_dst - Retrieve tunnel egress information.
702 * @dev: targeted interface
703 * @skb: The packet.
704 *
705 * For better visibility of tunnel traffic OVS needs to retrieve
706 * egress tunnel information for a packet. Following API allows
707 * user to get this info.
708 */
709int dev_fill_metadata_dst(struct net_device *dev, struct sk_buff *skb)
710{
711 struct ip_tunnel_info *info;
712
713 if (!dev->netdev_ops || !dev->netdev_ops->ndo_fill_metadata_dst)
714 return -EINVAL;
715
716 info = skb_tunnel_info_unclone(skb);
717 if (!info)
718 return -ENOMEM;
719 if (unlikely(!(info->mode & IP_TUNNEL_INFO_TX)))
720 return -EINVAL;
721
722 return dev->netdev_ops->ndo_fill_metadata_dst(dev, skb);
723}
724EXPORT_SYMBOL_GPL(dev_fill_metadata_dst);
725
1da177e4
LT
726/**
727 * __dev_get_by_name - find a device by its name
c4ea43c5 728 * @net: the applicable net namespace
1da177e4
LT
729 * @name: name to find
730 *
731 * Find an interface by name. Must be called under RTNL semaphore
732 * or @dev_base_lock. If the name is found a pointer to the device
733 * is returned. If the name is not found then %NULL is returned. The
734 * reference counters are not incremented so the caller must be
735 * careful with locks.
736 */
737
881d966b 738struct net_device *__dev_get_by_name(struct net *net, const char *name)
1da177e4 739{
0bd8d536
ED
740 struct net_device *dev;
741 struct hlist_head *head = dev_name_hash(net, name);
1da177e4 742
b67bfe0d 743 hlist_for_each_entry(dev, head, name_hlist)
1da177e4
LT
744 if (!strncmp(dev->name, name, IFNAMSIZ))
745 return dev;
0bd8d536 746
1da177e4
LT
747 return NULL;
748}
d1b19dff 749EXPORT_SYMBOL(__dev_get_by_name);
1da177e4 750
72c9528b 751/**
722c9a0c 752 * dev_get_by_name_rcu - find a device by its name
753 * @net: the applicable net namespace
754 * @name: name to find
755 *
756 * Find an interface by name.
757 * If the name is found a pointer to the device is returned.
758 * If the name is not found then %NULL is returned.
759 * The reference counters are not incremented so the caller must be
760 * careful with locks. The caller must hold RCU lock.
72c9528b
ED
761 */
762
763struct net_device *dev_get_by_name_rcu(struct net *net, const char *name)
764{
72c9528b
ED
765 struct net_device *dev;
766 struct hlist_head *head = dev_name_hash(net, name);
767
b67bfe0d 768 hlist_for_each_entry_rcu(dev, head, name_hlist)
72c9528b
ED
769 if (!strncmp(dev->name, name, IFNAMSIZ))
770 return dev;
771
772 return NULL;
773}
774EXPORT_SYMBOL(dev_get_by_name_rcu);
775
1da177e4
LT
776/**
777 * dev_get_by_name - find a device by its name
c4ea43c5 778 * @net: the applicable net namespace
1da177e4
LT
779 * @name: name to find
780 *
781 * Find an interface by name. This can be called from any
782 * context and does its own locking. The returned handle has
783 * the usage count incremented and the caller must use dev_put() to
784 * release it when it is no longer needed. %NULL is returned if no
785 * matching device is found.
786 */
787
881d966b 788struct net_device *dev_get_by_name(struct net *net, const char *name)
1da177e4
LT
789{
790 struct net_device *dev;
791
72c9528b
ED
792 rcu_read_lock();
793 dev = dev_get_by_name_rcu(net, name);
1da177e4
LT
794 if (dev)
795 dev_hold(dev);
72c9528b 796 rcu_read_unlock();
1da177e4
LT
797 return dev;
798}
d1b19dff 799EXPORT_SYMBOL(dev_get_by_name);
1da177e4
LT
800
801/**
802 * __dev_get_by_index - find a device by its ifindex
c4ea43c5 803 * @net: the applicable net namespace
1da177e4
LT
804 * @ifindex: index of device
805 *
806 * Search for an interface by index. Returns %NULL if the device
807 * is not found or a pointer to the device. The device has not
808 * had its reference counter increased so the caller must be careful
809 * about locking. The caller must hold either the RTNL semaphore
810 * or @dev_base_lock.
811 */
812
881d966b 813struct net_device *__dev_get_by_index(struct net *net, int ifindex)
1da177e4 814{
0bd8d536
ED
815 struct net_device *dev;
816 struct hlist_head *head = dev_index_hash(net, ifindex);
1da177e4 817
b67bfe0d 818 hlist_for_each_entry(dev, head, index_hlist)
1da177e4
LT
819 if (dev->ifindex == ifindex)
820 return dev;
0bd8d536 821
1da177e4
LT
822 return NULL;
823}
d1b19dff 824EXPORT_SYMBOL(__dev_get_by_index);
1da177e4 825
fb699dfd
ED
826/**
827 * dev_get_by_index_rcu - find a device by its ifindex
828 * @net: the applicable net namespace
829 * @ifindex: index of device
830 *
831 * Search for an interface by index. Returns %NULL if the device
832 * is not found or a pointer to the device. The device has not
833 * had its reference counter increased so the caller must be careful
834 * about locking. The caller must hold RCU lock.
835 */
836
837struct net_device *dev_get_by_index_rcu(struct net *net, int ifindex)
838{
fb699dfd
ED
839 struct net_device *dev;
840 struct hlist_head *head = dev_index_hash(net, ifindex);
841
b67bfe0d 842 hlist_for_each_entry_rcu(dev, head, index_hlist)
fb699dfd
ED
843 if (dev->ifindex == ifindex)
844 return dev;
845
846 return NULL;
847}
848EXPORT_SYMBOL(dev_get_by_index_rcu);
849
1da177e4
LT
850
851/**
852 * dev_get_by_index - find a device by its ifindex
c4ea43c5 853 * @net: the applicable net namespace
1da177e4
LT
854 * @ifindex: index of device
855 *
856 * Search for an interface by index. Returns NULL if the device
857 * is not found or a pointer to the device. The device returned has
858 * had a reference added and the pointer is safe until the user calls
859 * dev_put to indicate they have finished with it.
860 */
861
881d966b 862struct net_device *dev_get_by_index(struct net *net, int ifindex)
1da177e4
LT
863{
864 struct net_device *dev;
865
fb699dfd
ED
866 rcu_read_lock();
867 dev = dev_get_by_index_rcu(net, ifindex);
1da177e4
LT
868 if (dev)
869 dev_hold(dev);
fb699dfd 870 rcu_read_unlock();
1da177e4
LT
871 return dev;
872}
d1b19dff 873EXPORT_SYMBOL(dev_get_by_index);
1da177e4 874
90b602f8
ML
875/**
876 * dev_get_by_napi_id - find a device by napi_id
877 * @napi_id: ID of the NAPI struct
878 *
879 * Search for an interface by NAPI ID. Returns %NULL if the device
880 * is not found or a pointer to the device. The device has not had
881 * its reference counter increased so the caller must be careful
882 * about locking. The caller must hold RCU lock.
883 */
884
885struct net_device *dev_get_by_napi_id(unsigned int napi_id)
886{
887 struct napi_struct *napi;
888
889 WARN_ON_ONCE(!rcu_read_lock_held());
890
891 if (napi_id < MIN_NAPI_ID)
892 return NULL;
893
894 napi = napi_by_id(napi_id);
895
896 return napi ? napi->dev : NULL;
897}
898EXPORT_SYMBOL(dev_get_by_napi_id);
899
5dbe7c17
NS
900/**
901 * netdev_get_name - get a netdevice name, knowing its ifindex.
902 * @net: network namespace
903 * @name: a pointer to the buffer where the name will be stored.
904 * @ifindex: the ifindex of the interface to get the name from.
905 *
906 * The use of raw_seqcount_begin() and cond_resched() before
907 * retrying is required as we want to give the writers a chance
908 * to complete when CONFIG_PREEMPT is not set.
909 */
910int netdev_get_name(struct net *net, char *name, int ifindex)
911{
912 struct net_device *dev;
913 unsigned int seq;
914
915retry:
916 seq = raw_seqcount_begin(&devnet_rename_seq);
917 rcu_read_lock();
918 dev = dev_get_by_index_rcu(net, ifindex);
919 if (!dev) {
920 rcu_read_unlock();
921 return -ENODEV;
922 }
923
924 strcpy(name, dev->name);
925 rcu_read_unlock();
926 if (read_seqcount_retry(&devnet_rename_seq, seq)) {
927 cond_resched();
928 goto retry;
929 }
930
931 return 0;
932}
933
1da177e4 934/**
941666c2 935 * dev_getbyhwaddr_rcu - find a device by its hardware address
c4ea43c5 936 * @net: the applicable net namespace
1da177e4
LT
937 * @type: media type of device
938 * @ha: hardware address
939 *
940 * Search for an interface by MAC address. Returns NULL if the device
c506653d
ED
941 * is not found or a pointer to the device.
942 * The caller must hold RCU or RTNL.
941666c2 943 * The returned device has not had its ref count increased
1da177e4
LT
944 * and the caller must therefore be careful about locking
945 *
1da177e4
LT
946 */
947
941666c2
ED
948struct net_device *dev_getbyhwaddr_rcu(struct net *net, unsigned short type,
949 const char *ha)
1da177e4
LT
950{
951 struct net_device *dev;
952
941666c2 953 for_each_netdev_rcu(net, dev)
1da177e4
LT
954 if (dev->type == type &&
955 !memcmp(dev->dev_addr, ha, dev->addr_len))
7562f876
PE
956 return dev;
957
958 return NULL;
1da177e4 959}
941666c2 960EXPORT_SYMBOL(dev_getbyhwaddr_rcu);
cf309e3f 961
881d966b 962struct net_device *__dev_getfirstbyhwtype(struct net *net, unsigned short type)
1da177e4
LT
963{
964 struct net_device *dev;
965
4e9cac2b 966 ASSERT_RTNL();
881d966b 967 for_each_netdev(net, dev)
4e9cac2b 968 if (dev->type == type)
7562f876
PE
969 return dev;
970
971 return NULL;
4e9cac2b 972}
4e9cac2b
PM
973EXPORT_SYMBOL(__dev_getfirstbyhwtype);
974
881d966b 975struct net_device *dev_getfirstbyhwtype(struct net *net, unsigned short type)
4e9cac2b 976{
99fe3c39 977 struct net_device *dev, *ret = NULL;
4e9cac2b 978
99fe3c39
ED
979 rcu_read_lock();
980 for_each_netdev_rcu(net, dev)
981 if (dev->type == type) {
982 dev_hold(dev);
983 ret = dev;
984 break;
985 }
986 rcu_read_unlock();
987 return ret;
1da177e4 988}
1da177e4
LT
989EXPORT_SYMBOL(dev_getfirstbyhwtype);
990
991/**
6c555490 992 * __dev_get_by_flags - find any device with given flags
c4ea43c5 993 * @net: the applicable net namespace
1da177e4
LT
994 * @if_flags: IFF_* values
995 * @mask: bitmask of bits in if_flags to check
996 *
997 * Search for any interface with the given flags. Returns NULL if a device
bb69ae04 998 * is not found or a pointer to the device. Must be called inside
6c555490 999 * rtnl_lock(), and result refcount is unchanged.
1da177e4
LT
1000 */
1001
6c555490
WC
1002struct net_device *__dev_get_by_flags(struct net *net, unsigned short if_flags,
1003 unsigned short mask)
1da177e4 1004{
7562f876 1005 struct net_device *dev, *ret;
1da177e4 1006
6c555490
WC
1007 ASSERT_RTNL();
1008
7562f876 1009 ret = NULL;
6c555490 1010 for_each_netdev(net, dev) {
1da177e4 1011 if (((dev->flags ^ if_flags) & mask) == 0) {
7562f876 1012 ret = dev;
1da177e4
LT
1013 break;
1014 }
1015 }
7562f876 1016 return ret;
1da177e4 1017}
6c555490 1018EXPORT_SYMBOL(__dev_get_by_flags);
1da177e4
LT
1019
1020/**
1021 * dev_valid_name - check if name is okay for network device
1022 * @name: name string
1023 *
1024 * Network device names need to be valid file names to
c7fa9d18
DM
1025 * to allow sysfs to work. We also disallow any kind of
1026 * whitespace.
1da177e4 1027 */
95f050bf 1028bool dev_valid_name(const char *name)
1da177e4 1029{
c7fa9d18 1030 if (*name == '\0')
95f050bf 1031 return false;
a9d48205 1032 if (strnlen(name, IFNAMSIZ) == IFNAMSIZ)
95f050bf 1033 return false;
c7fa9d18 1034 if (!strcmp(name, ".") || !strcmp(name, ".."))
95f050bf 1035 return false;
c7fa9d18
DM
1036
1037 while (*name) {
a4176a93 1038 if (*name == '/' || *name == ':' || isspace(*name))
95f050bf 1039 return false;
c7fa9d18
DM
1040 name++;
1041 }
95f050bf 1042 return true;
1da177e4 1043}
d1b19dff 1044EXPORT_SYMBOL(dev_valid_name);
1da177e4
LT
1045
1046/**
b267b179
EB
1047 * __dev_alloc_name - allocate a name for a device
1048 * @net: network namespace to allocate the device name in
1da177e4 1049 * @name: name format string
b267b179 1050 * @buf: scratch buffer and result name string
1da177e4
LT
1051 *
1052 * Passed a format string - eg "lt%d" it will try and find a suitable
3041a069
SH
1053 * id. It scans list of devices to build up a free map, then chooses
1054 * the first empty slot. The caller must hold the dev_base or rtnl lock
1055 * while allocating the name and adding the device in order to avoid
1056 * duplicates.
1057 * Limited to bits_per_byte * page size devices (ie 32K on most platforms).
1058 * Returns the number of the unit assigned or a negative errno code.
1da177e4
LT
1059 */
1060
b267b179 1061static int __dev_alloc_name(struct net *net, const char *name, char *buf)
1da177e4
LT
1062{
1063 int i = 0;
1da177e4
LT
1064 const char *p;
1065 const int max_netdevices = 8*PAGE_SIZE;
cfcabdcc 1066 unsigned long *inuse;
1da177e4
LT
1067 struct net_device *d;
1068
93809105
RV
1069 if (!dev_valid_name(name))
1070 return -EINVAL;
1071
51f299dd 1072 p = strchr(name, '%');
1da177e4
LT
1073 if (p) {
1074 /*
1075 * Verify the string as this thing may have come from
1076 * the user. There must be either one "%d" and no other "%"
1077 * characters.
1078 */
1079 if (p[1] != 'd' || strchr(p + 2, '%'))
1080 return -EINVAL;
1081
1082 /* Use one page as a bit array of possible slots */
cfcabdcc 1083 inuse = (unsigned long *) get_zeroed_page(GFP_ATOMIC);
1da177e4
LT
1084 if (!inuse)
1085 return -ENOMEM;
1086
881d966b 1087 for_each_netdev(net, d) {
1da177e4
LT
1088 if (!sscanf(d->name, name, &i))
1089 continue;
1090 if (i < 0 || i >= max_netdevices)
1091 continue;
1092
1093 /* avoid cases where sscanf is not exact inverse of printf */
b267b179 1094 snprintf(buf, IFNAMSIZ, name, i);
1da177e4
LT
1095 if (!strncmp(buf, d->name, IFNAMSIZ))
1096 set_bit(i, inuse);
1097 }
1098
1099 i = find_first_zero_bit(inuse, max_netdevices);
1100 free_page((unsigned long) inuse);
1101 }
1102
6224abda 1103 snprintf(buf, IFNAMSIZ, name, i);
b267b179 1104 if (!__dev_get_by_name(net, buf))
1da177e4 1105 return i;
1da177e4
LT
1106
1107 /* It is possible to run out of possible slots
1108 * when the name is long and there isn't enough space left
1109 * for the digits, or if all bits are used.
1110 */
029b6d14 1111 return -ENFILE;
1da177e4
LT
1112}
1113
2c88b855
RV
1114static int dev_alloc_name_ns(struct net *net,
1115 struct net_device *dev,
1116 const char *name)
1117{
1118 char buf[IFNAMSIZ];
1119 int ret;
1120
c46d7642 1121 BUG_ON(!net);
2c88b855
RV
1122 ret = __dev_alloc_name(net, name, buf);
1123 if (ret >= 0)
1124 strlcpy(dev->name, buf, IFNAMSIZ);
1125 return ret;
1da177e4
LT
1126}
1127
b267b179
EB
1128/**
1129 * dev_alloc_name - allocate a name for a device
1130 * @dev: device
1131 * @name: name format string
1132 *
1133 * Passed a format string - eg "lt%d" it will try and find a suitable
1134 * id. It scans list of devices to build up a free map, then chooses
1135 * the first empty slot. The caller must hold the dev_base or rtnl lock
1136 * while allocating the name and adding the device in order to avoid
1137 * duplicates.
1138 * Limited to bits_per_byte * page size devices (ie 32K on most platforms).
1139 * Returns the number of the unit assigned or a negative errno code.
1140 */
1141
1142int dev_alloc_name(struct net_device *dev, const char *name)
1143{
c46d7642 1144 return dev_alloc_name_ns(dev_net(dev), dev, name);
b267b179 1145}
d1b19dff 1146EXPORT_SYMBOL(dev_alloc_name);
b267b179 1147
0ad646c8
CW
1148int dev_get_valid_name(struct net *net, struct net_device *dev,
1149 const char *name)
828de4f6 1150{
55a5ec9b
DM
1151 BUG_ON(!net);
1152
1153 if (!dev_valid_name(name))
1154 return -EINVAL;
1155
1156 if (strchr(name, '%'))
1157 return dev_alloc_name_ns(net, dev, name);
1158 else if (__dev_get_by_name(net, name))
1159 return -EEXIST;
1160 else if (dev->name != name)
1161 strlcpy(dev->name, name, IFNAMSIZ);
1162
1163 return 0;
d9031024 1164}
0ad646c8 1165EXPORT_SYMBOL(dev_get_valid_name);
1da177e4
LT
1166
1167/**
1168 * dev_change_name - change name of a device
1169 * @dev: device
1170 * @newname: name (or format string) must be at least IFNAMSIZ
1171 *
1172 * Change name of a device, can pass format strings "eth%d".
1173 * for wildcarding.
1174 */
cf04a4c7 1175int dev_change_name(struct net_device *dev, const char *newname)
1da177e4 1176{
238fa362 1177 unsigned char old_assign_type;
fcc5a03a 1178 char oldname[IFNAMSIZ];
1da177e4 1179 int err = 0;
fcc5a03a 1180 int ret;
881d966b 1181 struct net *net;
1da177e4
LT
1182
1183 ASSERT_RTNL();
c346dca1 1184 BUG_ON(!dev_net(dev));
1da177e4 1185
c346dca1 1186 net = dev_net(dev);
1da177e4
LT
1187 if (dev->flags & IFF_UP)
1188 return -EBUSY;
1189
30e6c9fa 1190 write_seqcount_begin(&devnet_rename_seq);
c91f6df2
BH
1191
1192 if (strncmp(newname, dev->name, IFNAMSIZ) == 0) {
30e6c9fa 1193 write_seqcount_end(&devnet_rename_seq);
c8d90dca 1194 return 0;
c91f6df2 1195 }
c8d90dca 1196
fcc5a03a
HX
1197 memcpy(oldname, dev->name, IFNAMSIZ);
1198
828de4f6 1199 err = dev_get_valid_name(net, dev, newname);
c91f6df2 1200 if (err < 0) {
30e6c9fa 1201 write_seqcount_end(&devnet_rename_seq);
d9031024 1202 return err;
c91f6df2 1203 }
1da177e4 1204
6fe82a39
VF
1205 if (oldname[0] && !strchr(oldname, '%'))
1206 netdev_info(dev, "renamed from %s\n", oldname);
1207
238fa362
TG
1208 old_assign_type = dev->name_assign_type;
1209 dev->name_assign_type = NET_NAME_RENAMED;
1210
fcc5a03a 1211rollback:
a1b3f594
EB
1212 ret = device_rename(&dev->dev, dev->name);
1213 if (ret) {
1214 memcpy(dev->name, oldname, IFNAMSIZ);
238fa362 1215 dev->name_assign_type = old_assign_type;
30e6c9fa 1216 write_seqcount_end(&devnet_rename_seq);
a1b3f594 1217 return ret;
dcc99773 1218 }
7f988eab 1219
30e6c9fa 1220 write_seqcount_end(&devnet_rename_seq);
c91f6df2 1221
5bb025fa
VF
1222 netdev_adjacent_rename_links(dev, oldname);
1223
7f988eab 1224 write_lock_bh(&dev_base_lock);
372b2312 1225 hlist_del_rcu(&dev->name_hlist);
72c9528b
ED
1226 write_unlock_bh(&dev_base_lock);
1227
1228 synchronize_rcu();
1229
1230 write_lock_bh(&dev_base_lock);
1231 hlist_add_head_rcu(&dev->name_hlist, dev_name_hash(net, dev->name));
7f988eab
HX
1232 write_unlock_bh(&dev_base_lock);
1233
056925ab 1234 ret = call_netdevice_notifiers(NETDEV_CHANGENAME, dev);
fcc5a03a
HX
1235 ret = notifier_to_errno(ret);
1236
1237 if (ret) {
91e9c07b
ED
1238 /* err >= 0 after dev_alloc_name() or stores the first errno */
1239 if (err >= 0) {
fcc5a03a 1240 err = ret;
30e6c9fa 1241 write_seqcount_begin(&devnet_rename_seq);
fcc5a03a 1242 memcpy(dev->name, oldname, IFNAMSIZ);
5bb025fa 1243 memcpy(oldname, newname, IFNAMSIZ);
238fa362
TG
1244 dev->name_assign_type = old_assign_type;
1245 old_assign_type = NET_NAME_RENAMED;
fcc5a03a 1246 goto rollback;
91e9c07b 1247 } else {
7b6cd1ce 1248 pr_err("%s: name change rollback failed: %d\n",
91e9c07b 1249 dev->name, ret);
fcc5a03a
HX
1250 }
1251 }
1da177e4
LT
1252
1253 return err;
1254}
1255
0b815a1a
SH
1256/**
1257 * dev_set_alias - change ifalias of a device
1258 * @dev: device
1259 * @alias: name up to IFALIASZ
f0db275a 1260 * @len: limit of bytes to copy from info
0b815a1a
SH
1261 *
1262 * Set ifalias for a device,
1263 */
1264int dev_set_alias(struct net_device *dev, const char *alias, size_t len)
1265{
6c557001 1266 struct dev_ifalias *new_alias = NULL;
0b815a1a
SH
1267
1268 if (len >= IFALIASZ)
1269 return -EINVAL;
1270
6c557001
FW
1271 if (len) {
1272 new_alias = kmalloc(sizeof(*new_alias) + len + 1, GFP_KERNEL);
1273 if (!new_alias)
1274 return -ENOMEM;
1275
1276 memcpy(new_alias->ifalias, alias, len);
1277 new_alias->ifalias[len] = 0;
96ca4a2c
OH
1278 }
1279
6c557001
FW
1280 mutex_lock(&ifalias_mutex);
1281 rcu_swap_protected(dev->ifalias, new_alias,
1282 mutex_is_locked(&ifalias_mutex));
1283 mutex_unlock(&ifalias_mutex);
1284
1285 if (new_alias)
1286 kfree_rcu(new_alias, rcuhead);
0b815a1a 1287
0b815a1a
SH
1288 return len;
1289}
0fe554a4 1290EXPORT_SYMBOL(dev_set_alias);
0b815a1a 1291
6c557001
FW
1292/**
1293 * dev_get_alias - get ifalias of a device
1294 * @dev: device
20e88320 1295 * @name: buffer to store name of ifalias
6c557001
FW
1296 * @len: size of buffer
1297 *
1298 * get ifalias for a device. Caller must make sure dev cannot go
1299 * away, e.g. rcu read lock or own a reference count to device.
1300 */
1301int dev_get_alias(const struct net_device *dev, char *name, size_t len)
1302{
1303 const struct dev_ifalias *alias;
1304 int ret = 0;
1305
1306 rcu_read_lock();
1307 alias = rcu_dereference(dev->ifalias);
1308 if (alias)
1309 ret = snprintf(name, len, "%s", alias->ifalias);
1310 rcu_read_unlock();
1311
1312 return ret;
1313}
0b815a1a 1314
d8a33ac4 1315/**
3041a069 1316 * netdev_features_change - device changes features
d8a33ac4
SH
1317 * @dev: device to cause notification
1318 *
1319 * Called to indicate a device has changed features.
1320 */
1321void netdev_features_change(struct net_device *dev)
1322{
056925ab 1323 call_netdevice_notifiers(NETDEV_FEAT_CHANGE, dev);
d8a33ac4
SH
1324}
1325EXPORT_SYMBOL(netdev_features_change);
1326
1da177e4
LT
1327/**
1328 * netdev_state_change - device changes state
1329 * @dev: device to cause notification
1330 *
1331 * Called to indicate a device has changed state. This function calls
1332 * the notifier chains for netdev_chain and sends a NEWLINK message
1333 * to the routing socket.
1334 */
1335void netdev_state_change(struct net_device *dev)
1336{
1337 if (dev->flags & IFF_UP) {
51d0c047
DA
1338 struct netdev_notifier_change_info change_info = {
1339 .info.dev = dev,
1340 };
54951194 1341
51d0c047 1342 call_netdevice_notifiers_info(NETDEV_CHANGE,
54951194 1343 &change_info.info);
7f294054 1344 rtmsg_ifinfo(RTM_NEWLINK, dev, 0, GFP_KERNEL);
1da177e4
LT
1345 }
1346}
d1b19dff 1347EXPORT_SYMBOL(netdev_state_change);
1da177e4 1348
ee89bab1 1349/**
722c9a0c 1350 * netdev_notify_peers - notify network peers about existence of @dev
1351 * @dev: network device
ee89bab1
AW
1352 *
1353 * Generate traffic such that interested network peers are aware of
1354 * @dev, such as by generating a gratuitous ARP. This may be used when
1355 * a device wants to inform the rest of the network about some sort of
1356 * reconfiguration such as a failover event or virtual machine
1357 * migration.
1358 */
1359void netdev_notify_peers(struct net_device *dev)
c1da4ac7 1360{
ee89bab1
AW
1361 rtnl_lock();
1362 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, dev);
37c343b4 1363 call_netdevice_notifiers(NETDEV_RESEND_IGMP, dev);
ee89bab1 1364 rtnl_unlock();
c1da4ac7 1365}
ee89bab1 1366EXPORT_SYMBOL(netdev_notify_peers);
c1da4ac7 1367
40c900aa 1368static int __dev_open(struct net_device *dev, struct netlink_ext_ack *extack)
1da177e4 1369{
d314774c 1370 const struct net_device_ops *ops = dev->netdev_ops;
3b8bcfd5 1371 int ret;
1da177e4 1372
e46b66bc
BH
1373 ASSERT_RTNL();
1374
1da177e4
LT
1375 if (!netif_device_present(dev))
1376 return -ENODEV;
1377
ca99ca14
NH
1378 /* Block netpoll from trying to do any rx path servicing.
1379 * If we don't do this there is a chance ndo_poll_controller
1380 * or ndo_poll may be running while we open the device
1381 */
66b5552f 1382 netpoll_poll_disable(dev);
ca99ca14 1383
40c900aa 1384 ret = call_netdevice_notifiers_extack(NETDEV_PRE_UP, dev, extack);
3b8bcfd5
JB
1385 ret = notifier_to_errno(ret);
1386 if (ret)
1387 return ret;
1388
1da177e4 1389 set_bit(__LINK_STATE_START, &dev->state);
bada339b 1390
d314774c
SH
1391 if (ops->ndo_validate_addr)
1392 ret = ops->ndo_validate_addr(dev);
bada339b 1393
d314774c
SH
1394 if (!ret && ops->ndo_open)
1395 ret = ops->ndo_open(dev);
1da177e4 1396
66b5552f 1397 netpoll_poll_enable(dev);
ca99ca14 1398
bada339b
JG
1399 if (ret)
1400 clear_bit(__LINK_STATE_START, &dev->state);
1401 else {
1da177e4 1402 dev->flags |= IFF_UP;
4417da66 1403 dev_set_rx_mode(dev);
1da177e4 1404 dev_activate(dev);
7bf23575 1405 add_device_randomness(dev->dev_addr, dev->addr_len);
1da177e4 1406 }
bada339b 1407
1da177e4
LT
1408 return ret;
1409}
1410
1411/**
bd380811 1412 * dev_open - prepare an interface for use.
00f54e68
PM
1413 * @dev: device to open
1414 * @extack: netlink extended ack
1da177e4 1415 *
bd380811
PM
1416 * Takes a device from down to up state. The device's private open
1417 * function is invoked and then the multicast lists are loaded. Finally
1418 * the device is moved into the up state and a %NETDEV_UP message is
1419 * sent to the netdev notifier chain.
1420 *
1421 * Calling this function on an active interface is a nop. On a failure
1422 * a negative errno code is returned.
1da177e4 1423 */
00f54e68 1424int dev_open(struct net_device *dev, struct netlink_ext_ack *extack)
bd380811
PM
1425{
1426 int ret;
1427
bd380811
PM
1428 if (dev->flags & IFF_UP)
1429 return 0;
1430
40c900aa 1431 ret = __dev_open(dev, extack);
bd380811
PM
1432 if (ret < 0)
1433 return ret;
1434
7f294054 1435 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL);
bd380811
PM
1436 call_netdevice_notifiers(NETDEV_UP, dev);
1437
1438 return ret;
1439}
1440EXPORT_SYMBOL(dev_open);
1441
7051b88a 1442static void __dev_close_many(struct list_head *head)
1da177e4 1443{
44345724 1444 struct net_device *dev;
e46b66bc 1445
bd380811 1446 ASSERT_RTNL();
9d5010db
DM
1447 might_sleep();
1448
5cde2829 1449 list_for_each_entry(dev, head, close_list) {
3f4df206 1450 /* Temporarily disable netpoll until the interface is down */
66b5552f 1451 netpoll_poll_disable(dev);
3f4df206 1452
44345724 1453 call_netdevice_notifiers(NETDEV_GOING_DOWN, dev);
1da177e4 1454
44345724 1455 clear_bit(__LINK_STATE_START, &dev->state);
1da177e4 1456
44345724
OP
1457 /* Synchronize to scheduled poll. We cannot touch poll list, it
1458 * can be even on different cpu. So just clear netif_running().
1459 *
1460 * dev->stop() will invoke napi_disable() on all of it's
1461 * napi_struct instances on this device.
1462 */
4e857c58 1463 smp_mb__after_atomic(); /* Commit netif_running(). */
44345724 1464 }
1da177e4 1465
44345724 1466 dev_deactivate_many(head);
d8b2a4d2 1467
5cde2829 1468 list_for_each_entry(dev, head, close_list) {
44345724 1469 const struct net_device_ops *ops = dev->netdev_ops;
1da177e4 1470
44345724
OP
1471 /*
1472 * Call the device specific close. This cannot fail.
1473 * Only if device is UP
1474 *
1475 * We allow it to be called even after a DETACH hot-plug
1476 * event.
1477 */
1478 if (ops->ndo_stop)
1479 ops->ndo_stop(dev);
1480
44345724 1481 dev->flags &= ~IFF_UP;
66b5552f 1482 netpoll_poll_enable(dev);
44345724 1483 }
44345724
OP
1484}
1485
7051b88a 1486static void __dev_close(struct net_device *dev)
44345724
OP
1487{
1488 LIST_HEAD(single);
1489
5cde2829 1490 list_add(&dev->close_list, &single);
7051b88a 1491 __dev_close_many(&single);
f87e6f47 1492 list_del(&single);
44345724
OP
1493}
1494
7051b88a 1495void dev_close_many(struct list_head *head, bool unlink)
44345724
OP
1496{
1497 struct net_device *dev, *tmp;
1da177e4 1498
5cde2829
EB
1499 /* Remove the devices that don't need to be closed */
1500 list_for_each_entry_safe(dev, tmp, head, close_list)
44345724 1501 if (!(dev->flags & IFF_UP))
5cde2829 1502 list_del_init(&dev->close_list);
44345724
OP
1503
1504 __dev_close_many(head);
1da177e4 1505
5cde2829 1506 list_for_each_entry_safe(dev, tmp, head, close_list) {
7f294054 1507 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL);
44345724 1508 call_netdevice_notifiers(NETDEV_DOWN, dev);
99c4a26a
DM
1509 if (unlink)
1510 list_del_init(&dev->close_list);
44345724 1511 }
bd380811 1512}
99c4a26a 1513EXPORT_SYMBOL(dev_close_many);
bd380811
PM
1514
1515/**
1516 * dev_close - shutdown an interface.
1517 * @dev: device to shutdown
1518 *
1519 * This function moves an active device into down state. A
1520 * %NETDEV_GOING_DOWN is sent to the netdev notifier chain. The device
1521 * is then deactivated and finally a %NETDEV_DOWN is sent to the notifier
1522 * chain.
1523 */
7051b88a 1524void dev_close(struct net_device *dev)
bd380811 1525{
e14a5993
ED
1526 if (dev->flags & IFF_UP) {
1527 LIST_HEAD(single);
1da177e4 1528
5cde2829 1529 list_add(&dev->close_list, &single);
99c4a26a 1530 dev_close_many(&single, true);
e14a5993
ED
1531 list_del(&single);
1532 }
1da177e4 1533}
d1b19dff 1534EXPORT_SYMBOL(dev_close);
1da177e4
LT
1535
1536
0187bdfb
BH
1537/**
1538 * dev_disable_lro - disable Large Receive Offload on a device
1539 * @dev: device
1540 *
1541 * Disable Large Receive Offload (LRO) on a net device. Must be
1542 * called under RTNL. This is needed if received packets may be
1543 * forwarded to another interface.
1544 */
1545void dev_disable_lro(struct net_device *dev)
1546{
fbe168ba
MK
1547 struct net_device *lower_dev;
1548 struct list_head *iter;
529d0489 1549
bc5787c6
MM
1550 dev->wanted_features &= ~NETIF_F_LRO;
1551 netdev_update_features(dev);
27660515 1552
22d5969f
MM
1553 if (unlikely(dev->features & NETIF_F_LRO))
1554 netdev_WARN(dev, "failed to disable LRO!\n");
fbe168ba
MK
1555
1556 netdev_for_each_lower_dev(dev, lower_dev, iter)
1557 dev_disable_lro(lower_dev);
0187bdfb
BH
1558}
1559EXPORT_SYMBOL(dev_disable_lro);
1560
56f5aa77
MC
1561/**
1562 * dev_disable_gro_hw - disable HW Generic Receive Offload on a device
1563 * @dev: device
1564 *
1565 * Disable HW Generic Receive Offload (GRO_HW) on a net device. Must be
1566 * called under RTNL. This is needed if Generic XDP is installed on
1567 * the device.
1568 */
1569static void dev_disable_gro_hw(struct net_device *dev)
1570{
1571 dev->wanted_features &= ~NETIF_F_GRO_HW;
1572 netdev_update_features(dev);
1573
1574 if (unlikely(dev->features & NETIF_F_GRO_HW))
1575 netdev_WARN(dev, "failed to disable GRO_HW!\n");
1576}
1577
ede2762d
KT
1578const char *netdev_cmd_to_name(enum netdev_cmd cmd)
1579{
1580#define N(val) \
1581 case NETDEV_##val: \
1582 return "NETDEV_" __stringify(val);
1583 switch (cmd) {
1584 N(UP) N(DOWN) N(REBOOT) N(CHANGE) N(REGISTER) N(UNREGISTER)
1585 N(CHANGEMTU) N(CHANGEADDR) N(GOING_DOWN) N(CHANGENAME) N(FEAT_CHANGE)
1586 N(BONDING_FAILOVER) N(PRE_UP) N(PRE_TYPE_CHANGE) N(POST_TYPE_CHANGE)
1587 N(POST_INIT) N(RELEASE) N(NOTIFY_PEERS) N(JOIN) N(CHANGEUPPER)
1588 N(RESEND_IGMP) N(PRECHANGEMTU) N(CHANGEINFODATA) N(BONDING_INFO)
1589 N(PRECHANGEUPPER) N(CHANGELOWERSTATE) N(UDP_TUNNEL_PUSH_INFO)
1590 N(UDP_TUNNEL_DROP_INFO) N(CHANGE_TX_QUEUE_LEN)
9daae9bd
GP
1591 N(CVLAN_FILTER_PUSH_INFO) N(CVLAN_FILTER_DROP_INFO)
1592 N(SVLAN_FILTER_PUSH_INFO) N(SVLAN_FILTER_DROP_INFO)
1570415f 1593 N(PRE_CHANGEADDR)
3f5ecd8a 1594 }
ede2762d
KT
1595#undef N
1596 return "UNKNOWN_NETDEV_EVENT";
1597}
1598EXPORT_SYMBOL_GPL(netdev_cmd_to_name);
1599
351638e7
JP
1600static int call_netdevice_notifier(struct notifier_block *nb, unsigned long val,
1601 struct net_device *dev)
1602{
51d0c047
DA
1603 struct netdev_notifier_info info = {
1604 .dev = dev,
1605 };
351638e7 1606
351638e7
JP
1607 return nb->notifier_call(nb, val, &info);
1608}
0187bdfb 1609
881d966b
EB
1610static int dev_boot_phase = 1;
1611
1da177e4 1612/**
722c9a0c 1613 * register_netdevice_notifier - register a network notifier block
1614 * @nb: notifier
1da177e4 1615 *
722c9a0c 1616 * Register a notifier to be called when network device events occur.
1617 * The notifier passed is linked into the kernel structures and must
1618 * not be reused until it has been unregistered. A negative errno code
1619 * is returned on a failure.
1da177e4 1620 *
722c9a0c 1621 * When registered all registration and up events are replayed
1622 * to the new notifier to allow device to have a race free
1623 * view of the network device list.
1da177e4
LT
1624 */
1625
1626int register_netdevice_notifier(struct notifier_block *nb)
1627{
1628 struct net_device *dev;
fcc5a03a 1629 struct net_device *last;
881d966b 1630 struct net *net;
1da177e4
LT
1631 int err;
1632
328fbe74
KT
1633 /* Close race with setup_net() and cleanup_net() */
1634 down_write(&pernet_ops_rwsem);
1da177e4 1635 rtnl_lock();
f07d5b94 1636 err = raw_notifier_chain_register(&netdev_chain, nb);
fcc5a03a
HX
1637 if (err)
1638 goto unlock;
881d966b
EB
1639 if (dev_boot_phase)
1640 goto unlock;
1641 for_each_net(net) {
1642 for_each_netdev(net, dev) {
351638e7 1643 err = call_netdevice_notifier(nb, NETDEV_REGISTER, dev);
881d966b
EB
1644 err = notifier_to_errno(err);
1645 if (err)
1646 goto rollback;
1647
1648 if (!(dev->flags & IFF_UP))
1649 continue;
1da177e4 1650
351638e7 1651 call_netdevice_notifier(nb, NETDEV_UP, dev);
881d966b 1652 }
1da177e4 1653 }
fcc5a03a
HX
1654
1655unlock:
1da177e4 1656 rtnl_unlock();
328fbe74 1657 up_write(&pernet_ops_rwsem);
1da177e4 1658 return err;
fcc5a03a
HX
1659
1660rollback:
1661 last = dev;
881d966b
EB
1662 for_each_net(net) {
1663 for_each_netdev(net, dev) {
1664 if (dev == last)
8f891489 1665 goto outroll;
fcc5a03a 1666
881d966b 1667 if (dev->flags & IFF_UP) {
351638e7
JP
1668 call_netdevice_notifier(nb, NETDEV_GOING_DOWN,
1669 dev);
1670 call_netdevice_notifier(nb, NETDEV_DOWN, dev);
881d966b 1671 }
351638e7 1672 call_netdevice_notifier(nb, NETDEV_UNREGISTER, dev);
fcc5a03a 1673 }
fcc5a03a 1674 }
c67625a1 1675
8f891489 1676outroll:
c67625a1 1677 raw_notifier_chain_unregister(&netdev_chain, nb);
fcc5a03a 1678 goto unlock;
1da177e4 1679}
d1b19dff 1680EXPORT_SYMBOL(register_netdevice_notifier);
1da177e4
LT
1681
1682/**
722c9a0c 1683 * unregister_netdevice_notifier - unregister a network notifier block
1684 * @nb: notifier
1da177e4 1685 *
722c9a0c 1686 * Unregister a notifier previously registered by
1687 * register_netdevice_notifier(). The notifier is unlinked into the
1688 * kernel structures and may then be reused. A negative errno code
1689 * is returned on a failure.
7d3d43da 1690 *
722c9a0c 1691 * After unregistering unregister and down device events are synthesized
1692 * for all devices on the device list to the removed notifier to remove
1693 * the need for special case cleanup code.
1da177e4
LT
1694 */
1695
1696int unregister_netdevice_notifier(struct notifier_block *nb)
1697{
7d3d43da
EB
1698 struct net_device *dev;
1699 struct net *net;
9f514950
HX
1700 int err;
1701
328fbe74
KT
1702 /* Close race with setup_net() and cleanup_net() */
1703 down_write(&pernet_ops_rwsem);
9f514950 1704 rtnl_lock();
f07d5b94 1705 err = raw_notifier_chain_unregister(&netdev_chain, nb);
7d3d43da
EB
1706 if (err)
1707 goto unlock;
1708
1709 for_each_net(net) {
1710 for_each_netdev(net, dev) {
1711 if (dev->flags & IFF_UP) {
351638e7
JP
1712 call_netdevice_notifier(nb, NETDEV_GOING_DOWN,
1713 dev);
1714 call_netdevice_notifier(nb, NETDEV_DOWN, dev);
7d3d43da 1715 }
351638e7 1716 call_netdevice_notifier(nb, NETDEV_UNREGISTER, dev);
7d3d43da
EB
1717 }
1718 }
1719unlock:
9f514950 1720 rtnl_unlock();
328fbe74 1721 up_write(&pernet_ops_rwsem);
9f514950 1722 return err;
1da177e4 1723}
d1b19dff 1724EXPORT_SYMBOL(unregister_netdevice_notifier);
1da177e4 1725
351638e7
JP
1726/**
1727 * call_netdevice_notifiers_info - call all network notifier blocks
1728 * @val: value passed unmodified to notifier function
351638e7
JP
1729 * @info: notifier information data
1730 *
1731 * Call all network notifier blocks. Parameters and return value
1732 * are as for raw_notifier_call_chain().
1733 */
1734
1d143d9f 1735static int call_netdevice_notifiers_info(unsigned long val,
1d143d9f 1736 struct netdev_notifier_info *info)
351638e7
JP
1737{
1738 ASSERT_RTNL();
351638e7
JP
1739 return raw_notifier_call_chain(&netdev_chain, val, info);
1740}
351638e7 1741
26372605
PM
1742static int call_netdevice_notifiers_extack(unsigned long val,
1743 struct net_device *dev,
1744 struct netlink_ext_ack *extack)
1745{
1746 struct netdev_notifier_info info = {
1747 .dev = dev,
1748 .extack = extack,
1749 };
1750
1751 return call_netdevice_notifiers_info(val, &info);
1752}
1753
1da177e4
LT
1754/**
1755 * call_netdevice_notifiers - call all network notifier blocks
1756 * @val: value passed unmodified to notifier function
c4ea43c5 1757 * @dev: net_device pointer passed unmodified to notifier function
1da177e4
LT
1758 *
1759 * Call all network notifier blocks. Parameters and return value
f07d5b94 1760 * are as for raw_notifier_call_chain().
1da177e4
LT
1761 */
1762
ad7379d4 1763int call_netdevice_notifiers(unsigned long val, struct net_device *dev)
1da177e4 1764{
26372605 1765 return call_netdevice_notifiers_extack(val, dev, NULL);
1da177e4 1766}
edf947f1 1767EXPORT_SYMBOL(call_netdevice_notifiers);
1da177e4 1768
af7d6cce
SD
1769/**
1770 * call_netdevice_notifiers_mtu - call all network notifier blocks
1771 * @val: value passed unmodified to notifier function
1772 * @dev: net_device pointer passed unmodified to notifier function
1773 * @arg: additional u32 argument passed to the notifier function
1774 *
1775 * Call all network notifier blocks. Parameters and return value
1776 * are as for raw_notifier_call_chain().
1777 */
1778static int call_netdevice_notifiers_mtu(unsigned long val,
1779 struct net_device *dev, u32 arg)
1780{
1781 struct netdev_notifier_info_ext info = {
1782 .info.dev = dev,
1783 .ext.mtu = arg,
1784 };
1785
1786 BUILD_BUG_ON(offsetof(struct netdev_notifier_info_ext, info) != 0);
1787
1788 return call_netdevice_notifiers_info(val, &info.info);
1789}
1790
1cf51900 1791#ifdef CONFIG_NET_INGRESS
aabf6772 1792static DEFINE_STATIC_KEY_FALSE(ingress_needed_key);
4577139b
DB
1793
1794void net_inc_ingress_queue(void)
1795{
aabf6772 1796 static_branch_inc(&ingress_needed_key);
4577139b
DB
1797}
1798EXPORT_SYMBOL_GPL(net_inc_ingress_queue);
1799
1800void net_dec_ingress_queue(void)
1801{
aabf6772 1802 static_branch_dec(&ingress_needed_key);
4577139b
DB
1803}
1804EXPORT_SYMBOL_GPL(net_dec_ingress_queue);
1805#endif
1806
1f211a1b 1807#ifdef CONFIG_NET_EGRESS
aabf6772 1808static DEFINE_STATIC_KEY_FALSE(egress_needed_key);
1f211a1b
DB
1809
1810void net_inc_egress_queue(void)
1811{
aabf6772 1812 static_branch_inc(&egress_needed_key);
1f211a1b
DB
1813}
1814EXPORT_SYMBOL_GPL(net_inc_egress_queue);
1815
1816void net_dec_egress_queue(void)
1817{
aabf6772 1818 static_branch_dec(&egress_needed_key);
1f211a1b
DB
1819}
1820EXPORT_SYMBOL_GPL(net_dec_egress_queue);
1821#endif
1822
39e83922 1823static DEFINE_STATIC_KEY_FALSE(netstamp_needed_key);
e9666d10 1824#ifdef CONFIG_JUMP_LABEL
b90e5794 1825static atomic_t netstamp_needed_deferred;
13baa00a 1826static atomic_t netstamp_wanted;
5fa8bbda 1827static void netstamp_clear(struct work_struct *work)
1da177e4 1828{
b90e5794 1829 int deferred = atomic_xchg(&netstamp_needed_deferred, 0);
13baa00a 1830 int wanted;
b90e5794 1831
13baa00a
ED
1832 wanted = atomic_add_return(deferred, &netstamp_wanted);
1833 if (wanted > 0)
39e83922 1834 static_branch_enable(&netstamp_needed_key);
13baa00a 1835 else
39e83922 1836 static_branch_disable(&netstamp_needed_key);
5fa8bbda
ED
1837}
1838static DECLARE_WORK(netstamp_work, netstamp_clear);
b90e5794 1839#endif
5fa8bbda
ED
1840
1841void net_enable_timestamp(void)
1842{
e9666d10 1843#ifdef CONFIG_JUMP_LABEL
13baa00a
ED
1844 int wanted;
1845
1846 while (1) {
1847 wanted = atomic_read(&netstamp_wanted);
1848 if (wanted <= 0)
1849 break;
1850 if (atomic_cmpxchg(&netstamp_wanted, wanted, wanted + 1) == wanted)
1851 return;
1852 }
1853 atomic_inc(&netstamp_needed_deferred);
1854 schedule_work(&netstamp_work);
1855#else
39e83922 1856 static_branch_inc(&netstamp_needed_key);
13baa00a 1857#endif
1da177e4 1858}
d1b19dff 1859EXPORT_SYMBOL(net_enable_timestamp);
1da177e4
LT
1860
1861void net_disable_timestamp(void)
1862{
e9666d10 1863#ifdef CONFIG_JUMP_LABEL
13baa00a
ED
1864 int wanted;
1865
1866 while (1) {
1867 wanted = atomic_read(&netstamp_wanted);
1868 if (wanted <= 1)
1869 break;
1870 if (atomic_cmpxchg(&netstamp_wanted, wanted, wanted - 1) == wanted)
1871 return;
1872 }
1873 atomic_dec(&netstamp_needed_deferred);
5fa8bbda
ED
1874 schedule_work(&netstamp_work);
1875#else
39e83922 1876 static_branch_dec(&netstamp_needed_key);
5fa8bbda 1877#endif
1da177e4 1878}
d1b19dff 1879EXPORT_SYMBOL(net_disable_timestamp);
1da177e4 1880
3b098e2d 1881static inline void net_timestamp_set(struct sk_buff *skb)
1da177e4 1882{
2456e855 1883 skb->tstamp = 0;
39e83922 1884 if (static_branch_unlikely(&netstamp_needed_key))
a61bbcf2 1885 __net_timestamp(skb);
1da177e4
LT
1886}
1887
39e83922
DB
1888#define net_timestamp_check(COND, SKB) \
1889 if (static_branch_unlikely(&netstamp_needed_key)) { \
1890 if ((COND) && !(SKB)->tstamp) \
1891 __net_timestamp(SKB); \
1892 } \
3b098e2d 1893
f4b05d27 1894bool is_skb_forwardable(const struct net_device *dev, const struct sk_buff *skb)
79b569f0
DL
1895{
1896 unsigned int len;
1897
1898 if (!(dev->flags & IFF_UP))
1899 return false;
1900
1901 len = dev->mtu + dev->hard_header_len + VLAN_HLEN;
1902 if (skb->len <= len)
1903 return true;
1904
1905 /* if TSO is enabled, we don't care about the length as the packet
1906 * could be forwarded without being segmented before
1907 */
1908 if (skb_is_gso(skb))
1909 return true;
1910
1911 return false;
1912}
1ee481fb 1913EXPORT_SYMBOL_GPL(is_skb_forwardable);
79b569f0 1914
a0265d28
HX
1915int __dev_forward_skb(struct net_device *dev, struct sk_buff *skb)
1916{
4e3264d2 1917 int ret = ____dev_forward_skb(dev, skb);
a0265d28 1918
4e3264d2
MKL
1919 if (likely(!ret)) {
1920 skb->protocol = eth_type_trans(skb, dev);
1921 skb_postpull_rcsum(skb, eth_hdr(skb), ETH_HLEN);
1922 }
a0265d28 1923
4e3264d2 1924 return ret;
a0265d28
HX
1925}
1926EXPORT_SYMBOL_GPL(__dev_forward_skb);
1927
44540960
AB
1928/**
1929 * dev_forward_skb - loopback an skb to another netif
1930 *
1931 * @dev: destination network device
1932 * @skb: buffer to forward
1933 *
1934 * return values:
1935 * NET_RX_SUCCESS (no congestion)
6ec82562 1936 * NET_RX_DROP (packet was dropped, but freed)
44540960
AB
1937 *
1938 * dev_forward_skb can be used for injecting an skb from the
1939 * start_xmit function of one device into the receive queue
1940 * of another device.
1941 *
1942 * The receiving device may be in another namespace, so
1943 * we have to clear all information in the skb that could
1944 * impact namespace isolation.
1945 */
1946int dev_forward_skb(struct net_device *dev, struct sk_buff *skb)
1947{
a0265d28 1948 return __dev_forward_skb(dev, skb) ?: netif_rx_internal(skb);
44540960
AB
1949}
1950EXPORT_SYMBOL_GPL(dev_forward_skb);
1951
71d9dec2
CG
1952static inline int deliver_skb(struct sk_buff *skb,
1953 struct packet_type *pt_prev,
1954 struct net_device *orig_dev)
1955{
1f8b977a 1956 if (unlikely(skb_orphan_frags_rx(skb, GFP_ATOMIC)))
1080e512 1957 return -ENOMEM;
63354797 1958 refcount_inc(&skb->users);
71d9dec2
CG
1959 return pt_prev->func(skb, skb->dev, pt_prev, orig_dev);
1960}
1961
7866a621
SN
1962static inline void deliver_ptype_list_skb(struct sk_buff *skb,
1963 struct packet_type **pt,
fbcb2170
JP
1964 struct net_device *orig_dev,
1965 __be16 type,
7866a621
SN
1966 struct list_head *ptype_list)
1967{
1968 struct packet_type *ptype, *pt_prev = *pt;
1969
1970 list_for_each_entry_rcu(ptype, ptype_list, list) {
1971 if (ptype->type != type)
1972 continue;
1973 if (pt_prev)
fbcb2170 1974 deliver_skb(skb, pt_prev, orig_dev);
7866a621
SN
1975 pt_prev = ptype;
1976 }
1977 *pt = pt_prev;
1978}
1979
c0de08d0
EL
1980static inline bool skb_loop_sk(struct packet_type *ptype, struct sk_buff *skb)
1981{
a3d744e9 1982 if (!ptype->af_packet_priv || !skb->sk)
c0de08d0
EL
1983 return false;
1984
1985 if (ptype->id_match)
1986 return ptype->id_match(ptype, skb->sk);
1987 else if ((struct sock *)ptype->af_packet_priv == skb->sk)
1988 return true;
1989
1990 return false;
1991}
1992
9f9a742d
MR
1993/**
1994 * dev_nit_active - return true if any network interface taps are in use
1995 *
1996 * @dev: network device to check for the presence of taps
1997 */
1998bool dev_nit_active(struct net_device *dev)
1999{
2000 return !list_empty(&ptype_all) || !list_empty(&dev->ptype_all);
2001}
2002EXPORT_SYMBOL_GPL(dev_nit_active);
2003
1da177e4
LT
2004/*
2005 * Support routine. Sends outgoing frames to any network
2006 * taps currently in use.
2007 */
2008
74b20582 2009void dev_queue_xmit_nit(struct sk_buff *skb, struct net_device *dev)
1da177e4
LT
2010{
2011 struct packet_type *ptype;
71d9dec2
CG
2012 struct sk_buff *skb2 = NULL;
2013 struct packet_type *pt_prev = NULL;
7866a621 2014 struct list_head *ptype_list = &ptype_all;
a61bbcf2 2015
1da177e4 2016 rcu_read_lock();
7866a621
SN
2017again:
2018 list_for_each_entry_rcu(ptype, ptype_list, list) {
fa788d98
VW
2019 if (ptype->ignore_outgoing)
2020 continue;
2021
1da177e4
LT
2022 /* Never send packets back to the socket
2023 * they originated from - MvS (miquels@drinkel.ow.org)
2024 */
7866a621
SN
2025 if (skb_loop_sk(ptype, skb))
2026 continue;
71d9dec2 2027
7866a621
SN
2028 if (pt_prev) {
2029 deliver_skb(skb2, pt_prev, skb->dev);
2030 pt_prev = ptype;
2031 continue;
2032 }
1da177e4 2033
7866a621
SN
2034 /* need to clone skb, done only once */
2035 skb2 = skb_clone(skb, GFP_ATOMIC);
2036 if (!skb2)
2037 goto out_unlock;
70978182 2038
7866a621 2039 net_timestamp_set(skb2);
1da177e4 2040
7866a621
SN
2041 /* skb->nh should be correctly
2042 * set by sender, so that the second statement is
2043 * just protection against buggy protocols.
2044 */
2045 skb_reset_mac_header(skb2);
2046
2047 if (skb_network_header(skb2) < skb2->data ||
2048 skb_network_header(skb2) > skb_tail_pointer(skb2)) {
2049 net_crit_ratelimited("protocol %04x is buggy, dev %s\n",
2050 ntohs(skb2->protocol),
2051 dev->name);
2052 skb_reset_network_header(skb2);
1da177e4 2053 }
7866a621
SN
2054
2055 skb2->transport_header = skb2->network_header;
2056 skb2->pkt_type = PACKET_OUTGOING;
2057 pt_prev = ptype;
2058 }
2059
2060 if (ptype_list == &ptype_all) {
2061 ptype_list = &dev->ptype_all;
2062 goto again;
1da177e4 2063 }
7866a621 2064out_unlock:
581fe0ea
WB
2065 if (pt_prev) {
2066 if (!skb_orphan_frags_rx(skb2, GFP_ATOMIC))
2067 pt_prev->func(skb2, skb->dev, pt_prev, skb->dev);
2068 else
2069 kfree_skb(skb2);
2070 }
1da177e4
LT
2071 rcu_read_unlock();
2072}
74b20582 2073EXPORT_SYMBOL_GPL(dev_queue_xmit_nit);
1da177e4 2074
2c53040f
BH
2075/**
2076 * netif_setup_tc - Handle tc mappings on real_num_tx_queues change
4f57c087
JF
2077 * @dev: Network device
2078 * @txq: number of queues available
2079 *
2080 * If real_num_tx_queues is changed the tc mappings may no longer be
2081 * valid. To resolve this verify the tc mapping remains valid and if
2082 * not NULL the mapping. With no priorities mapping to this
2083 * offset/count pair it will no longer be used. In the worst case TC0
2084 * is invalid nothing can be done so disable priority mappings. If is
2085 * expected that drivers will fix this mapping if they can before
2086 * calling netif_set_real_num_tx_queues.
2087 */
bb134d22 2088static void netif_setup_tc(struct net_device *dev, unsigned int txq)
4f57c087
JF
2089{
2090 int i;
2091 struct netdev_tc_txq *tc = &dev->tc_to_txq[0];
2092
2093 /* If TC0 is invalidated disable TC mapping */
2094 if (tc->offset + tc->count > txq) {
7b6cd1ce 2095 pr_warn("Number of in use tx queues changed invalidating tc mappings. Priority traffic classification disabled!\n");
4f57c087
JF
2096 dev->num_tc = 0;
2097 return;
2098 }
2099
2100 /* Invalidated prio to tc mappings set to TC0 */
2101 for (i = 1; i < TC_BITMASK + 1; i++) {
2102 int q = netdev_get_prio_tc_map(dev, i);
2103
2104 tc = &dev->tc_to_txq[q];
2105 if (tc->offset + tc->count > txq) {
7b6cd1ce
JP
2106 pr_warn("Number of in use tx queues changed. Priority %i to tc mapping %i is no longer valid. Setting map to 0\n",
2107 i, q);
4f57c087
JF
2108 netdev_set_prio_tc_map(dev, i, 0);
2109 }
2110 }
2111}
2112
8d059b0f
AD
2113int netdev_txq_to_tc(struct net_device *dev, unsigned int txq)
2114{
2115 if (dev->num_tc) {
2116 struct netdev_tc_txq *tc = &dev->tc_to_txq[0];
2117 int i;
2118
ffcfe25b 2119 /* walk through the TCs and see if it falls into any of them */
8d059b0f
AD
2120 for (i = 0; i < TC_MAX_QUEUE; i++, tc++) {
2121 if ((txq - tc->offset) < tc->count)
2122 return i;
2123 }
2124
ffcfe25b 2125 /* didn't find it, just return -1 to indicate no match */
8d059b0f
AD
2126 return -1;
2127 }
2128
2129 return 0;
2130}
8a5f2166 2131EXPORT_SYMBOL(netdev_txq_to_tc);
8d059b0f 2132
537c00de 2133#ifdef CONFIG_XPS
04157469
AN
2134struct static_key xps_needed __read_mostly;
2135EXPORT_SYMBOL(xps_needed);
2136struct static_key xps_rxqs_needed __read_mostly;
2137EXPORT_SYMBOL(xps_rxqs_needed);
537c00de
AD
2138static DEFINE_MUTEX(xps_map_mutex);
2139#define xmap_dereference(P) \
2140 rcu_dereference_protected((P), lockdep_is_held(&xps_map_mutex))
2141
6234f874
AD
2142static bool remove_xps_queue(struct xps_dev_maps *dev_maps,
2143 int tci, u16 index)
537c00de 2144{
10cdc3f3
AD
2145 struct xps_map *map = NULL;
2146 int pos;
537c00de 2147
10cdc3f3 2148 if (dev_maps)
80d19669 2149 map = xmap_dereference(dev_maps->attr_map[tci]);
6234f874
AD
2150 if (!map)
2151 return false;
537c00de 2152
6234f874
AD
2153 for (pos = map->len; pos--;) {
2154 if (map->queues[pos] != index)
2155 continue;
2156
2157 if (map->len > 1) {
2158 map->queues[pos] = map->queues[--map->len];
10cdc3f3 2159 break;
537c00de 2160 }
6234f874 2161
80d19669 2162 RCU_INIT_POINTER(dev_maps->attr_map[tci], NULL);
6234f874
AD
2163 kfree_rcu(map, rcu);
2164 return false;
537c00de
AD
2165 }
2166
6234f874 2167 return true;
10cdc3f3
AD
2168}
2169
6234f874
AD
2170static bool remove_xps_queue_cpu(struct net_device *dev,
2171 struct xps_dev_maps *dev_maps,
2172 int cpu, u16 offset, u16 count)
2173{
184c449f
AD
2174 int num_tc = dev->num_tc ? : 1;
2175 bool active = false;
2176 int tci;
6234f874 2177
184c449f
AD
2178 for (tci = cpu * num_tc; num_tc--; tci++) {
2179 int i, j;
2180
2181 for (i = count, j = offset; i--; j++) {
6358d49a 2182 if (!remove_xps_queue(dev_maps, tci, j))
184c449f
AD
2183 break;
2184 }
2185
2186 active |= i < 0;
6234f874
AD
2187 }
2188
184c449f 2189 return active;
6234f874
AD
2190}
2191
867d0ad4
SD
2192static void reset_xps_maps(struct net_device *dev,
2193 struct xps_dev_maps *dev_maps,
2194 bool is_rxqs_map)
2195{
2196 if (is_rxqs_map) {
2197 static_key_slow_dec_cpuslocked(&xps_rxqs_needed);
2198 RCU_INIT_POINTER(dev->xps_rxqs_map, NULL);
2199 } else {
2200 RCU_INIT_POINTER(dev->xps_cpus_map, NULL);
2201 }
2202 static_key_slow_dec_cpuslocked(&xps_needed);
2203 kfree_rcu(dev_maps, rcu);
2204}
2205
80d19669
AN
2206static void clean_xps_maps(struct net_device *dev, const unsigned long *mask,
2207 struct xps_dev_maps *dev_maps, unsigned int nr_ids,
2208 u16 offset, u16 count, bool is_rxqs_map)
2209{
2210 bool active = false;
2211 int i, j;
2212
2213 for (j = -1; j = netif_attrmask_next(j, mask, nr_ids),
2214 j < nr_ids;)
2215 active |= remove_xps_queue_cpu(dev, dev_maps, j, offset,
2216 count);
867d0ad4
SD
2217 if (!active)
2218 reset_xps_maps(dev, dev_maps, is_rxqs_map);
80d19669 2219
f28c020f
SD
2220 if (!is_rxqs_map) {
2221 for (i = offset + (count - 1); count--; i--) {
2222 netdev_queue_numa_node_write(
2223 netdev_get_tx_queue(dev, i),
2224 NUMA_NO_NODE);
80d19669 2225 }
80d19669
AN
2226 }
2227}
2228
6234f874
AD
2229static void netif_reset_xps_queues(struct net_device *dev, u16 offset,
2230 u16 count)
10cdc3f3 2231{
80d19669 2232 const unsigned long *possible_mask = NULL;
10cdc3f3 2233 struct xps_dev_maps *dev_maps;
80d19669 2234 unsigned int nr_ids;
10cdc3f3 2235
04157469
AN
2236 if (!static_key_false(&xps_needed))
2237 return;
10cdc3f3 2238
4d99f660 2239 cpus_read_lock();
04157469 2240 mutex_lock(&xps_map_mutex);
10cdc3f3 2241
04157469
AN
2242 if (static_key_false(&xps_rxqs_needed)) {
2243 dev_maps = xmap_dereference(dev->xps_rxqs_map);
2244 if (dev_maps) {
2245 nr_ids = dev->num_rx_queues;
2246 clean_xps_maps(dev, possible_mask, dev_maps, nr_ids,
2247 offset, count, true);
2248 }
537c00de
AD
2249 }
2250
80d19669
AN
2251 dev_maps = xmap_dereference(dev->xps_cpus_map);
2252 if (!dev_maps)
2253 goto out_no_maps;
2254
2255 if (num_possible_cpus() > 1)
2256 possible_mask = cpumask_bits(cpu_possible_mask);
2257 nr_ids = nr_cpu_ids;
2258 clean_xps_maps(dev, possible_mask, dev_maps, nr_ids, offset, count,
2259 false);
024e9679 2260
537c00de
AD
2261out_no_maps:
2262 mutex_unlock(&xps_map_mutex);
4d99f660 2263 cpus_read_unlock();
537c00de
AD
2264}
2265
6234f874
AD
2266static void netif_reset_xps_queues_gt(struct net_device *dev, u16 index)
2267{
2268 netif_reset_xps_queues(dev, index, dev->num_tx_queues - index);
2269}
2270
80d19669
AN
2271static struct xps_map *expand_xps_map(struct xps_map *map, int attr_index,
2272 u16 index, bool is_rxqs_map)
01c5f864
AD
2273{
2274 struct xps_map *new_map;
2275 int alloc_len = XPS_MIN_MAP_ALLOC;
2276 int i, pos;
2277
2278 for (pos = 0; map && pos < map->len; pos++) {
2279 if (map->queues[pos] != index)
2280 continue;
2281 return map;
2282 }
2283
80d19669 2284 /* Need to add tx-queue to this CPU's/rx-queue's existing map */
01c5f864
AD
2285 if (map) {
2286 if (pos < map->alloc_len)
2287 return map;
2288
2289 alloc_len = map->alloc_len * 2;
2290 }
2291
80d19669
AN
2292 /* Need to allocate new map to store tx-queue on this CPU's/rx-queue's
2293 * map
2294 */
2295 if (is_rxqs_map)
2296 new_map = kzalloc(XPS_MAP_SIZE(alloc_len), GFP_KERNEL);
2297 else
2298 new_map = kzalloc_node(XPS_MAP_SIZE(alloc_len), GFP_KERNEL,
2299 cpu_to_node(attr_index));
01c5f864
AD
2300 if (!new_map)
2301 return NULL;
2302
2303 for (i = 0; i < pos; i++)
2304 new_map->queues[i] = map->queues[i];
2305 new_map->alloc_len = alloc_len;
2306 new_map->len = pos;
2307
2308 return new_map;
2309}
2310
4d99f660 2311/* Must be called under cpus_read_lock */
80d19669
AN
2312int __netif_set_xps_queue(struct net_device *dev, const unsigned long *mask,
2313 u16 index, bool is_rxqs_map)
537c00de 2314{
80d19669 2315 const unsigned long *online_mask = NULL, *possible_mask = NULL;
01c5f864 2316 struct xps_dev_maps *dev_maps, *new_dev_maps = NULL;
80d19669 2317 int i, j, tci, numa_node_id = -2;
184c449f 2318 int maps_sz, num_tc = 1, tc = 0;
537c00de 2319 struct xps_map *map, *new_map;
01c5f864 2320 bool active = false;
80d19669 2321 unsigned int nr_ids;
537c00de 2322
184c449f 2323 if (dev->num_tc) {
ffcfe25b 2324 /* Do not allow XPS on subordinate device directly */
184c449f 2325 num_tc = dev->num_tc;
ffcfe25b
AD
2326 if (num_tc < 0)
2327 return -EINVAL;
2328
2329 /* If queue belongs to subordinate dev use its map */
2330 dev = netdev_get_tx_queue(dev, index)->sb_dev ? : dev;
2331
184c449f
AD
2332 tc = netdev_txq_to_tc(dev, index);
2333 if (tc < 0)
2334 return -EINVAL;
2335 }
2336
537c00de 2337 mutex_lock(&xps_map_mutex);
80d19669
AN
2338 if (is_rxqs_map) {
2339 maps_sz = XPS_RXQ_DEV_MAPS_SIZE(num_tc, dev->num_rx_queues);
2340 dev_maps = xmap_dereference(dev->xps_rxqs_map);
2341 nr_ids = dev->num_rx_queues;
2342 } else {
2343 maps_sz = XPS_CPU_DEV_MAPS_SIZE(num_tc);
2344 if (num_possible_cpus() > 1) {
2345 online_mask = cpumask_bits(cpu_online_mask);
2346 possible_mask = cpumask_bits(cpu_possible_mask);
2347 }
2348 dev_maps = xmap_dereference(dev->xps_cpus_map);
2349 nr_ids = nr_cpu_ids;
2350 }
537c00de 2351
80d19669
AN
2352 if (maps_sz < L1_CACHE_BYTES)
2353 maps_sz = L1_CACHE_BYTES;
537c00de 2354
01c5f864 2355 /* allocate memory for queue storage */
80d19669
AN
2356 for (j = -1; j = netif_attrmask_next_and(j, online_mask, mask, nr_ids),
2357 j < nr_ids;) {
01c5f864
AD
2358 if (!new_dev_maps)
2359 new_dev_maps = kzalloc(maps_sz, GFP_KERNEL);
2bb60cb9
AD
2360 if (!new_dev_maps) {
2361 mutex_unlock(&xps_map_mutex);
01c5f864 2362 return -ENOMEM;
2bb60cb9 2363 }
01c5f864 2364
80d19669
AN
2365 tci = j * num_tc + tc;
2366 map = dev_maps ? xmap_dereference(dev_maps->attr_map[tci]) :
01c5f864
AD
2367 NULL;
2368
80d19669 2369 map = expand_xps_map(map, j, index, is_rxqs_map);
01c5f864
AD
2370 if (!map)
2371 goto error;
2372
80d19669 2373 RCU_INIT_POINTER(new_dev_maps->attr_map[tci], map);
01c5f864
AD
2374 }
2375
2376 if (!new_dev_maps)
2377 goto out_no_new_maps;
2378
867d0ad4
SD
2379 if (!dev_maps) {
2380 /* Increment static keys at most once per type */
2381 static_key_slow_inc_cpuslocked(&xps_needed);
2382 if (is_rxqs_map)
2383 static_key_slow_inc_cpuslocked(&xps_rxqs_needed);
2384 }
04157469 2385
80d19669
AN
2386 for (j = -1; j = netif_attrmask_next(j, possible_mask, nr_ids),
2387 j < nr_ids;) {
184c449f 2388 /* copy maps belonging to foreign traffic classes */
80d19669 2389 for (i = tc, tci = j * num_tc; dev_maps && i--; tci++) {
184c449f 2390 /* fill in the new device map from the old device map */
80d19669
AN
2391 map = xmap_dereference(dev_maps->attr_map[tci]);
2392 RCU_INIT_POINTER(new_dev_maps->attr_map[tci], map);
184c449f
AD
2393 }
2394
2395 /* We need to explicitly update tci as prevous loop
2396 * could break out early if dev_maps is NULL.
2397 */
80d19669 2398 tci = j * num_tc + tc;
184c449f 2399
80d19669
AN
2400 if (netif_attr_test_mask(j, mask, nr_ids) &&
2401 netif_attr_test_online(j, online_mask, nr_ids)) {
2402 /* add tx-queue to CPU/rx-queue maps */
01c5f864
AD
2403 int pos = 0;
2404
80d19669 2405 map = xmap_dereference(new_dev_maps->attr_map[tci]);
01c5f864
AD
2406 while ((pos < map->len) && (map->queues[pos] != index))
2407 pos++;
2408
2409 if (pos == map->len)
2410 map->queues[map->len++] = index;
537c00de 2411#ifdef CONFIG_NUMA
80d19669
AN
2412 if (!is_rxqs_map) {
2413 if (numa_node_id == -2)
2414 numa_node_id = cpu_to_node(j);
2415 else if (numa_node_id != cpu_to_node(j))
2416 numa_node_id = -1;
2417 }
537c00de 2418#endif
01c5f864
AD
2419 } else if (dev_maps) {
2420 /* fill in the new device map from the old device map */
80d19669
AN
2421 map = xmap_dereference(dev_maps->attr_map[tci]);
2422 RCU_INIT_POINTER(new_dev_maps->attr_map[tci], map);
537c00de 2423 }
01c5f864 2424
184c449f
AD
2425 /* copy maps belonging to foreign traffic classes */
2426 for (i = num_tc - tc, tci++; dev_maps && --i; tci++) {
2427 /* fill in the new device map from the old device map */
80d19669
AN
2428 map = xmap_dereference(dev_maps->attr_map[tci]);
2429 RCU_INIT_POINTER(new_dev_maps->attr_map[tci], map);
184c449f 2430 }
537c00de
AD
2431 }
2432
80d19669
AN
2433 if (is_rxqs_map)
2434 rcu_assign_pointer(dev->xps_rxqs_map, new_dev_maps);
2435 else
2436 rcu_assign_pointer(dev->xps_cpus_map, new_dev_maps);
01c5f864 2437
537c00de 2438 /* Cleanup old maps */
184c449f
AD
2439 if (!dev_maps)
2440 goto out_no_old_maps;
2441
80d19669
AN
2442 for (j = -1; j = netif_attrmask_next(j, possible_mask, nr_ids),
2443 j < nr_ids;) {
2444 for (i = num_tc, tci = j * num_tc; i--; tci++) {
2445 new_map = xmap_dereference(new_dev_maps->attr_map[tci]);
2446 map = xmap_dereference(dev_maps->attr_map[tci]);
01c5f864
AD
2447 if (map && map != new_map)
2448 kfree_rcu(map, rcu);
2449 }
537c00de
AD
2450 }
2451
184c449f
AD
2452 kfree_rcu(dev_maps, rcu);
2453
2454out_no_old_maps:
01c5f864
AD
2455 dev_maps = new_dev_maps;
2456 active = true;
537c00de 2457
01c5f864 2458out_no_new_maps:
80d19669
AN
2459 if (!is_rxqs_map) {
2460 /* update Tx queue numa node */
2461 netdev_queue_numa_node_write(netdev_get_tx_queue(dev, index),
2462 (numa_node_id >= 0) ?
2463 numa_node_id : NUMA_NO_NODE);
2464 }
537c00de 2465
01c5f864
AD
2466 if (!dev_maps)
2467 goto out_no_maps;
2468
80d19669
AN
2469 /* removes tx-queue from unused CPUs/rx-queues */
2470 for (j = -1; j = netif_attrmask_next(j, possible_mask, nr_ids),
2471 j < nr_ids;) {
2472 for (i = tc, tci = j * num_tc; i--; tci++)
184c449f 2473 active |= remove_xps_queue(dev_maps, tci, index);
80d19669
AN
2474 if (!netif_attr_test_mask(j, mask, nr_ids) ||
2475 !netif_attr_test_online(j, online_mask, nr_ids))
184c449f
AD
2476 active |= remove_xps_queue(dev_maps, tci, index);
2477 for (i = num_tc - tc, tci++; --i; tci++)
2478 active |= remove_xps_queue(dev_maps, tci, index);
01c5f864
AD
2479 }
2480
2481 /* free map if not active */
867d0ad4
SD
2482 if (!active)
2483 reset_xps_maps(dev, dev_maps, is_rxqs_map);
01c5f864
AD
2484
2485out_no_maps:
537c00de
AD
2486 mutex_unlock(&xps_map_mutex);
2487
2488 return 0;
2489error:
01c5f864 2490 /* remove any maps that we added */
80d19669
AN
2491 for (j = -1; j = netif_attrmask_next(j, possible_mask, nr_ids),
2492 j < nr_ids;) {
2493 for (i = num_tc, tci = j * num_tc; i--; tci++) {
2494 new_map = xmap_dereference(new_dev_maps->attr_map[tci]);
184c449f 2495 map = dev_maps ?
80d19669 2496 xmap_dereference(dev_maps->attr_map[tci]) :
184c449f
AD
2497 NULL;
2498 if (new_map && new_map != map)
2499 kfree(new_map);
2500 }
01c5f864
AD
2501 }
2502
537c00de
AD
2503 mutex_unlock(&xps_map_mutex);
2504
537c00de
AD
2505 kfree(new_dev_maps);
2506 return -ENOMEM;
2507}
4d99f660 2508EXPORT_SYMBOL_GPL(__netif_set_xps_queue);
80d19669
AN
2509
2510int netif_set_xps_queue(struct net_device *dev, const struct cpumask *mask,
2511 u16 index)
2512{
4d99f660
AV
2513 int ret;
2514
2515 cpus_read_lock();
2516 ret = __netif_set_xps_queue(dev, cpumask_bits(mask), index, false);
2517 cpus_read_unlock();
2518
2519 return ret;
80d19669 2520}
537c00de
AD
2521EXPORT_SYMBOL(netif_set_xps_queue);
2522
2523#endif
ffcfe25b
AD
2524static void netdev_unbind_all_sb_channels(struct net_device *dev)
2525{
2526 struct netdev_queue *txq = &dev->_tx[dev->num_tx_queues];
2527
2528 /* Unbind any subordinate channels */
2529 while (txq-- != &dev->_tx[0]) {
2530 if (txq->sb_dev)
2531 netdev_unbind_sb_channel(dev, txq->sb_dev);
2532 }
2533}
2534
9cf1f6a8
AD
2535void netdev_reset_tc(struct net_device *dev)
2536{
6234f874
AD
2537#ifdef CONFIG_XPS
2538 netif_reset_xps_queues_gt(dev, 0);
2539#endif
ffcfe25b
AD
2540 netdev_unbind_all_sb_channels(dev);
2541
2542 /* Reset TC configuration of device */
9cf1f6a8
AD
2543 dev->num_tc = 0;
2544 memset(dev->tc_to_txq, 0, sizeof(dev->tc_to_txq));
2545 memset(dev->prio_tc_map, 0, sizeof(dev->prio_tc_map));
2546}
2547EXPORT_SYMBOL(netdev_reset_tc);
2548
2549int netdev_set_tc_queue(struct net_device *dev, u8 tc, u16 count, u16 offset)
2550{
2551 if (tc >= dev->num_tc)
2552 return -EINVAL;
2553
6234f874
AD
2554#ifdef CONFIG_XPS
2555 netif_reset_xps_queues(dev, offset, count);
2556#endif
9cf1f6a8
AD
2557 dev->tc_to_txq[tc].count = count;
2558 dev->tc_to_txq[tc].offset = offset;
2559 return 0;
2560}
2561EXPORT_SYMBOL(netdev_set_tc_queue);
2562
2563int netdev_set_num_tc(struct net_device *dev, u8 num_tc)
2564{
2565 if (num_tc > TC_MAX_QUEUE)
2566 return -EINVAL;
2567
6234f874
AD
2568#ifdef CONFIG_XPS
2569 netif_reset_xps_queues_gt(dev, 0);
2570#endif
ffcfe25b
AD
2571 netdev_unbind_all_sb_channels(dev);
2572
9cf1f6a8
AD
2573 dev->num_tc = num_tc;
2574 return 0;
2575}
2576EXPORT_SYMBOL(netdev_set_num_tc);
2577
ffcfe25b
AD
2578void netdev_unbind_sb_channel(struct net_device *dev,
2579 struct net_device *sb_dev)
2580{
2581 struct netdev_queue *txq = &dev->_tx[dev->num_tx_queues];
2582
2583#ifdef CONFIG_XPS
2584 netif_reset_xps_queues_gt(sb_dev, 0);
2585#endif
2586 memset(sb_dev->tc_to_txq, 0, sizeof(sb_dev->tc_to_txq));
2587 memset(sb_dev->prio_tc_map, 0, sizeof(sb_dev->prio_tc_map));
2588
2589 while (txq-- != &dev->_tx[0]) {
2590 if (txq->sb_dev == sb_dev)
2591 txq->sb_dev = NULL;
2592 }
2593}
2594EXPORT_SYMBOL(netdev_unbind_sb_channel);
2595
2596int netdev_bind_sb_channel_queue(struct net_device *dev,
2597 struct net_device *sb_dev,
2598 u8 tc, u16 count, u16 offset)
2599{
2600 /* Make certain the sb_dev and dev are already configured */
2601 if (sb_dev->num_tc >= 0 || tc >= dev->num_tc)
2602 return -EINVAL;
2603
2604 /* We cannot hand out queues we don't have */
2605 if ((offset + count) > dev->real_num_tx_queues)
2606 return -EINVAL;
2607
2608 /* Record the mapping */
2609 sb_dev->tc_to_txq[tc].count = count;
2610 sb_dev->tc_to_txq[tc].offset = offset;
2611
2612 /* Provide a way for Tx queue to find the tc_to_txq map or
2613 * XPS map for itself.
2614 */
2615 while (count--)
2616 netdev_get_tx_queue(dev, count + offset)->sb_dev = sb_dev;
2617
2618 return 0;
2619}
2620EXPORT_SYMBOL(netdev_bind_sb_channel_queue);
2621
2622int netdev_set_sb_channel(struct net_device *dev, u16 channel)
2623{
2624 /* Do not use a multiqueue device to represent a subordinate channel */
2625 if (netif_is_multiqueue(dev))
2626 return -ENODEV;
2627
2628 /* We allow channels 1 - 32767 to be used for subordinate channels.
2629 * Channel 0 is meant to be "native" mode and used only to represent
2630 * the main root device. We allow writing 0 to reset the device back
2631 * to normal mode after being used as a subordinate channel.
2632 */
2633 if (channel > S16_MAX)
2634 return -EINVAL;
2635
2636 dev->num_tc = -channel;
2637
2638 return 0;
2639}
2640EXPORT_SYMBOL(netdev_set_sb_channel);
2641
f0796d5c
JF
2642/*
2643 * Routine to help set real_num_tx_queues. To avoid skbs mapped to queues
3a053b1a 2644 * greater than real_num_tx_queues stale skbs on the qdisc must be flushed.
f0796d5c 2645 */
e6484930 2646int netif_set_real_num_tx_queues(struct net_device *dev, unsigned int txq)
f0796d5c 2647{
ac5b7019 2648 bool disabling;
1d24eb48
TH
2649 int rc;
2650
ac5b7019
JK
2651 disabling = txq < dev->real_num_tx_queues;
2652
e6484930
TH
2653 if (txq < 1 || txq > dev->num_tx_queues)
2654 return -EINVAL;
f0796d5c 2655
5c56580b
BH
2656 if (dev->reg_state == NETREG_REGISTERED ||
2657 dev->reg_state == NETREG_UNREGISTERING) {
e6484930
TH
2658 ASSERT_RTNL();
2659
1d24eb48
TH
2660 rc = netdev_queue_update_kobjects(dev, dev->real_num_tx_queues,
2661 txq);
bf264145
TH
2662 if (rc)
2663 return rc;
2664
4f57c087
JF
2665 if (dev->num_tc)
2666 netif_setup_tc(dev, txq);
2667
ac5b7019
JK
2668 dev->real_num_tx_queues = txq;
2669
2670 if (disabling) {
2671 synchronize_net();
e6484930 2672 qdisc_reset_all_tx_gt(dev, txq);
024e9679
AD
2673#ifdef CONFIG_XPS
2674 netif_reset_xps_queues_gt(dev, txq);
2675#endif
2676 }
ac5b7019
JK
2677 } else {
2678 dev->real_num_tx_queues = txq;
f0796d5c 2679 }
e6484930 2680
e6484930 2681 return 0;
f0796d5c
JF
2682}
2683EXPORT_SYMBOL(netif_set_real_num_tx_queues);
56079431 2684
a953be53 2685#ifdef CONFIG_SYSFS
62fe0b40
BH
2686/**
2687 * netif_set_real_num_rx_queues - set actual number of RX queues used
2688 * @dev: Network device
2689 * @rxq: Actual number of RX queues
2690 *
2691 * This must be called either with the rtnl_lock held or before
2692 * registration of the net device. Returns 0 on success, or a
4e7f7951
BH
2693 * negative error code. If called before registration, it always
2694 * succeeds.
62fe0b40
BH
2695 */
2696int netif_set_real_num_rx_queues(struct net_device *dev, unsigned int rxq)
2697{
2698 int rc;
2699
bd25fa7b
TH
2700 if (rxq < 1 || rxq > dev->num_rx_queues)
2701 return -EINVAL;
2702
62fe0b40
BH
2703 if (dev->reg_state == NETREG_REGISTERED) {
2704 ASSERT_RTNL();
2705
62fe0b40
BH
2706 rc = net_rx_queue_update_kobjects(dev, dev->real_num_rx_queues,
2707 rxq);
2708 if (rc)
2709 return rc;
62fe0b40
BH
2710 }
2711
2712 dev->real_num_rx_queues = rxq;
2713 return 0;
2714}
2715EXPORT_SYMBOL(netif_set_real_num_rx_queues);
2716#endif
2717
2c53040f
BH
2718/**
2719 * netif_get_num_default_rss_queues - default number of RSS queues
16917b87
YM
2720 *
2721 * This routine should set an upper limit on the number of RSS queues
2722 * used by default by multiqueue devices.
2723 */
a55b138b 2724int netif_get_num_default_rss_queues(void)
16917b87 2725{
40e4e713
HS
2726 return is_kdump_kernel() ?
2727 1 : min_t(int, DEFAULT_MAX_NUM_RSS_QUEUES, num_online_cpus());
16917b87
YM
2728}
2729EXPORT_SYMBOL(netif_get_num_default_rss_queues);
2730
3bcb846c 2731static void __netif_reschedule(struct Qdisc *q)
56079431 2732{
def82a1d
JP
2733 struct softnet_data *sd;
2734 unsigned long flags;
56079431 2735
def82a1d 2736 local_irq_save(flags);
903ceff7 2737 sd = this_cpu_ptr(&softnet_data);
a9cbd588
CG
2738 q->next_sched = NULL;
2739 *sd->output_queue_tailp = q;
2740 sd->output_queue_tailp = &q->next_sched;
def82a1d
JP
2741 raise_softirq_irqoff(NET_TX_SOFTIRQ);
2742 local_irq_restore(flags);
2743}
2744
2745void __netif_schedule(struct Qdisc *q)
2746{
2747 if (!test_and_set_bit(__QDISC_STATE_SCHED, &q->state))
2748 __netif_reschedule(q);
56079431
DV
2749}
2750EXPORT_SYMBOL(__netif_schedule);
2751
e6247027
ED
2752struct dev_kfree_skb_cb {
2753 enum skb_free_reason reason;
2754};
2755
2756static struct dev_kfree_skb_cb *get_kfree_skb_cb(const struct sk_buff *skb)
56079431 2757{
e6247027
ED
2758 return (struct dev_kfree_skb_cb *)skb->cb;
2759}
2760
46e5da40
JF
2761void netif_schedule_queue(struct netdev_queue *txq)
2762{
2763 rcu_read_lock();
2764 if (!(txq->state & QUEUE_STATE_ANY_XOFF)) {
2765 struct Qdisc *q = rcu_dereference(txq->qdisc);
2766
2767 __netif_schedule(q);
2768 }
2769 rcu_read_unlock();
2770}
2771EXPORT_SYMBOL(netif_schedule_queue);
2772
46e5da40
JF
2773void netif_tx_wake_queue(struct netdev_queue *dev_queue)
2774{
2775 if (test_and_clear_bit(__QUEUE_STATE_DRV_XOFF, &dev_queue->state)) {
2776 struct Qdisc *q;
2777
2778 rcu_read_lock();
2779 q = rcu_dereference(dev_queue->qdisc);
2780 __netif_schedule(q);
2781 rcu_read_unlock();
2782 }
2783}
2784EXPORT_SYMBOL(netif_tx_wake_queue);
2785
e6247027 2786void __dev_kfree_skb_irq(struct sk_buff *skb, enum skb_free_reason reason)
56079431 2787{
e6247027 2788 unsigned long flags;
56079431 2789
9899886d
MJ
2790 if (unlikely(!skb))
2791 return;
2792
63354797 2793 if (likely(refcount_read(&skb->users) == 1)) {
e6247027 2794 smp_rmb();
63354797
RE
2795 refcount_set(&skb->users, 0);
2796 } else if (likely(!refcount_dec_and_test(&skb->users))) {
e6247027 2797 return;
bea3348e 2798 }
e6247027
ED
2799 get_kfree_skb_cb(skb)->reason = reason;
2800 local_irq_save(flags);
2801 skb->next = __this_cpu_read(softnet_data.completion_queue);
2802 __this_cpu_write(softnet_data.completion_queue, skb);
2803 raise_softirq_irqoff(NET_TX_SOFTIRQ);
2804 local_irq_restore(flags);
56079431 2805}
e6247027 2806EXPORT_SYMBOL(__dev_kfree_skb_irq);
56079431 2807
e6247027 2808void __dev_kfree_skb_any(struct sk_buff *skb, enum skb_free_reason reason)
56079431
DV
2809{
2810 if (in_irq() || irqs_disabled())
e6247027 2811 __dev_kfree_skb_irq(skb, reason);
56079431
DV
2812 else
2813 dev_kfree_skb(skb);
2814}
e6247027 2815EXPORT_SYMBOL(__dev_kfree_skb_any);
56079431
DV
2816
2817
bea3348e
SH
2818/**
2819 * netif_device_detach - mark device as removed
2820 * @dev: network device
2821 *
2822 * Mark device as removed from system and therefore no longer available.
2823 */
56079431
DV
2824void netif_device_detach(struct net_device *dev)
2825{
2826 if (test_and_clear_bit(__LINK_STATE_PRESENT, &dev->state) &&
2827 netif_running(dev)) {
d543103a 2828 netif_tx_stop_all_queues(dev);
56079431
DV
2829 }
2830}
2831EXPORT_SYMBOL(netif_device_detach);
2832
bea3348e
SH
2833/**
2834 * netif_device_attach - mark device as attached
2835 * @dev: network device
2836 *
2837 * Mark device as attached from system and restart if needed.
2838 */
56079431
DV
2839void netif_device_attach(struct net_device *dev)
2840{
2841 if (!test_and_set_bit(__LINK_STATE_PRESENT, &dev->state) &&
2842 netif_running(dev)) {
d543103a 2843 netif_tx_wake_all_queues(dev);
4ec93edb 2844 __netdev_watchdog_up(dev);
56079431
DV
2845 }
2846}
2847EXPORT_SYMBOL(netif_device_attach);
2848
5605c762
JP
2849/*
2850 * Returns a Tx hash based on the given packet descriptor a Tx queues' number
2851 * to be used as a distribution range.
2852 */
eadec877
AD
2853static u16 skb_tx_hash(const struct net_device *dev,
2854 const struct net_device *sb_dev,
2855 struct sk_buff *skb)
5605c762
JP
2856{
2857 u32 hash;
2858 u16 qoffset = 0;
1b837d48 2859 u16 qcount = dev->real_num_tx_queues;
5605c762 2860
eadec877
AD
2861 if (dev->num_tc) {
2862 u8 tc = netdev_get_prio_tc_map(dev, skb->priority);
2863
2864 qoffset = sb_dev->tc_to_txq[tc].offset;
2865 qcount = sb_dev->tc_to_txq[tc].count;
2866 }
2867
5605c762
JP
2868 if (skb_rx_queue_recorded(skb)) {
2869 hash = skb_get_rx_queue(skb);
1b837d48
AD
2870 while (unlikely(hash >= qcount))
2871 hash -= qcount;
eadec877 2872 return hash + qoffset;
5605c762
JP
2873 }
2874
2875 return (u16) reciprocal_scale(skb_get_hash(skb), qcount) + qoffset;
2876}
5605c762 2877
36c92474
BH
2878static void skb_warn_bad_offload(const struct sk_buff *skb)
2879{
84d15ae5 2880 static const netdev_features_t null_features;
36c92474 2881 struct net_device *dev = skb->dev;
88ad4175 2882 const char *name = "";
36c92474 2883
c846ad9b
BG
2884 if (!net_ratelimit())
2885 return;
2886
88ad4175
BM
2887 if (dev) {
2888 if (dev->dev.parent)
2889 name = dev_driver_string(dev->dev.parent);
2890 else
2891 name = netdev_name(dev);
2892 }
36c92474
BH
2893 WARN(1, "%s: caps=(%pNF, %pNF) len=%d data_len=%d gso_size=%d "
2894 "gso_type=%d ip_summed=%d\n",
88ad4175 2895 name, dev ? &dev->features : &null_features,
65e9d2fa 2896 skb->sk ? &skb->sk->sk_route_caps : &null_features,
36c92474
BH
2897 skb->len, skb->data_len, skb_shinfo(skb)->gso_size,
2898 skb_shinfo(skb)->gso_type, skb->ip_summed);
2899}
2900
1da177e4
LT
2901/*
2902 * Invalidate hardware checksum when packet is to be mangled, and
2903 * complete checksum manually on outgoing path.
2904 */
84fa7933 2905int skb_checksum_help(struct sk_buff *skb)
1da177e4 2906{
d3bc23e7 2907 __wsum csum;
663ead3b 2908 int ret = 0, offset;
1da177e4 2909
84fa7933 2910 if (skb->ip_summed == CHECKSUM_COMPLETE)
a430a43d
HX
2911 goto out_set_summed;
2912
2913 if (unlikely(skb_shinfo(skb)->gso_size)) {
36c92474
BH
2914 skb_warn_bad_offload(skb);
2915 return -EINVAL;
1da177e4
LT
2916 }
2917
cef401de
ED
2918 /* Before computing a checksum, we should make sure no frag could
2919 * be modified by an external entity : checksum could be wrong.
2920 */
2921 if (skb_has_shared_frag(skb)) {
2922 ret = __skb_linearize(skb);
2923 if (ret)
2924 goto out;
2925 }
2926
55508d60 2927 offset = skb_checksum_start_offset(skb);
a030847e
HX
2928 BUG_ON(offset >= skb_headlen(skb));
2929 csum = skb_checksum(skb, offset, skb->len - offset, 0);
2930
2931 offset += skb->csum_offset;
2932 BUG_ON(offset + sizeof(__sum16) > skb_headlen(skb));
2933
2934 if (skb_cloned(skb) &&
2935 !skb_clone_writable(skb, offset + sizeof(__sum16))) {
1da177e4
LT
2936 ret = pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
2937 if (ret)
2938 goto out;
2939 }
2940
4f2e4ad5 2941 *(__sum16 *)(skb->data + offset) = csum_fold(csum) ?: CSUM_MANGLED_0;
a430a43d 2942out_set_summed:
1da177e4 2943 skb->ip_summed = CHECKSUM_NONE;
4ec93edb 2944out:
1da177e4
LT
2945 return ret;
2946}
d1b19dff 2947EXPORT_SYMBOL(skb_checksum_help);
1da177e4 2948
b72b5bf6
DC
2949int skb_crc32c_csum_help(struct sk_buff *skb)
2950{
2951 __le32 crc32c_csum;
2952 int ret = 0, offset, start;
2953
2954 if (skb->ip_summed != CHECKSUM_PARTIAL)
2955 goto out;
2956
2957 if (unlikely(skb_is_gso(skb)))
2958 goto out;
2959
2960 /* Before computing a checksum, we should make sure no frag could
2961 * be modified by an external entity : checksum could be wrong.
2962 */
2963 if (unlikely(skb_has_shared_frag(skb))) {
2964 ret = __skb_linearize(skb);
2965 if (ret)
2966 goto out;
2967 }
2968 start = skb_checksum_start_offset(skb);
2969 offset = start + offsetof(struct sctphdr, checksum);
2970 if (WARN_ON_ONCE(offset >= skb_headlen(skb))) {
2971 ret = -EINVAL;
2972 goto out;
2973 }
2974 if (skb_cloned(skb) &&
2975 !skb_clone_writable(skb, offset + sizeof(__le32))) {
2976 ret = pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
2977 if (ret)
2978 goto out;
2979 }
2980 crc32c_csum = cpu_to_le32(~__skb_checksum(skb, start,
2981 skb->len - start, ~(__u32)0,
2982 crc32c_csum_stub));
2983 *(__le32 *)(skb->data + offset) = crc32c_csum;
2984 skb->ip_summed = CHECKSUM_NONE;
dba00306 2985 skb->csum_not_inet = 0;
b72b5bf6
DC
2986out:
2987 return ret;
2988}
2989
53d6471c 2990__be16 skb_network_protocol(struct sk_buff *skb, int *depth)
f6a78bfc 2991{
252e3346 2992 __be16 type = skb->protocol;
f6a78bfc 2993
19acc327
PS
2994 /* Tunnel gso handlers can set protocol to ethernet. */
2995 if (type == htons(ETH_P_TEB)) {
2996 struct ethhdr *eth;
2997
2998 if (unlikely(!pskb_may_pull(skb, sizeof(struct ethhdr))))
2999 return 0;
3000
1dfe82eb 3001 eth = (struct ethhdr *)skb->data;
19acc327
PS
3002 type = eth->h_proto;
3003 }
3004
d4bcef3f 3005 return __vlan_get_protocol(skb, type, depth);
ec5f0615
PS
3006}
3007
3008/**
3009 * skb_mac_gso_segment - mac layer segmentation handler.
3010 * @skb: buffer to segment
3011 * @features: features for the output path (see dev->features)
3012 */
3013struct sk_buff *skb_mac_gso_segment(struct sk_buff *skb,
3014 netdev_features_t features)
3015{
3016 struct sk_buff *segs = ERR_PTR(-EPROTONOSUPPORT);
3017 struct packet_offload *ptype;
53d6471c
VY
3018 int vlan_depth = skb->mac_len;
3019 __be16 type = skb_network_protocol(skb, &vlan_depth);
ec5f0615
PS
3020
3021 if (unlikely(!type))
3022 return ERR_PTR(-EINVAL);
3023
53d6471c 3024 __skb_pull(skb, vlan_depth);
f6a78bfc
HX
3025
3026 rcu_read_lock();
22061d80 3027 list_for_each_entry_rcu(ptype, &offload_base, list) {
f191a1d1 3028 if (ptype->type == type && ptype->callbacks.gso_segment) {
f191a1d1 3029 segs = ptype->callbacks.gso_segment(skb, features);
f6a78bfc
HX
3030 break;
3031 }
3032 }
3033 rcu_read_unlock();
3034
98e399f8 3035 __skb_push(skb, skb->data - skb_mac_header(skb));
576a30eb 3036
f6a78bfc
HX
3037 return segs;
3038}
05e8ef4a
PS
3039EXPORT_SYMBOL(skb_mac_gso_segment);
3040
3041
3042/* openvswitch calls this on rx path, so we need a different check.
3043 */
3044static inline bool skb_needs_check(struct sk_buff *skb, bool tx_path)
3045{
3046 if (tx_path)
0c19f846
WB
3047 return skb->ip_summed != CHECKSUM_PARTIAL &&
3048 skb->ip_summed != CHECKSUM_UNNECESSARY;
6e7bc478
ED
3049
3050 return skb->ip_summed == CHECKSUM_NONE;
05e8ef4a
PS
3051}
3052
3053/**
3054 * __skb_gso_segment - Perform segmentation on skb.
3055 * @skb: buffer to segment
3056 * @features: features for the output path (see dev->features)
3057 * @tx_path: whether it is called in TX path
3058 *
3059 * This function segments the given skb and returns a list of segments.
3060 *
3061 * It may return NULL if the skb requires no segmentation. This is
3062 * only possible when GSO is used for verifying header integrity.
9207f9d4
KK
3063 *
3064 * Segmentation preserves SKB_SGO_CB_OFFSET bytes of previous skb cb.
05e8ef4a
PS
3065 */
3066struct sk_buff *__skb_gso_segment(struct sk_buff *skb,
3067 netdev_features_t features, bool tx_path)
3068{
b2504a5d
ED
3069 struct sk_buff *segs;
3070
05e8ef4a
PS
3071 if (unlikely(skb_needs_check(skb, tx_path))) {
3072 int err;
3073
b2504a5d 3074 /* We're going to init ->check field in TCP or UDP header */
a40e0a66 3075 err = skb_cow_head(skb, 0);
3076 if (err < 0)
05e8ef4a
PS
3077 return ERR_PTR(err);
3078 }
3079
802ab55a
AD
3080 /* Only report GSO partial support if it will enable us to
3081 * support segmentation on this frame without needing additional
3082 * work.
3083 */
3084 if (features & NETIF_F_GSO_PARTIAL) {
3085 netdev_features_t partial_features = NETIF_F_GSO_ROBUST;
3086 struct net_device *dev = skb->dev;
3087
3088 partial_features |= dev->features & dev->gso_partial_features;
3089 if (!skb_gso_ok(skb, features | partial_features))
3090 features &= ~NETIF_F_GSO_PARTIAL;
3091 }
3092
9207f9d4
KK
3093 BUILD_BUG_ON(SKB_SGO_CB_OFFSET +
3094 sizeof(*SKB_GSO_CB(skb)) > sizeof(skb->cb));
3095
68c33163 3096 SKB_GSO_CB(skb)->mac_offset = skb_headroom(skb);
3347c960
ED
3097 SKB_GSO_CB(skb)->encap_level = 0;
3098
05e8ef4a
PS
3099 skb_reset_mac_header(skb);
3100 skb_reset_mac_len(skb);
3101
b2504a5d
ED
3102 segs = skb_mac_gso_segment(skb, features);
3103
8d74e9f8 3104 if (unlikely(skb_needs_check(skb, tx_path) && !IS_ERR(segs)))
b2504a5d
ED
3105 skb_warn_bad_offload(skb);
3106
3107 return segs;
05e8ef4a 3108}
12b0004d 3109EXPORT_SYMBOL(__skb_gso_segment);
f6a78bfc 3110
fb286bb2
HX
3111/* Take action when hardware reception checksum errors are detected. */
3112#ifdef CONFIG_BUG
7fe50ac8 3113void netdev_rx_csum_fault(struct net_device *dev, struct sk_buff *skb)
fb286bb2
HX
3114{
3115 if (net_ratelimit()) {
7b6cd1ce 3116 pr_err("%s: hw csum failure\n", dev ? dev->name : "<unknown>");
7fe50ac8
CW
3117 if (dev)
3118 pr_err("dev features: %pNF\n", &dev->features);
3119 pr_err("skb len=%u data_len=%u pkt_type=%u gso_size=%u gso_type=%u nr_frags=%u ip_summed=%u csum=%x csum_complete_sw=%d csum_valid=%d csum_level=%u\n",
3120 skb->len, skb->data_len, skb->pkt_type,
3121 skb_shinfo(skb)->gso_size, skb_shinfo(skb)->gso_type,
3122 skb_shinfo(skb)->nr_frags, skb->ip_summed, skb->csum,
3123 skb->csum_complete_sw, skb->csum_valid, skb->csum_level);
fb286bb2
HX
3124 dump_stack();
3125 }
3126}
3127EXPORT_SYMBOL(netdev_rx_csum_fault);
3128#endif
3129
ab74cfeb 3130/* XXX: check that highmem exists at all on the given machine. */
c1e756bf 3131static int illegal_highdma(struct net_device *dev, struct sk_buff *skb)
1da177e4 3132{
3d3a8533 3133#ifdef CONFIG_HIGHMEM
1da177e4 3134 int i;
f4563a75 3135
5acbbd42 3136 if (!(dev->features & NETIF_F_HIGHDMA)) {
ea2ab693
IC
3137 for (i = 0; i < skb_shinfo(skb)->nr_frags; i++) {
3138 skb_frag_t *frag = &skb_shinfo(skb)->frags[i];
f4563a75 3139
ea2ab693 3140 if (PageHighMem(skb_frag_page(frag)))
5acbbd42 3141 return 1;
ea2ab693 3142 }
5acbbd42 3143 }
3d3a8533 3144#endif
1da177e4
LT
3145 return 0;
3146}
1da177e4 3147
3b392ddb
SH
3148/* If MPLS offload request, verify we are testing hardware MPLS features
3149 * instead of standard features for the netdev.
3150 */
d0edc7bf 3151#if IS_ENABLED(CONFIG_NET_MPLS_GSO)
3b392ddb
SH
3152static netdev_features_t net_mpls_features(struct sk_buff *skb,
3153 netdev_features_t features,
3154 __be16 type)
3155{
25cd9ba0 3156 if (eth_p_mpls(type))
3b392ddb
SH
3157 features &= skb->dev->mpls_features;
3158
3159 return features;
3160}
3161#else
3162static netdev_features_t net_mpls_features(struct sk_buff *skb,
3163 netdev_features_t features,
3164 __be16 type)
3165{
3166 return features;
3167}
3168#endif
3169
c8f44aff 3170static netdev_features_t harmonize_features(struct sk_buff *skb,
c1e756bf 3171 netdev_features_t features)
f01a5236 3172{
53d6471c 3173 int tmp;
3b392ddb
SH
3174 __be16 type;
3175
3176 type = skb_network_protocol(skb, &tmp);
3177 features = net_mpls_features(skb, features, type);
53d6471c 3178
c0d680e5 3179 if (skb->ip_summed != CHECKSUM_NONE &&
3b392ddb 3180 !can_checksum_protocol(features, type)) {
996e8021 3181 features &= ~(NETIF_F_CSUM_MASK | NETIF_F_GSO_MASK);
f01a5236 3182 }
7be2c82c
ED
3183 if (illegal_highdma(skb->dev, skb))
3184 features &= ~NETIF_F_SG;
f01a5236
JG
3185
3186 return features;
3187}
3188
e38f3025
TM
3189netdev_features_t passthru_features_check(struct sk_buff *skb,
3190 struct net_device *dev,
3191 netdev_features_t features)
3192{
3193 return features;
3194}
3195EXPORT_SYMBOL(passthru_features_check);
3196
7ce23672 3197static netdev_features_t dflt_features_check(struct sk_buff *skb,
8cb65d00
TM
3198 struct net_device *dev,
3199 netdev_features_t features)
3200{
3201 return vlan_features_check(skb, features);
3202}
3203
cbc53e08
AD
3204static netdev_features_t gso_features_check(const struct sk_buff *skb,
3205 struct net_device *dev,
3206 netdev_features_t features)
3207{
3208 u16 gso_segs = skb_shinfo(skb)->gso_segs;
3209
3210 if (gso_segs > dev->gso_max_segs)
3211 return features & ~NETIF_F_GSO_MASK;
3212
802ab55a
AD
3213 /* Support for GSO partial features requires software
3214 * intervention before we can actually process the packets
3215 * so we need to strip support for any partial features now
3216 * and we can pull them back in after we have partially
3217 * segmented the frame.
3218 */
3219 if (!(skb_shinfo(skb)->gso_type & SKB_GSO_PARTIAL))
3220 features &= ~dev->gso_partial_features;
3221
3222 /* Make sure to clear the IPv4 ID mangling feature if the
3223 * IPv4 header has the potential to be fragmented.
cbc53e08
AD
3224 */
3225 if (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV4) {
3226 struct iphdr *iph = skb->encapsulation ?
3227 inner_ip_hdr(skb) : ip_hdr(skb);
3228
3229 if (!(iph->frag_off & htons(IP_DF)))
3230 features &= ~NETIF_F_TSO_MANGLEID;
3231 }
3232
3233 return features;
3234}
3235
c1e756bf 3236netdev_features_t netif_skb_features(struct sk_buff *skb)
58e998c6 3237{
5f35227e 3238 struct net_device *dev = skb->dev;
fcbeb976 3239 netdev_features_t features = dev->features;
58e998c6 3240
cbc53e08
AD
3241 if (skb_is_gso(skb))
3242 features = gso_features_check(skb, dev, features);
30b678d8 3243
5f35227e
JG
3244 /* If encapsulation offload request, verify we are testing
3245 * hardware encapsulation features instead of standard
3246 * features for the netdev
3247 */
3248 if (skb->encapsulation)
3249 features &= dev->hw_enc_features;
3250
f5a7fb88
TM
3251 if (skb_vlan_tagged(skb))
3252 features = netdev_intersect_features(features,
3253 dev->vlan_features |
3254 NETIF_F_HW_VLAN_CTAG_TX |
3255 NETIF_F_HW_VLAN_STAG_TX);
f01a5236 3256
5f35227e
JG
3257 if (dev->netdev_ops->ndo_features_check)
3258 features &= dev->netdev_ops->ndo_features_check(skb, dev,
3259 features);
8cb65d00
TM
3260 else
3261 features &= dflt_features_check(skb, dev, features);
5f35227e 3262
c1e756bf 3263 return harmonize_features(skb, features);
58e998c6 3264}
c1e756bf 3265EXPORT_SYMBOL(netif_skb_features);
58e998c6 3266
2ea25513 3267static int xmit_one(struct sk_buff *skb, struct net_device *dev,
95f6b3dd 3268 struct netdev_queue *txq, bool more)
f6a78bfc 3269{
2ea25513
DM
3270 unsigned int len;
3271 int rc;
00829823 3272
9f9a742d 3273 if (dev_nit_active(dev))
2ea25513 3274 dev_queue_xmit_nit(skb, dev);
fc741216 3275
2ea25513
DM
3276 len = skb->len;
3277 trace_net_dev_start_xmit(skb, dev);
95f6b3dd 3278 rc = netdev_start_xmit(skb, dev, txq, more);
2ea25513 3279 trace_net_dev_xmit(skb, rc, dev, len);
adf30907 3280
2ea25513
DM
3281 return rc;
3282}
7b9c6090 3283
8dcda22a
DM
3284struct sk_buff *dev_hard_start_xmit(struct sk_buff *first, struct net_device *dev,
3285 struct netdev_queue *txq, int *ret)
7f2e870f
DM
3286{
3287 struct sk_buff *skb = first;
3288 int rc = NETDEV_TX_OK;
7b9c6090 3289
7f2e870f
DM
3290 while (skb) {
3291 struct sk_buff *next = skb->next;
fc70fb64 3292
a8305bff 3293 skb_mark_not_on_list(skb);
95f6b3dd 3294 rc = xmit_one(skb, dev, txq, next != NULL);
7f2e870f
DM
3295 if (unlikely(!dev_xmit_complete(rc))) {
3296 skb->next = next;
3297 goto out;
3298 }
6afff0ca 3299
7f2e870f 3300 skb = next;
fe60faa5 3301 if (netif_tx_queue_stopped(txq) && skb) {
7f2e870f
DM
3302 rc = NETDEV_TX_BUSY;
3303 break;
9ccb8975 3304 }
7f2e870f 3305 }
9ccb8975 3306
7f2e870f
DM
3307out:
3308 *ret = rc;
3309 return skb;
3310}
b40863c6 3311
1ff0dc94
ED
3312static struct sk_buff *validate_xmit_vlan(struct sk_buff *skb,
3313 netdev_features_t features)
f6a78bfc 3314{
df8a39de 3315 if (skb_vlan_tag_present(skb) &&
5968250c
JP
3316 !vlan_hw_offload_capable(features, skb->vlan_proto))
3317 skb = __vlan_hwaccel_push_inside(skb);
eae3f88e
DM
3318 return skb;
3319}
f6a78bfc 3320
43c26a1a
DC
3321int skb_csum_hwoffload_help(struct sk_buff *skb,
3322 const netdev_features_t features)
3323{
3324 if (unlikely(skb->csum_not_inet))
3325 return !!(features & NETIF_F_SCTP_CRC) ? 0 :
3326 skb_crc32c_csum_help(skb);
3327
3328 return !!(features & NETIF_F_CSUM_MASK) ? 0 : skb_checksum_help(skb);
3329}
3330EXPORT_SYMBOL(skb_csum_hwoffload_help);
3331
f53c7239 3332static struct sk_buff *validate_xmit_skb(struct sk_buff *skb, struct net_device *dev, bool *again)
eae3f88e
DM
3333{
3334 netdev_features_t features;
f6a78bfc 3335
eae3f88e
DM
3336 features = netif_skb_features(skb);
3337 skb = validate_xmit_vlan(skb, features);
3338 if (unlikely(!skb))
3339 goto out_null;
7b9c6090 3340
ebf4e808
IL
3341 skb = sk_validate_xmit_skb(skb, dev);
3342 if (unlikely(!skb))
3343 goto out_null;
3344
8b86a61d 3345 if (netif_needs_gso(skb, features)) {
ce93718f
DM
3346 struct sk_buff *segs;
3347
3348 segs = skb_gso_segment(skb, features);
cecda693 3349 if (IS_ERR(segs)) {
af6dabc9 3350 goto out_kfree_skb;
cecda693
JW
3351 } else if (segs) {
3352 consume_skb(skb);
3353 skb = segs;
f6a78bfc 3354 }
eae3f88e
DM
3355 } else {
3356 if (skb_needs_linearize(skb, features) &&
3357 __skb_linearize(skb))
3358 goto out_kfree_skb;
4ec93edb 3359
eae3f88e
DM
3360 /* If packet is not checksummed and device does not
3361 * support checksumming for this protocol, complete
3362 * checksumming here.
3363 */
3364 if (skb->ip_summed == CHECKSUM_PARTIAL) {
3365 if (skb->encapsulation)
3366 skb_set_inner_transport_header(skb,
3367 skb_checksum_start_offset(skb));
3368 else
3369 skb_set_transport_header(skb,
3370 skb_checksum_start_offset(skb));
43c26a1a 3371 if (skb_csum_hwoffload_help(skb, features))
eae3f88e 3372 goto out_kfree_skb;
7b9c6090 3373 }
0c772159 3374 }
7b9c6090 3375
f53c7239 3376 skb = validate_xmit_xfrm(skb, features, again);
3dca3f38 3377
eae3f88e 3378 return skb;
fc70fb64 3379
f6a78bfc
HX
3380out_kfree_skb:
3381 kfree_skb(skb);
eae3f88e 3382out_null:
d21fd63e 3383 atomic_long_inc(&dev->tx_dropped);
eae3f88e
DM
3384 return NULL;
3385}
6afff0ca 3386
f53c7239 3387struct sk_buff *validate_xmit_skb_list(struct sk_buff *skb, struct net_device *dev, bool *again)
55a93b3e
ED
3388{
3389 struct sk_buff *next, *head = NULL, *tail;
3390
bec3cfdc 3391 for (; skb != NULL; skb = next) {
55a93b3e 3392 next = skb->next;
a8305bff 3393 skb_mark_not_on_list(skb);
bec3cfdc
ED
3394
3395 /* in case skb wont be segmented, point to itself */
3396 skb->prev = skb;
3397
f53c7239 3398 skb = validate_xmit_skb(skb, dev, again);
bec3cfdc
ED
3399 if (!skb)
3400 continue;
55a93b3e 3401
bec3cfdc
ED
3402 if (!head)
3403 head = skb;
3404 else
3405 tail->next = skb;
3406 /* If skb was segmented, skb->prev points to
3407 * the last segment. If not, it still contains skb.
3408 */
3409 tail = skb->prev;
55a93b3e
ED
3410 }
3411 return head;
f6a78bfc 3412}
104ba78c 3413EXPORT_SYMBOL_GPL(validate_xmit_skb_list);
f6a78bfc 3414
1def9238
ED
3415static void qdisc_pkt_len_init(struct sk_buff *skb)
3416{
3417 const struct skb_shared_info *shinfo = skb_shinfo(skb);
3418
3419 qdisc_skb_cb(skb)->pkt_len = skb->len;
3420
3421 /* To get more precise estimation of bytes sent on wire,
3422 * we add to pkt_len the headers size of all segments
3423 */
a0dce875 3424 if (shinfo->gso_size && skb_transport_header_was_set(skb)) {
757b8b1d 3425 unsigned int hdr_len;
15e5a030 3426 u16 gso_segs = shinfo->gso_segs;
1def9238 3427
757b8b1d
ED
3428 /* mac layer + network layer */
3429 hdr_len = skb_transport_header(skb) - skb_mac_header(skb);
3430
3431 /* + transport layer */
7c68d1a6
ED
3432 if (likely(shinfo->gso_type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6))) {
3433 const struct tcphdr *th;
3434 struct tcphdr _tcphdr;
3435
3436 th = skb_header_pointer(skb, skb_transport_offset(skb),
3437 sizeof(_tcphdr), &_tcphdr);
3438 if (likely(th))
3439 hdr_len += __tcp_hdrlen(th);
3440 } else {
3441 struct udphdr _udphdr;
3442
3443 if (skb_header_pointer(skb, skb_transport_offset(skb),
3444 sizeof(_udphdr), &_udphdr))
3445 hdr_len += sizeof(struct udphdr);
3446 }
15e5a030
JW
3447
3448 if (shinfo->gso_type & SKB_GSO_DODGY)
3449 gso_segs = DIV_ROUND_UP(skb->len - hdr_len,
3450 shinfo->gso_size);
3451
3452 qdisc_skb_cb(skb)->pkt_len += (gso_segs - 1) * hdr_len;
1def9238
ED
3453 }
3454}
3455
bbd8a0d3
KK
3456static inline int __dev_xmit_skb(struct sk_buff *skb, struct Qdisc *q,
3457 struct net_device *dev,
3458 struct netdev_queue *txq)
3459{
3460 spinlock_t *root_lock = qdisc_lock(q);
520ac30f 3461 struct sk_buff *to_free = NULL;
a2da570d 3462 bool contended;
bbd8a0d3
KK
3463 int rc;
3464
a2da570d 3465 qdisc_calculate_pkt_len(skb, q);
6b3ba914
JF
3466
3467 if (q->flags & TCQ_F_NOLOCK) {
3468 if (unlikely(test_bit(__QDISC_STATE_DEACTIVATED, &q->state))) {
3469 __qdisc_drop(skb, &to_free);
3470 rc = NET_XMIT_DROP;
ba27b4cd
PA
3471 } else if ((q->flags & TCQ_F_CAN_BYPASS) && q->empty &&
3472 qdisc_run_begin(q)) {
3473 qdisc_bstats_cpu_update(q, skb);
3474
3475 if (sch_direct_xmit(skb, q, dev, txq, NULL, true))
3476 __qdisc_run(q);
3477
3478 qdisc_run_end(q);
3479 rc = NET_XMIT_SUCCESS;
6b3ba914
JF
3480 } else {
3481 rc = q->enqueue(skb, q, &to_free) & NET_XMIT_MASK;
32f7b44d 3482 qdisc_run(q);
6b3ba914
JF
3483 }
3484
3485 if (unlikely(to_free))
3486 kfree_skb_list(to_free);
3487 return rc;
3488 }
3489
79640a4c
ED
3490 /*
3491 * Heuristic to force contended enqueues to serialize on a
3492 * separate lock before trying to get qdisc main lock.
f9eb8aea 3493 * This permits qdisc->running owner to get the lock more
9bf2b8c2 3494 * often and dequeue packets faster.
79640a4c 3495 */
a2da570d 3496 contended = qdisc_is_running(q);
79640a4c
ED
3497 if (unlikely(contended))
3498 spin_lock(&q->busylock);
3499
bbd8a0d3
KK
3500 spin_lock(root_lock);
3501 if (unlikely(test_bit(__QDISC_STATE_DEACTIVATED, &q->state))) {
520ac30f 3502 __qdisc_drop(skb, &to_free);
bbd8a0d3
KK
3503 rc = NET_XMIT_DROP;
3504 } else if ((q->flags & TCQ_F_CAN_BYPASS) && !qdisc_qlen(q) &&
bc135b23 3505 qdisc_run_begin(q)) {
bbd8a0d3
KK
3506 /*
3507 * This is a work-conserving queue; there are no old skbs
3508 * waiting to be sent out; and the qdisc is not running -
3509 * xmit the skb directly.
3510 */
bfe0d029 3511
bfe0d029
ED
3512 qdisc_bstats_update(q, skb);
3513
55a93b3e 3514 if (sch_direct_xmit(skb, q, dev, txq, root_lock, true)) {
79640a4c
ED
3515 if (unlikely(contended)) {
3516 spin_unlock(&q->busylock);
3517 contended = false;
3518 }
bbd8a0d3 3519 __qdisc_run(q);
6c148184 3520 }
bbd8a0d3 3521
6c148184 3522 qdisc_run_end(q);
bbd8a0d3
KK
3523 rc = NET_XMIT_SUCCESS;
3524 } else {
520ac30f 3525 rc = q->enqueue(skb, q, &to_free) & NET_XMIT_MASK;
79640a4c
ED
3526 if (qdisc_run_begin(q)) {
3527 if (unlikely(contended)) {
3528 spin_unlock(&q->busylock);
3529 contended = false;
3530 }
3531 __qdisc_run(q);
6c148184 3532 qdisc_run_end(q);
79640a4c 3533 }
bbd8a0d3
KK
3534 }
3535 spin_unlock(root_lock);
520ac30f
ED
3536 if (unlikely(to_free))
3537 kfree_skb_list(to_free);
79640a4c
ED
3538 if (unlikely(contended))
3539 spin_unlock(&q->busylock);
bbd8a0d3
KK
3540 return rc;
3541}
3542
86f8515f 3543#if IS_ENABLED(CONFIG_CGROUP_NET_PRIO)
5bc1421e
NH
3544static void skb_update_prio(struct sk_buff *skb)
3545{
4dcb31d4
ED
3546 const struct netprio_map *map;
3547 const struct sock *sk;
3548 unsigned int prioidx;
5bc1421e 3549
4dcb31d4
ED
3550 if (skb->priority)
3551 return;
3552 map = rcu_dereference_bh(skb->dev->priomap);
3553 if (!map)
3554 return;
3555 sk = skb_to_full_sk(skb);
3556 if (!sk)
3557 return;
91c68ce2 3558
4dcb31d4
ED
3559 prioidx = sock_cgroup_prioidx(&sk->sk_cgrp_data);
3560
3561 if (prioidx < map->priomap_len)
3562 skb->priority = map->priomap[prioidx];
5bc1421e
NH
3563}
3564#else
3565#define skb_update_prio(skb)
3566#endif
3567
f60e5990 3568DEFINE_PER_CPU(int, xmit_recursion);
3569EXPORT_SYMBOL(xmit_recursion);
3570
95603e22
MM
3571/**
3572 * dev_loopback_xmit - loop back @skb
0c4b51f0
EB
3573 * @net: network namespace this loopback is happening in
3574 * @sk: sk needed to be a netfilter okfn
95603e22
MM
3575 * @skb: buffer to transmit
3576 */
0c4b51f0 3577int dev_loopback_xmit(struct net *net, struct sock *sk, struct sk_buff *skb)
95603e22
MM
3578{
3579 skb_reset_mac_header(skb);
3580 __skb_pull(skb, skb_network_offset(skb));
3581 skb->pkt_type = PACKET_LOOPBACK;
3582 skb->ip_summed = CHECKSUM_UNNECESSARY;
3583 WARN_ON(!skb_dst(skb));
3584 skb_dst_force(skb);
3585 netif_rx_ni(skb);
3586 return 0;
3587}
3588EXPORT_SYMBOL(dev_loopback_xmit);
3589
1f211a1b
DB
3590#ifdef CONFIG_NET_EGRESS
3591static struct sk_buff *
3592sch_handle_egress(struct sk_buff *skb, int *ret, struct net_device *dev)
3593{
46209401 3594 struct mini_Qdisc *miniq = rcu_dereference_bh(dev->miniq_egress);
1f211a1b
DB
3595 struct tcf_result cl_res;
3596
46209401 3597 if (!miniq)
1f211a1b
DB
3598 return skb;
3599
8dc07fdb 3600 /* qdisc_skb_cb(skb)->pkt_len was already set by the caller. */
46209401 3601 mini_qdisc_bstats_cpu_update(miniq, skb);
1f211a1b 3602
46209401 3603 switch (tcf_classify(skb, miniq->filter_list, &cl_res, false)) {
1f211a1b
DB
3604 case TC_ACT_OK:
3605 case TC_ACT_RECLASSIFY:
3606 skb->tc_index = TC_H_MIN(cl_res.classid);
3607 break;
3608 case TC_ACT_SHOT:
46209401 3609 mini_qdisc_qstats_cpu_drop(miniq);
1f211a1b 3610 *ret = NET_XMIT_DROP;
7e2c3aea
DB
3611 kfree_skb(skb);
3612 return NULL;
1f211a1b
DB
3613 case TC_ACT_STOLEN:
3614 case TC_ACT_QUEUED:
e25ea21f 3615 case TC_ACT_TRAP:
1f211a1b 3616 *ret = NET_XMIT_SUCCESS;
7e2c3aea 3617 consume_skb(skb);
1f211a1b
DB
3618 return NULL;
3619 case TC_ACT_REDIRECT:
3620 /* No need to push/pop skb's mac_header here on egress! */
3621 skb_do_redirect(skb);
3622 *ret = NET_XMIT_SUCCESS;
3623 return NULL;
3624 default:
3625 break;
3626 }
3627
3628 return skb;
3629}
3630#endif /* CONFIG_NET_EGRESS */
3631
fc9bab24
AN
3632#ifdef CONFIG_XPS
3633static int __get_xps_queue_idx(struct net_device *dev, struct sk_buff *skb,
3634 struct xps_dev_maps *dev_maps, unsigned int tci)
3635{
3636 struct xps_map *map;
3637 int queue_index = -1;
3638
3639 if (dev->num_tc) {
3640 tci *= dev->num_tc;
3641 tci += netdev_get_prio_tc_map(dev, skb->priority);
3642 }
3643
3644 map = rcu_dereference(dev_maps->attr_map[tci]);
3645 if (map) {
3646 if (map->len == 1)
3647 queue_index = map->queues[0];
3648 else
3649 queue_index = map->queues[reciprocal_scale(
3650 skb_get_hash(skb), map->len)];
3651 if (unlikely(queue_index >= dev->real_num_tx_queues))
3652 queue_index = -1;
3653 }
3654 return queue_index;
3655}
3656#endif
3657
eadec877
AD
3658static int get_xps_queue(struct net_device *dev, struct net_device *sb_dev,
3659 struct sk_buff *skb)
638b2a69
JP
3660{
3661#ifdef CONFIG_XPS
3662 struct xps_dev_maps *dev_maps;
fc9bab24 3663 struct sock *sk = skb->sk;
638b2a69
JP
3664 int queue_index = -1;
3665
04157469
AN
3666 if (!static_key_false(&xps_needed))
3667 return -1;
3668
638b2a69 3669 rcu_read_lock();
fc9bab24
AN
3670 if (!static_key_false(&xps_rxqs_needed))
3671 goto get_cpus_map;
3672
eadec877 3673 dev_maps = rcu_dereference(sb_dev->xps_rxqs_map);
638b2a69 3674 if (dev_maps) {
fc9bab24 3675 int tci = sk_rx_queue_get(sk);
184c449f 3676
fc9bab24
AN
3677 if (tci >= 0 && tci < dev->num_rx_queues)
3678 queue_index = __get_xps_queue_idx(dev, skb, dev_maps,
3679 tci);
3680 }
184c449f 3681
fc9bab24
AN
3682get_cpus_map:
3683 if (queue_index < 0) {
eadec877 3684 dev_maps = rcu_dereference(sb_dev->xps_cpus_map);
fc9bab24
AN
3685 if (dev_maps) {
3686 unsigned int tci = skb->sender_cpu - 1;
3687
3688 queue_index = __get_xps_queue_idx(dev, skb, dev_maps,
3689 tci);
638b2a69
JP
3690 }
3691 }
3692 rcu_read_unlock();
3693
3694 return queue_index;
3695#else
3696 return -1;
3697#endif
3698}
3699
a4ea8a3d 3700u16 dev_pick_tx_zero(struct net_device *dev, struct sk_buff *skb,
a350ecce 3701 struct net_device *sb_dev)
a4ea8a3d
AD
3702{
3703 return 0;
3704}
3705EXPORT_SYMBOL(dev_pick_tx_zero);
3706
3707u16 dev_pick_tx_cpu_id(struct net_device *dev, struct sk_buff *skb,
a350ecce 3708 struct net_device *sb_dev)
a4ea8a3d
AD
3709{
3710 return (u16)raw_smp_processor_id() % dev->real_num_tx_queues;
3711}
3712EXPORT_SYMBOL(dev_pick_tx_cpu_id);
3713
b71b5837
PA
3714u16 netdev_pick_tx(struct net_device *dev, struct sk_buff *skb,
3715 struct net_device *sb_dev)
638b2a69
JP
3716{
3717 struct sock *sk = skb->sk;
3718 int queue_index = sk_tx_queue_get(sk);
3719
eadec877
AD
3720 sb_dev = sb_dev ? : dev;
3721
638b2a69
JP
3722 if (queue_index < 0 || skb->ooo_okay ||
3723 queue_index >= dev->real_num_tx_queues) {
eadec877 3724 int new_index = get_xps_queue(dev, sb_dev, skb);
f4563a75 3725
638b2a69 3726 if (new_index < 0)
eadec877 3727 new_index = skb_tx_hash(dev, sb_dev, skb);
638b2a69
JP
3728
3729 if (queue_index != new_index && sk &&
004a5d01 3730 sk_fullsock(sk) &&
638b2a69
JP
3731 rcu_access_pointer(sk->sk_dst_cache))
3732 sk_tx_queue_set(sk, new_index);
3733
3734 queue_index = new_index;
3735 }
3736
3737 return queue_index;
3738}
b71b5837 3739EXPORT_SYMBOL(netdev_pick_tx);
638b2a69 3740
4bd97d51
PA
3741struct netdev_queue *netdev_core_pick_tx(struct net_device *dev,
3742 struct sk_buff *skb,
3743 struct net_device *sb_dev)
638b2a69
JP
3744{
3745 int queue_index = 0;
3746
3747#ifdef CONFIG_XPS
52bd2d62
ED
3748 u32 sender_cpu = skb->sender_cpu - 1;
3749
3750 if (sender_cpu >= (u32)NR_CPUS)
638b2a69
JP
3751 skb->sender_cpu = raw_smp_processor_id() + 1;
3752#endif
3753
3754 if (dev->real_num_tx_queues != 1) {
3755 const struct net_device_ops *ops = dev->netdev_ops;
f4563a75 3756
638b2a69 3757 if (ops->ndo_select_queue)
a350ecce 3758 queue_index = ops->ndo_select_queue(dev, skb, sb_dev);
638b2a69 3759 else
4bd97d51 3760 queue_index = netdev_pick_tx(dev, skb, sb_dev);
638b2a69 3761
d584527c 3762 queue_index = netdev_cap_txqueue(dev, queue_index);
638b2a69
JP
3763 }
3764
3765 skb_set_queue_mapping(skb, queue_index);
3766 return netdev_get_tx_queue(dev, queue_index);
3767}
3768
d29f749e 3769/**
9d08dd3d 3770 * __dev_queue_xmit - transmit a buffer
d29f749e 3771 * @skb: buffer to transmit
eadec877 3772 * @sb_dev: suboordinate device used for L2 forwarding offload
d29f749e
DJ
3773 *
3774 * Queue a buffer for transmission to a network device. The caller must
3775 * have set the device and priority and built the buffer before calling
3776 * this function. The function can be called from an interrupt.
3777 *
3778 * A negative errno code is returned on a failure. A success does not
3779 * guarantee the frame will be transmitted as it may be dropped due
3780 * to congestion or traffic shaping.
3781 *
3782 * -----------------------------------------------------------------------------------
3783 * I notice this method can also return errors from the queue disciplines,
3784 * including NET_XMIT_DROP, which is a positive value. So, errors can also
3785 * be positive.
3786 *
3787 * Regardless of the return value, the skb is consumed, so it is currently
3788 * difficult to retry a send to this method. (You can bump the ref count
3789 * before sending to hold a reference for retry if you are careful.)
3790 *
3791 * When calling this method, interrupts MUST be enabled. This is because
3792 * the BH enable code must have IRQs enabled so that it will not deadlock.
3793 * --BLG
3794 */
eadec877 3795static int __dev_queue_xmit(struct sk_buff *skb, struct net_device *sb_dev)
1da177e4
LT
3796{
3797 struct net_device *dev = skb->dev;
dc2b4847 3798 struct netdev_queue *txq;
1da177e4
LT
3799 struct Qdisc *q;
3800 int rc = -ENOMEM;
f53c7239 3801 bool again = false;
1da177e4 3802
6d1ccff6
ED
3803 skb_reset_mac_header(skb);
3804
e7fd2885
WB
3805 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_SCHED_TSTAMP))
3806 __skb_tstamp_tx(skb, NULL, skb->sk, SCM_TSTAMP_SCHED);
3807
4ec93edb
YH
3808 /* Disable soft irqs for various locks below. Also
3809 * stops preemption for RCU.
1da177e4 3810 */
4ec93edb 3811 rcu_read_lock_bh();
1da177e4 3812
5bc1421e
NH
3813 skb_update_prio(skb);
3814
1f211a1b
DB
3815 qdisc_pkt_len_init(skb);
3816#ifdef CONFIG_NET_CLS_ACT
8dc07fdb 3817 skb->tc_at_ingress = 0;
1f211a1b 3818# ifdef CONFIG_NET_EGRESS
aabf6772 3819 if (static_branch_unlikely(&egress_needed_key)) {
1f211a1b
DB
3820 skb = sch_handle_egress(skb, &rc, dev);
3821 if (!skb)
3822 goto out;
3823 }
3824# endif
3825#endif
02875878
ED
3826 /* If device/qdisc don't need skb->dst, release it right now while
3827 * its hot in this cpu cache.
3828 */
3829 if (dev->priv_flags & IFF_XMIT_DST_RELEASE)
3830 skb_dst_drop(skb);
3831 else
3832 skb_dst_force(skb);
3833
4bd97d51 3834 txq = netdev_core_pick_tx(dev, skb, sb_dev);
a898def2 3835 q = rcu_dereference_bh(txq->qdisc);
37437bb2 3836
cf66ba58 3837 trace_net_dev_queue(skb);
1da177e4 3838 if (q->enqueue) {
bbd8a0d3 3839 rc = __dev_xmit_skb(skb, q, dev, txq);
37437bb2 3840 goto out;
1da177e4
LT
3841 }
3842
3843 /* The device has no queue. Common case for software devices:
eb13da1a 3844 * loopback, all the sorts of tunnels...
1da177e4 3845
eb13da1a 3846 * Really, it is unlikely that netif_tx_lock protection is necessary
3847 * here. (f.e. loopback and IP tunnels are clean ignoring statistics
3848 * counters.)
3849 * However, it is possible, that they rely on protection
3850 * made by us here.
1da177e4 3851
eb13da1a 3852 * Check this and shot the lock. It is not prone from deadlocks.
3853 *Either shot noqueue qdisc, it is even simpler 8)
1da177e4
LT
3854 */
3855 if (dev->flags & IFF_UP) {
3856 int cpu = smp_processor_id(); /* ok because BHs are off */
3857
c773e847 3858 if (txq->xmit_lock_owner != cpu) {
a70b506e
DB
3859 if (unlikely(__this_cpu_read(xmit_recursion) >
3860 XMIT_RECURSION_LIMIT))
745e20f1
ED
3861 goto recursion_alert;
3862
f53c7239 3863 skb = validate_xmit_skb(skb, dev, &again);
1f59533f 3864 if (!skb)
d21fd63e 3865 goto out;
1f59533f 3866
c773e847 3867 HARD_TX_LOCK(dev, txq, cpu);
1da177e4 3868
73466498 3869 if (!netif_xmit_stopped(txq)) {
745e20f1 3870 __this_cpu_inc(xmit_recursion);
ce93718f 3871 skb = dev_hard_start_xmit(skb, dev, txq, &rc);
745e20f1 3872 __this_cpu_dec(xmit_recursion);
572a9d7b 3873 if (dev_xmit_complete(rc)) {
c773e847 3874 HARD_TX_UNLOCK(dev, txq);
1da177e4
LT
3875 goto out;
3876 }
3877 }
c773e847 3878 HARD_TX_UNLOCK(dev, txq);
e87cc472
JP
3879 net_crit_ratelimited("Virtual device %s asks to queue packet!\n",
3880 dev->name);
1da177e4
LT
3881 } else {
3882 /* Recursion is detected! It is possible,
745e20f1
ED
3883 * unfortunately
3884 */
3885recursion_alert:
e87cc472
JP
3886 net_crit_ratelimited("Dead loop on virtual device %s, fix it urgently!\n",
3887 dev->name);
1da177e4
LT
3888 }
3889 }
3890
3891 rc = -ENETDOWN;
d4828d85 3892 rcu_read_unlock_bh();
1da177e4 3893
015f0688 3894 atomic_long_inc(&dev->tx_dropped);
1f59533f 3895 kfree_skb_list(skb);
1da177e4
LT
3896 return rc;
3897out:
d4828d85 3898 rcu_read_unlock_bh();
1da177e4
LT
3899 return rc;
3900}
f663dd9a 3901
2b4aa3ce 3902int dev_queue_xmit(struct sk_buff *skb)
f663dd9a
JW
3903{
3904 return __dev_queue_xmit(skb, NULL);
3905}
2b4aa3ce 3906EXPORT_SYMBOL(dev_queue_xmit);
1da177e4 3907
eadec877 3908int dev_queue_xmit_accel(struct sk_buff *skb, struct net_device *sb_dev)
f663dd9a 3909{
eadec877 3910 return __dev_queue_xmit(skb, sb_dev);
f663dd9a
JW
3911}
3912EXPORT_SYMBOL(dev_queue_xmit_accel);
3913
865b03f2
MK
3914int dev_direct_xmit(struct sk_buff *skb, u16 queue_id)
3915{
3916 struct net_device *dev = skb->dev;
3917 struct sk_buff *orig_skb = skb;
3918 struct netdev_queue *txq;
3919 int ret = NETDEV_TX_BUSY;
3920 bool again = false;
3921
3922 if (unlikely(!netif_running(dev) ||
3923 !netif_carrier_ok(dev)))
3924 goto drop;
3925
3926 skb = validate_xmit_skb_list(skb, dev, &again);
3927 if (skb != orig_skb)
3928 goto drop;
3929
3930 skb_set_queue_mapping(skb, queue_id);
3931 txq = skb_get_tx_queue(dev, skb);
3932
3933 local_bh_disable();
3934
3935 HARD_TX_LOCK(dev, txq, smp_processor_id());
3936 if (!netif_xmit_frozen_or_drv_stopped(txq))
3937 ret = netdev_start_xmit(skb, dev, txq, false);
3938 HARD_TX_UNLOCK(dev, txq);
3939
3940 local_bh_enable();
3941
3942 if (!dev_xmit_complete(ret))
3943 kfree_skb(skb);
3944
3945 return ret;
3946drop:
3947 atomic_long_inc(&dev->tx_dropped);
3948 kfree_skb_list(skb);
3949 return NET_XMIT_DROP;
3950}
3951EXPORT_SYMBOL(dev_direct_xmit);
1da177e4 3952
eb13da1a 3953/*************************************************************************
3954 * Receiver routines
3955 *************************************************************************/
1da177e4 3956
6b2bedc3 3957int netdev_max_backlog __read_mostly = 1000;
c9e6bc64
ED
3958EXPORT_SYMBOL(netdev_max_backlog);
3959
3b098e2d 3960int netdev_tstamp_prequeue __read_mostly = 1;
6b2bedc3 3961int netdev_budget __read_mostly = 300;
7acf8a1e 3962unsigned int __read_mostly netdev_budget_usecs = 2000;
3d48b53f
MT
3963int weight_p __read_mostly = 64; /* old backlog weight */
3964int dev_weight_rx_bias __read_mostly = 1; /* bias for backlog weight */
3965int dev_weight_tx_bias __read_mostly = 1; /* bias for output_queue quota */
3966int dev_rx_weight __read_mostly = 64;
3967int dev_tx_weight __read_mostly = 64;
1da177e4 3968
eecfd7c4
ED
3969/* Called with irq disabled */
3970static inline void ____napi_schedule(struct softnet_data *sd,
3971 struct napi_struct *napi)
3972{
3973 list_add_tail(&napi->poll_list, &sd->poll_list);
3974 __raise_softirq_irqoff(NET_RX_SOFTIRQ);
3975}
3976
bfb564e7
KK
3977#ifdef CONFIG_RPS
3978
3979/* One global table that all flow-based protocols share. */
6e3f7faf 3980struct rps_sock_flow_table __rcu *rps_sock_flow_table __read_mostly;
bfb564e7 3981EXPORT_SYMBOL(rps_sock_flow_table);
567e4b79
ED
3982u32 rps_cpu_mask __read_mostly;
3983EXPORT_SYMBOL(rps_cpu_mask);
bfb564e7 3984
c5905afb 3985struct static_key rps_needed __read_mostly;
3df97ba8 3986EXPORT_SYMBOL(rps_needed);
13bfff25
ED
3987struct static_key rfs_needed __read_mostly;
3988EXPORT_SYMBOL(rfs_needed);
adc9300e 3989
c445477d
BH
3990static struct rps_dev_flow *
3991set_rps_cpu(struct net_device *dev, struct sk_buff *skb,
3992 struct rps_dev_flow *rflow, u16 next_cpu)
3993{
a31196b0 3994 if (next_cpu < nr_cpu_ids) {
c445477d
BH
3995#ifdef CONFIG_RFS_ACCEL
3996 struct netdev_rx_queue *rxqueue;
3997 struct rps_dev_flow_table *flow_table;
3998 struct rps_dev_flow *old_rflow;
3999 u32 flow_id;
4000 u16 rxq_index;
4001 int rc;
4002
4003 /* Should we steer this flow to a different hardware queue? */
69a19ee6
BH
4004 if (!skb_rx_queue_recorded(skb) || !dev->rx_cpu_rmap ||
4005 !(dev->features & NETIF_F_NTUPLE))
c445477d
BH
4006 goto out;
4007 rxq_index = cpu_rmap_lookup_index(dev->rx_cpu_rmap, next_cpu);
4008 if (rxq_index == skb_get_rx_queue(skb))
4009 goto out;
4010
4011 rxqueue = dev->_rx + rxq_index;
4012 flow_table = rcu_dereference(rxqueue->rps_flow_table);
4013 if (!flow_table)
4014 goto out;
61b905da 4015 flow_id = skb_get_hash(skb) & flow_table->mask;
c445477d
BH
4016 rc = dev->netdev_ops->ndo_rx_flow_steer(dev, skb,
4017 rxq_index, flow_id);
4018 if (rc < 0)
4019 goto out;
4020 old_rflow = rflow;
4021 rflow = &flow_table->flows[flow_id];
c445477d
BH
4022 rflow->filter = rc;
4023 if (old_rflow->filter == rflow->filter)
4024 old_rflow->filter = RPS_NO_FILTER;
4025 out:
4026#endif
4027 rflow->last_qtail =
09994d1b 4028 per_cpu(softnet_data, next_cpu).input_queue_head;
c445477d
BH
4029 }
4030
09994d1b 4031 rflow->cpu = next_cpu;
c445477d
BH
4032 return rflow;
4033}
4034
bfb564e7
KK
4035/*
4036 * get_rps_cpu is called from netif_receive_skb and returns the target
4037 * CPU from the RPS map of the receiving queue for a given skb.
4038 * rcu_read_lock must be held on entry.
4039 */
4040static int get_rps_cpu(struct net_device *dev, struct sk_buff *skb,
4041 struct rps_dev_flow **rflowp)
4042{
567e4b79
ED
4043 const struct rps_sock_flow_table *sock_flow_table;
4044 struct netdev_rx_queue *rxqueue = dev->_rx;
bfb564e7 4045 struct rps_dev_flow_table *flow_table;
567e4b79 4046 struct rps_map *map;
bfb564e7 4047 int cpu = -1;
567e4b79 4048 u32 tcpu;
61b905da 4049 u32 hash;
bfb564e7
KK
4050
4051 if (skb_rx_queue_recorded(skb)) {
4052 u16 index = skb_get_rx_queue(skb);
567e4b79 4053
62fe0b40
BH
4054 if (unlikely(index >= dev->real_num_rx_queues)) {
4055 WARN_ONCE(dev->real_num_rx_queues > 1,
4056 "%s received packet on queue %u, but number "
4057 "of RX queues is %u\n",
4058 dev->name, index, dev->real_num_rx_queues);
bfb564e7
KK
4059 goto done;
4060 }
567e4b79
ED
4061 rxqueue += index;
4062 }
bfb564e7 4063
567e4b79
ED
4064 /* Avoid computing hash if RFS/RPS is not active for this rxqueue */
4065
4066 flow_table = rcu_dereference(rxqueue->rps_flow_table);
6e3f7faf 4067 map = rcu_dereference(rxqueue->rps_map);
567e4b79 4068 if (!flow_table && !map)
bfb564e7
KK
4069 goto done;
4070
2d47b459 4071 skb_reset_network_header(skb);
61b905da
TH
4072 hash = skb_get_hash(skb);
4073 if (!hash)
bfb564e7
KK
4074 goto done;
4075
fec5e652
TH
4076 sock_flow_table = rcu_dereference(rps_sock_flow_table);
4077 if (flow_table && sock_flow_table) {
fec5e652 4078 struct rps_dev_flow *rflow;
567e4b79
ED
4079 u32 next_cpu;
4080 u32 ident;
4081
4082 /* First check into global flow table if there is a match */
4083 ident = sock_flow_table->ents[hash & sock_flow_table->mask];
4084 if ((ident ^ hash) & ~rps_cpu_mask)
4085 goto try_rps;
fec5e652 4086
567e4b79
ED
4087 next_cpu = ident & rps_cpu_mask;
4088
4089 /* OK, now we know there is a match,
4090 * we can look at the local (per receive queue) flow table
4091 */
61b905da 4092 rflow = &flow_table->flows[hash & flow_table->mask];
fec5e652
TH
4093 tcpu = rflow->cpu;
4094
fec5e652
TH
4095 /*
4096 * If the desired CPU (where last recvmsg was done) is
4097 * different from current CPU (one in the rx-queue flow
4098 * table entry), switch if one of the following holds:
a31196b0 4099 * - Current CPU is unset (>= nr_cpu_ids).
fec5e652
TH
4100 * - Current CPU is offline.
4101 * - The current CPU's queue tail has advanced beyond the
4102 * last packet that was enqueued using this table entry.
4103 * This guarantees that all previous packets for the flow
4104 * have been dequeued, thus preserving in order delivery.
4105 */
4106 if (unlikely(tcpu != next_cpu) &&
a31196b0 4107 (tcpu >= nr_cpu_ids || !cpu_online(tcpu) ||
fec5e652 4108 ((int)(per_cpu(softnet_data, tcpu).input_queue_head -
baefa31d
TH
4109 rflow->last_qtail)) >= 0)) {
4110 tcpu = next_cpu;
c445477d 4111 rflow = set_rps_cpu(dev, skb, rflow, next_cpu);
baefa31d 4112 }
c445477d 4113
a31196b0 4114 if (tcpu < nr_cpu_ids && cpu_online(tcpu)) {
fec5e652
TH
4115 *rflowp = rflow;
4116 cpu = tcpu;
4117 goto done;
4118 }
4119 }
4120
567e4b79
ED
4121try_rps:
4122
0a9627f2 4123 if (map) {
8fc54f68 4124 tcpu = map->cpus[reciprocal_scale(hash, map->len)];
0a9627f2
TH
4125 if (cpu_online(tcpu)) {
4126 cpu = tcpu;
4127 goto done;
4128 }
4129 }
4130
4131done:
0a9627f2
TH
4132 return cpu;
4133}
4134
c445477d
BH
4135#ifdef CONFIG_RFS_ACCEL
4136
4137/**
4138 * rps_may_expire_flow - check whether an RFS hardware filter may be removed
4139 * @dev: Device on which the filter was set
4140 * @rxq_index: RX queue index
4141 * @flow_id: Flow ID passed to ndo_rx_flow_steer()
4142 * @filter_id: Filter ID returned by ndo_rx_flow_steer()
4143 *
4144 * Drivers that implement ndo_rx_flow_steer() should periodically call
4145 * this function for each installed filter and remove the filters for
4146 * which it returns %true.
4147 */
4148bool rps_may_expire_flow(struct net_device *dev, u16 rxq_index,
4149 u32 flow_id, u16 filter_id)
4150{
4151 struct netdev_rx_queue *rxqueue = dev->_rx + rxq_index;
4152 struct rps_dev_flow_table *flow_table;
4153 struct rps_dev_flow *rflow;
4154 bool expire = true;
a31196b0 4155 unsigned int cpu;
c445477d
BH
4156
4157 rcu_read_lock();
4158 flow_table = rcu_dereference(rxqueue->rps_flow_table);
4159 if (flow_table && flow_id <= flow_table->mask) {
4160 rflow = &flow_table->flows[flow_id];
6aa7de05 4161 cpu = READ_ONCE(rflow->cpu);
a31196b0 4162 if (rflow->filter == filter_id && cpu < nr_cpu_ids &&
c445477d
BH
4163 ((int)(per_cpu(softnet_data, cpu).input_queue_head -
4164 rflow->last_qtail) <
4165 (int)(10 * flow_table->mask)))
4166 expire = false;
4167 }
4168 rcu_read_unlock();
4169 return expire;
4170}
4171EXPORT_SYMBOL(rps_may_expire_flow);
4172
4173#endif /* CONFIG_RFS_ACCEL */
4174
0a9627f2 4175/* Called from hardirq (IPI) context */
e36fa2f7 4176static void rps_trigger_softirq(void *data)
0a9627f2 4177{
e36fa2f7
ED
4178 struct softnet_data *sd = data;
4179
eecfd7c4 4180 ____napi_schedule(sd, &sd->backlog);
dee42870 4181 sd->received_rps++;
0a9627f2 4182}
e36fa2f7 4183
fec5e652 4184#endif /* CONFIG_RPS */
0a9627f2 4185
e36fa2f7
ED
4186/*
4187 * Check if this softnet_data structure is another cpu one
4188 * If yes, queue it to our IPI list and return 1
4189 * If no, return 0
4190 */
4191static int rps_ipi_queued(struct softnet_data *sd)
4192{
4193#ifdef CONFIG_RPS
903ceff7 4194 struct softnet_data *mysd = this_cpu_ptr(&softnet_data);
e36fa2f7
ED
4195
4196 if (sd != mysd) {
4197 sd->rps_ipi_next = mysd->rps_ipi_list;
4198 mysd->rps_ipi_list = sd;
4199
4200 __raise_softirq_irqoff(NET_RX_SOFTIRQ);
4201 return 1;
4202 }
4203#endif /* CONFIG_RPS */
4204 return 0;
4205}
4206
99bbc707
WB
4207#ifdef CONFIG_NET_FLOW_LIMIT
4208int netdev_flow_limit_table_len __read_mostly = (1 << 12);
4209#endif
4210
4211static bool skb_flow_limit(struct sk_buff *skb, unsigned int qlen)
4212{
4213#ifdef CONFIG_NET_FLOW_LIMIT
4214 struct sd_flow_limit *fl;
4215 struct softnet_data *sd;
4216 unsigned int old_flow, new_flow;
4217
4218 if (qlen < (netdev_max_backlog >> 1))
4219 return false;
4220
903ceff7 4221 sd = this_cpu_ptr(&softnet_data);
99bbc707
WB
4222
4223 rcu_read_lock();
4224 fl = rcu_dereference(sd->flow_limit);
4225 if (fl) {
3958afa1 4226 new_flow = skb_get_hash(skb) & (fl->num_buckets - 1);
99bbc707
WB
4227 old_flow = fl->history[fl->history_head];
4228 fl->history[fl->history_head] = new_flow;
4229
4230 fl->history_head++;
4231 fl->history_head &= FLOW_LIMIT_HISTORY - 1;
4232
4233 if (likely(fl->buckets[old_flow]))
4234 fl->buckets[old_flow]--;
4235
4236 if (++fl->buckets[new_flow] > (FLOW_LIMIT_HISTORY >> 1)) {
4237 fl->count++;
4238 rcu_read_unlock();
4239 return true;
4240 }
4241 }
4242 rcu_read_unlock();
4243#endif
4244 return false;
4245}
4246
0a9627f2
TH
4247/*
4248 * enqueue_to_backlog is called to queue an skb to a per CPU backlog
4249 * queue (may be a remote CPU queue).
4250 */
fec5e652
TH
4251static int enqueue_to_backlog(struct sk_buff *skb, int cpu,
4252 unsigned int *qtail)
0a9627f2 4253{
e36fa2f7 4254 struct softnet_data *sd;
0a9627f2 4255 unsigned long flags;
99bbc707 4256 unsigned int qlen;
0a9627f2 4257
e36fa2f7 4258 sd = &per_cpu(softnet_data, cpu);
0a9627f2
TH
4259
4260 local_irq_save(flags);
0a9627f2 4261
e36fa2f7 4262 rps_lock(sd);
e9e4dd32
JA
4263 if (!netif_running(skb->dev))
4264 goto drop;
99bbc707
WB
4265 qlen = skb_queue_len(&sd->input_pkt_queue);
4266 if (qlen <= netdev_max_backlog && !skb_flow_limit(skb, qlen)) {
e008f3f0 4267 if (qlen) {
0a9627f2 4268enqueue:
e36fa2f7 4269 __skb_queue_tail(&sd->input_pkt_queue, skb);
76cc8b13 4270 input_queue_tail_incr_save(sd, qtail);
e36fa2f7 4271 rps_unlock(sd);
152102c7 4272 local_irq_restore(flags);
0a9627f2
TH
4273 return NET_RX_SUCCESS;
4274 }
4275
ebda37c2
ED
4276 /* Schedule NAPI for backlog device
4277 * We can use non atomic operation since we own the queue lock
4278 */
4279 if (!__test_and_set_bit(NAPI_STATE_SCHED, &sd->backlog.state)) {
e36fa2f7 4280 if (!rps_ipi_queued(sd))
eecfd7c4 4281 ____napi_schedule(sd, &sd->backlog);
0a9627f2
TH
4282 }
4283 goto enqueue;
4284 }
4285
e9e4dd32 4286drop:
dee42870 4287 sd->dropped++;
e36fa2f7 4288 rps_unlock(sd);
0a9627f2 4289
0a9627f2
TH
4290 local_irq_restore(flags);
4291
caf586e5 4292 atomic_long_inc(&skb->dev->rx_dropped);
0a9627f2
TH
4293 kfree_skb(skb);
4294 return NET_RX_DROP;
4295}
1da177e4 4296
e817f856
JDB
4297static struct netdev_rx_queue *netif_get_rxqueue(struct sk_buff *skb)
4298{
4299 struct net_device *dev = skb->dev;
4300 struct netdev_rx_queue *rxqueue;
4301
4302 rxqueue = dev->_rx;
4303
4304 if (skb_rx_queue_recorded(skb)) {
4305 u16 index = skb_get_rx_queue(skb);
4306
4307 if (unlikely(index >= dev->real_num_rx_queues)) {
4308 WARN_ONCE(dev->real_num_rx_queues > 1,
4309 "%s received packet on queue %u, but number "
4310 "of RX queues is %u\n",
4311 dev->name, index, dev->real_num_rx_queues);
4312
4313 return rxqueue; /* Return first rxqueue */
4314 }
4315 rxqueue += index;
4316 }
4317 return rxqueue;
4318}
4319
d4455169 4320static u32 netif_receive_generic_xdp(struct sk_buff *skb,
02671e23 4321 struct xdp_buff *xdp,
d4455169
JF
4322 struct bpf_prog *xdp_prog)
4323{
e817f856 4324 struct netdev_rx_queue *rxqueue;
198d83bb 4325 void *orig_data, *orig_data_end;
de8f3a83 4326 u32 metalen, act = XDP_DROP;
29724956
JDB
4327 __be16 orig_eth_type;
4328 struct ethhdr *eth;
4329 bool orig_bcast;
d4455169
JF
4330 int hlen, off;
4331 u32 mac_len;
4332
4333 /* Reinjected packets coming from act_mirred or similar should
4334 * not get XDP generic processing.
4335 */
cd11b164 4336 if (skb_cloned(skb) || skb_is_tc_redirected(skb))
d4455169
JF
4337 return XDP_PASS;
4338
de8f3a83
DB
4339 /* XDP packets must be linear and must have sufficient headroom
4340 * of XDP_PACKET_HEADROOM bytes. This is the guarantee that also
4341 * native XDP provides, thus we need to do it here as well.
4342 */
4343 if (skb_is_nonlinear(skb) ||
4344 skb_headroom(skb) < XDP_PACKET_HEADROOM) {
4345 int hroom = XDP_PACKET_HEADROOM - skb_headroom(skb);
4346 int troom = skb->tail + skb->data_len - skb->end;
4347
4348 /* In case we have to go down the path and also linearize,
4349 * then lets do the pskb_expand_head() work just once here.
4350 */
4351 if (pskb_expand_head(skb,
4352 hroom > 0 ? ALIGN(hroom, NET_SKB_PAD) : 0,
4353 troom > 0 ? troom + 128 : 0, GFP_ATOMIC))
4354 goto do_drop;
2d17d8d7 4355 if (skb_linearize(skb))
de8f3a83
DB
4356 goto do_drop;
4357 }
d4455169
JF
4358
4359 /* The XDP program wants to see the packet starting at the MAC
4360 * header.
4361 */
4362 mac_len = skb->data - skb_mac_header(skb);
4363 hlen = skb_headlen(skb) + mac_len;
02671e23
BT
4364 xdp->data = skb->data - mac_len;
4365 xdp->data_meta = xdp->data;
4366 xdp->data_end = xdp->data + hlen;
4367 xdp->data_hard_start = skb->data - skb_headroom(skb);
4368 orig_data_end = xdp->data_end;
4369 orig_data = xdp->data;
29724956
JDB
4370 eth = (struct ethhdr *)xdp->data;
4371 orig_bcast = is_multicast_ether_addr_64bits(eth->h_dest);
4372 orig_eth_type = eth->h_proto;
d4455169 4373
e817f856 4374 rxqueue = netif_get_rxqueue(skb);
02671e23 4375 xdp->rxq = &rxqueue->xdp_rxq;
e817f856 4376
02671e23 4377 act = bpf_prog_run_xdp(xdp_prog, xdp);
d4455169 4378
02671e23 4379 off = xdp->data - orig_data;
d4455169
JF
4380 if (off > 0)
4381 __skb_pull(skb, off);
4382 else if (off < 0)
4383 __skb_push(skb, -off);
92dd5452 4384 skb->mac_header += off;
d4455169 4385
198d83bb
NS
4386 /* check if bpf_xdp_adjust_tail was used. it can only "shrink"
4387 * pckt.
4388 */
02671e23 4389 off = orig_data_end - xdp->data_end;
f7613120 4390 if (off != 0) {
02671e23 4391 skb_set_tail_pointer(skb, xdp->data_end - xdp->data);
f7613120 4392 skb->len -= off;
02671e23 4393
f7613120 4394 }
198d83bb 4395
29724956
JDB
4396 /* check if XDP changed eth hdr such SKB needs update */
4397 eth = (struct ethhdr *)xdp->data;
4398 if ((orig_eth_type != eth->h_proto) ||
4399 (orig_bcast != is_multicast_ether_addr_64bits(eth->h_dest))) {
4400 __skb_push(skb, ETH_HLEN);
4401 skb->protocol = eth_type_trans(skb, skb->dev);
4402 }
4403
d4455169 4404 switch (act) {
6103aa96 4405 case XDP_REDIRECT:
d4455169
JF
4406 case XDP_TX:
4407 __skb_push(skb, mac_len);
de8f3a83 4408 break;
d4455169 4409 case XDP_PASS:
02671e23 4410 metalen = xdp->data - xdp->data_meta;
de8f3a83
DB
4411 if (metalen)
4412 skb_metadata_set(skb, metalen);
d4455169 4413 break;
d4455169
JF
4414 default:
4415 bpf_warn_invalid_xdp_action(act);
4416 /* fall through */
4417 case XDP_ABORTED:
4418 trace_xdp_exception(skb->dev, xdp_prog, act);
4419 /* fall through */
4420 case XDP_DROP:
4421 do_drop:
4422 kfree_skb(skb);
4423 break;
4424 }
4425
4426 return act;
4427}
4428
4429/* When doing generic XDP we have to bypass the qdisc layer and the
4430 * network taps in order to match in-driver-XDP behavior.
4431 */
7c497478 4432void generic_xdp_tx(struct sk_buff *skb, struct bpf_prog *xdp_prog)
d4455169
JF
4433{
4434 struct net_device *dev = skb->dev;
4435 struct netdev_queue *txq;
4436 bool free_skb = true;
4437 int cpu, rc;
4438
4bd97d51 4439 txq = netdev_core_pick_tx(dev, skb, NULL);
d4455169
JF
4440 cpu = smp_processor_id();
4441 HARD_TX_LOCK(dev, txq, cpu);
4442 if (!netif_xmit_stopped(txq)) {
4443 rc = netdev_start_xmit(skb, dev, txq, 0);
4444 if (dev_xmit_complete(rc))
4445 free_skb = false;
4446 }
4447 HARD_TX_UNLOCK(dev, txq);
4448 if (free_skb) {
4449 trace_xdp_exception(dev, xdp_prog, XDP_TX);
4450 kfree_skb(skb);
4451 }
4452}
7c497478 4453EXPORT_SYMBOL_GPL(generic_xdp_tx);
d4455169 4454
02786475 4455static DEFINE_STATIC_KEY_FALSE(generic_xdp_needed_key);
d4455169 4456
7c497478 4457int do_xdp_generic(struct bpf_prog *xdp_prog, struct sk_buff *skb)
d4455169 4458{
d4455169 4459 if (xdp_prog) {
02671e23
BT
4460 struct xdp_buff xdp;
4461 u32 act;
6103aa96 4462 int err;
d4455169 4463
02671e23 4464 act = netif_receive_generic_xdp(skb, &xdp, xdp_prog);
d4455169 4465 if (act != XDP_PASS) {
6103aa96
JF
4466 switch (act) {
4467 case XDP_REDIRECT:
2facaad6 4468 err = xdp_do_generic_redirect(skb->dev, skb,
02671e23 4469 &xdp, xdp_prog);
6103aa96
JF
4470 if (err)
4471 goto out_redir;
02671e23 4472 break;
6103aa96 4473 case XDP_TX:
d4455169 4474 generic_xdp_tx(skb, xdp_prog);
6103aa96
JF
4475 break;
4476 }
d4455169
JF
4477 return XDP_DROP;
4478 }
4479 }
4480 return XDP_PASS;
6103aa96 4481out_redir:
6103aa96
JF
4482 kfree_skb(skb);
4483 return XDP_DROP;
d4455169 4484}
7c497478 4485EXPORT_SYMBOL_GPL(do_xdp_generic);
d4455169 4486
ae78dbfa 4487static int netif_rx_internal(struct sk_buff *skb)
1da177e4 4488{
b0e28f1e 4489 int ret;
1da177e4 4490
588f0330 4491 net_timestamp_check(netdev_tstamp_prequeue, skb);
1da177e4 4492
cf66ba58 4493 trace_netif_rx(skb);
d4455169 4494
02786475 4495 if (static_branch_unlikely(&generic_xdp_needed_key)) {
bbbe211c
JF
4496 int ret;
4497
4498 preempt_disable();
4499 rcu_read_lock();
4500 ret = do_xdp_generic(rcu_dereference(skb->dev->xdp_prog), skb);
4501 rcu_read_unlock();
4502 preempt_enable();
d4455169 4503
6103aa96
JF
4504 /* Consider XDP consuming the packet a success from
4505 * the netdev point of view we do not want to count
4506 * this as an error.
4507 */
d4455169 4508 if (ret != XDP_PASS)
6103aa96 4509 return NET_RX_SUCCESS;
d4455169
JF
4510 }
4511
df334545 4512#ifdef CONFIG_RPS
c5905afb 4513 if (static_key_false(&rps_needed)) {
fec5e652 4514 struct rps_dev_flow voidflow, *rflow = &voidflow;
b0e28f1e
ED
4515 int cpu;
4516
cece1945 4517 preempt_disable();
b0e28f1e 4518 rcu_read_lock();
fec5e652
TH
4519
4520 cpu = get_rps_cpu(skb->dev, skb, &rflow);
b0e28f1e
ED
4521 if (cpu < 0)
4522 cpu = smp_processor_id();
fec5e652
TH
4523
4524 ret = enqueue_to_backlog(skb, cpu, &rflow->last_qtail);
4525
b0e28f1e 4526 rcu_read_unlock();
cece1945 4527 preempt_enable();
adc9300e
ED
4528 } else
4529#endif
fec5e652
TH
4530 {
4531 unsigned int qtail;
f4563a75 4532
fec5e652
TH
4533 ret = enqueue_to_backlog(skb, get_cpu(), &qtail);
4534 put_cpu();
4535 }
b0e28f1e 4536 return ret;
1da177e4 4537}
ae78dbfa
BH
4538
4539/**
4540 * netif_rx - post buffer to the network code
4541 * @skb: buffer to post
4542 *
4543 * This function receives a packet from a device driver and queues it for
4544 * the upper (protocol) levels to process. It always succeeds. The buffer
4545 * may be dropped during processing for congestion control or by the
4546 * protocol layers.
4547 *
4548 * return values:
4549 * NET_RX_SUCCESS (no congestion)
4550 * NET_RX_DROP (packet was dropped)
4551 *
4552 */
4553
4554int netif_rx(struct sk_buff *skb)
4555{
b0e3f1bd
GB
4556 int ret;
4557
ae78dbfa
BH
4558 trace_netif_rx_entry(skb);
4559
b0e3f1bd
GB
4560 ret = netif_rx_internal(skb);
4561 trace_netif_rx_exit(ret);
4562
4563 return ret;
ae78dbfa 4564}
d1b19dff 4565EXPORT_SYMBOL(netif_rx);
1da177e4
LT
4566
4567int netif_rx_ni(struct sk_buff *skb)
4568{
4569 int err;
4570
ae78dbfa
BH
4571 trace_netif_rx_ni_entry(skb);
4572
1da177e4 4573 preempt_disable();
ae78dbfa 4574 err = netif_rx_internal(skb);
1da177e4
LT
4575 if (local_softirq_pending())
4576 do_softirq();
4577 preempt_enable();
b0e3f1bd 4578 trace_netif_rx_ni_exit(err);
1da177e4
LT
4579
4580 return err;
4581}
1da177e4
LT
4582EXPORT_SYMBOL(netif_rx_ni);
4583
0766f788 4584static __latent_entropy void net_tx_action(struct softirq_action *h)
1da177e4 4585{
903ceff7 4586 struct softnet_data *sd = this_cpu_ptr(&softnet_data);
1da177e4
LT
4587
4588 if (sd->completion_queue) {
4589 struct sk_buff *clist;
4590
4591 local_irq_disable();
4592 clist = sd->completion_queue;
4593 sd->completion_queue = NULL;
4594 local_irq_enable();
4595
4596 while (clist) {
4597 struct sk_buff *skb = clist;
f4563a75 4598
1da177e4
LT
4599 clist = clist->next;
4600
63354797 4601 WARN_ON(refcount_read(&skb->users));
e6247027
ED
4602 if (likely(get_kfree_skb_cb(skb)->reason == SKB_REASON_CONSUMED))
4603 trace_consume_skb(skb);
4604 else
4605 trace_kfree_skb(skb, net_tx_action);
15fad714
JDB
4606
4607 if (skb->fclone != SKB_FCLONE_UNAVAILABLE)
4608 __kfree_skb(skb);
4609 else
4610 __kfree_skb_defer(skb);
1da177e4 4611 }
15fad714
JDB
4612
4613 __kfree_skb_flush();
1da177e4
LT
4614 }
4615
4616 if (sd->output_queue) {
37437bb2 4617 struct Qdisc *head;
1da177e4
LT
4618
4619 local_irq_disable();
4620 head = sd->output_queue;
4621 sd->output_queue = NULL;
a9cbd588 4622 sd->output_queue_tailp = &sd->output_queue;
1da177e4
LT
4623 local_irq_enable();
4624
4625 while (head) {
37437bb2 4626 struct Qdisc *q = head;
6b3ba914 4627 spinlock_t *root_lock = NULL;
37437bb2 4628
1da177e4
LT
4629 head = head->next_sched;
4630
6b3ba914
JF
4631 if (!(q->flags & TCQ_F_NOLOCK)) {
4632 root_lock = qdisc_lock(q);
4633 spin_lock(root_lock);
4634 }
3bcb846c
ED
4635 /* We need to make sure head->next_sched is read
4636 * before clearing __QDISC_STATE_SCHED
4637 */
4638 smp_mb__before_atomic();
4639 clear_bit(__QDISC_STATE_SCHED, &q->state);
4640 qdisc_run(q);
6b3ba914
JF
4641 if (root_lock)
4642 spin_unlock(root_lock);
1da177e4
LT
4643 }
4644 }
f53c7239
SK
4645
4646 xfrm_dev_backlog(sd);
1da177e4
LT
4647}
4648
181402a5 4649#if IS_ENABLED(CONFIG_BRIDGE) && IS_ENABLED(CONFIG_ATM_LANE)
da678292
MM
4650/* This hook is defined here for ATM LANE */
4651int (*br_fdb_test_addr_hook)(struct net_device *dev,
4652 unsigned char *addr) __read_mostly;
4fb019a0 4653EXPORT_SYMBOL_GPL(br_fdb_test_addr_hook);
da678292 4654#endif
1da177e4 4655
1f211a1b
DB
4656static inline struct sk_buff *
4657sch_handle_ingress(struct sk_buff *skb, struct packet_type **pt_prev, int *ret,
4658 struct net_device *orig_dev)
f697c3e8 4659{
e7582bab 4660#ifdef CONFIG_NET_CLS_ACT
46209401 4661 struct mini_Qdisc *miniq = rcu_dereference_bh(skb->dev->miniq_ingress);
d2788d34 4662 struct tcf_result cl_res;
24824a09 4663
c9e99fd0
DB
4664 /* If there's at least one ingress present somewhere (so
4665 * we get here via enabled static key), remaining devices
4666 * that are not configured with an ingress qdisc will bail
d2788d34 4667 * out here.
c9e99fd0 4668 */
46209401 4669 if (!miniq)
4577139b 4670 return skb;
46209401 4671
f697c3e8
HX
4672 if (*pt_prev) {
4673 *ret = deliver_skb(skb, *pt_prev, orig_dev);
4674 *pt_prev = NULL;
1da177e4
LT
4675 }
4676
3365495c 4677 qdisc_skb_cb(skb)->pkt_len = skb->len;
8dc07fdb 4678 skb->tc_at_ingress = 1;
46209401 4679 mini_qdisc_bstats_cpu_update(miniq, skb);
c9e99fd0 4680
46209401 4681 switch (tcf_classify(skb, miniq->filter_list, &cl_res, false)) {
d2788d34
DB
4682 case TC_ACT_OK:
4683 case TC_ACT_RECLASSIFY:
4684 skb->tc_index = TC_H_MIN(cl_res.classid);
4685 break;
4686 case TC_ACT_SHOT:
46209401 4687 mini_qdisc_qstats_cpu_drop(miniq);
8a3a4c6e
ED
4688 kfree_skb(skb);
4689 return NULL;
d2788d34
DB
4690 case TC_ACT_STOLEN:
4691 case TC_ACT_QUEUED:
e25ea21f 4692 case TC_ACT_TRAP:
8a3a4c6e 4693 consume_skb(skb);
d2788d34 4694 return NULL;
27b29f63
AS
4695 case TC_ACT_REDIRECT:
4696 /* skb_mac_header check was done by cls/act_bpf, so
4697 * we can safely push the L2 header back before
4698 * redirecting to another netdev
4699 */
4700 __skb_push(skb, skb->mac_len);
4701 skb_do_redirect(skb);
4702 return NULL;
cd11b164
PA
4703 case TC_ACT_REINSERT:
4704 /* this does not scrub the packet, and updates stats on error */
4705 skb_tc_reinsert(skb, &cl_res);
4706 return NULL;
d2788d34
DB
4707 default:
4708 break;
f697c3e8 4709 }
e7582bab 4710#endif /* CONFIG_NET_CLS_ACT */
e687ad60
PN
4711 return skb;
4712}
1da177e4 4713
24b27fc4
MB
4714/**
4715 * netdev_is_rx_handler_busy - check if receive handler is registered
4716 * @dev: device to check
4717 *
4718 * Check if a receive handler is already registered for a given device.
4719 * Return true if there one.
4720 *
4721 * The caller must hold the rtnl_mutex.
4722 */
4723bool netdev_is_rx_handler_busy(struct net_device *dev)
4724{
4725 ASSERT_RTNL();
4726 return dev && rtnl_dereference(dev->rx_handler);
4727}
4728EXPORT_SYMBOL_GPL(netdev_is_rx_handler_busy);
4729
ab95bfe0
JP
4730/**
4731 * netdev_rx_handler_register - register receive handler
4732 * @dev: device to register a handler for
4733 * @rx_handler: receive handler to register
93e2c32b 4734 * @rx_handler_data: data pointer that is used by rx handler
ab95bfe0 4735 *
e227867f 4736 * Register a receive handler for a device. This handler will then be
ab95bfe0
JP
4737 * called from __netif_receive_skb. A negative errno code is returned
4738 * on a failure.
4739 *
4740 * The caller must hold the rtnl_mutex.
8a4eb573
JP
4741 *
4742 * For a general description of rx_handler, see enum rx_handler_result.
ab95bfe0
JP
4743 */
4744int netdev_rx_handler_register(struct net_device *dev,
93e2c32b
JP
4745 rx_handler_func_t *rx_handler,
4746 void *rx_handler_data)
ab95bfe0 4747{
1b7cd004 4748 if (netdev_is_rx_handler_busy(dev))
ab95bfe0
JP
4749 return -EBUSY;
4750
f5426250
PA
4751 if (dev->priv_flags & IFF_NO_RX_HANDLER)
4752 return -EINVAL;
4753
00cfec37 4754 /* Note: rx_handler_data must be set before rx_handler */
93e2c32b 4755 rcu_assign_pointer(dev->rx_handler_data, rx_handler_data);
ab95bfe0
JP
4756 rcu_assign_pointer(dev->rx_handler, rx_handler);
4757
4758 return 0;
4759}
4760EXPORT_SYMBOL_GPL(netdev_rx_handler_register);
4761
4762/**
4763 * netdev_rx_handler_unregister - unregister receive handler
4764 * @dev: device to unregister a handler from
4765 *
166ec369 4766 * Unregister a receive handler from a device.
ab95bfe0
JP
4767 *
4768 * The caller must hold the rtnl_mutex.
4769 */
4770void netdev_rx_handler_unregister(struct net_device *dev)
4771{
4772
4773 ASSERT_RTNL();
a9b3cd7f 4774 RCU_INIT_POINTER(dev->rx_handler, NULL);
00cfec37
ED
4775 /* a reader seeing a non NULL rx_handler in a rcu_read_lock()
4776 * section has a guarantee to see a non NULL rx_handler_data
4777 * as well.
4778 */
4779 synchronize_net();
a9b3cd7f 4780 RCU_INIT_POINTER(dev->rx_handler_data, NULL);
ab95bfe0
JP
4781}
4782EXPORT_SYMBOL_GPL(netdev_rx_handler_unregister);
4783
b4b9e355
MG
4784/*
4785 * Limit the use of PFMEMALLOC reserves to those protocols that implement
4786 * the special handling of PFMEMALLOC skbs.
4787 */
4788static bool skb_pfmemalloc_protocol(struct sk_buff *skb)
4789{
4790 switch (skb->protocol) {
2b8837ae
JP
4791 case htons(ETH_P_ARP):
4792 case htons(ETH_P_IP):
4793 case htons(ETH_P_IPV6):
4794 case htons(ETH_P_8021Q):
4795 case htons(ETH_P_8021AD):
b4b9e355
MG
4796 return true;
4797 default:
4798 return false;
4799 }
4800}
4801
e687ad60
PN
4802static inline int nf_ingress(struct sk_buff *skb, struct packet_type **pt_prev,
4803 int *ret, struct net_device *orig_dev)
4804{
e7582bab 4805#ifdef CONFIG_NETFILTER_INGRESS
e687ad60 4806 if (nf_hook_ingress_active(skb)) {
2c1e2703
AC
4807 int ingress_retval;
4808
e687ad60
PN
4809 if (*pt_prev) {
4810 *ret = deliver_skb(skb, *pt_prev, orig_dev);
4811 *pt_prev = NULL;
4812 }
4813
2c1e2703
AC
4814 rcu_read_lock();
4815 ingress_retval = nf_hook_ingress(skb);
4816 rcu_read_unlock();
4817 return ingress_retval;
e687ad60 4818 }
e7582bab 4819#endif /* CONFIG_NETFILTER_INGRESS */
e687ad60
PN
4820 return 0;
4821}
e687ad60 4822
88eb1944
EC
4823static int __netif_receive_skb_core(struct sk_buff *skb, bool pfmemalloc,
4824 struct packet_type **ppt_prev)
1da177e4
LT
4825{
4826 struct packet_type *ptype, *pt_prev;
ab95bfe0 4827 rx_handler_func_t *rx_handler;
f2ccd8fa 4828 struct net_device *orig_dev;
8a4eb573 4829 bool deliver_exact = false;
1da177e4 4830 int ret = NET_RX_DROP;
252e3346 4831 __be16 type;
1da177e4 4832
588f0330 4833 net_timestamp_check(!netdev_tstamp_prequeue, skb);
81bbb3d4 4834
cf66ba58 4835 trace_netif_receive_skb(skb);
9b22ea56 4836
cc9bd5ce 4837 orig_dev = skb->dev;
8f903c70 4838
c1d2bbe1 4839 skb_reset_network_header(skb);
fda55eca
ED
4840 if (!skb_transport_header_was_set(skb))
4841 skb_reset_transport_header(skb);
0b5c9db1 4842 skb_reset_mac_len(skb);
1da177e4
LT
4843
4844 pt_prev = NULL;
4845
63d8ea7f 4846another_round:
b6858177 4847 skb->skb_iif = skb->dev->ifindex;
63d8ea7f
DM
4848
4849 __this_cpu_inc(softnet_data.processed);
4850
8ad227ff
PM
4851 if (skb->protocol == cpu_to_be16(ETH_P_8021Q) ||
4852 skb->protocol == cpu_to_be16(ETH_P_8021AD)) {
0d5501c1 4853 skb = skb_vlan_untag(skb);
bcc6d479 4854 if (unlikely(!skb))
2c17d27c 4855 goto out;
bcc6d479
JP
4856 }
4857
e7246e12
WB
4858 if (skb_skip_tc_classify(skb))
4859 goto skip_classify;
1da177e4 4860
9754e293 4861 if (pfmemalloc)
b4b9e355
MG
4862 goto skip_taps;
4863
1da177e4 4864 list_for_each_entry_rcu(ptype, &ptype_all, list) {
7866a621
SN
4865 if (pt_prev)
4866 ret = deliver_skb(skb, pt_prev, orig_dev);
4867 pt_prev = ptype;
4868 }
4869
4870 list_for_each_entry_rcu(ptype, &skb->dev->ptype_all, list) {
4871 if (pt_prev)
4872 ret = deliver_skb(skb, pt_prev, orig_dev);
4873 pt_prev = ptype;
1da177e4
LT
4874 }
4875
b4b9e355 4876skip_taps:
1cf51900 4877#ifdef CONFIG_NET_INGRESS
aabf6772 4878 if (static_branch_unlikely(&ingress_needed_key)) {
1f211a1b 4879 skb = sch_handle_ingress(skb, &pt_prev, &ret, orig_dev);
4577139b 4880 if (!skb)
2c17d27c 4881 goto out;
e687ad60
PN
4882
4883 if (nf_ingress(skb, &pt_prev, &ret, orig_dev) < 0)
2c17d27c 4884 goto out;
4577139b 4885 }
1cf51900 4886#endif
a5135bcf 4887 skb_reset_tc(skb);
e7246e12 4888skip_classify:
9754e293 4889 if (pfmemalloc && !skb_pfmemalloc_protocol(skb))
b4b9e355
MG
4890 goto drop;
4891
df8a39de 4892 if (skb_vlan_tag_present(skb)) {
2425717b
JF
4893 if (pt_prev) {
4894 ret = deliver_skb(skb, pt_prev, orig_dev);
4895 pt_prev = NULL;
4896 }
48cc32d3 4897 if (vlan_do_receive(&skb))
2425717b
JF
4898 goto another_round;
4899 else if (unlikely(!skb))
2c17d27c 4900 goto out;
2425717b
JF
4901 }
4902
48cc32d3 4903 rx_handler = rcu_dereference(skb->dev->rx_handler);
ab95bfe0
JP
4904 if (rx_handler) {
4905 if (pt_prev) {
4906 ret = deliver_skb(skb, pt_prev, orig_dev);
4907 pt_prev = NULL;
4908 }
8a4eb573
JP
4909 switch (rx_handler(&skb)) {
4910 case RX_HANDLER_CONSUMED:
3bc1b1ad 4911 ret = NET_RX_SUCCESS;
2c17d27c 4912 goto out;
8a4eb573 4913 case RX_HANDLER_ANOTHER:
63d8ea7f 4914 goto another_round;
8a4eb573
JP
4915 case RX_HANDLER_EXACT:
4916 deliver_exact = true;
4917 case RX_HANDLER_PASS:
4918 break;
4919 default:
4920 BUG();
4921 }
ab95bfe0 4922 }
1da177e4 4923
df8a39de
JP
4924 if (unlikely(skb_vlan_tag_present(skb))) {
4925 if (skb_vlan_tag_get_id(skb))
d4b812de
ED
4926 skb->pkt_type = PACKET_OTHERHOST;
4927 /* Note: we might in the future use prio bits
4928 * and set skb->priority like in vlan_do_receive()
4929 * For the time being, just ignore Priority Code Point
4930 */
b1817524 4931 __vlan_hwaccel_clear_tag(skb);
d4b812de 4932 }
48cc32d3 4933
7866a621
SN
4934 type = skb->protocol;
4935
63d8ea7f 4936 /* deliver only exact match when indicated */
7866a621
SN
4937 if (likely(!deliver_exact)) {
4938 deliver_ptype_list_skb(skb, &pt_prev, orig_dev, type,
4939 &ptype_base[ntohs(type) &
4940 PTYPE_HASH_MASK]);
4941 }
1f3c8804 4942
7866a621
SN
4943 deliver_ptype_list_skb(skb, &pt_prev, orig_dev, type,
4944 &orig_dev->ptype_specific);
4945
4946 if (unlikely(skb->dev != orig_dev)) {
4947 deliver_ptype_list_skb(skb, &pt_prev, orig_dev, type,
4948 &skb->dev->ptype_specific);
1da177e4
LT
4949 }
4950
4951 if (pt_prev) {
1f8b977a 4952 if (unlikely(skb_orphan_frags_rx(skb, GFP_ATOMIC)))
0e698bf6 4953 goto drop;
88eb1944 4954 *ppt_prev = pt_prev;
1da177e4 4955 } else {
b4b9e355 4956drop:
6e7333d3
JW
4957 if (!deliver_exact)
4958 atomic_long_inc(&skb->dev->rx_dropped);
4959 else
4960 atomic_long_inc(&skb->dev->rx_nohandler);
1da177e4
LT
4961 kfree_skb(skb);
4962 /* Jamal, now you will not able to escape explaining
4963 * me how you were going to use this. :-)
4964 */
4965 ret = NET_RX_DROP;
4966 }
4967
2c17d27c 4968out:
9754e293
DM
4969 return ret;
4970}
4971
88eb1944
EC
4972static int __netif_receive_skb_one_core(struct sk_buff *skb, bool pfmemalloc)
4973{
4974 struct net_device *orig_dev = skb->dev;
4975 struct packet_type *pt_prev = NULL;
4976 int ret;
4977
4978 ret = __netif_receive_skb_core(skb, pfmemalloc, &pt_prev);
4979 if (pt_prev)
4980 ret = pt_prev->func(skb, skb->dev, pt_prev, orig_dev);
4981 return ret;
4982}
4983
1c601d82
JDB
4984/**
4985 * netif_receive_skb_core - special purpose version of netif_receive_skb
4986 * @skb: buffer to process
4987 *
4988 * More direct receive version of netif_receive_skb(). It should
4989 * only be used by callers that have a need to skip RPS and Generic XDP.
4990 * Caller must also take care of handling if (page_is_)pfmemalloc.
4991 *
4992 * This function may only be called from softirq context and interrupts
4993 * should be enabled.
4994 *
4995 * Return values (usually ignored):
4996 * NET_RX_SUCCESS: no congestion
4997 * NET_RX_DROP: packet was dropped
4998 */
4999int netif_receive_skb_core(struct sk_buff *skb)
5000{
5001 int ret;
5002
5003 rcu_read_lock();
88eb1944 5004 ret = __netif_receive_skb_one_core(skb, false);
1c601d82
JDB
5005 rcu_read_unlock();
5006
5007 return ret;
5008}
5009EXPORT_SYMBOL(netif_receive_skb_core);
5010
88eb1944
EC
5011static inline void __netif_receive_skb_list_ptype(struct list_head *head,
5012 struct packet_type *pt_prev,
5013 struct net_device *orig_dev)
4ce0017a
EC
5014{
5015 struct sk_buff *skb, *next;
5016
88eb1944
EC
5017 if (!pt_prev)
5018 return;
5019 if (list_empty(head))
5020 return;
17266ee9
EC
5021 if (pt_prev->list_func != NULL)
5022 pt_prev->list_func(head, pt_prev, orig_dev);
5023 else
5024 list_for_each_entry_safe(skb, next, head, list)
5025 pt_prev->func(skb, skb->dev, pt_prev, orig_dev);
88eb1944
EC
5026}
5027
5028static void __netif_receive_skb_list_core(struct list_head *head, bool pfmemalloc)
5029{
5030 /* Fast-path assumptions:
5031 * - There is no RX handler.
5032 * - Only one packet_type matches.
5033 * If either of these fails, we will end up doing some per-packet
5034 * processing in-line, then handling the 'last ptype' for the whole
5035 * sublist. This can't cause out-of-order delivery to any single ptype,
5036 * because the 'last ptype' must be constant across the sublist, and all
5037 * other ptypes are handled per-packet.
5038 */
5039 /* Current (common) ptype of sublist */
5040 struct packet_type *pt_curr = NULL;
5041 /* Current (common) orig_dev of sublist */
5042 struct net_device *od_curr = NULL;
5043 struct list_head sublist;
5044 struct sk_buff *skb, *next;
5045
9af86f93 5046 INIT_LIST_HEAD(&sublist);
88eb1944
EC
5047 list_for_each_entry_safe(skb, next, head, list) {
5048 struct net_device *orig_dev = skb->dev;
5049 struct packet_type *pt_prev = NULL;
5050
22f6bbb7 5051 skb_list_del_init(skb);
88eb1944 5052 __netif_receive_skb_core(skb, pfmemalloc, &pt_prev);
9af86f93
EC
5053 if (!pt_prev)
5054 continue;
88eb1944
EC
5055 if (pt_curr != pt_prev || od_curr != orig_dev) {
5056 /* dispatch old sublist */
88eb1944
EC
5057 __netif_receive_skb_list_ptype(&sublist, pt_curr, od_curr);
5058 /* start new sublist */
9af86f93 5059 INIT_LIST_HEAD(&sublist);
88eb1944
EC
5060 pt_curr = pt_prev;
5061 od_curr = orig_dev;
5062 }
9af86f93 5063 list_add_tail(&skb->list, &sublist);
88eb1944
EC
5064 }
5065
5066 /* dispatch final sublist */
9af86f93 5067 __netif_receive_skb_list_ptype(&sublist, pt_curr, od_curr);
4ce0017a
EC
5068}
5069
9754e293
DM
5070static int __netif_receive_skb(struct sk_buff *skb)
5071{
5072 int ret;
5073
5074 if (sk_memalloc_socks() && skb_pfmemalloc(skb)) {
f1083048 5075 unsigned int noreclaim_flag;
9754e293
DM
5076
5077 /*
5078 * PFMEMALLOC skbs are special, they should
5079 * - be delivered to SOCK_MEMALLOC sockets only
5080 * - stay away from userspace
5081 * - have bounded memory usage
5082 *
5083 * Use PF_MEMALLOC as this saves us from propagating the allocation
5084 * context down to all allocation sites.
5085 */
f1083048 5086 noreclaim_flag = memalloc_noreclaim_save();
88eb1944 5087 ret = __netif_receive_skb_one_core(skb, true);
f1083048 5088 memalloc_noreclaim_restore(noreclaim_flag);
9754e293 5089 } else
88eb1944 5090 ret = __netif_receive_skb_one_core(skb, false);
9754e293 5091
1da177e4
LT
5092 return ret;
5093}
0a9627f2 5094
4ce0017a
EC
5095static void __netif_receive_skb_list(struct list_head *head)
5096{
5097 unsigned long noreclaim_flag = 0;
5098 struct sk_buff *skb, *next;
5099 bool pfmemalloc = false; /* Is current sublist PF_MEMALLOC? */
5100
5101 list_for_each_entry_safe(skb, next, head, list) {
5102 if ((sk_memalloc_socks() && skb_pfmemalloc(skb)) != pfmemalloc) {
5103 struct list_head sublist;
5104
5105 /* Handle the previous sublist */
5106 list_cut_before(&sublist, head, &skb->list);
b9f463d6
EC
5107 if (!list_empty(&sublist))
5108 __netif_receive_skb_list_core(&sublist, pfmemalloc);
4ce0017a
EC
5109 pfmemalloc = !pfmemalloc;
5110 /* See comments in __netif_receive_skb */
5111 if (pfmemalloc)
5112 noreclaim_flag = memalloc_noreclaim_save();
5113 else
5114 memalloc_noreclaim_restore(noreclaim_flag);
5115 }
5116 }
5117 /* Handle the remaining sublist */
b9f463d6
EC
5118 if (!list_empty(head))
5119 __netif_receive_skb_list_core(head, pfmemalloc);
4ce0017a
EC
5120 /* Restore pflags */
5121 if (pfmemalloc)
5122 memalloc_noreclaim_restore(noreclaim_flag);
5123}
5124
f4e63525 5125static int generic_xdp_install(struct net_device *dev, struct netdev_bpf *xdp)
b5cdae32 5126{
58038695 5127 struct bpf_prog *old = rtnl_dereference(dev->xdp_prog);
b5cdae32
DM
5128 struct bpf_prog *new = xdp->prog;
5129 int ret = 0;
5130
5131 switch (xdp->command) {
58038695 5132 case XDP_SETUP_PROG:
b5cdae32
DM
5133 rcu_assign_pointer(dev->xdp_prog, new);
5134 if (old)
5135 bpf_prog_put(old);
5136
5137 if (old && !new) {
02786475 5138 static_branch_dec(&generic_xdp_needed_key);
b5cdae32 5139 } else if (new && !old) {
02786475 5140 static_branch_inc(&generic_xdp_needed_key);
b5cdae32 5141 dev_disable_lro(dev);
56f5aa77 5142 dev_disable_gro_hw(dev);
b5cdae32
DM
5143 }
5144 break;
b5cdae32
DM
5145
5146 case XDP_QUERY_PROG:
58038695 5147 xdp->prog_id = old ? old->aux->id : 0;
b5cdae32
DM
5148 break;
5149
5150 default:
5151 ret = -EINVAL;
5152 break;
5153 }
5154
5155 return ret;
5156}
5157
ae78dbfa 5158static int netif_receive_skb_internal(struct sk_buff *skb)
0a9627f2 5159{
2c17d27c
JA
5160 int ret;
5161
588f0330 5162 net_timestamp_check(netdev_tstamp_prequeue, skb);
3b098e2d 5163
c1f19b51
RC
5164 if (skb_defer_rx_timestamp(skb))
5165 return NET_RX_SUCCESS;
5166
02786475 5167 if (static_branch_unlikely(&generic_xdp_needed_key)) {
bbbe211c 5168 int ret;
b5cdae32 5169
bbbe211c
JF
5170 preempt_disable();
5171 rcu_read_lock();
5172 ret = do_xdp_generic(rcu_dereference(skb->dev->xdp_prog), skb);
5173 rcu_read_unlock();
5174 preempt_enable();
5175
5176 if (ret != XDP_PASS)
d4455169 5177 return NET_RX_DROP;
b5cdae32
DM
5178 }
5179
bbbe211c 5180 rcu_read_lock();
df334545 5181#ifdef CONFIG_RPS
c5905afb 5182 if (static_key_false(&rps_needed)) {
3b098e2d 5183 struct rps_dev_flow voidflow, *rflow = &voidflow;
2c17d27c 5184 int cpu = get_rps_cpu(skb->dev, skb, &rflow);
0a9627f2 5185
3b098e2d
ED
5186 if (cpu >= 0) {
5187 ret = enqueue_to_backlog(skb, cpu, &rflow->last_qtail);
5188 rcu_read_unlock();
adc9300e 5189 return ret;
3b098e2d 5190 }
fec5e652 5191 }
1e94d72f 5192#endif
2c17d27c
JA
5193 ret = __netif_receive_skb(skb);
5194 rcu_read_unlock();
5195 return ret;
0a9627f2 5196}
ae78dbfa 5197
7da517a3
EC
5198static void netif_receive_skb_list_internal(struct list_head *head)
5199{
5200 struct bpf_prog *xdp_prog = NULL;
5201 struct sk_buff *skb, *next;
8c057efa 5202 struct list_head sublist;
7da517a3 5203
8c057efa 5204 INIT_LIST_HEAD(&sublist);
7da517a3
EC
5205 list_for_each_entry_safe(skb, next, head, list) {
5206 net_timestamp_check(netdev_tstamp_prequeue, skb);
22f6bbb7 5207 skb_list_del_init(skb);
8c057efa
EC
5208 if (!skb_defer_rx_timestamp(skb))
5209 list_add_tail(&skb->list, &sublist);
7da517a3 5210 }
8c057efa 5211 list_splice_init(&sublist, head);
7da517a3
EC
5212
5213 if (static_branch_unlikely(&generic_xdp_needed_key)) {
5214 preempt_disable();
5215 rcu_read_lock();
5216 list_for_each_entry_safe(skb, next, head, list) {
5217 xdp_prog = rcu_dereference(skb->dev->xdp_prog);
22f6bbb7 5218 skb_list_del_init(skb);
8c057efa
EC
5219 if (do_xdp_generic(xdp_prog, skb) == XDP_PASS)
5220 list_add_tail(&skb->list, &sublist);
7da517a3
EC
5221 }
5222 rcu_read_unlock();
5223 preempt_enable();
8c057efa
EC
5224 /* Put passed packets back on main list */
5225 list_splice_init(&sublist, head);
7da517a3
EC
5226 }
5227
5228 rcu_read_lock();
5229#ifdef CONFIG_RPS
5230 if (static_key_false(&rps_needed)) {
5231 list_for_each_entry_safe(skb, next, head, list) {
5232 struct rps_dev_flow voidflow, *rflow = &voidflow;
5233 int cpu = get_rps_cpu(skb->dev, skb, &rflow);
5234
5235 if (cpu >= 0) {
8c057efa 5236 /* Will be handled, remove from list */
22f6bbb7 5237 skb_list_del_init(skb);
8c057efa 5238 enqueue_to_backlog(skb, cpu, &rflow->last_qtail);
7da517a3
EC
5239 }
5240 }
5241 }
5242#endif
5243 __netif_receive_skb_list(head);
5244 rcu_read_unlock();
5245}
5246
ae78dbfa
BH
5247/**
5248 * netif_receive_skb - process receive buffer from network
5249 * @skb: buffer to process
5250 *
5251 * netif_receive_skb() is the main receive data processing function.
5252 * It always succeeds. The buffer may be dropped during processing
5253 * for congestion control or by the protocol layers.
5254 *
5255 * This function may only be called from softirq context and interrupts
5256 * should be enabled.
5257 *
5258 * Return values (usually ignored):
5259 * NET_RX_SUCCESS: no congestion
5260 * NET_RX_DROP: packet was dropped
5261 */
04eb4489 5262int netif_receive_skb(struct sk_buff *skb)
ae78dbfa 5263{
b0e3f1bd
GB
5264 int ret;
5265
ae78dbfa
BH
5266 trace_netif_receive_skb_entry(skb);
5267
b0e3f1bd
GB
5268 ret = netif_receive_skb_internal(skb);
5269 trace_netif_receive_skb_exit(ret);
5270
5271 return ret;
ae78dbfa 5272}
04eb4489 5273EXPORT_SYMBOL(netif_receive_skb);
1da177e4 5274
f6ad8c1b
EC
5275/**
5276 * netif_receive_skb_list - process many receive buffers from network
5277 * @head: list of skbs to process.
5278 *
7da517a3
EC
5279 * Since return value of netif_receive_skb() is normally ignored, and
5280 * wouldn't be meaningful for a list, this function returns void.
f6ad8c1b
EC
5281 *
5282 * This function may only be called from softirq context and interrupts
5283 * should be enabled.
5284 */
5285void netif_receive_skb_list(struct list_head *head)
5286{
7da517a3 5287 struct sk_buff *skb;
f6ad8c1b 5288
b9f463d6
EC
5289 if (list_empty(head))
5290 return;
b0e3f1bd
GB
5291 if (trace_netif_receive_skb_list_entry_enabled()) {
5292 list_for_each_entry(skb, head, list)
5293 trace_netif_receive_skb_list_entry(skb);
5294 }
7da517a3 5295 netif_receive_skb_list_internal(head);
b0e3f1bd 5296 trace_netif_receive_skb_list_exit(0);
f6ad8c1b
EC
5297}
5298EXPORT_SYMBOL(netif_receive_skb_list);
5299
41852497 5300DEFINE_PER_CPU(struct work_struct, flush_works);
145dd5f9
PA
5301
5302/* Network device is going away, flush any packets still pending */
5303static void flush_backlog(struct work_struct *work)
6e583ce5 5304{
6e583ce5 5305 struct sk_buff *skb, *tmp;
145dd5f9
PA
5306 struct softnet_data *sd;
5307
5308 local_bh_disable();
5309 sd = this_cpu_ptr(&softnet_data);
6e583ce5 5310
145dd5f9 5311 local_irq_disable();
e36fa2f7 5312 rps_lock(sd);
6e7676c1 5313 skb_queue_walk_safe(&sd->input_pkt_queue, skb, tmp) {
41852497 5314 if (skb->dev->reg_state == NETREG_UNREGISTERING) {
e36fa2f7 5315 __skb_unlink(skb, &sd->input_pkt_queue);
6e583ce5 5316 kfree_skb(skb);
76cc8b13 5317 input_queue_head_incr(sd);
6e583ce5 5318 }
6e7676c1 5319 }
e36fa2f7 5320 rps_unlock(sd);
145dd5f9 5321 local_irq_enable();
6e7676c1
CG
5322
5323 skb_queue_walk_safe(&sd->process_queue, skb, tmp) {
41852497 5324 if (skb->dev->reg_state == NETREG_UNREGISTERING) {
6e7676c1
CG
5325 __skb_unlink(skb, &sd->process_queue);
5326 kfree_skb(skb);
76cc8b13 5327 input_queue_head_incr(sd);
6e7676c1
CG
5328 }
5329 }
145dd5f9
PA
5330 local_bh_enable();
5331}
5332
41852497 5333static void flush_all_backlogs(void)
145dd5f9
PA
5334{
5335 unsigned int cpu;
5336
5337 get_online_cpus();
5338
41852497
ED
5339 for_each_online_cpu(cpu)
5340 queue_work_on(cpu, system_highpri_wq,
5341 per_cpu_ptr(&flush_works, cpu));
145dd5f9
PA
5342
5343 for_each_online_cpu(cpu)
41852497 5344 flush_work(per_cpu_ptr(&flush_works, cpu));
145dd5f9
PA
5345
5346 put_online_cpus();
6e583ce5
SH
5347}
5348
aaa5d90b
PA
5349INDIRECT_CALLABLE_DECLARE(int inet_gro_complete(struct sk_buff *, int));
5350INDIRECT_CALLABLE_DECLARE(int ipv6_gro_complete(struct sk_buff *, int));
d565b0a1
HX
5351static int napi_gro_complete(struct sk_buff *skb)
5352{
22061d80 5353 struct packet_offload *ptype;
d565b0a1 5354 __be16 type = skb->protocol;
22061d80 5355 struct list_head *head = &offload_base;
d565b0a1
HX
5356 int err = -ENOENT;
5357
c3c7c254
ED
5358 BUILD_BUG_ON(sizeof(struct napi_gro_cb) > sizeof(skb->cb));
5359
fc59f9a3
HX
5360 if (NAPI_GRO_CB(skb)->count == 1) {
5361 skb_shinfo(skb)->gso_size = 0;
d565b0a1 5362 goto out;
fc59f9a3 5363 }
d565b0a1
HX
5364
5365 rcu_read_lock();
5366 list_for_each_entry_rcu(ptype, head, list) {
f191a1d1 5367 if (ptype->type != type || !ptype->callbacks.gro_complete)
d565b0a1
HX
5368 continue;
5369
aaa5d90b
PA
5370 err = INDIRECT_CALL_INET(ptype->callbacks.gro_complete,
5371 ipv6_gro_complete, inet_gro_complete,
5372 skb, 0);
d565b0a1
HX
5373 break;
5374 }
5375 rcu_read_unlock();
5376
5377 if (err) {
5378 WARN_ON(&ptype->list == head);
5379 kfree_skb(skb);
5380 return NET_RX_SUCCESS;
5381 }
5382
5383out:
ae78dbfa 5384 return netif_receive_skb_internal(skb);
d565b0a1
HX
5385}
5386
6312fe77 5387static void __napi_gro_flush_chain(struct napi_struct *napi, u32 index,
07d78363 5388 bool flush_old)
d565b0a1 5389{
6312fe77 5390 struct list_head *head = &napi->gro_hash[index].list;
d4546c25 5391 struct sk_buff *skb, *p;
2e71a6f8 5392
07d78363 5393 list_for_each_entry_safe_reverse(skb, p, head, list) {
2e71a6f8
ED
5394 if (flush_old && NAPI_GRO_CB(skb)->age == jiffies)
5395 return;
992cba7e 5396 skb_list_del_init(skb);
d565b0a1 5397 napi_gro_complete(skb);
6312fe77 5398 napi->gro_hash[index].count--;
d565b0a1 5399 }
d9f37d01
LR
5400
5401 if (!napi->gro_hash[index].count)
5402 __clear_bit(index, &napi->gro_bitmask);
d565b0a1 5403}
07d78363 5404
6312fe77 5405/* napi->gro_hash[].list contains packets ordered by age.
07d78363
DM
5406 * youngest packets at the head of it.
5407 * Complete skbs in reverse order to reduce latencies.
5408 */
5409void napi_gro_flush(struct napi_struct *napi, bool flush_old)
5410{
42519ede
ED
5411 unsigned long bitmask = napi->gro_bitmask;
5412 unsigned int i, base = ~0U;
07d78363 5413
42519ede
ED
5414 while ((i = ffs(bitmask)) != 0) {
5415 bitmask >>= i;
5416 base += i;
5417 __napi_gro_flush_chain(napi, base, flush_old);
d9f37d01 5418 }
07d78363 5419}
86cac58b 5420EXPORT_SYMBOL(napi_gro_flush);
d565b0a1 5421
07d78363
DM
5422static struct list_head *gro_list_prepare(struct napi_struct *napi,
5423 struct sk_buff *skb)
89c5fa33 5424{
89c5fa33 5425 unsigned int maclen = skb->dev->hard_header_len;
0b4cec8c 5426 u32 hash = skb_get_hash_raw(skb);
07d78363 5427 struct list_head *head;
d4546c25 5428 struct sk_buff *p;
89c5fa33 5429
6312fe77 5430 head = &napi->gro_hash[hash & (GRO_HASH_BUCKETS - 1)].list;
07d78363 5431 list_for_each_entry(p, head, list) {
89c5fa33
ED
5432 unsigned long diffs;
5433
0b4cec8c
TH
5434 NAPI_GRO_CB(p)->flush = 0;
5435
5436 if (hash != skb_get_hash_raw(p)) {
5437 NAPI_GRO_CB(p)->same_flow = 0;
5438 continue;
5439 }
5440
89c5fa33 5441 diffs = (unsigned long)p->dev ^ (unsigned long)skb->dev;
b1817524
MM
5442 diffs |= skb_vlan_tag_present(p) ^ skb_vlan_tag_present(skb);
5443 if (skb_vlan_tag_present(p))
5444 diffs |= p->vlan_tci ^ skb->vlan_tci;
ce87fc6c 5445 diffs |= skb_metadata_dst_cmp(p, skb);
de8f3a83 5446 diffs |= skb_metadata_differs(p, skb);
89c5fa33
ED
5447 if (maclen == ETH_HLEN)
5448 diffs |= compare_ether_header(skb_mac_header(p),
a50e233c 5449 skb_mac_header(skb));
89c5fa33
ED
5450 else if (!diffs)
5451 diffs = memcmp(skb_mac_header(p),
a50e233c 5452 skb_mac_header(skb),
89c5fa33
ED
5453 maclen);
5454 NAPI_GRO_CB(p)->same_flow = !diffs;
89c5fa33 5455 }
07d78363
DM
5456
5457 return head;
89c5fa33
ED
5458}
5459
299603e8
JC
5460static void skb_gro_reset_offset(struct sk_buff *skb)
5461{
5462 const struct skb_shared_info *pinfo = skb_shinfo(skb);
5463 const skb_frag_t *frag0 = &pinfo->frags[0];
5464
5465 NAPI_GRO_CB(skb)->data_offset = 0;
5466 NAPI_GRO_CB(skb)->frag0 = NULL;
5467 NAPI_GRO_CB(skb)->frag0_len = 0;
5468
5469 if (skb_mac_header(skb) == skb_tail_pointer(skb) &&
5470 pinfo->nr_frags &&
5471 !PageHighMem(skb_frag_page(frag0))) {
5472 NAPI_GRO_CB(skb)->frag0 = skb_frag_address(frag0);
7cfd5fd5
ED
5473 NAPI_GRO_CB(skb)->frag0_len = min_t(unsigned int,
5474 skb_frag_size(frag0),
5475 skb->end - skb->tail);
89c5fa33
ED
5476 }
5477}
5478
a50e233c
ED
5479static void gro_pull_from_frag0(struct sk_buff *skb, int grow)
5480{
5481 struct skb_shared_info *pinfo = skb_shinfo(skb);
5482
5483 BUG_ON(skb->end - skb->tail < grow);
5484
5485 memcpy(skb_tail_pointer(skb), NAPI_GRO_CB(skb)->frag0, grow);
5486
5487 skb->data_len -= grow;
5488 skb->tail += grow;
5489
5490 pinfo->frags[0].page_offset += grow;
5491 skb_frag_size_sub(&pinfo->frags[0], grow);
5492
5493 if (unlikely(!skb_frag_size(&pinfo->frags[0]))) {
5494 skb_frag_unref(skb, 0);
5495 memmove(pinfo->frags, pinfo->frags + 1,
5496 --pinfo->nr_frags * sizeof(pinfo->frags[0]));
5497 }
5498}
5499
6312fe77 5500static void gro_flush_oldest(struct list_head *head)
07d78363 5501{
6312fe77 5502 struct sk_buff *oldest;
07d78363 5503
6312fe77 5504 oldest = list_last_entry(head, struct sk_buff, list);
07d78363 5505
6312fe77 5506 /* We are called with head length >= MAX_GRO_SKBS, so this is
07d78363
DM
5507 * impossible.
5508 */
5509 if (WARN_ON_ONCE(!oldest))
5510 return;
5511
d9f37d01
LR
5512 /* Do not adjust napi->gro_hash[].count, caller is adding a new
5513 * SKB to the chain.
07d78363 5514 */
ece23711 5515 skb_list_del_init(oldest);
07d78363
DM
5516 napi_gro_complete(oldest);
5517}
5518
aaa5d90b
PA
5519INDIRECT_CALLABLE_DECLARE(struct sk_buff *inet_gro_receive(struct list_head *,
5520 struct sk_buff *));
5521INDIRECT_CALLABLE_DECLARE(struct sk_buff *ipv6_gro_receive(struct list_head *,
5522 struct sk_buff *));
bb728820 5523static enum gro_result dev_gro_receive(struct napi_struct *napi, struct sk_buff *skb)
d565b0a1 5524{
6312fe77 5525 u32 hash = skb_get_hash_raw(skb) & (GRO_HASH_BUCKETS - 1);
d4546c25 5526 struct list_head *head = &offload_base;
22061d80 5527 struct packet_offload *ptype;
d565b0a1 5528 __be16 type = skb->protocol;
07d78363 5529 struct list_head *gro_head;
d4546c25 5530 struct sk_buff *pp = NULL;
5b252f0c 5531 enum gro_result ret;
d4546c25 5532 int same_flow;
a50e233c 5533 int grow;
d565b0a1 5534
b5cdae32 5535 if (netif_elide_gro(skb->dev))
d565b0a1
HX
5536 goto normal;
5537
07d78363 5538 gro_head = gro_list_prepare(napi, skb);
89c5fa33 5539
d565b0a1
HX
5540 rcu_read_lock();
5541 list_for_each_entry_rcu(ptype, head, list) {
f191a1d1 5542 if (ptype->type != type || !ptype->callbacks.gro_receive)
d565b0a1
HX
5543 continue;
5544
86911732 5545 skb_set_network_header(skb, skb_gro_offset(skb));
efd9450e 5546 skb_reset_mac_len(skb);
d565b0a1 5547 NAPI_GRO_CB(skb)->same_flow = 0;
d61d072e 5548 NAPI_GRO_CB(skb)->flush = skb_is_gso(skb) || skb_has_frag_list(skb);
5d38a079 5549 NAPI_GRO_CB(skb)->free = 0;
fac8e0f5 5550 NAPI_GRO_CB(skb)->encap_mark = 0;
fcd91dd4 5551 NAPI_GRO_CB(skb)->recursion_counter = 0;
a0ca153f 5552 NAPI_GRO_CB(skb)->is_fou = 0;
1530545e 5553 NAPI_GRO_CB(skb)->is_atomic = 1;
15e2396d 5554 NAPI_GRO_CB(skb)->gro_remcsum_start = 0;
d565b0a1 5555
662880f4
TH
5556 /* Setup for GRO checksum validation */
5557 switch (skb->ip_summed) {
5558 case CHECKSUM_COMPLETE:
5559 NAPI_GRO_CB(skb)->csum = skb->csum;
5560 NAPI_GRO_CB(skb)->csum_valid = 1;
5561 NAPI_GRO_CB(skb)->csum_cnt = 0;
5562 break;
5563 case CHECKSUM_UNNECESSARY:
5564 NAPI_GRO_CB(skb)->csum_cnt = skb->csum_level + 1;
5565 NAPI_GRO_CB(skb)->csum_valid = 0;
5566 break;
5567 default:
5568 NAPI_GRO_CB(skb)->csum_cnt = 0;
5569 NAPI_GRO_CB(skb)->csum_valid = 0;
5570 }
d565b0a1 5571
aaa5d90b
PA
5572 pp = INDIRECT_CALL_INET(ptype->callbacks.gro_receive,
5573 ipv6_gro_receive, inet_gro_receive,
5574 gro_head, skb);
d565b0a1
HX
5575 break;
5576 }
5577 rcu_read_unlock();
5578
5579 if (&ptype->list == head)
5580 goto normal;
5581
25393d3f
SK
5582 if (IS_ERR(pp) && PTR_ERR(pp) == -EINPROGRESS) {
5583 ret = GRO_CONSUMED;
5584 goto ok;
5585 }
5586
0da2afd5 5587 same_flow = NAPI_GRO_CB(skb)->same_flow;
5d0d9be8 5588 ret = NAPI_GRO_CB(skb)->free ? GRO_MERGED_FREE : GRO_MERGED;
0da2afd5 5589
d565b0a1 5590 if (pp) {
992cba7e 5591 skb_list_del_init(pp);
d4546c25 5592 napi_gro_complete(pp);
6312fe77 5593 napi->gro_hash[hash].count--;
d565b0a1
HX
5594 }
5595
0da2afd5 5596 if (same_flow)
d565b0a1
HX
5597 goto ok;
5598
600adc18 5599 if (NAPI_GRO_CB(skb)->flush)
d565b0a1 5600 goto normal;
d565b0a1 5601
6312fe77
LR
5602 if (unlikely(napi->gro_hash[hash].count >= MAX_GRO_SKBS)) {
5603 gro_flush_oldest(gro_head);
600adc18 5604 } else {
6312fe77 5605 napi->gro_hash[hash].count++;
600adc18 5606 }
d565b0a1 5607 NAPI_GRO_CB(skb)->count = 1;
2e71a6f8 5608 NAPI_GRO_CB(skb)->age = jiffies;
29e98242 5609 NAPI_GRO_CB(skb)->last = skb;
86911732 5610 skb_shinfo(skb)->gso_size = skb_gro_len(skb);
07d78363 5611 list_add(&skb->list, gro_head);
5d0d9be8 5612 ret = GRO_HELD;
d565b0a1 5613
ad0f9904 5614pull:
a50e233c
ED
5615 grow = skb_gro_offset(skb) - skb_headlen(skb);
5616 if (grow > 0)
5617 gro_pull_from_frag0(skb, grow);
d565b0a1 5618ok:
d9f37d01
LR
5619 if (napi->gro_hash[hash].count) {
5620 if (!test_bit(hash, &napi->gro_bitmask))
5621 __set_bit(hash, &napi->gro_bitmask);
5622 } else if (test_bit(hash, &napi->gro_bitmask)) {
5623 __clear_bit(hash, &napi->gro_bitmask);
5624 }
5625
5d0d9be8 5626 return ret;
d565b0a1
HX
5627
5628normal:
ad0f9904
HX
5629 ret = GRO_NORMAL;
5630 goto pull;
5d38a079 5631}
96e93eab 5632
bf5a755f
JC
5633struct packet_offload *gro_find_receive_by_type(__be16 type)
5634{
5635 struct list_head *offload_head = &offload_base;
5636 struct packet_offload *ptype;
5637
5638 list_for_each_entry_rcu(ptype, offload_head, list) {
5639 if (ptype->type != type || !ptype->callbacks.gro_receive)
5640 continue;
5641 return ptype;
5642 }
5643 return NULL;
5644}
e27a2f83 5645EXPORT_SYMBOL(gro_find_receive_by_type);
bf5a755f
JC
5646
5647struct packet_offload *gro_find_complete_by_type(__be16 type)
5648{
5649 struct list_head *offload_head = &offload_base;
5650 struct packet_offload *ptype;
5651
5652 list_for_each_entry_rcu(ptype, offload_head, list) {
5653 if (ptype->type != type || !ptype->callbacks.gro_complete)
5654 continue;
5655 return ptype;
5656 }
5657 return NULL;
5658}
e27a2f83 5659EXPORT_SYMBOL(gro_find_complete_by_type);
5d38a079 5660
e44699d2
MK
5661static void napi_skb_free_stolen_head(struct sk_buff *skb)
5662{
5663 skb_dst_drop(skb);
5664 secpath_reset(skb);
5665 kmem_cache_free(skbuff_head_cache, skb);
5666}
5667
bb728820 5668static gro_result_t napi_skb_finish(gro_result_t ret, struct sk_buff *skb)
5d38a079 5669{
5d0d9be8
HX
5670 switch (ret) {
5671 case GRO_NORMAL:
ae78dbfa 5672 if (netif_receive_skb_internal(skb))
c7c4b3b6
BH
5673 ret = GRO_DROP;
5674 break;
5d38a079 5675
5d0d9be8 5676 case GRO_DROP:
5d38a079
HX
5677 kfree_skb(skb);
5678 break;
5b252f0c 5679
daa86548 5680 case GRO_MERGED_FREE:
e44699d2
MK
5681 if (NAPI_GRO_CB(skb)->free == NAPI_GRO_FREE_STOLEN_HEAD)
5682 napi_skb_free_stolen_head(skb);
5683 else
d7e8883c 5684 __kfree_skb(skb);
daa86548
ED
5685 break;
5686
5b252f0c
BH
5687 case GRO_HELD:
5688 case GRO_MERGED:
25393d3f 5689 case GRO_CONSUMED:
5b252f0c 5690 break;
5d38a079
HX
5691 }
5692
c7c4b3b6 5693 return ret;
5d0d9be8 5694}
5d0d9be8 5695
c7c4b3b6 5696gro_result_t napi_gro_receive(struct napi_struct *napi, struct sk_buff *skb)
5d0d9be8 5697{
b0e3f1bd
GB
5698 gro_result_t ret;
5699
93f93a44 5700 skb_mark_napi_id(skb, napi);
ae78dbfa 5701 trace_napi_gro_receive_entry(skb);
86911732 5702
a50e233c
ED
5703 skb_gro_reset_offset(skb);
5704
b0e3f1bd
GB
5705 ret = napi_skb_finish(dev_gro_receive(napi, skb), skb);
5706 trace_napi_gro_receive_exit(ret);
5707
5708 return ret;
d565b0a1
HX
5709}
5710EXPORT_SYMBOL(napi_gro_receive);
5711
d0c2b0d2 5712static void napi_reuse_skb(struct napi_struct *napi, struct sk_buff *skb)
96e93eab 5713{
93a35f59
ED
5714 if (unlikely(skb->pfmemalloc)) {
5715 consume_skb(skb);
5716 return;
5717 }
96e93eab 5718 __skb_pull(skb, skb_headlen(skb));
2a2a459e
ED
5719 /* restore the reserve we had after netdev_alloc_skb_ip_align() */
5720 skb_reserve(skb, NET_SKB_PAD + NET_IP_ALIGN - skb_headroom(skb));
b1817524 5721 __vlan_hwaccel_clear_tag(skb);
66c46d74 5722 skb->dev = napi->dev;
6d152e23 5723 skb->skb_iif = 0;
33d9a2c7
ED
5724
5725 /* eth_type_trans() assumes pkt_type is PACKET_HOST */
5726 skb->pkt_type = PACKET_HOST;
5727
c3caf119
JC
5728 skb->encapsulation = 0;
5729 skb_shinfo(skb)->gso_type = 0;
e33d0ba8 5730 skb->truesize = SKB_TRUESIZE(skb_end_offset(skb));
f991bb9d 5731 secpath_reset(skb);
96e93eab
HX
5732
5733 napi->skb = skb;
5734}
96e93eab 5735
76620aaf 5736struct sk_buff *napi_get_frags(struct napi_struct *napi)
5d38a079 5737{
5d38a079 5738 struct sk_buff *skb = napi->skb;
5d38a079
HX
5739
5740 if (!skb) {
fd11a83d 5741 skb = napi_alloc_skb(napi, GRO_MAX_HEAD);
e2f9dc3b
ED
5742 if (skb) {
5743 napi->skb = skb;
5744 skb_mark_napi_id(skb, napi);
5745 }
80595d59 5746 }
96e93eab
HX
5747 return skb;
5748}
76620aaf 5749EXPORT_SYMBOL(napi_get_frags);
96e93eab 5750
a50e233c
ED
5751static gro_result_t napi_frags_finish(struct napi_struct *napi,
5752 struct sk_buff *skb,
5753 gro_result_t ret)
96e93eab 5754{
5d0d9be8
HX
5755 switch (ret) {
5756 case GRO_NORMAL:
a50e233c
ED
5757 case GRO_HELD:
5758 __skb_push(skb, ETH_HLEN);
5759 skb->protocol = eth_type_trans(skb, skb->dev);
5760 if (ret == GRO_NORMAL && netif_receive_skb_internal(skb))
c7c4b3b6 5761 ret = GRO_DROP;
86911732 5762 break;
5d38a079 5763
5d0d9be8 5764 case GRO_DROP:
5d0d9be8
HX
5765 napi_reuse_skb(napi, skb);
5766 break;
5b252f0c 5767
e44699d2
MK
5768 case GRO_MERGED_FREE:
5769 if (NAPI_GRO_CB(skb)->free == NAPI_GRO_FREE_STOLEN_HEAD)
5770 napi_skb_free_stolen_head(skb);
5771 else
5772 napi_reuse_skb(napi, skb);
5773 break;
5774
5b252f0c 5775 case GRO_MERGED:
25393d3f 5776 case GRO_CONSUMED:
5b252f0c 5777 break;
5d0d9be8 5778 }
5d38a079 5779
c7c4b3b6 5780 return ret;
5d38a079 5781}
5d0d9be8 5782
a50e233c
ED
5783/* Upper GRO stack assumes network header starts at gro_offset=0
5784 * Drivers could call both napi_gro_frags() and napi_gro_receive()
5785 * We copy ethernet header into skb->data to have a common layout.
5786 */
4adb9c4a 5787static struct sk_buff *napi_frags_skb(struct napi_struct *napi)
76620aaf
HX
5788{
5789 struct sk_buff *skb = napi->skb;
a50e233c
ED
5790 const struct ethhdr *eth;
5791 unsigned int hlen = sizeof(*eth);
76620aaf
HX
5792
5793 napi->skb = NULL;
5794
a50e233c
ED
5795 skb_reset_mac_header(skb);
5796 skb_gro_reset_offset(skb);
5797
5798 eth = skb_gro_header_fast(skb, 0);
5799 if (unlikely(skb_gro_header_hard(skb, hlen))) {
5800 eth = skb_gro_header_slow(skb, hlen, 0);
5801 if (unlikely(!eth)) {
4da46ceb
AC
5802 net_warn_ratelimited("%s: dropping impossible skb from %s\n",
5803 __func__, napi->dev->name);
a50e233c
ED
5804 napi_reuse_skb(napi, skb);
5805 return NULL;
5806 }
5807 } else {
5808 gro_pull_from_frag0(skb, hlen);
5809 NAPI_GRO_CB(skb)->frag0 += hlen;
5810 NAPI_GRO_CB(skb)->frag0_len -= hlen;
76620aaf 5811 }
a50e233c
ED
5812 __skb_pull(skb, hlen);
5813
5814 /*
5815 * This works because the only protocols we care about don't require
5816 * special handling.
5817 * We'll fix it up properly in napi_frags_finish()
5818 */
5819 skb->protocol = eth->h_proto;
76620aaf 5820
76620aaf
HX
5821 return skb;
5822}
76620aaf 5823
c7c4b3b6 5824gro_result_t napi_gro_frags(struct napi_struct *napi)
5d0d9be8 5825{
b0e3f1bd 5826 gro_result_t ret;
76620aaf 5827 struct sk_buff *skb = napi_frags_skb(napi);
5d0d9be8
HX
5828
5829 if (!skb)
c7c4b3b6 5830 return GRO_DROP;
5d0d9be8 5831
ae78dbfa
BH
5832 trace_napi_gro_frags_entry(skb);
5833
b0e3f1bd
GB
5834 ret = napi_frags_finish(napi, skb, dev_gro_receive(napi, skb));
5835 trace_napi_gro_frags_exit(ret);
5836
5837 return ret;
5d0d9be8 5838}
5d38a079
HX
5839EXPORT_SYMBOL(napi_gro_frags);
5840
573e8fca
TH
5841/* Compute the checksum from gro_offset and return the folded value
5842 * after adding in any pseudo checksum.
5843 */
5844__sum16 __skb_gro_checksum_complete(struct sk_buff *skb)
5845{
5846 __wsum wsum;
5847 __sum16 sum;
5848
5849 wsum = skb_checksum(skb, skb_gro_offset(skb), skb_gro_len(skb), 0);
5850
5851 /* NAPI_GRO_CB(skb)->csum holds pseudo checksum */
5852 sum = csum_fold(csum_add(NAPI_GRO_CB(skb)->csum, wsum));
14641931 5853 /* See comments in __skb_checksum_complete(). */
573e8fca
TH
5854 if (likely(!sum)) {
5855 if (unlikely(skb->ip_summed == CHECKSUM_COMPLETE) &&
5856 !skb->csum_complete_sw)
7fe50ac8 5857 netdev_rx_csum_fault(skb->dev, skb);
573e8fca
TH
5858 }
5859
5860 NAPI_GRO_CB(skb)->csum = wsum;
5861 NAPI_GRO_CB(skb)->csum_valid = 1;
5862
5863 return sum;
5864}
5865EXPORT_SYMBOL(__skb_gro_checksum_complete);
5866
773fc8f6 5867static void net_rps_send_ipi(struct softnet_data *remsd)
5868{
5869#ifdef CONFIG_RPS
5870 while (remsd) {
5871 struct softnet_data *next = remsd->rps_ipi_next;
5872
5873 if (cpu_online(remsd->cpu))
5874 smp_call_function_single_async(remsd->cpu, &remsd->csd);
5875 remsd = next;
5876 }
5877#endif
5878}
5879
e326bed2 5880/*
855abcf0 5881 * net_rps_action_and_irq_enable sends any pending IPI's for rps.
e326bed2
ED
5882 * Note: called with local irq disabled, but exits with local irq enabled.
5883 */
5884static void net_rps_action_and_irq_enable(struct softnet_data *sd)
5885{
5886#ifdef CONFIG_RPS
5887 struct softnet_data *remsd = sd->rps_ipi_list;
5888
5889 if (remsd) {
5890 sd->rps_ipi_list = NULL;
5891
5892 local_irq_enable();
5893
5894 /* Send pending IPI's to kick RPS processing on remote cpus. */
773fc8f6 5895 net_rps_send_ipi(remsd);
e326bed2
ED
5896 } else
5897#endif
5898 local_irq_enable();
5899}
5900
d75b1ade
ED
5901static bool sd_has_rps_ipi_waiting(struct softnet_data *sd)
5902{
5903#ifdef CONFIG_RPS
5904 return sd->rps_ipi_list != NULL;
5905#else
5906 return false;
5907#endif
5908}
5909
bea3348e 5910static int process_backlog(struct napi_struct *napi, int quota)
1da177e4 5911{
eecfd7c4 5912 struct softnet_data *sd = container_of(napi, struct softnet_data, backlog);
145dd5f9
PA
5913 bool again = true;
5914 int work = 0;
1da177e4 5915
e326bed2
ED
5916 /* Check if we have pending ipi, its better to send them now,
5917 * not waiting net_rx_action() end.
5918 */
d75b1ade 5919 if (sd_has_rps_ipi_waiting(sd)) {
e326bed2
ED
5920 local_irq_disable();
5921 net_rps_action_and_irq_enable(sd);
5922 }
d75b1ade 5923
3d48b53f 5924 napi->weight = dev_rx_weight;
145dd5f9 5925 while (again) {
1da177e4 5926 struct sk_buff *skb;
6e7676c1
CG
5927
5928 while ((skb = __skb_dequeue(&sd->process_queue))) {
2c17d27c 5929 rcu_read_lock();
6e7676c1 5930 __netif_receive_skb(skb);
2c17d27c 5931 rcu_read_unlock();
76cc8b13 5932 input_queue_head_incr(sd);
145dd5f9 5933 if (++work >= quota)
76cc8b13 5934 return work;
145dd5f9 5935
6e7676c1 5936 }
1da177e4 5937
145dd5f9 5938 local_irq_disable();
e36fa2f7 5939 rps_lock(sd);
11ef7a89 5940 if (skb_queue_empty(&sd->input_pkt_queue)) {
eecfd7c4
ED
5941 /*
5942 * Inline a custom version of __napi_complete().
5943 * only current cpu owns and manipulates this napi,
11ef7a89
TH
5944 * and NAPI_STATE_SCHED is the only possible flag set
5945 * on backlog.
5946 * We can use a plain write instead of clear_bit(),
eecfd7c4
ED
5947 * and we dont need an smp_mb() memory barrier.
5948 */
eecfd7c4 5949 napi->state = 0;
145dd5f9
PA
5950 again = false;
5951 } else {
5952 skb_queue_splice_tail_init(&sd->input_pkt_queue,
5953 &sd->process_queue);
bea3348e 5954 }
e36fa2f7 5955 rps_unlock(sd);
145dd5f9 5956 local_irq_enable();
6e7676c1 5957 }
1da177e4 5958
bea3348e
SH
5959 return work;
5960}
1da177e4 5961
bea3348e
SH
5962/**
5963 * __napi_schedule - schedule for receive
c4ea43c5 5964 * @n: entry to schedule
bea3348e 5965 *
bc9ad166
ED
5966 * The entry's receive function will be scheduled to run.
5967 * Consider using __napi_schedule_irqoff() if hard irqs are masked.
bea3348e 5968 */
b5606c2d 5969void __napi_schedule(struct napi_struct *n)
bea3348e
SH
5970{
5971 unsigned long flags;
1da177e4 5972
bea3348e 5973 local_irq_save(flags);
903ceff7 5974 ____napi_schedule(this_cpu_ptr(&softnet_data), n);
bea3348e 5975 local_irq_restore(flags);
1da177e4 5976}
bea3348e
SH
5977EXPORT_SYMBOL(__napi_schedule);
5978
39e6c820
ED
5979/**
5980 * napi_schedule_prep - check if napi can be scheduled
5981 * @n: napi context
5982 *
5983 * Test if NAPI routine is already running, and if not mark
5984 * it as running. This is used as a condition variable
5985 * insure only one NAPI poll instance runs. We also make
5986 * sure there is no pending NAPI disable.
5987 */
5988bool napi_schedule_prep(struct napi_struct *n)
5989{
5990 unsigned long val, new;
5991
5992 do {
5993 val = READ_ONCE(n->state);
5994 if (unlikely(val & NAPIF_STATE_DISABLE))
5995 return false;
5996 new = val | NAPIF_STATE_SCHED;
5997
5998 /* Sets STATE_MISSED bit if STATE_SCHED was already set
5999 * This was suggested by Alexander Duyck, as compiler
6000 * emits better code than :
6001 * if (val & NAPIF_STATE_SCHED)
6002 * new |= NAPIF_STATE_MISSED;
6003 */
6004 new |= (val & NAPIF_STATE_SCHED) / NAPIF_STATE_SCHED *
6005 NAPIF_STATE_MISSED;
6006 } while (cmpxchg(&n->state, val, new) != val);
6007
6008 return !(val & NAPIF_STATE_SCHED);
6009}
6010EXPORT_SYMBOL(napi_schedule_prep);
6011
bc9ad166
ED
6012/**
6013 * __napi_schedule_irqoff - schedule for receive
6014 * @n: entry to schedule
6015 *
6016 * Variant of __napi_schedule() assuming hard irqs are masked
6017 */
6018void __napi_schedule_irqoff(struct napi_struct *n)
6019{
6020 ____napi_schedule(this_cpu_ptr(&softnet_data), n);
6021}
6022EXPORT_SYMBOL(__napi_schedule_irqoff);
6023
364b6055 6024bool napi_complete_done(struct napi_struct *n, int work_done)
d565b0a1 6025{
39e6c820 6026 unsigned long flags, val, new;
d565b0a1
HX
6027
6028 /*
217f6974
ED
6029 * 1) Don't let napi dequeue from the cpu poll list
6030 * just in case its running on a different cpu.
6031 * 2) If we are busy polling, do nothing here, we have
6032 * the guarantee we will be called later.
d565b0a1 6033 */
217f6974
ED
6034 if (unlikely(n->state & (NAPIF_STATE_NPSVC |
6035 NAPIF_STATE_IN_BUSY_POLL)))
364b6055 6036 return false;
d565b0a1 6037
d9f37d01 6038 if (n->gro_bitmask) {
3b47d303 6039 unsigned long timeout = 0;
d75b1ade 6040
3b47d303
ED
6041 if (work_done)
6042 timeout = n->dev->gro_flush_timeout;
6043
605108ac
PA
6044 /* When the NAPI instance uses a timeout and keeps postponing
6045 * it, we need to bound somehow the time packets are kept in
6046 * the GRO layer
6047 */
6048 napi_gro_flush(n, !!timeout);
3b47d303
ED
6049 if (timeout)
6050 hrtimer_start(&n->timer, ns_to_ktime(timeout),
6051 HRTIMER_MODE_REL_PINNED);
3b47d303 6052 }
02c1602e 6053 if (unlikely(!list_empty(&n->poll_list))) {
d75b1ade
ED
6054 /* If n->poll_list is not empty, we need to mask irqs */
6055 local_irq_save(flags);
02c1602e 6056 list_del_init(&n->poll_list);
d75b1ade
ED
6057 local_irq_restore(flags);
6058 }
39e6c820
ED
6059
6060 do {
6061 val = READ_ONCE(n->state);
6062
6063 WARN_ON_ONCE(!(val & NAPIF_STATE_SCHED));
6064
6065 new = val & ~(NAPIF_STATE_MISSED | NAPIF_STATE_SCHED);
6066
6067 /* If STATE_MISSED was set, leave STATE_SCHED set,
6068 * because we will call napi->poll() one more time.
6069 * This C code was suggested by Alexander Duyck to help gcc.
6070 */
6071 new |= (val & NAPIF_STATE_MISSED) / NAPIF_STATE_MISSED *
6072 NAPIF_STATE_SCHED;
6073 } while (cmpxchg(&n->state, val, new) != val);
6074
6075 if (unlikely(val & NAPIF_STATE_MISSED)) {
6076 __napi_schedule(n);
6077 return false;
6078 }
6079
364b6055 6080 return true;
d565b0a1 6081}
3b47d303 6082EXPORT_SYMBOL(napi_complete_done);
d565b0a1 6083
af12fa6e 6084/* must be called under rcu_read_lock(), as we dont take a reference */
02d62e86 6085static struct napi_struct *napi_by_id(unsigned int napi_id)
af12fa6e
ET
6086{
6087 unsigned int hash = napi_id % HASH_SIZE(napi_hash);
6088 struct napi_struct *napi;
6089
6090 hlist_for_each_entry_rcu(napi, &napi_hash[hash], napi_hash_node)
6091 if (napi->napi_id == napi_id)
6092 return napi;
6093
6094 return NULL;
6095}
02d62e86
ED
6096
6097#if defined(CONFIG_NET_RX_BUSY_POLL)
217f6974 6098
ce6aea93 6099#define BUSY_POLL_BUDGET 8
217f6974
ED
6100
6101static void busy_poll_stop(struct napi_struct *napi, void *have_poll_lock)
6102{
6103 int rc;
6104
39e6c820
ED
6105 /* Busy polling means there is a high chance device driver hard irq
6106 * could not grab NAPI_STATE_SCHED, and that NAPI_STATE_MISSED was
6107 * set in napi_schedule_prep().
6108 * Since we are about to call napi->poll() once more, we can safely
6109 * clear NAPI_STATE_MISSED.
6110 *
6111 * Note: x86 could use a single "lock and ..." instruction
6112 * to perform these two clear_bit()
6113 */
6114 clear_bit(NAPI_STATE_MISSED, &napi->state);
217f6974
ED
6115 clear_bit(NAPI_STATE_IN_BUSY_POLL, &napi->state);
6116
6117 local_bh_disable();
6118
6119 /* All we really want here is to re-enable device interrupts.
6120 * Ideally, a new ndo_busy_poll_stop() could avoid another round.
6121 */
6122 rc = napi->poll(napi, BUSY_POLL_BUDGET);
1e22391e 6123 trace_napi_poll(napi, rc, BUSY_POLL_BUDGET);
217f6974
ED
6124 netpoll_poll_unlock(have_poll_lock);
6125 if (rc == BUSY_POLL_BUDGET)
6126 __napi_schedule(napi);
6127 local_bh_enable();
217f6974
ED
6128}
6129
7db6b048
SS
6130void napi_busy_loop(unsigned int napi_id,
6131 bool (*loop_end)(void *, unsigned long),
6132 void *loop_end_arg)
02d62e86 6133{
7db6b048 6134 unsigned long start_time = loop_end ? busy_loop_current_time() : 0;
217f6974 6135 int (*napi_poll)(struct napi_struct *napi, int budget);
217f6974 6136 void *have_poll_lock = NULL;
02d62e86 6137 struct napi_struct *napi;
217f6974
ED
6138
6139restart:
217f6974 6140 napi_poll = NULL;
02d62e86 6141
2a028ecb 6142 rcu_read_lock();
02d62e86 6143
545cd5e5 6144 napi = napi_by_id(napi_id);
02d62e86
ED
6145 if (!napi)
6146 goto out;
6147
217f6974
ED
6148 preempt_disable();
6149 for (;;) {
2b5cd0df
AD
6150 int work = 0;
6151
2a028ecb 6152 local_bh_disable();
217f6974
ED
6153 if (!napi_poll) {
6154 unsigned long val = READ_ONCE(napi->state);
6155
6156 /* If multiple threads are competing for this napi,
6157 * we avoid dirtying napi->state as much as we can.
6158 */
6159 if (val & (NAPIF_STATE_DISABLE | NAPIF_STATE_SCHED |
6160 NAPIF_STATE_IN_BUSY_POLL))
6161 goto count;
6162 if (cmpxchg(&napi->state, val,
6163 val | NAPIF_STATE_IN_BUSY_POLL |
6164 NAPIF_STATE_SCHED) != val)
6165 goto count;
6166 have_poll_lock = netpoll_poll_lock(napi);
6167 napi_poll = napi->poll;
6168 }
2b5cd0df
AD
6169 work = napi_poll(napi, BUSY_POLL_BUDGET);
6170 trace_napi_poll(napi, work, BUSY_POLL_BUDGET);
217f6974 6171count:
2b5cd0df 6172 if (work > 0)
7db6b048 6173 __NET_ADD_STATS(dev_net(napi->dev),
2b5cd0df 6174 LINUX_MIB_BUSYPOLLRXPACKETS, work);
2a028ecb 6175 local_bh_enable();
02d62e86 6176
7db6b048 6177 if (!loop_end || loop_end(loop_end_arg, start_time))
217f6974 6178 break;
02d62e86 6179
217f6974
ED
6180 if (unlikely(need_resched())) {
6181 if (napi_poll)
6182 busy_poll_stop(napi, have_poll_lock);
6183 preempt_enable();
6184 rcu_read_unlock();
6185 cond_resched();
7db6b048 6186 if (loop_end(loop_end_arg, start_time))
2b5cd0df 6187 return;
217f6974
ED
6188 goto restart;
6189 }
6cdf89b1 6190 cpu_relax();
217f6974
ED
6191 }
6192 if (napi_poll)
6193 busy_poll_stop(napi, have_poll_lock);
6194 preempt_enable();
02d62e86 6195out:
2a028ecb 6196 rcu_read_unlock();
02d62e86 6197}
7db6b048 6198EXPORT_SYMBOL(napi_busy_loop);
02d62e86
ED
6199
6200#endif /* CONFIG_NET_RX_BUSY_POLL */
af12fa6e 6201
149d6ad8 6202static void napi_hash_add(struct napi_struct *napi)
af12fa6e 6203{
d64b5e85
ED
6204 if (test_bit(NAPI_STATE_NO_BUSY_POLL, &napi->state) ||
6205 test_and_set_bit(NAPI_STATE_HASHED, &napi->state))
52bd2d62 6206 return;
af12fa6e 6207
52bd2d62 6208 spin_lock(&napi_hash_lock);
af12fa6e 6209
545cd5e5 6210 /* 0..NR_CPUS range is reserved for sender_cpu use */
52bd2d62 6211 do {
545cd5e5
AD
6212 if (unlikely(++napi_gen_id < MIN_NAPI_ID))
6213 napi_gen_id = MIN_NAPI_ID;
52bd2d62
ED
6214 } while (napi_by_id(napi_gen_id));
6215 napi->napi_id = napi_gen_id;
af12fa6e 6216
52bd2d62
ED
6217 hlist_add_head_rcu(&napi->napi_hash_node,
6218 &napi_hash[napi->napi_id % HASH_SIZE(napi_hash)]);
af12fa6e 6219
52bd2d62 6220 spin_unlock(&napi_hash_lock);
af12fa6e 6221}
af12fa6e
ET
6222
6223/* Warning : caller is responsible to make sure rcu grace period
6224 * is respected before freeing memory containing @napi
6225 */
34cbe27e 6226bool napi_hash_del(struct napi_struct *napi)
af12fa6e 6227{
34cbe27e
ED
6228 bool rcu_sync_needed = false;
6229
af12fa6e
ET
6230 spin_lock(&napi_hash_lock);
6231
34cbe27e
ED
6232 if (test_and_clear_bit(NAPI_STATE_HASHED, &napi->state)) {
6233 rcu_sync_needed = true;
af12fa6e 6234 hlist_del_rcu(&napi->napi_hash_node);
34cbe27e 6235 }
af12fa6e 6236 spin_unlock(&napi_hash_lock);
34cbe27e 6237 return rcu_sync_needed;
af12fa6e
ET
6238}
6239EXPORT_SYMBOL_GPL(napi_hash_del);
6240
3b47d303
ED
6241static enum hrtimer_restart napi_watchdog(struct hrtimer *timer)
6242{
6243 struct napi_struct *napi;
6244
6245 napi = container_of(timer, struct napi_struct, timer);
39e6c820
ED
6246
6247 /* Note : we use a relaxed variant of napi_schedule_prep() not setting
6248 * NAPI_STATE_MISSED, since we do not react to a device IRQ.
6249 */
d9f37d01 6250 if (napi->gro_bitmask && !napi_disable_pending(napi) &&
39e6c820
ED
6251 !test_and_set_bit(NAPI_STATE_SCHED, &napi->state))
6252 __napi_schedule_irqoff(napi);
3b47d303
ED
6253
6254 return HRTIMER_NORESTART;
6255}
6256
7c4ec749 6257static void init_gro_hash(struct napi_struct *napi)
d565b0a1 6258{
07d78363
DM
6259 int i;
6260
6312fe77
LR
6261 for (i = 0; i < GRO_HASH_BUCKETS; i++) {
6262 INIT_LIST_HEAD(&napi->gro_hash[i].list);
6263 napi->gro_hash[i].count = 0;
6264 }
7c4ec749
DM
6265 napi->gro_bitmask = 0;
6266}
6267
6268void netif_napi_add(struct net_device *dev, struct napi_struct *napi,
6269 int (*poll)(struct napi_struct *, int), int weight)
6270{
6271 INIT_LIST_HEAD(&napi->poll_list);
6272 hrtimer_init(&napi->timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL_PINNED);
6273 napi->timer.function = napi_watchdog;
6274 init_gro_hash(napi);
5d38a079 6275 napi->skb = NULL;
d565b0a1 6276 napi->poll = poll;
82dc3c63 6277 if (weight > NAPI_POLL_WEIGHT)
bf29e9e9
QC
6278 netdev_err_once(dev, "%s() called with weight %d\n", __func__,
6279 weight);
d565b0a1
HX
6280 napi->weight = weight;
6281 list_add(&napi->dev_list, &dev->napi_list);
d565b0a1 6282 napi->dev = dev;
5d38a079 6283#ifdef CONFIG_NETPOLL
d565b0a1
HX
6284 napi->poll_owner = -1;
6285#endif
6286 set_bit(NAPI_STATE_SCHED, &napi->state);
93d05d4a 6287 napi_hash_add(napi);
d565b0a1
HX
6288}
6289EXPORT_SYMBOL(netif_napi_add);
6290
3b47d303
ED
6291void napi_disable(struct napi_struct *n)
6292{
6293 might_sleep();
6294 set_bit(NAPI_STATE_DISABLE, &n->state);
6295
6296 while (test_and_set_bit(NAPI_STATE_SCHED, &n->state))
6297 msleep(1);
2d8bff12
NH
6298 while (test_and_set_bit(NAPI_STATE_NPSVC, &n->state))
6299 msleep(1);
3b47d303
ED
6300
6301 hrtimer_cancel(&n->timer);
6302
6303 clear_bit(NAPI_STATE_DISABLE, &n->state);
6304}
6305EXPORT_SYMBOL(napi_disable);
6306
07d78363 6307static void flush_gro_hash(struct napi_struct *napi)
d4546c25 6308{
07d78363 6309 int i;
d4546c25 6310
07d78363
DM
6311 for (i = 0; i < GRO_HASH_BUCKETS; i++) {
6312 struct sk_buff *skb, *n;
6313
6312fe77 6314 list_for_each_entry_safe(skb, n, &napi->gro_hash[i].list, list)
07d78363 6315 kfree_skb(skb);
6312fe77 6316 napi->gro_hash[i].count = 0;
07d78363 6317 }
d4546c25
DM
6318}
6319
93d05d4a 6320/* Must be called in process context */
d565b0a1
HX
6321void netif_napi_del(struct napi_struct *napi)
6322{
93d05d4a
ED
6323 might_sleep();
6324 if (napi_hash_del(napi))
6325 synchronize_net();
d7b06636 6326 list_del_init(&napi->dev_list);
76620aaf 6327 napi_free_frags(napi);
d565b0a1 6328
07d78363 6329 flush_gro_hash(napi);
d9f37d01 6330 napi->gro_bitmask = 0;
d565b0a1
HX
6331}
6332EXPORT_SYMBOL(netif_napi_del);
6333
726ce70e
HX
6334static int napi_poll(struct napi_struct *n, struct list_head *repoll)
6335{
6336 void *have;
6337 int work, weight;
6338
6339 list_del_init(&n->poll_list);
6340
6341 have = netpoll_poll_lock(n);
6342
6343 weight = n->weight;
6344
6345 /* This NAPI_STATE_SCHED test is for avoiding a race
6346 * with netpoll's poll_napi(). Only the entity which
6347 * obtains the lock and sees NAPI_STATE_SCHED set will
6348 * actually make the ->poll() call. Therefore we avoid
6349 * accidentally calling ->poll() when NAPI is not scheduled.
6350 */
6351 work = 0;
6352 if (test_bit(NAPI_STATE_SCHED, &n->state)) {
6353 work = n->poll(n, weight);
1db19db7 6354 trace_napi_poll(n, work, weight);
726ce70e
HX
6355 }
6356
6357 WARN_ON_ONCE(work > weight);
6358
6359 if (likely(work < weight))
6360 goto out_unlock;
6361
6362 /* Drivers must not modify the NAPI state if they
6363 * consume the entire weight. In such cases this code
6364 * still "owns" the NAPI instance and therefore can
6365 * move the instance around on the list at-will.
6366 */
6367 if (unlikely(napi_disable_pending(n))) {
6368 napi_complete(n);
6369 goto out_unlock;
6370 }
6371
d9f37d01 6372 if (n->gro_bitmask) {
726ce70e
HX
6373 /* flush too old packets
6374 * If HZ < 1000, flush all packets.
6375 */
6376 napi_gro_flush(n, HZ >= 1000);
6377 }
6378
001ce546
HX
6379 /* Some drivers may have called napi_schedule
6380 * prior to exhausting their budget.
6381 */
6382 if (unlikely(!list_empty(&n->poll_list))) {
6383 pr_warn_once("%s: Budget exhausted after napi rescheduled\n",
6384 n->dev ? n->dev->name : "backlog");
6385 goto out_unlock;
6386 }
6387
726ce70e
HX
6388 list_add_tail(&n->poll_list, repoll);
6389
6390out_unlock:
6391 netpoll_poll_unlock(have);
6392
6393 return work;
6394}
6395
0766f788 6396static __latent_entropy void net_rx_action(struct softirq_action *h)
1da177e4 6397{
903ceff7 6398 struct softnet_data *sd = this_cpu_ptr(&softnet_data);
7acf8a1e
MW
6399 unsigned long time_limit = jiffies +
6400 usecs_to_jiffies(netdev_budget_usecs);
51b0bded 6401 int budget = netdev_budget;
d75b1ade
ED
6402 LIST_HEAD(list);
6403 LIST_HEAD(repoll);
53fb95d3 6404
1da177e4 6405 local_irq_disable();
d75b1ade
ED
6406 list_splice_init(&sd->poll_list, &list);
6407 local_irq_enable();
1da177e4 6408
ceb8d5bf 6409 for (;;) {
bea3348e 6410 struct napi_struct *n;
1da177e4 6411
ceb8d5bf
HX
6412 if (list_empty(&list)) {
6413 if (!sd_has_rps_ipi_waiting(sd) && list_empty(&repoll))
f52dffe0 6414 goto out;
ceb8d5bf
HX
6415 break;
6416 }
6417
6bd373eb
HX
6418 n = list_first_entry(&list, struct napi_struct, poll_list);
6419 budget -= napi_poll(n, &repoll);
6420
d75b1ade 6421 /* If softirq window is exhausted then punt.
24f8b238
SH
6422 * Allow this to run for 2 jiffies since which will allow
6423 * an average latency of 1.5/HZ.
bea3348e 6424 */
ceb8d5bf
HX
6425 if (unlikely(budget <= 0 ||
6426 time_after_eq(jiffies, time_limit))) {
6427 sd->time_squeeze++;
6428 break;
6429 }
1da177e4 6430 }
d75b1ade 6431
d75b1ade
ED
6432 local_irq_disable();
6433
6434 list_splice_tail_init(&sd->poll_list, &list);
6435 list_splice_tail(&repoll, &list);
6436 list_splice(&list, &sd->poll_list);
6437 if (!list_empty(&sd->poll_list))
6438 __raise_softirq_irqoff(NET_RX_SOFTIRQ);
6439
e326bed2 6440 net_rps_action_and_irq_enable(sd);
f52dffe0
ED
6441out:
6442 __kfree_skb_flush();
1da177e4
LT
6443}
6444
aa9d8560 6445struct netdev_adjacent {
9ff162a8 6446 struct net_device *dev;
5d261913
VF
6447
6448 /* upper master flag, there can only be one master device per list */
9ff162a8 6449 bool master;
5d261913 6450
5d261913
VF
6451 /* counter for the number of times this device was added to us */
6452 u16 ref_nr;
6453
402dae96
VF
6454 /* private field for the users */
6455 void *private;
6456
9ff162a8
JP
6457 struct list_head list;
6458 struct rcu_head rcu;
9ff162a8
JP
6459};
6460
6ea29da1 6461static struct netdev_adjacent *__netdev_find_adj(struct net_device *adj_dev,
2f268f12 6462 struct list_head *adj_list)
9ff162a8 6463{
5d261913 6464 struct netdev_adjacent *adj;
5d261913 6465
2f268f12 6466 list_for_each_entry(adj, adj_list, list) {
5d261913
VF
6467 if (adj->dev == adj_dev)
6468 return adj;
9ff162a8
JP
6469 }
6470 return NULL;
6471}
6472
f1170fd4
DA
6473static int __netdev_has_upper_dev(struct net_device *upper_dev, void *data)
6474{
6475 struct net_device *dev = data;
6476
6477 return upper_dev == dev;
6478}
6479
9ff162a8
JP
6480/**
6481 * netdev_has_upper_dev - Check if device is linked to an upper device
6482 * @dev: device
6483 * @upper_dev: upper device to check
6484 *
6485 * Find out if a device is linked to specified upper device and return true
6486 * in case it is. Note that this checks only immediate upper device,
6487 * not through a complete stack of devices. The caller must hold the RTNL lock.
6488 */
6489bool netdev_has_upper_dev(struct net_device *dev,
6490 struct net_device *upper_dev)
6491{
6492 ASSERT_RTNL();
6493
f1170fd4
DA
6494 return netdev_walk_all_upper_dev_rcu(dev, __netdev_has_upper_dev,
6495 upper_dev);
9ff162a8
JP
6496}
6497EXPORT_SYMBOL(netdev_has_upper_dev);
6498
1a3f060c
DA
6499/**
6500 * netdev_has_upper_dev_all - Check if device is linked to an upper device
6501 * @dev: device
6502 * @upper_dev: upper device to check
6503 *
6504 * Find out if a device is linked to specified upper device and return true
6505 * in case it is. Note that this checks the entire upper device chain.
6506 * The caller must hold rcu lock.
6507 */
6508
1a3f060c
DA
6509bool netdev_has_upper_dev_all_rcu(struct net_device *dev,
6510 struct net_device *upper_dev)
6511{
6512 return !!netdev_walk_all_upper_dev_rcu(dev, __netdev_has_upper_dev,
6513 upper_dev);
6514}
6515EXPORT_SYMBOL(netdev_has_upper_dev_all_rcu);
6516
9ff162a8
JP
6517/**
6518 * netdev_has_any_upper_dev - Check if device is linked to some device
6519 * @dev: device
6520 *
6521 * Find out if a device is linked to an upper device and return true in case
6522 * it is. The caller must hold the RTNL lock.
6523 */
25cc72a3 6524bool netdev_has_any_upper_dev(struct net_device *dev)
9ff162a8
JP
6525{
6526 ASSERT_RTNL();
6527
f1170fd4 6528 return !list_empty(&dev->adj_list.upper);
9ff162a8 6529}
25cc72a3 6530EXPORT_SYMBOL(netdev_has_any_upper_dev);
9ff162a8
JP
6531
6532/**
6533 * netdev_master_upper_dev_get - Get master upper device
6534 * @dev: device
6535 *
6536 * Find a master upper device and return pointer to it or NULL in case
6537 * it's not there. The caller must hold the RTNL lock.
6538 */
6539struct net_device *netdev_master_upper_dev_get(struct net_device *dev)
6540{
aa9d8560 6541 struct netdev_adjacent *upper;
9ff162a8
JP
6542
6543 ASSERT_RTNL();
6544
2f268f12 6545 if (list_empty(&dev->adj_list.upper))
9ff162a8
JP
6546 return NULL;
6547
2f268f12 6548 upper = list_first_entry(&dev->adj_list.upper,
aa9d8560 6549 struct netdev_adjacent, list);
9ff162a8
JP
6550 if (likely(upper->master))
6551 return upper->dev;
6552 return NULL;
6553}
6554EXPORT_SYMBOL(netdev_master_upper_dev_get);
6555
0f524a80
DA
6556/**
6557 * netdev_has_any_lower_dev - Check if device is linked to some device
6558 * @dev: device
6559 *
6560 * Find out if a device is linked to a lower device and return true in case
6561 * it is. The caller must hold the RTNL lock.
6562 */
6563static bool netdev_has_any_lower_dev(struct net_device *dev)
6564{
6565 ASSERT_RTNL();
6566
6567 return !list_empty(&dev->adj_list.lower);
6568}
6569
b6ccba4c
VF
6570void *netdev_adjacent_get_private(struct list_head *adj_list)
6571{
6572 struct netdev_adjacent *adj;
6573
6574 adj = list_entry(adj_list, struct netdev_adjacent, list);
6575
6576 return adj->private;
6577}
6578EXPORT_SYMBOL(netdev_adjacent_get_private);
6579
44a40855
VY
6580/**
6581 * netdev_upper_get_next_dev_rcu - Get the next dev from upper list
6582 * @dev: device
6583 * @iter: list_head ** of the current position
6584 *
6585 * Gets the next device from the dev's upper list, starting from iter
6586 * position. The caller must hold RCU read lock.
6587 */
6588struct net_device *netdev_upper_get_next_dev_rcu(struct net_device *dev,
6589 struct list_head **iter)
6590{
6591 struct netdev_adjacent *upper;
6592
6593 WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_rtnl_is_held());
6594
6595 upper = list_entry_rcu((*iter)->next, struct netdev_adjacent, list);
6596
6597 if (&upper->list == &dev->adj_list.upper)
6598 return NULL;
6599
6600 *iter = &upper->list;
6601
6602 return upper->dev;
6603}
6604EXPORT_SYMBOL(netdev_upper_get_next_dev_rcu);
6605
1a3f060c
DA
6606static struct net_device *netdev_next_upper_dev_rcu(struct net_device *dev,
6607 struct list_head **iter)
6608{
6609 struct netdev_adjacent *upper;
6610
6611 WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_rtnl_is_held());
6612
6613 upper = list_entry_rcu((*iter)->next, struct netdev_adjacent, list);
6614
6615 if (&upper->list == &dev->adj_list.upper)
6616 return NULL;
6617
6618 *iter = &upper->list;
6619
6620 return upper->dev;
6621}
6622
6623int netdev_walk_all_upper_dev_rcu(struct net_device *dev,
6624 int (*fn)(struct net_device *dev,
6625 void *data),
6626 void *data)
6627{
6628 struct net_device *udev;
6629 struct list_head *iter;
6630 int ret;
6631
6632 for (iter = &dev->adj_list.upper,
6633 udev = netdev_next_upper_dev_rcu(dev, &iter);
6634 udev;
6635 udev = netdev_next_upper_dev_rcu(dev, &iter)) {
6636 /* first is the upper device itself */
6637 ret = fn(udev, data);
6638 if (ret)
6639 return ret;
6640
6641 /* then look at all of its upper devices */
6642 ret = netdev_walk_all_upper_dev_rcu(udev, fn, data);
6643 if (ret)
6644 return ret;
6645 }
6646
6647 return 0;
6648}
6649EXPORT_SYMBOL_GPL(netdev_walk_all_upper_dev_rcu);
6650
31088a11
VF
6651/**
6652 * netdev_lower_get_next_private - Get the next ->private from the
6653 * lower neighbour list
6654 * @dev: device
6655 * @iter: list_head ** of the current position
6656 *
6657 * Gets the next netdev_adjacent->private from the dev's lower neighbour
6658 * list, starting from iter position. The caller must hold either hold the
6659 * RTNL lock or its own locking that guarantees that the neighbour lower
b469139e 6660 * list will remain unchanged.
31088a11
VF
6661 */
6662void *netdev_lower_get_next_private(struct net_device *dev,
6663 struct list_head **iter)
6664{
6665 struct netdev_adjacent *lower;
6666
6667 lower = list_entry(*iter, struct netdev_adjacent, list);
6668
6669 if (&lower->list == &dev->adj_list.lower)
6670 return NULL;
6671
6859e7df 6672 *iter = lower->list.next;
31088a11
VF
6673
6674 return lower->private;
6675}
6676EXPORT_SYMBOL(netdev_lower_get_next_private);
6677
6678/**
6679 * netdev_lower_get_next_private_rcu - Get the next ->private from the
6680 * lower neighbour list, RCU
6681 * variant
6682 * @dev: device
6683 * @iter: list_head ** of the current position
6684 *
6685 * Gets the next netdev_adjacent->private from the dev's lower neighbour
6686 * list, starting from iter position. The caller must hold RCU read lock.
6687 */
6688void *netdev_lower_get_next_private_rcu(struct net_device *dev,
6689 struct list_head **iter)
6690{
6691 struct netdev_adjacent *lower;
6692
6693 WARN_ON_ONCE(!rcu_read_lock_held());
6694
6695 lower = list_entry_rcu((*iter)->next, struct netdev_adjacent, list);
6696
6697 if (&lower->list == &dev->adj_list.lower)
6698 return NULL;
6699
6859e7df 6700 *iter = &lower->list;
31088a11
VF
6701
6702 return lower->private;
6703}
6704EXPORT_SYMBOL(netdev_lower_get_next_private_rcu);
6705
4085ebe8
VY
6706/**
6707 * netdev_lower_get_next - Get the next device from the lower neighbour
6708 * list
6709 * @dev: device
6710 * @iter: list_head ** of the current position
6711 *
6712 * Gets the next netdev_adjacent from the dev's lower neighbour
6713 * list, starting from iter position. The caller must hold RTNL lock or
6714 * its own locking that guarantees that the neighbour lower
b469139e 6715 * list will remain unchanged.
4085ebe8
VY
6716 */
6717void *netdev_lower_get_next(struct net_device *dev, struct list_head **iter)
6718{
6719 struct netdev_adjacent *lower;
6720
cfdd28be 6721 lower = list_entry(*iter, struct netdev_adjacent, list);
4085ebe8
VY
6722
6723 if (&lower->list == &dev->adj_list.lower)
6724 return NULL;
6725
cfdd28be 6726 *iter = lower->list.next;
4085ebe8
VY
6727
6728 return lower->dev;
6729}
6730EXPORT_SYMBOL(netdev_lower_get_next);
6731
1a3f060c
DA
6732static struct net_device *netdev_next_lower_dev(struct net_device *dev,
6733 struct list_head **iter)
6734{
6735 struct netdev_adjacent *lower;
6736
46b5ab1a 6737 lower = list_entry((*iter)->next, struct netdev_adjacent, list);
1a3f060c
DA
6738
6739 if (&lower->list == &dev->adj_list.lower)
6740 return NULL;
6741
46b5ab1a 6742 *iter = &lower->list;
1a3f060c
DA
6743
6744 return lower->dev;
6745}
6746
6747int netdev_walk_all_lower_dev(struct net_device *dev,
6748 int (*fn)(struct net_device *dev,
6749 void *data),
6750 void *data)
6751{
6752 struct net_device *ldev;
6753 struct list_head *iter;
6754 int ret;
6755
6756 for (iter = &dev->adj_list.lower,
6757 ldev = netdev_next_lower_dev(dev, &iter);
6758 ldev;
6759 ldev = netdev_next_lower_dev(dev, &iter)) {
6760 /* first is the lower device itself */
6761 ret = fn(ldev, data);
6762 if (ret)
6763 return ret;
6764
6765 /* then look at all of its lower devices */
6766 ret = netdev_walk_all_lower_dev(ldev, fn, data);
6767 if (ret)
6768 return ret;
6769 }
6770
6771 return 0;
6772}
6773EXPORT_SYMBOL_GPL(netdev_walk_all_lower_dev);
6774
1a3f060c
DA
6775static struct net_device *netdev_next_lower_dev_rcu(struct net_device *dev,
6776 struct list_head **iter)
6777{
6778 struct netdev_adjacent *lower;
6779
6780 lower = list_entry_rcu((*iter)->next, struct netdev_adjacent, list);
6781 if (&lower->list == &dev->adj_list.lower)
6782 return NULL;
6783
6784 *iter = &lower->list;
6785
6786 return lower->dev;
6787}
6788
6789int netdev_walk_all_lower_dev_rcu(struct net_device *dev,
6790 int (*fn)(struct net_device *dev,
6791 void *data),
6792 void *data)
6793{
6794 struct net_device *ldev;
6795 struct list_head *iter;
6796 int ret;
6797
6798 for (iter = &dev->adj_list.lower,
6799 ldev = netdev_next_lower_dev_rcu(dev, &iter);
6800 ldev;
6801 ldev = netdev_next_lower_dev_rcu(dev, &iter)) {
6802 /* first is the lower device itself */
6803 ret = fn(ldev, data);
6804 if (ret)
6805 return ret;
6806
6807 /* then look at all of its lower devices */
6808 ret = netdev_walk_all_lower_dev_rcu(ldev, fn, data);
6809 if (ret)
6810 return ret;
6811 }
6812
6813 return 0;
6814}
6815EXPORT_SYMBOL_GPL(netdev_walk_all_lower_dev_rcu);
6816
e001bfad 6817/**
6818 * netdev_lower_get_first_private_rcu - Get the first ->private from the
6819 * lower neighbour list, RCU
6820 * variant
6821 * @dev: device
6822 *
6823 * Gets the first netdev_adjacent->private from the dev's lower neighbour
6824 * list. The caller must hold RCU read lock.
6825 */
6826void *netdev_lower_get_first_private_rcu(struct net_device *dev)
6827{
6828 struct netdev_adjacent *lower;
6829
6830 lower = list_first_or_null_rcu(&dev->adj_list.lower,
6831 struct netdev_adjacent, list);
6832 if (lower)
6833 return lower->private;
6834 return NULL;
6835}
6836EXPORT_SYMBOL(netdev_lower_get_first_private_rcu);
6837
9ff162a8
JP
6838/**
6839 * netdev_master_upper_dev_get_rcu - Get master upper device
6840 * @dev: device
6841 *
6842 * Find a master upper device and return pointer to it or NULL in case
6843 * it's not there. The caller must hold the RCU read lock.
6844 */
6845struct net_device *netdev_master_upper_dev_get_rcu(struct net_device *dev)
6846{
aa9d8560 6847 struct netdev_adjacent *upper;
9ff162a8 6848
2f268f12 6849 upper = list_first_or_null_rcu(&dev->adj_list.upper,
aa9d8560 6850 struct netdev_adjacent, list);
9ff162a8
JP
6851 if (upper && likely(upper->master))
6852 return upper->dev;
6853 return NULL;
6854}
6855EXPORT_SYMBOL(netdev_master_upper_dev_get_rcu);
6856
0a59f3a9 6857static int netdev_adjacent_sysfs_add(struct net_device *dev,
3ee32707
VF
6858 struct net_device *adj_dev,
6859 struct list_head *dev_list)
6860{
6861 char linkname[IFNAMSIZ+7];
f4563a75 6862
3ee32707
VF
6863 sprintf(linkname, dev_list == &dev->adj_list.upper ?
6864 "upper_%s" : "lower_%s", adj_dev->name);
6865 return sysfs_create_link(&(dev->dev.kobj), &(adj_dev->dev.kobj),
6866 linkname);
6867}
0a59f3a9 6868static void netdev_adjacent_sysfs_del(struct net_device *dev,
3ee32707
VF
6869 char *name,
6870 struct list_head *dev_list)
6871{
6872 char linkname[IFNAMSIZ+7];
f4563a75 6873
3ee32707
VF
6874 sprintf(linkname, dev_list == &dev->adj_list.upper ?
6875 "upper_%s" : "lower_%s", name);
6876 sysfs_remove_link(&(dev->dev.kobj), linkname);
6877}
6878
7ce64c79
AF
6879static inline bool netdev_adjacent_is_neigh_list(struct net_device *dev,
6880 struct net_device *adj_dev,
6881 struct list_head *dev_list)
6882{
6883 return (dev_list == &dev->adj_list.upper ||
6884 dev_list == &dev->adj_list.lower) &&
6885 net_eq(dev_net(dev), dev_net(adj_dev));
6886}
3ee32707 6887
5d261913
VF
6888static int __netdev_adjacent_dev_insert(struct net_device *dev,
6889 struct net_device *adj_dev,
7863c054 6890 struct list_head *dev_list,
402dae96 6891 void *private, bool master)
5d261913
VF
6892{
6893 struct netdev_adjacent *adj;
842d67a7 6894 int ret;
5d261913 6895
6ea29da1 6896 adj = __netdev_find_adj(adj_dev, dev_list);
5d261913
VF
6897
6898 if (adj) {
790510d9 6899 adj->ref_nr += 1;
67b62f98
DA
6900 pr_debug("Insert adjacency: dev %s adj_dev %s adj->ref_nr %d\n",
6901 dev->name, adj_dev->name, adj->ref_nr);
6902
5d261913
VF
6903 return 0;
6904 }
6905
6906 adj = kmalloc(sizeof(*adj), GFP_KERNEL);
6907 if (!adj)
6908 return -ENOMEM;
6909
6910 adj->dev = adj_dev;
6911 adj->master = master;
790510d9 6912 adj->ref_nr = 1;
402dae96 6913 adj->private = private;
5d261913 6914 dev_hold(adj_dev);
2f268f12 6915
67b62f98
DA
6916 pr_debug("Insert adjacency: dev %s adj_dev %s adj->ref_nr %d; dev_hold on %s\n",
6917 dev->name, adj_dev->name, adj->ref_nr, adj_dev->name);
5d261913 6918
7ce64c79 6919 if (netdev_adjacent_is_neigh_list(dev, adj_dev, dev_list)) {
3ee32707 6920 ret = netdev_adjacent_sysfs_add(dev, adj_dev, dev_list);
5831d66e
VF
6921 if (ret)
6922 goto free_adj;
6923 }
6924
7863c054 6925 /* Ensure that master link is always the first item in list. */
842d67a7
VF
6926 if (master) {
6927 ret = sysfs_create_link(&(dev->dev.kobj),
6928 &(adj_dev->dev.kobj), "master");
6929 if (ret)
5831d66e 6930 goto remove_symlinks;
842d67a7 6931
7863c054 6932 list_add_rcu(&adj->list, dev_list);
842d67a7 6933 } else {
7863c054 6934 list_add_tail_rcu(&adj->list, dev_list);
842d67a7 6935 }
5d261913
VF
6936
6937 return 0;
842d67a7 6938
5831d66e 6939remove_symlinks:
7ce64c79 6940 if (netdev_adjacent_is_neigh_list(dev, adj_dev, dev_list))
3ee32707 6941 netdev_adjacent_sysfs_del(dev, adj_dev->name, dev_list);
842d67a7
VF
6942free_adj:
6943 kfree(adj);
974daef7 6944 dev_put(adj_dev);
842d67a7
VF
6945
6946 return ret;
5d261913
VF
6947}
6948
1d143d9f 6949static void __netdev_adjacent_dev_remove(struct net_device *dev,
6950 struct net_device *adj_dev,
93409033 6951 u16 ref_nr,
1d143d9f 6952 struct list_head *dev_list)
5d261913
VF
6953{
6954 struct netdev_adjacent *adj;
6955
67b62f98
DA
6956 pr_debug("Remove adjacency: dev %s adj_dev %s ref_nr %d\n",
6957 dev->name, adj_dev->name, ref_nr);
6958
6ea29da1 6959 adj = __netdev_find_adj(adj_dev, dev_list);
5d261913 6960
2f268f12 6961 if (!adj) {
67b62f98 6962 pr_err("Adjacency does not exist for device %s from %s\n",
2f268f12 6963 dev->name, adj_dev->name);
67b62f98
DA
6964 WARN_ON(1);
6965 return;
2f268f12 6966 }
5d261913 6967
93409033 6968 if (adj->ref_nr > ref_nr) {
67b62f98
DA
6969 pr_debug("adjacency: %s to %s ref_nr - %d = %d\n",
6970 dev->name, adj_dev->name, ref_nr,
6971 adj->ref_nr - ref_nr);
93409033 6972 adj->ref_nr -= ref_nr;
5d261913
VF
6973 return;
6974 }
6975
842d67a7
VF
6976 if (adj->master)
6977 sysfs_remove_link(&(dev->dev.kobj), "master");
6978
7ce64c79 6979 if (netdev_adjacent_is_neigh_list(dev, adj_dev, dev_list))
3ee32707 6980 netdev_adjacent_sysfs_del(dev, adj_dev->name, dev_list);
5831d66e 6981
5d261913 6982 list_del_rcu(&adj->list);
67b62f98 6983 pr_debug("adjacency: dev_put for %s, because link removed from %s to %s\n",
2f268f12 6984 adj_dev->name, dev->name, adj_dev->name);
5d261913
VF
6985 dev_put(adj_dev);
6986 kfree_rcu(adj, rcu);
6987}
6988
1d143d9f 6989static int __netdev_adjacent_dev_link_lists(struct net_device *dev,
6990 struct net_device *upper_dev,
6991 struct list_head *up_list,
6992 struct list_head *down_list,
6993 void *private, bool master)
5d261913
VF
6994{
6995 int ret;
6996
790510d9 6997 ret = __netdev_adjacent_dev_insert(dev, upper_dev, up_list,
93409033 6998 private, master);
5d261913
VF
6999 if (ret)
7000 return ret;
7001
790510d9 7002 ret = __netdev_adjacent_dev_insert(upper_dev, dev, down_list,
93409033 7003 private, false);
5d261913 7004 if (ret) {
790510d9 7005 __netdev_adjacent_dev_remove(dev, upper_dev, 1, up_list);
5d261913
VF
7006 return ret;
7007 }
7008
7009 return 0;
7010}
7011
1d143d9f 7012static void __netdev_adjacent_dev_unlink_lists(struct net_device *dev,
7013 struct net_device *upper_dev,
93409033 7014 u16 ref_nr,
1d143d9f 7015 struct list_head *up_list,
7016 struct list_head *down_list)
5d261913 7017{
93409033
AC
7018 __netdev_adjacent_dev_remove(dev, upper_dev, ref_nr, up_list);
7019 __netdev_adjacent_dev_remove(upper_dev, dev, ref_nr, down_list);
5d261913
VF
7020}
7021
1d143d9f 7022static int __netdev_adjacent_dev_link_neighbour(struct net_device *dev,
7023 struct net_device *upper_dev,
7024 void *private, bool master)
2f268f12 7025{
f1170fd4
DA
7026 return __netdev_adjacent_dev_link_lists(dev, upper_dev,
7027 &dev->adj_list.upper,
7028 &upper_dev->adj_list.lower,
7029 private, master);
5d261913
VF
7030}
7031
1d143d9f 7032static void __netdev_adjacent_dev_unlink_neighbour(struct net_device *dev,
7033 struct net_device *upper_dev)
2f268f12 7034{
93409033 7035 __netdev_adjacent_dev_unlink_lists(dev, upper_dev, 1,
2f268f12
VF
7036 &dev->adj_list.upper,
7037 &upper_dev->adj_list.lower);
7038}
5d261913 7039
9ff162a8 7040static int __netdev_upper_dev_link(struct net_device *dev,
402dae96 7041 struct net_device *upper_dev, bool master,
42ab19ee
DA
7042 void *upper_priv, void *upper_info,
7043 struct netlink_ext_ack *extack)
9ff162a8 7044{
51d0c047
DA
7045 struct netdev_notifier_changeupper_info changeupper_info = {
7046 .info = {
7047 .dev = dev,
42ab19ee 7048 .extack = extack,
51d0c047
DA
7049 },
7050 .upper_dev = upper_dev,
7051 .master = master,
7052 .linking = true,
7053 .upper_info = upper_info,
7054 };
50d629e7 7055 struct net_device *master_dev;
5d261913 7056 int ret = 0;
9ff162a8
JP
7057
7058 ASSERT_RTNL();
7059
7060 if (dev == upper_dev)
7061 return -EBUSY;
7062
7063 /* To prevent loops, check if dev is not upper device to upper_dev. */
f1170fd4 7064 if (netdev_has_upper_dev(upper_dev, dev))
9ff162a8
JP
7065 return -EBUSY;
7066
50d629e7
MM
7067 if (!master) {
7068 if (netdev_has_upper_dev(dev, upper_dev))
7069 return -EEXIST;
7070 } else {
7071 master_dev = netdev_master_upper_dev_get(dev);
7072 if (master_dev)
7073 return master_dev == upper_dev ? -EEXIST : -EBUSY;
7074 }
9ff162a8 7075
51d0c047 7076 ret = call_netdevice_notifiers_info(NETDEV_PRECHANGEUPPER,
573c7ba0
JP
7077 &changeupper_info.info);
7078 ret = notifier_to_errno(ret);
7079 if (ret)
7080 return ret;
7081
6dffb044 7082 ret = __netdev_adjacent_dev_link_neighbour(dev, upper_dev, upper_priv,
402dae96 7083 master);
5d261913
VF
7084 if (ret)
7085 return ret;
9ff162a8 7086
51d0c047 7087 ret = call_netdevice_notifiers_info(NETDEV_CHANGEUPPER,
b03804e7
IS
7088 &changeupper_info.info);
7089 ret = notifier_to_errno(ret);
7090 if (ret)
f1170fd4 7091 goto rollback;
b03804e7 7092
9ff162a8 7093 return 0;
5d261913 7094
f1170fd4 7095rollback:
2f268f12 7096 __netdev_adjacent_dev_unlink_neighbour(dev, upper_dev);
5d261913
VF
7097
7098 return ret;
9ff162a8
JP
7099}
7100
7101/**
7102 * netdev_upper_dev_link - Add a link to the upper device
7103 * @dev: device
7104 * @upper_dev: new upper device
7a006d59 7105 * @extack: netlink extended ack
9ff162a8
JP
7106 *
7107 * Adds a link to device which is upper to this one. The caller must hold
7108 * the RTNL lock. On a failure a negative errno code is returned.
7109 * On success the reference counts are adjusted and the function
7110 * returns zero.
7111 */
7112int netdev_upper_dev_link(struct net_device *dev,
42ab19ee
DA
7113 struct net_device *upper_dev,
7114 struct netlink_ext_ack *extack)
9ff162a8 7115{
42ab19ee
DA
7116 return __netdev_upper_dev_link(dev, upper_dev, false,
7117 NULL, NULL, extack);
9ff162a8
JP
7118}
7119EXPORT_SYMBOL(netdev_upper_dev_link);
7120
7121/**
7122 * netdev_master_upper_dev_link - Add a master link to the upper device
7123 * @dev: device
7124 * @upper_dev: new upper device
6dffb044 7125 * @upper_priv: upper device private
29bf24af 7126 * @upper_info: upper info to be passed down via notifier
7a006d59 7127 * @extack: netlink extended ack
9ff162a8
JP
7128 *
7129 * Adds a link to device which is upper to this one. In this case, only
7130 * one master upper device can be linked, although other non-master devices
7131 * might be linked as well. The caller must hold the RTNL lock.
7132 * On a failure a negative errno code is returned. On success the reference
7133 * counts are adjusted and the function returns zero.
7134 */
7135int netdev_master_upper_dev_link(struct net_device *dev,
6dffb044 7136 struct net_device *upper_dev,
42ab19ee
DA
7137 void *upper_priv, void *upper_info,
7138 struct netlink_ext_ack *extack)
9ff162a8 7139{
29bf24af 7140 return __netdev_upper_dev_link(dev, upper_dev, true,
42ab19ee 7141 upper_priv, upper_info, extack);
9ff162a8
JP
7142}
7143EXPORT_SYMBOL(netdev_master_upper_dev_link);
7144
7145/**
7146 * netdev_upper_dev_unlink - Removes a link to upper device
7147 * @dev: device
7148 * @upper_dev: new upper device
7149 *
7150 * Removes a link to device which is upper to this one. The caller must hold
7151 * the RTNL lock.
7152 */
7153void netdev_upper_dev_unlink(struct net_device *dev,
7154 struct net_device *upper_dev)
7155{
51d0c047
DA
7156 struct netdev_notifier_changeupper_info changeupper_info = {
7157 .info = {
7158 .dev = dev,
7159 },
7160 .upper_dev = upper_dev,
7161 .linking = false,
7162 };
f4563a75 7163
9ff162a8
JP
7164 ASSERT_RTNL();
7165
0e4ead9d 7166 changeupper_info.master = netdev_master_upper_dev_get(dev) == upper_dev;
0e4ead9d 7167
51d0c047 7168 call_netdevice_notifiers_info(NETDEV_PRECHANGEUPPER,
573c7ba0
JP
7169 &changeupper_info.info);
7170
2f268f12 7171 __netdev_adjacent_dev_unlink_neighbour(dev, upper_dev);
5d261913 7172
51d0c047 7173 call_netdevice_notifiers_info(NETDEV_CHANGEUPPER,
0e4ead9d 7174 &changeupper_info.info);
9ff162a8
JP
7175}
7176EXPORT_SYMBOL(netdev_upper_dev_unlink);
7177
61bd3857
MS
7178/**
7179 * netdev_bonding_info_change - Dispatch event about slave change
7180 * @dev: device
4a26e453 7181 * @bonding_info: info to dispatch
61bd3857
MS
7182 *
7183 * Send NETDEV_BONDING_INFO to netdev notifiers with info.
7184 * The caller must hold the RTNL lock.
7185 */
7186void netdev_bonding_info_change(struct net_device *dev,
7187 struct netdev_bonding_info *bonding_info)
7188{
51d0c047
DA
7189 struct netdev_notifier_bonding_info info = {
7190 .info.dev = dev,
7191 };
61bd3857
MS
7192
7193 memcpy(&info.bonding_info, bonding_info,
7194 sizeof(struct netdev_bonding_info));
51d0c047 7195 call_netdevice_notifiers_info(NETDEV_BONDING_INFO,
61bd3857
MS
7196 &info.info);
7197}
7198EXPORT_SYMBOL(netdev_bonding_info_change);
7199
2ce1ee17 7200static void netdev_adjacent_add_links(struct net_device *dev)
4c75431a
AF
7201{
7202 struct netdev_adjacent *iter;
7203
7204 struct net *net = dev_net(dev);
7205
7206 list_for_each_entry(iter, &dev->adj_list.upper, list) {
be4da0e3 7207 if (!net_eq(net, dev_net(iter->dev)))
4c75431a
AF
7208 continue;
7209 netdev_adjacent_sysfs_add(iter->dev, dev,
7210 &iter->dev->adj_list.lower);
7211 netdev_adjacent_sysfs_add(dev, iter->dev,
7212 &dev->adj_list.upper);
7213 }
7214
7215 list_for_each_entry(iter, &dev->adj_list.lower, list) {
be4da0e3 7216 if (!net_eq(net, dev_net(iter->dev)))
4c75431a
AF
7217 continue;
7218 netdev_adjacent_sysfs_add(iter->dev, dev,
7219 &iter->dev->adj_list.upper);
7220 netdev_adjacent_sysfs_add(dev, iter->dev,
7221 &dev->adj_list.lower);
7222 }
7223}
7224
2ce1ee17 7225static void netdev_adjacent_del_links(struct net_device *dev)
4c75431a
AF
7226{
7227 struct netdev_adjacent *iter;
7228
7229 struct net *net = dev_net(dev);
7230
7231 list_for_each_entry(iter, &dev->adj_list.upper, list) {
be4da0e3 7232 if (!net_eq(net, dev_net(iter->dev)))
4c75431a
AF
7233 continue;
7234 netdev_adjacent_sysfs_del(iter->dev, dev->name,
7235 &iter->dev->adj_list.lower);
7236 netdev_adjacent_sysfs_del(dev, iter->dev->name,
7237 &dev->adj_list.upper);
7238 }
7239
7240 list_for_each_entry(iter, &dev->adj_list.lower, list) {
be4da0e3 7241 if (!net_eq(net, dev_net(iter->dev)))
4c75431a
AF
7242 continue;
7243 netdev_adjacent_sysfs_del(iter->dev, dev->name,
7244 &iter->dev->adj_list.upper);
7245 netdev_adjacent_sysfs_del(dev, iter->dev->name,
7246 &dev->adj_list.lower);
7247 }
7248}
7249
5bb025fa 7250void netdev_adjacent_rename_links(struct net_device *dev, char *oldname)
402dae96 7251{
5bb025fa 7252 struct netdev_adjacent *iter;
402dae96 7253
4c75431a
AF
7254 struct net *net = dev_net(dev);
7255
5bb025fa 7256 list_for_each_entry(iter, &dev->adj_list.upper, list) {
be4da0e3 7257 if (!net_eq(net, dev_net(iter->dev)))
4c75431a 7258 continue;
5bb025fa
VF
7259 netdev_adjacent_sysfs_del(iter->dev, oldname,
7260 &iter->dev->adj_list.lower);
7261 netdev_adjacent_sysfs_add(iter->dev, dev,
7262 &iter->dev->adj_list.lower);
7263 }
402dae96 7264
5bb025fa 7265 list_for_each_entry(iter, &dev->adj_list.lower, list) {
be4da0e3 7266 if (!net_eq(net, dev_net(iter->dev)))
4c75431a 7267 continue;
5bb025fa
VF
7268 netdev_adjacent_sysfs_del(iter->dev, oldname,
7269 &iter->dev->adj_list.upper);
7270 netdev_adjacent_sysfs_add(iter->dev, dev,
7271 &iter->dev->adj_list.upper);
7272 }
402dae96 7273}
402dae96
VF
7274
7275void *netdev_lower_dev_get_private(struct net_device *dev,
7276 struct net_device *lower_dev)
7277{
7278 struct netdev_adjacent *lower;
7279
7280 if (!lower_dev)
7281 return NULL;
6ea29da1 7282 lower = __netdev_find_adj(lower_dev, &dev->adj_list.lower);
402dae96
VF
7283 if (!lower)
7284 return NULL;
7285
7286 return lower->private;
7287}
7288EXPORT_SYMBOL(netdev_lower_dev_get_private);
7289
4085ebe8 7290
952fcfd0 7291int dev_get_nest_level(struct net_device *dev)
4085ebe8
VY
7292{
7293 struct net_device *lower = NULL;
7294 struct list_head *iter;
7295 int max_nest = -1;
7296 int nest;
7297
7298 ASSERT_RTNL();
7299
7300 netdev_for_each_lower_dev(dev, lower, iter) {
952fcfd0 7301 nest = dev_get_nest_level(lower);
4085ebe8
VY
7302 if (max_nest < nest)
7303 max_nest = nest;
7304 }
7305
952fcfd0 7306 return max_nest + 1;
4085ebe8
VY
7307}
7308EXPORT_SYMBOL(dev_get_nest_level);
7309
04d48266
JP
7310/**
7311 * netdev_lower_change - Dispatch event about lower device state change
7312 * @lower_dev: device
7313 * @lower_state_info: state to dispatch
7314 *
7315 * Send NETDEV_CHANGELOWERSTATE to netdev notifiers with info.
7316 * The caller must hold the RTNL lock.
7317 */
7318void netdev_lower_state_changed(struct net_device *lower_dev,
7319 void *lower_state_info)
7320{
51d0c047
DA
7321 struct netdev_notifier_changelowerstate_info changelowerstate_info = {
7322 .info.dev = lower_dev,
7323 };
04d48266
JP
7324
7325 ASSERT_RTNL();
7326 changelowerstate_info.lower_state_info = lower_state_info;
51d0c047 7327 call_netdevice_notifiers_info(NETDEV_CHANGELOWERSTATE,
04d48266
JP
7328 &changelowerstate_info.info);
7329}
7330EXPORT_SYMBOL(netdev_lower_state_changed);
7331
b6c40d68
PM
7332static void dev_change_rx_flags(struct net_device *dev, int flags)
7333{
d314774c
SH
7334 const struct net_device_ops *ops = dev->netdev_ops;
7335
d2615bf4 7336 if (ops->ndo_change_rx_flags)
d314774c 7337 ops->ndo_change_rx_flags(dev, flags);
b6c40d68
PM
7338}
7339
991fb3f7 7340static int __dev_set_promiscuity(struct net_device *dev, int inc, bool notify)
1da177e4 7341{
b536db93 7342 unsigned int old_flags = dev->flags;
d04a48b0
EB
7343 kuid_t uid;
7344 kgid_t gid;
1da177e4 7345
24023451
PM
7346 ASSERT_RTNL();
7347
dad9b335
WC
7348 dev->flags |= IFF_PROMISC;
7349 dev->promiscuity += inc;
7350 if (dev->promiscuity == 0) {
7351 /*
7352 * Avoid overflow.
7353 * If inc causes overflow, untouch promisc and return error.
7354 */
7355 if (inc < 0)
7356 dev->flags &= ~IFF_PROMISC;
7357 else {
7358 dev->promiscuity -= inc;
7b6cd1ce
JP
7359 pr_warn("%s: promiscuity touches roof, set promiscuity failed. promiscuity feature of device might be broken.\n",
7360 dev->name);
dad9b335
WC
7361 return -EOVERFLOW;
7362 }
7363 }
52609c0b 7364 if (dev->flags != old_flags) {
7b6cd1ce
JP
7365 pr_info("device %s %s promiscuous mode\n",
7366 dev->name,
7367 dev->flags & IFF_PROMISC ? "entered" : "left");
8192b0c4
DH
7368 if (audit_enabled) {
7369 current_uid_gid(&uid, &gid);
cdfb6b34
RGB
7370 audit_log(audit_context(), GFP_ATOMIC,
7371 AUDIT_ANOM_PROMISCUOUS,
7372 "dev=%s prom=%d old_prom=%d auid=%u uid=%u gid=%u ses=%u",
7373 dev->name, (dev->flags & IFF_PROMISC),
7374 (old_flags & IFF_PROMISC),
7375 from_kuid(&init_user_ns, audit_get_loginuid(current)),
7376 from_kuid(&init_user_ns, uid),
7377 from_kgid(&init_user_ns, gid),
7378 audit_get_sessionid(current));
8192b0c4 7379 }
24023451 7380
b6c40d68 7381 dev_change_rx_flags(dev, IFF_PROMISC);
1da177e4 7382 }
991fb3f7
ND
7383 if (notify)
7384 __dev_notify_flags(dev, old_flags, IFF_PROMISC);
dad9b335 7385 return 0;
1da177e4
LT
7386}
7387
4417da66
PM
7388/**
7389 * dev_set_promiscuity - update promiscuity count on a device
7390 * @dev: device
7391 * @inc: modifier
7392 *
7393 * Add or remove promiscuity from a device. While the count in the device
7394 * remains above zero the interface remains promiscuous. Once it hits zero
7395 * the device reverts back to normal filtering operation. A negative inc
7396 * value is used to drop promiscuity on the device.
dad9b335 7397 * Return 0 if successful or a negative errno code on error.
4417da66 7398 */
dad9b335 7399int dev_set_promiscuity(struct net_device *dev, int inc)
4417da66 7400{
b536db93 7401 unsigned int old_flags = dev->flags;
dad9b335 7402 int err;
4417da66 7403
991fb3f7 7404 err = __dev_set_promiscuity(dev, inc, true);
4b5a698e 7405 if (err < 0)
dad9b335 7406 return err;
4417da66
PM
7407 if (dev->flags != old_flags)
7408 dev_set_rx_mode(dev);
dad9b335 7409 return err;
4417da66 7410}
d1b19dff 7411EXPORT_SYMBOL(dev_set_promiscuity);
4417da66 7412
991fb3f7 7413static int __dev_set_allmulti(struct net_device *dev, int inc, bool notify)
1da177e4 7414{
991fb3f7 7415 unsigned int old_flags = dev->flags, old_gflags = dev->gflags;
1da177e4 7416
24023451
PM
7417 ASSERT_RTNL();
7418
1da177e4 7419 dev->flags |= IFF_ALLMULTI;
dad9b335
WC
7420 dev->allmulti += inc;
7421 if (dev->allmulti == 0) {
7422 /*
7423 * Avoid overflow.
7424 * If inc causes overflow, untouch allmulti and return error.
7425 */
7426 if (inc < 0)
7427 dev->flags &= ~IFF_ALLMULTI;
7428 else {
7429 dev->allmulti -= inc;
7b6cd1ce
JP
7430 pr_warn("%s: allmulti touches roof, set allmulti failed. allmulti feature of device might be broken.\n",
7431 dev->name);
dad9b335
WC
7432 return -EOVERFLOW;
7433 }
7434 }
24023451 7435 if (dev->flags ^ old_flags) {
b6c40d68 7436 dev_change_rx_flags(dev, IFF_ALLMULTI);
4417da66 7437 dev_set_rx_mode(dev);
991fb3f7
ND
7438 if (notify)
7439 __dev_notify_flags(dev, old_flags,
7440 dev->gflags ^ old_gflags);
24023451 7441 }
dad9b335 7442 return 0;
4417da66 7443}
991fb3f7
ND
7444
7445/**
7446 * dev_set_allmulti - update allmulti count on a device
7447 * @dev: device
7448 * @inc: modifier
7449 *
7450 * Add or remove reception of all multicast frames to a device. While the
7451 * count in the device remains above zero the interface remains listening
7452 * to all interfaces. Once it hits zero the device reverts back to normal
7453 * filtering operation. A negative @inc value is used to drop the counter
7454 * when releasing a resource needing all multicasts.
7455 * Return 0 if successful or a negative errno code on error.
7456 */
7457
7458int dev_set_allmulti(struct net_device *dev, int inc)
7459{
7460 return __dev_set_allmulti(dev, inc, true);
7461}
d1b19dff 7462EXPORT_SYMBOL(dev_set_allmulti);
4417da66
PM
7463
7464/*
7465 * Upload unicast and multicast address lists to device and
7466 * configure RX filtering. When the device doesn't support unicast
53ccaae1 7467 * filtering it is put in promiscuous mode while unicast addresses
4417da66
PM
7468 * are present.
7469 */
7470void __dev_set_rx_mode(struct net_device *dev)
7471{
d314774c
SH
7472 const struct net_device_ops *ops = dev->netdev_ops;
7473
4417da66
PM
7474 /* dev_open will call this function so the list will stay sane. */
7475 if (!(dev->flags&IFF_UP))
7476 return;
7477
7478 if (!netif_device_present(dev))
40b77c94 7479 return;
4417da66 7480
01789349 7481 if (!(dev->priv_flags & IFF_UNICAST_FLT)) {
4417da66
PM
7482 /* Unicast addresses changes may only happen under the rtnl,
7483 * therefore calling __dev_set_promiscuity here is safe.
7484 */
32e7bfc4 7485 if (!netdev_uc_empty(dev) && !dev->uc_promisc) {
991fb3f7 7486 __dev_set_promiscuity(dev, 1, false);
2d348d1f 7487 dev->uc_promisc = true;
32e7bfc4 7488 } else if (netdev_uc_empty(dev) && dev->uc_promisc) {
991fb3f7 7489 __dev_set_promiscuity(dev, -1, false);
2d348d1f 7490 dev->uc_promisc = false;
4417da66 7491 }
4417da66 7492 }
01789349
JP
7493
7494 if (ops->ndo_set_rx_mode)
7495 ops->ndo_set_rx_mode(dev);
4417da66
PM
7496}
7497
7498void dev_set_rx_mode(struct net_device *dev)
7499{
b9e40857 7500 netif_addr_lock_bh(dev);
4417da66 7501 __dev_set_rx_mode(dev);
b9e40857 7502 netif_addr_unlock_bh(dev);
1da177e4
LT
7503}
7504
f0db275a
SH
7505/**
7506 * dev_get_flags - get flags reported to userspace
7507 * @dev: device
7508 *
7509 * Get the combination of flag bits exported through APIs to userspace.
7510 */
95c96174 7511unsigned int dev_get_flags(const struct net_device *dev)
1da177e4 7512{
95c96174 7513 unsigned int flags;
1da177e4
LT
7514
7515 flags = (dev->flags & ~(IFF_PROMISC |
7516 IFF_ALLMULTI |
b00055aa
SR
7517 IFF_RUNNING |
7518 IFF_LOWER_UP |
7519 IFF_DORMANT)) |
1da177e4
LT
7520 (dev->gflags & (IFF_PROMISC |
7521 IFF_ALLMULTI));
7522
b00055aa
SR
7523 if (netif_running(dev)) {
7524 if (netif_oper_up(dev))
7525 flags |= IFF_RUNNING;
7526 if (netif_carrier_ok(dev))
7527 flags |= IFF_LOWER_UP;
7528 if (netif_dormant(dev))
7529 flags |= IFF_DORMANT;
7530 }
1da177e4
LT
7531
7532 return flags;
7533}
d1b19dff 7534EXPORT_SYMBOL(dev_get_flags);
1da177e4 7535
6d040321
PM
7536int __dev_change_flags(struct net_device *dev, unsigned int flags,
7537 struct netlink_ext_ack *extack)
1da177e4 7538{
b536db93 7539 unsigned int old_flags = dev->flags;
bd380811 7540 int ret;
1da177e4 7541
24023451
PM
7542 ASSERT_RTNL();
7543
1da177e4
LT
7544 /*
7545 * Set the flags on our device.
7546 */
7547
7548 dev->flags = (flags & (IFF_DEBUG | IFF_NOTRAILERS | IFF_NOARP |
7549 IFF_DYNAMIC | IFF_MULTICAST | IFF_PORTSEL |
7550 IFF_AUTOMEDIA)) |
7551 (dev->flags & (IFF_UP | IFF_VOLATILE | IFF_PROMISC |
7552 IFF_ALLMULTI));
7553
7554 /*
7555 * Load in the correct multicast list now the flags have changed.
7556 */
7557
b6c40d68
PM
7558 if ((old_flags ^ flags) & IFF_MULTICAST)
7559 dev_change_rx_flags(dev, IFF_MULTICAST);
24023451 7560
4417da66 7561 dev_set_rx_mode(dev);
1da177e4
LT
7562
7563 /*
7564 * Have we downed the interface. We handle IFF_UP ourselves
7565 * according to user attempts to set it, rather than blindly
7566 * setting it.
7567 */
7568
7569 ret = 0;
7051b88a 7570 if ((old_flags ^ flags) & IFF_UP) {
7571 if (old_flags & IFF_UP)
7572 __dev_close(dev);
7573 else
40c900aa 7574 ret = __dev_open(dev, extack);
7051b88a 7575 }
1da177e4 7576
1da177e4 7577 if ((flags ^ dev->gflags) & IFF_PROMISC) {
d1b19dff 7578 int inc = (flags & IFF_PROMISC) ? 1 : -1;
991fb3f7 7579 unsigned int old_flags = dev->flags;
d1b19dff 7580
1da177e4 7581 dev->gflags ^= IFF_PROMISC;
991fb3f7
ND
7582
7583 if (__dev_set_promiscuity(dev, inc, false) >= 0)
7584 if (dev->flags != old_flags)
7585 dev_set_rx_mode(dev);
1da177e4
LT
7586 }
7587
7588 /* NOTE: order of synchronization of IFF_PROMISC and IFF_ALLMULTI
eb13da1a 7589 * is important. Some (broken) drivers set IFF_PROMISC, when
7590 * IFF_ALLMULTI is requested not asking us and not reporting.
1da177e4
LT
7591 */
7592 if ((flags ^ dev->gflags) & IFF_ALLMULTI) {
d1b19dff
ED
7593 int inc = (flags & IFF_ALLMULTI) ? 1 : -1;
7594
1da177e4 7595 dev->gflags ^= IFF_ALLMULTI;
991fb3f7 7596 __dev_set_allmulti(dev, inc, false);
1da177e4
LT
7597 }
7598
bd380811
PM
7599 return ret;
7600}
7601
a528c219
ND
7602void __dev_notify_flags(struct net_device *dev, unsigned int old_flags,
7603 unsigned int gchanges)
bd380811
PM
7604{
7605 unsigned int changes = dev->flags ^ old_flags;
7606
a528c219 7607 if (gchanges)
7f294054 7608 rtmsg_ifinfo(RTM_NEWLINK, dev, gchanges, GFP_ATOMIC);
a528c219 7609
bd380811
PM
7610 if (changes & IFF_UP) {
7611 if (dev->flags & IFF_UP)
7612 call_netdevice_notifiers(NETDEV_UP, dev);
7613 else
7614 call_netdevice_notifiers(NETDEV_DOWN, dev);
7615 }
7616
7617 if (dev->flags & IFF_UP &&
be9efd36 7618 (changes & ~(IFF_UP | IFF_PROMISC | IFF_ALLMULTI | IFF_VOLATILE))) {
51d0c047
DA
7619 struct netdev_notifier_change_info change_info = {
7620 .info = {
7621 .dev = dev,
7622 },
7623 .flags_changed = changes,
7624 };
be9efd36 7625
51d0c047 7626 call_netdevice_notifiers_info(NETDEV_CHANGE, &change_info.info);
be9efd36 7627 }
bd380811
PM
7628}
7629
7630/**
7631 * dev_change_flags - change device settings
7632 * @dev: device
7633 * @flags: device state flags
567c5e13 7634 * @extack: netlink extended ack
bd380811
PM
7635 *
7636 * Change settings on device based state flags. The flags are
7637 * in the userspace exported format.
7638 */
567c5e13
PM
7639int dev_change_flags(struct net_device *dev, unsigned int flags,
7640 struct netlink_ext_ack *extack)
bd380811 7641{
b536db93 7642 int ret;
991fb3f7 7643 unsigned int changes, old_flags = dev->flags, old_gflags = dev->gflags;
bd380811 7644
6d040321 7645 ret = __dev_change_flags(dev, flags, extack);
bd380811
PM
7646 if (ret < 0)
7647 return ret;
7648
991fb3f7 7649 changes = (old_flags ^ dev->flags) | (old_gflags ^ dev->gflags);
a528c219 7650 __dev_notify_flags(dev, old_flags, changes);
1da177e4
LT
7651 return ret;
7652}
d1b19dff 7653EXPORT_SYMBOL(dev_change_flags);
1da177e4 7654
f51048c3 7655int __dev_set_mtu(struct net_device *dev, int new_mtu)
2315dc91
VF
7656{
7657 const struct net_device_ops *ops = dev->netdev_ops;
7658
7659 if (ops->ndo_change_mtu)
7660 return ops->ndo_change_mtu(dev, new_mtu);
7661
7662 dev->mtu = new_mtu;
7663 return 0;
7664}
f51048c3 7665EXPORT_SYMBOL(__dev_set_mtu);
2315dc91 7666
f0db275a 7667/**
7a4c53be 7668 * dev_set_mtu_ext - Change maximum transfer unit
f0db275a
SH
7669 * @dev: device
7670 * @new_mtu: new transfer unit
7a4c53be 7671 * @extack: netlink extended ack
f0db275a
SH
7672 *
7673 * Change the maximum transfer size of the network device.
7674 */
7a4c53be
SH
7675int dev_set_mtu_ext(struct net_device *dev, int new_mtu,
7676 struct netlink_ext_ack *extack)
1da177e4 7677{
2315dc91 7678 int err, orig_mtu;
1da177e4
LT
7679
7680 if (new_mtu == dev->mtu)
7681 return 0;
7682
61e84623
JW
7683 /* MTU must be positive, and in range */
7684 if (new_mtu < 0 || new_mtu < dev->min_mtu) {
7a4c53be 7685 NL_SET_ERR_MSG(extack, "mtu less than device minimum");
1da177e4 7686 return -EINVAL;
61e84623
JW
7687 }
7688
7689 if (dev->max_mtu > 0 && new_mtu > dev->max_mtu) {
7a4c53be 7690 NL_SET_ERR_MSG(extack, "mtu greater than device maximum");
61e84623
JW
7691 return -EINVAL;
7692 }
1da177e4
LT
7693
7694 if (!netif_device_present(dev))
7695 return -ENODEV;
7696
1d486bfb
VF
7697 err = call_netdevice_notifiers(NETDEV_PRECHANGEMTU, dev);
7698 err = notifier_to_errno(err);
7699 if (err)
7700 return err;
d314774c 7701
2315dc91
VF
7702 orig_mtu = dev->mtu;
7703 err = __dev_set_mtu(dev, new_mtu);
d314774c 7704
2315dc91 7705 if (!err) {
af7d6cce
SD
7706 err = call_netdevice_notifiers_mtu(NETDEV_CHANGEMTU, dev,
7707 orig_mtu);
2315dc91
VF
7708 err = notifier_to_errno(err);
7709 if (err) {
7710 /* setting mtu back and notifying everyone again,
7711 * so that they have a chance to revert changes.
7712 */
7713 __dev_set_mtu(dev, orig_mtu);
af7d6cce
SD
7714 call_netdevice_notifiers_mtu(NETDEV_CHANGEMTU, dev,
7715 new_mtu);
2315dc91
VF
7716 }
7717 }
1da177e4
LT
7718 return err;
7719}
7a4c53be
SH
7720
7721int dev_set_mtu(struct net_device *dev, int new_mtu)
7722{
7723 struct netlink_ext_ack extack;
7724 int err;
7725
a6bcfc89 7726 memset(&extack, 0, sizeof(extack));
7a4c53be 7727 err = dev_set_mtu_ext(dev, new_mtu, &extack);
a6bcfc89 7728 if (err && extack._msg)
7a4c53be
SH
7729 net_err_ratelimited("%s: %s\n", dev->name, extack._msg);
7730 return err;
7731}
d1b19dff 7732EXPORT_SYMBOL(dev_set_mtu);
1da177e4 7733
6a643ddb
CW
7734/**
7735 * dev_change_tx_queue_len - Change TX queue length of a netdevice
7736 * @dev: device
7737 * @new_len: new tx queue length
7738 */
7739int dev_change_tx_queue_len(struct net_device *dev, unsigned long new_len)
7740{
7741 unsigned int orig_len = dev->tx_queue_len;
7742 int res;
7743
7744 if (new_len != (unsigned int)new_len)
7745 return -ERANGE;
7746
7747 if (new_len != orig_len) {
7748 dev->tx_queue_len = new_len;
7749 res = call_netdevice_notifiers(NETDEV_CHANGE_TX_QUEUE_LEN, dev);
7750 res = notifier_to_errno(res);
7effaf06
TT
7751 if (res)
7752 goto err_rollback;
7753 res = dev_qdisc_change_tx_queue_len(dev);
7754 if (res)
7755 goto err_rollback;
6a643ddb
CW
7756 }
7757
7758 return 0;
7effaf06
TT
7759
7760err_rollback:
7761 netdev_err(dev, "refused to change device tx_queue_len\n");
7762 dev->tx_queue_len = orig_len;
7763 return res;
6a643ddb
CW
7764}
7765
cbda10fa
VD
7766/**
7767 * dev_set_group - Change group this device belongs to
7768 * @dev: device
7769 * @new_group: group this device should belong to
7770 */
7771void dev_set_group(struct net_device *dev, int new_group)
7772{
7773 dev->group = new_group;
7774}
7775EXPORT_SYMBOL(dev_set_group);
7776
d59cdf94
PM
7777/**
7778 * dev_pre_changeaddr_notify - Call NETDEV_PRE_CHANGEADDR.
7779 * @dev: device
7780 * @addr: new address
7781 * @extack: netlink extended ack
7782 */
7783int dev_pre_changeaddr_notify(struct net_device *dev, const char *addr,
7784 struct netlink_ext_ack *extack)
7785{
7786 struct netdev_notifier_pre_changeaddr_info info = {
7787 .info.dev = dev,
7788 .info.extack = extack,
7789 .dev_addr = addr,
7790 };
7791 int rc;
7792
7793 rc = call_netdevice_notifiers_info(NETDEV_PRE_CHANGEADDR, &info.info);
7794 return notifier_to_errno(rc);
7795}
7796EXPORT_SYMBOL(dev_pre_changeaddr_notify);
7797
f0db275a
SH
7798/**
7799 * dev_set_mac_address - Change Media Access Control Address
7800 * @dev: device
7801 * @sa: new address
3a37a963 7802 * @extack: netlink extended ack
f0db275a
SH
7803 *
7804 * Change the hardware (MAC) address of the device
7805 */
3a37a963
PM
7806int dev_set_mac_address(struct net_device *dev, struct sockaddr *sa,
7807 struct netlink_ext_ack *extack)
1da177e4 7808{
d314774c 7809 const struct net_device_ops *ops = dev->netdev_ops;
1da177e4
LT
7810 int err;
7811
d314774c 7812 if (!ops->ndo_set_mac_address)
1da177e4
LT
7813 return -EOPNOTSUPP;
7814 if (sa->sa_family != dev->type)
7815 return -EINVAL;
7816 if (!netif_device_present(dev))
7817 return -ENODEV;
d59cdf94
PM
7818 err = dev_pre_changeaddr_notify(dev, sa->sa_data, extack);
7819 if (err)
7820 return err;
d314774c 7821 err = ops->ndo_set_mac_address(dev, sa);
f6521516
JP
7822 if (err)
7823 return err;
fbdeca2d 7824 dev->addr_assign_type = NET_ADDR_SET;
f6521516 7825 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
7bf23575 7826 add_device_randomness(dev->dev_addr, dev->addr_len);
f6521516 7827 return 0;
1da177e4 7828}
d1b19dff 7829EXPORT_SYMBOL(dev_set_mac_address);
1da177e4 7830
4bf84c35
JP
7831/**
7832 * dev_change_carrier - Change device carrier
7833 * @dev: device
691b3b7e 7834 * @new_carrier: new value
4bf84c35
JP
7835 *
7836 * Change device carrier
7837 */
7838int dev_change_carrier(struct net_device *dev, bool new_carrier)
7839{
7840 const struct net_device_ops *ops = dev->netdev_ops;
7841
7842 if (!ops->ndo_change_carrier)
7843 return -EOPNOTSUPP;
7844 if (!netif_device_present(dev))
7845 return -ENODEV;
7846 return ops->ndo_change_carrier(dev, new_carrier);
7847}
7848EXPORT_SYMBOL(dev_change_carrier);
7849
66b52b0d
JP
7850/**
7851 * dev_get_phys_port_id - Get device physical port ID
7852 * @dev: device
7853 * @ppid: port ID
7854 *
7855 * Get device physical port ID
7856 */
7857int dev_get_phys_port_id(struct net_device *dev,
02637fce 7858 struct netdev_phys_item_id *ppid)
66b52b0d
JP
7859{
7860 const struct net_device_ops *ops = dev->netdev_ops;
7861
7862 if (!ops->ndo_get_phys_port_id)
7863 return -EOPNOTSUPP;
7864 return ops->ndo_get_phys_port_id(dev, ppid);
7865}
7866EXPORT_SYMBOL(dev_get_phys_port_id);
7867
db24a904
DA
7868/**
7869 * dev_get_phys_port_name - Get device physical port name
7870 * @dev: device
7871 * @name: port name
ed49e650 7872 * @len: limit of bytes to copy to name
db24a904
DA
7873 *
7874 * Get device physical port name
7875 */
7876int dev_get_phys_port_name(struct net_device *dev,
7877 char *name, size_t len)
7878{
7879 const struct net_device_ops *ops = dev->netdev_ops;
7880
7881 if (!ops->ndo_get_phys_port_name)
7882 return -EOPNOTSUPP;
7883 return ops->ndo_get_phys_port_name(dev, name, len);
7884}
7885EXPORT_SYMBOL(dev_get_phys_port_name);
7886
d6abc596
FF
7887/**
7888 * dev_get_port_parent_id - Get the device's port parent identifier
7889 * @dev: network device
7890 * @ppid: pointer to a storage for the port's parent identifier
7891 * @recurse: allow/disallow recursion to lower devices
7892 *
7893 * Get the devices's port parent identifier
7894 */
7895int dev_get_port_parent_id(struct net_device *dev,
7896 struct netdev_phys_item_id *ppid,
7897 bool recurse)
7898{
7899 const struct net_device_ops *ops = dev->netdev_ops;
7900 struct netdev_phys_item_id first = { };
7901 struct net_device *lower_dev;
7902 struct list_head *iter;
7903 int err = -EOPNOTSUPP;
7904
7905 if (ops->ndo_get_port_parent_id)
7906 return ops->ndo_get_port_parent_id(dev, ppid);
7907
7908 if (!recurse)
7909 return err;
7910
7911 netdev_for_each_lower_dev(dev, lower_dev, iter) {
7912 err = dev_get_port_parent_id(lower_dev, ppid, recurse);
7913 if (err)
7914 break;
7915 if (!first.id_len)
7916 first = *ppid;
7917 else if (memcmp(&first, ppid, sizeof(*ppid)))
7918 return -ENODATA;
7919 }
7920
7921 return err;
7922}
7923EXPORT_SYMBOL(dev_get_port_parent_id);
7924
7925/**
7926 * netdev_port_same_parent_id - Indicate if two network devices have
7927 * the same port parent identifier
7928 * @a: first network device
7929 * @b: second network device
7930 */
7931bool netdev_port_same_parent_id(struct net_device *a, struct net_device *b)
7932{
7933 struct netdev_phys_item_id a_id = { };
7934 struct netdev_phys_item_id b_id = { };
7935
7936 if (dev_get_port_parent_id(a, &a_id, true) ||
7937 dev_get_port_parent_id(b, &b_id, true))
7938 return false;
7939
7940 return netdev_phys_item_id_same(&a_id, &b_id);
7941}
7942EXPORT_SYMBOL(netdev_port_same_parent_id);
7943
d746d707
AK
7944/**
7945 * dev_change_proto_down - update protocol port state information
7946 * @dev: device
7947 * @proto_down: new value
7948 *
7949 * This info can be used by switch drivers to set the phys state of the
7950 * port.
7951 */
7952int dev_change_proto_down(struct net_device *dev, bool proto_down)
7953{
7954 const struct net_device_ops *ops = dev->netdev_ops;
7955
7956 if (!ops->ndo_change_proto_down)
7957 return -EOPNOTSUPP;
7958 if (!netif_device_present(dev))
7959 return -ENODEV;
7960 return ops->ndo_change_proto_down(dev, proto_down);
7961}
7962EXPORT_SYMBOL(dev_change_proto_down);
7963
b5899679
AR
7964/**
7965 * dev_change_proto_down_generic - generic implementation for
7966 * ndo_change_proto_down that sets carrier according to
7967 * proto_down.
7968 *
7969 * @dev: device
7970 * @proto_down: new value
7971 */
7972int dev_change_proto_down_generic(struct net_device *dev, bool proto_down)
7973{
7974 if (proto_down)
7975 netif_carrier_off(dev);
7976 else
7977 netif_carrier_on(dev);
7978 dev->proto_down = proto_down;
7979 return 0;
7980}
7981EXPORT_SYMBOL(dev_change_proto_down_generic);
7982
a25717d2
JK
7983u32 __dev_xdp_query(struct net_device *dev, bpf_op_t bpf_op,
7984 enum bpf_netdev_command cmd)
d67b9cd2 7985{
a25717d2 7986 struct netdev_bpf xdp;
d67b9cd2 7987
a25717d2
JK
7988 if (!bpf_op)
7989 return 0;
118b4aa2 7990
a25717d2
JK
7991 memset(&xdp, 0, sizeof(xdp));
7992 xdp.command = cmd;
118b4aa2 7993
a25717d2
JK
7994 /* Query must always succeed. */
7995 WARN_ON(bpf_op(dev, &xdp) < 0 && cmd == XDP_QUERY_PROG);
58038695 7996
6b867589 7997 return xdp.prog_id;
d67b9cd2
DB
7998}
7999
f4e63525 8000static int dev_xdp_install(struct net_device *dev, bpf_op_t bpf_op,
32d60277 8001 struct netlink_ext_ack *extack, u32 flags,
d67b9cd2
DB
8002 struct bpf_prog *prog)
8003{
f4e63525 8004 struct netdev_bpf xdp;
d67b9cd2
DB
8005
8006 memset(&xdp, 0, sizeof(xdp));
ee5d032f
JK
8007 if (flags & XDP_FLAGS_HW_MODE)
8008 xdp.command = XDP_SETUP_PROG_HW;
8009 else
8010 xdp.command = XDP_SETUP_PROG;
d67b9cd2 8011 xdp.extack = extack;
32d60277 8012 xdp.flags = flags;
d67b9cd2
DB
8013 xdp.prog = prog;
8014
f4e63525 8015 return bpf_op(dev, &xdp);
d67b9cd2
DB
8016}
8017
bd0b2e7f
JK
8018static void dev_xdp_uninstall(struct net_device *dev)
8019{
8020 struct netdev_bpf xdp;
8021 bpf_op_t ndo_bpf;
8022
8023 /* Remove generic XDP */
8024 WARN_ON(dev_xdp_install(dev, generic_xdp_install, NULL, 0, NULL));
8025
8026 /* Remove from the driver */
8027 ndo_bpf = dev->netdev_ops->ndo_bpf;
8028 if (!ndo_bpf)
8029 return;
8030
a25717d2
JK
8031 memset(&xdp, 0, sizeof(xdp));
8032 xdp.command = XDP_QUERY_PROG;
8033 WARN_ON(ndo_bpf(dev, &xdp));
8034 if (xdp.prog_id)
8035 WARN_ON(dev_xdp_install(dev, ndo_bpf, NULL, xdp.prog_flags,
8036 NULL));
bd0b2e7f 8037
a25717d2
JK
8038 /* Remove HW offload */
8039 memset(&xdp, 0, sizeof(xdp));
8040 xdp.command = XDP_QUERY_PROG_HW;
8041 if (!ndo_bpf(dev, &xdp) && xdp.prog_id)
8042 WARN_ON(dev_xdp_install(dev, ndo_bpf, NULL, xdp.prog_flags,
8043 NULL));
bd0b2e7f
JK
8044}
8045
a7862b45
BB
8046/**
8047 * dev_change_xdp_fd - set or clear a bpf program for a device rx path
8048 * @dev: device
b5d60989 8049 * @extack: netlink extended ack
a7862b45 8050 * @fd: new program fd or negative value to clear
85de8576 8051 * @flags: xdp-related flags
a7862b45
BB
8052 *
8053 * Set or clear a bpf program for a device
8054 */
ddf9f970
JK
8055int dev_change_xdp_fd(struct net_device *dev, struct netlink_ext_ack *extack,
8056 int fd, u32 flags)
a7862b45
BB
8057{
8058 const struct net_device_ops *ops = dev->netdev_ops;
a25717d2 8059 enum bpf_netdev_command query;
a7862b45 8060 struct bpf_prog *prog = NULL;
f4e63525 8061 bpf_op_t bpf_op, bpf_chk;
9ee963d6 8062 bool offload;
a7862b45
BB
8063 int err;
8064
85de8576
DB
8065 ASSERT_RTNL();
8066
9ee963d6
JK
8067 offload = flags & XDP_FLAGS_HW_MODE;
8068 query = offload ? XDP_QUERY_PROG_HW : XDP_QUERY_PROG;
a25717d2 8069
f4e63525 8070 bpf_op = bpf_chk = ops->ndo_bpf;
01dde20c
MF
8071 if (!bpf_op && (flags & (XDP_FLAGS_DRV_MODE | XDP_FLAGS_HW_MODE))) {
8072 NL_SET_ERR_MSG(extack, "underlying driver does not support XDP in native mode");
0489df9a 8073 return -EOPNOTSUPP;
01dde20c 8074 }
f4e63525
JK
8075 if (!bpf_op || (flags & XDP_FLAGS_SKB_MODE))
8076 bpf_op = generic_xdp_install;
8077 if (bpf_op == bpf_chk)
8078 bpf_chk = generic_xdp_install;
b5cdae32 8079
a7862b45 8080 if (fd >= 0) {
9ee963d6 8081 if (!offload && __dev_xdp_query(dev, bpf_chk, XDP_QUERY_PROG)) {
01dde20c 8082 NL_SET_ERR_MSG(extack, "native and generic XDP can't be active at the same time");
d67b9cd2 8083 return -EEXIST;
01dde20c 8084 }
d67b9cd2 8085 if ((flags & XDP_FLAGS_UPDATE_IF_NOEXIST) &&
01dde20c
MF
8086 __dev_xdp_query(dev, bpf_op, query)) {
8087 NL_SET_ERR_MSG(extack, "XDP program already attached");
d67b9cd2 8088 return -EBUSY;
01dde20c 8089 }
85de8576 8090
288b3de5
JK
8091 prog = bpf_prog_get_type_dev(fd, BPF_PROG_TYPE_XDP,
8092 bpf_op == ops->ndo_bpf);
a7862b45
BB
8093 if (IS_ERR(prog))
8094 return PTR_ERR(prog);
441a3303 8095
9ee963d6 8096 if (!offload && bpf_prog_is_dev_bound(prog->aux)) {
441a3303
JK
8097 NL_SET_ERR_MSG(extack, "using device-bound program without HW_MODE flag is not supported");
8098 bpf_prog_put(prog);
8099 return -EINVAL;
8100 }
a7862b45
BB
8101 }
8102
f4e63525 8103 err = dev_xdp_install(dev, bpf_op, extack, flags, prog);
a7862b45
BB
8104 if (err < 0 && prog)
8105 bpf_prog_put(prog);
8106
8107 return err;
8108}
a7862b45 8109
1da177e4
LT
8110/**
8111 * dev_new_index - allocate an ifindex
c4ea43c5 8112 * @net: the applicable net namespace
1da177e4
LT
8113 *
8114 * Returns a suitable unique value for a new device interface
8115 * number. The caller must hold the rtnl semaphore or the
8116 * dev_base_lock to be sure it remains unique.
8117 */
881d966b 8118static int dev_new_index(struct net *net)
1da177e4 8119{
aa79e66e 8120 int ifindex = net->ifindex;
f4563a75 8121
1da177e4
LT
8122 for (;;) {
8123 if (++ifindex <= 0)
8124 ifindex = 1;
881d966b 8125 if (!__dev_get_by_index(net, ifindex))
aa79e66e 8126 return net->ifindex = ifindex;
1da177e4
LT
8127 }
8128}
8129
1da177e4 8130/* Delayed registration/unregisteration */
3b5b34fd 8131static LIST_HEAD(net_todo_list);
200b916f 8132DECLARE_WAIT_QUEUE_HEAD(netdev_unregistering_wq);
1da177e4 8133
6f05f629 8134static void net_set_todo(struct net_device *dev)
1da177e4 8135{
1da177e4 8136 list_add_tail(&dev->todo_list, &net_todo_list);
50624c93 8137 dev_net(dev)->dev_unreg_count++;
1da177e4
LT
8138}
8139
9b5e383c 8140static void rollback_registered_many(struct list_head *head)
93ee31f1 8141{
e93737b0 8142 struct net_device *dev, *tmp;
5cde2829 8143 LIST_HEAD(close_head);
9b5e383c 8144
93ee31f1
DL
8145 BUG_ON(dev_boot_phase);
8146 ASSERT_RTNL();
8147
e93737b0 8148 list_for_each_entry_safe(dev, tmp, head, unreg_list) {
9b5e383c 8149 /* Some devices call without registering
e93737b0
KK
8150 * for initialization unwind. Remove those
8151 * devices and proceed with the remaining.
9b5e383c
ED
8152 */
8153 if (dev->reg_state == NETREG_UNINITIALIZED) {
7b6cd1ce
JP
8154 pr_debug("unregister_netdevice: device %s/%p never was registered\n",
8155 dev->name, dev);
93ee31f1 8156
9b5e383c 8157 WARN_ON(1);
e93737b0
KK
8158 list_del(&dev->unreg_list);
8159 continue;
9b5e383c 8160 }
449f4544 8161 dev->dismantle = true;
9b5e383c 8162 BUG_ON(dev->reg_state != NETREG_REGISTERED);
44345724 8163 }
93ee31f1 8164
44345724 8165 /* If device is running, close it first. */
5cde2829
EB
8166 list_for_each_entry(dev, head, unreg_list)
8167 list_add_tail(&dev->close_list, &close_head);
99c4a26a 8168 dev_close_many(&close_head, true);
93ee31f1 8169
44345724 8170 list_for_each_entry(dev, head, unreg_list) {
9b5e383c
ED
8171 /* And unlink it from device chain. */
8172 unlist_netdevice(dev);
93ee31f1 8173
9b5e383c
ED
8174 dev->reg_state = NETREG_UNREGISTERING;
8175 }
41852497 8176 flush_all_backlogs();
93ee31f1
DL
8177
8178 synchronize_net();
8179
9b5e383c 8180 list_for_each_entry(dev, head, unreg_list) {
395eea6c
MB
8181 struct sk_buff *skb = NULL;
8182
9b5e383c
ED
8183 /* Shutdown queueing discipline. */
8184 dev_shutdown(dev);
93ee31f1 8185
bd0b2e7f 8186 dev_xdp_uninstall(dev);
93ee31f1 8187
9b5e383c 8188 /* Notify protocols, that we are about to destroy
eb13da1a 8189 * this device. They should clean all the things.
8190 */
9b5e383c 8191 call_netdevice_notifiers(NETDEV_UNREGISTER, dev);
93ee31f1 8192
395eea6c
MB
8193 if (!dev->rtnl_link_ops ||
8194 dev->rtnl_link_state == RTNL_LINK_INITIALIZED)
3d3ea5af 8195 skb = rtmsg_ifinfo_build_skb(RTM_DELLINK, dev, ~0U, 0,
38e01b30 8196 GFP_KERNEL, NULL, 0);
395eea6c 8197
9b5e383c
ED
8198 /*
8199 * Flush the unicast and multicast chains
8200 */
a748ee24 8201 dev_uc_flush(dev);
22bedad3 8202 dev_mc_flush(dev);
93ee31f1 8203
9b5e383c
ED
8204 if (dev->netdev_ops->ndo_uninit)
8205 dev->netdev_ops->ndo_uninit(dev);
93ee31f1 8206
395eea6c
MB
8207 if (skb)
8208 rtmsg_ifinfo_send(skb, dev, GFP_KERNEL);
56bfa7ee 8209
9ff162a8
JP
8210 /* Notifier chain MUST detach us all upper devices. */
8211 WARN_ON(netdev_has_any_upper_dev(dev));
0f524a80 8212 WARN_ON(netdev_has_any_lower_dev(dev));
93ee31f1 8213
9b5e383c
ED
8214 /* Remove entries from kobject tree */
8215 netdev_unregister_kobject(dev);
024e9679
AD
8216#ifdef CONFIG_XPS
8217 /* Remove XPS queueing entries */
8218 netif_reset_xps_queues_gt(dev, 0);
8219#endif
9b5e383c 8220 }
93ee31f1 8221
850a545b 8222 synchronize_net();
395264d5 8223
a5ee1551 8224 list_for_each_entry(dev, head, unreg_list)
9b5e383c
ED
8225 dev_put(dev);
8226}
8227
8228static void rollback_registered(struct net_device *dev)
8229{
8230 LIST_HEAD(single);
8231
8232 list_add(&dev->unreg_list, &single);
8233 rollback_registered_many(&single);
ceaaec98 8234 list_del(&single);
93ee31f1
DL
8235}
8236
fd867d51
JW
8237static netdev_features_t netdev_sync_upper_features(struct net_device *lower,
8238 struct net_device *upper, netdev_features_t features)
8239{
8240 netdev_features_t upper_disables = NETIF_F_UPPER_DISABLES;
8241 netdev_features_t feature;
5ba3f7d6 8242 int feature_bit;
fd867d51 8243
3b89ea9c 8244 for_each_netdev_feature(upper_disables, feature_bit) {
5ba3f7d6 8245 feature = __NETIF_F_BIT(feature_bit);
fd867d51
JW
8246 if (!(upper->wanted_features & feature)
8247 && (features & feature)) {
8248 netdev_dbg(lower, "Dropping feature %pNF, upper dev %s has it off.\n",
8249 &feature, upper->name);
8250 features &= ~feature;
8251 }
8252 }
8253
8254 return features;
8255}
8256
8257static void netdev_sync_lower_features(struct net_device *upper,
8258 struct net_device *lower, netdev_features_t features)
8259{
8260 netdev_features_t upper_disables = NETIF_F_UPPER_DISABLES;
8261 netdev_features_t feature;
5ba3f7d6 8262 int feature_bit;
fd867d51 8263
3b89ea9c 8264 for_each_netdev_feature(upper_disables, feature_bit) {
5ba3f7d6 8265 feature = __NETIF_F_BIT(feature_bit);
fd867d51
JW
8266 if (!(features & feature) && (lower->features & feature)) {
8267 netdev_dbg(upper, "Disabling feature %pNF on lower dev %s.\n",
8268 &feature, lower->name);
8269 lower->wanted_features &= ~feature;
8270 netdev_update_features(lower);
8271
8272 if (unlikely(lower->features & feature))
8273 netdev_WARN(upper, "failed to disable %pNF on %s!\n",
8274 &feature, lower->name);
8275 }
8276 }
8277}
8278
c8f44aff
MM
8279static netdev_features_t netdev_fix_features(struct net_device *dev,
8280 netdev_features_t features)
b63365a2 8281{
57422dc5
MM
8282 /* Fix illegal checksum combinations */
8283 if ((features & NETIF_F_HW_CSUM) &&
8284 (features & (NETIF_F_IP_CSUM|NETIF_F_IPV6_CSUM))) {
6f404e44 8285 netdev_warn(dev, "mixed HW and IP checksum settings.\n");
57422dc5
MM
8286 features &= ~(NETIF_F_IP_CSUM|NETIF_F_IPV6_CSUM);
8287 }
8288
b63365a2 8289 /* TSO requires that SG is present as well. */
ea2d3688 8290 if ((features & NETIF_F_ALL_TSO) && !(features & NETIF_F_SG)) {
6f404e44 8291 netdev_dbg(dev, "Dropping TSO features since no SG feature.\n");
ea2d3688 8292 features &= ~NETIF_F_ALL_TSO;
b63365a2
HX
8293 }
8294
ec5f0615
PS
8295 if ((features & NETIF_F_TSO) && !(features & NETIF_F_HW_CSUM) &&
8296 !(features & NETIF_F_IP_CSUM)) {
8297 netdev_dbg(dev, "Dropping TSO features since no CSUM feature.\n");
8298 features &= ~NETIF_F_TSO;
8299 features &= ~NETIF_F_TSO_ECN;
8300 }
8301
8302 if ((features & NETIF_F_TSO6) && !(features & NETIF_F_HW_CSUM) &&
8303 !(features & NETIF_F_IPV6_CSUM)) {
8304 netdev_dbg(dev, "Dropping TSO6 features since no CSUM feature.\n");
8305 features &= ~NETIF_F_TSO6;
8306 }
8307
b1dc497b
AD
8308 /* TSO with IPv4 ID mangling requires IPv4 TSO be enabled */
8309 if ((features & NETIF_F_TSO_MANGLEID) && !(features & NETIF_F_TSO))
8310 features &= ~NETIF_F_TSO_MANGLEID;
8311
31d8b9e0
BH
8312 /* TSO ECN requires that TSO is present as well. */
8313 if ((features & NETIF_F_ALL_TSO) == NETIF_F_TSO_ECN)
8314 features &= ~NETIF_F_TSO_ECN;
8315
212b573f
MM
8316 /* Software GSO depends on SG. */
8317 if ((features & NETIF_F_GSO) && !(features & NETIF_F_SG)) {
6f404e44 8318 netdev_dbg(dev, "Dropping NETIF_F_GSO since no SG feature.\n");
212b573f
MM
8319 features &= ~NETIF_F_GSO;
8320 }
8321
802ab55a
AD
8322 /* GSO partial features require GSO partial be set */
8323 if ((features & dev->gso_partial_features) &&
8324 !(features & NETIF_F_GSO_PARTIAL)) {
8325 netdev_dbg(dev,
8326 "Dropping partially supported GSO features since no GSO partial.\n");
8327 features &= ~dev->gso_partial_features;
8328 }
8329
fb1f5f79
MC
8330 if (!(features & NETIF_F_RXCSUM)) {
8331 /* NETIF_F_GRO_HW implies doing RXCSUM since every packet
8332 * successfully merged by hardware must also have the
8333 * checksum verified by hardware. If the user does not
8334 * want to enable RXCSUM, logically, we should disable GRO_HW.
8335 */
8336 if (features & NETIF_F_GRO_HW) {
8337 netdev_dbg(dev, "Dropping NETIF_F_GRO_HW since no RXCSUM feature.\n");
8338 features &= ~NETIF_F_GRO_HW;
8339 }
8340 }
8341
de8d5ab2
GP
8342 /* LRO/HW-GRO features cannot be combined with RX-FCS */
8343 if (features & NETIF_F_RXFCS) {
8344 if (features & NETIF_F_LRO) {
8345 netdev_dbg(dev, "Dropping LRO feature since RX-FCS is requested.\n");
8346 features &= ~NETIF_F_LRO;
8347 }
8348
8349 if (features & NETIF_F_GRO_HW) {
8350 netdev_dbg(dev, "Dropping HW-GRO feature since RX-FCS is requested.\n");
8351 features &= ~NETIF_F_GRO_HW;
8352 }
e6c6a929
GP
8353 }
8354
b63365a2
HX
8355 return features;
8356}
b63365a2 8357
6cb6a27c 8358int __netdev_update_features(struct net_device *dev)
5455c699 8359{
fd867d51 8360 struct net_device *upper, *lower;
c8f44aff 8361 netdev_features_t features;
fd867d51 8362 struct list_head *iter;
e7868a85 8363 int err = -1;
5455c699 8364
87267485
MM
8365 ASSERT_RTNL();
8366
5455c699
MM
8367 features = netdev_get_wanted_features(dev);
8368
8369 if (dev->netdev_ops->ndo_fix_features)
8370 features = dev->netdev_ops->ndo_fix_features(dev, features);
8371
8372 /* driver might be less strict about feature dependencies */
8373 features = netdev_fix_features(dev, features);
8374
fd867d51
JW
8375 /* some features can't be enabled if they're off an an upper device */
8376 netdev_for_each_upper_dev_rcu(dev, upper, iter)
8377 features = netdev_sync_upper_features(dev, upper, features);
8378
5455c699 8379 if (dev->features == features)
e7868a85 8380 goto sync_lower;
5455c699 8381
c8f44aff
MM
8382 netdev_dbg(dev, "Features changed: %pNF -> %pNF\n",
8383 &dev->features, &features);
5455c699
MM
8384
8385 if (dev->netdev_ops->ndo_set_features)
8386 err = dev->netdev_ops->ndo_set_features(dev, features);
5f8dc33e
NA
8387 else
8388 err = 0;
5455c699 8389
6cb6a27c 8390 if (unlikely(err < 0)) {
5455c699 8391 netdev_err(dev,
c8f44aff
MM
8392 "set_features() failed (%d); wanted %pNF, left %pNF\n",
8393 err, &features, &dev->features);
17b85d29
NA
8394 /* return non-0 since some features might have changed and
8395 * it's better to fire a spurious notification than miss it
8396 */
8397 return -1;
6cb6a27c
MM
8398 }
8399
e7868a85 8400sync_lower:
fd867d51
JW
8401 /* some features must be disabled on lower devices when disabled
8402 * on an upper device (think: bonding master or bridge)
8403 */
8404 netdev_for_each_lower_dev(dev, lower, iter)
8405 netdev_sync_lower_features(dev, lower, features);
8406
ae847f40
SD
8407 if (!err) {
8408 netdev_features_t diff = features ^ dev->features;
8409
8410 if (diff & NETIF_F_RX_UDP_TUNNEL_PORT) {
8411 /* udp_tunnel_{get,drop}_rx_info both need
8412 * NETIF_F_RX_UDP_TUNNEL_PORT enabled on the
8413 * device, or they won't do anything.
8414 * Thus we need to update dev->features
8415 * *before* calling udp_tunnel_get_rx_info,
8416 * but *after* calling udp_tunnel_drop_rx_info.
8417 */
8418 if (features & NETIF_F_RX_UDP_TUNNEL_PORT) {
8419 dev->features = features;
8420 udp_tunnel_get_rx_info(dev);
8421 } else {
8422 udp_tunnel_drop_rx_info(dev);
8423 }
8424 }
8425
9daae9bd
GP
8426 if (diff & NETIF_F_HW_VLAN_CTAG_FILTER) {
8427 if (features & NETIF_F_HW_VLAN_CTAG_FILTER) {
8428 dev->features = features;
8429 err |= vlan_get_rx_ctag_filter_info(dev);
8430 } else {
8431 vlan_drop_rx_ctag_filter_info(dev);
8432 }
8433 }
8434
8435 if (diff & NETIF_F_HW_VLAN_STAG_FILTER) {
8436 if (features & NETIF_F_HW_VLAN_STAG_FILTER) {
8437 dev->features = features;
8438 err |= vlan_get_rx_stag_filter_info(dev);
8439 } else {
8440 vlan_drop_rx_stag_filter_info(dev);
8441 }
8442 }
8443
6cb6a27c 8444 dev->features = features;
ae847f40 8445 }
6cb6a27c 8446
e7868a85 8447 return err < 0 ? 0 : 1;
6cb6a27c
MM
8448}
8449
afe12cc8
MM
8450/**
8451 * netdev_update_features - recalculate device features
8452 * @dev: the device to check
8453 *
8454 * Recalculate dev->features set and send notifications if it
8455 * has changed. Should be called after driver or hardware dependent
8456 * conditions might have changed that influence the features.
8457 */
6cb6a27c
MM
8458void netdev_update_features(struct net_device *dev)
8459{
8460 if (__netdev_update_features(dev))
8461 netdev_features_change(dev);
5455c699
MM
8462}
8463EXPORT_SYMBOL(netdev_update_features);
8464
afe12cc8
MM
8465/**
8466 * netdev_change_features - recalculate device features
8467 * @dev: the device to check
8468 *
8469 * Recalculate dev->features set and send notifications even
8470 * if they have not changed. Should be called instead of
8471 * netdev_update_features() if also dev->vlan_features might
8472 * have changed to allow the changes to be propagated to stacked
8473 * VLAN devices.
8474 */
8475void netdev_change_features(struct net_device *dev)
8476{
8477 __netdev_update_features(dev);
8478 netdev_features_change(dev);
8479}
8480EXPORT_SYMBOL(netdev_change_features);
8481
fc4a7489
PM
8482/**
8483 * netif_stacked_transfer_operstate - transfer operstate
8484 * @rootdev: the root or lower level device to transfer state from
8485 * @dev: the device to transfer operstate to
8486 *
8487 * Transfer operational state from root to device. This is normally
8488 * called when a stacking relationship exists between the root
8489 * device and the device(a leaf device).
8490 */
8491void netif_stacked_transfer_operstate(const struct net_device *rootdev,
8492 struct net_device *dev)
8493{
8494 if (rootdev->operstate == IF_OPER_DORMANT)
8495 netif_dormant_on(dev);
8496 else
8497 netif_dormant_off(dev);
8498
0575c86b
ZS
8499 if (netif_carrier_ok(rootdev))
8500 netif_carrier_on(dev);
8501 else
8502 netif_carrier_off(dev);
fc4a7489
PM
8503}
8504EXPORT_SYMBOL(netif_stacked_transfer_operstate);
8505
1b4bf461
ED
8506static int netif_alloc_rx_queues(struct net_device *dev)
8507{
1b4bf461 8508 unsigned int i, count = dev->num_rx_queues;
bd25fa7b 8509 struct netdev_rx_queue *rx;
10595902 8510 size_t sz = count * sizeof(*rx);
e817f856 8511 int err = 0;
1b4bf461 8512
bd25fa7b 8513 BUG_ON(count < 1);
1b4bf461 8514
dcda9b04 8515 rx = kvzalloc(sz, GFP_KERNEL | __GFP_RETRY_MAYFAIL);
da6bc57a
MH
8516 if (!rx)
8517 return -ENOMEM;
8518
bd25fa7b
TH
8519 dev->_rx = rx;
8520
e817f856 8521 for (i = 0; i < count; i++) {
fe822240 8522 rx[i].dev = dev;
e817f856
JDB
8523
8524 /* XDP RX-queue setup */
8525 err = xdp_rxq_info_reg(&rx[i].xdp_rxq, dev, i);
8526 if (err < 0)
8527 goto err_rxq_info;
8528 }
1b4bf461 8529 return 0;
e817f856
JDB
8530
8531err_rxq_info:
8532 /* Rollback successful reg's and free other resources */
8533 while (i--)
8534 xdp_rxq_info_unreg(&rx[i].xdp_rxq);
141b52a9 8535 kvfree(dev->_rx);
e817f856
JDB
8536 dev->_rx = NULL;
8537 return err;
8538}
8539
8540static void netif_free_rx_queues(struct net_device *dev)
8541{
8542 unsigned int i, count = dev->num_rx_queues;
e817f856
JDB
8543
8544 /* netif_alloc_rx_queues alloc failed, resources have been unreg'ed */
8545 if (!dev->_rx)
8546 return;
8547
e817f856 8548 for (i = 0; i < count; i++)
82aaff2f
JK
8549 xdp_rxq_info_unreg(&dev->_rx[i].xdp_rxq);
8550
8551 kvfree(dev->_rx);
1b4bf461
ED
8552}
8553
aa942104
CG
8554static void netdev_init_one_queue(struct net_device *dev,
8555 struct netdev_queue *queue, void *_unused)
8556{
8557 /* Initialize queue lock */
8558 spin_lock_init(&queue->_xmit_lock);
8559 netdev_set_xmit_lockdep_class(&queue->_xmit_lock, dev->type);
8560 queue->xmit_lock_owner = -1;
b236da69 8561 netdev_queue_numa_node_write(queue, NUMA_NO_NODE);
aa942104 8562 queue->dev = dev;
114cf580
TH
8563#ifdef CONFIG_BQL
8564 dql_init(&queue->dql, HZ);
8565#endif
aa942104
CG
8566}
8567
60877a32
ED
8568static void netif_free_tx_queues(struct net_device *dev)
8569{
4cb28970 8570 kvfree(dev->_tx);
60877a32
ED
8571}
8572
e6484930
TH
8573static int netif_alloc_netdev_queues(struct net_device *dev)
8574{
8575 unsigned int count = dev->num_tx_queues;
8576 struct netdev_queue *tx;
60877a32 8577 size_t sz = count * sizeof(*tx);
e6484930 8578
d339727c
ED
8579 if (count < 1 || count > 0xffff)
8580 return -EINVAL;
62b5942a 8581
dcda9b04 8582 tx = kvzalloc(sz, GFP_KERNEL | __GFP_RETRY_MAYFAIL);
da6bc57a
MH
8583 if (!tx)
8584 return -ENOMEM;
8585
e6484930 8586 dev->_tx = tx;
1d24eb48 8587
e6484930
TH
8588 netdev_for_each_tx_queue(dev, netdev_init_one_queue, NULL);
8589 spin_lock_init(&dev->tx_global_lock);
aa942104
CG
8590
8591 return 0;
e6484930
TH
8592}
8593
a2029240
DV
8594void netif_tx_stop_all_queues(struct net_device *dev)
8595{
8596 unsigned int i;
8597
8598 for (i = 0; i < dev->num_tx_queues; i++) {
8599 struct netdev_queue *txq = netdev_get_tx_queue(dev, i);
f4563a75 8600
a2029240
DV
8601 netif_tx_stop_queue(txq);
8602 }
8603}
8604EXPORT_SYMBOL(netif_tx_stop_all_queues);
8605
1da177e4
LT
8606/**
8607 * register_netdevice - register a network device
8608 * @dev: device to register
8609 *
8610 * Take a completed network device structure and add it to the kernel
8611 * interfaces. A %NETDEV_REGISTER message is sent to the netdev notifier
8612 * chain. 0 is returned on success. A negative errno code is returned
8613 * on a failure to set up the device, or if the name is a duplicate.
8614 *
8615 * Callers must hold the rtnl semaphore. You may want
8616 * register_netdev() instead of this.
8617 *
8618 * BUGS:
8619 * The locking appears insufficient to guarantee two parallel registers
8620 * will not get the same name.
8621 */
8622
8623int register_netdevice(struct net_device *dev)
8624{
1da177e4 8625 int ret;
d314774c 8626 struct net *net = dev_net(dev);
1da177e4 8627
e283de3a
FF
8628 BUILD_BUG_ON(sizeof(netdev_features_t) * BITS_PER_BYTE <
8629 NETDEV_FEATURE_COUNT);
1da177e4
LT
8630 BUG_ON(dev_boot_phase);
8631 ASSERT_RTNL();
8632
b17a7c17
SH
8633 might_sleep();
8634
1da177e4
LT
8635 /* When net_device's are persistent, this will be fatal. */
8636 BUG_ON(dev->reg_state != NETREG_UNINITIALIZED);
d314774c 8637 BUG_ON(!net);
1da177e4 8638
f1f28aa3 8639 spin_lock_init(&dev->addr_list_lock);
cf508b12 8640 netdev_set_addr_lockdep_class(dev);
1da177e4 8641
828de4f6 8642 ret = dev_get_valid_name(net, dev, dev->name);
0696c3a8
PP
8643 if (ret < 0)
8644 goto out;
8645
1da177e4 8646 /* Init, if this function is available */
d314774c
SH
8647 if (dev->netdev_ops->ndo_init) {
8648 ret = dev->netdev_ops->ndo_init(dev);
1da177e4
LT
8649 if (ret) {
8650 if (ret > 0)
8651 ret = -EIO;
90833aa4 8652 goto out;
1da177e4
LT
8653 }
8654 }
4ec93edb 8655
f646968f
PM
8656 if (((dev->hw_features | dev->features) &
8657 NETIF_F_HW_VLAN_CTAG_FILTER) &&
d2ed273d
MM
8658 (!dev->netdev_ops->ndo_vlan_rx_add_vid ||
8659 !dev->netdev_ops->ndo_vlan_rx_kill_vid)) {
8660 netdev_WARN(dev, "Buggy VLAN acceleration in driver!\n");
8661 ret = -EINVAL;
8662 goto err_uninit;
8663 }
8664
9c7dafbf
PE
8665 ret = -EBUSY;
8666 if (!dev->ifindex)
8667 dev->ifindex = dev_new_index(net);
8668 else if (__dev_get_by_index(net, dev->ifindex))
8669 goto err_uninit;
8670
5455c699
MM
8671 /* Transfer changeable features to wanted_features and enable
8672 * software offloads (GSO and GRO).
8673 */
8674 dev->hw_features |= NETIF_F_SOFT_FEATURES;
14d1232f 8675 dev->features |= NETIF_F_SOFT_FEATURES;
d764a122
SD
8676
8677 if (dev->netdev_ops->ndo_udp_tunnel_add) {
8678 dev->features |= NETIF_F_RX_UDP_TUNNEL_PORT;
8679 dev->hw_features |= NETIF_F_RX_UDP_TUNNEL_PORT;
8680 }
8681
14d1232f 8682 dev->wanted_features = dev->features & dev->hw_features;
1da177e4 8683
cbc53e08 8684 if (!(dev->flags & IFF_LOOPBACK))
34324dc2 8685 dev->hw_features |= NETIF_F_NOCACHE_COPY;
cbc53e08 8686
7f348a60
AD
8687 /* If IPv4 TCP segmentation offload is supported we should also
8688 * allow the device to enable segmenting the frame with the option
8689 * of ignoring a static IP ID value. This doesn't enable the
8690 * feature itself but allows the user to enable it later.
8691 */
cbc53e08
AD
8692 if (dev->hw_features & NETIF_F_TSO)
8693 dev->hw_features |= NETIF_F_TSO_MANGLEID;
7f348a60
AD
8694 if (dev->vlan_features & NETIF_F_TSO)
8695 dev->vlan_features |= NETIF_F_TSO_MANGLEID;
8696 if (dev->mpls_features & NETIF_F_TSO)
8697 dev->mpls_features |= NETIF_F_TSO_MANGLEID;
8698 if (dev->hw_enc_features & NETIF_F_TSO)
8699 dev->hw_enc_features |= NETIF_F_TSO_MANGLEID;
c6e1a0d1 8700
1180e7d6 8701 /* Make NETIF_F_HIGHDMA inheritable to VLAN devices.
16c3ea78 8702 */
1180e7d6 8703 dev->vlan_features |= NETIF_F_HIGHDMA;
16c3ea78 8704
ee579677
PS
8705 /* Make NETIF_F_SG inheritable to tunnel devices.
8706 */
802ab55a 8707 dev->hw_enc_features |= NETIF_F_SG | NETIF_F_GSO_PARTIAL;
ee579677 8708
0d89d203
SH
8709 /* Make NETIF_F_SG inheritable to MPLS.
8710 */
8711 dev->mpls_features |= NETIF_F_SG;
8712
7ffbe3fd
JB
8713 ret = call_netdevice_notifiers(NETDEV_POST_INIT, dev);
8714 ret = notifier_to_errno(ret);
8715 if (ret)
8716 goto err_uninit;
8717
8b41d188 8718 ret = netdev_register_kobject(dev);
b17a7c17 8719 if (ret)
7ce1b0ed 8720 goto err_uninit;
b17a7c17
SH
8721 dev->reg_state = NETREG_REGISTERED;
8722
6cb6a27c 8723 __netdev_update_features(dev);
8e9b59b2 8724
1da177e4
LT
8725 /*
8726 * Default initial state at registry is that the
8727 * device is present.
8728 */
8729
8730 set_bit(__LINK_STATE_PRESENT, &dev->state);
8731
8f4cccbb
BH
8732 linkwatch_init_dev(dev);
8733
1da177e4 8734 dev_init_scheduler(dev);
1da177e4 8735 dev_hold(dev);
ce286d32 8736 list_netdevice(dev);
7bf23575 8737 add_device_randomness(dev->dev_addr, dev->addr_len);
1da177e4 8738
948b337e
JP
8739 /* If the device has permanent device address, driver should
8740 * set dev_addr and also addr_assign_type should be set to
8741 * NET_ADDR_PERM (default value).
8742 */
8743 if (dev->addr_assign_type == NET_ADDR_PERM)
8744 memcpy(dev->perm_addr, dev->dev_addr, dev->addr_len);
8745
1da177e4 8746 /* Notify protocols, that a new device appeared. */
056925ab 8747 ret = call_netdevice_notifiers(NETDEV_REGISTER, dev);
fcc5a03a 8748 ret = notifier_to_errno(ret);
93ee31f1
DL
8749 if (ret) {
8750 rollback_registered(dev);
8751 dev->reg_state = NETREG_UNREGISTERED;
8752 }
d90a909e
EB
8753 /*
8754 * Prevent userspace races by waiting until the network
8755 * device is fully setup before sending notifications.
8756 */
a2835763
PM
8757 if (!dev->rtnl_link_ops ||
8758 dev->rtnl_link_state == RTNL_LINK_INITIALIZED)
7f294054 8759 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL);
1da177e4
LT
8760
8761out:
8762 return ret;
7ce1b0ed
HX
8763
8764err_uninit:
d314774c
SH
8765 if (dev->netdev_ops->ndo_uninit)
8766 dev->netdev_ops->ndo_uninit(dev);
cf124db5
DM
8767 if (dev->priv_destructor)
8768 dev->priv_destructor(dev);
7ce1b0ed 8769 goto out;
1da177e4 8770}
d1b19dff 8771EXPORT_SYMBOL(register_netdevice);
1da177e4 8772
937f1ba5
BH
8773/**
8774 * init_dummy_netdev - init a dummy network device for NAPI
8775 * @dev: device to init
8776 *
8777 * This takes a network device structure and initialize the minimum
8778 * amount of fields so it can be used to schedule NAPI polls without
8779 * registering a full blown interface. This is to be used by drivers
8780 * that need to tie several hardware interfaces to a single NAPI
8781 * poll scheduler due to HW limitations.
8782 */
8783int init_dummy_netdev(struct net_device *dev)
8784{
8785 /* Clear everything. Note we don't initialize spinlocks
8786 * are they aren't supposed to be taken by any of the
8787 * NAPI code and this dummy netdev is supposed to be
8788 * only ever used for NAPI polls
8789 */
8790 memset(dev, 0, sizeof(struct net_device));
8791
8792 /* make sure we BUG if trying to hit standard
8793 * register/unregister code path
8794 */
8795 dev->reg_state = NETREG_DUMMY;
8796
937f1ba5
BH
8797 /* NAPI wants this */
8798 INIT_LIST_HEAD(&dev->napi_list);
8799
8800 /* a dummy interface is started by default */
8801 set_bit(__LINK_STATE_PRESENT, &dev->state);
8802 set_bit(__LINK_STATE_START, &dev->state);
8803
35edfdc7
JE
8804 /* napi_busy_loop stats accounting wants this */
8805 dev_net_set(dev, &init_net);
8806
29b4433d
ED
8807 /* Note : We dont allocate pcpu_refcnt for dummy devices,
8808 * because users of this 'device' dont need to change
8809 * its refcount.
8810 */
8811
937f1ba5
BH
8812 return 0;
8813}
8814EXPORT_SYMBOL_GPL(init_dummy_netdev);
8815
8816
1da177e4
LT
8817/**
8818 * register_netdev - register a network device
8819 * @dev: device to register
8820 *
8821 * Take a completed network device structure and add it to the kernel
8822 * interfaces. A %NETDEV_REGISTER message is sent to the netdev notifier
8823 * chain. 0 is returned on success. A negative errno code is returned
8824 * on a failure to set up the device, or if the name is a duplicate.
8825 *
38b4da38 8826 * This is a wrapper around register_netdevice that takes the rtnl semaphore
1da177e4
LT
8827 * and expands the device name if you passed a format string to
8828 * alloc_netdev.
8829 */
8830int register_netdev(struct net_device *dev)
8831{
8832 int err;
8833
b0f3debc
KT
8834 if (rtnl_lock_killable())
8835 return -EINTR;
1da177e4 8836 err = register_netdevice(dev);
1da177e4
LT
8837 rtnl_unlock();
8838 return err;
8839}
8840EXPORT_SYMBOL(register_netdev);
8841
29b4433d
ED
8842int netdev_refcnt_read(const struct net_device *dev)
8843{
8844 int i, refcnt = 0;
8845
8846 for_each_possible_cpu(i)
8847 refcnt += *per_cpu_ptr(dev->pcpu_refcnt, i);
8848 return refcnt;
8849}
8850EXPORT_SYMBOL(netdev_refcnt_read);
8851
2c53040f 8852/**
1da177e4 8853 * netdev_wait_allrefs - wait until all references are gone.
3de7a37b 8854 * @dev: target net_device
1da177e4
LT
8855 *
8856 * This is called when unregistering network devices.
8857 *
8858 * Any protocol or device that holds a reference should register
8859 * for netdevice notification, and cleanup and put back the
8860 * reference if they receive an UNREGISTER event.
8861 * We can get stuck here if buggy protocols don't correctly
4ec93edb 8862 * call dev_put.
1da177e4
LT
8863 */
8864static void netdev_wait_allrefs(struct net_device *dev)
8865{
8866 unsigned long rebroadcast_time, warning_time;
29b4433d 8867 int refcnt;
1da177e4 8868
e014debe
ED
8869 linkwatch_forget_dev(dev);
8870
1da177e4 8871 rebroadcast_time = warning_time = jiffies;
29b4433d
ED
8872 refcnt = netdev_refcnt_read(dev);
8873
8874 while (refcnt != 0) {
1da177e4 8875 if (time_after(jiffies, rebroadcast_time + 1 * HZ)) {
6756ae4b 8876 rtnl_lock();
1da177e4
LT
8877
8878 /* Rebroadcast unregister notification */
056925ab 8879 call_netdevice_notifiers(NETDEV_UNREGISTER, dev);
1da177e4 8880
748e2d93 8881 __rtnl_unlock();
0115e8e3 8882 rcu_barrier();
748e2d93
ED
8883 rtnl_lock();
8884
1da177e4
LT
8885 if (test_bit(__LINK_STATE_LINKWATCH_PENDING,
8886 &dev->state)) {
8887 /* We must not have linkwatch events
8888 * pending on unregister. If this
8889 * happens, we simply run the queue
8890 * unscheduled, resulting in a noop
8891 * for this device.
8892 */
8893 linkwatch_run_queue();
8894 }
8895
6756ae4b 8896 __rtnl_unlock();
1da177e4
LT
8897
8898 rebroadcast_time = jiffies;
8899 }
8900
8901 msleep(250);
8902
29b4433d
ED
8903 refcnt = netdev_refcnt_read(dev);
8904
1da177e4 8905 if (time_after(jiffies, warning_time + 10 * HZ)) {
7b6cd1ce
JP
8906 pr_emerg("unregister_netdevice: waiting for %s to become free. Usage count = %d\n",
8907 dev->name, refcnt);
1da177e4
LT
8908 warning_time = jiffies;
8909 }
8910 }
8911}
8912
8913/* The sequence is:
8914 *
8915 * rtnl_lock();
8916 * ...
8917 * register_netdevice(x1);
8918 * register_netdevice(x2);
8919 * ...
8920 * unregister_netdevice(y1);
8921 * unregister_netdevice(y2);
8922 * ...
8923 * rtnl_unlock();
8924 * free_netdev(y1);
8925 * free_netdev(y2);
8926 *
58ec3b4d 8927 * We are invoked by rtnl_unlock().
1da177e4 8928 * This allows us to deal with problems:
b17a7c17 8929 * 1) We can delete sysfs objects which invoke hotplug
1da177e4
LT
8930 * without deadlocking with linkwatch via keventd.
8931 * 2) Since we run with the RTNL semaphore not held, we can sleep
8932 * safely in order to wait for the netdev refcnt to drop to zero.
58ec3b4d
HX
8933 *
8934 * We must not return until all unregister events added during
8935 * the interval the lock was held have been completed.
1da177e4 8936 */
1da177e4
LT
8937void netdev_run_todo(void)
8938{
626ab0e6 8939 struct list_head list;
1da177e4 8940
1da177e4 8941 /* Snapshot list, allow later requests */
626ab0e6 8942 list_replace_init(&net_todo_list, &list);
58ec3b4d
HX
8943
8944 __rtnl_unlock();
626ab0e6 8945
0115e8e3
ED
8946
8947 /* Wait for rcu callbacks to finish before next phase */
850a545b
EB
8948 if (!list_empty(&list))
8949 rcu_barrier();
8950
1da177e4
LT
8951 while (!list_empty(&list)) {
8952 struct net_device *dev
e5e26d75 8953 = list_first_entry(&list, struct net_device, todo_list);
1da177e4
LT
8954 list_del(&dev->todo_list);
8955
b17a7c17 8956 if (unlikely(dev->reg_state != NETREG_UNREGISTERING)) {
7b6cd1ce 8957 pr_err("network todo '%s' but state %d\n",
b17a7c17
SH
8958 dev->name, dev->reg_state);
8959 dump_stack();
8960 continue;
8961 }
1da177e4 8962
b17a7c17 8963 dev->reg_state = NETREG_UNREGISTERED;
1da177e4 8964
b17a7c17 8965 netdev_wait_allrefs(dev);
1da177e4 8966
b17a7c17 8967 /* paranoia */
29b4433d 8968 BUG_ON(netdev_refcnt_read(dev));
7866a621
SN
8969 BUG_ON(!list_empty(&dev->ptype_all));
8970 BUG_ON(!list_empty(&dev->ptype_specific));
33d480ce
ED
8971 WARN_ON(rcu_access_pointer(dev->ip_ptr));
8972 WARN_ON(rcu_access_pointer(dev->ip6_ptr));
330c7272 8973#if IS_ENABLED(CONFIG_DECNET)
547b792c 8974 WARN_ON(dev->dn_ptr);
330c7272 8975#endif
cf124db5
DM
8976 if (dev->priv_destructor)
8977 dev->priv_destructor(dev);
8978 if (dev->needs_free_netdev)
8979 free_netdev(dev);
9093bbb2 8980
50624c93
EB
8981 /* Report a network device has been unregistered */
8982 rtnl_lock();
8983 dev_net(dev)->dev_unreg_count--;
8984 __rtnl_unlock();
8985 wake_up(&netdev_unregistering_wq);
8986
9093bbb2
SH
8987 /* Free network device */
8988 kobject_put(&dev->dev.kobj);
1da177e4 8989 }
1da177e4
LT
8990}
8991
9256645a
JW
8992/* Convert net_device_stats to rtnl_link_stats64. rtnl_link_stats64 has
8993 * all the same fields in the same order as net_device_stats, with only
8994 * the type differing, but rtnl_link_stats64 may have additional fields
8995 * at the end for newer counters.
3cfde79c 8996 */
77a1abf5
ED
8997void netdev_stats_to_stats64(struct rtnl_link_stats64 *stats64,
8998 const struct net_device_stats *netdev_stats)
3cfde79c
BH
8999{
9000#if BITS_PER_LONG == 64
9256645a 9001 BUILD_BUG_ON(sizeof(*stats64) < sizeof(*netdev_stats));
9af9959e 9002 memcpy(stats64, netdev_stats, sizeof(*netdev_stats));
9256645a
JW
9003 /* zero out counters that only exist in rtnl_link_stats64 */
9004 memset((char *)stats64 + sizeof(*netdev_stats), 0,
9005 sizeof(*stats64) - sizeof(*netdev_stats));
3cfde79c 9006#else
9256645a 9007 size_t i, n = sizeof(*netdev_stats) / sizeof(unsigned long);
3cfde79c
BH
9008 const unsigned long *src = (const unsigned long *)netdev_stats;
9009 u64 *dst = (u64 *)stats64;
9010
9256645a 9011 BUILD_BUG_ON(n > sizeof(*stats64) / sizeof(u64));
3cfde79c
BH
9012 for (i = 0; i < n; i++)
9013 dst[i] = src[i];
9256645a
JW
9014 /* zero out counters that only exist in rtnl_link_stats64 */
9015 memset((char *)stats64 + n * sizeof(u64), 0,
9016 sizeof(*stats64) - n * sizeof(u64));
3cfde79c
BH
9017#endif
9018}
77a1abf5 9019EXPORT_SYMBOL(netdev_stats_to_stats64);
3cfde79c 9020
eeda3fd6
SH
9021/**
9022 * dev_get_stats - get network device statistics
9023 * @dev: device to get statistics from
28172739 9024 * @storage: place to store stats
eeda3fd6 9025 *
d7753516
BH
9026 * Get network statistics from device. Return @storage.
9027 * The device driver may provide its own method by setting
9028 * dev->netdev_ops->get_stats64 or dev->netdev_ops->get_stats;
9029 * otherwise the internal statistics structure is used.
eeda3fd6 9030 */
d7753516
BH
9031struct rtnl_link_stats64 *dev_get_stats(struct net_device *dev,
9032 struct rtnl_link_stats64 *storage)
7004bf25 9033{
eeda3fd6
SH
9034 const struct net_device_ops *ops = dev->netdev_ops;
9035
28172739
ED
9036 if (ops->ndo_get_stats64) {
9037 memset(storage, 0, sizeof(*storage));
caf586e5
ED
9038 ops->ndo_get_stats64(dev, storage);
9039 } else if (ops->ndo_get_stats) {
3cfde79c 9040 netdev_stats_to_stats64(storage, ops->ndo_get_stats(dev));
caf586e5
ED
9041 } else {
9042 netdev_stats_to_stats64(storage, &dev->stats);
28172739 9043 }
6f64ec74
ED
9044 storage->rx_dropped += (unsigned long)atomic_long_read(&dev->rx_dropped);
9045 storage->tx_dropped += (unsigned long)atomic_long_read(&dev->tx_dropped);
9046 storage->rx_nohandler += (unsigned long)atomic_long_read(&dev->rx_nohandler);
28172739 9047 return storage;
c45d286e 9048}
eeda3fd6 9049EXPORT_SYMBOL(dev_get_stats);
c45d286e 9050
24824a09 9051struct netdev_queue *dev_ingress_queue_create(struct net_device *dev)
dc2b4847 9052{
24824a09 9053 struct netdev_queue *queue = dev_ingress_queue(dev);
dc2b4847 9054
24824a09
ED
9055#ifdef CONFIG_NET_CLS_ACT
9056 if (queue)
9057 return queue;
9058 queue = kzalloc(sizeof(*queue), GFP_KERNEL);
9059 if (!queue)
9060 return NULL;
9061 netdev_init_one_queue(dev, queue, NULL);
2ce1ee17 9062 RCU_INIT_POINTER(queue->qdisc, &noop_qdisc);
24824a09
ED
9063 queue->qdisc_sleeping = &noop_qdisc;
9064 rcu_assign_pointer(dev->ingress_queue, queue);
9065#endif
9066 return queue;
bb949fbd
DM
9067}
9068
2c60db03
ED
9069static const struct ethtool_ops default_ethtool_ops;
9070
d07d7507
SG
9071void netdev_set_default_ethtool_ops(struct net_device *dev,
9072 const struct ethtool_ops *ops)
9073{
9074 if (dev->ethtool_ops == &default_ethtool_ops)
9075 dev->ethtool_ops = ops;
9076}
9077EXPORT_SYMBOL_GPL(netdev_set_default_ethtool_ops);
9078
74d332c1
ED
9079void netdev_freemem(struct net_device *dev)
9080{
9081 char *addr = (char *)dev - dev->padded;
9082
4cb28970 9083 kvfree(addr);
74d332c1
ED
9084}
9085
1da177e4 9086/**
722c9a0c 9087 * alloc_netdev_mqs - allocate network device
9088 * @sizeof_priv: size of private data to allocate space for
9089 * @name: device name format string
9090 * @name_assign_type: origin of device name
9091 * @setup: callback to initialize device
9092 * @txqs: the number of TX subqueues to allocate
9093 * @rxqs: the number of RX subqueues to allocate
9094 *
9095 * Allocates a struct net_device with private data area for driver use
9096 * and performs basic initialization. Also allocates subqueue structs
9097 * for each queue on the device.
1da177e4 9098 */
36909ea4 9099struct net_device *alloc_netdev_mqs(int sizeof_priv, const char *name,
c835a677 9100 unsigned char name_assign_type,
36909ea4
TH
9101 void (*setup)(struct net_device *),
9102 unsigned int txqs, unsigned int rxqs)
1da177e4 9103{
1da177e4 9104 struct net_device *dev;
52a59bd5 9105 unsigned int alloc_size;
1ce8e7b5 9106 struct net_device *p;
1da177e4 9107
b6fe17d6
SH
9108 BUG_ON(strlen(name) >= sizeof(dev->name));
9109
36909ea4 9110 if (txqs < 1) {
7b6cd1ce 9111 pr_err("alloc_netdev: Unable to allocate device with zero queues\n");
55513fb4
TH
9112 return NULL;
9113 }
9114
36909ea4 9115 if (rxqs < 1) {
7b6cd1ce 9116 pr_err("alloc_netdev: Unable to allocate device with zero RX queues\n");
36909ea4
TH
9117 return NULL;
9118 }
36909ea4 9119
fd2ea0a7 9120 alloc_size = sizeof(struct net_device);
d1643d24
AD
9121 if (sizeof_priv) {
9122 /* ensure 32-byte alignment of private area */
1ce8e7b5 9123 alloc_size = ALIGN(alloc_size, NETDEV_ALIGN);
d1643d24
AD
9124 alloc_size += sizeof_priv;
9125 }
9126 /* ensure 32-byte alignment of whole construct */
1ce8e7b5 9127 alloc_size += NETDEV_ALIGN - 1;
1da177e4 9128
dcda9b04 9129 p = kvzalloc(alloc_size, GFP_KERNEL | __GFP_RETRY_MAYFAIL);
62b5942a 9130 if (!p)
1da177e4 9131 return NULL;
1da177e4 9132
1ce8e7b5 9133 dev = PTR_ALIGN(p, NETDEV_ALIGN);
1da177e4 9134 dev->padded = (char *)dev - (char *)p;
ab9c73cc 9135
29b4433d
ED
9136 dev->pcpu_refcnt = alloc_percpu(int);
9137 if (!dev->pcpu_refcnt)
74d332c1 9138 goto free_dev;
ab9c73cc 9139
ab9c73cc 9140 if (dev_addr_init(dev))
29b4433d 9141 goto free_pcpu;
ab9c73cc 9142
22bedad3 9143 dev_mc_init(dev);
a748ee24 9144 dev_uc_init(dev);
ccffad25 9145
c346dca1 9146 dev_net_set(dev, &init_net);
1da177e4 9147
8d3bdbd5 9148 dev->gso_max_size = GSO_MAX_SIZE;
30b678d8 9149 dev->gso_max_segs = GSO_MAX_SEGS;
8d3bdbd5 9150
8d3bdbd5
DM
9151 INIT_LIST_HEAD(&dev->napi_list);
9152 INIT_LIST_HEAD(&dev->unreg_list);
5cde2829 9153 INIT_LIST_HEAD(&dev->close_list);
8d3bdbd5 9154 INIT_LIST_HEAD(&dev->link_watch_list);
2f268f12
VF
9155 INIT_LIST_HEAD(&dev->adj_list.upper);
9156 INIT_LIST_HEAD(&dev->adj_list.lower);
7866a621
SN
9157 INIT_LIST_HEAD(&dev->ptype_all);
9158 INIT_LIST_HEAD(&dev->ptype_specific);
59cc1f61
JK
9159#ifdef CONFIG_NET_SCHED
9160 hash_init(dev->qdisc_hash);
9161#endif
02875878 9162 dev->priv_flags = IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM;
8d3bdbd5
DM
9163 setup(dev);
9164
a813104d 9165 if (!dev->tx_queue_len) {
f84bb1ea 9166 dev->priv_flags |= IFF_NO_QUEUE;
11597084 9167 dev->tx_queue_len = DEFAULT_TX_QUEUE_LEN;
a813104d 9168 }
906470c1 9169
36909ea4
TH
9170 dev->num_tx_queues = txqs;
9171 dev->real_num_tx_queues = txqs;
ed9af2e8 9172 if (netif_alloc_netdev_queues(dev))
8d3bdbd5 9173 goto free_all;
e8a0464c 9174
36909ea4
TH
9175 dev->num_rx_queues = rxqs;
9176 dev->real_num_rx_queues = rxqs;
fe822240 9177 if (netif_alloc_rx_queues(dev))
8d3bdbd5 9178 goto free_all;
0a9627f2 9179
1da177e4 9180 strcpy(dev->name, name);
c835a677 9181 dev->name_assign_type = name_assign_type;
cbda10fa 9182 dev->group = INIT_NETDEV_GROUP;
2c60db03
ED
9183 if (!dev->ethtool_ops)
9184 dev->ethtool_ops = &default_ethtool_ops;
e687ad60
PN
9185
9186 nf_hook_ingress_init(dev);
9187
1da177e4 9188 return dev;
ab9c73cc 9189
8d3bdbd5
DM
9190free_all:
9191 free_netdev(dev);
9192 return NULL;
9193
29b4433d
ED
9194free_pcpu:
9195 free_percpu(dev->pcpu_refcnt);
74d332c1
ED
9196free_dev:
9197 netdev_freemem(dev);
ab9c73cc 9198 return NULL;
1da177e4 9199}
36909ea4 9200EXPORT_SYMBOL(alloc_netdev_mqs);
1da177e4
LT
9201
9202/**
722c9a0c 9203 * free_netdev - free network device
9204 * @dev: device
1da177e4 9205 *
722c9a0c 9206 * This function does the last stage of destroying an allocated device
9207 * interface. The reference to the device object is released. If this
9208 * is the last reference then it will be freed.Must be called in process
9209 * context.
1da177e4
LT
9210 */
9211void free_netdev(struct net_device *dev)
9212{
d565b0a1
HX
9213 struct napi_struct *p, *n;
9214
93d05d4a 9215 might_sleep();
60877a32 9216 netif_free_tx_queues(dev);
e817f856 9217 netif_free_rx_queues(dev);
e8a0464c 9218
33d480ce 9219 kfree(rcu_dereference_protected(dev->ingress_queue, 1));
24824a09 9220
f001fde5
JP
9221 /* Flush device addresses */
9222 dev_addr_flush(dev);
9223
d565b0a1
HX
9224 list_for_each_entry_safe(p, n, &dev->napi_list, dev_list)
9225 netif_napi_del(p);
9226
29b4433d
ED
9227 free_percpu(dev->pcpu_refcnt);
9228 dev->pcpu_refcnt = NULL;
9229
3041a069 9230 /* Compatibility with error handling in drivers */
1da177e4 9231 if (dev->reg_state == NETREG_UNINITIALIZED) {
74d332c1 9232 netdev_freemem(dev);
1da177e4
LT
9233 return;
9234 }
9235
9236 BUG_ON(dev->reg_state != NETREG_UNREGISTERED);
9237 dev->reg_state = NETREG_RELEASED;
9238
43cb76d9
GKH
9239 /* will free via device release */
9240 put_device(&dev->dev);
1da177e4 9241}
d1b19dff 9242EXPORT_SYMBOL(free_netdev);
4ec93edb 9243
f0db275a
SH
9244/**
9245 * synchronize_net - Synchronize with packet receive processing
9246 *
9247 * Wait for packets currently being received to be done.
9248 * Does not block later packets from starting.
9249 */
4ec93edb 9250void synchronize_net(void)
1da177e4
LT
9251{
9252 might_sleep();
be3fc413
ED
9253 if (rtnl_is_locked())
9254 synchronize_rcu_expedited();
9255 else
9256 synchronize_rcu();
1da177e4 9257}
d1b19dff 9258EXPORT_SYMBOL(synchronize_net);
1da177e4
LT
9259
9260/**
44a0873d 9261 * unregister_netdevice_queue - remove device from the kernel
1da177e4 9262 * @dev: device
44a0873d 9263 * @head: list
6ebfbc06 9264 *
1da177e4 9265 * This function shuts down a device interface and removes it
d59b54b1 9266 * from the kernel tables.
44a0873d 9267 * If head not NULL, device is queued to be unregistered later.
1da177e4
LT
9268 *
9269 * Callers must hold the rtnl semaphore. You may want
9270 * unregister_netdev() instead of this.
9271 */
9272
44a0873d 9273void unregister_netdevice_queue(struct net_device *dev, struct list_head *head)
1da177e4 9274{
a6620712
HX
9275 ASSERT_RTNL();
9276
44a0873d 9277 if (head) {
9fdce099 9278 list_move_tail(&dev->unreg_list, head);
44a0873d
ED
9279 } else {
9280 rollback_registered(dev);
9281 /* Finish processing unregister after unlock */
9282 net_set_todo(dev);
9283 }
1da177e4 9284}
44a0873d 9285EXPORT_SYMBOL(unregister_netdevice_queue);
1da177e4 9286
9b5e383c
ED
9287/**
9288 * unregister_netdevice_many - unregister many devices
9289 * @head: list of devices
87757a91
ED
9290 *
9291 * Note: As most callers use a stack allocated list_head,
9292 * we force a list_del() to make sure stack wont be corrupted later.
9b5e383c
ED
9293 */
9294void unregister_netdevice_many(struct list_head *head)
9295{
9296 struct net_device *dev;
9297
9298 if (!list_empty(head)) {
9299 rollback_registered_many(head);
9300 list_for_each_entry(dev, head, unreg_list)
9301 net_set_todo(dev);
87757a91 9302 list_del(head);
9b5e383c
ED
9303 }
9304}
63c8099d 9305EXPORT_SYMBOL(unregister_netdevice_many);
9b5e383c 9306
1da177e4
LT
9307/**
9308 * unregister_netdev - remove device from the kernel
9309 * @dev: device
9310 *
9311 * This function shuts down a device interface and removes it
d59b54b1 9312 * from the kernel tables.
1da177e4
LT
9313 *
9314 * This is just a wrapper for unregister_netdevice that takes
9315 * the rtnl semaphore. In general you want to use this and not
9316 * unregister_netdevice.
9317 */
9318void unregister_netdev(struct net_device *dev)
9319{
9320 rtnl_lock();
9321 unregister_netdevice(dev);
9322 rtnl_unlock();
9323}
1da177e4
LT
9324EXPORT_SYMBOL(unregister_netdev);
9325
ce286d32
EB
9326/**
9327 * dev_change_net_namespace - move device to different nethost namespace
9328 * @dev: device
9329 * @net: network namespace
9330 * @pat: If not NULL name pattern to try if the current device name
9331 * is already taken in the destination network namespace.
9332 *
9333 * This function shuts down a device interface and moves it
9334 * to a new network namespace. On success 0 is returned, on
9335 * a failure a netagive errno code is returned.
9336 *
9337 * Callers must hold the rtnl semaphore.
9338 */
9339
9340int dev_change_net_namespace(struct net_device *dev, struct net *net, const char *pat)
9341{
38e01b30 9342 int err, new_nsid, new_ifindex;
ce286d32
EB
9343
9344 ASSERT_RTNL();
9345
9346 /* Don't allow namespace local devices to be moved. */
9347 err = -EINVAL;
9348 if (dev->features & NETIF_F_NETNS_LOCAL)
9349 goto out;
9350
9351 /* Ensure the device has been registrered */
ce286d32
EB
9352 if (dev->reg_state != NETREG_REGISTERED)
9353 goto out;
9354
9355 /* Get out if there is nothing todo */
9356 err = 0;
878628fb 9357 if (net_eq(dev_net(dev), net))
ce286d32
EB
9358 goto out;
9359
9360 /* Pick the destination device name, and ensure
9361 * we can use it in the destination network namespace.
9362 */
9363 err = -EEXIST;
d9031024 9364 if (__dev_get_by_name(net, dev->name)) {
ce286d32
EB
9365 /* We get here if we can't use the current device name */
9366 if (!pat)
9367 goto out;
7892bd08
LR
9368 err = dev_get_valid_name(net, dev, pat);
9369 if (err < 0)
ce286d32
EB
9370 goto out;
9371 }
9372
9373 /*
9374 * And now a mini version of register_netdevice unregister_netdevice.
9375 */
9376
9377 /* If device is running close it first. */
9b772652 9378 dev_close(dev);
ce286d32
EB
9379
9380 /* And unlink it from device chain */
ce286d32
EB
9381 unlist_netdevice(dev);
9382
9383 synchronize_net();
9384
9385 /* Shutdown queueing discipline. */
9386 dev_shutdown(dev);
9387
9388 /* Notify protocols, that we are about to destroy
eb13da1a 9389 * this device. They should clean all the things.
9390 *
9391 * Note that dev->reg_state stays at NETREG_REGISTERED.
9392 * This is wanted because this way 8021q and macvlan know
9393 * the device is just moving and can keep their slaves up.
9394 */
ce286d32 9395 call_netdevice_notifiers(NETDEV_UNREGISTER, dev);
6549dd43 9396 rcu_barrier();
38e01b30 9397
c36ac8e2 9398 new_nsid = peernet2id_alloc(dev_net(dev), net);
38e01b30
ND
9399 /* If there is an ifindex conflict assign a new one */
9400 if (__dev_get_by_index(net, dev->ifindex))
9401 new_ifindex = dev_new_index(net);
9402 else
9403 new_ifindex = dev->ifindex;
9404
9405 rtmsg_ifinfo_newnet(RTM_DELLINK, dev, ~0U, GFP_KERNEL, &new_nsid,
9406 new_ifindex);
ce286d32
EB
9407
9408 /*
9409 * Flush the unicast and multicast chains
9410 */
a748ee24 9411 dev_uc_flush(dev);
22bedad3 9412 dev_mc_flush(dev);
ce286d32 9413
4e66ae2e
SH
9414 /* Send a netdev-removed uevent to the old namespace */
9415 kobject_uevent(&dev->dev.kobj, KOBJ_REMOVE);
4c75431a 9416 netdev_adjacent_del_links(dev);
4e66ae2e 9417
ce286d32 9418 /* Actually switch the network namespace */
c346dca1 9419 dev_net_set(dev, net);
38e01b30 9420 dev->ifindex = new_ifindex;
ce286d32 9421
4e66ae2e
SH
9422 /* Send a netdev-add uevent to the new namespace */
9423 kobject_uevent(&dev->dev.kobj, KOBJ_ADD);
4c75431a 9424 netdev_adjacent_add_links(dev);
4e66ae2e 9425
8b41d188 9426 /* Fixup kobjects */
a1b3f594 9427 err = device_rename(&dev->dev, dev->name);
8b41d188 9428 WARN_ON(err);
ce286d32
EB
9429
9430 /* Add the device back in the hashes */
9431 list_netdevice(dev);
9432
9433 /* Notify protocols, that a new device appeared. */
9434 call_netdevice_notifiers(NETDEV_REGISTER, dev);
9435
d90a909e
EB
9436 /*
9437 * Prevent userspace races by waiting until the network
9438 * device is fully setup before sending notifications.
9439 */
7f294054 9440 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL);
d90a909e 9441
ce286d32
EB
9442 synchronize_net();
9443 err = 0;
9444out:
9445 return err;
9446}
463d0183 9447EXPORT_SYMBOL_GPL(dev_change_net_namespace);
ce286d32 9448
f0bf90de 9449static int dev_cpu_dead(unsigned int oldcpu)
1da177e4
LT
9450{
9451 struct sk_buff **list_skb;
1da177e4 9452 struct sk_buff *skb;
f0bf90de 9453 unsigned int cpu;
97d8b6e3 9454 struct softnet_data *sd, *oldsd, *remsd = NULL;
1da177e4 9455
1da177e4
LT
9456 local_irq_disable();
9457 cpu = smp_processor_id();
9458 sd = &per_cpu(softnet_data, cpu);
9459 oldsd = &per_cpu(softnet_data, oldcpu);
9460
9461 /* Find end of our completion_queue. */
9462 list_skb = &sd->completion_queue;
9463 while (*list_skb)
9464 list_skb = &(*list_skb)->next;
9465 /* Append completion queue from offline CPU. */
9466 *list_skb = oldsd->completion_queue;
9467 oldsd->completion_queue = NULL;
9468
1da177e4 9469 /* Append output queue from offline CPU. */
a9cbd588
CG
9470 if (oldsd->output_queue) {
9471 *sd->output_queue_tailp = oldsd->output_queue;
9472 sd->output_queue_tailp = oldsd->output_queue_tailp;
9473 oldsd->output_queue = NULL;
9474 oldsd->output_queue_tailp = &oldsd->output_queue;
9475 }
ac64da0b
ED
9476 /* Append NAPI poll list from offline CPU, with one exception :
9477 * process_backlog() must be called by cpu owning percpu backlog.
9478 * We properly handle process_queue & input_pkt_queue later.
9479 */
9480 while (!list_empty(&oldsd->poll_list)) {
9481 struct napi_struct *napi = list_first_entry(&oldsd->poll_list,
9482 struct napi_struct,
9483 poll_list);
9484
9485 list_del_init(&napi->poll_list);
9486 if (napi->poll == process_backlog)
9487 napi->state = 0;
9488 else
9489 ____napi_schedule(sd, napi);
264524d5 9490 }
1da177e4
LT
9491
9492 raise_softirq_irqoff(NET_TX_SOFTIRQ);
9493 local_irq_enable();
9494
773fc8f6 9495#ifdef CONFIG_RPS
9496 remsd = oldsd->rps_ipi_list;
9497 oldsd->rps_ipi_list = NULL;
9498#endif
9499 /* send out pending IPI's on offline CPU */
9500 net_rps_send_ipi(remsd);
9501
1da177e4 9502 /* Process offline CPU's input_pkt_queue */
76cc8b13 9503 while ((skb = __skb_dequeue(&oldsd->process_queue))) {
91e83133 9504 netif_rx_ni(skb);
76cc8b13 9505 input_queue_head_incr(oldsd);
fec5e652 9506 }
ac64da0b 9507 while ((skb = skb_dequeue(&oldsd->input_pkt_queue))) {
91e83133 9508 netif_rx_ni(skb);
76cc8b13
TH
9509 input_queue_head_incr(oldsd);
9510 }
1da177e4 9511
f0bf90de 9512 return 0;
1da177e4 9513}
1da177e4 9514
7f353bf2 9515/**
b63365a2
HX
9516 * netdev_increment_features - increment feature set by one
9517 * @all: current feature set
9518 * @one: new feature set
9519 * @mask: mask feature set
7f353bf2
HX
9520 *
9521 * Computes a new feature set after adding a device with feature set
b63365a2
HX
9522 * @one to the master device with current feature set @all. Will not
9523 * enable anything that is off in @mask. Returns the new feature set.
7f353bf2 9524 */
c8f44aff
MM
9525netdev_features_t netdev_increment_features(netdev_features_t all,
9526 netdev_features_t one, netdev_features_t mask)
b63365a2 9527{
c8cd0989 9528 if (mask & NETIF_F_HW_CSUM)
a188222b 9529 mask |= NETIF_F_CSUM_MASK;
1742f183 9530 mask |= NETIF_F_VLAN_CHALLENGED;
7f353bf2 9531
a188222b 9532 all |= one & (NETIF_F_ONE_FOR_ALL | NETIF_F_CSUM_MASK) & mask;
1742f183 9533 all &= one | ~NETIF_F_ALL_FOR_ALL;
c6e1a0d1 9534
1742f183 9535 /* If one device supports hw checksumming, set for all. */
c8cd0989
TH
9536 if (all & NETIF_F_HW_CSUM)
9537 all &= ~(NETIF_F_CSUM_MASK & ~NETIF_F_HW_CSUM);
7f353bf2
HX
9538
9539 return all;
9540}
b63365a2 9541EXPORT_SYMBOL(netdev_increment_features);
7f353bf2 9542
430f03cd 9543static struct hlist_head * __net_init netdev_create_hash(void)
30d97d35
PE
9544{
9545 int i;
9546 struct hlist_head *hash;
9547
6da2ec56 9548 hash = kmalloc_array(NETDEV_HASHENTRIES, sizeof(*hash), GFP_KERNEL);
30d97d35
PE
9549 if (hash != NULL)
9550 for (i = 0; i < NETDEV_HASHENTRIES; i++)
9551 INIT_HLIST_HEAD(&hash[i]);
9552
9553 return hash;
9554}
9555
881d966b 9556/* Initialize per network namespace state */
4665079c 9557static int __net_init netdev_init(struct net *net)
881d966b 9558{
d9f37d01 9559 BUILD_BUG_ON(GRO_HASH_BUCKETS >
ccdb5171 9560 8 * FIELD_SIZEOF(struct napi_struct, gro_bitmask));
d9f37d01 9561
734b6541
RM
9562 if (net != &init_net)
9563 INIT_LIST_HEAD(&net->dev_base_head);
881d966b 9564
30d97d35
PE
9565 net->dev_name_head = netdev_create_hash();
9566 if (net->dev_name_head == NULL)
9567 goto err_name;
881d966b 9568
30d97d35
PE
9569 net->dev_index_head = netdev_create_hash();
9570 if (net->dev_index_head == NULL)
9571 goto err_idx;
881d966b
EB
9572
9573 return 0;
30d97d35
PE
9574
9575err_idx:
9576 kfree(net->dev_name_head);
9577err_name:
9578 return -ENOMEM;
881d966b
EB
9579}
9580
f0db275a
SH
9581/**
9582 * netdev_drivername - network driver for the device
9583 * @dev: network device
f0db275a
SH
9584 *
9585 * Determine network driver for device.
9586 */
3019de12 9587const char *netdev_drivername(const struct net_device *dev)
6579e57b 9588{
cf04a4c7
SH
9589 const struct device_driver *driver;
9590 const struct device *parent;
3019de12 9591 const char *empty = "";
6579e57b
AV
9592
9593 parent = dev->dev.parent;
6579e57b 9594 if (!parent)
3019de12 9595 return empty;
6579e57b
AV
9596
9597 driver = parent->driver;
9598 if (driver && driver->name)
3019de12
DM
9599 return driver->name;
9600 return empty;
6579e57b
AV
9601}
9602
6ea754eb
JP
9603static void __netdev_printk(const char *level, const struct net_device *dev,
9604 struct va_format *vaf)
256df2f3 9605{
b004ff49 9606 if (dev && dev->dev.parent) {
6ea754eb
JP
9607 dev_printk_emit(level[1] - '0',
9608 dev->dev.parent,
9609 "%s %s %s%s: %pV",
9610 dev_driver_string(dev->dev.parent),
9611 dev_name(dev->dev.parent),
9612 netdev_name(dev), netdev_reg_state(dev),
9613 vaf);
b004ff49 9614 } else if (dev) {
6ea754eb
JP
9615 printk("%s%s%s: %pV",
9616 level, netdev_name(dev), netdev_reg_state(dev), vaf);
b004ff49 9617 } else {
6ea754eb 9618 printk("%s(NULL net_device): %pV", level, vaf);
b004ff49 9619 }
256df2f3
JP
9620}
9621
6ea754eb
JP
9622void netdev_printk(const char *level, const struct net_device *dev,
9623 const char *format, ...)
256df2f3
JP
9624{
9625 struct va_format vaf;
9626 va_list args;
256df2f3
JP
9627
9628 va_start(args, format);
9629
9630 vaf.fmt = format;
9631 vaf.va = &args;
9632
6ea754eb 9633 __netdev_printk(level, dev, &vaf);
b004ff49 9634
256df2f3 9635 va_end(args);
256df2f3
JP
9636}
9637EXPORT_SYMBOL(netdev_printk);
9638
9639#define define_netdev_printk_level(func, level) \
6ea754eb 9640void func(const struct net_device *dev, const char *fmt, ...) \
256df2f3 9641{ \
256df2f3
JP
9642 struct va_format vaf; \
9643 va_list args; \
9644 \
9645 va_start(args, fmt); \
9646 \
9647 vaf.fmt = fmt; \
9648 vaf.va = &args; \
9649 \
6ea754eb 9650 __netdev_printk(level, dev, &vaf); \
b004ff49 9651 \
256df2f3 9652 va_end(args); \
256df2f3
JP
9653} \
9654EXPORT_SYMBOL(func);
9655
9656define_netdev_printk_level(netdev_emerg, KERN_EMERG);
9657define_netdev_printk_level(netdev_alert, KERN_ALERT);
9658define_netdev_printk_level(netdev_crit, KERN_CRIT);
9659define_netdev_printk_level(netdev_err, KERN_ERR);
9660define_netdev_printk_level(netdev_warn, KERN_WARNING);
9661define_netdev_printk_level(netdev_notice, KERN_NOTICE);
9662define_netdev_printk_level(netdev_info, KERN_INFO);
9663
4665079c 9664static void __net_exit netdev_exit(struct net *net)
881d966b
EB
9665{
9666 kfree(net->dev_name_head);
9667 kfree(net->dev_index_head);
ee21b18b
VA
9668 if (net != &init_net)
9669 WARN_ON_ONCE(!list_empty(&net->dev_base_head));
881d966b
EB
9670}
9671
022cbae6 9672static struct pernet_operations __net_initdata netdev_net_ops = {
881d966b
EB
9673 .init = netdev_init,
9674 .exit = netdev_exit,
9675};
9676
4665079c 9677static void __net_exit default_device_exit(struct net *net)
ce286d32 9678{
e008b5fc 9679 struct net_device *dev, *aux;
ce286d32 9680 /*
e008b5fc 9681 * Push all migratable network devices back to the
ce286d32
EB
9682 * initial network namespace
9683 */
9684 rtnl_lock();
e008b5fc 9685 for_each_netdev_safe(net, dev, aux) {
ce286d32 9686 int err;
aca51397 9687 char fb_name[IFNAMSIZ];
ce286d32
EB
9688
9689 /* Ignore unmoveable devices (i.e. loopback) */
9690 if (dev->features & NETIF_F_NETNS_LOCAL)
9691 continue;
9692
e008b5fc
EB
9693 /* Leave virtual devices for the generic cleanup */
9694 if (dev->rtnl_link_ops)
9695 continue;
d0c082ce 9696
25985edc 9697 /* Push remaining network devices to init_net */
aca51397
PE
9698 snprintf(fb_name, IFNAMSIZ, "dev%d", dev->ifindex);
9699 err = dev_change_net_namespace(dev, &init_net, fb_name);
ce286d32 9700 if (err) {
7b6cd1ce
JP
9701 pr_emerg("%s: failed to move %s to init_net: %d\n",
9702 __func__, dev->name, err);
aca51397 9703 BUG();
ce286d32
EB
9704 }
9705 }
9706 rtnl_unlock();
9707}
9708
50624c93
EB
9709static void __net_exit rtnl_lock_unregistering(struct list_head *net_list)
9710{
9711 /* Return with the rtnl_lock held when there are no network
9712 * devices unregistering in any network namespace in net_list.
9713 */
9714 struct net *net;
9715 bool unregistering;
ff960a73 9716 DEFINE_WAIT_FUNC(wait, woken_wake_function);
50624c93 9717
ff960a73 9718 add_wait_queue(&netdev_unregistering_wq, &wait);
50624c93 9719 for (;;) {
50624c93
EB
9720 unregistering = false;
9721 rtnl_lock();
9722 list_for_each_entry(net, net_list, exit_list) {
9723 if (net->dev_unreg_count > 0) {
9724 unregistering = true;
9725 break;
9726 }
9727 }
9728 if (!unregistering)
9729 break;
9730 __rtnl_unlock();
ff960a73
PZ
9731
9732 wait_woken(&wait, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
50624c93 9733 }
ff960a73 9734 remove_wait_queue(&netdev_unregistering_wq, &wait);
50624c93
EB
9735}
9736
04dc7f6b
EB
9737static void __net_exit default_device_exit_batch(struct list_head *net_list)
9738{
9739 /* At exit all network devices most be removed from a network
b595076a 9740 * namespace. Do this in the reverse order of registration.
04dc7f6b
EB
9741 * Do this across as many network namespaces as possible to
9742 * improve batching efficiency.
9743 */
9744 struct net_device *dev;
9745 struct net *net;
9746 LIST_HEAD(dev_kill_list);
9747
50624c93
EB
9748 /* To prevent network device cleanup code from dereferencing
9749 * loopback devices or network devices that have been freed
9750 * wait here for all pending unregistrations to complete,
9751 * before unregistring the loopback device and allowing the
9752 * network namespace be freed.
9753 *
9754 * The netdev todo list containing all network devices
9755 * unregistrations that happen in default_device_exit_batch
9756 * will run in the rtnl_unlock() at the end of
9757 * default_device_exit_batch.
9758 */
9759 rtnl_lock_unregistering(net_list);
04dc7f6b
EB
9760 list_for_each_entry(net, net_list, exit_list) {
9761 for_each_netdev_reverse(net, dev) {
b0ab2fab 9762 if (dev->rtnl_link_ops && dev->rtnl_link_ops->dellink)
04dc7f6b
EB
9763 dev->rtnl_link_ops->dellink(dev, &dev_kill_list);
9764 else
9765 unregister_netdevice_queue(dev, &dev_kill_list);
9766 }
9767 }
9768 unregister_netdevice_many(&dev_kill_list);
9769 rtnl_unlock();
9770}
9771
022cbae6 9772static struct pernet_operations __net_initdata default_device_ops = {
ce286d32 9773 .exit = default_device_exit,
04dc7f6b 9774 .exit_batch = default_device_exit_batch,
ce286d32
EB
9775};
9776
1da177e4
LT
9777/*
9778 * Initialize the DEV module. At boot time this walks the device list and
9779 * unhooks any devices that fail to initialise (normally hardware not
9780 * present) and leaves us with a valid list of present and active devices.
9781 *
9782 */
9783
9784/*
9785 * This is called single threaded during boot, so no need
9786 * to take the rtnl semaphore.
9787 */
9788static int __init net_dev_init(void)
9789{
9790 int i, rc = -ENOMEM;
9791
9792 BUG_ON(!dev_boot_phase);
9793
1da177e4
LT
9794 if (dev_proc_init())
9795 goto out;
9796
8b41d188 9797 if (netdev_kobject_init())
1da177e4
LT
9798 goto out;
9799
9800 INIT_LIST_HEAD(&ptype_all);
82d8a867 9801 for (i = 0; i < PTYPE_HASH_SIZE; i++)
1da177e4
LT
9802 INIT_LIST_HEAD(&ptype_base[i]);
9803
62532da9
VY
9804 INIT_LIST_HEAD(&offload_base);
9805
881d966b
EB
9806 if (register_pernet_subsys(&netdev_net_ops))
9807 goto out;
1da177e4
LT
9808
9809 /*
9810 * Initialise the packet receive queues.
9811 */
9812
6f912042 9813 for_each_possible_cpu(i) {
41852497 9814 struct work_struct *flush = per_cpu_ptr(&flush_works, i);
e36fa2f7 9815 struct softnet_data *sd = &per_cpu(softnet_data, i);
1da177e4 9816
41852497
ED
9817 INIT_WORK(flush, flush_backlog);
9818
e36fa2f7 9819 skb_queue_head_init(&sd->input_pkt_queue);
6e7676c1 9820 skb_queue_head_init(&sd->process_queue);
f53c7239
SK
9821#ifdef CONFIG_XFRM_OFFLOAD
9822 skb_queue_head_init(&sd->xfrm_backlog);
9823#endif
e36fa2f7 9824 INIT_LIST_HEAD(&sd->poll_list);
a9cbd588 9825 sd->output_queue_tailp = &sd->output_queue;
df334545 9826#ifdef CONFIG_RPS
e36fa2f7
ED
9827 sd->csd.func = rps_trigger_softirq;
9828 sd->csd.info = sd;
e36fa2f7 9829 sd->cpu = i;
1e94d72f 9830#endif
0a9627f2 9831
7c4ec749 9832 init_gro_hash(&sd->backlog);
e36fa2f7
ED
9833 sd->backlog.poll = process_backlog;
9834 sd->backlog.weight = weight_p;
1da177e4
LT
9835 }
9836
1da177e4
LT
9837 dev_boot_phase = 0;
9838
505d4f73
EB
9839 /* The loopback device is special if any other network devices
9840 * is present in a network namespace the loopback device must
9841 * be present. Since we now dynamically allocate and free the
9842 * loopback device ensure this invariant is maintained by
9843 * keeping the loopback device as the first device on the
9844 * list of network devices. Ensuring the loopback devices
9845 * is the first device that appears and the last network device
9846 * that disappears.
9847 */
9848 if (register_pernet_device(&loopback_net_ops))
9849 goto out;
9850
9851 if (register_pernet_device(&default_device_ops))
9852 goto out;
9853
962cf36c
CM
9854 open_softirq(NET_TX_SOFTIRQ, net_tx_action);
9855 open_softirq(NET_RX_SOFTIRQ, net_rx_action);
1da177e4 9856
f0bf90de
SAS
9857 rc = cpuhp_setup_state_nocalls(CPUHP_NET_DEV_DEAD, "net/dev:dead",
9858 NULL, dev_cpu_dead);
9859 WARN_ON(rc < 0);
1da177e4
LT
9860 rc = 0;
9861out:
9862 return rc;
9863}
9864
9865subsys_initcall(net_dev_init);