1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * NET3 Protocol independent device support routines.
5 * Derived from the non IP parts of dev.c 1.0.19
7 * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
8 * Mark Evans, <evansmp@uhura.aston.ac.uk>
11 * Florian la Roche <rzsfl@rz.uni-sb.de>
12 * Alan Cox <gw4pts@gw4pts.ampr.org>
13 * David Hinds <dahinds@users.sourceforge.net>
14 * Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
15 * Adam Sulmicki <adam@cfar.umd.edu>
16 * Pekka Riikonen <priikone@poesidon.pspt.fi>
19 * D.J. Barrow : Fixed bug where dev->refcnt gets set
20 * to 2 if register_netdev gets called
21 * before net_dev_init & also removed a
22 * few lines of code in the process.
23 * Alan Cox : device private ioctl copies fields back.
24 * Alan Cox : Transmit queue code does relevant
25 * stunts to keep the queue safe.
26 * Alan Cox : Fixed double lock.
27 * Alan Cox : Fixed promisc NULL pointer trap
28 * ???????? : Support the full private ioctl range
29 * Alan Cox : Moved ioctl permission check into
31 * Tim Kordas : SIOCADDMULTI/SIOCDELMULTI
32 * Alan Cox : 100 backlog just doesn't cut it when
33 * you start doing multicast video 8)
34 * Alan Cox : Rewrote net_bh and list manager.
35 * Alan Cox : Fix ETH_P_ALL echoback lengths.
36 * Alan Cox : Took out transmit every packet pass
37 * Saved a few bytes in the ioctl handler
38 * Alan Cox : Network driver sets packet type before
39 * calling netif_rx. Saves a function
41 * Alan Cox : Hashed net_bh()
42 * Richard Kooijman: Timestamp fixes.
43 * Alan Cox : Wrong field in SIOCGIFDSTADDR
44 * Alan Cox : Device lock protection.
45 * Alan Cox : Fixed nasty side effect of device close
47 * Rudi Cilibrasi : Pass the right thing to
49 * Dave Miller : 32bit quantity for the device lock to
50 * make it work out on a Sparc.
51 * Bjorn Ekwall : Added KERNELD hack.
52 * Alan Cox : Cleaned up the backlog initialise.
53 * Craig Metz : SIOCGIFCONF fix if space for under
55 * Thomas Bogendoerfer : Return ENODEV for dev_open, if there
56 * is no device open function.
57 * Andi Kleen : Fix error reporting for SIOCGIFCONF
58 * Michael Chastain : Fix signed/unsigned for SIOCGIFCONF
59 * Cyrus Durgin : Cleaned for KMOD
60 * Adam Sulmicki : Bug Fix : Network Device Unload
61 * A network device unload needs to purge
63 * Paul Rusty Russell : SIOCSIFNAME
64 * Pekka Riikonen : Netdev boot-time settings code
65 * Andrew Morton : Make unregister_netdevice wait
66 * indefinitely on dev->refcnt
67 * J Hadi Salim : - Backlog queue sampling
68 * - netif_rx() feedback
71 #include <linux/uaccess.h>
72 #include <linux/bitops.h>
73 #include <linux/capability.h>
74 #include <linux/cpu.h>
75 #include <linux/types.h>
76 #include <linux/kernel.h>
77 #include <linux/hash.h>
78 #include <linux/slab.h>
79 #include <linux/sched.h>
80 #include <linux/sched/mm.h>
81 #include <linux/mutex.h>
82 #include <linux/rwsem.h>
83 #include <linux/string.h>
85 #include <linux/socket.h>
86 #include <linux/sockios.h>
87 #include <linux/errno.h>
88 #include <linux/interrupt.h>
89 #include <linux/if_ether.h>
90 #include <linux/netdevice.h>
91 #include <linux/etherdevice.h>
92 #include <linux/ethtool.h>
93 #include <linux/skbuff.h>
94 #include <linux/kthread.h>
95 #include <linux/bpf.h>
96 #include <linux/bpf_trace.h>
97 #include <net/net_namespace.h>
99 #include <net/busy_poll.h>
100 #include <linux/rtnetlink.h>
101 #include <linux/stat.h>
104 #include <net/dst_metadata.h>
106 #include <net/pkt_sched.h>
107 #include <net/pkt_cls.h>
108 #include <net/checksum.h>
109 #include <net/xfrm.h>
110 #include <linux/highmem.h>
111 #include <linux/init.h>
112 #include <linux/module.h>
113 #include <linux/netpoll.h>
114 #include <linux/rcupdate.h>
115 #include <linux/delay.h>
116 #include <net/iw_handler.h>
117 #include <asm/current.h>
118 #include <linux/audit.h>
119 #include <linux/dmaengine.h>
120 #include <linux/err.h>
121 #include <linux/ctype.h>
122 #include <linux/if_arp.h>
123 #include <linux/if_vlan.h>
124 #include <linux/ip.h>
126 #include <net/mpls.h>
127 #include <linux/ipv6.h>
128 #include <linux/in.h>
129 #include <linux/jhash.h>
130 #include <linux/random.h>
131 #include <trace/events/napi.h>
132 #include <trace/events/net.h>
133 #include <trace/events/skb.h>
134 #include <trace/events/qdisc.h>
135 #include <linux/inetdevice.h>
136 #include <linux/cpu_rmap.h>
137 #include <linux/static_key.h>
138 #include <linux/hashtable.h>
139 #include <linux/vmalloc.h>
140 #include <linux/if_macvlan.h>
141 #include <linux/errqueue.h>
142 #include <linux/hrtimer.h>
143 #include <linux/netfilter_ingress.h>
144 #include <linux/crash_dump.h>
145 #include <linux/sctp.h>
146 #include <net/udp_tunnel.h>
147 #include <linux/net_namespace.h>
148 #include <linux/indirect_call_wrapper.h>
149 #include <net/devlink.h>
150 #include <linux/pm_runtime.h>
151 #include <linux/prandom.h>
152 #include <linux/once_lite.h>
154 #include "net-sysfs.h"
156 #define MAX_GRO_SKBS 8
158 /* This should be increased if a protocol with a bigger head is added. */
159 #define GRO_MAX_HEAD (MAX_HEADER + 128)
161 static DEFINE_SPINLOCK(ptype_lock);
162 static DEFINE_SPINLOCK(offload_lock);
163 struct list_head ptype_base[PTYPE_HASH_SIZE] __read_mostly;
164 struct list_head ptype_all __read_mostly; /* Taps */
165 static struct list_head offload_base __read_mostly;
167 static int netif_rx_internal(struct sk_buff *skb);
168 static int call_netdevice_notifiers_info(unsigned long val,
169 struct netdev_notifier_info *info);
170 static int call_netdevice_notifiers_extack(unsigned long val,
171 struct net_device *dev,
172 struct netlink_ext_ack *extack);
173 static struct napi_struct *napi_by_id(unsigned int napi_id);
176 * The @dev_base_head list is protected by @dev_base_lock and the rtnl
179 * Pure readers hold dev_base_lock for reading, or rcu_read_lock()
181 * Writers must hold the rtnl semaphore while they loop through the
182 * dev_base_head list, and hold dev_base_lock for writing when they do the
183 * actual updates. This allows pure readers to access the list even
184 * while a writer is preparing to update it.
186 * To put it another way, dev_base_lock is held for writing only to
187 * protect against pure readers; the rtnl semaphore provides the
188 * protection against other writers.
190 * See, for example usages, register_netdevice() and
191 * unregister_netdevice(), which must be called with the rtnl
194 DEFINE_RWLOCK(dev_base_lock);
195 EXPORT_SYMBOL(dev_base_lock);
197 static DEFINE_MUTEX(ifalias_mutex);
199 /* protects napi_hash addition/deletion and napi_gen_id */
200 static DEFINE_SPINLOCK(napi_hash_lock);
202 static unsigned int napi_gen_id = NR_CPUS;
203 static DEFINE_READ_MOSTLY_HASHTABLE(napi_hash, 8);
205 static DECLARE_RWSEM(devnet_rename_sem);
207 static inline void dev_base_seq_inc(struct net *net)
209 while (++net->dev_base_seq == 0)
213 static inline struct hlist_head *dev_name_hash(struct net *net, const char *name)
215 unsigned int hash = full_name_hash(net, name, strnlen(name, IFNAMSIZ));
217 return &net->dev_name_head[hash_32(hash, NETDEV_HASHBITS)];
220 static inline struct hlist_head *dev_index_hash(struct net *net, int ifindex)
222 return &net->dev_index_head[ifindex & (NETDEV_HASHENTRIES - 1)];
225 static inline void rps_lock(struct softnet_data *sd)
228 spin_lock(&sd->input_pkt_queue.lock);
232 static inline void rps_unlock(struct softnet_data *sd)
235 spin_unlock(&sd->input_pkt_queue.lock);
239 static struct netdev_name_node *netdev_name_node_alloc(struct net_device *dev,
242 struct netdev_name_node *name_node;
244 name_node = kmalloc(sizeof(*name_node), GFP_KERNEL);
247 INIT_HLIST_NODE(&name_node->hlist);
248 name_node->dev = dev;
249 name_node->name = name;
253 static struct netdev_name_node *
254 netdev_name_node_head_alloc(struct net_device *dev)
256 struct netdev_name_node *name_node;
258 name_node = netdev_name_node_alloc(dev, dev->name);
261 INIT_LIST_HEAD(&name_node->list);
265 static void netdev_name_node_free(struct netdev_name_node *name_node)
270 static void netdev_name_node_add(struct net *net,
271 struct netdev_name_node *name_node)
273 hlist_add_head_rcu(&name_node->hlist,
274 dev_name_hash(net, name_node->name));
277 static void netdev_name_node_del(struct netdev_name_node *name_node)
279 hlist_del_rcu(&name_node->hlist);
282 static struct netdev_name_node *netdev_name_node_lookup(struct net *net,
285 struct hlist_head *head = dev_name_hash(net, name);
286 struct netdev_name_node *name_node;
288 hlist_for_each_entry(name_node, head, hlist)
289 if (!strcmp(name_node->name, name))
294 static struct netdev_name_node *netdev_name_node_lookup_rcu(struct net *net,
297 struct hlist_head *head = dev_name_hash(net, name);
298 struct netdev_name_node *name_node;
300 hlist_for_each_entry_rcu(name_node, head, hlist)
301 if (!strcmp(name_node->name, name))
306 int netdev_name_node_alt_create(struct net_device *dev, const char *name)
308 struct netdev_name_node *name_node;
309 struct net *net = dev_net(dev);
311 name_node = netdev_name_node_lookup(net, name);
314 name_node = netdev_name_node_alloc(dev, name);
317 netdev_name_node_add(net, name_node);
318 /* The node that holds dev->name acts as a head of per-device list. */
319 list_add_tail(&name_node->list, &dev->name_node->list);
323 EXPORT_SYMBOL(netdev_name_node_alt_create);
325 static void __netdev_name_node_alt_destroy(struct netdev_name_node *name_node)
327 list_del(&name_node->list);
328 netdev_name_node_del(name_node);
329 kfree(name_node->name);
330 netdev_name_node_free(name_node);
333 int netdev_name_node_alt_destroy(struct net_device *dev, const char *name)
335 struct netdev_name_node *name_node;
336 struct net *net = dev_net(dev);
338 name_node = netdev_name_node_lookup(net, name);
341 /* lookup might have found our primary name or a name belonging
344 if (name_node == dev->name_node || name_node->dev != dev)
347 __netdev_name_node_alt_destroy(name_node);
351 EXPORT_SYMBOL(netdev_name_node_alt_destroy);
353 static void netdev_name_node_alt_flush(struct net_device *dev)
355 struct netdev_name_node *name_node, *tmp;
357 list_for_each_entry_safe(name_node, tmp, &dev->name_node->list, list)
358 __netdev_name_node_alt_destroy(name_node);
361 /* Device list insertion */
362 static void list_netdevice(struct net_device *dev)
364 struct net *net = dev_net(dev);
368 write_lock_bh(&dev_base_lock);
369 list_add_tail_rcu(&dev->dev_list, &net->dev_base_head);
370 netdev_name_node_add(net, dev->name_node);
371 hlist_add_head_rcu(&dev->index_hlist,
372 dev_index_hash(net, dev->ifindex));
373 write_unlock_bh(&dev_base_lock);
375 dev_base_seq_inc(net);
378 /* Device list removal
379 * caller must respect a RCU grace period before freeing/reusing dev
381 static void unlist_netdevice(struct net_device *dev)
385 /* Unlink dev from the device chain */
386 write_lock_bh(&dev_base_lock);
387 list_del_rcu(&dev->dev_list);
388 netdev_name_node_del(dev->name_node);
389 hlist_del_rcu(&dev->index_hlist);
390 write_unlock_bh(&dev_base_lock);
392 dev_base_seq_inc(dev_net(dev));
399 static RAW_NOTIFIER_HEAD(netdev_chain);
402 * Device drivers call our routines to queue packets here. We empty the
403 * queue in the local softnet handler.
406 DEFINE_PER_CPU_ALIGNED(struct softnet_data, softnet_data);
407 EXPORT_PER_CPU_SYMBOL(softnet_data);
409 #ifdef CONFIG_LOCKDEP
411 * register_netdevice() inits txq->_xmit_lock and sets lockdep class
412 * according to dev->type
414 static const unsigned short netdev_lock_type[] = {
415 ARPHRD_NETROM, ARPHRD_ETHER, ARPHRD_EETHER, ARPHRD_AX25,
416 ARPHRD_PRONET, ARPHRD_CHAOS, ARPHRD_IEEE802, ARPHRD_ARCNET,
417 ARPHRD_APPLETLK, ARPHRD_DLCI, ARPHRD_ATM, ARPHRD_METRICOM,
418 ARPHRD_IEEE1394, ARPHRD_EUI64, ARPHRD_INFINIBAND, ARPHRD_SLIP,
419 ARPHRD_CSLIP, ARPHRD_SLIP6, ARPHRD_CSLIP6, ARPHRD_RSRVD,
420 ARPHRD_ADAPT, ARPHRD_ROSE, ARPHRD_X25, ARPHRD_HWX25,
421 ARPHRD_PPP, ARPHRD_CISCO, ARPHRD_LAPB, ARPHRD_DDCMP,
422 ARPHRD_RAWHDLC, ARPHRD_TUNNEL, ARPHRD_TUNNEL6, ARPHRD_FRAD,
423 ARPHRD_SKIP, ARPHRD_LOOPBACK, ARPHRD_LOCALTLK, ARPHRD_FDDI,
424 ARPHRD_BIF, ARPHRD_SIT, ARPHRD_IPDDP, ARPHRD_IPGRE,
425 ARPHRD_PIMREG, ARPHRD_HIPPI, ARPHRD_ASH, ARPHRD_ECONET,
426 ARPHRD_IRDA, ARPHRD_FCPP, ARPHRD_FCAL, ARPHRD_FCPL,
427 ARPHRD_FCFABRIC, ARPHRD_IEEE80211, ARPHRD_IEEE80211_PRISM,
428 ARPHRD_IEEE80211_RADIOTAP, ARPHRD_PHONET, ARPHRD_PHONET_PIPE,
429 ARPHRD_IEEE802154, ARPHRD_VOID, ARPHRD_NONE};
431 static const char *const netdev_lock_name[] = {
432 "_xmit_NETROM", "_xmit_ETHER", "_xmit_EETHER", "_xmit_AX25",
433 "_xmit_PRONET", "_xmit_CHAOS", "_xmit_IEEE802", "_xmit_ARCNET",
434 "_xmit_APPLETLK", "_xmit_DLCI", "_xmit_ATM", "_xmit_METRICOM",
435 "_xmit_IEEE1394", "_xmit_EUI64", "_xmit_INFINIBAND", "_xmit_SLIP",
436 "_xmit_CSLIP", "_xmit_SLIP6", "_xmit_CSLIP6", "_xmit_RSRVD",
437 "_xmit_ADAPT", "_xmit_ROSE", "_xmit_X25", "_xmit_HWX25",
438 "_xmit_PPP", "_xmit_CISCO", "_xmit_LAPB", "_xmit_DDCMP",
439 "_xmit_RAWHDLC", "_xmit_TUNNEL", "_xmit_TUNNEL6", "_xmit_FRAD",
440 "_xmit_SKIP", "_xmit_LOOPBACK", "_xmit_LOCALTLK", "_xmit_FDDI",
441 "_xmit_BIF", "_xmit_SIT", "_xmit_IPDDP", "_xmit_IPGRE",
442 "_xmit_PIMREG", "_xmit_HIPPI", "_xmit_ASH", "_xmit_ECONET",
443 "_xmit_IRDA", "_xmit_FCPP", "_xmit_FCAL", "_xmit_FCPL",
444 "_xmit_FCFABRIC", "_xmit_IEEE80211", "_xmit_IEEE80211_PRISM",
445 "_xmit_IEEE80211_RADIOTAP", "_xmit_PHONET", "_xmit_PHONET_PIPE",
446 "_xmit_IEEE802154", "_xmit_VOID", "_xmit_NONE"};
448 static struct lock_class_key netdev_xmit_lock_key[ARRAY_SIZE(netdev_lock_type)];
449 static struct lock_class_key netdev_addr_lock_key[ARRAY_SIZE(netdev_lock_type)];
451 static inline unsigned short netdev_lock_pos(unsigned short dev_type)
455 for (i = 0; i < ARRAY_SIZE(netdev_lock_type); i++)
456 if (netdev_lock_type[i] == dev_type)
458 /* the last key is used by default */
459 return ARRAY_SIZE(netdev_lock_type) - 1;
462 static inline void netdev_set_xmit_lockdep_class(spinlock_t *lock,
463 unsigned short dev_type)
467 i = netdev_lock_pos(dev_type);
468 lockdep_set_class_and_name(lock, &netdev_xmit_lock_key[i],
469 netdev_lock_name[i]);
472 static inline void netdev_set_addr_lockdep_class(struct net_device *dev)
476 i = netdev_lock_pos(dev->type);
477 lockdep_set_class_and_name(&dev->addr_list_lock,
478 &netdev_addr_lock_key[i],
479 netdev_lock_name[i]);
482 static inline void netdev_set_xmit_lockdep_class(spinlock_t *lock,
483 unsigned short dev_type)
487 static inline void netdev_set_addr_lockdep_class(struct net_device *dev)
492 /*******************************************************************************
494 * Protocol management and registration routines
496 *******************************************************************************/
500 * Add a protocol ID to the list. Now that the input handler is
501 * smarter we can dispense with all the messy stuff that used to be
504 * BEWARE!!! Protocol handlers, mangling input packets,
505 * MUST BE last in hash buckets and checking protocol handlers
506 * MUST start from promiscuous ptype_all chain in net_bh.
507 * It is true now, do not change it.
508 * Explanation follows: if protocol handler, mangling packet, will
509 * be the first on list, it is not able to sense, that packet
510 * is cloned and should be copied-on-write, so that it will
511 * change it and subsequent readers will get broken packet.
515 static inline struct list_head *ptype_head(const struct packet_type *pt)
517 if (pt->type == htons(ETH_P_ALL))
518 return pt->dev ? &pt->dev->ptype_all : &ptype_all;
520 return pt->dev ? &pt->dev->ptype_specific :
521 &ptype_base[ntohs(pt->type) & PTYPE_HASH_MASK];
525 * dev_add_pack - add packet handler
526 * @pt: packet type declaration
528 * Add a protocol handler to the networking stack. The passed &packet_type
529 * is linked into kernel lists and may not be freed until it has been
530 * removed from the kernel lists.
532 * This call does not sleep therefore it can not
533 * guarantee all CPU's that are in middle of receiving packets
534 * will see the new packet type (until the next received packet).
537 void dev_add_pack(struct packet_type *pt)
539 struct list_head *head = ptype_head(pt);
541 spin_lock(&ptype_lock);
542 list_add_rcu(&pt->list, head);
543 spin_unlock(&ptype_lock);
545 EXPORT_SYMBOL(dev_add_pack);
548 * __dev_remove_pack - remove packet handler
549 * @pt: packet type declaration
551 * Remove a protocol handler that was previously added to the kernel
552 * protocol handlers by dev_add_pack(). The passed &packet_type is removed
553 * from the kernel lists and can be freed or reused once this function
556 * The packet type might still be in use by receivers
557 * and must not be freed until after all the CPU's have gone
558 * through a quiescent state.
560 void __dev_remove_pack(struct packet_type *pt)
562 struct list_head *head = ptype_head(pt);
563 struct packet_type *pt1;
565 spin_lock(&ptype_lock);
567 list_for_each_entry(pt1, head, list) {
569 list_del_rcu(&pt->list);
574 pr_warn("dev_remove_pack: %p not found\n", pt);
576 spin_unlock(&ptype_lock);
578 EXPORT_SYMBOL(__dev_remove_pack);
581 * dev_remove_pack - remove packet handler
582 * @pt: packet type declaration
584 * Remove a protocol handler that was previously added to the kernel
585 * protocol handlers by dev_add_pack(). The passed &packet_type is removed
586 * from the kernel lists and can be freed or reused once this function
589 * This call sleeps to guarantee that no CPU is looking at the packet
592 void dev_remove_pack(struct packet_type *pt)
594 __dev_remove_pack(pt);
598 EXPORT_SYMBOL(dev_remove_pack);
602 * dev_add_offload - register offload handlers
603 * @po: protocol offload declaration
605 * Add protocol offload handlers to the networking stack. The passed
606 * &proto_offload is linked into kernel lists and may not be freed until
607 * it has been removed from the kernel lists.
609 * This call does not sleep therefore it can not
610 * guarantee all CPU's that are in middle of receiving packets
611 * will see the new offload handlers (until the next received packet).
613 void dev_add_offload(struct packet_offload *po)
615 struct packet_offload *elem;
617 spin_lock(&offload_lock);
618 list_for_each_entry(elem, &offload_base, list) {
619 if (po->priority < elem->priority)
622 list_add_rcu(&po->list, elem->list.prev);
623 spin_unlock(&offload_lock);
625 EXPORT_SYMBOL(dev_add_offload);
628 * __dev_remove_offload - remove offload handler
629 * @po: packet offload declaration
631 * Remove a protocol offload handler that was previously added to the
632 * kernel offload handlers by dev_add_offload(). The passed &offload_type
633 * is removed from the kernel lists and can be freed or reused once this
636 * The packet type might still be in use by receivers
637 * and must not be freed until after all the CPU's have gone
638 * through a quiescent state.
640 static void __dev_remove_offload(struct packet_offload *po)
642 struct list_head *head = &offload_base;
643 struct packet_offload *po1;
645 spin_lock(&offload_lock);
647 list_for_each_entry(po1, head, list) {
649 list_del_rcu(&po->list);
654 pr_warn("dev_remove_offload: %p not found\n", po);
656 spin_unlock(&offload_lock);
660 * dev_remove_offload - remove packet offload handler
661 * @po: packet offload declaration
663 * Remove a packet offload handler that was previously added to the kernel
664 * offload handlers by dev_add_offload(). The passed &offload_type is
665 * removed from the kernel lists and can be freed or reused once this
668 * This call sleeps to guarantee that no CPU is looking at the packet
671 void dev_remove_offload(struct packet_offload *po)
673 __dev_remove_offload(po);
677 EXPORT_SYMBOL(dev_remove_offload);
679 /*******************************************************************************
681 * Device Interface Subroutines
683 *******************************************************************************/
686 * dev_get_iflink - get 'iflink' value of a interface
687 * @dev: targeted interface
689 * Indicates the ifindex the interface is linked to.
690 * Physical interfaces have the same 'ifindex' and 'iflink' values.
693 int dev_get_iflink(const struct net_device *dev)
695 if (dev->netdev_ops && dev->netdev_ops->ndo_get_iflink)
696 return dev->netdev_ops->ndo_get_iflink(dev);
700 EXPORT_SYMBOL(dev_get_iflink);
703 * dev_fill_metadata_dst - Retrieve tunnel egress information.
704 * @dev: targeted interface
707 * For better visibility of tunnel traffic OVS needs to retrieve
708 * egress tunnel information for a packet. Following API allows
709 * user to get this info.
711 int dev_fill_metadata_dst(struct net_device *dev, struct sk_buff *skb)
713 struct ip_tunnel_info *info;
715 if (!dev->netdev_ops || !dev->netdev_ops->ndo_fill_metadata_dst)
718 info = skb_tunnel_info_unclone(skb);
721 if (unlikely(!(info->mode & IP_TUNNEL_INFO_TX)))
724 return dev->netdev_ops->ndo_fill_metadata_dst(dev, skb);
726 EXPORT_SYMBOL_GPL(dev_fill_metadata_dst);
728 static struct net_device_path *dev_fwd_path(struct net_device_path_stack *stack)
730 int k = stack->num_paths++;
732 if (WARN_ON_ONCE(k >= NET_DEVICE_PATH_STACK_MAX))
735 return &stack->path[k];
738 int dev_fill_forward_path(const struct net_device *dev, const u8 *daddr,
739 struct net_device_path_stack *stack)
741 const struct net_device *last_dev;
742 struct net_device_path_ctx ctx = {
746 struct net_device_path *path;
749 stack->num_paths = 0;
750 while (ctx.dev && ctx.dev->netdev_ops->ndo_fill_forward_path) {
752 path = dev_fwd_path(stack);
756 memset(path, 0, sizeof(struct net_device_path));
757 ret = ctx.dev->netdev_ops->ndo_fill_forward_path(&ctx, path);
761 if (WARN_ON_ONCE(last_dev == ctx.dev))
764 path = dev_fwd_path(stack);
767 path->type = DEV_PATH_ETHERNET;
772 EXPORT_SYMBOL_GPL(dev_fill_forward_path);
775 * __dev_get_by_name - find a device by its name
776 * @net: the applicable net namespace
777 * @name: name to find
779 * Find an interface by name. Must be called under RTNL semaphore
780 * or @dev_base_lock. If the name is found a pointer to the device
781 * is returned. If the name is not found then %NULL is returned. The
782 * reference counters are not incremented so the caller must be
783 * careful with locks.
786 struct net_device *__dev_get_by_name(struct net *net, const char *name)
788 struct netdev_name_node *node_name;
790 node_name = netdev_name_node_lookup(net, name);
791 return node_name ? node_name->dev : NULL;
793 EXPORT_SYMBOL(__dev_get_by_name);
796 * dev_get_by_name_rcu - find a device by its name
797 * @net: the applicable net namespace
798 * @name: name to find
800 * Find an interface by name.
801 * If the name is found a pointer to the device is returned.
802 * If the name is not found then %NULL is returned.
803 * The reference counters are not incremented so the caller must be
804 * careful with locks. The caller must hold RCU lock.
807 struct net_device *dev_get_by_name_rcu(struct net *net, const char *name)
809 struct netdev_name_node *node_name;
811 node_name = netdev_name_node_lookup_rcu(net, name);
812 return node_name ? node_name->dev : NULL;
814 EXPORT_SYMBOL(dev_get_by_name_rcu);
817 * dev_get_by_name - find a device by its name
818 * @net: the applicable net namespace
819 * @name: name to find
821 * Find an interface by name. This can be called from any
822 * context and does its own locking. The returned handle has
823 * the usage count incremented and the caller must use dev_put() to
824 * release it when it is no longer needed. %NULL is returned if no
825 * matching device is found.
828 struct net_device *dev_get_by_name(struct net *net, const char *name)
830 struct net_device *dev;
833 dev = dev_get_by_name_rcu(net, name);
838 EXPORT_SYMBOL(dev_get_by_name);
841 * __dev_get_by_index - find a device by its ifindex
842 * @net: the applicable net namespace
843 * @ifindex: index of device
845 * Search for an interface by index. Returns %NULL if the device
846 * is not found or a pointer to the device. The device has not
847 * had its reference counter increased so the caller must be careful
848 * about locking. The caller must hold either the RTNL semaphore
852 struct net_device *__dev_get_by_index(struct net *net, int ifindex)
854 struct net_device *dev;
855 struct hlist_head *head = dev_index_hash(net, ifindex);
857 hlist_for_each_entry(dev, head, index_hlist)
858 if (dev->ifindex == ifindex)
863 EXPORT_SYMBOL(__dev_get_by_index);
866 * dev_get_by_index_rcu - find a device by its ifindex
867 * @net: the applicable net namespace
868 * @ifindex: index of device
870 * Search for an interface by index. Returns %NULL if the device
871 * is not found or a pointer to the device. The device has not
872 * had its reference counter increased so the caller must be careful
873 * about locking. The caller must hold RCU lock.
876 struct net_device *dev_get_by_index_rcu(struct net *net, int ifindex)
878 struct net_device *dev;
879 struct hlist_head *head = dev_index_hash(net, ifindex);
881 hlist_for_each_entry_rcu(dev, head, index_hlist)
882 if (dev->ifindex == ifindex)
887 EXPORT_SYMBOL(dev_get_by_index_rcu);
891 * dev_get_by_index - find a device by its ifindex
892 * @net: the applicable net namespace
893 * @ifindex: index of device
895 * Search for an interface by index. Returns NULL if the device
896 * is not found or a pointer to the device. The device returned has
897 * had a reference added and the pointer is safe until the user calls
898 * dev_put to indicate they have finished with it.
901 struct net_device *dev_get_by_index(struct net *net, int ifindex)
903 struct net_device *dev;
906 dev = dev_get_by_index_rcu(net, ifindex);
911 EXPORT_SYMBOL(dev_get_by_index);
914 * dev_get_by_napi_id - find a device by napi_id
915 * @napi_id: ID of the NAPI struct
917 * Search for an interface by NAPI ID. Returns %NULL if the device
918 * is not found or a pointer to the device. The device has not had
919 * its reference counter increased so the caller must be careful
920 * about locking. The caller must hold RCU lock.
923 struct net_device *dev_get_by_napi_id(unsigned int napi_id)
925 struct napi_struct *napi;
927 WARN_ON_ONCE(!rcu_read_lock_held());
929 if (napi_id < MIN_NAPI_ID)
932 napi = napi_by_id(napi_id);
934 return napi ? napi->dev : NULL;
936 EXPORT_SYMBOL(dev_get_by_napi_id);
939 * netdev_get_name - get a netdevice name, knowing its ifindex.
940 * @net: network namespace
941 * @name: a pointer to the buffer where the name will be stored.
942 * @ifindex: the ifindex of the interface to get the name from.
944 int netdev_get_name(struct net *net, char *name, int ifindex)
946 struct net_device *dev;
949 down_read(&devnet_rename_sem);
952 dev = dev_get_by_index_rcu(net, ifindex);
958 strcpy(name, dev->name);
963 up_read(&devnet_rename_sem);
968 * dev_getbyhwaddr_rcu - find a device by its hardware address
969 * @net: the applicable net namespace
970 * @type: media type of device
971 * @ha: hardware address
973 * Search for an interface by MAC address. Returns NULL if the device
974 * is not found or a pointer to the device.
975 * The caller must hold RCU or RTNL.
976 * The returned device has not had its ref count increased
977 * and the caller must therefore be careful about locking
981 struct net_device *dev_getbyhwaddr_rcu(struct net *net, unsigned short type,
984 struct net_device *dev;
986 for_each_netdev_rcu(net, dev)
987 if (dev->type == type &&
988 !memcmp(dev->dev_addr, ha, dev->addr_len))
993 EXPORT_SYMBOL(dev_getbyhwaddr_rcu);
995 struct net_device *dev_getfirstbyhwtype(struct net *net, unsigned short type)
997 struct net_device *dev, *ret = NULL;
1000 for_each_netdev_rcu(net, dev)
1001 if (dev->type == type) {
1009 EXPORT_SYMBOL(dev_getfirstbyhwtype);
1012 * __dev_get_by_flags - find any device with given flags
1013 * @net: the applicable net namespace
1014 * @if_flags: IFF_* values
1015 * @mask: bitmask of bits in if_flags to check
1017 * Search for any interface with the given flags. Returns NULL if a device
1018 * is not found or a pointer to the device. Must be called inside
1019 * rtnl_lock(), and result refcount is unchanged.
1022 struct net_device *__dev_get_by_flags(struct net *net, unsigned short if_flags,
1023 unsigned short mask)
1025 struct net_device *dev, *ret;
1030 for_each_netdev(net, dev) {
1031 if (((dev->flags ^ if_flags) & mask) == 0) {
1038 EXPORT_SYMBOL(__dev_get_by_flags);
1041 * dev_valid_name - check if name is okay for network device
1042 * @name: name string
1044 * Network device names need to be valid file names to
1045 * allow sysfs to work. We also disallow any kind of
1048 bool dev_valid_name(const char *name)
1052 if (strnlen(name, IFNAMSIZ) == IFNAMSIZ)
1054 if (!strcmp(name, ".") || !strcmp(name, ".."))
1058 if (*name == '/' || *name == ':' || isspace(*name))
1064 EXPORT_SYMBOL(dev_valid_name);
1067 * __dev_alloc_name - allocate a name for a device
1068 * @net: network namespace to allocate the device name in
1069 * @name: name format string
1070 * @buf: scratch buffer and result name string
1072 * Passed a format string - eg "lt%d" it will try and find a suitable
1073 * id. It scans list of devices to build up a free map, then chooses
1074 * the first empty slot. The caller must hold the dev_base or rtnl lock
1075 * while allocating the name and adding the device in order to avoid
1077 * Limited to bits_per_byte * page size devices (ie 32K on most platforms).
1078 * Returns the number of the unit assigned or a negative errno code.
1081 static int __dev_alloc_name(struct net *net, const char *name, char *buf)
1085 const int max_netdevices = 8*PAGE_SIZE;
1086 unsigned long *inuse;
1087 struct net_device *d;
1089 if (!dev_valid_name(name))
1092 p = strchr(name, '%');
1095 * Verify the string as this thing may have come from
1096 * the user. There must be either one "%d" and no other "%"
1099 if (p[1] != 'd' || strchr(p + 2, '%'))
1102 /* Use one page as a bit array of possible slots */
1103 inuse = (unsigned long *) get_zeroed_page(GFP_ATOMIC);
1107 for_each_netdev(net, d) {
1108 struct netdev_name_node *name_node;
1109 list_for_each_entry(name_node, &d->name_node->list, list) {
1110 if (!sscanf(name_node->name, name, &i))
1112 if (i < 0 || i >= max_netdevices)
1115 /* avoid cases where sscanf is not exact inverse of printf */
1116 snprintf(buf, IFNAMSIZ, name, i);
1117 if (!strncmp(buf, name_node->name, IFNAMSIZ))
1120 if (!sscanf(d->name, name, &i))
1122 if (i < 0 || i >= max_netdevices)
1125 /* avoid cases where sscanf is not exact inverse of printf */
1126 snprintf(buf, IFNAMSIZ, name, i);
1127 if (!strncmp(buf, d->name, IFNAMSIZ))
1131 i = find_first_zero_bit(inuse, max_netdevices);
1132 free_page((unsigned long) inuse);
1135 snprintf(buf, IFNAMSIZ, name, i);
1136 if (!__dev_get_by_name(net, buf))
1139 /* It is possible to run out of possible slots
1140 * when the name is long and there isn't enough space left
1141 * for the digits, or if all bits are used.
1146 static int dev_alloc_name_ns(struct net *net,
1147 struct net_device *dev,
1154 ret = __dev_alloc_name(net, name, buf);
1156 strlcpy(dev->name, buf, IFNAMSIZ);
1161 * dev_alloc_name - allocate a name for a device
1163 * @name: name format string
1165 * Passed a format string - eg "lt%d" it will try and find a suitable
1166 * id. It scans list of devices to build up a free map, then chooses
1167 * the first empty slot. The caller must hold the dev_base or rtnl lock
1168 * while allocating the name and adding the device in order to avoid
1170 * Limited to bits_per_byte * page size devices (ie 32K on most platforms).
1171 * Returns the number of the unit assigned or a negative errno code.
1174 int dev_alloc_name(struct net_device *dev, const char *name)
1176 return dev_alloc_name_ns(dev_net(dev), dev, name);
1178 EXPORT_SYMBOL(dev_alloc_name);
1180 static int dev_get_valid_name(struct net *net, struct net_device *dev,
1185 if (!dev_valid_name(name))
1188 if (strchr(name, '%'))
1189 return dev_alloc_name_ns(net, dev, name);
1190 else if (__dev_get_by_name(net, name))
1192 else if (dev->name != name)
1193 strlcpy(dev->name, name, IFNAMSIZ);
1199 * dev_change_name - change name of a device
1201 * @newname: name (or format string) must be at least IFNAMSIZ
1203 * Change name of a device, can pass format strings "eth%d".
1206 int dev_change_name(struct net_device *dev, const char *newname)
1208 unsigned char old_assign_type;
1209 char oldname[IFNAMSIZ];
1215 BUG_ON(!dev_net(dev));
1219 /* Some auto-enslaved devices e.g. failover slaves are
1220 * special, as userspace might rename the device after
1221 * the interface had been brought up and running since
1222 * the point kernel initiated auto-enslavement. Allow
1223 * live name change even when these slave devices are
1226 * Typically, users of these auto-enslaving devices
1227 * don't actually care about slave name change, as
1228 * they are supposed to operate on master interface
1231 if (dev->flags & IFF_UP &&
1232 likely(!(dev->priv_flags & IFF_LIVE_RENAME_OK)))
1235 down_write(&devnet_rename_sem);
1237 if (strncmp(newname, dev->name, IFNAMSIZ) == 0) {
1238 up_write(&devnet_rename_sem);
1242 memcpy(oldname, dev->name, IFNAMSIZ);
1244 err = dev_get_valid_name(net, dev, newname);
1246 up_write(&devnet_rename_sem);
1250 if (oldname[0] && !strchr(oldname, '%'))
1251 netdev_info(dev, "renamed from %s\n", oldname);
1253 old_assign_type = dev->name_assign_type;
1254 dev->name_assign_type = NET_NAME_RENAMED;
1257 ret = device_rename(&dev->dev, dev->name);
1259 memcpy(dev->name, oldname, IFNAMSIZ);
1260 dev->name_assign_type = old_assign_type;
1261 up_write(&devnet_rename_sem);
1265 up_write(&devnet_rename_sem);
1267 netdev_adjacent_rename_links(dev, oldname);
1269 write_lock_bh(&dev_base_lock);
1270 netdev_name_node_del(dev->name_node);
1271 write_unlock_bh(&dev_base_lock);
1275 write_lock_bh(&dev_base_lock);
1276 netdev_name_node_add(net, dev->name_node);
1277 write_unlock_bh(&dev_base_lock);
1279 ret = call_netdevice_notifiers(NETDEV_CHANGENAME, dev);
1280 ret = notifier_to_errno(ret);
1283 /* err >= 0 after dev_alloc_name() or stores the first errno */
1286 down_write(&devnet_rename_sem);
1287 memcpy(dev->name, oldname, IFNAMSIZ);
1288 memcpy(oldname, newname, IFNAMSIZ);
1289 dev->name_assign_type = old_assign_type;
1290 old_assign_type = NET_NAME_RENAMED;
1293 pr_err("%s: name change rollback failed: %d\n",
1302 * dev_set_alias - change ifalias of a device
1304 * @alias: name up to IFALIASZ
1305 * @len: limit of bytes to copy from info
1307 * Set ifalias for a device,
1309 int dev_set_alias(struct net_device *dev, const char *alias, size_t len)
1311 struct dev_ifalias *new_alias = NULL;
1313 if (len >= IFALIASZ)
1317 new_alias = kmalloc(sizeof(*new_alias) + len + 1, GFP_KERNEL);
1321 memcpy(new_alias->ifalias, alias, len);
1322 new_alias->ifalias[len] = 0;
1325 mutex_lock(&ifalias_mutex);
1326 new_alias = rcu_replace_pointer(dev->ifalias, new_alias,
1327 mutex_is_locked(&ifalias_mutex));
1328 mutex_unlock(&ifalias_mutex);
1331 kfree_rcu(new_alias, rcuhead);
1335 EXPORT_SYMBOL(dev_set_alias);
1338 * dev_get_alias - get ifalias of a device
1340 * @name: buffer to store name of ifalias
1341 * @len: size of buffer
1343 * get ifalias for a device. Caller must make sure dev cannot go
1344 * away, e.g. rcu read lock or own a reference count to device.
1346 int dev_get_alias(const struct net_device *dev, char *name, size_t len)
1348 const struct dev_ifalias *alias;
1352 alias = rcu_dereference(dev->ifalias);
1354 ret = snprintf(name, len, "%s", alias->ifalias);
1361 * netdev_features_change - device changes features
1362 * @dev: device to cause notification
1364 * Called to indicate a device has changed features.
1366 void netdev_features_change(struct net_device *dev)
1368 call_netdevice_notifiers(NETDEV_FEAT_CHANGE, dev);
1370 EXPORT_SYMBOL(netdev_features_change);
1373 * netdev_state_change - device changes state
1374 * @dev: device to cause notification
1376 * Called to indicate a device has changed state. This function calls
1377 * the notifier chains for netdev_chain and sends a NEWLINK message
1378 * to the routing socket.
1380 void netdev_state_change(struct net_device *dev)
1382 if (dev->flags & IFF_UP) {
1383 struct netdev_notifier_change_info change_info = {
1387 call_netdevice_notifiers_info(NETDEV_CHANGE,
1389 rtmsg_ifinfo(RTM_NEWLINK, dev, 0, GFP_KERNEL);
1392 EXPORT_SYMBOL(netdev_state_change);
1395 * __netdev_notify_peers - notify network peers about existence of @dev,
1396 * to be called when rtnl lock is already held.
1397 * @dev: network device
1399 * Generate traffic such that interested network peers are aware of
1400 * @dev, such as by generating a gratuitous ARP. This may be used when
1401 * a device wants to inform the rest of the network about some sort of
1402 * reconfiguration such as a failover event or virtual machine
1405 void __netdev_notify_peers(struct net_device *dev)
1408 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, dev);
1409 call_netdevice_notifiers(NETDEV_RESEND_IGMP, dev);
1411 EXPORT_SYMBOL(__netdev_notify_peers);
1414 * netdev_notify_peers - notify network peers about existence of @dev
1415 * @dev: network device
1417 * Generate traffic such that interested network peers are aware of
1418 * @dev, such as by generating a gratuitous ARP. This may be used when
1419 * a device wants to inform the rest of the network about some sort of
1420 * reconfiguration such as a failover event or virtual machine
1423 void netdev_notify_peers(struct net_device *dev)
1426 __netdev_notify_peers(dev);
1429 EXPORT_SYMBOL(netdev_notify_peers);
1431 static int napi_threaded_poll(void *data);
1433 static int napi_kthread_create(struct napi_struct *n)
1437 /* Create and wake up the kthread once to put it in
1438 * TASK_INTERRUPTIBLE mode to avoid the blocked task
1439 * warning and work with loadavg.
1441 n->thread = kthread_run(napi_threaded_poll, n, "napi/%s-%d",
1442 n->dev->name, n->napi_id);
1443 if (IS_ERR(n->thread)) {
1444 err = PTR_ERR(n->thread);
1445 pr_err("kthread_run failed with err %d\n", err);
1452 static int __dev_open(struct net_device *dev, struct netlink_ext_ack *extack)
1454 const struct net_device_ops *ops = dev->netdev_ops;
1459 if (!netif_device_present(dev)) {
1460 /* may be detached because parent is runtime-suspended */
1461 if (dev->dev.parent)
1462 pm_runtime_resume(dev->dev.parent);
1463 if (!netif_device_present(dev))
1467 /* Block netpoll from trying to do any rx path servicing.
1468 * If we don't do this there is a chance ndo_poll_controller
1469 * or ndo_poll may be running while we open the device
1471 netpoll_poll_disable(dev);
1473 ret = call_netdevice_notifiers_extack(NETDEV_PRE_UP, dev, extack);
1474 ret = notifier_to_errno(ret);
1478 set_bit(__LINK_STATE_START, &dev->state);
1480 if (ops->ndo_validate_addr)
1481 ret = ops->ndo_validate_addr(dev);
1483 if (!ret && ops->ndo_open)
1484 ret = ops->ndo_open(dev);
1486 netpoll_poll_enable(dev);
1489 clear_bit(__LINK_STATE_START, &dev->state);
1491 dev->flags |= IFF_UP;
1492 dev_set_rx_mode(dev);
1494 add_device_randomness(dev->dev_addr, dev->addr_len);
1501 * dev_open - prepare an interface for use.
1502 * @dev: device to open
1503 * @extack: netlink extended ack
1505 * Takes a device from down to up state. The device's private open
1506 * function is invoked and then the multicast lists are loaded. Finally
1507 * the device is moved into the up state and a %NETDEV_UP message is
1508 * sent to the netdev notifier chain.
1510 * Calling this function on an active interface is a nop. On a failure
1511 * a negative errno code is returned.
1513 int dev_open(struct net_device *dev, struct netlink_ext_ack *extack)
1517 if (dev->flags & IFF_UP)
1520 ret = __dev_open(dev, extack);
1524 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL);
1525 call_netdevice_notifiers(NETDEV_UP, dev);
1529 EXPORT_SYMBOL(dev_open);
1531 static void __dev_close_many(struct list_head *head)
1533 struct net_device *dev;
1538 list_for_each_entry(dev, head, close_list) {
1539 /* Temporarily disable netpoll until the interface is down */
1540 netpoll_poll_disable(dev);
1542 call_netdevice_notifiers(NETDEV_GOING_DOWN, dev);
1544 clear_bit(__LINK_STATE_START, &dev->state);
1546 /* Synchronize to scheduled poll. We cannot touch poll list, it
1547 * can be even on different cpu. So just clear netif_running().
1549 * dev->stop() will invoke napi_disable() on all of it's
1550 * napi_struct instances on this device.
1552 smp_mb__after_atomic(); /* Commit netif_running(). */
1555 dev_deactivate_many(head);
1557 list_for_each_entry(dev, head, close_list) {
1558 const struct net_device_ops *ops = dev->netdev_ops;
1561 * Call the device specific close. This cannot fail.
1562 * Only if device is UP
1564 * We allow it to be called even after a DETACH hot-plug
1570 dev->flags &= ~IFF_UP;
1571 netpoll_poll_enable(dev);
1575 static void __dev_close(struct net_device *dev)
1579 list_add(&dev->close_list, &single);
1580 __dev_close_many(&single);
1584 void dev_close_many(struct list_head *head, bool unlink)
1586 struct net_device *dev, *tmp;
1588 /* Remove the devices that don't need to be closed */
1589 list_for_each_entry_safe(dev, tmp, head, close_list)
1590 if (!(dev->flags & IFF_UP))
1591 list_del_init(&dev->close_list);
1593 __dev_close_many(head);
1595 list_for_each_entry_safe(dev, tmp, head, close_list) {
1596 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL);
1597 call_netdevice_notifiers(NETDEV_DOWN, dev);
1599 list_del_init(&dev->close_list);
1602 EXPORT_SYMBOL(dev_close_many);
1605 * dev_close - shutdown an interface.
1606 * @dev: device to shutdown
1608 * This function moves an active device into down state. A
1609 * %NETDEV_GOING_DOWN is sent to the netdev notifier chain. The device
1610 * is then deactivated and finally a %NETDEV_DOWN is sent to the notifier
1613 void dev_close(struct net_device *dev)
1615 if (dev->flags & IFF_UP) {
1618 list_add(&dev->close_list, &single);
1619 dev_close_many(&single, true);
1623 EXPORT_SYMBOL(dev_close);
1627 * dev_disable_lro - disable Large Receive Offload on a device
1630 * Disable Large Receive Offload (LRO) on a net device. Must be
1631 * called under RTNL. This is needed if received packets may be
1632 * forwarded to another interface.
1634 void dev_disable_lro(struct net_device *dev)
1636 struct net_device *lower_dev;
1637 struct list_head *iter;
1639 dev->wanted_features &= ~NETIF_F_LRO;
1640 netdev_update_features(dev);
1642 if (unlikely(dev->features & NETIF_F_LRO))
1643 netdev_WARN(dev, "failed to disable LRO!\n");
1645 netdev_for_each_lower_dev(dev, lower_dev, iter)
1646 dev_disable_lro(lower_dev);
1648 EXPORT_SYMBOL(dev_disable_lro);
1651 * dev_disable_gro_hw - disable HW Generic Receive Offload on a device
1654 * Disable HW Generic Receive Offload (GRO_HW) on a net device. Must be
1655 * called under RTNL. This is needed if Generic XDP is installed on
1658 static void dev_disable_gro_hw(struct net_device *dev)
1660 dev->wanted_features &= ~NETIF_F_GRO_HW;
1661 netdev_update_features(dev);
1663 if (unlikely(dev->features & NETIF_F_GRO_HW))
1664 netdev_WARN(dev, "failed to disable GRO_HW!\n");
1667 const char *netdev_cmd_to_name(enum netdev_cmd cmd)
1670 case NETDEV_##val: \
1671 return "NETDEV_" __stringify(val);
1673 N(UP) N(DOWN) N(REBOOT) N(CHANGE) N(REGISTER) N(UNREGISTER)
1674 N(CHANGEMTU) N(CHANGEADDR) N(GOING_DOWN) N(CHANGENAME) N(FEAT_CHANGE)
1675 N(BONDING_FAILOVER) N(PRE_UP) N(PRE_TYPE_CHANGE) N(POST_TYPE_CHANGE)
1676 N(POST_INIT) N(RELEASE) N(NOTIFY_PEERS) N(JOIN) N(CHANGEUPPER)
1677 N(RESEND_IGMP) N(PRECHANGEMTU) N(CHANGEINFODATA) N(BONDING_INFO)
1678 N(PRECHANGEUPPER) N(CHANGELOWERSTATE) N(UDP_TUNNEL_PUSH_INFO)
1679 N(UDP_TUNNEL_DROP_INFO) N(CHANGE_TX_QUEUE_LEN)
1680 N(CVLAN_FILTER_PUSH_INFO) N(CVLAN_FILTER_DROP_INFO)
1681 N(SVLAN_FILTER_PUSH_INFO) N(SVLAN_FILTER_DROP_INFO)
1685 return "UNKNOWN_NETDEV_EVENT";
1687 EXPORT_SYMBOL_GPL(netdev_cmd_to_name);
1689 static int call_netdevice_notifier(struct notifier_block *nb, unsigned long val,
1690 struct net_device *dev)
1692 struct netdev_notifier_info info = {
1696 return nb->notifier_call(nb, val, &info);
1699 static int call_netdevice_register_notifiers(struct notifier_block *nb,
1700 struct net_device *dev)
1704 err = call_netdevice_notifier(nb, NETDEV_REGISTER, dev);
1705 err = notifier_to_errno(err);
1709 if (!(dev->flags & IFF_UP))
1712 call_netdevice_notifier(nb, NETDEV_UP, dev);
1716 static void call_netdevice_unregister_notifiers(struct notifier_block *nb,
1717 struct net_device *dev)
1719 if (dev->flags & IFF_UP) {
1720 call_netdevice_notifier(nb, NETDEV_GOING_DOWN,
1722 call_netdevice_notifier(nb, NETDEV_DOWN, dev);
1724 call_netdevice_notifier(nb, NETDEV_UNREGISTER, dev);
1727 static int call_netdevice_register_net_notifiers(struct notifier_block *nb,
1730 struct net_device *dev;
1733 for_each_netdev(net, dev) {
1734 err = call_netdevice_register_notifiers(nb, dev);
1741 for_each_netdev_continue_reverse(net, dev)
1742 call_netdevice_unregister_notifiers(nb, dev);
1746 static void call_netdevice_unregister_net_notifiers(struct notifier_block *nb,
1749 struct net_device *dev;
1751 for_each_netdev(net, dev)
1752 call_netdevice_unregister_notifiers(nb, dev);
1755 static int dev_boot_phase = 1;
1758 * register_netdevice_notifier - register a network notifier block
1761 * Register a notifier to be called when network device events occur.
1762 * The notifier passed is linked into the kernel structures and must
1763 * not be reused until it has been unregistered. A negative errno code
1764 * is returned on a failure.
1766 * When registered all registration and up events are replayed
1767 * to the new notifier to allow device to have a race free
1768 * view of the network device list.
1771 int register_netdevice_notifier(struct notifier_block *nb)
1776 /* Close race with setup_net() and cleanup_net() */
1777 down_write(&pernet_ops_rwsem);
1779 err = raw_notifier_chain_register(&netdev_chain, nb);
1785 err = call_netdevice_register_net_notifiers(nb, net);
1792 up_write(&pernet_ops_rwsem);
1796 for_each_net_continue_reverse(net)
1797 call_netdevice_unregister_net_notifiers(nb, net);
1799 raw_notifier_chain_unregister(&netdev_chain, nb);
1802 EXPORT_SYMBOL(register_netdevice_notifier);
1805 * unregister_netdevice_notifier - unregister a network notifier block
1808 * Unregister a notifier previously registered by
1809 * register_netdevice_notifier(). The notifier is unlinked into the
1810 * kernel structures and may then be reused. A negative errno code
1811 * is returned on a failure.
1813 * After unregistering unregister and down device events are synthesized
1814 * for all devices on the device list to the removed notifier to remove
1815 * the need for special case cleanup code.
1818 int unregister_netdevice_notifier(struct notifier_block *nb)
1823 /* Close race with setup_net() and cleanup_net() */
1824 down_write(&pernet_ops_rwsem);
1826 err = raw_notifier_chain_unregister(&netdev_chain, nb);
1831 call_netdevice_unregister_net_notifiers(nb, net);
1835 up_write(&pernet_ops_rwsem);
1838 EXPORT_SYMBOL(unregister_netdevice_notifier);
1840 static int __register_netdevice_notifier_net(struct net *net,
1841 struct notifier_block *nb,
1842 bool ignore_call_fail)
1846 err = raw_notifier_chain_register(&net->netdev_chain, nb);
1852 err = call_netdevice_register_net_notifiers(nb, net);
1853 if (err && !ignore_call_fail)
1854 goto chain_unregister;
1859 raw_notifier_chain_unregister(&net->netdev_chain, nb);
1863 static int __unregister_netdevice_notifier_net(struct net *net,
1864 struct notifier_block *nb)
1868 err = raw_notifier_chain_unregister(&net->netdev_chain, nb);
1872 call_netdevice_unregister_net_notifiers(nb, net);
1877 * register_netdevice_notifier_net - register a per-netns network notifier block
1878 * @net: network namespace
1881 * Register a notifier to be called when network device events occur.
1882 * The notifier passed is linked into the kernel structures and must
1883 * not be reused until it has been unregistered. A negative errno code
1884 * is returned on a failure.
1886 * When registered all registration and up events are replayed
1887 * to the new notifier to allow device to have a race free
1888 * view of the network device list.
1891 int register_netdevice_notifier_net(struct net *net, struct notifier_block *nb)
1896 err = __register_netdevice_notifier_net(net, nb, false);
1900 EXPORT_SYMBOL(register_netdevice_notifier_net);
1903 * unregister_netdevice_notifier_net - unregister a per-netns
1904 * network notifier block
1905 * @net: network namespace
1908 * Unregister a notifier previously registered by
1909 * register_netdevice_notifier(). The notifier is unlinked into the
1910 * kernel structures and may then be reused. A negative errno code
1911 * is returned on a failure.
1913 * After unregistering unregister and down device events are synthesized
1914 * for all devices on the device list to the removed notifier to remove
1915 * the need for special case cleanup code.
1918 int unregister_netdevice_notifier_net(struct net *net,
1919 struct notifier_block *nb)
1924 err = __unregister_netdevice_notifier_net(net, nb);
1928 EXPORT_SYMBOL(unregister_netdevice_notifier_net);
1930 int register_netdevice_notifier_dev_net(struct net_device *dev,
1931 struct notifier_block *nb,
1932 struct netdev_net_notifier *nn)
1937 err = __register_netdevice_notifier_net(dev_net(dev), nb, false);
1940 list_add(&nn->list, &dev->net_notifier_list);
1945 EXPORT_SYMBOL(register_netdevice_notifier_dev_net);
1947 int unregister_netdevice_notifier_dev_net(struct net_device *dev,
1948 struct notifier_block *nb,
1949 struct netdev_net_notifier *nn)
1954 list_del(&nn->list);
1955 err = __unregister_netdevice_notifier_net(dev_net(dev), nb);
1959 EXPORT_SYMBOL(unregister_netdevice_notifier_dev_net);
1961 static void move_netdevice_notifiers_dev_net(struct net_device *dev,
1964 struct netdev_net_notifier *nn;
1966 list_for_each_entry(nn, &dev->net_notifier_list, list) {
1967 __unregister_netdevice_notifier_net(dev_net(dev), nn->nb);
1968 __register_netdevice_notifier_net(net, nn->nb, true);
1973 * call_netdevice_notifiers_info - call all network notifier blocks
1974 * @val: value passed unmodified to notifier function
1975 * @info: notifier information data
1977 * Call all network notifier blocks. Parameters and return value
1978 * are as for raw_notifier_call_chain().
1981 static int call_netdevice_notifiers_info(unsigned long val,
1982 struct netdev_notifier_info *info)
1984 struct net *net = dev_net(info->dev);
1989 /* Run per-netns notifier block chain first, then run the global one.
1990 * Hopefully, one day, the global one is going to be removed after
1991 * all notifier block registrators get converted to be per-netns.
1993 ret = raw_notifier_call_chain(&net->netdev_chain, val, info);
1994 if (ret & NOTIFY_STOP_MASK)
1996 return raw_notifier_call_chain(&netdev_chain, val, info);
1999 static int call_netdevice_notifiers_extack(unsigned long val,
2000 struct net_device *dev,
2001 struct netlink_ext_ack *extack)
2003 struct netdev_notifier_info info = {
2008 return call_netdevice_notifiers_info(val, &info);
2012 * call_netdevice_notifiers - call all network notifier blocks
2013 * @val: value passed unmodified to notifier function
2014 * @dev: net_device pointer passed unmodified to notifier function
2016 * Call all network notifier blocks. Parameters and return value
2017 * are as for raw_notifier_call_chain().
2020 int call_netdevice_notifiers(unsigned long val, struct net_device *dev)
2022 return call_netdevice_notifiers_extack(val, dev, NULL);
2024 EXPORT_SYMBOL(call_netdevice_notifiers);
2027 * call_netdevice_notifiers_mtu - call all network notifier blocks
2028 * @val: value passed unmodified to notifier function
2029 * @dev: net_device pointer passed unmodified to notifier function
2030 * @arg: additional u32 argument passed to the notifier function
2032 * Call all network notifier blocks. Parameters and return value
2033 * are as for raw_notifier_call_chain().
2035 static int call_netdevice_notifiers_mtu(unsigned long val,
2036 struct net_device *dev, u32 arg)
2038 struct netdev_notifier_info_ext info = {
2043 BUILD_BUG_ON(offsetof(struct netdev_notifier_info_ext, info) != 0);
2045 return call_netdevice_notifiers_info(val, &info.info);
2048 #ifdef CONFIG_NET_INGRESS
2049 static DEFINE_STATIC_KEY_FALSE(ingress_needed_key);
2051 void net_inc_ingress_queue(void)
2053 static_branch_inc(&ingress_needed_key);
2055 EXPORT_SYMBOL_GPL(net_inc_ingress_queue);
2057 void net_dec_ingress_queue(void)
2059 static_branch_dec(&ingress_needed_key);
2061 EXPORT_SYMBOL_GPL(net_dec_ingress_queue);
2064 #ifdef CONFIG_NET_EGRESS
2065 static DEFINE_STATIC_KEY_FALSE(egress_needed_key);
2067 void net_inc_egress_queue(void)
2069 static_branch_inc(&egress_needed_key);
2071 EXPORT_SYMBOL_GPL(net_inc_egress_queue);
2073 void net_dec_egress_queue(void)
2075 static_branch_dec(&egress_needed_key);
2077 EXPORT_SYMBOL_GPL(net_dec_egress_queue);
2080 static DEFINE_STATIC_KEY_FALSE(netstamp_needed_key);
2081 #ifdef CONFIG_JUMP_LABEL
2082 static atomic_t netstamp_needed_deferred;
2083 static atomic_t netstamp_wanted;
2084 static void netstamp_clear(struct work_struct *work)
2086 int deferred = atomic_xchg(&netstamp_needed_deferred, 0);
2089 wanted = atomic_add_return(deferred, &netstamp_wanted);
2091 static_branch_enable(&netstamp_needed_key);
2093 static_branch_disable(&netstamp_needed_key);
2095 static DECLARE_WORK(netstamp_work, netstamp_clear);
2098 void net_enable_timestamp(void)
2100 #ifdef CONFIG_JUMP_LABEL
2104 wanted = atomic_read(&netstamp_wanted);
2107 if (atomic_cmpxchg(&netstamp_wanted, wanted, wanted + 1) == wanted)
2110 atomic_inc(&netstamp_needed_deferred);
2111 schedule_work(&netstamp_work);
2113 static_branch_inc(&netstamp_needed_key);
2116 EXPORT_SYMBOL(net_enable_timestamp);
2118 void net_disable_timestamp(void)
2120 #ifdef CONFIG_JUMP_LABEL
2124 wanted = atomic_read(&netstamp_wanted);
2127 if (atomic_cmpxchg(&netstamp_wanted, wanted, wanted - 1) == wanted)
2130 atomic_dec(&netstamp_needed_deferred);
2131 schedule_work(&netstamp_work);
2133 static_branch_dec(&netstamp_needed_key);
2136 EXPORT_SYMBOL(net_disable_timestamp);
2138 static inline void net_timestamp_set(struct sk_buff *skb)
2141 if (static_branch_unlikely(&netstamp_needed_key))
2142 __net_timestamp(skb);
2145 #define net_timestamp_check(COND, SKB) \
2146 if (static_branch_unlikely(&netstamp_needed_key)) { \
2147 if ((COND) && !(SKB)->tstamp) \
2148 __net_timestamp(SKB); \
2151 bool is_skb_forwardable(const struct net_device *dev, const struct sk_buff *skb)
2153 return __is_skb_forwardable(dev, skb, true);
2155 EXPORT_SYMBOL_GPL(is_skb_forwardable);
2157 static int __dev_forward_skb2(struct net_device *dev, struct sk_buff *skb,
2160 int ret = ____dev_forward_skb(dev, skb, check_mtu);
2163 skb->protocol = eth_type_trans(skb, dev);
2164 skb_postpull_rcsum(skb, eth_hdr(skb), ETH_HLEN);
2170 int __dev_forward_skb(struct net_device *dev, struct sk_buff *skb)
2172 return __dev_forward_skb2(dev, skb, true);
2174 EXPORT_SYMBOL_GPL(__dev_forward_skb);
2177 * dev_forward_skb - loopback an skb to another netif
2179 * @dev: destination network device
2180 * @skb: buffer to forward
2183 * NET_RX_SUCCESS (no congestion)
2184 * NET_RX_DROP (packet was dropped, but freed)
2186 * dev_forward_skb can be used for injecting an skb from the
2187 * start_xmit function of one device into the receive queue
2188 * of another device.
2190 * The receiving device may be in another namespace, so
2191 * we have to clear all information in the skb that could
2192 * impact namespace isolation.
2194 int dev_forward_skb(struct net_device *dev, struct sk_buff *skb)
2196 return __dev_forward_skb(dev, skb) ?: netif_rx_internal(skb);
2198 EXPORT_SYMBOL_GPL(dev_forward_skb);
2200 int dev_forward_skb_nomtu(struct net_device *dev, struct sk_buff *skb)
2202 return __dev_forward_skb2(dev, skb, false) ?: netif_rx_internal(skb);
2205 static inline int deliver_skb(struct sk_buff *skb,
2206 struct packet_type *pt_prev,
2207 struct net_device *orig_dev)
2209 if (unlikely(skb_orphan_frags_rx(skb, GFP_ATOMIC)))
2211 refcount_inc(&skb->users);
2212 return pt_prev->func(skb, skb->dev, pt_prev, orig_dev);
2215 static inline void deliver_ptype_list_skb(struct sk_buff *skb,
2216 struct packet_type **pt,
2217 struct net_device *orig_dev,
2219 struct list_head *ptype_list)
2221 struct packet_type *ptype, *pt_prev = *pt;
2223 list_for_each_entry_rcu(ptype, ptype_list, list) {
2224 if (ptype->type != type)
2227 deliver_skb(skb, pt_prev, orig_dev);
2233 static inline bool skb_loop_sk(struct packet_type *ptype, struct sk_buff *skb)
2235 if (!ptype->af_packet_priv || !skb->sk)
2238 if (ptype->id_match)
2239 return ptype->id_match(ptype, skb->sk);
2240 else if ((struct sock *)ptype->af_packet_priv == skb->sk)
2247 * dev_nit_active - return true if any network interface taps are in use
2249 * @dev: network device to check for the presence of taps
2251 bool dev_nit_active(struct net_device *dev)
2253 return !list_empty(&ptype_all) || !list_empty(&dev->ptype_all);
2255 EXPORT_SYMBOL_GPL(dev_nit_active);
2258 * Support routine. Sends outgoing frames to any network
2259 * taps currently in use.
2262 void dev_queue_xmit_nit(struct sk_buff *skb, struct net_device *dev)
2264 struct packet_type *ptype;
2265 struct sk_buff *skb2 = NULL;
2266 struct packet_type *pt_prev = NULL;
2267 struct list_head *ptype_list = &ptype_all;
2271 list_for_each_entry_rcu(ptype, ptype_list, list) {
2272 if (ptype->ignore_outgoing)
2275 /* Never send packets back to the socket
2276 * they originated from - MvS (miquels@drinkel.ow.org)
2278 if (skb_loop_sk(ptype, skb))
2282 deliver_skb(skb2, pt_prev, skb->dev);
2287 /* need to clone skb, done only once */
2288 skb2 = skb_clone(skb, GFP_ATOMIC);
2292 net_timestamp_set(skb2);
2294 /* skb->nh should be correctly
2295 * set by sender, so that the second statement is
2296 * just protection against buggy protocols.
2298 skb_reset_mac_header(skb2);
2300 if (skb_network_header(skb2) < skb2->data ||
2301 skb_network_header(skb2) > skb_tail_pointer(skb2)) {
2302 net_crit_ratelimited("protocol %04x is buggy, dev %s\n",
2303 ntohs(skb2->protocol),
2305 skb_reset_network_header(skb2);
2308 skb2->transport_header = skb2->network_header;
2309 skb2->pkt_type = PACKET_OUTGOING;
2313 if (ptype_list == &ptype_all) {
2314 ptype_list = &dev->ptype_all;
2319 if (!skb_orphan_frags_rx(skb2, GFP_ATOMIC))
2320 pt_prev->func(skb2, skb->dev, pt_prev, skb->dev);
2326 EXPORT_SYMBOL_GPL(dev_queue_xmit_nit);
2329 * netif_setup_tc - Handle tc mappings on real_num_tx_queues change
2330 * @dev: Network device
2331 * @txq: number of queues available
2333 * If real_num_tx_queues is changed the tc mappings may no longer be
2334 * valid. To resolve this verify the tc mapping remains valid and if
2335 * not NULL the mapping. With no priorities mapping to this
2336 * offset/count pair it will no longer be used. In the worst case TC0
2337 * is invalid nothing can be done so disable priority mappings. If is
2338 * expected that drivers will fix this mapping if they can before
2339 * calling netif_set_real_num_tx_queues.
2341 static void netif_setup_tc(struct net_device *dev, unsigned int txq)
2344 struct netdev_tc_txq *tc = &dev->tc_to_txq[0];
2346 /* If TC0 is invalidated disable TC mapping */
2347 if (tc->offset + tc->count > txq) {
2348 pr_warn("Number of in use tx queues changed invalidating tc mappings. Priority traffic classification disabled!\n");
2353 /* Invalidated prio to tc mappings set to TC0 */
2354 for (i = 1; i < TC_BITMASK + 1; i++) {
2355 int q = netdev_get_prio_tc_map(dev, i);
2357 tc = &dev->tc_to_txq[q];
2358 if (tc->offset + tc->count > txq) {
2359 pr_warn("Number of in use tx queues changed. Priority %i to tc mapping %i is no longer valid. Setting map to 0\n",
2361 netdev_set_prio_tc_map(dev, i, 0);
2366 int netdev_txq_to_tc(struct net_device *dev, unsigned int txq)
2369 struct netdev_tc_txq *tc = &dev->tc_to_txq[0];
2372 /* walk through the TCs and see if it falls into any of them */
2373 for (i = 0; i < TC_MAX_QUEUE; i++, tc++) {
2374 if ((txq - tc->offset) < tc->count)
2378 /* didn't find it, just return -1 to indicate no match */
2384 EXPORT_SYMBOL(netdev_txq_to_tc);
2387 static struct static_key xps_needed __read_mostly;
2388 static struct static_key xps_rxqs_needed __read_mostly;
2389 static DEFINE_MUTEX(xps_map_mutex);
2390 #define xmap_dereference(P) \
2391 rcu_dereference_protected((P), lockdep_is_held(&xps_map_mutex))
2393 static bool remove_xps_queue(struct xps_dev_maps *dev_maps,
2394 struct xps_dev_maps *old_maps, int tci, u16 index)
2396 struct xps_map *map = NULL;
2400 map = xmap_dereference(dev_maps->attr_map[tci]);
2404 for (pos = map->len; pos--;) {
2405 if (map->queues[pos] != index)
2409 map->queues[pos] = map->queues[--map->len];
2414 RCU_INIT_POINTER(old_maps->attr_map[tci], NULL);
2415 RCU_INIT_POINTER(dev_maps->attr_map[tci], NULL);
2416 kfree_rcu(map, rcu);
2423 static bool remove_xps_queue_cpu(struct net_device *dev,
2424 struct xps_dev_maps *dev_maps,
2425 int cpu, u16 offset, u16 count)
2427 int num_tc = dev_maps->num_tc;
2428 bool active = false;
2431 for (tci = cpu * num_tc; num_tc--; tci++) {
2434 for (i = count, j = offset; i--; j++) {
2435 if (!remove_xps_queue(dev_maps, NULL, tci, j))
2445 static void reset_xps_maps(struct net_device *dev,
2446 struct xps_dev_maps *dev_maps,
2447 enum xps_map_type type)
2449 static_key_slow_dec_cpuslocked(&xps_needed);
2450 if (type == XPS_RXQS)
2451 static_key_slow_dec_cpuslocked(&xps_rxqs_needed);
2453 RCU_INIT_POINTER(dev->xps_maps[type], NULL);
2455 kfree_rcu(dev_maps, rcu);
2458 static void clean_xps_maps(struct net_device *dev, enum xps_map_type type,
2459 u16 offset, u16 count)
2461 struct xps_dev_maps *dev_maps;
2462 bool active = false;
2465 dev_maps = xmap_dereference(dev->xps_maps[type]);
2469 for (j = 0; j < dev_maps->nr_ids; j++)
2470 active |= remove_xps_queue_cpu(dev, dev_maps, j, offset, count);
2472 reset_xps_maps(dev, dev_maps, type);
2474 if (type == XPS_CPUS) {
2475 for (i = offset + (count - 1); count--; i--)
2476 netdev_queue_numa_node_write(
2477 netdev_get_tx_queue(dev, i), NUMA_NO_NODE);
2481 static void netif_reset_xps_queues(struct net_device *dev, u16 offset,
2484 if (!static_key_false(&xps_needed))
2488 mutex_lock(&xps_map_mutex);
2490 if (static_key_false(&xps_rxqs_needed))
2491 clean_xps_maps(dev, XPS_RXQS, offset, count);
2493 clean_xps_maps(dev, XPS_CPUS, offset, count);
2495 mutex_unlock(&xps_map_mutex);
2499 static void netif_reset_xps_queues_gt(struct net_device *dev, u16 index)
2501 netif_reset_xps_queues(dev, index, dev->num_tx_queues - index);
2504 static struct xps_map *expand_xps_map(struct xps_map *map, int attr_index,
2505 u16 index, bool is_rxqs_map)
2507 struct xps_map *new_map;
2508 int alloc_len = XPS_MIN_MAP_ALLOC;
2511 for (pos = 0; map && pos < map->len; pos++) {
2512 if (map->queues[pos] != index)
2517 /* Need to add tx-queue to this CPU's/rx-queue's existing map */
2519 if (pos < map->alloc_len)
2522 alloc_len = map->alloc_len * 2;
2525 /* Need to allocate new map to store tx-queue on this CPU's/rx-queue's
2529 new_map = kzalloc(XPS_MAP_SIZE(alloc_len), GFP_KERNEL);
2531 new_map = kzalloc_node(XPS_MAP_SIZE(alloc_len), GFP_KERNEL,
2532 cpu_to_node(attr_index));
2536 for (i = 0; i < pos; i++)
2537 new_map->queues[i] = map->queues[i];
2538 new_map->alloc_len = alloc_len;
2544 /* Copy xps maps at a given index */
2545 static void xps_copy_dev_maps(struct xps_dev_maps *dev_maps,
2546 struct xps_dev_maps *new_dev_maps, int index,
2547 int tc, bool skip_tc)
2549 int i, tci = index * dev_maps->num_tc;
2550 struct xps_map *map;
2552 /* copy maps belonging to foreign traffic classes */
2553 for (i = 0; i < dev_maps->num_tc; i++, tci++) {
2554 if (i == tc && skip_tc)
2557 /* fill in the new device map from the old device map */
2558 map = xmap_dereference(dev_maps->attr_map[tci]);
2559 RCU_INIT_POINTER(new_dev_maps->attr_map[tci], map);
2563 /* Must be called under cpus_read_lock */
2564 int __netif_set_xps_queue(struct net_device *dev, const unsigned long *mask,
2565 u16 index, enum xps_map_type type)
2567 struct xps_dev_maps *dev_maps, *new_dev_maps = NULL, *old_dev_maps = NULL;
2568 const unsigned long *online_mask = NULL;
2569 bool active = false, copy = false;
2570 int i, j, tci, numa_node_id = -2;
2571 int maps_sz, num_tc = 1, tc = 0;
2572 struct xps_map *map, *new_map;
2573 unsigned int nr_ids;
2576 /* Do not allow XPS on subordinate device directly */
2577 num_tc = dev->num_tc;
2581 /* If queue belongs to subordinate dev use its map */
2582 dev = netdev_get_tx_queue(dev, index)->sb_dev ? : dev;
2584 tc = netdev_txq_to_tc(dev, index);
2589 mutex_lock(&xps_map_mutex);
2591 dev_maps = xmap_dereference(dev->xps_maps[type]);
2592 if (type == XPS_RXQS) {
2593 maps_sz = XPS_RXQ_DEV_MAPS_SIZE(num_tc, dev->num_rx_queues);
2594 nr_ids = dev->num_rx_queues;
2596 maps_sz = XPS_CPU_DEV_MAPS_SIZE(num_tc);
2597 if (num_possible_cpus() > 1)
2598 online_mask = cpumask_bits(cpu_online_mask);
2599 nr_ids = nr_cpu_ids;
2602 if (maps_sz < L1_CACHE_BYTES)
2603 maps_sz = L1_CACHE_BYTES;
2605 /* The old dev_maps could be larger or smaller than the one we're
2606 * setting up now, as dev->num_tc or nr_ids could have been updated in
2607 * between. We could try to be smart, but let's be safe instead and only
2608 * copy foreign traffic classes if the two map sizes match.
2611 dev_maps->num_tc == num_tc && dev_maps->nr_ids == nr_ids)
2614 /* allocate memory for queue storage */
2615 for (j = -1; j = netif_attrmask_next_and(j, online_mask, mask, nr_ids),
2617 if (!new_dev_maps) {
2618 new_dev_maps = kzalloc(maps_sz, GFP_KERNEL);
2619 if (!new_dev_maps) {
2620 mutex_unlock(&xps_map_mutex);
2624 new_dev_maps->nr_ids = nr_ids;
2625 new_dev_maps->num_tc = num_tc;
2628 tci = j * num_tc + tc;
2629 map = copy ? xmap_dereference(dev_maps->attr_map[tci]) : NULL;
2631 map = expand_xps_map(map, j, index, type == XPS_RXQS);
2635 RCU_INIT_POINTER(new_dev_maps->attr_map[tci], map);
2639 goto out_no_new_maps;
2642 /* Increment static keys at most once per type */
2643 static_key_slow_inc_cpuslocked(&xps_needed);
2644 if (type == XPS_RXQS)
2645 static_key_slow_inc_cpuslocked(&xps_rxqs_needed);
2648 for (j = 0; j < nr_ids; j++) {
2649 bool skip_tc = false;
2651 tci = j * num_tc + tc;
2652 if (netif_attr_test_mask(j, mask, nr_ids) &&
2653 netif_attr_test_online(j, online_mask, nr_ids)) {
2654 /* add tx-queue to CPU/rx-queue maps */
2659 map = xmap_dereference(new_dev_maps->attr_map[tci]);
2660 while ((pos < map->len) && (map->queues[pos] != index))
2663 if (pos == map->len)
2664 map->queues[map->len++] = index;
2666 if (type == XPS_CPUS) {
2667 if (numa_node_id == -2)
2668 numa_node_id = cpu_to_node(j);
2669 else if (numa_node_id != cpu_to_node(j))
2676 xps_copy_dev_maps(dev_maps, new_dev_maps, j, tc,
2680 rcu_assign_pointer(dev->xps_maps[type], new_dev_maps);
2682 /* Cleanup old maps */
2684 goto out_no_old_maps;
2686 for (j = 0; j < dev_maps->nr_ids; j++) {
2687 for (i = num_tc, tci = j * dev_maps->num_tc; i--; tci++) {
2688 map = xmap_dereference(dev_maps->attr_map[tci]);
2693 new_map = xmap_dereference(new_dev_maps->attr_map[tci]);
2698 RCU_INIT_POINTER(dev_maps->attr_map[tci], NULL);
2699 kfree_rcu(map, rcu);
2703 old_dev_maps = dev_maps;
2706 dev_maps = new_dev_maps;
2710 if (type == XPS_CPUS)
2711 /* update Tx queue numa node */
2712 netdev_queue_numa_node_write(netdev_get_tx_queue(dev, index),
2713 (numa_node_id >= 0) ?
2714 numa_node_id : NUMA_NO_NODE);
2719 /* removes tx-queue from unused CPUs/rx-queues */
2720 for (j = 0; j < dev_maps->nr_ids; j++) {
2721 tci = j * dev_maps->num_tc;
2723 for (i = 0; i < dev_maps->num_tc; i++, tci++) {
2725 netif_attr_test_mask(j, mask, dev_maps->nr_ids) &&
2726 netif_attr_test_online(j, online_mask, dev_maps->nr_ids))
2729 active |= remove_xps_queue(dev_maps,
2730 copy ? old_dev_maps : NULL,
2736 kfree_rcu(old_dev_maps, rcu);
2738 /* free map if not active */
2740 reset_xps_maps(dev, dev_maps, type);
2743 mutex_unlock(&xps_map_mutex);
2747 /* remove any maps that we added */
2748 for (j = 0; j < nr_ids; j++) {
2749 for (i = num_tc, tci = j * num_tc; i--; tci++) {
2750 new_map = xmap_dereference(new_dev_maps->attr_map[tci]);
2752 xmap_dereference(dev_maps->attr_map[tci]) :
2754 if (new_map && new_map != map)
2759 mutex_unlock(&xps_map_mutex);
2761 kfree(new_dev_maps);
2764 EXPORT_SYMBOL_GPL(__netif_set_xps_queue);
2766 int netif_set_xps_queue(struct net_device *dev, const struct cpumask *mask,
2772 ret = __netif_set_xps_queue(dev, cpumask_bits(mask), index, XPS_CPUS);
2777 EXPORT_SYMBOL(netif_set_xps_queue);
2780 static void netdev_unbind_all_sb_channels(struct net_device *dev)
2782 struct netdev_queue *txq = &dev->_tx[dev->num_tx_queues];
2784 /* Unbind any subordinate channels */
2785 while (txq-- != &dev->_tx[0]) {
2787 netdev_unbind_sb_channel(dev, txq->sb_dev);
2791 void netdev_reset_tc(struct net_device *dev)
2794 netif_reset_xps_queues_gt(dev, 0);
2796 netdev_unbind_all_sb_channels(dev);
2798 /* Reset TC configuration of device */
2800 memset(dev->tc_to_txq, 0, sizeof(dev->tc_to_txq));
2801 memset(dev->prio_tc_map, 0, sizeof(dev->prio_tc_map));
2803 EXPORT_SYMBOL(netdev_reset_tc);
2805 int netdev_set_tc_queue(struct net_device *dev, u8 tc, u16 count, u16 offset)
2807 if (tc >= dev->num_tc)
2811 netif_reset_xps_queues(dev, offset, count);
2813 dev->tc_to_txq[tc].count = count;
2814 dev->tc_to_txq[tc].offset = offset;
2817 EXPORT_SYMBOL(netdev_set_tc_queue);
2819 int netdev_set_num_tc(struct net_device *dev, u8 num_tc)
2821 if (num_tc > TC_MAX_QUEUE)
2825 netif_reset_xps_queues_gt(dev, 0);
2827 netdev_unbind_all_sb_channels(dev);
2829 dev->num_tc = num_tc;
2832 EXPORT_SYMBOL(netdev_set_num_tc);
2834 void netdev_unbind_sb_channel(struct net_device *dev,
2835 struct net_device *sb_dev)
2837 struct netdev_queue *txq = &dev->_tx[dev->num_tx_queues];
2840 netif_reset_xps_queues_gt(sb_dev, 0);
2842 memset(sb_dev->tc_to_txq, 0, sizeof(sb_dev->tc_to_txq));
2843 memset(sb_dev->prio_tc_map, 0, sizeof(sb_dev->prio_tc_map));
2845 while (txq-- != &dev->_tx[0]) {
2846 if (txq->sb_dev == sb_dev)
2850 EXPORT_SYMBOL(netdev_unbind_sb_channel);
2852 int netdev_bind_sb_channel_queue(struct net_device *dev,
2853 struct net_device *sb_dev,
2854 u8 tc, u16 count, u16 offset)
2856 /* Make certain the sb_dev and dev are already configured */
2857 if (sb_dev->num_tc >= 0 || tc >= dev->num_tc)
2860 /* We cannot hand out queues we don't have */
2861 if ((offset + count) > dev->real_num_tx_queues)
2864 /* Record the mapping */
2865 sb_dev->tc_to_txq[tc].count = count;
2866 sb_dev->tc_to_txq[tc].offset = offset;
2868 /* Provide a way for Tx queue to find the tc_to_txq map or
2869 * XPS map for itself.
2872 netdev_get_tx_queue(dev, count + offset)->sb_dev = sb_dev;
2876 EXPORT_SYMBOL(netdev_bind_sb_channel_queue);
2878 int netdev_set_sb_channel(struct net_device *dev, u16 channel)
2880 /* Do not use a multiqueue device to represent a subordinate channel */
2881 if (netif_is_multiqueue(dev))
2884 /* We allow channels 1 - 32767 to be used for subordinate channels.
2885 * Channel 0 is meant to be "native" mode and used only to represent
2886 * the main root device. We allow writing 0 to reset the device back
2887 * to normal mode after being used as a subordinate channel.
2889 if (channel > S16_MAX)
2892 dev->num_tc = -channel;
2896 EXPORT_SYMBOL(netdev_set_sb_channel);
2899 * Routine to help set real_num_tx_queues. To avoid skbs mapped to queues
2900 * greater than real_num_tx_queues stale skbs on the qdisc must be flushed.
2902 int netif_set_real_num_tx_queues(struct net_device *dev, unsigned int txq)
2907 disabling = txq < dev->real_num_tx_queues;
2909 if (txq < 1 || txq > dev->num_tx_queues)
2912 if (dev->reg_state == NETREG_REGISTERED ||
2913 dev->reg_state == NETREG_UNREGISTERING) {
2916 rc = netdev_queue_update_kobjects(dev, dev->real_num_tx_queues,
2922 netif_setup_tc(dev, txq);
2924 dev->real_num_tx_queues = txq;
2928 qdisc_reset_all_tx_gt(dev, txq);
2930 netif_reset_xps_queues_gt(dev, txq);
2934 dev->real_num_tx_queues = txq;
2939 EXPORT_SYMBOL(netif_set_real_num_tx_queues);
2943 * netif_set_real_num_rx_queues - set actual number of RX queues used
2944 * @dev: Network device
2945 * @rxq: Actual number of RX queues
2947 * This must be called either with the rtnl_lock held or before
2948 * registration of the net device. Returns 0 on success, or a
2949 * negative error code. If called before registration, it always
2952 int netif_set_real_num_rx_queues(struct net_device *dev, unsigned int rxq)
2956 if (rxq < 1 || rxq > dev->num_rx_queues)
2959 if (dev->reg_state == NETREG_REGISTERED) {
2962 rc = net_rx_queue_update_kobjects(dev, dev->real_num_rx_queues,
2968 dev->real_num_rx_queues = rxq;
2971 EXPORT_SYMBOL(netif_set_real_num_rx_queues);
2975 * netif_set_real_num_queues - set actual number of RX and TX queues used
2976 * @dev: Network device
2977 * @txq: Actual number of TX queues
2978 * @rxq: Actual number of RX queues
2980 * Set the real number of both TX and RX queues.
2981 * Does nothing if the number of queues is already correct.
2983 int netif_set_real_num_queues(struct net_device *dev,
2984 unsigned int txq, unsigned int rxq)
2986 unsigned int old_rxq = dev->real_num_rx_queues;
2989 if (txq < 1 || txq > dev->num_tx_queues ||
2990 rxq < 1 || rxq > dev->num_rx_queues)
2993 /* Start from increases, so the error path only does decreases -
2994 * decreases can't fail.
2996 if (rxq > dev->real_num_rx_queues) {
2997 err = netif_set_real_num_rx_queues(dev, rxq);
3001 if (txq > dev->real_num_tx_queues) {
3002 err = netif_set_real_num_tx_queues(dev, txq);
3006 if (rxq < dev->real_num_rx_queues)
3007 WARN_ON(netif_set_real_num_rx_queues(dev, rxq));
3008 if (txq < dev->real_num_tx_queues)
3009 WARN_ON(netif_set_real_num_tx_queues(dev, txq));
3013 WARN_ON(netif_set_real_num_rx_queues(dev, old_rxq));
3016 EXPORT_SYMBOL(netif_set_real_num_queues);
3019 * netif_get_num_default_rss_queues - default number of RSS queues
3021 * This routine should set an upper limit on the number of RSS queues
3022 * used by default by multiqueue devices.
3024 int netif_get_num_default_rss_queues(void)
3026 return is_kdump_kernel() ?
3027 1 : min_t(int, DEFAULT_MAX_NUM_RSS_QUEUES, num_online_cpus());
3029 EXPORT_SYMBOL(netif_get_num_default_rss_queues);
3031 static void __netif_reschedule(struct Qdisc *q)
3033 struct softnet_data *sd;
3034 unsigned long flags;
3036 local_irq_save(flags);
3037 sd = this_cpu_ptr(&softnet_data);
3038 q->next_sched = NULL;
3039 *sd->output_queue_tailp = q;
3040 sd->output_queue_tailp = &q->next_sched;
3041 raise_softirq_irqoff(NET_TX_SOFTIRQ);
3042 local_irq_restore(flags);
3045 void __netif_schedule(struct Qdisc *q)
3047 if (!test_and_set_bit(__QDISC_STATE_SCHED, &q->state))
3048 __netif_reschedule(q);
3050 EXPORT_SYMBOL(__netif_schedule);
3052 struct dev_kfree_skb_cb {
3053 enum skb_free_reason reason;
3056 static struct dev_kfree_skb_cb *get_kfree_skb_cb(const struct sk_buff *skb)
3058 return (struct dev_kfree_skb_cb *)skb->cb;
3061 void netif_schedule_queue(struct netdev_queue *txq)
3064 if (!netif_xmit_stopped(txq)) {
3065 struct Qdisc *q = rcu_dereference(txq->qdisc);
3067 __netif_schedule(q);
3071 EXPORT_SYMBOL(netif_schedule_queue);
3073 void netif_tx_wake_queue(struct netdev_queue *dev_queue)
3075 if (test_and_clear_bit(__QUEUE_STATE_DRV_XOFF, &dev_queue->state)) {
3079 q = rcu_dereference(dev_queue->qdisc);
3080 __netif_schedule(q);
3084 EXPORT_SYMBOL(netif_tx_wake_queue);
3086 void __dev_kfree_skb_irq(struct sk_buff *skb, enum skb_free_reason reason)
3088 unsigned long flags;
3093 if (likely(refcount_read(&skb->users) == 1)) {
3095 refcount_set(&skb->users, 0);
3096 } else if (likely(!refcount_dec_and_test(&skb->users))) {
3099 get_kfree_skb_cb(skb)->reason = reason;
3100 local_irq_save(flags);
3101 skb->next = __this_cpu_read(softnet_data.completion_queue);
3102 __this_cpu_write(softnet_data.completion_queue, skb);
3103 raise_softirq_irqoff(NET_TX_SOFTIRQ);
3104 local_irq_restore(flags);
3106 EXPORT_SYMBOL(__dev_kfree_skb_irq);
3108 void __dev_kfree_skb_any(struct sk_buff *skb, enum skb_free_reason reason)
3110 if (in_hardirq() || irqs_disabled())
3111 __dev_kfree_skb_irq(skb, reason);
3115 EXPORT_SYMBOL(__dev_kfree_skb_any);
3119 * netif_device_detach - mark device as removed
3120 * @dev: network device
3122 * Mark device as removed from system and therefore no longer available.
3124 void netif_device_detach(struct net_device *dev)
3126 if (test_and_clear_bit(__LINK_STATE_PRESENT, &dev->state) &&
3127 netif_running(dev)) {
3128 netif_tx_stop_all_queues(dev);
3131 EXPORT_SYMBOL(netif_device_detach);
3134 * netif_device_attach - mark device as attached
3135 * @dev: network device
3137 * Mark device as attached from system and restart if needed.
3139 void netif_device_attach(struct net_device *dev)
3141 if (!test_and_set_bit(__LINK_STATE_PRESENT, &dev->state) &&
3142 netif_running(dev)) {
3143 netif_tx_wake_all_queues(dev);
3144 __netdev_watchdog_up(dev);
3147 EXPORT_SYMBOL(netif_device_attach);
3150 * Returns a Tx hash based on the given packet descriptor a Tx queues' number
3151 * to be used as a distribution range.
3153 static u16 skb_tx_hash(const struct net_device *dev,
3154 const struct net_device *sb_dev,
3155 struct sk_buff *skb)
3159 u16 qcount = dev->real_num_tx_queues;
3162 u8 tc = netdev_get_prio_tc_map(dev, skb->priority);
3164 qoffset = sb_dev->tc_to_txq[tc].offset;
3165 qcount = sb_dev->tc_to_txq[tc].count;
3168 if (skb_rx_queue_recorded(skb)) {
3169 hash = skb_get_rx_queue(skb);
3170 if (hash >= qoffset)
3172 while (unlikely(hash >= qcount))
3174 return hash + qoffset;
3177 return (u16) reciprocal_scale(skb_get_hash(skb), qcount) + qoffset;
3180 static void skb_warn_bad_offload(const struct sk_buff *skb)
3182 static const netdev_features_t null_features;
3183 struct net_device *dev = skb->dev;
3184 const char *name = "";
3186 if (!net_ratelimit())
3190 if (dev->dev.parent)
3191 name = dev_driver_string(dev->dev.parent);
3193 name = netdev_name(dev);
3195 skb_dump(KERN_WARNING, skb, false);
3196 WARN(1, "%s: caps=(%pNF, %pNF)\n",
3197 name, dev ? &dev->features : &null_features,
3198 skb->sk ? &skb->sk->sk_route_caps : &null_features);
3202 * Invalidate hardware checksum when packet is to be mangled, and
3203 * complete checksum manually on outgoing path.
3205 int skb_checksum_help(struct sk_buff *skb)
3208 int ret = 0, offset;
3210 if (skb->ip_summed == CHECKSUM_COMPLETE)
3211 goto out_set_summed;
3213 if (unlikely(skb_is_gso(skb))) {
3214 skb_warn_bad_offload(skb);
3218 /* Before computing a checksum, we should make sure no frag could
3219 * be modified by an external entity : checksum could be wrong.
3221 if (skb_has_shared_frag(skb)) {
3222 ret = __skb_linearize(skb);
3227 offset = skb_checksum_start_offset(skb);
3228 BUG_ON(offset >= skb_headlen(skb));
3229 csum = skb_checksum(skb, offset, skb->len - offset, 0);
3231 offset += skb->csum_offset;
3232 BUG_ON(offset + sizeof(__sum16) > skb_headlen(skb));
3234 ret = skb_ensure_writable(skb, offset + sizeof(__sum16));
3238 *(__sum16 *)(skb->data + offset) = csum_fold(csum) ?: CSUM_MANGLED_0;
3240 skb->ip_summed = CHECKSUM_NONE;
3244 EXPORT_SYMBOL(skb_checksum_help);
3246 int skb_crc32c_csum_help(struct sk_buff *skb)
3249 int ret = 0, offset, start;
3251 if (skb->ip_summed != CHECKSUM_PARTIAL)
3254 if (unlikely(skb_is_gso(skb)))
3257 /* Before computing a checksum, we should make sure no frag could
3258 * be modified by an external entity : checksum could be wrong.
3260 if (unlikely(skb_has_shared_frag(skb))) {
3261 ret = __skb_linearize(skb);
3265 start = skb_checksum_start_offset(skb);
3266 offset = start + offsetof(struct sctphdr, checksum);
3267 if (WARN_ON_ONCE(offset >= skb_headlen(skb))) {
3272 ret = skb_ensure_writable(skb, offset + sizeof(__le32));
3276 crc32c_csum = cpu_to_le32(~__skb_checksum(skb, start,
3277 skb->len - start, ~(__u32)0,
3279 *(__le32 *)(skb->data + offset) = crc32c_csum;
3280 skb->ip_summed = CHECKSUM_NONE;
3281 skb->csum_not_inet = 0;
3286 __be16 skb_network_protocol(struct sk_buff *skb, int *depth)
3288 __be16 type = skb->protocol;
3290 /* Tunnel gso handlers can set protocol to ethernet. */
3291 if (type == htons(ETH_P_TEB)) {
3294 if (unlikely(!pskb_may_pull(skb, sizeof(struct ethhdr))))
3297 eth = (struct ethhdr *)skb->data;
3298 type = eth->h_proto;
3301 return __vlan_get_protocol(skb, type, depth);
3305 * skb_mac_gso_segment - mac layer segmentation handler.
3306 * @skb: buffer to segment
3307 * @features: features for the output path (see dev->features)
3309 struct sk_buff *skb_mac_gso_segment(struct sk_buff *skb,
3310 netdev_features_t features)
3312 struct sk_buff *segs = ERR_PTR(-EPROTONOSUPPORT);
3313 struct packet_offload *ptype;
3314 int vlan_depth = skb->mac_len;
3315 __be16 type = skb_network_protocol(skb, &vlan_depth);
3317 if (unlikely(!type))
3318 return ERR_PTR(-EINVAL);
3320 __skb_pull(skb, vlan_depth);
3323 list_for_each_entry_rcu(ptype, &offload_base, list) {
3324 if (ptype->type == type && ptype->callbacks.gso_segment) {
3325 segs = ptype->callbacks.gso_segment(skb, features);
3331 __skb_push(skb, skb->data - skb_mac_header(skb));
3335 EXPORT_SYMBOL(skb_mac_gso_segment);
3338 /* openvswitch calls this on rx path, so we need a different check.
3340 static inline bool skb_needs_check(struct sk_buff *skb, bool tx_path)
3343 return skb->ip_summed != CHECKSUM_PARTIAL &&
3344 skb->ip_summed != CHECKSUM_UNNECESSARY;
3346 return skb->ip_summed == CHECKSUM_NONE;
3350 * __skb_gso_segment - Perform segmentation on skb.
3351 * @skb: buffer to segment
3352 * @features: features for the output path (see dev->features)
3353 * @tx_path: whether it is called in TX path
3355 * This function segments the given skb and returns a list of segments.
3357 * It may return NULL if the skb requires no segmentation. This is
3358 * only possible when GSO is used for verifying header integrity.
3360 * Segmentation preserves SKB_GSO_CB_OFFSET bytes of previous skb cb.
3362 struct sk_buff *__skb_gso_segment(struct sk_buff *skb,
3363 netdev_features_t features, bool tx_path)
3365 struct sk_buff *segs;
3367 if (unlikely(skb_needs_check(skb, tx_path))) {
3370 /* We're going to init ->check field in TCP or UDP header */
3371 err = skb_cow_head(skb, 0);
3373 return ERR_PTR(err);
3376 /* Only report GSO partial support if it will enable us to
3377 * support segmentation on this frame without needing additional
3380 if (features & NETIF_F_GSO_PARTIAL) {
3381 netdev_features_t partial_features = NETIF_F_GSO_ROBUST;
3382 struct net_device *dev = skb->dev;
3384 partial_features |= dev->features & dev->gso_partial_features;
3385 if (!skb_gso_ok(skb, features | partial_features))
3386 features &= ~NETIF_F_GSO_PARTIAL;
3389 BUILD_BUG_ON(SKB_GSO_CB_OFFSET +
3390 sizeof(*SKB_GSO_CB(skb)) > sizeof(skb->cb));
3392 SKB_GSO_CB(skb)->mac_offset = skb_headroom(skb);
3393 SKB_GSO_CB(skb)->encap_level = 0;
3395 skb_reset_mac_header(skb);
3396 skb_reset_mac_len(skb);
3398 segs = skb_mac_gso_segment(skb, features);
3400 if (segs != skb && unlikely(skb_needs_check(skb, tx_path) && !IS_ERR(segs)))
3401 skb_warn_bad_offload(skb);
3405 EXPORT_SYMBOL(__skb_gso_segment);
3407 /* Take action when hardware reception checksum errors are detected. */
3409 static void do_netdev_rx_csum_fault(struct net_device *dev, struct sk_buff *skb)
3411 pr_err("%s: hw csum failure\n", dev ? dev->name : "<unknown>");
3412 skb_dump(KERN_ERR, skb, true);
3416 void netdev_rx_csum_fault(struct net_device *dev, struct sk_buff *skb)
3418 DO_ONCE_LITE(do_netdev_rx_csum_fault, dev, skb);
3420 EXPORT_SYMBOL(netdev_rx_csum_fault);
3423 /* XXX: check that highmem exists at all on the given machine. */
3424 static int illegal_highdma(struct net_device *dev, struct sk_buff *skb)
3426 #ifdef CONFIG_HIGHMEM
3429 if (!(dev->features & NETIF_F_HIGHDMA)) {
3430 for (i = 0; i < skb_shinfo(skb)->nr_frags; i++) {
3431 skb_frag_t *frag = &skb_shinfo(skb)->frags[i];
3433 if (PageHighMem(skb_frag_page(frag)))
3441 /* If MPLS offload request, verify we are testing hardware MPLS features
3442 * instead of standard features for the netdev.
3444 #if IS_ENABLED(CONFIG_NET_MPLS_GSO)
3445 static netdev_features_t net_mpls_features(struct sk_buff *skb,
3446 netdev_features_t features,
3449 if (eth_p_mpls(type))
3450 features &= skb->dev->mpls_features;
3455 static netdev_features_t net_mpls_features(struct sk_buff *skb,
3456 netdev_features_t features,
3463 static netdev_features_t harmonize_features(struct sk_buff *skb,
3464 netdev_features_t features)
3468 type = skb_network_protocol(skb, NULL);
3469 features = net_mpls_features(skb, features, type);
3471 if (skb->ip_summed != CHECKSUM_NONE &&
3472 !can_checksum_protocol(features, type)) {
3473 features &= ~(NETIF_F_CSUM_MASK | NETIF_F_GSO_MASK);
3475 if (illegal_highdma(skb->dev, skb))
3476 features &= ~NETIF_F_SG;
3481 netdev_features_t passthru_features_check(struct sk_buff *skb,
3482 struct net_device *dev,
3483 netdev_features_t features)
3487 EXPORT_SYMBOL(passthru_features_check);
3489 static netdev_features_t dflt_features_check(struct sk_buff *skb,
3490 struct net_device *dev,
3491 netdev_features_t features)
3493 return vlan_features_check(skb, features);
3496 static netdev_features_t gso_features_check(const struct sk_buff *skb,
3497 struct net_device *dev,
3498 netdev_features_t features)
3500 u16 gso_segs = skb_shinfo(skb)->gso_segs;
3502 if (gso_segs > dev->gso_max_segs)
3503 return features & ~NETIF_F_GSO_MASK;
3505 if (!skb_shinfo(skb)->gso_type) {
3506 skb_warn_bad_offload(skb);
3507 return features & ~NETIF_F_GSO_MASK;
3510 /* Support for GSO partial features requires software
3511 * intervention before we can actually process the packets
3512 * so we need to strip support for any partial features now
3513 * and we can pull them back in after we have partially
3514 * segmented the frame.
3516 if (!(skb_shinfo(skb)->gso_type & SKB_GSO_PARTIAL))
3517 features &= ~dev->gso_partial_features;
3519 /* Make sure to clear the IPv4 ID mangling feature if the
3520 * IPv4 header has the potential to be fragmented.
3522 if (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV4) {
3523 struct iphdr *iph = skb->encapsulation ?
3524 inner_ip_hdr(skb) : ip_hdr(skb);
3526 if (!(iph->frag_off & htons(IP_DF)))
3527 features &= ~NETIF_F_TSO_MANGLEID;
3533 netdev_features_t netif_skb_features(struct sk_buff *skb)
3535 struct net_device *dev = skb->dev;
3536 netdev_features_t features = dev->features;
3538 if (skb_is_gso(skb))
3539 features = gso_features_check(skb, dev, features);
3541 /* If encapsulation offload request, verify we are testing
3542 * hardware encapsulation features instead of standard
3543 * features for the netdev
3545 if (skb->encapsulation)
3546 features &= dev->hw_enc_features;
3548 if (skb_vlan_tagged(skb))
3549 features = netdev_intersect_features(features,
3550 dev->vlan_features |
3551 NETIF_F_HW_VLAN_CTAG_TX |
3552 NETIF_F_HW_VLAN_STAG_TX);
3554 if (dev->netdev_ops->ndo_features_check)
3555 features &= dev->netdev_ops->ndo_features_check(skb, dev,
3558 features &= dflt_features_check(skb, dev, features);
3560 return harmonize_features(skb, features);
3562 EXPORT_SYMBOL(netif_skb_features);
3564 static int xmit_one(struct sk_buff *skb, struct net_device *dev,
3565 struct netdev_queue *txq, bool more)
3570 if (dev_nit_active(dev))
3571 dev_queue_xmit_nit(skb, dev);
3574 PRANDOM_ADD_NOISE(skb, dev, txq, len + jiffies);
3575 trace_net_dev_start_xmit(skb, dev);
3576 rc = netdev_start_xmit(skb, dev, txq, more);
3577 trace_net_dev_xmit(skb, rc, dev, len);
3582 struct sk_buff *dev_hard_start_xmit(struct sk_buff *first, struct net_device *dev,
3583 struct netdev_queue *txq, int *ret)
3585 struct sk_buff *skb = first;
3586 int rc = NETDEV_TX_OK;
3589 struct sk_buff *next = skb->next;
3591 skb_mark_not_on_list(skb);
3592 rc = xmit_one(skb, dev, txq, next != NULL);
3593 if (unlikely(!dev_xmit_complete(rc))) {
3599 if (netif_tx_queue_stopped(txq) && skb) {
3600 rc = NETDEV_TX_BUSY;
3610 static struct sk_buff *validate_xmit_vlan(struct sk_buff *skb,
3611 netdev_features_t features)
3613 if (skb_vlan_tag_present(skb) &&
3614 !vlan_hw_offload_capable(features, skb->vlan_proto))
3615 skb = __vlan_hwaccel_push_inside(skb);
3619 int skb_csum_hwoffload_help(struct sk_buff *skb,
3620 const netdev_features_t features)
3622 if (unlikely(skb_csum_is_sctp(skb)))
3623 return !!(features & NETIF_F_SCTP_CRC) ? 0 :
3624 skb_crc32c_csum_help(skb);
3626 if (features & NETIF_F_HW_CSUM)
3629 if (features & (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)) {
3630 switch (skb->csum_offset) {
3631 case offsetof(struct tcphdr, check):
3632 case offsetof(struct udphdr, check):
3637 return skb_checksum_help(skb);
3639 EXPORT_SYMBOL(skb_csum_hwoffload_help);
3641 static struct sk_buff *validate_xmit_skb(struct sk_buff *skb, struct net_device *dev, bool *again)
3643 netdev_features_t features;
3645 features = netif_skb_features(skb);
3646 skb = validate_xmit_vlan(skb, features);
3650 skb = sk_validate_xmit_skb(skb, dev);
3654 if (netif_needs_gso(skb, features)) {
3655 struct sk_buff *segs;
3657 segs = skb_gso_segment(skb, features);
3665 if (skb_needs_linearize(skb, features) &&
3666 __skb_linearize(skb))
3669 /* If packet is not checksummed and device does not
3670 * support checksumming for this protocol, complete
3671 * checksumming here.
3673 if (skb->ip_summed == CHECKSUM_PARTIAL) {
3674 if (skb->encapsulation)
3675 skb_set_inner_transport_header(skb,
3676 skb_checksum_start_offset(skb));
3678 skb_set_transport_header(skb,
3679 skb_checksum_start_offset(skb));
3680 if (skb_csum_hwoffload_help(skb, features))
3685 skb = validate_xmit_xfrm(skb, features, again);
3692 atomic_long_inc(&dev->tx_dropped);
3696 struct sk_buff *validate_xmit_skb_list(struct sk_buff *skb, struct net_device *dev, bool *again)
3698 struct sk_buff *next, *head = NULL, *tail;
3700 for (; skb != NULL; skb = next) {
3702 skb_mark_not_on_list(skb);
3704 /* in case skb wont be segmented, point to itself */
3707 skb = validate_xmit_skb(skb, dev, again);
3715 /* If skb was segmented, skb->prev points to
3716 * the last segment. If not, it still contains skb.
3722 EXPORT_SYMBOL_GPL(validate_xmit_skb_list);
3724 static void qdisc_pkt_len_init(struct sk_buff *skb)
3726 const struct skb_shared_info *shinfo = skb_shinfo(skb);
3728 qdisc_skb_cb(skb)->pkt_len = skb->len;
3730 /* To get more precise estimation of bytes sent on wire,
3731 * we add to pkt_len the headers size of all segments
3733 if (shinfo->gso_size && skb_transport_header_was_set(skb)) {
3734 unsigned int hdr_len;
3735 u16 gso_segs = shinfo->gso_segs;
3737 /* mac layer + network layer */
3738 hdr_len = skb_transport_header(skb) - skb_mac_header(skb);
3740 /* + transport layer */
3741 if (likely(shinfo->gso_type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6))) {
3742 const struct tcphdr *th;
3743 struct tcphdr _tcphdr;
3745 th = skb_header_pointer(skb, skb_transport_offset(skb),
3746 sizeof(_tcphdr), &_tcphdr);
3748 hdr_len += __tcp_hdrlen(th);
3750 struct udphdr _udphdr;
3752 if (skb_header_pointer(skb, skb_transport_offset(skb),
3753 sizeof(_udphdr), &_udphdr))
3754 hdr_len += sizeof(struct udphdr);
3757 if (shinfo->gso_type & SKB_GSO_DODGY)
3758 gso_segs = DIV_ROUND_UP(skb->len - hdr_len,
3761 qdisc_skb_cb(skb)->pkt_len += (gso_segs - 1) * hdr_len;
3765 static int dev_qdisc_enqueue(struct sk_buff *skb, struct Qdisc *q,
3766 struct sk_buff **to_free,
3767 struct netdev_queue *txq)
3771 rc = q->enqueue(skb, q, to_free) & NET_XMIT_MASK;
3772 if (rc == NET_XMIT_SUCCESS)
3773 trace_qdisc_enqueue(q, txq, skb);
3777 static inline int __dev_xmit_skb(struct sk_buff *skb, struct Qdisc *q,
3778 struct net_device *dev,
3779 struct netdev_queue *txq)
3781 spinlock_t *root_lock = qdisc_lock(q);
3782 struct sk_buff *to_free = NULL;
3786 qdisc_calculate_pkt_len(skb, q);
3788 if (q->flags & TCQ_F_NOLOCK) {
3789 if (q->flags & TCQ_F_CAN_BYPASS && nolock_qdisc_is_empty(q) &&
3790 qdisc_run_begin(q)) {
3791 /* Retest nolock_qdisc_is_empty() within the protection
3792 * of q->seqlock to protect from racing with requeuing.
3794 if (unlikely(!nolock_qdisc_is_empty(q))) {
3795 rc = dev_qdisc_enqueue(skb, q, &to_free, txq);
3802 qdisc_bstats_cpu_update(q, skb);
3803 if (sch_direct_xmit(skb, q, dev, txq, NULL, true) &&
3804 !nolock_qdisc_is_empty(q))
3808 return NET_XMIT_SUCCESS;
3811 rc = dev_qdisc_enqueue(skb, q, &to_free, txq);
3815 if (unlikely(to_free))
3816 kfree_skb_list(to_free);
3821 * Heuristic to force contended enqueues to serialize on a
3822 * separate lock before trying to get qdisc main lock.
3823 * This permits qdisc->running owner to get the lock more
3824 * often and dequeue packets faster.
3826 contended = qdisc_is_running(q);
3827 if (unlikely(contended))
3828 spin_lock(&q->busylock);
3830 spin_lock(root_lock);
3831 if (unlikely(test_bit(__QDISC_STATE_DEACTIVATED, &q->state))) {
3832 __qdisc_drop(skb, &to_free);
3834 } else if ((q->flags & TCQ_F_CAN_BYPASS) && !qdisc_qlen(q) &&
3835 qdisc_run_begin(q)) {
3837 * This is a work-conserving queue; there are no old skbs
3838 * waiting to be sent out; and the qdisc is not running -
3839 * xmit the skb directly.
3842 qdisc_bstats_update(q, skb);
3844 if (sch_direct_xmit(skb, q, dev, txq, root_lock, true)) {
3845 if (unlikely(contended)) {
3846 spin_unlock(&q->busylock);
3853 rc = NET_XMIT_SUCCESS;
3855 rc = dev_qdisc_enqueue(skb, q, &to_free, txq);
3856 if (qdisc_run_begin(q)) {
3857 if (unlikely(contended)) {
3858 spin_unlock(&q->busylock);
3865 spin_unlock(root_lock);
3866 if (unlikely(to_free))
3867 kfree_skb_list(to_free);
3868 if (unlikely(contended))
3869 spin_unlock(&q->busylock);
3873 #if IS_ENABLED(CONFIG_CGROUP_NET_PRIO)
3874 static void skb_update_prio(struct sk_buff *skb)
3876 const struct netprio_map *map;
3877 const struct sock *sk;
3878 unsigned int prioidx;
3882 map = rcu_dereference_bh(skb->dev->priomap);
3885 sk = skb_to_full_sk(skb);
3889 prioidx = sock_cgroup_prioidx(&sk->sk_cgrp_data);
3891 if (prioidx < map->priomap_len)
3892 skb->priority = map->priomap[prioidx];
3895 #define skb_update_prio(skb)
3899 * dev_loopback_xmit - loop back @skb
3900 * @net: network namespace this loopback is happening in
3901 * @sk: sk needed to be a netfilter okfn
3902 * @skb: buffer to transmit
3904 int dev_loopback_xmit(struct net *net, struct sock *sk, struct sk_buff *skb)
3906 skb_reset_mac_header(skb);
3907 __skb_pull(skb, skb_network_offset(skb));
3908 skb->pkt_type = PACKET_LOOPBACK;
3909 skb->ip_summed = CHECKSUM_UNNECESSARY;
3910 WARN_ON(!skb_dst(skb));
3915 EXPORT_SYMBOL(dev_loopback_xmit);
3917 #ifdef CONFIG_NET_EGRESS
3918 static struct sk_buff *
3919 sch_handle_egress(struct sk_buff *skb, int *ret, struct net_device *dev)
3921 struct mini_Qdisc *miniq = rcu_dereference_bh(dev->miniq_egress);
3922 struct tcf_result cl_res;
3927 /* qdisc_skb_cb(skb)->pkt_len was already set by the caller. */
3928 qdisc_skb_cb(skb)->mru = 0;
3929 qdisc_skb_cb(skb)->post_ct = false;
3930 mini_qdisc_bstats_cpu_update(miniq, skb);
3932 switch (tcf_classify(skb, miniq->block, miniq->filter_list, &cl_res, false)) {
3934 case TC_ACT_RECLASSIFY:
3935 skb->tc_index = TC_H_MIN(cl_res.classid);
3938 mini_qdisc_qstats_cpu_drop(miniq);
3939 *ret = NET_XMIT_DROP;
3945 *ret = NET_XMIT_SUCCESS;
3948 case TC_ACT_REDIRECT:
3949 /* No need to push/pop skb's mac_header here on egress! */
3950 skb_do_redirect(skb);
3951 *ret = NET_XMIT_SUCCESS;
3959 #endif /* CONFIG_NET_EGRESS */
3962 static int __get_xps_queue_idx(struct net_device *dev, struct sk_buff *skb,
3963 struct xps_dev_maps *dev_maps, unsigned int tci)
3965 int tc = netdev_get_prio_tc_map(dev, skb->priority);
3966 struct xps_map *map;
3967 int queue_index = -1;
3969 if (tc >= dev_maps->num_tc || tci >= dev_maps->nr_ids)
3972 tci *= dev_maps->num_tc;
3975 map = rcu_dereference(dev_maps->attr_map[tci]);
3978 queue_index = map->queues[0];
3980 queue_index = map->queues[reciprocal_scale(
3981 skb_get_hash(skb), map->len)];
3982 if (unlikely(queue_index >= dev->real_num_tx_queues))
3989 static int get_xps_queue(struct net_device *dev, struct net_device *sb_dev,
3990 struct sk_buff *skb)
3993 struct xps_dev_maps *dev_maps;
3994 struct sock *sk = skb->sk;
3995 int queue_index = -1;
3997 if (!static_key_false(&xps_needed))
4001 if (!static_key_false(&xps_rxqs_needed))
4004 dev_maps = rcu_dereference(sb_dev->xps_maps[XPS_RXQS]);
4006 int tci = sk_rx_queue_get(sk);
4009 queue_index = __get_xps_queue_idx(dev, skb, dev_maps,
4014 if (queue_index < 0) {
4015 dev_maps = rcu_dereference(sb_dev->xps_maps[XPS_CPUS]);
4017 unsigned int tci = skb->sender_cpu - 1;
4019 queue_index = __get_xps_queue_idx(dev, skb, dev_maps,
4031 u16 dev_pick_tx_zero(struct net_device *dev, struct sk_buff *skb,
4032 struct net_device *sb_dev)
4036 EXPORT_SYMBOL(dev_pick_tx_zero);
4038 u16 dev_pick_tx_cpu_id(struct net_device *dev, struct sk_buff *skb,
4039 struct net_device *sb_dev)
4041 return (u16)raw_smp_processor_id() % dev->real_num_tx_queues;
4043 EXPORT_SYMBOL(dev_pick_tx_cpu_id);
4045 u16 netdev_pick_tx(struct net_device *dev, struct sk_buff *skb,
4046 struct net_device *sb_dev)
4048 struct sock *sk = skb->sk;
4049 int queue_index = sk_tx_queue_get(sk);
4051 sb_dev = sb_dev ? : dev;
4053 if (queue_index < 0 || skb->ooo_okay ||
4054 queue_index >= dev->real_num_tx_queues) {
4055 int new_index = get_xps_queue(dev, sb_dev, skb);
4058 new_index = skb_tx_hash(dev, sb_dev, skb);
4060 if (queue_index != new_index && sk &&
4062 rcu_access_pointer(sk->sk_dst_cache))
4063 sk_tx_queue_set(sk, new_index);
4065 queue_index = new_index;
4070 EXPORT_SYMBOL(netdev_pick_tx);
4072 struct netdev_queue *netdev_core_pick_tx(struct net_device *dev,
4073 struct sk_buff *skb,
4074 struct net_device *sb_dev)
4076 int queue_index = 0;
4079 u32 sender_cpu = skb->sender_cpu - 1;
4081 if (sender_cpu >= (u32)NR_CPUS)
4082 skb->sender_cpu = raw_smp_processor_id() + 1;
4085 if (dev->real_num_tx_queues != 1) {
4086 const struct net_device_ops *ops = dev->netdev_ops;
4088 if (ops->ndo_select_queue)
4089 queue_index = ops->ndo_select_queue(dev, skb, sb_dev);
4091 queue_index = netdev_pick_tx(dev, skb, sb_dev);
4093 queue_index = netdev_cap_txqueue(dev, queue_index);
4096 skb_set_queue_mapping(skb, queue_index);
4097 return netdev_get_tx_queue(dev, queue_index);
4101 * __dev_queue_xmit - transmit a buffer
4102 * @skb: buffer to transmit
4103 * @sb_dev: suboordinate device used for L2 forwarding offload
4105 * Queue a buffer for transmission to a network device. The caller must
4106 * have set the device and priority and built the buffer before calling
4107 * this function. The function can be called from an interrupt.
4109 * A negative errno code is returned on a failure. A success does not
4110 * guarantee the frame will be transmitted as it may be dropped due
4111 * to congestion or traffic shaping.
4113 * -----------------------------------------------------------------------------------
4114 * I notice this method can also return errors from the queue disciplines,
4115 * including NET_XMIT_DROP, which is a positive value. So, errors can also
4118 * Regardless of the return value, the skb is consumed, so it is currently
4119 * difficult to retry a send to this method. (You can bump the ref count
4120 * before sending to hold a reference for retry if you are careful.)
4122 * When calling this method, interrupts MUST be enabled. This is because
4123 * the BH enable code must have IRQs enabled so that it will not deadlock.
4126 static int __dev_queue_xmit(struct sk_buff *skb, struct net_device *sb_dev)
4128 struct net_device *dev = skb->dev;
4129 struct netdev_queue *txq;
4134 skb_reset_mac_header(skb);
4136 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_SCHED_TSTAMP))
4137 __skb_tstamp_tx(skb, NULL, NULL, skb->sk, SCM_TSTAMP_SCHED);
4139 /* Disable soft irqs for various locks below. Also
4140 * stops preemption for RCU.
4144 skb_update_prio(skb);
4146 qdisc_pkt_len_init(skb);
4147 #ifdef CONFIG_NET_CLS_ACT
4148 skb->tc_at_ingress = 0;
4149 # ifdef CONFIG_NET_EGRESS
4150 if (static_branch_unlikely(&egress_needed_key)) {
4151 skb = sch_handle_egress(skb, &rc, dev);
4157 /* If device/qdisc don't need skb->dst, release it right now while
4158 * its hot in this cpu cache.
4160 if (dev->priv_flags & IFF_XMIT_DST_RELEASE)
4165 txq = netdev_core_pick_tx(dev, skb, sb_dev);
4166 q = rcu_dereference_bh(txq->qdisc);
4168 trace_net_dev_queue(skb);
4170 rc = __dev_xmit_skb(skb, q, dev, txq);
4174 /* The device has no queue. Common case for software devices:
4175 * loopback, all the sorts of tunnels...
4177 * Really, it is unlikely that netif_tx_lock protection is necessary
4178 * here. (f.e. loopback and IP tunnels are clean ignoring statistics
4180 * However, it is possible, that they rely on protection
4183 * Check this and shot the lock. It is not prone from deadlocks.
4184 *Either shot noqueue qdisc, it is even simpler 8)
4186 if (dev->flags & IFF_UP) {
4187 int cpu = smp_processor_id(); /* ok because BHs are off */
4189 if (txq->xmit_lock_owner != cpu) {
4190 if (dev_xmit_recursion())
4191 goto recursion_alert;
4193 skb = validate_xmit_skb(skb, dev, &again);
4197 PRANDOM_ADD_NOISE(skb, dev, txq, jiffies);
4198 HARD_TX_LOCK(dev, txq, cpu);
4200 if (!netif_xmit_stopped(txq)) {
4201 dev_xmit_recursion_inc();
4202 skb = dev_hard_start_xmit(skb, dev, txq, &rc);
4203 dev_xmit_recursion_dec();
4204 if (dev_xmit_complete(rc)) {
4205 HARD_TX_UNLOCK(dev, txq);
4209 HARD_TX_UNLOCK(dev, txq);
4210 net_crit_ratelimited("Virtual device %s asks to queue packet!\n",
4213 /* Recursion is detected! It is possible,
4217 net_crit_ratelimited("Dead loop on virtual device %s, fix it urgently!\n",
4223 rcu_read_unlock_bh();
4225 atomic_long_inc(&dev->tx_dropped);
4226 kfree_skb_list(skb);
4229 rcu_read_unlock_bh();
4233 int dev_queue_xmit(struct sk_buff *skb)
4235 return __dev_queue_xmit(skb, NULL);
4237 EXPORT_SYMBOL(dev_queue_xmit);
4239 int dev_queue_xmit_accel(struct sk_buff *skb, struct net_device *sb_dev)
4241 return __dev_queue_xmit(skb, sb_dev);
4243 EXPORT_SYMBOL(dev_queue_xmit_accel);
4245 int __dev_direct_xmit(struct sk_buff *skb, u16 queue_id)
4247 struct net_device *dev = skb->dev;
4248 struct sk_buff *orig_skb = skb;
4249 struct netdev_queue *txq;
4250 int ret = NETDEV_TX_BUSY;
4253 if (unlikely(!netif_running(dev) ||
4254 !netif_carrier_ok(dev)))
4257 skb = validate_xmit_skb_list(skb, dev, &again);
4258 if (skb != orig_skb)
4261 skb_set_queue_mapping(skb, queue_id);
4262 txq = skb_get_tx_queue(dev, skb);
4263 PRANDOM_ADD_NOISE(skb, dev, txq, jiffies);
4267 dev_xmit_recursion_inc();
4268 HARD_TX_LOCK(dev, txq, smp_processor_id());
4269 if (!netif_xmit_frozen_or_drv_stopped(txq))
4270 ret = netdev_start_xmit(skb, dev, txq, false);
4271 HARD_TX_UNLOCK(dev, txq);
4272 dev_xmit_recursion_dec();
4277 atomic_long_inc(&dev->tx_dropped);
4278 kfree_skb_list(skb);
4279 return NET_XMIT_DROP;
4281 EXPORT_SYMBOL(__dev_direct_xmit);
4283 /*************************************************************************
4285 *************************************************************************/
4287 int netdev_max_backlog __read_mostly = 1000;
4288 EXPORT_SYMBOL(netdev_max_backlog);
4290 int netdev_tstamp_prequeue __read_mostly = 1;
4291 int netdev_budget __read_mostly = 300;
4292 /* Must be at least 2 jiffes to guarantee 1 jiffy timeout */
4293 unsigned int __read_mostly netdev_budget_usecs = 2 * USEC_PER_SEC / HZ;
4294 int weight_p __read_mostly = 64; /* old backlog weight */
4295 int dev_weight_rx_bias __read_mostly = 1; /* bias for backlog weight */
4296 int dev_weight_tx_bias __read_mostly = 1; /* bias for output_queue quota */
4297 int dev_rx_weight __read_mostly = 64;
4298 int dev_tx_weight __read_mostly = 64;
4299 /* Maximum number of GRO_NORMAL skbs to batch up for list-RX */
4300 int gro_normal_batch __read_mostly = 8;
4302 /* Called with irq disabled */
4303 static inline void ____napi_schedule(struct softnet_data *sd,
4304 struct napi_struct *napi)
4306 struct task_struct *thread;
4308 if (test_bit(NAPI_STATE_THREADED, &napi->state)) {
4309 /* Paired with smp_mb__before_atomic() in
4310 * napi_enable()/dev_set_threaded().
4311 * Use READ_ONCE() to guarantee a complete
4312 * read on napi->thread. Only call
4313 * wake_up_process() when it's not NULL.
4315 thread = READ_ONCE(napi->thread);
4317 /* Avoid doing set_bit() if the thread is in
4318 * INTERRUPTIBLE state, cause napi_thread_wait()
4319 * makes sure to proceed with napi polling
4320 * if the thread is explicitly woken from here.
4322 if (READ_ONCE(thread->__state) != TASK_INTERRUPTIBLE)
4323 set_bit(NAPI_STATE_SCHED_THREADED, &napi->state);
4324 wake_up_process(thread);
4329 list_add_tail(&napi->poll_list, &sd->poll_list);
4330 __raise_softirq_irqoff(NET_RX_SOFTIRQ);
4335 /* One global table that all flow-based protocols share. */
4336 struct rps_sock_flow_table __rcu *rps_sock_flow_table __read_mostly;
4337 EXPORT_SYMBOL(rps_sock_flow_table);
4338 u32 rps_cpu_mask __read_mostly;
4339 EXPORT_SYMBOL(rps_cpu_mask);
4341 struct static_key_false rps_needed __read_mostly;
4342 EXPORT_SYMBOL(rps_needed);
4343 struct static_key_false rfs_needed __read_mostly;
4344 EXPORT_SYMBOL(rfs_needed);
4346 static struct rps_dev_flow *
4347 set_rps_cpu(struct net_device *dev, struct sk_buff *skb,
4348 struct rps_dev_flow *rflow, u16 next_cpu)
4350 if (next_cpu < nr_cpu_ids) {
4351 #ifdef CONFIG_RFS_ACCEL
4352 struct netdev_rx_queue *rxqueue;
4353 struct rps_dev_flow_table *flow_table;
4354 struct rps_dev_flow *old_rflow;
4359 /* Should we steer this flow to a different hardware queue? */
4360 if (!skb_rx_queue_recorded(skb) || !dev->rx_cpu_rmap ||
4361 !(dev->features & NETIF_F_NTUPLE))
4363 rxq_index = cpu_rmap_lookup_index(dev->rx_cpu_rmap, next_cpu);
4364 if (rxq_index == skb_get_rx_queue(skb))
4367 rxqueue = dev->_rx + rxq_index;
4368 flow_table = rcu_dereference(rxqueue->rps_flow_table);
4371 flow_id = skb_get_hash(skb) & flow_table->mask;
4372 rc = dev->netdev_ops->ndo_rx_flow_steer(dev, skb,
4373 rxq_index, flow_id);
4377 rflow = &flow_table->flows[flow_id];
4379 if (old_rflow->filter == rflow->filter)
4380 old_rflow->filter = RPS_NO_FILTER;
4384 per_cpu(softnet_data, next_cpu).input_queue_head;
4387 rflow->cpu = next_cpu;
4392 * get_rps_cpu is called from netif_receive_skb and returns the target
4393 * CPU from the RPS map of the receiving queue for a given skb.
4394 * rcu_read_lock must be held on entry.
4396 static int get_rps_cpu(struct net_device *dev, struct sk_buff *skb,
4397 struct rps_dev_flow **rflowp)
4399 const struct rps_sock_flow_table *sock_flow_table;
4400 struct netdev_rx_queue *rxqueue = dev->_rx;
4401 struct rps_dev_flow_table *flow_table;
4402 struct rps_map *map;
4407 if (skb_rx_queue_recorded(skb)) {
4408 u16 index = skb_get_rx_queue(skb);
4410 if (unlikely(index >= dev->real_num_rx_queues)) {
4411 WARN_ONCE(dev->real_num_rx_queues > 1,
4412 "%s received packet on queue %u, but number "
4413 "of RX queues is %u\n",
4414 dev->name, index, dev->real_num_rx_queues);
4420 /* Avoid computing hash if RFS/RPS is not active for this rxqueue */
4422 flow_table = rcu_dereference(rxqueue->rps_flow_table);
4423 map = rcu_dereference(rxqueue->rps_map);
4424 if (!flow_table && !map)
4427 skb_reset_network_header(skb);
4428 hash = skb_get_hash(skb);
4432 sock_flow_table = rcu_dereference(rps_sock_flow_table);
4433 if (flow_table && sock_flow_table) {
4434 struct rps_dev_flow *rflow;
4438 /* First check into global flow table if there is a match */
4439 ident = sock_flow_table->ents[hash & sock_flow_table->mask];
4440 if ((ident ^ hash) & ~rps_cpu_mask)
4443 next_cpu = ident & rps_cpu_mask;
4445 /* OK, now we know there is a match,
4446 * we can look at the local (per receive queue) flow table
4448 rflow = &flow_table->flows[hash & flow_table->mask];
4452 * If the desired CPU (where last recvmsg was done) is
4453 * different from current CPU (one in the rx-queue flow
4454 * table entry), switch if one of the following holds:
4455 * - Current CPU is unset (>= nr_cpu_ids).
4456 * - Current CPU is offline.
4457 * - The current CPU's queue tail has advanced beyond the
4458 * last packet that was enqueued using this table entry.
4459 * This guarantees that all previous packets for the flow
4460 * have been dequeued, thus preserving in order delivery.
4462 if (unlikely(tcpu != next_cpu) &&
4463 (tcpu >= nr_cpu_ids || !cpu_online(tcpu) ||
4464 ((int)(per_cpu(softnet_data, tcpu).input_queue_head -
4465 rflow->last_qtail)) >= 0)) {
4467 rflow = set_rps_cpu(dev, skb, rflow, next_cpu);
4470 if (tcpu < nr_cpu_ids && cpu_online(tcpu)) {
4480 tcpu = map->cpus[reciprocal_scale(hash, map->len)];
4481 if (cpu_online(tcpu)) {
4491 #ifdef CONFIG_RFS_ACCEL
4494 * rps_may_expire_flow - check whether an RFS hardware filter may be removed
4495 * @dev: Device on which the filter was set
4496 * @rxq_index: RX queue index
4497 * @flow_id: Flow ID passed to ndo_rx_flow_steer()
4498 * @filter_id: Filter ID returned by ndo_rx_flow_steer()
4500 * Drivers that implement ndo_rx_flow_steer() should periodically call
4501 * this function for each installed filter and remove the filters for
4502 * which it returns %true.
4504 bool rps_may_expire_flow(struct net_device *dev, u16 rxq_index,
4505 u32 flow_id, u16 filter_id)
4507 struct netdev_rx_queue *rxqueue = dev->_rx + rxq_index;
4508 struct rps_dev_flow_table *flow_table;
4509 struct rps_dev_flow *rflow;
4514 flow_table = rcu_dereference(rxqueue->rps_flow_table);
4515 if (flow_table && flow_id <= flow_table->mask) {
4516 rflow = &flow_table->flows[flow_id];
4517 cpu = READ_ONCE(rflow->cpu);
4518 if (rflow->filter == filter_id && cpu < nr_cpu_ids &&
4519 ((int)(per_cpu(softnet_data, cpu).input_queue_head -
4520 rflow->last_qtail) <
4521 (int)(10 * flow_table->mask)))
4527 EXPORT_SYMBOL(rps_may_expire_flow);
4529 #endif /* CONFIG_RFS_ACCEL */
4531 /* Called from hardirq (IPI) context */
4532 static void rps_trigger_softirq(void *data)
4534 struct softnet_data *sd = data;
4536 ____napi_schedule(sd, &sd->backlog);
4540 #endif /* CONFIG_RPS */
4543 * Check if this softnet_data structure is another cpu one
4544 * If yes, queue it to our IPI list and return 1
4547 static int rps_ipi_queued(struct softnet_data *sd)
4550 struct softnet_data *mysd = this_cpu_ptr(&softnet_data);
4553 sd->rps_ipi_next = mysd->rps_ipi_list;
4554 mysd->rps_ipi_list = sd;
4556 __raise_softirq_irqoff(NET_RX_SOFTIRQ);
4559 #endif /* CONFIG_RPS */
4563 #ifdef CONFIG_NET_FLOW_LIMIT
4564 int netdev_flow_limit_table_len __read_mostly = (1 << 12);
4567 static bool skb_flow_limit(struct sk_buff *skb, unsigned int qlen)
4569 #ifdef CONFIG_NET_FLOW_LIMIT
4570 struct sd_flow_limit *fl;
4571 struct softnet_data *sd;
4572 unsigned int old_flow, new_flow;
4574 if (qlen < (netdev_max_backlog >> 1))
4577 sd = this_cpu_ptr(&softnet_data);
4580 fl = rcu_dereference(sd->flow_limit);
4582 new_flow = skb_get_hash(skb) & (fl->num_buckets - 1);
4583 old_flow = fl->history[fl->history_head];
4584 fl->history[fl->history_head] = new_flow;
4587 fl->history_head &= FLOW_LIMIT_HISTORY - 1;
4589 if (likely(fl->buckets[old_flow]))
4590 fl->buckets[old_flow]--;
4592 if (++fl->buckets[new_flow] > (FLOW_LIMIT_HISTORY >> 1)) {
4604 * enqueue_to_backlog is called to queue an skb to a per CPU backlog
4605 * queue (may be a remote CPU queue).
4607 static int enqueue_to_backlog(struct sk_buff *skb, int cpu,
4608 unsigned int *qtail)
4610 struct softnet_data *sd;
4611 unsigned long flags;
4614 sd = &per_cpu(softnet_data, cpu);
4616 local_irq_save(flags);
4619 if (!netif_running(skb->dev))
4621 qlen = skb_queue_len(&sd->input_pkt_queue);
4622 if (qlen <= netdev_max_backlog && !skb_flow_limit(skb, qlen)) {
4625 __skb_queue_tail(&sd->input_pkt_queue, skb);
4626 input_queue_tail_incr_save(sd, qtail);
4628 local_irq_restore(flags);
4629 return NET_RX_SUCCESS;
4632 /* Schedule NAPI for backlog device
4633 * We can use non atomic operation since we own the queue lock
4635 if (!__test_and_set_bit(NAPI_STATE_SCHED, &sd->backlog.state)) {
4636 if (!rps_ipi_queued(sd))
4637 ____napi_schedule(sd, &sd->backlog);
4646 local_irq_restore(flags);
4648 atomic_long_inc(&skb->dev->rx_dropped);
4653 static struct netdev_rx_queue *netif_get_rxqueue(struct sk_buff *skb)
4655 struct net_device *dev = skb->dev;
4656 struct netdev_rx_queue *rxqueue;
4660 if (skb_rx_queue_recorded(skb)) {
4661 u16 index = skb_get_rx_queue(skb);
4663 if (unlikely(index >= dev->real_num_rx_queues)) {
4664 WARN_ONCE(dev->real_num_rx_queues > 1,
4665 "%s received packet on queue %u, but number "
4666 "of RX queues is %u\n",
4667 dev->name, index, dev->real_num_rx_queues);
4669 return rxqueue; /* Return first rxqueue */
4676 u32 bpf_prog_run_generic_xdp(struct sk_buff *skb, struct xdp_buff *xdp,
4677 struct bpf_prog *xdp_prog)
4679 void *orig_data, *orig_data_end, *hard_start;
4680 struct netdev_rx_queue *rxqueue;
4681 bool orig_bcast, orig_host;
4682 u32 mac_len, frame_sz;
4683 __be16 orig_eth_type;
4688 /* The XDP program wants to see the packet starting at the MAC
4691 mac_len = skb->data - skb_mac_header(skb);
4692 hard_start = skb->data - skb_headroom(skb);
4694 /* SKB "head" area always have tailroom for skb_shared_info */
4695 frame_sz = (void *)skb_end_pointer(skb) - hard_start;
4696 frame_sz += SKB_DATA_ALIGN(sizeof(struct skb_shared_info));
4698 rxqueue = netif_get_rxqueue(skb);
4699 xdp_init_buff(xdp, frame_sz, &rxqueue->xdp_rxq);
4700 xdp_prepare_buff(xdp, hard_start, skb_headroom(skb) - mac_len,
4701 skb_headlen(skb) + mac_len, true);
4703 orig_data_end = xdp->data_end;
4704 orig_data = xdp->data;
4705 eth = (struct ethhdr *)xdp->data;
4706 orig_host = ether_addr_equal_64bits(eth->h_dest, skb->dev->dev_addr);
4707 orig_bcast = is_multicast_ether_addr_64bits(eth->h_dest);
4708 orig_eth_type = eth->h_proto;
4710 act = bpf_prog_run_xdp(xdp_prog, xdp);
4712 /* check if bpf_xdp_adjust_head was used */
4713 off = xdp->data - orig_data;
4716 __skb_pull(skb, off);
4718 __skb_push(skb, -off);
4720 skb->mac_header += off;
4721 skb_reset_network_header(skb);
4724 /* check if bpf_xdp_adjust_tail was used */
4725 off = xdp->data_end - orig_data_end;
4727 skb_set_tail_pointer(skb, xdp->data_end - xdp->data);
4728 skb->len += off; /* positive on grow, negative on shrink */
4731 /* check if XDP changed eth hdr such SKB needs update */
4732 eth = (struct ethhdr *)xdp->data;
4733 if ((orig_eth_type != eth->h_proto) ||
4734 (orig_host != ether_addr_equal_64bits(eth->h_dest,
4735 skb->dev->dev_addr)) ||
4736 (orig_bcast != is_multicast_ether_addr_64bits(eth->h_dest))) {
4737 __skb_push(skb, ETH_HLEN);
4738 skb->pkt_type = PACKET_HOST;
4739 skb->protocol = eth_type_trans(skb, skb->dev);
4742 /* Redirect/Tx gives L2 packet, code that will reuse skb must __skb_pull
4743 * before calling us again on redirect path. We do not call do_redirect
4744 * as we leave that up to the caller.
4746 * Caller is responsible for managing lifetime of skb (i.e. calling
4747 * kfree_skb in response to actions it cannot handle/XDP_DROP).
4752 __skb_push(skb, mac_len);
4755 metalen = xdp->data - xdp->data_meta;
4757 skb_metadata_set(skb, metalen);
4764 static u32 netif_receive_generic_xdp(struct sk_buff *skb,
4765 struct xdp_buff *xdp,
4766 struct bpf_prog *xdp_prog)
4770 /* Reinjected packets coming from act_mirred or similar should
4771 * not get XDP generic processing.
4773 if (skb_is_redirected(skb))
4776 /* XDP packets must be linear and must have sufficient headroom
4777 * of XDP_PACKET_HEADROOM bytes. This is the guarantee that also
4778 * native XDP provides, thus we need to do it here as well.
4780 if (skb_cloned(skb) || skb_is_nonlinear(skb) ||
4781 skb_headroom(skb) < XDP_PACKET_HEADROOM) {
4782 int hroom = XDP_PACKET_HEADROOM - skb_headroom(skb);
4783 int troom = skb->tail + skb->data_len - skb->end;
4785 /* In case we have to go down the path and also linearize,
4786 * then lets do the pskb_expand_head() work just once here.
4788 if (pskb_expand_head(skb,
4789 hroom > 0 ? ALIGN(hroom, NET_SKB_PAD) : 0,
4790 troom > 0 ? troom + 128 : 0, GFP_ATOMIC))
4792 if (skb_linearize(skb))
4796 act = bpf_prog_run_generic_xdp(skb, xdp, xdp_prog);
4803 bpf_warn_invalid_xdp_action(act);
4806 trace_xdp_exception(skb->dev, xdp_prog, act);
4817 /* When doing generic XDP we have to bypass the qdisc layer and the
4818 * network taps in order to match in-driver-XDP behavior.
4820 void generic_xdp_tx(struct sk_buff *skb, struct bpf_prog *xdp_prog)
4822 struct net_device *dev = skb->dev;
4823 struct netdev_queue *txq;
4824 bool free_skb = true;
4827 txq = netdev_core_pick_tx(dev, skb, NULL);
4828 cpu = smp_processor_id();
4829 HARD_TX_LOCK(dev, txq, cpu);
4830 if (!netif_xmit_stopped(txq)) {
4831 rc = netdev_start_xmit(skb, dev, txq, 0);
4832 if (dev_xmit_complete(rc))
4835 HARD_TX_UNLOCK(dev, txq);
4837 trace_xdp_exception(dev, xdp_prog, XDP_TX);
4842 static DEFINE_STATIC_KEY_FALSE(generic_xdp_needed_key);
4844 int do_xdp_generic(struct bpf_prog *xdp_prog, struct sk_buff *skb)
4847 struct xdp_buff xdp;
4851 act = netif_receive_generic_xdp(skb, &xdp, xdp_prog);
4852 if (act != XDP_PASS) {
4855 err = xdp_do_generic_redirect(skb->dev, skb,
4861 generic_xdp_tx(skb, xdp_prog);
4872 EXPORT_SYMBOL_GPL(do_xdp_generic);
4874 static int netif_rx_internal(struct sk_buff *skb)
4878 net_timestamp_check(netdev_tstamp_prequeue, skb);
4880 trace_netif_rx(skb);
4883 if (static_branch_unlikely(&rps_needed)) {
4884 struct rps_dev_flow voidflow, *rflow = &voidflow;
4890 cpu = get_rps_cpu(skb->dev, skb, &rflow);
4892 cpu = smp_processor_id();
4894 ret = enqueue_to_backlog(skb, cpu, &rflow->last_qtail);
4903 ret = enqueue_to_backlog(skb, get_cpu(), &qtail);
4910 * netif_rx - post buffer to the network code
4911 * @skb: buffer to post
4913 * This function receives a packet from a device driver and queues it for
4914 * the upper (protocol) levels to process. It always succeeds. The buffer
4915 * may be dropped during processing for congestion control or by the
4919 * NET_RX_SUCCESS (no congestion)
4920 * NET_RX_DROP (packet was dropped)
4924 int netif_rx(struct sk_buff *skb)
4928 trace_netif_rx_entry(skb);
4930 ret = netif_rx_internal(skb);
4931 trace_netif_rx_exit(ret);
4935 EXPORT_SYMBOL(netif_rx);
4937 int netif_rx_ni(struct sk_buff *skb)
4941 trace_netif_rx_ni_entry(skb);
4944 err = netif_rx_internal(skb);
4945 if (local_softirq_pending())
4948 trace_netif_rx_ni_exit(err);
4952 EXPORT_SYMBOL(netif_rx_ni);
4954 int netif_rx_any_context(struct sk_buff *skb)
4957 * If invoked from contexts which do not invoke bottom half
4958 * processing either at return from interrupt or when softrqs are
4959 * reenabled, use netif_rx_ni() which invokes bottomhalf processing
4963 return netif_rx(skb);
4965 return netif_rx_ni(skb);
4967 EXPORT_SYMBOL(netif_rx_any_context);
4969 static __latent_entropy void net_tx_action(struct softirq_action *h)
4971 struct softnet_data *sd = this_cpu_ptr(&softnet_data);
4973 if (sd->completion_queue) {
4974 struct sk_buff *clist;
4976 local_irq_disable();
4977 clist = sd->completion_queue;
4978 sd->completion_queue = NULL;
4982 struct sk_buff *skb = clist;
4984 clist = clist->next;
4986 WARN_ON(refcount_read(&skb->users));
4987 if (likely(get_kfree_skb_cb(skb)->reason == SKB_REASON_CONSUMED))
4988 trace_consume_skb(skb);
4990 trace_kfree_skb(skb, net_tx_action);
4992 if (skb->fclone != SKB_FCLONE_UNAVAILABLE)
4995 __kfree_skb_defer(skb);
4999 if (sd->output_queue) {
5002 local_irq_disable();
5003 head = sd->output_queue;
5004 sd->output_queue = NULL;
5005 sd->output_queue_tailp = &sd->output_queue;
5011 struct Qdisc *q = head;
5012 spinlock_t *root_lock = NULL;
5014 head = head->next_sched;
5016 /* We need to make sure head->next_sched is read
5017 * before clearing __QDISC_STATE_SCHED
5019 smp_mb__before_atomic();
5021 if (!(q->flags & TCQ_F_NOLOCK)) {
5022 root_lock = qdisc_lock(q);
5023 spin_lock(root_lock);
5024 } else if (unlikely(test_bit(__QDISC_STATE_DEACTIVATED,
5026 /* There is a synchronize_net() between
5027 * STATE_DEACTIVATED flag being set and
5028 * qdisc_reset()/some_qdisc_is_busy() in
5029 * dev_deactivate(), so we can safely bail out
5030 * early here to avoid data race between
5031 * qdisc_deactivate() and some_qdisc_is_busy()
5032 * for lockless qdisc.
5034 clear_bit(__QDISC_STATE_SCHED, &q->state);
5038 clear_bit(__QDISC_STATE_SCHED, &q->state);
5041 spin_unlock(root_lock);
5047 xfrm_dev_backlog(sd);
5050 #if IS_ENABLED(CONFIG_BRIDGE) && IS_ENABLED(CONFIG_ATM_LANE)
5051 /* This hook is defined here for ATM LANE */
5052 int (*br_fdb_test_addr_hook)(struct net_device *dev,
5053 unsigned char *addr) __read_mostly;
5054 EXPORT_SYMBOL_GPL(br_fdb_test_addr_hook);
5057 static inline struct sk_buff *
5058 sch_handle_ingress(struct sk_buff *skb, struct packet_type **pt_prev, int *ret,
5059 struct net_device *orig_dev, bool *another)
5061 #ifdef CONFIG_NET_CLS_ACT
5062 struct mini_Qdisc *miniq = rcu_dereference_bh(skb->dev->miniq_ingress);
5063 struct tcf_result cl_res;
5065 /* If there's at least one ingress present somewhere (so
5066 * we get here via enabled static key), remaining devices
5067 * that are not configured with an ingress qdisc will bail
5074 *ret = deliver_skb(skb, *pt_prev, orig_dev);
5078 qdisc_skb_cb(skb)->pkt_len = skb->len;
5079 qdisc_skb_cb(skb)->mru = 0;
5080 qdisc_skb_cb(skb)->post_ct = false;
5081 skb->tc_at_ingress = 1;
5082 mini_qdisc_bstats_cpu_update(miniq, skb);
5084 switch (tcf_classify(skb, miniq->block, miniq->filter_list, &cl_res, false)) {
5086 case TC_ACT_RECLASSIFY:
5087 skb->tc_index = TC_H_MIN(cl_res.classid);
5090 mini_qdisc_qstats_cpu_drop(miniq);
5098 case TC_ACT_REDIRECT:
5099 /* skb_mac_header check was done by cls/act_bpf, so
5100 * we can safely push the L2 header back before
5101 * redirecting to another netdev
5103 __skb_push(skb, skb->mac_len);
5104 if (skb_do_redirect(skb) == -EAGAIN) {
5105 __skb_pull(skb, skb->mac_len);
5110 case TC_ACT_CONSUMED:
5115 #endif /* CONFIG_NET_CLS_ACT */
5120 * netdev_is_rx_handler_busy - check if receive handler is registered
5121 * @dev: device to check
5123 * Check if a receive handler is already registered for a given device.
5124 * Return true if there one.
5126 * The caller must hold the rtnl_mutex.
5128 bool netdev_is_rx_handler_busy(struct net_device *dev)
5131 return dev && rtnl_dereference(dev->rx_handler);
5133 EXPORT_SYMBOL_GPL(netdev_is_rx_handler_busy);
5136 * netdev_rx_handler_register - register receive handler
5137 * @dev: device to register a handler for
5138 * @rx_handler: receive handler to register
5139 * @rx_handler_data: data pointer that is used by rx handler
5141 * Register a receive handler for a device. This handler will then be
5142 * called from __netif_receive_skb. A negative errno code is returned
5145 * The caller must hold the rtnl_mutex.
5147 * For a general description of rx_handler, see enum rx_handler_result.
5149 int netdev_rx_handler_register(struct net_device *dev,
5150 rx_handler_func_t *rx_handler,
5151 void *rx_handler_data)
5153 if (netdev_is_rx_handler_busy(dev))
5156 if (dev->priv_flags & IFF_NO_RX_HANDLER)
5159 /* Note: rx_handler_data must be set before rx_handler */
5160 rcu_assign_pointer(dev->rx_handler_data, rx_handler_data);
5161 rcu_assign_pointer(dev->rx_handler, rx_handler);
5165 EXPORT_SYMBOL_GPL(netdev_rx_handler_register);
5168 * netdev_rx_handler_unregister - unregister receive handler
5169 * @dev: device to unregister a handler from
5171 * Unregister a receive handler from a device.
5173 * The caller must hold the rtnl_mutex.
5175 void netdev_rx_handler_unregister(struct net_device *dev)
5179 RCU_INIT_POINTER(dev->rx_handler, NULL);
5180 /* a reader seeing a non NULL rx_handler in a rcu_read_lock()
5181 * section has a guarantee to see a non NULL rx_handler_data
5185 RCU_INIT_POINTER(dev->rx_handler_data, NULL);
5187 EXPORT_SYMBOL_GPL(netdev_rx_handler_unregister);
5190 * Limit the use of PFMEMALLOC reserves to those protocols that implement
5191 * the special handling of PFMEMALLOC skbs.
5193 static bool skb_pfmemalloc_protocol(struct sk_buff *skb)
5195 switch (skb->protocol) {
5196 case htons(ETH_P_ARP):
5197 case htons(ETH_P_IP):
5198 case htons(ETH_P_IPV6):
5199 case htons(ETH_P_8021Q):
5200 case htons(ETH_P_8021AD):
5207 static inline int nf_ingress(struct sk_buff *skb, struct packet_type **pt_prev,
5208 int *ret, struct net_device *orig_dev)
5210 if (nf_hook_ingress_active(skb)) {
5214 *ret = deliver_skb(skb, *pt_prev, orig_dev);
5219 ingress_retval = nf_hook_ingress(skb);
5221 return ingress_retval;
5226 static int __netif_receive_skb_core(struct sk_buff **pskb, bool pfmemalloc,
5227 struct packet_type **ppt_prev)
5229 struct packet_type *ptype, *pt_prev;
5230 rx_handler_func_t *rx_handler;
5231 struct sk_buff *skb = *pskb;
5232 struct net_device *orig_dev;
5233 bool deliver_exact = false;
5234 int ret = NET_RX_DROP;
5237 net_timestamp_check(!netdev_tstamp_prequeue, skb);
5239 trace_netif_receive_skb(skb);
5241 orig_dev = skb->dev;
5243 skb_reset_network_header(skb);
5244 if (!skb_transport_header_was_set(skb))
5245 skb_reset_transport_header(skb);
5246 skb_reset_mac_len(skb);
5251 skb->skb_iif = skb->dev->ifindex;
5253 __this_cpu_inc(softnet_data.processed);
5255 if (static_branch_unlikely(&generic_xdp_needed_key)) {
5259 ret2 = do_xdp_generic(rcu_dereference(skb->dev->xdp_prog), skb);
5262 if (ret2 != XDP_PASS) {
5268 if (eth_type_vlan(skb->protocol)) {
5269 skb = skb_vlan_untag(skb);
5274 if (skb_skip_tc_classify(skb))
5280 list_for_each_entry_rcu(ptype, &ptype_all, list) {
5282 ret = deliver_skb(skb, pt_prev, orig_dev);
5286 list_for_each_entry_rcu(ptype, &skb->dev->ptype_all, list) {
5288 ret = deliver_skb(skb, pt_prev, orig_dev);
5293 #ifdef CONFIG_NET_INGRESS
5294 if (static_branch_unlikely(&ingress_needed_key)) {
5295 bool another = false;
5297 skb = sch_handle_ingress(skb, &pt_prev, &ret, orig_dev,
5304 if (nf_ingress(skb, &pt_prev, &ret, orig_dev) < 0)
5308 skb_reset_redirect(skb);
5310 if (pfmemalloc && !skb_pfmemalloc_protocol(skb))
5313 if (skb_vlan_tag_present(skb)) {
5315 ret = deliver_skb(skb, pt_prev, orig_dev);
5318 if (vlan_do_receive(&skb))
5320 else if (unlikely(!skb))
5324 rx_handler = rcu_dereference(skb->dev->rx_handler);
5327 ret = deliver_skb(skb, pt_prev, orig_dev);
5330 switch (rx_handler(&skb)) {
5331 case RX_HANDLER_CONSUMED:
5332 ret = NET_RX_SUCCESS;
5334 case RX_HANDLER_ANOTHER:
5336 case RX_HANDLER_EXACT:
5337 deliver_exact = true;
5339 case RX_HANDLER_PASS:
5346 if (unlikely(skb_vlan_tag_present(skb)) && !netdev_uses_dsa(skb->dev)) {
5348 if (skb_vlan_tag_get_id(skb)) {
5349 /* Vlan id is non 0 and vlan_do_receive() above couldn't
5352 skb->pkt_type = PACKET_OTHERHOST;
5353 } else if (eth_type_vlan(skb->protocol)) {
5354 /* Outer header is 802.1P with vlan 0, inner header is
5355 * 802.1Q or 802.1AD and vlan_do_receive() above could
5356 * not find vlan dev for vlan id 0.
5358 __vlan_hwaccel_clear_tag(skb);
5359 skb = skb_vlan_untag(skb);
5362 if (vlan_do_receive(&skb))
5363 /* After stripping off 802.1P header with vlan 0
5364 * vlan dev is found for inner header.
5367 else if (unlikely(!skb))
5370 /* We have stripped outer 802.1P vlan 0 header.
5371 * But could not find vlan dev.
5372 * check again for vlan id to set OTHERHOST.
5376 /* Note: we might in the future use prio bits
5377 * and set skb->priority like in vlan_do_receive()
5378 * For the time being, just ignore Priority Code Point
5380 __vlan_hwaccel_clear_tag(skb);
5383 type = skb->protocol;
5385 /* deliver only exact match when indicated */
5386 if (likely(!deliver_exact)) {
5387 deliver_ptype_list_skb(skb, &pt_prev, orig_dev, type,
5388 &ptype_base[ntohs(type) &
5392 deliver_ptype_list_skb(skb, &pt_prev, orig_dev, type,
5393 &orig_dev->ptype_specific);
5395 if (unlikely(skb->dev != orig_dev)) {
5396 deliver_ptype_list_skb(skb, &pt_prev, orig_dev, type,
5397 &skb->dev->ptype_specific);
5401 if (unlikely(skb_orphan_frags_rx(skb, GFP_ATOMIC)))
5403 *ppt_prev = pt_prev;
5407 atomic_long_inc(&skb->dev->rx_dropped);
5409 atomic_long_inc(&skb->dev->rx_nohandler);
5411 /* Jamal, now you will not able to escape explaining
5412 * me how you were going to use this. :-)
5418 /* The invariant here is that if *ppt_prev is not NULL
5419 * then skb should also be non-NULL.
5421 * Apparently *ppt_prev assignment above holds this invariant due to
5422 * skb dereferencing near it.
5428 static int __netif_receive_skb_one_core(struct sk_buff *skb, bool pfmemalloc)
5430 struct net_device *orig_dev = skb->dev;
5431 struct packet_type *pt_prev = NULL;
5434 ret = __netif_receive_skb_core(&skb, pfmemalloc, &pt_prev);
5436 ret = INDIRECT_CALL_INET(pt_prev->func, ipv6_rcv, ip_rcv, skb,
5437 skb->dev, pt_prev, orig_dev);
5442 * netif_receive_skb_core - special purpose version of netif_receive_skb
5443 * @skb: buffer to process
5445 * More direct receive version of netif_receive_skb(). It should
5446 * only be used by callers that have a need to skip RPS and Generic XDP.
5447 * Caller must also take care of handling if ``(page_is_)pfmemalloc``.
5449 * This function may only be called from softirq context and interrupts
5450 * should be enabled.
5452 * Return values (usually ignored):
5453 * NET_RX_SUCCESS: no congestion
5454 * NET_RX_DROP: packet was dropped
5456 int netif_receive_skb_core(struct sk_buff *skb)
5461 ret = __netif_receive_skb_one_core(skb, false);
5466 EXPORT_SYMBOL(netif_receive_skb_core);
5468 static inline void __netif_receive_skb_list_ptype(struct list_head *head,
5469 struct packet_type *pt_prev,
5470 struct net_device *orig_dev)
5472 struct sk_buff *skb, *next;
5476 if (list_empty(head))
5478 if (pt_prev->list_func != NULL)
5479 INDIRECT_CALL_INET(pt_prev->list_func, ipv6_list_rcv,
5480 ip_list_rcv, head, pt_prev, orig_dev);
5482 list_for_each_entry_safe(skb, next, head, list) {
5483 skb_list_del_init(skb);
5484 pt_prev->func(skb, skb->dev, pt_prev, orig_dev);
5488 static void __netif_receive_skb_list_core(struct list_head *head, bool pfmemalloc)
5490 /* Fast-path assumptions:
5491 * - There is no RX handler.
5492 * - Only one packet_type matches.
5493 * If either of these fails, we will end up doing some per-packet
5494 * processing in-line, then handling the 'last ptype' for the whole
5495 * sublist. This can't cause out-of-order delivery to any single ptype,
5496 * because the 'last ptype' must be constant across the sublist, and all
5497 * other ptypes are handled per-packet.
5499 /* Current (common) ptype of sublist */
5500 struct packet_type *pt_curr = NULL;
5501 /* Current (common) orig_dev of sublist */
5502 struct net_device *od_curr = NULL;
5503 struct list_head sublist;
5504 struct sk_buff *skb, *next;
5506 INIT_LIST_HEAD(&sublist);
5507 list_for_each_entry_safe(skb, next, head, list) {
5508 struct net_device *orig_dev = skb->dev;
5509 struct packet_type *pt_prev = NULL;
5511 skb_list_del_init(skb);
5512 __netif_receive_skb_core(&skb, pfmemalloc, &pt_prev);
5515 if (pt_curr != pt_prev || od_curr != orig_dev) {
5516 /* dispatch old sublist */
5517 __netif_receive_skb_list_ptype(&sublist, pt_curr, od_curr);
5518 /* start new sublist */
5519 INIT_LIST_HEAD(&sublist);
5523 list_add_tail(&skb->list, &sublist);
5526 /* dispatch final sublist */
5527 __netif_receive_skb_list_ptype(&sublist, pt_curr, od_curr);
5530 static int __netif_receive_skb(struct sk_buff *skb)
5534 if (sk_memalloc_socks() && skb_pfmemalloc(skb)) {
5535 unsigned int noreclaim_flag;
5538 * PFMEMALLOC skbs are special, they should
5539 * - be delivered to SOCK_MEMALLOC sockets only
5540 * - stay away from userspace
5541 * - have bounded memory usage
5543 * Use PF_MEMALLOC as this saves us from propagating the allocation
5544 * context down to all allocation sites.
5546 noreclaim_flag = memalloc_noreclaim_save();
5547 ret = __netif_receive_skb_one_core(skb, true);
5548 memalloc_noreclaim_restore(noreclaim_flag);
5550 ret = __netif_receive_skb_one_core(skb, false);
5555 static void __netif_receive_skb_list(struct list_head *head)
5557 unsigned long noreclaim_flag = 0;
5558 struct sk_buff *skb, *next;
5559 bool pfmemalloc = false; /* Is current sublist PF_MEMALLOC? */
5561 list_for_each_entry_safe(skb, next, head, list) {
5562 if ((sk_memalloc_socks() && skb_pfmemalloc(skb)) != pfmemalloc) {
5563 struct list_head sublist;
5565 /* Handle the previous sublist */
5566 list_cut_before(&sublist, head, &skb->list);
5567 if (!list_empty(&sublist))
5568 __netif_receive_skb_list_core(&sublist, pfmemalloc);
5569 pfmemalloc = !pfmemalloc;
5570 /* See comments in __netif_receive_skb */
5572 noreclaim_flag = memalloc_noreclaim_save();
5574 memalloc_noreclaim_restore(noreclaim_flag);
5577 /* Handle the remaining sublist */
5578 if (!list_empty(head))
5579 __netif_receive_skb_list_core(head, pfmemalloc);
5580 /* Restore pflags */
5582 memalloc_noreclaim_restore(noreclaim_flag);
5585 static int generic_xdp_install(struct net_device *dev, struct netdev_bpf *xdp)
5587 struct bpf_prog *old = rtnl_dereference(dev->xdp_prog);
5588 struct bpf_prog *new = xdp->prog;
5591 switch (xdp->command) {
5592 case XDP_SETUP_PROG:
5593 rcu_assign_pointer(dev->xdp_prog, new);
5598 static_branch_dec(&generic_xdp_needed_key);
5599 } else if (new && !old) {
5600 static_branch_inc(&generic_xdp_needed_key);
5601 dev_disable_lro(dev);
5602 dev_disable_gro_hw(dev);
5614 static int netif_receive_skb_internal(struct sk_buff *skb)
5618 net_timestamp_check(netdev_tstamp_prequeue, skb);
5620 if (skb_defer_rx_timestamp(skb))
5621 return NET_RX_SUCCESS;
5625 if (static_branch_unlikely(&rps_needed)) {
5626 struct rps_dev_flow voidflow, *rflow = &voidflow;
5627 int cpu = get_rps_cpu(skb->dev, skb, &rflow);
5630 ret = enqueue_to_backlog(skb, cpu, &rflow->last_qtail);
5636 ret = __netif_receive_skb(skb);
5641 static void netif_receive_skb_list_internal(struct list_head *head)
5643 struct sk_buff *skb, *next;
5644 struct list_head sublist;
5646 INIT_LIST_HEAD(&sublist);
5647 list_for_each_entry_safe(skb, next, head, list) {
5648 net_timestamp_check(netdev_tstamp_prequeue, skb);
5649 skb_list_del_init(skb);
5650 if (!skb_defer_rx_timestamp(skb))
5651 list_add_tail(&skb->list, &sublist);
5653 list_splice_init(&sublist, head);
5657 if (static_branch_unlikely(&rps_needed)) {
5658 list_for_each_entry_safe(skb, next, head, list) {
5659 struct rps_dev_flow voidflow, *rflow = &voidflow;
5660 int cpu = get_rps_cpu(skb->dev, skb, &rflow);
5663 /* Will be handled, remove from list */
5664 skb_list_del_init(skb);
5665 enqueue_to_backlog(skb, cpu, &rflow->last_qtail);
5670 __netif_receive_skb_list(head);
5675 * netif_receive_skb - process receive buffer from network
5676 * @skb: buffer to process
5678 * netif_receive_skb() is the main receive data processing function.
5679 * It always succeeds. The buffer may be dropped during processing
5680 * for congestion control or by the protocol layers.
5682 * This function may only be called from softirq context and interrupts
5683 * should be enabled.
5685 * Return values (usually ignored):
5686 * NET_RX_SUCCESS: no congestion
5687 * NET_RX_DROP: packet was dropped
5689 int netif_receive_skb(struct sk_buff *skb)
5693 trace_netif_receive_skb_entry(skb);
5695 ret = netif_receive_skb_internal(skb);
5696 trace_netif_receive_skb_exit(ret);
5700 EXPORT_SYMBOL(netif_receive_skb);
5703 * netif_receive_skb_list - process many receive buffers from network
5704 * @head: list of skbs to process.
5706 * Since return value of netif_receive_skb() is normally ignored, and
5707 * wouldn't be meaningful for a list, this function returns void.
5709 * This function may only be called from softirq context and interrupts
5710 * should be enabled.
5712 void netif_receive_skb_list(struct list_head *head)
5714 struct sk_buff *skb;
5716 if (list_empty(head))
5718 if (trace_netif_receive_skb_list_entry_enabled()) {
5719 list_for_each_entry(skb, head, list)
5720 trace_netif_receive_skb_list_entry(skb);
5722 netif_receive_skb_list_internal(head);
5723 trace_netif_receive_skb_list_exit(0);
5725 EXPORT_SYMBOL(netif_receive_skb_list);
5727 static DEFINE_PER_CPU(struct work_struct, flush_works);
5729 /* Network device is going away, flush any packets still pending */
5730 static void flush_backlog(struct work_struct *work)
5732 struct sk_buff *skb, *tmp;
5733 struct softnet_data *sd;
5736 sd = this_cpu_ptr(&softnet_data);
5738 local_irq_disable();
5740 skb_queue_walk_safe(&sd->input_pkt_queue, skb, tmp) {
5741 if (skb->dev->reg_state == NETREG_UNREGISTERING) {
5742 __skb_unlink(skb, &sd->input_pkt_queue);
5743 dev_kfree_skb_irq(skb);
5744 input_queue_head_incr(sd);
5750 skb_queue_walk_safe(&sd->process_queue, skb, tmp) {
5751 if (skb->dev->reg_state == NETREG_UNREGISTERING) {
5752 __skb_unlink(skb, &sd->process_queue);
5754 input_queue_head_incr(sd);
5760 static bool flush_required(int cpu)
5762 #if IS_ENABLED(CONFIG_RPS)
5763 struct softnet_data *sd = &per_cpu(softnet_data, cpu);
5766 local_irq_disable();
5769 /* as insertion into process_queue happens with the rps lock held,
5770 * process_queue access may race only with dequeue
5772 do_flush = !skb_queue_empty(&sd->input_pkt_queue) ||
5773 !skb_queue_empty_lockless(&sd->process_queue);
5779 /* without RPS we can't safely check input_pkt_queue: during a
5780 * concurrent remote skb_queue_splice() we can detect as empty both
5781 * input_pkt_queue and process_queue even if the latter could end-up
5782 * containing a lot of packets.
5787 static void flush_all_backlogs(void)
5789 static cpumask_t flush_cpus;
5792 /* since we are under rtnl lock protection we can use static data
5793 * for the cpumask and avoid allocating on stack the possibly
5800 cpumask_clear(&flush_cpus);
5801 for_each_online_cpu(cpu) {
5802 if (flush_required(cpu)) {
5803 queue_work_on(cpu, system_highpri_wq,
5804 per_cpu_ptr(&flush_works, cpu));
5805 cpumask_set_cpu(cpu, &flush_cpus);
5809 /* we can have in flight packet[s] on the cpus we are not flushing,
5810 * synchronize_net() in unregister_netdevice_many() will take care of
5813 for_each_cpu(cpu, &flush_cpus)
5814 flush_work(per_cpu_ptr(&flush_works, cpu));
5819 /* Pass the currently batched GRO_NORMAL SKBs up to the stack. */
5820 static void gro_normal_list(struct napi_struct *napi)
5822 if (!napi->rx_count)
5824 netif_receive_skb_list_internal(&napi->rx_list);
5825 INIT_LIST_HEAD(&napi->rx_list);
5829 /* Queue one GRO_NORMAL SKB up for list processing. If batch size exceeded,
5830 * pass the whole batch up to the stack.
5832 static void gro_normal_one(struct napi_struct *napi, struct sk_buff *skb, int segs)
5834 list_add_tail(&skb->list, &napi->rx_list);
5835 napi->rx_count += segs;
5836 if (napi->rx_count >= gro_normal_batch)
5837 gro_normal_list(napi);
5840 static int napi_gro_complete(struct napi_struct *napi, struct sk_buff *skb)
5842 struct packet_offload *ptype;
5843 __be16 type = skb->protocol;
5844 struct list_head *head = &offload_base;
5847 BUILD_BUG_ON(sizeof(struct napi_gro_cb) > sizeof(skb->cb));
5849 if (NAPI_GRO_CB(skb)->count == 1) {
5850 skb_shinfo(skb)->gso_size = 0;
5855 list_for_each_entry_rcu(ptype, head, list) {
5856 if (ptype->type != type || !ptype->callbacks.gro_complete)
5859 err = INDIRECT_CALL_INET(ptype->callbacks.gro_complete,
5860 ipv6_gro_complete, inet_gro_complete,
5867 WARN_ON(&ptype->list == head);
5869 return NET_RX_SUCCESS;
5873 gro_normal_one(napi, skb, NAPI_GRO_CB(skb)->count);
5874 return NET_RX_SUCCESS;
5877 static void __napi_gro_flush_chain(struct napi_struct *napi, u32 index,
5880 struct list_head *head = &napi->gro_hash[index].list;
5881 struct sk_buff *skb, *p;
5883 list_for_each_entry_safe_reverse(skb, p, head, list) {
5884 if (flush_old && NAPI_GRO_CB(skb)->age == jiffies)
5886 skb_list_del_init(skb);
5887 napi_gro_complete(napi, skb);
5888 napi->gro_hash[index].count--;
5891 if (!napi->gro_hash[index].count)
5892 __clear_bit(index, &napi->gro_bitmask);
5895 /* napi->gro_hash[].list contains packets ordered by age.
5896 * youngest packets at the head of it.
5897 * Complete skbs in reverse order to reduce latencies.
5899 void napi_gro_flush(struct napi_struct *napi, bool flush_old)
5901 unsigned long bitmask = napi->gro_bitmask;
5902 unsigned int i, base = ~0U;
5904 while ((i = ffs(bitmask)) != 0) {
5907 __napi_gro_flush_chain(napi, base, flush_old);
5910 EXPORT_SYMBOL(napi_gro_flush);
5912 static void gro_list_prepare(const struct list_head *head,
5913 const struct sk_buff *skb)
5915 unsigned int maclen = skb->dev->hard_header_len;
5916 u32 hash = skb_get_hash_raw(skb);
5919 list_for_each_entry(p, head, list) {
5920 unsigned long diffs;
5922 NAPI_GRO_CB(p)->flush = 0;
5924 if (hash != skb_get_hash_raw(p)) {
5925 NAPI_GRO_CB(p)->same_flow = 0;
5929 diffs = (unsigned long)p->dev ^ (unsigned long)skb->dev;
5930 diffs |= skb_vlan_tag_present(p) ^ skb_vlan_tag_present(skb);
5931 if (skb_vlan_tag_present(p))
5932 diffs |= skb_vlan_tag_get(p) ^ skb_vlan_tag_get(skb);
5933 diffs |= skb_metadata_differs(p, skb);
5934 if (maclen == ETH_HLEN)
5935 diffs |= compare_ether_header(skb_mac_header(p),
5936 skb_mac_header(skb));
5938 diffs = memcmp(skb_mac_header(p),
5939 skb_mac_header(skb),
5942 /* in most common scenarions 'slow_gro' is 0
5943 * otherwise we are already on some slower paths
5944 * either skip all the infrequent tests altogether or
5945 * avoid trying too hard to skip each of them individually
5947 if (!diffs && unlikely(skb->slow_gro | p->slow_gro)) {
5948 #if IS_ENABLED(CONFIG_SKB_EXTENSIONS) && IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
5949 struct tc_skb_ext *skb_ext;
5950 struct tc_skb_ext *p_ext;
5953 diffs |= p->sk != skb->sk;
5954 diffs |= skb_metadata_dst_cmp(p, skb);
5955 diffs |= skb_get_nfct(p) ^ skb_get_nfct(skb);
5957 #if IS_ENABLED(CONFIG_SKB_EXTENSIONS) && IS_ENABLED(CONFIG_NET_TC_SKB_EXT)
5958 skb_ext = skb_ext_find(skb, TC_SKB_EXT);
5959 p_ext = skb_ext_find(p, TC_SKB_EXT);
5961 diffs |= (!!p_ext) ^ (!!skb_ext);
5962 if (!diffs && unlikely(skb_ext))
5963 diffs |= p_ext->chain ^ skb_ext->chain;
5967 NAPI_GRO_CB(p)->same_flow = !diffs;
5971 static inline void skb_gro_reset_offset(struct sk_buff *skb, u32 nhoff)
5973 const struct skb_shared_info *pinfo = skb_shinfo(skb);
5974 const skb_frag_t *frag0 = &pinfo->frags[0];
5976 NAPI_GRO_CB(skb)->data_offset = 0;
5977 NAPI_GRO_CB(skb)->frag0 = NULL;
5978 NAPI_GRO_CB(skb)->frag0_len = 0;
5980 if (!skb_headlen(skb) && pinfo->nr_frags &&
5981 !PageHighMem(skb_frag_page(frag0)) &&
5982 (!NET_IP_ALIGN || !((skb_frag_off(frag0) + nhoff) & 3))) {
5983 NAPI_GRO_CB(skb)->frag0 = skb_frag_address(frag0);
5984 NAPI_GRO_CB(skb)->frag0_len = min_t(unsigned int,
5985 skb_frag_size(frag0),
5986 skb->end - skb->tail);
5990 static void gro_pull_from_frag0(struct sk_buff *skb, int grow)
5992 struct skb_shared_info *pinfo = skb_shinfo(skb);
5994 BUG_ON(skb->end - skb->tail < grow);
5996 memcpy(skb_tail_pointer(skb), NAPI_GRO_CB(skb)->frag0, grow);
5998 skb->data_len -= grow;
6001 skb_frag_off_add(&pinfo->frags[0], grow);
6002 skb_frag_size_sub(&pinfo->frags[0], grow);
6004 if (unlikely(!skb_frag_size(&pinfo->frags[0]))) {
6005 skb_frag_unref(skb, 0);
6006 memmove(pinfo->frags, pinfo->frags + 1,
6007 --pinfo->nr_frags * sizeof(pinfo->frags[0]));
6011 static void gro_flush_oldest(struct napi_struct *napi, struct list_head *head)
6013 struct sk_buff *oldest;
6015 oldest = list_last_entry(head, struct sk_buff, list);
6017 /* We are called with head length >= MAX_GRO_SKBS, so this is
6020 if (WARN_ON_ONCE(!oldest))
6023 /* Do not adjust napi->gro_hash[].count, caller is adding a new
6026 skb_list_del_init(oldest);
6027 napi_gro_complete(napi, oldest);
6030 static enum gro_result dev_gro_receive(struct napi_struct *napi, struct sk_buff *skb)
6032 u32 bucket = skb_get_hash_raw(skb) & (GRO_HASH_BUCKETS - 1);
6033 struct gro_list *gro_list = &napi->gro_hash[bucket];
6034 struct list_head *head = &offload_base;
6035 struct packet_offload *ptype;
6036 __be16 type = skb->protocol;
6037 struct sk_buff *pp = NULL;
6038 enum gro_result ret;
6042 if (netif_elide_gro(skb->dev))
6045 gro_list_prepare(&gro_list->list, skb);
6048 list_for_each_entry_rcu(ptype, head, list) {
6049 if (ptype->type != type || !ptype->callbacks.gro_receive)
6052 skb_set_network_header(skb, skb_gro_offset(skb));
6053 skb_reset_mac_len(skb);
6054 NAPI_GRO_CB(skb)->same_flow = 0;
6055 NAPI_GRO_CB(skb)->flush = skb_is_gso(skb) || skb_has_frag_list(skb);
6056 NAPI_GRO_CB(skb)->free = 0;
6057 NAPI_GRO_CB(skb)->encap_mark = 0;
6058 NAPI_GRO_CB(skb)->recursion_counter = 0;
6059 NAPI_GRO_CB(skb)->is_fou = 0;
6060 NAPI_GRO_CB(skb)->is_atomic = 1;
6061 NAPI_GRO_CB(skb)->gro_remcsum_start = 0;
6063 /* Setup for GRO checksum validation */
6064 switch (skb->ip_summed) {
6065 case CHECKSUM_COMPLETE:
6066 NAPI_GRO_CB(skb)->csum = skb->csum;
6067 NAPI_GRO_CB(skb)->csum_valid = 1;
6068 NAPI_GRO_CB(skb)->csum_cnt = 0;
6070 case CHECKSUM_UNNECESSARY:
6071 NAPI_GRO_CB(skb)->csum_cnt = skb->csum_level + 1;
6072 NAPI_GRO_CB(skb)->csum_valid = 0;
6075 NAPI_GRO_CB(skb)->csum_cnt = 0;
6076 NAPI_GRO_CB(skb)->csum_valid = 0;
6079 pp = INDIRECT_CALL_INET(ptype->callbacks.gro_receive,
6080 ipv6_gro_receive, inet_gro_receive,
6081 &gro_list->list, skb);
6086 if (&ptype->list == head)
6089 if (PTR_ERR(pp) == -EINPROGRESS) {
6094 same_flow = NAPI_GRO_CB(skb)->same_flow;
6095 ret = NAPI_GRO_CB(skb)->free ? GRO_MERGED_FREE : GRO_MERGED;
6098 skb_list_del_init(pp);
6099 napi_gro_complete(napi, pp);
6106 if (NAPI_GRO_CB(skb)->flush)
6109 if (unlikely(gro_list->count >= MAX_GRO_SKBS))
6110 gro_flush_oldest(napi, &gro_list->list);
6114 NAPI_GRO_CB(skb)->count = 1;
6115 NAPI_GRO_CB(skb)->age = jiffies;
6116 NAPI_GRO_CB(skb)->last = skb;
6117 skb_shinfo(skb)->gso_size = skb_gro_len(skb);
6118 list_add(&skb->list, &gro_list->list);
6122 grow = skb_gro_offset(skb) - skb_headlen(skb);
6124 gro_pull_from_frag0(skb, grow);
6126 if (gro_list->count) {
6127 if (!test_bit(bucket, &napi->gro_bitmask))
6128 __set_bit(bucket, &napi->gro_bitmask);
6129 } else if (test_bit(bucket, &napi->gro_bitmask)) {
6130 __clear_bit(bucket, &napi->gro_bitmask);
6140 struct packet_offload *gro_find_receive_by_type(__be16 type)
6142 struct list_head *offload_head = &offload_base;
6143 struct packet_offload *ptype;
6145 list_for_each_entry_rcu(ptype, offload_head, list) {
6146 if (ptype->type != type || !ptype->callbacks.gro_receive)
6152 EXPORT_SYMBOL(gro_find_receive_by_type);
6154 struct packet_offload *gro_find_complete_by_type(__be16 type)
6156 struct list_head *offload_head = &offload_base;
6157 struct packet_offload *ptype;
6159 list_for_each_entry_rcu(ptype, offload_head, list) {
6160 if (ptype->type != type || !ptype->callbacks.gro_complete)
6166 EXPORT_SYMBOL(gro_find_complete_by_type);
6168 static gro_result_t napi_skb_finish(struct napi_struct *napi,
6169 struct sk_buff *skb,
6174 gro_normal_one(napi, skb, 1);
6177 case GRO_MERGED_FREE:
6178 if (NAPI_GRO_CB(skb)->free == NAPI_GRO_FREE_STOLEN_HEAD)
6179 napi_skb_free_stolen_head(skb);
6180 else if (skb->fclone != SKB_FCLONE_UNAVAILABLE)
6183 __kfree_skb_defer(skb);
6195 gro_result_t napi_gro_receive(struct napi_struct *napi, struct sk_buff *skb)
6199 skb_mark_napi_id(skb, napi);
6200 trace_napi_gro_receive_entry(skb);
6202 skb_gro_reset_offset(skb, 0);
6204 ret = napi_skb_finish(napi, skb, dev_gro_receive(napi, skb));
6205 trace_napi_gro_receive_exit(ret);
6209 EXPORT_SYMBOL(napi_gro_receive);
6211 static void napi_reuse_skb(struct napi_struct *napi, struct sk_buff *skb)
6213 if (unlikely(skb->pfmemalloc)) {
6217 __skb_pull(skb, skb_headlen(skb));
6218 /* restore the reserve we had after netdev_alloc_skb_ip_align() */
6219 skb_reserve(skb, NET_SKB_PAD + NET_IP_ALIGN - skb_headroom(skb));
6220 __vlan_hwaccel_clear_tag(skb);
6221 skb->dev = napi->dev;
6224 /* eth_type_trans() assumes pkt_type is PACKET_HOST */
6225 skb->pkt_type = PACKET_HOST;
6227 skb->encapsulation = 0;
6228 skb_shinfo(skb)->gso_type = 0;
6229 skb->truesize = SKB_TRUESIZE(skb_end_offset(skb));
6230 if (unlikely(skb->slow_gro)) {
6240 struct sk_buff *napi_get_frags(struct napi_struct *napi)
6242 struct sk_buff *skb = napi->skb;
6245 skb = napi_alloc_skb(napi, GRO_MAX_HEAD);
6248 skb_mark_napi_id(skb, napi);
6253 EXPORT_SYMBOL(napi_get_frags);
6255 static gro_result_t napi_frags_finish(struct napi_struct *napi,
6256 struct sk_buff *skb,
6262 __skb_push(skb, ETH_HLEN);
6263 skb->protocol = eth_type_trans(skb, skb->dev);
6264 if (ret == GRO_NORMAL)
6265 gro_normal_one(napi, skb, 1);
6268 case GRO_MERGED_FREE:
6269 if (NAPI_GRO_CB(skb)->free == NAPI_GRO_FREE_STOLEN_HEAD)
6270 napi_skb_free_stolen_head(skb);
6272 napi_reuse_skb(napi, skb);
6283 /* Upper GRO stack assumes network header starts at gro_offset=0
6284 * Drivers could call both napi_gro_frags() and napi_gro_receive()
6285 * We copy ethernet header into skb->data to have a common layout.
6287 static struct sk_buff *napi_frags_skb(struct napi_struct *napi)
6289 struct sk_buff *skb = napi->skb;
6290 const struct ethhdr *eth;
6291 unsigned int hlen = sizeof(*eth);
6295 skb_reset_mac_header(skb);
6296 skb_gro_reset_offset(skb, hlen);
6298 if (unlikely(skb_gro_header_hard(skb, hlen))) {
6299 eth = skb_gro_header_slow(skb, hlen, 0);
6300 if (unlikely(!eth)) {
6301 net_warn_ratelimited("%s: dropping impossible skb from %s\n",
6302 __func__, napi->dev->name);
6303 napi_reuse_skb(napi, skb);
6307 eth = (const struct ethhdr *)skb->data;
6308 gro_pull_from_frag0(skb, hlen);
6309 NAPI_GRO_CB(skb)->frag0 += hlen;
6310 NAPI_GRO_CB(skb)->frag0_len -= hlen;
6312 __skb_pull(skb, hlen);
6315 * This works because the only protocols we care about don't require
6317 * We'll fix it up properly in napi_frags_finish()
6319 skb->protocol = eth->h_proto;
6324 gro_result_t napi_gro_frags(struct napi_struct *napi)
6327 struct sk_buff *skb = napi_frags_skb(napi);
6329 trace_napi_gro_frags_entry(skb);
6331 ret = napi_frags_finish(napi, skb, dev_gro_receive(napi, skb));
6332 trace_napi_gro_frags_exit(ret);
6336 EXPORT_SYMBOL(napi_gro_frags);
6338 /* Compute the checksum from gro_offset and return the folded value
6339 * after adding in any pseudo checksum.
6341 __sum16 __skb_gro_checksum_complete(struct sk_buff *skb)
6346 wsum = skb_checksum(skb, skb_gro_offset(skb), skb_gro_len(skb), 0);
6348 /* NAPI_GRO_CB(skb)->csum holds pseudo checksum */
6349 sum = csum_fold(csum_add(NAPI_GRO_CB(skb)->csum, wsum));
6350 /* See comments in __skb_checksum_complete(). */
6352 if (unlikely(skb->ip_summed == CHECKSUM_COMPLETE) &&
6353 !skb->csum_complete_sw)
6354 netdev_rx_csum_fault(skb->dev, skb);
6357 NAPI_GRO_CB(skb)->csum = wsum;
6358 NAPI_GRO_CB(skb)->csum_valid = 1;
6362 EXPORT_SYMBOL(__skb_gro_checksum_complete);
6364 static void net_rps_send_ipi(struct softnet_data *remsd)
6368 struct softnet_data *next = remsd->rps_ipi_next;
6370 if (cpu_online(remsd->cpu))
6371 smp_call_function_single_async(remsd->cpu, &remsd->csd);
6378 * net_rps_action_and_irq_enable sends any pending IPI's for rps.
6379 * Note: called with local irq disabled, but exits with local irq enabled.
6381 static void net_rps_action_and_irq_enable(struct softnet_data *sd)
6384 struct softnet_data *remsd = sd->rps_ipi_list;
6387 sd->rps_ipi_list = NULL;
6391 /* Send pending IPI's to kick RPS processing on remote cpus. */
6392 net_rps_send_ipi(remsd);
6398 static bool sd_has_rps_ipi_waiting(struct softnet_data *sd)
6401 return sd->rps_ipi_list != NULL;
6407 static int process_backlog(struct napi_struct *napi, int quota)
6409 struct softnet_data *sd = container_of(napi, struct softnet_data, backlog);
6413 /* Check if we have pending ipi, its better to send them now,
6414 * not waiting net_rx_action() end.
6416 if (sd_has_rps_ipi_waiting(sd)) {
6417 local_irq_disable();
6418 net_rps_action_and_irq_enable(sd);
6421 napi->weight = dev_rx_weight;
6423 struct sk_buff *skb;
6425 while ((skb = __skb_dequeue(&sd->process_queue))) {
6427 __netif_receive_skb(skb);
6429 input_queue_head_incr(sd);
6430 if (++work >= quota)
6435 local_irq_disable();
6437 if (skb_queue_empty(&sd->input_pkt_queue)) {
6439 * Inline a custom version of __napi_complete().
6440 * only current cpu owns and manipulates this napi,
6441 * and NAPI_STATE_SCHED is the only possible flag set
6443 * We can use a plain write instead of clear_bit(),
6444 * and we dont need an smp_mb() memory barrier.
6449 skb_queue_splice_tail_init(&sd->input_pkt_queue,
6450 &sd->process_queue);
6460 * __napi_schedule - schedule for receive
6461 * @n: entry to schedule
6463 * The entry's receive function will be scheduled to run.
6464 * Consider using __napi_schedule_irqoff() if hard irqs are masked.
6466 void __napi_schedule(struct napi_struct *n)
6468 unsigned long flags;
6470 local_irq_save(flags);
6471 ____napi_schedule(this_cpu_ptr(&softnet_data), n);
6472 local_irq_restore(flags);
6474 EXPORT_SYMBOL(__napi_schedule);
6477 * napi_schedule_prep - check if napi can be scheduled
6480 * Test if NAPI routine is already running, and if not mark
6481 * it as running. This is used as a condition variable to
6482 * insure only one NAPI poll instance runs. We also make
6483 * sure there is no pending NAPI disable.
6485 bool napi_schedule_prep(struct napi_struct *n)
6487 unsigned long val, new;
6490 val = READ_ONCE(n->state);
6491 if (unlikely(val & NAPIF_STATE_DISABLE))
6493 new = val | NAPIF_STATE_SCHED;
6495 /* Sets STATE_MISSED bit if STATE_SCHED was already set
6496 * This was suggested by Alexander Duyck, as compiler
6497 * emits better code than :
6498 * if (val & NAPIF_STATE_SCHED)
6499 * new |= NAPIF_STATE_MISSED;
6501 new |= (val & NAPIF_STATE_SCHED) / NAPIF_STATE_SCHED *
6503 } while (cmpxchg(&n->state, val, new) != val);
6505 return !(val & NAPIF_STATE_SCHED);
6507 EXPORT_SYMBOL(napi_schedule_prep);
6510 * __napi_schedule_irqoff - schedule for receive
6511 * @n: entry to schedule
6513 * Variant of __napi_schedule() assuming hard irqs are masked.
6515 * On PREEMPT_RT enabled kernels this maps to __napi_schedule()
6516 * because the interrupt disabled assumption might not be true
6517 * due to force-threaded interrupts and spinlock substitution.
6519 void __napi_schedule_irqoff(struct napi_struct *n)
6521 if (!IS_ENABLED(CONFIG_PREEMPT_RT))
6522 ____napi_schedule(this_cpu_ptr(&softnet_data), n);
6526 EXPORT_SYMBOL(__napi_schedule_irqoff);
6528 bool napi_complete_done(struct napi_struct *n, int work_done)
6530 unsigned long flags, val, new, timeout = 0;
6534 * 1) Don't let napi dequeue from the cpu poll list
6535 * just in case its running on a different cpu.
6536 * 2) If we are busy polling, do nothing here, we have
6537 * the guarantee we will be called later.
6539 if (unlikely(n->state & (NAPIF_STATE_NPSVC |
6540 NAPIF_STATE_IN_BUSY_POLL)))
6545 timeout = READ_ONCE(n->dev->gro_flush_timeout);
6546 n->defer_hard_irqs_count = READ_ONCE(n->dev->napi_defer_hard_irqs);
6548 if (n->defer_hard_irqs_count > 0) {
6549 n->defer_hard_irqs_count--;
6550 timeout = READ_ONCE(n->dev->gro_flush_timeout);
6554 if (n->gro_bitmask) {
6555 /* When the NAPI instance uses a timeout and keeps postponing
6556 * it, we need to bound somehow the time packets are kept in
6559 napi_gro_flush(n, !!timeout);
6564 if (unlikely(!list_empty(&n->poll_list))) {
6565 /* If n->poll_list is not empty, we need to mask irqs */
6566 local_irq_save(flags);
6567 list_del_init(&n->poll_list);
6568 local_irq_restore(flags);
6572 val = READ_ONCE(n->state);
6574 WARN_ON_ONCE(!(val & NAPIF_STATE_SCHED));
6576 new = val & ~(NAPIF_STATE_MISSED | NAPIF_STATE_SCHED |
6577 NAPIF_STATE_SCHED_THREADED |
6578 NAPIF_STATE_PREFER_BUSY_POLL);
6580 /* If STATE_MISSED was set, leave STATE_SCHED set,
6581 * because we will call napi->poll() one more time.
6582 * This C code was suggested by Alexander Duyck to help gcc.
6584 new |= (val & NAPIF_STATE_MISSED) / NAPIF_STATE_MISSED *
6586 } while (cmpxchg(&n->state, val, new) != val);
6588 if (unlikely(val & NAPIF_STATE_MISSED)) {
6594 hrtimer_start(&n->timer, ns_to_ktime(timeout),
6595 HRTIMER_MODE_REL_PINNED);
6598 EXPORT_SYMBOL(napi_complete_done);
6600 /* must be called under rcu_read_lock(), as we dont take a reference */
6601 static struct napi_struct *napi_by_id(unsigned int napi_id)
6603 unsigned int hash = napi_id % HASH_SIZE(napi_hash);
6604 struct napi_struct *napi;
6606 hlist_for_each_entry_rcu(napi, &napi_hash[hash], napi_hash_node)
6607 if (napi->napi_id == napi_id)
6613 #if defined(CONFIG_NET_RX_BUSY_POLL)
6615 static void __busy_poll_stop(struct napi_struct *napi, bool skip_schedule)
6617 if (!skip_schedule) {
6618 gro_normal_list(napi);
6619 __napi_schedule(napi);
6623 if (napi->gro_bitmask) {
6624 /* flush too old packets
6625 * If HZ < 1000, flush all packets.
6627 napi_gro_flush(napi, HZ >= 1000);
6630 gro_normal_list(napi);
6631 clear_bit(NAPI_STATE_SCHED, &napi->state);
6634 static void busy_poll_stop(struct napi_struct *napi, void *have_poll_lock, bool prefer_busy_poll,
6637 bool skip_schedule = false;
6638 unsigned long timeout;
6641 /* Busy polling means there is a high chance device driver hard irq
6642 * could not grab NAPI_STATE_SCHED, and that NAPI_STATE_MISSED was
6643 * set in napi_schedule_prep().
6644 * Since we are about to call napi->poll() once more, we can safely
6645 * clear NAPI_STATE_MISSED.
6647 * Note: x86 could use a single "lock and ..." instruction
6648 * to perform these two clear_bit()
6650 clear_bit(NAPI_STATE_MISSED, &napi->state);
6651 clear_bit(NAPI_STATE_IN_BUSY_POLL, &napi->state);
6655 if (prefer_busy_poll) {
6656 napi->defer_hard_irqs_count = READ_ONCE(napi->dev->napi_defer_hard_irqs);
6657 timeout = READ_ONCE(napi->dev->gro_flush_timeout);
6658 if (napi->defer_hard_irqs_count && timeout) {
6659 hrtimer_start(&napi->timer, ns_to_ktime(timeout), HRTIMER_MODE_REL_PINNED);
6660 skip_schedule = true;
6664 /* All we really want here is to re-enable device interrupts.
6665 * Ideally, a new ndo_busy_poll_stop() could avoid another round.
6667 rc = napi->poll(napi, budget);
6668 /* We can't gro_normal_list() here, because napi->poll() might have
6669 * rearmed the napi (napi_complete_done()) in which case it could
6670 * already be running on another CPU.
6672 trace_napi_poll(napi, rc, budget);
6673 netpoll_poll_unlock(have_poll_lock);
6675 __busy_poll_stop(napi, skip_schedule);
6679 void napi_busy_loop(unsigned int napi_id,
6680 bool (*loop_end)(void *, unsigned long),
6681 void *loop_end_arg, bool prefer_busy_poll, u16 budget)
6683 unsigned long start_time = loop_end ? busy_loop_current_time() : 0;
6684 int (*napi_poll)(struct napi_struct *napi, int budget);
6685 void *have_poll_lock = NULL;
6686 struct napi_struct *napi;
6693 napi = napi_by_id(napi_id);
6703 unsigned long val = READ_ONCE(napi->state);
6705 /* If multiple threads are competing for this napi,
6706 * we avoid dirtying napi->state as much as we can.
6708 if (val & (NAPIF_STATE_DISABLE | NAPIF_STATE_SCHED |
6709 NAPIF_STATE_IN_BUSY_POLL)) {
6710 if (prefer_busy_poll)
6711 set_bit(NAPI_STATE_PREFER_BUSY_POLL, &napi->state);
6714 if (cmpxchg(&napi->state, val,
6715 val | NAPIF_STATE_IN_BUSY_POLL |
6716 NAPIF_STATE_SCHED) != val) {
6717 if (prefer_busy_poll)
6718 set_bit(NAPI_STATE_PREFER_BUSY_POLL, &napi->state);
6721 have_poll_lock = netpoll_poll_lock(napi);
6722 napi_poll = napi->poll;
6724 work = napi_poll(napi, budget);
6725 trace_napi_poll(napi, work, budget);
6726 gro_normal_list(napi);
6729 __NET_ADD_STATS(dev_net(napi->dev),
6730 LINUX_MIB_BUSYPOLLRXPACKETS, work);
6733 if (!loop_end || loop_end(loop_end_arg, start_time))
6736 if (unlikely(need_resched())) {
6738 busy_poll_stop(napi, have_poll_lock, prefer_busy_poll, budget);
6742 if (loop_end(loop_end_arg, start_time))
6749 busy_poll_stop(napi, have_poll_lock, prefer_busy_poll, budget);
6754 EXPORT_SYMBOL(napi_busy_loop);
6756 #endif /* CONFIG_NET_RX_BUSY_POLL */
6758 static void napi_hash_add(struct napi_struct *napi)
6760 if (test_bit(NAPI_STATE_NO_BUSY_POLL, &napi->state))
6763 spin_lock(&napi_hash_lock);
6765 /* 0..NR_CPUS range is reserved for sender_cpu use */
6767 if (unlikely(++napi_gen_id < MIN_NAPI_ID))
6768 napi_gen_id = MIN_NAPI_ID;
6769 } while (napi_by_id(napi_gen_id));
6770 napi->napi_id = napi_gen_id;
6772 hlist_add_head_rcu(&napi->napi_hash_node,
6773 &napi_hash[napi->napi_id % HASH_SIZE(napi_hash)]);
6775 spin_unlock(&napi_hash_lock);
6778 /* Warning : caller is responsible to make sure rcu grace period
6779 * is respected before freeing memory containing @napi
6781 static void napi_hash_del(struct napi_struct *napi)
6783 spin_lock(&napi_hash_lock);
6785 hlist_del_init_rcu(&napi->napi_hash_node);
6787 spin_unlock(&napi_hash_lock);
6790 static enum hrtimer_restart napi_watchdog(struct hrtimer *timer)
6792 struct napi_struct *napi;
6794 napi = container_of(timer, struct napi_struct, timer);
6796 /* Note : we use a relaxed variant of napi_schedule_prep() not setting
6797 * NAPI_STATE_MISSED, since we do not react to a device IRQ.
6799 if (!napi_disable_pending(napi) &&
6800 !test_and_set_bit(NAPI_STATE_SCHED, &napi->state)) {
6801 clear_bit(NAPI_STATE_PREFER_BUSY_POLL, &napi->state);
6802 __napi_schedule_irqoff(napi);
6805 return HRTIMER_NORESTART;
6808 static void init_gro_hash(struct napi_struct *napi)
6812 for (i = 0; i < GRO_HASH_BUCKETS; i++) {
6813 INIT_LIST_HEAD(&napi->gro_hash[i].list);
6814 napi->gro_hash[i].count = 0;
6816 napi->gro_bitmask = 0;
6819 int dev_set_threaded(struct net_device *dev, bool threaded)
6821 struct napi_struct *napi;
6824 if (dev->threaded == threaded)
6828 list_for_each_entry(napi, &dev->napi_list, dev_list) {
6829 if (!napi->thread) {
6830 err = napi_kthread_create(napi);
6839 dev->threaded = threaded;
6841 /* Make sure kthread is created before THREADED bit
6844 smp_mb__before_atomic();
6846 /* Setting/unsetting threaded mode on a napi might not immediately
6847 * take effect, if the current napi instance is actively being
6848 * polled. In this case, the switch between threaded mode and
6849 * softirq mode will happen in the next round of napi_schedule().
6850 * This should not cause hiccups/stalls to the live traffic.
6852 list_for_each_entry(napi, &dev->napi_list, dev_list) {
6854 set_bit(NAPI_STATE_THREADED, &napi->state);
6856 clear_bit(NAPI_STATE_THREADED, &napi->state);
6861 EXPORT_SYMBOL(dev_set_threaded);
6863 void netif_napi_add(struct net_device *dev, struct napi_struct *napi,
6864 int (*poll)(struct napi_struct *, int), int weight)
6866 if (WARN_ON(test_and_set_bit(NAPI_STATE_LISTED, &napi->state)))
6869 INIT_LIST_HEAD(&napi->poll_list);
6870 INIT_HLIST_NODE(&napi->napi_hash_node);
6871 hrtimer_init(&napi->timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL_PINNED);
6872 napi->timer.function = napi_watchdog;
6873 init_gro_hash(napi);
6875 INIT_LIST_HEAD(&napi->rx_list);
6878 if (weight > NAPI_POLL_WEIGHT)
6879 netdev_err_once(dev, "%s() called with weight %d\n", __func__,
6881 napi->weight = weight;
6883 #ifdef CONFIG_NETPOLL
6884 napi->poll_owner = -1;
6886 set_bit(NAPI_STATE_SCHED, &napi->state);
6887 set_bit(NAPI_STATE_NPSVC, &napi->state);
6888 list_add_rcu(&napi->dev_list, &dev->napi_list);
6889 napi_hash_add(napi);
6890 /* Create kthread for this napi if dev->threaded is set.
6891 * Clear dev->threaded if kthread creation failed so that
6892 * threaded mode will not be enabled in napi_enable().
6894 if (dev->threaded && napi_kthread_create(napi))
6897 EXPORT_SYMBOL(netif_napi_add);
6899 void napi_disable(struct napi_struct *n)
6902 set_bit(NAPI_STATE_DISABLE, &n->state);
6904 while (test_and_set_bit(NAPI_STATE_SCHED, &n->state))
6906 while (test_and_set_bit(NAPI_STATE_NPSVC, &n->state))
6909 hrtimer_cancel(&n->timer);
6911 clear_bit(NAPI_STATE_PREFER_BUSY_POLL, &n->state);
6912 clear_bit(NAPI_STATE_DISABLE, &n->state);
6913 clear_bit(NAPI_STATE_THREADED, &n->state);
6915 EXPORT_SYMBOL(napi_disable);
6918 * napi_enable - enable NAPI scheduling
6921 * Resume NAPI from being scheduled on this context.
6922 * Must be paired with napi_disable.
6924 void napi_enable(struct napi_struct *n)
6926 BUG_ON(!test_bit(NAPI_STATE_SCHED, &n->state));
6927 smp_mb__before_atomic();
6928 clear_bit(NAPI_STATE_SCHED, &n->state);
6929 clear_bit(NAPI_STATE_NPSVC, &n->state);
6930 if (n->dev->threaded && n->thread)
6931 set_bit(NAPI_STATE_THREADED, &n->state);
6933 EXPORT_SYMBOL(napi_enable);
6935 static void flush_gro_hash(struct napi_struct *napi)
6939 for (i = 0; i < GRO_HASH_BUCKETS; i++) {
6940 struct sk_buff *skb, *n;
6942 list_for_each_entry_safe(skb, n, &napi->gro_hash[i].list, list)
6944 napi->gro_hash[i].count = 0;
6948 /* Must be called in process context */
6949 void __netif_napi_del(struct napi_struct *napi)
6951 if (!test_and_clear_bit(NAPI_STATE_LISTED, &napi->state))
6954 napi_hash_del(napi);
6955 list_del_rcu(&napi->dev_list);
6956 napi_free_frags(napi);
6958 flush_gro_hash(napi);
6959 napi->gro_bitmask = 0;
6962 kthread_stop(napi->thread);
6963 napi->thread = NULL;
6966 EXPORT_SYMBOL(__netif_napi_del);
6968 static int __napi_poll(struct napi_struct *n, bool *repoll)
6974 /* This NAPI_STATE_SCHED test is for avoiding a race
6975 * with netpoll's poll_napi(). Only the entity which
6976 * obtains the lock and sees NAPI_STATE_SCHED set will
6977 * actually make the ->poll() call. Therefore we avoid
6978 * accidentally calling ->poll() when NAPI is not scheduled.
6981 if (test_bit(NAPI_STATE_SCHED, &n->state)) {
6982 work = n->poll(n, weight);
6983 trace_napi_poll(n, work, weight);
6986 if (unlikely(work > weight))
6987 pr_err_once("NAPI poll function %pS returned %d, exceeding its budget of %d.\n",
6988 n->poll, work, weight);
6990 if (likely(work < weight))
6993 /* Drivers must not modify the NAPI state if they
6994 * consume the entire weight. In such cases this code
6995 * still "owns" the NAPI instance and therefore can
6996 * move the instance around on the list at-will.
6998 if (unlikely(napi_disable_pending(n))) {
7003 /* The NAPI context has more processing work, but busy-polling
7004 * is preferred. Exit early.
7006 if (napi_prefer_busy_poll(n)) {
7007 if (napi_complete_done(n, work)) {
7008 /* If timeout is not set, we need to make sure
7009 * that the NAPI is re-scheduled.
7016 if (n->gro_bitmask) {
7017 /* flush too old packets
7018 * If HZ < 1000, flush all packets.
7020 napi_gro_flush(n, HZ >= 1000);
7025 /* Some drivers may have called napi_schedule
7026 * prior to exhausting their budget.
7028 if (unlikely(!list_empty(&n->poll_list))) {
7029 pr_warn_once("%s: Budget exhausted after napi rescheduled\n",
7030 n->dev ? n->dev->name : "backlog");
7039 static int napi_poll(struct napi_struct *n, struct list_head *repoll)
7041 bool do_repoll = false;
7045 list_del_init(&n->poll_list);
7047 have = netpoll_poll_lock(n);
7049 work = __napi_poll(n, &do_repoll);
7052 list_add_tail(&n->poll_list, repoll);
7054 netpoll_poll_unlock(have);
7059 static int napi_thread_wait(struct napi_struct *napi)
7063 set_current_state(TASK_INTERRUPTIBLE);
7065 while (!kthread_should_stop()) {
7066 /* Testing SCHED_THREADED bit here to make sure the current
7067 * kthread owns this napi and could poll on this napi.
7068 * Testing SCHED bit is not enough because SCHED bit might be
7069 * set by some other busy poll thread or by napi_disable().
7071 if (test_bit(NAPI_STATE_SCHED_THREADED, &napi->state) || woken) {
7072 WARN_ON(!list_empty(&napi->poll_list));
7073 __set_current_state(TASK_RUNNING);
7078 /* woken being true indicates this thread owns this napi. */
7080 set_current_state(TASK_INTERRUPTIBLE);
7082 __set_current_state(TASK_RUNNING);
7087 static int napi_threaded_poll(void *data)
7089 struct napi_struct *napi = data;
7092 while (!napi_thread_wait(napi)) {
7094 bool repoll = false;
7098 have = netpoll_poll_lock(napi);
7099 __napi_poll(napi, &repoll);
7100 netpoll_poll_unlock(have);
7113 static __latent_entropy void net_rx_action(struct softirq_action *h)
7115 struct softnet_data *sd = this_cpu_ptr(&softnet_data);
7116 unsigned long time_limit = jiffies +
7117 usecs_to_jiffies(netdev_budget_usecs);
7118 int budget = netdev_budget;
7122 local_irq_disable();
7123 list_splice_init(&sd->poll_list, &list);
7127 struct napi_struct *n;
7129 if (list_empty(&list)) {
7130 if (!sd_has_rps_ipi_waiting(sd) && list_empty(&repoll))
7135 n = list_first_entry(&list, struct napi_struct, poll_list);
7136 budget -= napi_poll(n, &repoll);
7138 /* If softirq window is exhausted then punt.
7139 * Allow this to run for 2 jiffies since which will allow
7140 * an average latency of 1.5/HZ.
7142 if (unlikely(budget <= 0 ||
7143 time_after_eq(jiffies, time_limit))) {
7149 local_irq_disable();
7151 list_splice_tail_init(&sd->poll_list, &list);
7152 list_splice_tail(&repoll, &list);
7153 list_splice(&list, &sd->poll_list);
7154 if (!list_empty(&sd->poll_list))
7155 __raise_softirq_irqoff(NET_RX_SOFTIRQ);
7157 net_rps_action_and_irq_enable(sd);
7160 struct netdev_adjacent {
7161 struct net_device *dev;
7163 /* upper master flag, there can only be one master device per list */
7166 /* lookup ignore flag */
7169 /* counter for the number of times this device was added to us */
7172 /* private field for the users */
7175 struct list_head list;
7176 struct rcu_head rcu;
7179 static struct netdev_adjacent *__netdev_find_adj(struct net_device *adj_dev,
7180 struct list_head *adj_list)
7182 struct netdev_adjacent *adj;
7184 list_for_each_entry(adj, adj_list, list) {
7185 if (adj->dev == adj_dev)
7191 static int ____netdev_has_upper_dev(struct net_device *upper_dev,
7192 struct netdev_nested_priv *priv)
7194 struct net_device *dev = (struct net_device *)priv->data;
7196 return upper_dev == dev;
7200 * netdev_has_upper_dev - Check if device is linked to an upper device
7202 * @upper_dev: upper device to check
7204 * Find out if a device is linked to specified upper device and return true
7205 * in case it is. Note that this checks only immediate upper device,
7206 * not through a complete stack of devices. The caller must hold the RTNL lock.
7208 bool netdev_has_upper_dev(struct net_device *dev,
7209 struct net_device *upper_dev)
7211 struct netdev_nested_priv priv = {
7212 .data = (void *)upper_dev,
7217 return netdev_walk_all_upper_dev_rcu(dev, ____netdev_has_upper_dev,
7220 EXPORT_SYMBOL(netdev_has_upper_dev);
7223 * netdev_has_upper_dev_all_rcu - Check if device is linked to an upper device
7225 * @upper_dev: upper device to check
7227 * Find out if a device is linked to specified upper device and return true
7228 * in case it is. Note that this checks the entire upper device chain.
7229 * The caller must hold rcu lock.
7232 bool netdev_has_upper_dev_all_rcu(struct net_device *dev,
7233 struct net_device *upper_dev)
7235 struct netdev_nested_priv priv = {
7236 .data = (void *)upper_dev,
7239 return !!netdev_walk_all_upper_dev_rcu(dev, ____netdev_has_upper_dev,
7242 EXPORT_SYMBOL(netdev_has_upper_dev_all_rcu);
7245 * netdev_has_any_upper_dev - Check if device is linked to some device
7248 * Find out if a device is linked to an upper device and return true in case
7249 * it is. The caller must hold the RTNL lock.
7251 bool netdev_has_any_upper_dev(struct net_device *dev)
7255 return !list_empty(&dev->adj_list.upper);
7257 EXPORT_SYMBOL(netdev_has_any_upper_dev);
7260 * netdev_master_upper_dev_get - Get master upper device
7263 * Find a master upper device and return pointer to it or NULL in case
7264 * it's not there. The caller must hold the RTNL lock.
7266 struct net_device *netdev_master_upper_dev_get(struct net_device *dev)
7268 struct netdev_adjacent *upper;
7272 if (list_empty(&dev->adj_list.upper))
7275 upper = list_first_entry(&dev->adj_list.upper,
7276 struct netdev_adjacent, list);
7277 if (likely(upper->master))
7281 EXPORT_SYMBOL(netdev_master_upper_dev_get);
7283 static struct net_device *__netdev_master_upper_dev_get(struct net_device *dev)
7285 struct netdev_adjacent *upper;
7289 if (list_empty(&dev->adj_list.upper))
7292 upper = list_first_entry(&dev->adj_list.upper,
7293 struct netdev_adjacent, list);
7294 if (likely(upper->master) && !upper->ignore)
7300 * netdev_has_any_lower_dev - Check if device is linked to some device
7303 * Find out if a device is linked to a lower device and return true in case
7304 * it is. The caller must hold the RTNL lock.
7306 static bool netdev_has_any_lower_dev(struct net_device *dev)
7310 return !list_empty(&dev->adj_list.lower);
7313 void *netdev_adjacent_get_private(struct list_head *adj_list)
7315 struct netdev_adjacent *adj;
7317 adj = list_entry(adj_list, struct netdev_adjacent, list);
7319 return adj->private;
7321 EXPORT_SYMBOL(netdev_adjacent_get_private);
7324 * netdev_upper_get_next_dev_rcu - Get the next dev from upper list
7326 * @iter: list_head ** of the current position
7328 * Gets the next device from the dev's upper list, starting from iter
7329 * position. The caller must hold RCU read lock.
7331 struct net_device *netdev_upper_get_next_dev_rcu(struct net_device *dev,
7332 struct list_head **iter)
7334 struct netdev_adjacent *upper;
7336 WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_rtnl_is_held());
7338 upper = list_entry_rcu((*iter)->next, struct netdev_adjacent, list);
7340 if (&upper->list == &dev->adj_list.upper)
7343 *iter = &upper->list;
7347 EXPORT_SYMBOL(netdev_upper_get_next_dev_rcu);
7349 static struct net_device *__netdev_next_upper_dev(struct net_device *dev,
7350 struct list_head **iter,
7353 struct netdev_adjacent *upper;
7355 upper = list_entry((*iter)->next, struct netdev_adjacent, list);
7357 if (&upper->list == &dev->adj_list.upper)
7360 *iter = &upper->list;
7361 *ignore = upper->ignore;
7366 static struct net_device *netdev_next_upper_dev_rcu(struct net_device *dev,
7367 struct list_head **iter)
7369 struct netdev_adjacent *upper;
7371 WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_rtnl_is_held());
7373 upper = list_entry_rcu((*iter)->next, struct netdev_adjacent, list);
7375 if (&upper->list == &dev->adj_list.upper)
7378 *iter = &upper->list;
7383 static int __netdev_walk_all_upper_dev(struct net_device *dev,
7384 int (*fn)(struct net_device *dev,
7385 struct netdev_nested_priv *priv),
7386 struct netdev_nested_priv *priv)
7388 struct net_device *udev, *next, *now, *dev_stack[MAX_NEST_DEV + 1];
7389 struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1];
7394 iter = &dev->adj_list.upper;
7398 ret = fn(now, priv);
7405 udev = __netdev_next_upper_dev(now, &iter, &ignore);
7412 niter = &udev->adj_list.upper;
7413 dev_stack[cur] = now;
7414 iter_stack[cur++] = iter;
7421 next = dev_stack[--cur];
7422 niter = iter_stack[cur];
7432 int netdev_walk_all_upper_dev_rcu(struct net_device *dev,
7433 int (*fn)(struct net_device *dev,
7434 struct netdev_nested_priv *priv),
7435 struct netdev_nested_priv *priv)
7437 struct net_device *udev, *next, *now, *dev_stack[MAX_NEST_DEV + 1];
7438 struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1];
7442 iter = &dev->adj_list.upper;
7446 ret = fn(now, priv);
7453 udev = netdev_next_upper_dev_rcu(now, &iter);
7458 niter = &udev->adj_list.upper;
7459 dev_stack[cur] = now;
7460 iter_stack[cur++] = iter;
7467 next = dev_stack[--cur];
7468 niter = iter_stack[cur];
7477 EXPORT_SYMBOL_GPL(netdev_walk_all_upper_dev_rcu);
7479 static bool __netdev_has_upper_dev(struct net_device *dev,
7480 struct net_device *upper_dev)
7482 struct netdev_nested_priv priv = {
7484 .data = (void *)upper_dev,
7489 return __netdev_walk_all_upper_dev(dev, ____netdev_has_upper_dev,
7494 * netdev_lower_get_next_private - Get the next ->private from the
7495 * lower neighbour list
7497 * @iter: list_head ** of the current position
7499 * Gets the next netdev_adjacent->private from the dev's lower neighbour
7500 * list, starting from iter position. The caller must hold either hold the
7501 * RTNL lock or its own locking that guarantees that the neighbour lower
7502 * list will remain unchanged.
7504 void *netdev_lower_get_next_private(struct net_device *dev,
7505 struct list_head **iter)
7507 struct netdev_adjacent *lower;
7509 lower = list_entry(*iter, struct netdev_adjacent, list);
7511 if (&lower->list == &dev->adj_list.lower)
7514 *iter = lower->list.next;
7516 return lower->private;
7518 EXPORT_SYMBOL(netdev_lower_get_next_private);
7521 * netdev_lower_get_next_private_rcu - Get the next ->private from the
7522 * lower neighbour list, RCU
7525 * @iter: list_head ** of the current position
7527 * Gets the next netdev_adjacent->private from the dev's lower neighbour
7528 * list, starting from iter position. The caller must hold RCU read lock.
7530 void *netdev_lower_get_next_private_rcu(struct net_device *dev,
7531 struct list_head **iter)
7533 struct netdev_adjacent *lower;
7535 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_bh_held());
7537 lower = list_entry_rcu((*iter)->next, struct netdev_adjacent, list);
7539 if (&lower->list == &dev->adj_list.lower)
7542 *iter = &lower->list;
7544 return lower->private;
7546 EXPORT_SYMBOL(netdev_lower_get_next_private_rcu);
7549 * netdev_lower_get_next - Get the next device from the lower neighbour
7552 * @iter: list_head ** of the current position
7554 * Gets the next netdev_adjacent from the dev's lower neighbour
7555 * list, starting from iter position. The caller must hold RTNL lock or
7556 * its own locking that guarantees that the neighbour lower
7557 * list will remain unchanged.
7559 void *netdev_lower_get_next(struct net_device *dev, struct list_head **iter)
7561 struct netdev_adjacent *lower;
7563 lower = list_entry(*iter, struct netdev_adjacent, list);
7565 if (&lower->list == &dev->adj_list.lower)
7568 *iter = lower->list.next;
7572 EXPORT_SYMBOL(netdev_lower_get_next);
7574 static struct net_device *netdev_next_lower_dev(struct net_device *dev,
7575 struct list_head **iter)
7577 struct netdev_adjacent *lower;
7579 lower = list_entry((*iter)->next, struct netdev_adjacent, list);
7581 if (&lower->list == &dev->adj_list.lower)
7584 *iter = &lower->list;
7589 static struct net_device *__netdev_next_lower_dev(struct net_device *dev,
7590 struct list_head **iter,
7593 struct netdev_adjacent *lower;
7595 lower = list_entry((*iter)->next, struct netdev_adjacent, list);
7597 if (&lower->list == &dev->adj_list.lower)
7600 *iter = &lower->list;
7601 *ignore = lower->ignore;
7606 int netdev_walk_all_lower_dev(struct net_device *dev,
7607 int (*fn)(struct net_device *dev,
7608 struct netdev_nested_priv *priv),
7609 struct netdev_nested_priv *priv)
7611 struct net_device *ldev, *next, *now, *dev_stack[MAX_NEST_DEV + 1];
7612 struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1];
7616 iter = &dev->adj_list.lower;
7620 ret = fn(now, priv);
7627 ldev = netdev_next_lower_dev(now, &iter);
7632 niter = &ldev->adj_list.lower;
7633 dev_stack[cur] = now;
7634 iter_stack[cur++] = iter;
7641 next = dev_stack[--cur];
7642 niter = iter_stack[cur];
7651 EXPORT_SYMBOL_GPL(netdev_walk_all_lower_dev);
7653 static int __netdev_walk_all_lower_dev(struct net_device *dev,
7654 int (*fn)(struct net_device *dev,
7655 struct netdev_nested_priv *priv),
7656 struct netdev_nested_priv *priv)
7658 struct net_device *ldev, *next, *now, *dev_stack[MAX_NEST_DEV + 1];
7659 struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1];
7664 iter = &dev->adj_list.lower;
7668 ret = fn(now, priv);
7675 ldev = __netdev_next_lower_dev(now, &iter, &ignore);
7682 niter = &ldev->adj_list.lower;
7683 dev_stack[cur] = now;
7684 iter_stack[cur++] = iter;
7691 next = dev_stack[--cur];
7692 niter = iter_stack[cur];
7702 struct net_device *netdev_next_lower_dev_rcu(struct net_device *dev,
7703 struct list_head **iter)
7705 struct netdev_adjacent *lower;
7707 lower = list_entry_rcu((*iter)->next, struct netdev_adjacent, list);
7708 if (&lower->list == &dev->adj_list.lower)
7711 *iter = &lower->list;
7715 EXPORT_SYMBOL(netdev_next_lower_dev_rcu);
7717 static u8 __netdev_upper_depth(struct net_device *dev)
7719 struct net_device *udev;
7720 struct list_head *iter;
7724 for (iter = &dev->adj_list.upper,
7725 udev = __netdev_next_upper_dev(dev, &iter, &ignore);
7727 udev = __netdev_next_upper_dev(dev, &iter, &ignore)) {
7730 if (max_depth < udev->upper_level)
7731 max_depth = udev->upper_level;
7737 static u8 __netdev_lower_depth(struct net_device *dev)
7739 struct net_device *ldev;
7740 struct list_head *iter;
7744 for (iter = &dev->adj_list.lower,
7745 ldev = __netdev_next_lower_dev(dev, &iter, &ignore);
7747 ldev = __netdev_next_lower_dev(dev, &iter, &ignore)) {
7750 if (max_depth < ldev->lower_level)
7751 max_depth = ldev->lower_level;
7757 static int __netdev_update_upper_level(struct net_device *dev,
7758 struct netdev_nested_priv *__unused)
7760 dev->upper_level = __netdev_upper_depth(dev) + 1;
7764 static int __netdev_update_lower_level(struct net_device *dev,
7765 struct netdev_nested_priv *priv)
7767 dev->lower_level = __netdev_lower_depth(dev) + 1;
7769 #ifdef CONFIG_LOCKDEP
7773 if (priv->flags & NESTED_SYNC_IMM)
7774 dev->nested_level = dev->lower_level - 1;
7775 if (priv->flags & NESTED_SYNC_TODO)
7776 net_unlink_todo(dev);
7781 int netdev_walk_all_lower_dev_rcu(struct net_device *dev,
7782 int (*fn)(struct net_device *dev,
7783 struct netdev_nested_priv *priv),
7784 struct netdev_nested_priv *priv)
7786 struct net_device *ldev, *next, *now, *dev_stack[MAX_NEST_DEV + 1];
7787 struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1];
7791 iter = &dev->adj_list.lower;
7795 ret = fn(now, priv);
7802 ldev = netdev_next_lower_dev_rcu(now, &iter);
7807 niter = &ldev->adj_list.lower;
7808 dev_stack[cur] = now;
7809 iter_stack[cur++] = iter;
7816 next = dev_stack[--cur];
7817 niter = iter_stack[cur];
7826 EXPORT_SYMBOL_GPL(netdev_walk_all_lower_dev_rcu);
7829 * netdev_lower_get_first_private_rcu - Get the first ->private from the
7830 * lower neighbour list, RCU
7834 * Gets the first netdev_adjacent->private from the dev's lower neighbour
7835 * list. The caller must hold RCU read lock.
7837 void *netdev_lower_get_first_private_rcu(struct net_device *dev)
7839 struct netdev_adjacent *lower;
7841 lower = list_first_or_null_rcu(&dev->adj_list.lower,
7842 struct netdev_adjacent, list);
7844 return lower->private;
7847 EXPORT_SYMBOL(netdev_lower_get_first_private_rcu);
7850 * netdev_master_upper_dev_get_rcu - Get master upper device
7853 * Find a master upper device and return pointer to it or NULL in case
7854 * it's not there. The caller must hold the RCU read lock.
7856 struct net_device *netdev_master_upper_dev_get_rcu(struct net_device *dev)
7858 struct netdev_adjacent *upper;
7860 upper = list_first_or_null_rcu(&dev->adj_list.upper,
7861 struct netdev_adjacent, list);
7862 if (upper && likely(upper->master))
7866 EXPORT_SYMBOL(netdev_master_upper_dev_get_rcu);
7868 static int netdev_adjacent_sysfs_add(struct net_device *dev,
7869 struct net_device *adj_dev,
7870 struct list_head *dev_list)
7872 char linkname[IFNAMSIZ+7];
7874 sprintf(linkname, dev_list == &dev->adj_list.upper ?
7875 "upper_%s" : "lower_%s", adj_dev->name);
7876 return sysfs_create_link(&(dev->dev.kobj), &(adj_dev->dev.kobj),
7879 static void netdev_adjacent_sysfs_del(struct net_device *dev,
7881 struct list_head *dev_list)
7883 char linkname[IFNAMSIZ+7];
7885 sprintf(linkname, dev_list == &dev->adj_list.upper ?
7886 "upper_%s" : "lower_%s", name);
7887 sysfs_remove_link(&(dev->dev.kobj), linkname);
7890 static inline bool netdev_adjacent_is_neigh_list(struct net_device *dev,
7891 struct net_device *adj_dev,
7892 struct list_head *dev_list)
7894 return (dev_list == &dev->adj_list.upper ||
7895 dev_list == &dev->adj_list.lower) &&
7896 net_eq(dev_net(dev), dev_net(adj_dev));
7899 static int __netdev_adjacent_dev_insert(struct net_device *dev,
7900 struct net_device *adj_dev,
7901 struct list_head *dev_list,
7902 void *private, bool master)
7904 struct netdev_adjacent *adj;
7907 adj = __netdev_find_adj(adj_dev, dev_list);
7911 pr_debug("Insert adjacency: dev %s adj_dev %s adj->ref_nr %d\n",
7912 dev->name, adj_dev->name, adj->ref_nr);
7917 adj = kmalloc(sizeof(*adj), GFP_KERNEL);
7922 adj->master = master;
7924 adj->private = private;
7925 adj->ignore = false;
7928 pr_debug("Insert adjacency: dev %s adj_dev %s adj->ref_nr %d; dev_hold on %s\n",
7929 dev->name, adj_dev->name, adj->ref_nr, adj_dev->name);
7931 if (netdev_adjacent_is_neigh_list(dev, adj_dev, dev_list)) {
7932 ret = netdev_adjacent_sysfs_add(dev, adj_dev, dev_list);
7937 /* Ensure that master link is always the first item in list. */
7939 ret = sysfs_create_link(&(dev->dev.kobj),
7940 &(adj_dev->dev.kobj), "master");
7942 goto remove_symlinks;
7944 list_add_rcu(&adj->list, dev_list);
7946 list_add_tail_rcu(&adj->list, dev_list);
7952 if (netdev_adjacent_is_neigh_list(dev, adj_dev, dev_list))
7953 netdev_adjacent_sysfs_del(dev, adj_dev->name, dev_list);
7961 static void __netdev_adjacent_dev_remove(struct net_device *dev,
7962 struct net_device *adj_dev,
7964 struct list_head *dev_list)
7966 struct netdev_adjacent *adj;
7968 pr_debug("Remove adjacency: dev %s adj_dev %s ref_nr %d\n",
7969 dev->name, adj_dev->name, ref_nr);
7971 adj = __netdev_find_adj(adj_dev, dev_list);
7974 pr_err("Adjacency does not exist for device %s from %s\n",
7975 dev->name, adj_dev->name);
7980 if (adj->ref_nr > ref_nr) {
7981 pr_debug("adjacency: %s to %s ref_nr - %d = %d\n",
7982 dev->name, adj_dev->name, ref_nr,
7983 adj->ref_nr - ref_nr);
7984 adj->ref_nr -= ref_nr;
7989 sysfs_remove_link(&(dev->dev.kobj), "master");
7991 if (netdev_adjacent_is_neigh_list(dev, adj_dev, dev_list))
7992 netdev_adjacent_sysfs_del(dev, adj_dev->name, dev_list);
7994 list_del_rcu(&adj->list);
7995 pr_debug("adjacency: dev_put for %s, because link removed from %s to %s\n",
7996 adj_dev->name, dev->name, adj_dev->name);
7998 kfree_rcu(adj, rcu);
8001 static int __netdev_adjacent_dev_link_lists(struct net_device *dev,
8002 struct net_device *upper_dev,
8003 struct list_head *up_list,
8004 struct list_head *down_list,
8005 void *private, bool master)
8009 ret = __netdev_adjacent_dev_insert(dev, upper_dev, up_list,
8014 ret = __netdev_adjacent_dev_insert(upper_dev, dev, down_list,
8017 __netdev_adjacent_dev_remove(dev, upper_dev, 1, up_list);
8024 static void __netdev_adjacent_dev_unlink_lists(struct net_device *dev,
8025 struct net_device *upper_dev,
8027 struct list_head *up_list,
8028 struct list_head *down_list)
8030 __netdev_adjacent_dev_remove(dev, upper_dev, ref_nr, up_list);
8031 __netdev_adjacent_dev_remove(upper_dev, dev, ref_nr, down_list);
8034 static int __netdev_adjacent_dev_link_neighbour(struct net_device *dev,
8035 struct net_device *upper_dev,
8036 void *private, bool master)
8038 return __netdev_adjacent_dev_link_lists(dev, upper_dev,
8039 &dev->adj_list.upper,
8040 &upper_dev->adj_list.lower,
8044 static void __netdev_adjacent_dev_unlink_neighbour(struct net_device *dev,
8045 struct net_device *upper_dev)
8047 __netdev_adjacent_dev_unlink_lists(dev, upper_dev, 1,
8048 &dev->adj_list.upper,
8049 &upper_dev->adj_list.lower);
8052 static int __netdev_upper_dev_link(struct net_device *dev,
8053 struct net_device *upper_dev, bool master,
8054 void *upper_priv, void *upper_info,
8055 struct netdev_nested_priv *priv,
8056 struct netlink_ext_ack *extack)
8058 struct netdev_notifier_changeupper_info changeupper_info = {
8063 .upper_dev = upper_dev,
8066 .upper_info = upper_info,
8068 struct net_device *master_dev;
8073 if (dev == upper_dev)
8076 /* To prevent loops, check if dev is not upper device to upper_dev. */
8077 if (__netdev_has_upper_dev(upper_dev, dev))
8080 if ((dev->lower_level + upper_dev->upper_level) > MAX_NEST_DEV)
8084 if (__netdev_has_upper_dev(dev, upper_dev))
8087 master_dev = __netdev_master_upper_dev_get(dev);
8089 return master_dev == upper_dev ? -EEXIST : -EBUSY;
8092 ret = call_netdevice_notifiers_info(NETDEV_PRECHANGEUPPER,
8093 &changeupper_info.info);
8094 ret = notifier_to_errno(ret);
8098 ret = __netdev_adjacent_dev_link_neighbour(dev, upper_dev, upper_priv,
8103 ret = call_netdevice_notifiers_info(NETDEV_CHANGEUPPER,
8104 &changeupper_info.info);
8105 ret = notifier_to_errno(ret);
8109 __netdev_update_upper_level(dev, NULL);
8110 __netdev_walk_all_lower_dev(dev, __netdev_update_upper_level, NULL);
8112 __netdev_update_lower_level(upper_dev, priv);
8113 __netdev_walk_all_upper_dev(upper_dev, __netdev_update_lower_level,
8119 __netdev_adjacent_dev_unlink_neighbour(dev, upper_dev);
8125 * netdev_upper_dev_link - Add a link to the upper device
8127 * @upper_dev: new upper device
8128 * @extack: netlink extended ack
8130 * Adds a link to device which is upper to this one. The caller must hold
8131 * the RTNL lock. On a failure a negative errno code is returned.
8132 * On success the reference counts are adjusted and the function
8135 int netdev_upper_dev_link(struct net_device *dev,
8136 struct net_device *upper_dev,
8137 struct netlink_ext_ack *extack)
8139 struct netdev_nested_priv priv = {
8140 .flags = NESTED_SYNC_IMM | NESTED_SYNC_TODO,
8144 return __netdev_upper_dev_link(dev, upper_dev, false,
8145 NULL, NULL, &priv, extack);
8147 EXPORT_SYMBOL(netdev_upper_dev_link);
8150 * netdev_master_upper_dev_link - Add a master link to the upper device
8152 * @upper_dev: new upper device
8153 * @upper_priv: upper device private
8154 * @upper_info: upper info to be passed down via notifier
8155 * @extack: netlink extended ack
8157 * Adds a link to device which is upper to this one. In this case, only
8158 * one master upper device can be linked, although other non-master devices
8159 * might be linked as well. The caller must hold the RTNL lock.
8160 * On a failure a negative errno code is returned. On success the reference
8161 * counts are adjusted and the function returns zero.
8163 int netdev_master_upper_dev_link(struct net_device *dev,
8164 struct net_device *upper_dev,
8165 void *upper_priv, void *upper_info,
8166 struct netlink_ext_ack *extack)
8168 struct netdev_nested_priv priv = {
8169 .flags = NESTED_SYNC_IMM | NESTED_SYNC_TODO,
8173 return __netdev_upper_dev_link(dev, upper_dev, true,
8174 upper_priv, upper_info, &priv, extack);
8176 EXPORT_SYMBOL(netdev_master_upper_dev_link);
8178 static void __netdev_upper_dev_unlink(struct net_device *dev,
8179 struct net_device *upper_dev,
8180 struct netdev_nested_priv *priv)
8182 struct netdev_notifier_changeupper_info changeupper_info = {
8186 .upper_dev = upper_dev,
8192 changeupper_info.master = netdev_master_upper_dev_get(dev) == upper_dev;
8194 call_netdevice_notifiers_info(NETDEV_PRECHANGEUPPER,
8195 &changeupper_info.info);
8197 __netdev_adjacent_dev_unlink_neighbour(dev, upper_dev);
8199 call_netdevice_notifiers_info(NETDEV_CHANGEUPPER,
8200 &changeupper_info.info);
8202 __netdev_update_upper_level(dev, NULL);
8203 __netdev_walk_all_lower_dev(dev, __netdev_update_upper_level, NULL);
8205 __netdev_update_lower_level(upper_dev, priv);
8206 __netdev_walk_all_upper_dev(upper_dev, __netdev_update_lower_level,
8211 * netdev_upper_dev_unlink - Removes a link to upper device
8213 * @upper_dev: new upper device
8215 * Removes a link to device which is upper to this one. The caller must hold
8218 void netdev_upper_dev_unlink(struct net_device *dev,
8219 struct net_device *upper_dev)
8221 struct netdev_nested_priv priv = {
8222 .flags = NESTED_SYNC_TODO,
8226 __netdev_upper_dev_unlink(dev, upper_dev, &priv);
8228 EXPORT_SYMBOL(netdev_upper_dev_unlink);
8230 static void __netdev_adjacent_dev_set(struct net_device *upper_dev,
8231 struct net_device *lower_dev,
8234 struct netdev_adjacent *adj;
8236 adj = __netdev_find_adj(lower_dev, &upper_dev->adj_list.lower);
8240 adj = __netdev_find_adj(upper_dev, &lower_dev->adj_list.upper);
8245 static void netdev_adjacent_dev_disable(struct net_device *upper_dev,
8246 struct net_device *lower_dev)
8248 __netdev_adjacent_dev_set(upper_dev, lower_dev, true);
8251 static void netdev_adjacent_dev_enable(struct net_device *upper_dev,
8252 struct net_device *lower_dev)
8254 __netdev_adjacent_dev_set(upper_dev, lower_dev, false);
8257 int netdev_adjacent_change_prepare(struct net_device *old_dev,
8258 struct net_device *new_dev,
8259 struct net_device *dev,
8260 struct netlink_ext_ack *extack)
8262 struct netdev_nested_priv priv = {
8271 if (old_dev && new_dev != old_dev)
8272 netdev_adjacent_dev_disable(dev, old_dev);
8273 err = __netdev_upper_dev_link(new_dev, dev, false, NULL, NULL, &priv,
8276 if (old_dev && new_dev != old_dev)
8277 netdev_adjacent_dev_enable(dev, old_dev);
8283 EXPORT_SYMBOL(netdev_adjacent_change_prepare);
8285 void netdev_adjacent_change_commit(struct net_device *old_dev,
8286 struct net_device *new_dev,
8287 struct net_device *dev)
8289 struct netdev_nested_priv priv = {
8290 .flags = NESTED_SYNC_IMM | NESTED_SYNC_TODO,
8294 if (!new_dev || !old_dev)
8297 if (new_dev == old_dev)
8300 netdev_adjacent_dev_enable(dev, old_dev);
8301 __netdev_upper_dev_unlink(old_dev, dev, &priv);
8303 EXPORT_SYMBOL(netdev_adjacent_change_commit);
8305 void netdev_adjacent_change_abort(struct net_device *old_dev,
8306 struct net_device *new_dev,
8307 struct net_device *dev)
8309 struct netdev_nested_priv priv = {
8317 if (old_dev && new_dev != old_dev)
8318 netdev_adjacent_dev_enable(dev, old_dev);
8320 __netdev_upper_dev_unlink(new_dev, dev, &priv);
8322 EXPORT_SYMBOL(netdev_adjacent_change_abort);
8325 * netdev_bonding_info_change - Dispatch event about slave change
8327 * @bonding_info: info to dispatch
8329 * Send NETDEV_BONDING_INFO to netdev notifiers with info.
8330 * The caller must hold the RTNL lock.
8332 void netdev_bonding_info_change(struct net_device *dev,
8333 struct netdev_bonding_info *bonding_info)
8335 struct netdev_notifier_bonding_info info = {
8339 memcpy(&info.bonding_info, bonding_info,
8340 sizeof(struct netdev_bonding_info));
8341 call_netdevice_notifiers_info(NETDEV_BONDING_INFO,
8344 EXPORT_SYMBOL(netdev_bonding_info_change);
8347 * netdev_get_xmit_slave - Get the xmit slave of master device
8350 * @all_slaves: assume all the slaves are active
8352 * The reference counters are not incremented so the caller must be
8353 * careful with locks. The caller must hold RCU lock.
8354 * %NULL is returned if no slave is found.
8357 struct net_device *netdev_get_xmit_slave(struct net_device *dev,
8358 struct sk_buff *skb,
8361 const struct net_device_ops *ops = dev->netdev_ops;
8363 if (!ops->ndo_get_xmit_slave)
8365 return ops->ndo_get_xmit_slave(dev, skb, all_slaves);
8367 EXPORT_SYMBOL(netdev_get_xmit_slave);
8369 static struct net_device *netdev_sk_get_lower_dev(struct net_device *dev,
8372 const struct net_device_ops *ops = dev->netdev_ops;
8374 if (!ops->ndo_sk_get_lower_dev)
8376 return ops->ndo_sk_get_lower_dev(dev, sk);
8380 * netdev_sk_get_lowest_dev - Get the lowest device in chain given device and socket
8384 * %NULL is returned if no lower device is found.
8387 struct net_device *netdev_sk_get_lowest_dev(struct net_device *dev,
8390 struct net_device *lower;
8392 lower = netdev_sk_get_lower_dev(dev, sk);
8395 lower = netdev_sk_get_lower_dev(dev, sk);
8400 EXPORT_SYMBOL(netdev_sk_get_lowest_dev);
8402 static void netdev_adjacent_add_links(struct net_device *dev)
8404 struct netdev_adjacent *iter;
8406 struct net *net = dev_net(dev);
8408 list_for_each_entry(iter, &dev->adj_list.upper, list) {
8409 if (!net_eq(net, dev_net(iter->dev)))
8411 netdev_adjacent_sysfs_add(iter->dev, dev,
8412 &iter->dev->adj_list.lower);
8413 netdev_adjacent_sysfs_add(dev, iter->dev,
8414 &dev->adj_list.upper);
8417 list_for_each_entry(iter, &dev->adj_list.lower, list) {
8418 if (!net_eq(net, dev_net(iter->dev)))
8420 netdev_adjacent_sysfs_add(iter->dev, dev,
8421 &iter->dev->adj_list.upper);
8422 netdev_adjacent_sysfs_add(dev, iter->dev,
8423 &dev->adj_list.lower);
8427 static void netdev_adjacent_del_links(struct net_device *dev)
8429 struct netdev_adjacent *iter;
8431 struct net *net = dev_net(dev);
8433 list_for_each_entry(iter, &dev->adj_list.upper, list) {
8434 if (!net_eq(net, dev_net(iter->dev)))
8436 netdev_adjacent_sysfs_del(iter->dev, dev->name,
8437 &iter->dev->adj_list.lower);
8438 netdev_adjacent_sysfs_del(dev, iter->dev->name,
8439 &dev->adj_list.upper);
8442 list_for_each_entry(iter, &dev->adj_list.lower, list) {
8443 if (!net_eq(net, dev_net(iter->dev)))
8445 netdev_adjacent_sysfs_del(iter->dev, dev->name,
8446 &iter->dev->adj_list.upper);
8447 netdev_adjacent_sysfs_del(dev, iter->dev->name,
8448 &dev->adj_list.lower);
8452 void netdev_adjacent_rename_links(struct net_device *dev, char *oldname)
8454 struct netdev_adjacent *iter;
8456 struct net *net = dev_net(dev);
8458 list_for_each_entry(iter, &dev->adj_list.upper, list) {
8459 if (!net_eq(net, dev_net(iter->dev)))
8461 netdev_adjacent_sysfs_del(iter->dev, oldname,
8462 &iter->dev->adj_list.lower);
8463 netdev_adjacent_sysfs_add(iter->dev, dev,
8464 &iter->dev->adj_list.lower);
8467 list_for_each_entry(iter, &dev->adj_list.lower, list) {
8468 if (!net_eq(net, dev_net(iter->dev)))
8470 netdev_adjacent_sysfs_del(iter->dev, oldname,
8471 &iter->dev->adj_list.upper);
8472 netdev_adjacent_sysfs_add(iter->dev, dev,
8473 &iter->dev->adj_list.upper);
8477 void *netdev_lower_dev_get_private(struct net_device *dev,
8478 struct net_device *lower_dev)
8480 struct netdev_adjacent *lower;
8484 lower = __netdev_find_adj(lower_dev, &dev->adj_list.lower);
8488 return lower->private;
8490 EXPORT_SYMBOL(netdev_lower_dev_get_private);
8494 * netdev_lower_state_changed - Dispatch event about lower device state change
8495 * @lower_dev: device
8496 * @lower_state_info: state to dispatch
8498 * Send NETDEV_CHANGELOWERSTATE to netdev notifiers with info.
8499 * The caller must hold the RTNL lock.
8501 void netdev_lower_state_changed(struct net_device *lower_dev,
8502 void *lower_state_info)
8504 struct netdev_notifier_changelowerstate_info changelowerstate_info = {
8505 .info.dev = lower_dev,
8509 changelowerstate_info.lower_state_info = lower_state_info;
8510 call_netdevice_notifiers_info(NETDEV_CHANGELOWERSTATE,
8511 &changelowerstate_info.info);
8513 EXPORT_SYMBOL(netdev_lower_state_changed);
8515 static void dev_change_rx_flags(struct net_device *dev, int flags)
8517 const struct net_device_ops *ops = dev->netdev_ops;
8519 if (ops->ndo_change_rx_flags)
8520 ops->ndo_change_rx_flags(dev, flags);
8523 static int __dev_set_promiscuity(struct net_device *dev, int inc, bool notify)
8525 unsigned int old_flags = dev->flags;
8531 dev->flags |= IFF_PROMISC;
8532 dev->promiscuity += inc;
8533 if (dev->promiscuity == 0) {
8536 * If inc causes overflow, untouch promisc and return error.
8539 dev->flags &= ~IFF_PROMISC;
8541 dev->promiscuity -= inc;
8542 pr_warn("%s: promiscuity touches roof, set promiscuity failed. promiscuity feature of device might be broken.\n",
8547 if (dev->flags != old_flags) {
8548 pr_info("device %s %s promiscuous mode\n",
8550 dev->flags & IFF_PROMISC ? "entered" : "left");
8551 if (audit_enabled) {
8552 current_uid_gid(&uid, &gid);
8553 audit_log(audit_context(), GFP_ATOMIC,
8554 AUDIT_ANOM_PROMISCUOUS,
8555 "dev=%s prom=%d old_prom=%d auid=%u uid=%u gid=%u ses=%u",
8556 dev->name, (dev->flags & IFF_PROMISC),
8557 (old_flags & IFF_PROMISC),
8558 from_kuid(&init_user_ns, audit_get_loginuid(current)),
8559 from_kuid(&init_user_ns, uid),
8560 from_kgid(&init_user_ns, gid),
8561 audit_get_sessionid(current));
8564 dev_change_rx_flags(dev, IFF_PROMISC);
8567 __dev_notify_flags(dev, old_flags, IFF_PROMISC);
8572 * dev_set_promiscuity - update promiscuity count on a device
8576 * Add or remove promiscuity from a device. While the count in the device
8577 * remains above zero the interface remains promiscuous. Once it hits zero
8578 * the device reverts back to normal filtering operation. A negative inc
8579 * value is used to drop promiscuity on the device.
8580 * Return 0 if successful or a negative errno code on error.
8582 int dev_set_promiscuity(struct net_device *dev, int inc)
8584 unsigned int old_flags = dev->flags;
8587 err = __dev_set_promiscuity(dev, inc, true);
8590 if (dev->flags != old_flags)
8591 dev_set_rx_mode(dev);
8594 EXPORT_SYMBOL(dev_set_promiscuity);
8596 static int __dev_set_allmulti(struct net_device *dev, int inc, bool notify)
8598 unsigned int old_flags = dev->flags, old_gflags = dev->gflags;
8602 dev->flags |= IFF_ALLMULTI;
8603 dev->allmulti += inc;
8604 if (dev->allmulti == 0) {
8607 * If inc causes overflow, untouch allmulti and return error.
8610 dev->flags &= ~IFF_ALLMULTI;
8612 dev->allmulti -= inc;
8613 pr_warn("%s: allmulti touches roof, set allmulti failed. allmulti feature of device might be broken.\n",
8618 if (dev->flags ^ old_flags) {
8619 dev_change_rx_flags(dev, IFF_ALLMULTI);
8620 dev_set_rx_mode(dev);
8622 __dev_notify_flags(dev, old_flags,
8623 dev->gflags ^ old_gflags);
8629 * dev_set_allmulti - update allmulti count on a device
8633 * Add or remove reception of all multicast frames to a device. While the
8634 * count in the device remains above zero the interface remains listening
8635 * to all interfaces. Once it hits zero the device reverts back to normal
8636 * filtering operation. A negative @inc value is used to drop the counter
8637 * when releasing a resource needing all multicasts.
8638 * Return 0 if successful or a negative errno code on error.
8641 int dev_set_allmulti(struct net_device *dev, int inc)
8643 return __dev_set_allmulti(dev, inc, true);
8645 EXPORT_SYMBOL(dev_set_allmulti);
8648 * Upload unicast and multicast address lists to device and
8649 * configure RX filtering. When the device doesn't support unicast
8650 * filtering it is put in promiscuous mode while unicast addresses
8653 void __dev_set_rx_mode(struct net_device *dev)
8655 const struct net_device_ops *ops = dev->netdev_ops;
8657 /* dev_open will call this function so the list will stay sane. */
8658 if (!(dev->flags&IFF_UP))
8661 if (!netif_device_present(dev))
8664 if (!(dev->priv_flags & IFF_UNICAST_FLT)) {
8665 /* Unicast addresses changes may only happen under the rtnl,
8666 * therefore calling __dev_set_promiscuity here is safe.
8668 if (!netdev_uc_empty(dev) && !dev->uc_promisc) {
8669 __dev_set_promiscuity(dev, 1, false);
8670 dev->uc_promisc = true;
8671 } else if (netdev_uc_empty(dev) && dev->uc_promisc) {
8672 __dev_set_promiscuity(dev, -1, false);
8673 dev->uc_promisc = false;
8677 if (ops->ndo_set_rx_mode)
8678 ops->ndo_set_rx_mode(dev);
8681 void dev_set_rx_mode(struct net_device *dev)
8683 netif_addr_lock_bh(dev);
8684 __dev_set_rx_mode(dev);
8685 netif_addr_unlock_bh(dev);
8689 * dev_get_flags - get flags reported to userspace
8692 * Get the combination of flag bits exported through APIs to userspace.
8694 unsigned int dev_get_flags(const struct net_device *dev)
8698 flags = (dev->flags & ~(IFF_PROMISC |
8703 (dev->gflags & (IFF_PROMISC |
8706 if (netif_running(dev)) {
8707 if (netif_oper_up(dev))
8708 flags |= IFF_RUNNING;
8709 if (netif_carrier_ok(dev))
8710 flags |= IFF_LOWER_UP;
8711 if (netif_dormant(dev))
8712 flags |= IFF_DORMANT;
8717 EXPORT_SYMBOL(dev_get_flags);
8719 int __dev_change_flags(struct net_device *dev, unsigned int flags,
8720 struct netlink_ext_ack *extack)
8722 unsigned int old_flags = dev->flags;
8728 * Set the flags on our device.
8731 dev->flags = (flags & (IFF_DEBUG | IFF_NOTRAILERS | IFF_NOARP |
8732 IFF_DYNAMIC | IFF_MULTICAST | IFF_PORTSEL |
8734 (dev->flags & (IFF_UP | IFF_VOLATILE | IFF_PROMISC |
8738 * Load in the correct multicast list now the flags have changed.
8741 if ((old_flags ^ flags) & IFF_MULTICAST)
8742 dev_change_rx_flags(dev, IFF_MULTICAST);
8744 dev_set_rx_mode(dev);
8747 * Have we downed the interface. We handle IFF_UP ourselves
8748 * according to user attempts to set it, rather than blindly
8753 if ((old_flags ^ flags) & IFF_UP) {
8754 if (old_flags & IFF_UP)
8757 ret = __dev_open(dev, extack);
8760 if ((flags ^ dev->gflags) & IFF_PROMISC) {
8761 int inc = (flags & IFF_PROMISC) ? 1 : -1;
8762 unsigned int old_flags = dev->flags;
8764 dev->gflags ^= IFF_PROMISC;
8766 if (__dev_set_promiscuity(dev, inc, false) >= 0)
8767 if (dev->flags != old_flags)
8768 dev_set_rx_mode(dev);
8771 /* NOTE: order of synchronization of IFF_PROMISC and IFF_ALLMULTI
8772 * is important. Some (broken) drivers set IFF_PROMISC, when
8773 * IFF_ALLMULTI is requested not asking us and not reporting.
8775 if ((flags ^ dev->gflags) & IFF_ALLMULTI) {
8776 int inc = (flags & IFF_ALLMULTI) ? 1 : -1;
8778 dev->gflags ^= IFF_ALLMULTI;
8779 __dev_set_allmulti(dev, inc, false);
8785 void __dev_notify_flags(struct net_device *dev, unsigned int old_flags,
8786 unsigned int gchanges)
8788 unsigned int changes = dev->flags ^ old_flags;
8791 rtmsg_ifinfo(RTM_NEWLINK, dev, gchanges, GFP_ATOMIC);
8793 if (changes & IFF_UP) {
8794 if (dev->flags & IFF_UP)
8795 call_netdevice_notifiers(NETDEV_UP, dev);
8797 call_netdevice_notifiers(NETDEV_DOWN, dev);
8800 if (dev->flags & IFF_UP &&
8801 (changes & ~(IFF_UP | IFF_PROMISC | IFF_ALLMULTI | IFF_VOLATILE))) {
8802 struct netdev_notifier_change_info change_info = {
8806 .flags_changed = changes,
8809 call_netdevice_notifiers_info(NETDEV_CHANGE, &change_info.info);
8814 * dev_change_flags - change device settings
8816 * @flags: device state flags
8817 * @extack: netlink extended ack
8819 * Change settings on device based state flags. The flags are
8820 * in the userspace exported format.
8822 int dev_change_flags(struct net_device *dev, unsigned int flags,
8823 struct netlink_ext_ack *extack)
8826 unsigned int changes, old_flags = dev->flags, old_gflags = dev->gflags;
8828 ret = __dev_change_flags(dev, flags, extack);
8832 changes = (old_flags ^ dev->flags) | (old_gflags ^ dev->gflags);
8833 __dev_notify_flags(dev, old_flags, changes);
8836 EXPORT_SYMBOL(dev_change_flags);
8838 int __dev_set_mtu(struct net_device *dev, int new_mtu)
8840 const struct net_device_ops *ops = dev->netdev_ops;
8842 if (ops->ndo_change_mtu)
8843 return ops->ndo_change_mtu(dev, new_mtu);
8845 /* Pairs with all the lockless reads of dev->mtu in the stack */
8846 WRITE_ONCE(dev->mtu, new_mtu);
8849 EXPORT_SYMBOL(__dev_set_mtu);
8851 int dev_validate_mtu(struct net_device *dev, int new_mtu,
8852 struct netlink_ext_ack *extack)
8854 /* MTU must be positive, and in range */
8855 if (new_mtu < 0 || new_mtu < dev->min_mtu) {
8856 NL_SET_ERR_MSG(extack, "mtu less than device minimum");
8860 if (dev->max_mtu > 0 && new_mtu > dev->max_mtu) {
8861 NL_SET_ERR_MSG(extack, "mtu greater than device maximum");
8868 * dev_set_mtu_ext - Change maximum transfer unit
8870 * @new_mtu: new transfer unit
8871 * @extack: netlink extended ack
8873 * Change the maximum transfer size of the network device.
8875 int dev_set_mtu_ext(struct net_device *dev, int new_mtu,
8876 struct netlink_ext_ack *extack)
8880 if (new_mtu == dev->mtu)
8883 err = dev_validate_mtu(dev, new_mtu, extack);
8887 if (!netif_device_present(dev))
8890 err = call_netdevice_notifiers(NETDEV_PRECHANGEMTU, dev);
8891 err = notifier_to_errno(err);
8895 orig_mtu = dev->mtu;
8896 err = __dev_set_mtu(dev, new_mtu);
8899 err = call_netdevice_notifiers_mtu(NETDEV_CHANGEMTU, dev,
8901 err = notifier_to_errno(err);
8903 /* setting mtu back and notifying everyone again,
8904 * so that they have a chance to revert changes.
8906 __dev_set_mtu(dev, orig_mtu);
8907 call_netdevice_notifiers_mtu(NETDEV_CHANGEMTU, dev,
8914 int dev_set_mtu(struct net_device *dev, int new_mtu)
8916 struct netlink_ext_ack extack;
8919 memset(&extack, 0, sizeof(extack));
8920 err = dev_set_mtu_ext(dev, new_mtu, &extack);
8921 if (err && extack._msg)
8922 net_err_ratelimited("%s: %s\n", dev->name, extack._msg);
8925 EXPORT_SYMBOL(dev_set_mtu);
8928 * dev_change_tx_queue_len - Change TX queue length of a netdevice
8930 * @new_len: new tx queue length
8932 int dev_change_tx_queue_len(struct net_device *dev, unsigned long new_len)
8934 unsigned int orig_len = dev->tx_queue_len;
8937 if (new_len != (unsigned int)new_len)
8940 if (new_len != orig_len) {
8941 dev->tx_queue_len = new_len;
8942 res = call_netdevice_notifiers(NETDEV_CHANGE_TX_QUEUE_LEN, dev);
8943 res = notifier_to_errno(res);
8946 res = dev_qdisc_change_tx_queue_len(dev);
8954 netdev_err(dev, "refused to change device tx_queue_len\n");
8955 dev->tx_queue_len = orig_len;
8960 * dev_set_group - Change group this device belongs to
8962 * @new_group: group this device should belong to
8964 void dev_set_group(struct net_device *dev, int new_group)
8966 dev->group = new_group;
8968 EXPORT_SYMBOL(dev_set_group);
8971 * dev_pre_changeaddr_notify - Call NETDEV_PRE_CHANGEADDR.
8973 * @addr: new address
8974 * @extack: netlink extended ack
8976 int dev_pre_changeaddr_notify(struct net_device *dev, const char *addr,
8977 struct netlink_ext_ack *extack)
8979 struct netdev_notifier_pre_changeaddr_info info = {
8981 .info.extack = extack,
8986 rc = call_netdevice_notifiers_info(NETDEV_PRE_CHANGEADDR, &info.info);
8987 return notifier_to_errno(rc);
8989 EXPORT_SYMBOL(dev_pre_changeaddr_notify);
8992 * dev_set_mac_address - Change Media Access Control Address
8995 * @extack: netlink extended ack
8997 * Change the hardware (MAC) address of the device
8999 int dev_set_mac_address(struct net_device *dev, struct sockaddr *sa,
9000 struct netlink_ext_ack *extack)
9002 const struct net_device_ops *ops = dev->netdev_ops;
9005 if (!ops->ndo_set_mac_address)
9007 if (sa->sa_family != dev->type)
9009 if (!netif_device_present(dev))
9011 err = dev_pre_changeaddr_notify(dev, sa->sa_data, extack);
9014 err = ops->ndo_set_mac_address(dev, sa);
9017 dev->addr_assign_type = NET_ADDR_SET;
9018 call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
9019 add_device_randomness(dev->dev_addr, dev->addr_len);
9022 EXPORT_SYMBOL(dev_set_mac_address);
9024 static DECLARE_RWSEM(dev_addr_sem);
9026 int dev_set_mac_address_user(struct net_device *dev, struct sockaddr *sa,
9027 struct netlink_ext_ack *extack)
9031 down_write(&dev_addr_sem);
9032 ret = dev_set_mac_address(dev, sa, extack);
9033 up_write(&dev_addr_sem);
9036 EXPORT_SYMBOL(dev_set_mac_address_user);
9038 int dev_get_mac_address(struct sockaddr *sa, struct net *net, char *dev_name)
9040 size_t size = sizeof(sa->sa_data);
9041 struct net_device *dev;
9044 down_read(&dev_addr_sem);
9047 dev = dev_get_by_name_rcu(net, dev_name);
9053 memset(sa->sa_data, 0, size);
9055 memcpy(sa->sa_data, dev->dev_addr,
9056 min_t(size_t, size, dev->addr_len));
9057 sa->sa_family = dev->type;
9061 up_read(&dev_addr_sem);
9064 EXPORT_SYMBOL(dev_get_mac_address);
9067 * dev_change_carrier - Change device carrier
9069 * @new_carrier: new value
9071 * Change device carrier
9073 int dev_change_carrier(struct net_device *dev, bool new_carrier)
9075 const struct net_device_ops *ops = dev->netdev_ops;
9077 if (!ops->ndo_change_carrier)
9079 if (!netif_device_present(dev))
9081 return ops->ndo_change_carrier(dev, new_carrier);
9083 EXPORT_SYMBOL(dev_change_carrier);
9086 * dev_get_phys_port_id - Get device physical port ID
9090 * Get device physical port ID
9092 int dev_get_phys_port_id(struct net_device *dev,
9093 struct netdev_phys_item_id *ppid)
9095 const struct net_device_ops *ops = dev->netdev_ops;
9097 if (!ops->ndo_get_phys_port_id)
9099 return ops->ndo_get_phys_port_id(dev, ppid);
9101 EXPORT_SYMBOL(dev_get_phys_port_id);
9104 * dev_get_phys_port_name - Get device physical port name
9107 * @len: limit of bytes to copy to name
9109 * Get device physical port name
9111 int dev_get_phys_port_name(struct net_device *dev,
9112 char *name, size_t len)
9114 const struct net_device_ops *ops = dev->netdev_ops;
9117 if (ops->ndo_get_phys_port_name) {
9118 err = ops->ndo_get_phys_port_name(dev, name, len);
9119 if (err != -EOPNOTSUPP)
9122 return devlink_compat_phys_port_name_get(dev, name, len);
9124 EXPORT_SYMBOL(dev_get_phys_port_name);
9127 * dev_get_port_parent_id - Get the device's port parent identifier
9128 * @dev: network device
9129 * @ppid: pointer to a storage for the port's parent identifier
9130 * @recurse: allow/disallow recursion to lower devices
9132 * Get the devices's port parent identifier
9134 int dev_get_port_parent_id(struct net_device *dev,
9135 struct netdev_phys_item_id *ppid,
9138 const struct net_device_ops *ops = dev->netdev_ops;
9139 struct netdev_phys_item_id first = { };
9140 struct net_device *lower_dev;
9141 struct list_head *iter;
9144 if (ops->ndo_get_port_parent_id) {
9145 err = ops->ndo_get_port_parent_id(dev, ppid);
9146 if (err != -EOPNOTSUPP)
9150 err = devlink_compat_switch_id_get(dev, ppid);
9151 if (!err || err != -EOPNOTSUPP)
9157 netdev_for_each_lower_dev(dev, lower_dev, iter) {
9158 err = dev_get_port_parent_id(lower_dev, ppid, recurse);
9163 else if (memcmp(&first, ppid, sizeof(*ppid)))
9169 EXPORT_SYMBOL(dev_get_port_parent_id);
9172 * netdev_port_same_parent_id - Indicate if two network devices have
9173 * the same port parent identifier
9174 * @a: first network device
9175 * @b: second network device
9177 bool netdev_port_same_parent_id(struct net_device *a, struct net_device *b)
9179 struct netdev_phys_item_id a_id = { };
9180 struct netdev_phys_item_id b_id = { };
9182 if (dev_get_port_parent_id(a, &a_id, true) ||
9183 dev_get_port_parent_id(b, &b_id, true))
9186 return netdev_phys_item_id_same(&a_id, &b_id);
9188 EXPORT_SYMBOL(netdev_port_same_parent_id);
9191 * dev_change_proto_down - update protocol port state information
9193 * @proto_down: new value
9195 * This info can be used by switch drivers to set the phys state of the
9198 int dev_change_proto_down(struct net_device *dev, bool proto_down)
9200 const struct net_device_ops *ops = dev->netdev_ops;
9202 if (!ops->ndo_change_proto_down)
9204 if (!netif_device_present(dev))
9206 return ops->ndo_change_proto_down(dev, proto_down);
9208 EXPORT_SYMBOL(dev_change_proto_down);
9211 * dev_change_proto_down_generic - generic implementation for
9212 * ndo_change_proto_down that sets carrier according to
9216 * @proto_down: new value
9218 int dev_change_proto_down_generic(struct net_device *dev, bool proto_down)
9221 netif_carrier_off(dev);
9223 netif_carrier_on(dev);
9224 dev->proto_down = proto_down;
9227 EXPORT_SYMBOL(dev_change_proto_down_generic);
9230 * dev_change_proto_down_reason - proto down reason
9233 * @mask: proto down mask
9234 * @value: proto down value
9236 void dev_change_proto_down_reason(struct net_device *dev, unsigned long mask,
9242 dev->proto_down_reason = value;
9244 for_each_set_bit(b, &mask, 32) {
9245 if (value & (1 << b))
9246 dev->proto_down_reason |= BIT(b);
9248 dev->proto_down_reason &= ~BIT(b);
9252 EXPORT_SYMBOL(dev_change_proto_down_reason);
9254 struct bpf_xdp_link {
9255 struct bpf_link link;
9256 struct net_device *dev; /* protected by rtnl_lock, no refcnt held */
9260 static enum bpf_xdp_mode dev_xdp_mode(struct net_device *dev, u32 flags)
9262 if (flags & XDP_FLAGS_HW_MODE)
9264 if (flags & XDP_FLAGS_DRV_MODE)
9265 return XDP_MODE_DRV;
9266 if (flags & XDP_FLAGS_SKB_MODE)
9267 return XDP_MODE_SKB;
9268 return dev->netdev_ops->ndo_bpf ? XDP_MODE_DRV : XDP_MODE_SKB;
9271 static bpf_op_t dev_xdp_bpf_op(struct net_device *dev, enum bpf_xdp_mode mode)
9275 return generic_xdp_install;
9278 return dev->netdev_ops->ndo_bpf;
9284 static struct bpf_xdp_link *dev_xdp_link(struct net_device *dev,
9285 enum bpf_xdp_mode mode)
9287 return dev->xdp_state[mode].link;
9290 static struct bpf_prog *dev_xdp_prog(struct net_device *dev,
9291 enum bpf_xdp_mode mode)
9293 struct bpf_xdp_link *link = dev_xdp_link(dev, mode);
9296 return link->link.prog;
9297 return dev->xdp_state[mode].prog;
9300 u8 dev_xdp_prog_count(struct net_device *dev)
9305 for (i = 0; i < __MAX_XDP_MODE; i++)
9306 if (dev->xdp_state[i].prog || dev->xdp_state[i].link)
9310 EXPORT_SYMBOL_GPL(dev_xdp_prog_count);
9312 u32 dev_xdp_prog_id(struct net_device *dev, enum bpf_xdp_mode mode)
9314 struct bpf_prog *prog = dev_xdp_prog(dev, mode);
9316 return prog ? prog->aux->id : 0;
9319 static void dev_xdp_set_link(struct net_device *dev, enum bpf_xdp_mode mode,
9320 struct bpf_xdp_link *link)
9322 dev->xdp_state[mode].link = link;
9323 dev->xdp_state[mode].prog = NULL;
9326 static void dev_xdp_set_prog(struct net_device *dev, enum bpf_xdp_mode mode,
9327 struct bpf_prog *prog)
9329 dev->xdp_state[mode].link = NULL;
9330 dev->xdp_state[mode].prog = prog;
9333 static int dev_xdp_install(struct net_device *dev, enum bpf_xdp_mode mode,
9334 bpf_op_t bpf_op, struct netlink_ext_ack *extack,
9335 u32 flags, struct bpf_prog *prog)
9337 struct netdev_bpf xdp;
9340 memset(&xdp, 0, sizeof(xdp));
9341 xdp.command = mode == XDP_MODE_HW ? XDP_SETUP_PROG_HW : XDP_SETUP_PROG;
9342 xdp.extack = extack;
9346 /* Drivers assume refcnt is already incremented (i.e, prog pointer is
9347 * "moved" into driver), so they don't increment it on their own, but
9348 * they do decrement refcnt when program is detached or replaced.
9349 * Given net_device also owns link/prog, we need to bump refcnt here
9350 * to prevent drivers from underflowing it.
9354 err = bpf_op(dev, &xdp);
9361 if (mode != XDP_MODE_HW)
9362 bpf_prog_change_xdp(dev_xdp_prog(dev, mode), prog);
9367 static void dev_xdp_uninstall(struct net_device *dev)
9369 struct bpf_xdp_link *link;
9370 struct bpf_prog *prog;
9371 enum bpf_xdp_mode mode;
9376 for (mode = XDP_MODE_SKB; mode < __MAX_XDP_MODE; mode++) {
9377 prog = dev_xdp_prog(dev, mode);
9381 bpf_op = dev_xdp_bpf_op(dev, mode);
9385 WARN_ON(dev_xdp_install(dev, mode, bpf_op, NULL, 0, NULL));
9387 /* auto-detach link from net device */
9388 link = dev_xdp_link(dev, mode);
9394 dev_xdp_set_link(dev, mode, NULL);
9398 static int dev_xdp_attach(struct net_device *dev, struct netlink_ext_ack *extack,
9399 struct bpf_xdp_link *link, struct bpf_prog *new_prog,
9400 struct bpf_prog *old_prog, u32 flags)
9402 unsigned int num_modes = hweight32(flags & XDP_FLAGS_MODES);
9403 struct bpf_prog *cur_prog;
9404 struct net_device *upper;
9405 struct list_head *iter;
9406 enum bpf_xdp_mode mode;
9412 /* either link or prog attachment, never both */
9413 if (link && (new_prog || old_prog))
9415 /* link supports only XDP mode flags */
9416 if (link && (flags & ~XDP_FLAGS_MODES)) {
9417 NL_SET_ERR_MSG(extack, "Invalid XDP flags for BPF link attachment");
9420 /* just one XDP mode bit should be set, zero defaults to drv/skb mode */
9421 if (num_modes > 1) {
9422 NL_SET_ERR_MSG(extack, "Only one XDP mode flag can be set");
9425 /* avoid ambiguity if offload + drv/skb mode progs are both loaded */
9426 if (!num_modes && dev_xdp_prog_count(dev) > 1) {
9427 NL_SET_ERR_MSG(extack,
9428 "More than one program loaded, unset mode is ambiguous");
9431 /* old_prog != NULL implies XDP_FLAGS_REPLACE is set */
9432 if (old_prog && !(flags & XDP_FLAGS_REPLACE)) {
9433 NL_SET_ERR_MSG(extack, "XDP_FLAGS_REPLACE is not specified");
9437 mode = dev_xdp_mode(dev, flags);
9438 /* can't replace attached link */
9439 if (dev_xdp_link(dev, mode)) {
9440 NL_SET_ERR_MSG(extack, "Can't replace active BPF XDP link");
9444 /* don't allow if an upper device already has a program */
9445 netdev_for_each_upper_dev_rcu(dev, upper, iter) {
9446 if (dev_xdp_prog_count(upper) > 0) {
9447 NL_SET_ERR_MSG(extack, "Cannot attach when an upper device already has a program");
9452 cur_prog = dev_xdp_prog(dev, mode);
9453 /* can't replace attached prog with link */
9454 if (link && cur_prog) {
9455 NL_SET_ERR_MSG(extack, "Can't replace active XDP program with BPF link");
9458 if ((flags & XDP_FLAGS_REPLACE) && cur_prog != old_prog) {
9459 NL_SET_ERR_MSG(extack, "Active program does not match expected");
9463 /* put effective new program into new_prog */
9465 new_prog = link->link.prog;
9468 bool offload = mode == XDP_MODE_HW;
9469 enum bpf_xdp_mode other_mode = mode == XDP_MODE_SKB
9470 ? XDP_MODE_DRV : XDP_MODE_SKB;
9472 if ((flags & XDP_FLAGS_UPDATE_IF_NOEXIST) && cur_prog) {
9473 NL_SET_ERR_MSG(extack, "XDP program already attached");
9476 if (!offload && dev_xdp_prog(dev, other_mode)) {
9477 NL_SET_ERR_MSG(extack, "Native and generic XDP can't be active at the same time");
9480 if (!offload && bpf_prog_is_dev_bound(new_prog->aux)) {
9481 NL_SET_ERR_MSG(extack, "Using device-bound program without HW_MODE flag is not supported");
9484 if (new_prog->expected_attach_type == BPF_XDP_DEVMAP) {
9485 NL_SET_ERR_MSG(extack, "BPF_XDP_DEVMAP programs can not be attached to a device");
9488 if (new_prog->expected_attach_type == BPF_XDP_CPUMAP) {
9489 NL_SET_ERR_MSG(extack, "BPF_XDP_CPUMAP programs can not be attached to a device");
9494 /* don't call drivers if the effective program didn't change */
9495 if (new_prog != cur_prog) {
9496 bpf_op = dev_xdp_bpf_op(dev, mode);
9498 NL_SET_ERR_MSG(extack, "Underlying driver does not support XDP in native mode");
9502 err = dev_xdp_install(dev, mode, bpf_op, extack, flags, new_prog);
9508 dev_xdp_set_link(dev, mode, link);
9510 dev_xdp_set_prog(dev, mode, new_prog);
9512 bpf_prog_put(cur_prog);
9517 static int dev_xdp_attach_link(struct net_device *dev,
9518 struct netlink_ext_ack *extack,
9519 struct bpf_xdp_link *link)
9521 return dev_xdp_attach(dev, extack, link, NULL, NULL, link->flags);
9524 static int dev_xdp_detach_link(struct net_device *dev,
9525 struct netlink_ext_ack *extack,
9526 struct bpf_xdp_link *link)
9528 enum bpf_xdp_mode mode;
9533 mode = dev_xdp_mode(dev, link->flags);
9534 if (dev_xdp_link(dev, mode) != link)
9537 bpf_op = dev_xdp_bpf_op(dev, mode);
9538 WARN_ON(dev_xdp_install(dev, mode, bpf_op, NULL, 0, NULL));
9539 dev_xdp_set_link(dev, mode, NULL);
9543 static void bpf_xdp_link_release(struct bpf_link *link)
9545 struct bpf_xdp_link *xdp_link = container_of(link, struct bpf_xdp_link, link);
9549 /* if racing with net_device's tear down, xdp_link->dev might be
9550 * already NULL, in which case link was already auto-detached
9552 if (xdp_link->dev) {
9553 WARN_ON(dev_xdp_detach_link(xdp_link->dev, NULL, xdp_link));
9554 xdp_link->dev = NULL;
9560 static int bpf_xdp_link_detach(struct bpf_link *link)
9562 bpf_xdp_link_release(link);
9566 static void bpf_xdp_link_dealloc(struct bpf_link *link)
9568 struct bpf_xdp_link *xdp_link = container_of(link, struct bpf_xdp_link, link);
9573 static void bpf_xdp_link_show_fdinfo(const struct bpf_link *link,
9574 struct seq_file *seq)
9576 struct bpf_xdp_link *xdp_link = container_of(link, struct bpf_xdp_link, link);
9581 ifindex = xdp_link->dev->ifindex;
9584 seq_printf(seq, "ifindex:\t%u\n", ifindex);
9587 static int bpf_xdp_link_fill_link_info(const struct bpf_link *link,
9588 struct bpf_link_info *info)
9590 struct bpf_xdp_link *xdp_link = container_of(link, struct bpf_xdp_link, link);
9595 ifindex = xdp_link->dev->ifindex;
9598 info->xdp.ifindex = ifindex;
9602 static int bpf_xdp_link_update(struct bpf_link *link, struct bpf_prog *new_prog,
9603 struct bpf_prog *old_prog)
9605 struct bpf_xdp_link *xdp_link = container_of(link, struct bpf_xdp_link, link);
9606 enum bpf_xdp_mode mode;
9612 /* link might have been auto-released already, so fail */
9613 if (!xdp_link->dev) {
9618 if (old_prog && link->prog != old_prog) {
9622 old_prog = link->prog;
9623 if (old_prog == new_prog) {
9624 /* no-op, don't disturb drivers */
9625 bpf_prog_put(new_prog);
9629 mode = dev_xdp_mode(xdp_link->dev, xdp_link->flags);
9630 bpf_op = dev_xdp_bpf_op(xdp_link->dev, mode);
9631 err = dev_xdp_install(xdp_link->dev, mode, bpf_op, NULL,
9632 xdp_link->flags, new_prog);
9636 old_prog = xchg(&link->prog, new_prog);
9637 bpf_prog_put(old_prog);
9644 static const struct bpf_link_ops bpf_xdp_link_lops = {
9645 .release = bpf_xdp_link_release,
9646 .dealloc = bpf_xdp_link_dealloc,
9647 .detach = bpf_xdp_link_detach,
9648 .show_fdinfo = bpf_xdp_link_show_fdinfo,
9649 .fill_link_info = bpf_xdp_link_fill_link_info,
9650 .update_prog = bpf_xdp_link_update,
9653 int bpf_xdp_link_attach(const union bpf_attr *attr, struct bpf_prog *prog)
9655 struct net *net = current->nsproxy->net_ns;
9656 struct bpf_link_primer link_primer;
9657 struct bpf_xdp_link *link;
9658 struct net_device *dev;
9662 dev = dev_get_by_index(net, attr->link_create.target_ifindex);
9668 link = kzalloc(sizeof(*link), GFP_USER);
9674 bpf_link_init(&link->link, BPF_LINK_TYPE_XDP, &bpf_xdp_link_lops, prog);
9676 link->flags = attr->link_create.flags;
9678 err = bpf_link_prime(&link->link, &link_primer);
9684 err = dev_xdp_attach_link(dev, NULL, link);
9689 bpf_link_cleanup(&link_primer);
9693 fd = bpf_link_settle(&link_primer);
9694 /* link itself doesn't hold dev's refcnt to not complicate shutdown */
9707 * dev_change_xdp_fd - set or clear a bpf program for a device rx path
9709 * @extack: netlink extended ack
9710 * @fd: new program fd or negative value to clear
9711 * @expected_fd: old program fd that userspace expects to replace or clear
9712 * @flags: xdp-related flags
9714 * Set or clear a bpf program for a device
9716 int dev_change_xdp_fd(struct net_device *dev, struct netlink_ext_ack *extack,
9717 int fd, int expected_fd, u32 flags)
9719 enum bpf_xdp_mode mode = dev_xdp_mode(dev, flags);
9720 struct bpf_prog *new_prog = NULL, *old_prog = NULL;
9726 new_prog = bpf_prog_get_type_dev(fd, BPF_PROG_TYPE_XDP,
9727 mode != XDP_MODE_SKB);
9728 if (IS_ERR(new_prog))
9729 return PTR_ERR(new_prog);
9732 if (expected_fd >= 0) {
9733 old_prog = bpf_prog_get_type_dev(expected_fd, BPF_PROG_TYPE_XDP,
9734 mode != XDP_MODE_SKB);
9735 if (IS_ERR(old_prog)) {
9736 err = PTR_ERR(old_prog);
9742 err = dev_xdp_attach(dev, extack, NULL, new_prog, old_prog, flags);
9745 if (err && new_prog)
9746 bpf_prog_put(new_prog);
9748 bpf_prog_put(old_prog);
9753 * dev_new_index - allocate an ifindex
9754 * @net: the applicable net namespace
9756 * Returns a suitable unique value for a new device interface
9757 * number. The caller must hold the rtnl semaphore or the
9758 * dev_base_lock to be sure it remains unique.
9760 static int dev_new_index(struct net *net)
9762 int ifindex = net->ifindex;
9767 if (!__dev_get_by_index(net, ifindex))
9768 return net->ifindex = ifindex;
9772 /* Delayed registration/unregisteration */
9773 static LIST_HEAD(net_todo_list);
9774 DECLARE_WAIT_QUEUE_HEAD(netdev_unregistering_wq);
9776 static void net_set_todo(struct net_device *dev)
9778 list_add_tail(&dev->todo_list, &net_todo_list);
9779 dev_net(dev)->dev_unreg_count++;
9782 static netdev_features_t netdev_sync_upper_features(struct net_device *lower,
9783 struct net_device *upper, netdev_features_t features)
9785 netdev_features_t upper_disables = NETIF_F_UPPER_DISABLES;
9786 netdev_features_t feature;
9789 for_each_netdev_feature(upper_disables, feature_bit) {
9790 feature = __NETIF_F_BIT(feature_bit);
9791 if (!(upper->wanted_features & feature)
9792 && (features & feature)) {
9793 netdev_dbg(lower, "Dropping feature %pNF, upper dev %s has it off.\n",
9794 &feature, upper->name);
9795 features &= ~feature;
9802 static void netdev_sync_lower_features(struct net_device *upper,
9803 struct net_device *lower, netdev_features_t features)
9805 netdev_features_t upper_disables = NETIF_F_UPPER_DISABLES;
9806 netdev_features_t feature;
9809 for_each_netdev_feature(upper_disables, feature_bit) {
9810 feature = __NETIF_F_BIT(feature_bit);
9811 if (!(features & feature) && (lower->features & feature)) {
9812 netdev_dbg(upper, "Disabling feature %pNF on lower dev %s.\n",
9813 &feature, lower->name);
9814 lower->wanted_features &= ~feature;
9815 __netdev_update_features(lower);
9817 if (unlikely(lower->features & feature))
9818 netdev_WARN(upper, "failed to disable %pNF on %s!\n",
9819 &feature, lower->name);
9821 netdev_features_change(lower);
9826 static netdev_features_t netdev_fix_features(struct net_device *dev,
9827 netdev_features_t features)
9829 /* Fix illegal checksum combinations */
9830 if ((features & NETIF_F_HW_CSUM) &&
9831 (features & (NETIF_F_IP_CSUM|NETIF_F_IPV6_CSUM))) {
9832 netdev_warn(dev, "mixed HW and IP checksum settings.\n");
9833 features &= ~(NETIF_F_IP_CSUM|NETIF_F_IPV6_CSUM);
9836 /* TSO requires that SG is present as well. */
9837 if ((features & NETIF_F_ALL_TSO) && !(features & NETIF_F_SG)) {
9838 netdev_dbg(dev, "Dropping TSO features since no SG feature.\n");
9839 features &= ~NETIF_F_ALL_TSO;
9842 if ((features & NETIF_F_TSO) && !(features & NETIF_F_HW_CSUM) &&
9843 !(features & NETIF_F_IP_CSUM)) {
9844 netdev_dbg(dev, "Dropping TSO features since no CSUM feature.\n");
9845 features &= ~NETIF_F_TSO;
9846 features &= ~NETIF_F_TSO_ECN;
9849 if ((features & NETIF_F_TSO6) && !(features & NETIF_F_HW_CSUM) &&
9850 !(features & NETIF_F_IPV6_CSUM)) {
9851 netdev_dbg(dev, "Dropping TSO6 features since no CSUM feature.\n");
9852 features &= ~NETIF_F_TSO6;
9855 /* TSO with IPv4 ID mangling requires IPv4 TSO be enabled */
9856 if ((features & NETIF_F_TSO_MANGLEID) && !(features & NETIF_F_TSO))
9857 features &= ~NETIF_F_TSO_MANGLEID;
9859 /* TSO ECN requires that TSO is present as well. */
9860 if ((features & NETIF_F_ALL_TSO) == NETIF_F_TSO_ECN)
9861 features &= ~NETIF_F_TSO_ECN;
9863 /* Software GSO depends on SG. */
9864 if ((features & NETIF_F_GSO) && !(features & NETIF_F_SG)) {
9865 netdev_dbg(dev, "Dropping NETIF_F_GSO since no SG feature.\n");
9866 features &= ~NETIF_F_GSO;
9869 /* GSO partial features require GSO partial be set */
9870 if ((features & dev->gso_partial_features) &&
9871 !(features & NETIF_F_GSO_PARTIAL)) {
9873 "Dropping partially supported GSO features since no GSO partial.\n");
9874 features &= ~dev->gso_partial_features;
9877 if (!(features & NETIF_F_RXCSUM)) {
9878 /* NETIF_F_GRO_HW implies doing RXCSUM since every packet
9879 * successfully merged by hardware must also have the
9880 * checksum verified by hardware. If the user does not
9881 * want to enable RXCSUM, logically, we should disable GRO_HW.
9883 if (features & NETIF_F_GRO_HW) {
9884 netdev_dbg(dev, "Dropping NETIF_F_GRO_HW since no RXCSUM feature.\n");
9885 features &= ~NETIF_F_GRO_HW;
9889 /* LRO/HW-GRO features cannot be combined with RX-FCS */
9890 if (features & NETIF_F_RXFCS) {
9891 if (features & NETIF_F_LRO) {
9892 netdev_dbg(dev, "Dropping LRO feature since RX-FCS is requested.\n");
9893 features &= ~NETIF_F_LRO;
9896 if (features & NETIF_F_GRO_HW) {
9897 netdev_dbg(dev, "Dropping HW-GRO feature since RX-FCS is requested.\n");
9898 features &= ~NETIF_F_GRO_HW;
9902 if (features & NETIF_F_HW_TLS_TX) {
9903 bool ip_csum = (features & (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)) ==
9904 (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM);
9905 bool hw_csum = features & NETIF_F_HW_CSUM;
9907 if (!ip_csum && !hw_csum) {
9908 netdev_dbg(dev, "Dropping TLS TX HW offload feature since no CSUM feature.\n");
9909 features &= ~NETIF_F_HW_TLS_TX;
9913 if ((features & NETIF_F_HW_TLS_RX) && !(features & NETIF_F_RXCSUM)) {
9914 netdev_dbg(dev, "Dropping TLS RX HW offload feature since no RXCSUM feature.\n");
9915 features &= ~NETIF_F_HW_TLS_RX;
9921 int __netdev_update_features(struct net_device *dev)
9923 struct net_device *upper, *lower;
9924 netdev_features_t features;
9925 struct list_head *iter;
9930 features = netdev_get_wanted_features(dev);
9932 if (dev->netdev_ops->ndo_fix_features)
9933 features = dev->netdev_ops->ndo_fix_features(dev, features);
9935 /* driver might be less strict about feature dependencies */
9936 features = netdev_fix_features(dev, features);
9938 /* some features can't be enabled if they're off on an upper device */
9939 netdev_for_each_upper_dev_rcu(dev, upper, iter)
9940 features = netdev_sync_upper_features(dev, upper, features);
9942 if (dev->features == features)
9945 netdev_dbg(dev, "Features changed: %pNF -> %pNF\n",
9946 &dev->features, &features);
9948 if (dev->netdev_ops->ndo_set_features)
9949 err = dev->netdev_ops->ndo_set_features(dev, features);
9953 if (unlikely(err < 0)) {
9955 "set_features() failed (%d); wanted %pNF, left %pNF\n",
9956 err, &features, &dev->features);
9957 /* return non-0 since some features might have changed and
9958 * it's better to fire a spurious notification than miss it
9964 /* some features must be disabled on lower devices when disabled
9965 * on an upper device (think: bonding master or bridge)
9967 netdev_for_each_lower_dev(dev, lower, iter)
9968 netdev_sync_lower_features(dev, lower, features);
9971 netdev_features_t diff = features ^ dev->features;
9973 if (diff & NETIF_F_RX_UDP_TUNNEL_PORT) {
9974 /* udp_tunnel_{get,drop}_rx_info both need
9975 * NETIF_F_RX_UDP_TUNNEL_PORT enabled on the
9976 * device, or they won't do anything.
9977 * Thus we need to update dev->features
9978 * *before* calling udp_tunnel_get_rx_info,
9979 * but *after* calling udp_tunnel_drop_rx_info.
9981 if (features & NETIF_F_RX_UDP_TUNNEL_PORT) {
9982 dev->features = features;
9983 udp_tunnel_get_rx_info(dev);
9985 udp_tunnel_drop_rx_info(dev);
9989 if (diff & NETIF_F_HW_VLAN_CTAG_FILTER) {
9990 if (features & NETIF_F_HW_VLAN_CTAG_FILTER) {
9991 dev->features = features;
9992 err |= vlan_get_rx_ctag_filter_info(dev);
9994 vlan_drop_rx_ctag_filter_info(dev);
9998 if (diff & NETIF_F_HW_VLAN_STAG_FILTER) {
9999 if (features & NETIF_F_HW_VLAN_STAG_FILTER) {
10000 dev->features = features;
10001 err |= vlan_get_rx_stag_filter_info(dev);
10003 vlan_drop_rx_stag_filter_info(dev);
10007 dev->features = features;
10010 return err < 0 ? 0 : 1;
10014 * netdev_update_features - recalculate device features
10015 * @dev: the device to check
10017 * Recalculate dev->features set and send notifications if it
10018 * has changed. Should be called after driver or hardware dependent
10019 * conditions might have changed that influence the features.
10021 void netdev_update_features(struct net_device *dev)
10023 if (__netdev_update_features(dev))
10024 netdev_features_change(dev);
10026 EXPORT_SYMBOL(netdev_update_features);
10029 * netdev_change_features - recalculate device features
10030 * @dev: the device to check
10032 * Recalculate dev->features set and send notifications even
10033 * if they have not changed. Should be called instead of
10034 * netdev_update_features() if also dev->vlan_features might
10035 * have changed to allow the changes to be propagated to stacked
10038 void netdev_change_features(struct net_device *dev)
10040 __netdev_update_features(dev);
10041 netdev_features_change(dev);
10043 EXPORT_SYMBOL(netdev_change_features);
10046 * netif_stacked_transfer_operstate - transfer operstate
10047 * @rootdev: the root or lower level device to transfer state from
10048 * @dev: the device to transfer operstate to
10050 * Transfer operational state from root to device. This is normally
10051 * called when a stacking relationship exists between the root
10052 * device and the device(a leaf device).
10054 void netif_stacked_transfer_operstate(const struct net_device *rootdev,
10055 struct net_device *dev)
10057 if (rootdev->operstate == IF_OPER_DORMANT)
10058 netif_dormant_on(dev);
10060 netif_dormant_off(dev);
10062 if (rootdev->operstate == IF_OPER_TESTING)
10063 netif_testing_on(dev);
10065 netif_testing_off(dev);
10067 if (netif_carrier_ok(rootdev))
10068 netif_carrier_on(dev);
10070 netif_carrier_off(dev);
10072 EXPORT_SYMBOL(netif_stacked_transfer_operstate);
10074 static int netif_alloc_rx_queues(struct net_device *dev)
10076 unsigned int i, count = dev->num_rx_queues;
10077 struct netdev_rx_queue *rx;
10078 size_t sz = count * sizeof(*rx);
10083 rx = kvzalloc(sz, GFP_KERNEL_ACCOUNT | __GFP_RETRY_MAYFAIL);
10089 for (i = 0; i < count; i++) {
10092 /* XDP RX-queue setup */
10093 err = xdp_rxq_info_reg(&rx[i].xdp_rxq, dev, i, 0);
10100 /* Rollback successful reg's and free other resources */
10102 xdp_rxq_info_unreg(&rx[i].xdp_rxq);
10108 static void netif_free_rx_queues(struct net_device *dev)
10110 unsigned int i, count = dev->num_rx_queues;
10112 /* netif_alloc_rx_queues alloc failed, resources have been unreg'ed */
10116 for (i = 0; i < count; i++)
10117 xdp_rxq_info_unreg(&dev->_rx[i].xdp_rxq);
10122 static void netdev_init_one_queue(struct net_device *dev,
10123 struct netdev_queue *queue, void *_unused)
10125 /* Initialize queue lock */
10126 spin_lock_init(&queue->_xmit_lock);
10127 netdev_set_xmit_lockdep_class(&queue->_xmit_lock, dev->type);
10128 queue->xmit_lock_owner = -1;
10129 netdev_queue_numa_node_write(queue, NUMA_NO_NODE);
10132 dql_init(&queue->dql, HZ);
10136 static void netif_free_tx_queues(struct net_device *dev)
10141 static int netif_alloc_netdev_queues(struct net_device *dev)
10143 unsigned int count = dev->num_tx_queues;
10144 struct netdev_queue *tx;
10145 size_t sz = count * sizeof(*tx);
10147 if (count < 1 || count > 0xffff)
10150 tx = kvzalloc(sz, GFP_KERNEL_ACCOUNT | __GFP_RETRY_MAYFAIL);
10156 netdev_for_each_tx_queue(dev, netdev_init_one_queue, NULL);
10157 spin_lock_init(&dev->tx_global_lock);
10162 void netif_tx_stop_all_queues(struct net_device *dev)
10166 for (i = 0; i < dev->num_tx_queues; i++) {
10167 struct netdev_queue *txq = netdev_get_tx_queue(dev, i);
10169 netif_tx_stop_queue(txq);
10172 EXPORT_SYMBOL(netif_tx_stop_all_queues);
10175 * register_netdevice - register a network device
10176 * @dev: device to register
10178 * Take a completed network device structure and add it to the kernel
10179 * interfaces. A %NETDEV_REGISTER message is sent to the netdev notifier
10180 * chain. 0 is returned on success. A negative errno code is returned
10181 * on a failure to set up the device, or if the name is a duplicate.
10183 * Callers must hold the rtnl semaphore. You may want
10184 * register_netdev() instead of this.
10187 * The locking appears insufficient to guarantee two parallel registers
10188 * will not get the same name.
10191 int register_netdevice(struct net_device *dev)
10194 struct net *net = dev_net(dev);
10196 BUILD_BUG_ON(sizeof(netdev_features_t) * BITS_PER_BYTE <
10197 NETDEV_FEATURE_COUNT);
10198 BUG_ON(dev_boot_phase);
10203 /* When net_device's are persistent, this will be fatal. */
10204 BUG_ON(dev->reg_state != NETREG_UNINITIALIZED);
10207 ret = ethtool_check_ops(dev->ethtool_ops);
10211 spin_lock_init(&dev->addr_list_lock);
10212 netdev_set_addr_lockdep_class(dev);
10214 ret = dev_get_valid_name(net, dev, dev->name);
10219 dev->name_node = netdev_name_node_head_alloc(dev);
10220 if (!dev->name_node)
10223 /* Init, if this function is available */
10224 if (dev->netdev_ops->ndo_init) {
10225 ret = dev->netdev_ops->ndo_init(dev);
10229 goto err_free_name;
10233 if (((dev->hw_features | dev->features) &
10234 NETIF_F_HW_VLAN_CTAG_FILTER) &&
10235 (!dev->netdev_ops->ndo_vlan_rx_add_vid ||
10236 !dev->netdev_ops->ndo_vlan_rx_kill_vid)) {
10237 netdev_WARN(dev, "Buggy VLAN acceleration in driver!\n");
10244 dev->ifindex = dev_new_index(net);
10245 else if (__dev_get_by_index(net, dev->ifindex))
10248 /* Transfer changeable features to wanted_features and enable
10249 * software offloads (GSO and GRO).
10251 dev->hw_features |= (NETIF_F_SOFT_FEATURES | NETIF_F_SOFT_FEATURES_OFF);
10252 dev->features |= NETIF_F_SOFT_FEATURES;
10254 if (dev->udp_tunnel_nic_info) {
10255 dev->features |= NETIF_F_RX_UDP_TUNNEL_PORT;
10256 dev->hw_features |= NETIF_F_RX_UDP_TUNNEL_PORT;
10259 dev->wanted_features = dev->features & dev->hw_features;
10261 if (!(dev->flags & IFF_LOOPBACK))
10262 dev->hw_features |= NETIF_F_NOCACHE_COPY;
10264 /* If IPv4 TCP segmentation offload is supported we should also
10265 * allow the device to enable segmenting the frame with the option
10266 * of ignoring a static IP ID value. This doesn't enable the
10267 * feature itself but allows the user to enable it later.
10269 if (dev->hw_features & NETIF_F_TSO)
10270 dev->hw_features |= NETIF_F_TSO_MANGLEID;
10271 if (dev->vlan_features & NETIF_F_TSO)
10272 dev->vlan_features |= NETIF_F_TSO_MANGLEID;
10273 if (dev->mpls_features & NETIF_F_TSO)
10274 dev->mpls_features |= NETIF_F_TSO_MANGLEID;
10275 if (dev->hw_enc_features & NETIF_F_TSO)
10276 dev->hw_enc_features |= NETIF_F_TSO_MANGLEID;
10278 /* Make NETIF_F_HIGHDMA inheritable to VLAN devices.
10280 dev->vlan_features |= NETIF_F_HIGHDMA;
10282 /* Make NETIF_F_SG inheritable to tunnel devices.
10284 dev->hw_enc_features |= NETIF_F_SG | NETIF_F_GSO_PARTIAL;
10286 /* Make NETIF_F_SG inheritable to MPLS.
10288 dev->mpls_features |= NETIF_F_SG;
10290 ret = call_netdevice_notifiers(NETDEV_POST_INIT, dev);
10291 ret = notifier_to_errno(ret);
10295 ret = netdev_register_kobject(dev);
10297 dev->reg_state = NETREG_UNREGISTERED;
10300 dev->reg_state = NETREG_REGISTERED;
10302 __netdev_update_features(dev);
10305 * Default initial state at registry is that the
10306 * device is present.
10309 set_bit(__LINK_STATE_PRESENT, &dev->state);
10311 linkwatch_init_dev(dev);
10313 dev_init_scheduler(dev);
10315 list_netdevice(dev);
10316 add_device_randomness(dev->dev_addr, dev->addr_len);
10318 /* If the device has permanent device address, driver should
10319 * set dev_addr and also addr_assign_type should be set to
10320 * NET_ADDR_PERM (default value).
10322 if (dev->addr_assign_type == NET_ADDR_PERM)
10323 memcpy(dev->perm_addr, dev->dev_addr, dev->addr_len);
10325 /* Notify protocols, that a new device appeared. */
10326 ret = call_netdevice_notifiers(NETDEV_REGISTER, dev);
10327 ret = notifier_to_errno(ret);
10329 /* Expect explicit free_netdev() on failure */
10330 dev->needs_free_netdev = false;
10331 unregister_netdevice_queue(dev, NULL);
10335 * Prevent userspace races by waiting until the network
10336 * device is fully setup before sending notifications.
10338 if (!dev->rtnl_link_ops ||
10339 dev->rtnl_link_state == RTNL_LINK_INITIALIZED)
10340 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL);
10346 if (dev->netdev_ops->ndo_uninit)
10347 dev->netdev_ops->ndo_uninit(dev);
10348 if (dev->priv_destructor)
10349 dev->priv_destructor(dev);
10351 netdev_name_node_free(dev->name_node);
10354 EXPORT_SYMBOL(register_netdevice);
10357 * init_dummy_netdev - init a dummy network device for NAPI
10358 * @dev: device to init
10360 * This takes a network device structure and initialize the minimum
10361 * amount of fields so it can be used to schedule NAPI polls without
10362 * registering a full blown interface. This is to be used by drivers
10363 * that need to tie several hardware interfaces to a single NAPI
10364 * poll scheduler due to HW limitations.
10366 int init_dummy_netdev(struct net_device *dev)
10368 /* Clear everything. Note we don't initialize spinlocks
10369 * are they aren't supposed to be taken by any of the
10370 * NAPI code and this dummy netdev is supposed to be
10371 * only ever used for NAPI polls
10373 memset(dev, 0, sizeof(struct net_device));
10375 /* make sure we BUG if trying to hit standard
10376 * register/unregister code path
10378 dev->reg_state = NETREG_DUMMY;
10380 /* NAPI wants this */
10381 INIT_LIST_HEAD(&dev->napi_list);
10383 /* a dummy interface is started by default */
10384 set_bit(__LINK_STATE_PRESENT, &dev->state);
10385 set_bit(__LINK_STATE_START, &dev->state);
10387 /* napi_busy_loop stats accounting wants this */
10388 dev_net_set(dev, &init_net);
10390 /* Note : We dont allocate pcpu_refcnt for dummy devices,
10391 * because users of this 'device' dont need to change
10397 EXPORT_SYMBOL_GPL(init_dummy_netdev);
10401 * register_netdev - register a network device
10402 * @dev: device to register
10404 * Take a completed network device structure and add it to the kernel
10405 * interfaces. A %NETDEV_REGISTER message is sent to the netdev notifier
10406 * chain. 0 is returned on success. A negative errno code is returned
10407 * on a failure to set up the device, or if the name is a duplicate.
10409 * This is a wrapper around register_netdevice that takes the rtnl semaphore
10410 * and expands the device name if you passed a format string to
10413 int register_netdev(struct net_device *dev)
10417 if (rtnl_lock_killable())
10419 err = register_netdevice(dev);
10423 EXPORT_SYMBOL(register_netdev);
10425 int netdev_refcnt_read(const struct net_device *dev)
10427 #ifdef CONFIG_PCPU_DEV_REFCNT
10430 for_each_possible_cpu(i)
10431 refcnt += *per_cpu_ptr(dev->pcpu_refcnt, i);
10434 return refcount_read(&dev->dev_refcnt);
10437 EXPORT_SYMBOL(netdev_refcnt_read);
10439 int netdev_unregister_timeout_secs __read_mostly = 10;
10441 #define WAIT_REFS_MIN_MSECS 1
10442 #define WAIT_REFS_MAX_MSECS 250
10444 * netdev_wait_allrefs - wait until all references are gone.
10445 * @dev: target net_device
10447 * This is called when unregistering network devices.
10449 * Any protocol or device that holds a reference should register
10450 * for netdevice notification, and cleanup and put back the
10451 * reference if they receive an UNREGISTER event.
10452 * We can get stuck here if buggy protocols don't correctly
10455 static void netdev_wait_allrefs(struct net_device *dev)
10457 unsigned long rebroadcast_time, warning_time;
10458 int wait = 0, refcnt;
10460 linkwatch_forget_dev(dev);
10462 rebroadcast_time = warning_time = jiffies;
10463 refcnt = netdev_refcnt_read(dev);
10465 while (refcnt != 1) {
10466 if (time_after(jiffies, rebroadcast_time + 1 * HZ)) {
10469 /* Rebroadcast unregister notification */
10470 call_netdevice_notifiers(NETDEV_UNREGISTER, dev);
10476 if (test_bit(__LINK_STATE_LINKWATCH_PENDING,
10478 /* We must not have linkwatch events
10479 * pending on unregister. If this
10480 * happens, we simply run the queue
10481 * unscheduled, resulting in a noop
10484 linkwatch_run_queue();
10489 rebroadcast_time = jiffies;
10494 wait = WAIT_REFS_MIN_MSECS;
10497 wait = min(wait << 1, WAIT_REFS_MAX_MSECS);
10500 refcnt = netdev_refcnt_read(dev);
10503 time_after(jiffies, warning_time +
10504 netdev_unregister_timeout_secs * HZ)) {
10505 pr_emerg("unregister_netdevice: waiting for %s to become free. Usage count = %d\n",
10506 dev->name, refcnt);
10507 warning_time = jiffies;
10512 /* The sequence is:
10516 * register_netdevice(x1);
10517 * register_netdevice(x2);
10519 * unregister_netdevice(y1);
10520 * unregister_netdevice(y2);
10526 * We are invoked by rtnl_unlock().
10527 * This allows us to deal with problems:
10528 * 1) We can delete sysfs objects which invoke hotplug
10529 * without deadlocking with linkwatch via keventd.
10530 * 2) Since we run with the RTNL semaphore not held, we can sleep
10531 * safely in order to wait for the netdev refcnt to drop to zero.
10533 * We must not return until all unregister events added during
10534 * the interval the lock was held have been completed.
10536 void netdev_run_todo(void)
10538 struct list_head list;
10539 #ifdef CONFIG_LOCKDEP
10540 struct list_head unlink_list;
10542 list_replace_init(&net_unlink_list, &unlink_list);
10544 while (!list_empty(&unlink_list)) {
10545 struct net_device *dev = list_first_entry(&unlink_list,
10548 list_del_init(&dev->unlink_list);
10549 dev->nested_level = dev->lower_level - 1;
10553 /* Snapshot list, allow later requests */
10554 list_replace_init(&net_todo_list, &list);
10559 /* Wait for rcu callbacks to finish before next phase */
10560 if (!list_empty(&list))
10563 while (!list_empty(&list)) {
10564 struct net_device *dev
10565 = list_first_entry(&list, struct net_device, todo_list);
10566 list_del(&dev->todo_list);
10568 if (unlikely(dev->reg_state != NETREG_UNREGISTERING)) {
10569 pr_err("network todo '%s' but state %d\n",
10570 dev->name, dev->reg_state);
10575 dev->reg_state = NETREG_UNREGISTERED;
10577 netdev_wait_allrefs(dev);
10580 BUG_ON(netdev_refcnt_read(dev) != 1);
10581 BUG_ON(!list_empty(&dev->ptype_all));
10582 BUG_ON(!list_empty(&dev->ptype_specific));
10583 WARN_ON(rcu_access_pointer(dev->ip_ptr));
10584 WARN_ON(rcu_access_pointer(dev->ip6_ptr));
10585 #if IS_ENABLED(CONFIG_DECNET)
10586 WARN_ON(dev->dn_ptr);
10588 if (dev->priv_destructor)
10589 dev->priv_destructor(dev);
10590 if (dev->needs_free_netdev)
10593 /* Report a network device has been unregistered */
10595 dev_net(dev)->dev_unreg_count--;
10597 wake_up(&netdev_unregistering_wq);
10599 /* Free network device */
10600 kobject_put(&dev->dev.kobj);
10604 /* Convert net_device_stats to rtnl_link_stats64. rtnl_link_stats64 has
10605 * all the same fields in the same order as net_device_stats, with only
10606 * the type differing, but rtnl_link_stats64 may have additional fields
10607 * at the end for newer counters.
10609 void netdev_stats_to_stats64(struct rtnl_link_stats64 *stats64,
10610 const struct net_device_stats *netdev_stats)
10612 #if BITS_PER_LONG == 64
10613 BUILD_BUG_ON(sizeof(*stats64) < sizeof(*netdev_stats));
10614 memcpy(stats64, netdev_stats, sizeof(*netdev_stats));
10615 /* zero out counters that only exist in rtnl_link_stats64 */
10616 memset((char *)stats64 + sizeof(*netdev_stats), 0,
10617 sizeof(*stats64) - sizeof(*netdev_stats));
10619 size_t i, n = sizeof(*netdev_stats) / sizeof(unsigned long);
10620 const unsigned long *src = (const unsigned long *)netdev_stats;
10621 u64 *dst = (u64 *)stats64;
10623 BUILD_BUG_ON(n > sizeof(*stats64) / sizeof(u64));
10624 for (i = 0; i < n; i++)
10626 /* zero out counters that only exist in rtnl_link_stats64 */
10627 memset((char *)stats64 + n * sizeof(u64), 0,
10628 sizeof(*stats64) - n * sizeof(u64));
10631 EXPORT_SYMBOL(netdev_stats_to_stats64);
10634 * dev_get_stats - get network device statistics
10635 * @dev: device to get statistics from
10636 * @storage: place to store stats
10638 * Get network statistics from device. Return @storage.
10639 * The device driver may provide its own method by setting
10640 * dev->netdev_ops->get_stats64 or dev->netdev_ops->get_stats;
10641 * otherwise the internal statistics structure is used.
10643 struct rtnl_link_stats64 *dev_get_stats(struct net_device *dev,
10644 struct rtnl_link_stats64 *storage)
10646 const struct net_device_ops *ops = dev->netdev_ops;
10648 if (ops->ndo_get_stats64) {
10649 memset(storage, 0, sizeof(*storage));
10650 ops->ndo_get_stats64(dev, storage);
10651 } else if (ops->ndo_get_stats) {
10652 netdev_stats_to_stats64(storage, ops->ndo_get_stats(dev));
10654 netdev_stats_to_stats64(storage, &dev->stats);
10656 storage->rx_dropped += (unsigned long)atomic_long_read(&dev->rx_dropped);
10657 storage->tx_dropped += (unsigned long)atomic_long_read(&dev->tx_dropped);
10658 storage->rx_nohandler += (unsigned long)atomic_long_read(&dev->rx_nohandler);
10661 EXPORT_SYMBOL(dev_get_stats);
10664 * dev_fetch_sw_netstats - get per-cpu network device statistics
10665 * @s: place to store stats
10666 * @netstats: per-cpu network stats to read from
10668 * Read per-cpu network statistics and populate the related fields in @s.
10670 void dev_fetch_sw_netstats(struct rtnl_link_stats64 *s,
10671 const struct pcpu_sw_netstats __percpu *netstats)
10675 for_each_possible_cpu(cpu) {
10676 const struct pcpu_sw_netstats *stats;
10677 struct pcpu_sw_netstats tmp;
10678 unsigned int start;
10680 stats = per_cpu_ptr(netstats, cpu);
10682 start = u64_stats_fetch_begin_irq(&stats->syncp);
10683 tmp.rx_packets = stats->rx_packets;
10684 tmp.rx_bytes = stats->rx_bytes;
10685 tmp.tx_packets = stats->tx_packets;
10686 tmp.tx_bytes = stats->tx_bytes;
10687 } while (u64_stats_fetch_retry_irq(&stats->syncp, start));
10689 s->rx_packets += tmp.rx_packets;
10690 s->rx_bytes += tmp.rx_bytes;
10691 s->tx_packets += tmp.tx_packets;
10692 s->tx_bytes += tmp.tx_bytes;
10695 EXPORT_SYMBOL_GPL(dev_fetch_sw_netstats);
10698 * dev_get_tstats64 - ndo_get_stats64 implementation
10699 * @dev: device to get statistics from
10700 * @s: place to store stats
10702 * Populate @s from dev->stats and dev->tstats. Can be used as
10703 * ndo_get_stats64() callback.
10705 void dev_get_tstats64(struct net_device *dev, struct rtnl_link_stats64 *s)
10707 netdev_stats_to_stats64(s, &dev->stats);
10708 dev_fetch_sw_netstats(s, dev->tstats);
10710 EXPORT_SYMBOL_GPL(dev_get_tstats64);
10712 struct netdev_queue *dev_ingress_queue_create(struct net_device *dev)
10714 struct netdev_queue *queue = dev_ingress_queue(dev);
10716 #ifdef CONFIG_NET_CLS_ACT
10719 queue = kzalloc(sizeof(*queue), GFP_KERNEL);
10722 netdev_init_one_queue(dev, queue, NULL);
10723 RCU_INIT_POINTER(queue->qdisc, &noop_qdisc);
10724 queue->qdisc_sleeping = &noop_qdisc;
10725 rcu_assign_pointer(dev->ingress_queue, queue);
10730 static const struct ethtool_ops default_ethtool_ops;
10732 void netdev_set_default_ethtool_ops(struct net_device *dev,
10733 const struct ethtool_ops *ops)
10735 if (dev->ethtool_ops == &default_ethtool_ops)
10736 dev->ethtool_ops = ops;
10738 EXPORT_SYMBOL_GPL(netdev_set_default_ethtool_ops);
10740 void netdev_freemem(struct net_device *dev)
10742 char *addr = (char *)dev - dev->padded;
10748 * alloc_netdev_mqs - allocate network device
10749 * @sizeof_priv: size of private data to allocate space for
10750 * @name: device name format string
10751 * @name_assign_type: origin of device name
10752 * @setup: callback to initialize device
10753 * @txqs: the number of TX subqueues to allocate
10754 * @rxqs: the number of RX subqueues to allocate
10756 * Allocates a struct net_device with private data area for driver use
10757 * and performs basic initialization. Also allocates subqueue structs
10758 * for each queue on the device.
10760 struct net_device *alloc_netdev_mqs(int sizeof_priv, const char *name,
10761 unsigned char name_assign_type,
10762 void (*setup)(struct net_device *),
10763 unsigned int txqs, unsigned int rxqs)
10765 struct net_device *dev;
10766 unsigned int alloc_size;
10767 struct net_device *p;
10769 BUG_ON(strlen(name) >= sizeof(dev->name));
10772 pr_err("alloc_netdev: Unable to allocate device with zero queues\n");
10777 pr_err("alloc_netdev: Unable to allocate device with zero RX queues\n");
10781 alloc_size = sizeof(struct net_device);
10783 /* ensure 32-byte alignment of private area */
10784 alloc_size = ALIGN(alloc_size, NETDEV_ALIGN);
10785 alloc_size += sizeof_priv;
10787 /* ensure 32-byte alignment of whole construct */
10788 alloc_size += NETDEV_ALIGN - 1;
10790 p = kvzalloc(alloc_size, GFP_KERNEL_ACCOUNT | __GFP_RETRY_MAYFAIL);
10794 dev = PTR_ALIGN(p, NETDEV_ALIGN);
10795 dev->padded = (char *)dev - (char *)p;
10797 #ifdef CONFIG_PCPU_DEV_REFCNT
10798 dev->pcpu_refcnt = alloc_percpu(int);
10799 if (!dev->pcpu_refcnt)
10803 refcount_set(&dev->dev_refcnt, 1);
10806 if (dev_addr_init(dev))
10812 dev_net_set(dev, &init_net);
10814 dev->gso_max_size = GSO_MAX_SIZE;
10815 dev->gso_max_segs = GSO_MAX_SEGS;
10816 dev->upper_level = 1;
10817 dev->lower_level = 1;
10818 #ifdef CONFIG_LOCKDEP
10819 dev->nested_level = 0;
10820 INIT_LIST_HEAD(&dev->unlink_list);
10823 INIT_LIST_HEAD(&dev->napi_list);
10824 INIT_LIST_HEAD(&dev->unreg_list);
10825 INIT_LIST_HEAD(&dev->close_list);
10826 INIT_LIST_HEAD(&dev->link_watch_list);
10827 INIT_LIST_HEAD(&dev->adj_list.upper);
10828 INIT_LIST_HEAD(&dev->adj_list.lower);
10829 INIT_LIST_HEAD(&dev->ptype_all);
10830 INIT_LIST_HEAD(&dev->ptype_specific);
10831 INIT_LIST_HEAD(&dev->net_notifier_list);
10832 #ifdef CONFIG_NET_SCHED
10833 hash_init(dev->qdisc_hash);
10835 dev->priv_flags = IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM;
10838 if (!dev->tx_queue_len) {
10839 dev->priv_flags |= IFF_NO_QUEUE;
10840 dev->tx_queue_len = DEFAULT_TX_QUEUE_LEN;
10843 dev->num_tx_queues = txqs;
10844 dev->real_num_tx_queues = txqs;
10845 if (netif_alloc_netdev_queues(dev))
10848 dev->num_rx_queues = rxqs;
10849 dev->real_num_rx_queues = rxqs;
10850 if (netif_alloc_rx_queues(dev))
10853 strcpy(dev->name, name);
10854 dev->name_assign_type = name_assign_type;
10855 dev->group = INIT_NETDEV_GROUP;
10856 if (!dev->ethtool_ops)
10857 dev->ethtool_ops = &default_ethtool_ops;
10859 nf_hook_ingress_init(dev);
10868 #ifdef CONFIG_PCPU_DEV_REFCNT
10869 free_percpu(dev->pcpu_refcnt);
10872 netdev_freemem(dev);
10875 EXPORT_SYMBOL(alloc_netdev_mqs);
10878 * free_netdev - free network device
10881 * This function does the last stage of destroying an allocated device
10882 * interface. The reference to the device object is released. If this
10883 * is the last reference then it will be freed.Must be called in process
10886 void free_netdev(struct net_device *dev)
10888 struct napi_struct *p, *n;
10892 /* When called immediately after register_netdevice() failed the unwind
10893 * handling may still be dismantling the device. Handle that case by
10894 * deferring the free.
10896 if (dev->reg_state == NETREG_UNREGISTERING) {
10898 dev->needs_free_netdev = true;
10902 netif_free_tx_queues(dev);
10903 netif_free_rx_queues(dev);
10905 kfree(rcu_dereference_protected(dev->ingress_queue, 1));
10907 /* Flush device addresses */
10908 dev_addr_flush(dev);
10910 list_for_each_entry_safe(p, n, &dev->napi_list, dev_list)
10913 #ifdef CONFIG_PCPU_DEV_REFCNT
10914 free_percpu(dev->pcpu_refcnt);
10915 dev->pcpu_refcnt = NULL;
10917 free_percpu(dev->xdp_bulkq);
10918 dev->xdp_bulkq = NULL;
10920 /* Compatibility with error handling in drivers */
10921 if (dev->reg_state == NETREG_UNINITIALIZED) {
10922 netdev_freemem(dev);
10926 BUG_ON(dev->reg_state != NETREG_UNREGISTERED);
10927 dev->reg_state = NETREG_RELEASED;
10929 /* will free via device release */
10930 put_device(&dev->dev);
10932 EXPORT_SYMBOL(free_netdev);
10935 * synchronize_net - Synchronize with packet receive processing
10937 * Wait for packets currently being received to be done.
10938 * Does not block later packets from starting.
10940 void synchronize_net(void)
10943 if (rtnl_is_locked())
10944 synchronize_rcu_expedited();
10948 EXPORT_SYMBOL(synchronize_net);
10951 * unregister_netdevice_queue - remove device from the kernel
10955 * This function shuts down a device interface and removes it
10956 * from the kernel tables.
10957 * If head not NULL, device is queued to be unregistered later.
10959 * Callers must hold the rtnl semaphore. You may want
10960 * unregister_netdev() instead of this.
10963 void unregister_netdevice_queue(struct net_device *dev, struct list_head *head)
10968 list_move_tail(&dev->unreg_list, head);
10972 list_add(&dev->unreg_list, &single);
10973 unregister_netdevice_many(&single);
10976 EXPORT_SYMBOL(unregister_netdevice_queue);
10979 * unregister_netdevice_many - unregister many devices
10980 * @head: list of devices
10982 * Note: As most callers use a stack allocated list_head,
10983 * we force a list_del() to make sure stack wont be corrupted later.
10985 void unregister_netdevice_many(struct list_head *head)
10987 struct net_device *dev, *tmp;
10988 LIST_HEAD(close_head);
10990 BUG_ON(dev_boot_phase);
10993 if (list_empty(head))
10996 list_for_each_entry_safe(dev, tmp, head, unreg_list) {
10997 /* Some devices call without registering
10998 * for initialization unwind. Remove those
10999 * devices and proceed with the remaining.
11001 if (dev->reg_state == NETREG_UNINITIALIZED) {
11002 pr_debug("unregister_netdevice: device %s/%p never was registered\n",
11006 list_del(&dev->unreg_list);
11009 dev->dismantle = true;
11010 BUG_ON(dev->reg_state != NETREG_REGISTERED);
11013 /* If device is running, close it first. */
11014 list_for_each_entry(dev, head, unreg_list)
11015 list_add_tail(&dev->close_list, &close_head);
11016 dev_close_many(&close_head, true);
11018 list_for_each_entry(dev, head, unreg_list) {
11019 /* And unlink it from device chain. */
11020 unlist_netdevice(dev);
11022 dev->reg_state = NETREG_UNREGISTERING;
11024 flush_all_backlogs();
11028 list_for_each_entry(dev, head, unreg_list) {
11029 struct sk_buff *skb = NULL;
11031 /* Shutdown queueing discipline. */
11034 dev_xdp_uninstall(dev);
11036 /* Notify protocols, that we are about to destroy
11037 * this device. They should clean all the things.
11039 call_netdevice_notifiers(NETDEV_UNREGISTER, dev);
11041 if (!dev->rtnl_link_ops ||
11042 dev->rtnl_link_state == RTNL_LINK_INITIALIZED)
11043 skb = rtmsg_ifinfo_build_skb(RTM_DELLINK, dev, ~0U, 0,
11044 GFP_KERNEL, NULL, 0);
11047 * Flush the unicast and multicast chains
11052 netdev_name_node_alt_flush(dev);
11053 netdev_name_node_free(dev->name_node);
11055 if (dev->netdev_ops->ndo_uninit)
11056 dev->netdev_ops->ndo_uninit(dev);
11059 rtmsg_ifinfo_send(skb, dev, GFP_KERNEL);
11061 /* Notifier chain MUST detach us all upper devices. */
11062 WARN_ON(netdev_has_any_upper_dev(dev));
11063 WARN_ON(netdev_has_any_lower_dev(dev));
11065 /* Remove entries from kobject tree */
11066 netdev_unregister_kobject(dev);
11068 /* Remove XPS queueing entries */
11069 netif_reset_xps_queues_gt(dev, 0);
11075 list_for_each_entry(dev, head, unreg_list) {
11082 EXPORT_SYMBOL(unregister_netdevice_many);
11085 * unregister_netdev - remove device from the kernel
11088 * This function shuts down a device interface and removes it
11089 * from the kernel tables.
11091 * This is just a wrapper for unregister_netdevice that takes
11092 * the rtnl semaphore. In general you want to use this and not
11093 * unregister_netdevice.
11095 void unregister_netdev(struct net_device *dev)
11098 unregister_netdevice(dev);
11101 EXPORT_SYMBOL(unregister_netdev);
11104 * __dev_change_net_namespace - move device to different nethost namespace
11106 * @net: network namespace
11107 * @pat: If not NULL name pattern to try if the current device name
11108 * is already taken in the destination network namespace.
11109 * @new_ifindex: If not zero, specifies device index in the target
11112 * This function shuts down a device interface and moves it
11113 * to a new network namespace. On success 0 is returned, on
11114 * a failure a netagive errno code is returned.
11116 * Callers must hold the rtnl semaphore.
11119 int __dev_change_net_namespace(struct net_device *dev, struct net *net,
11120 const char *pat, int new_ifindex)
11122 struct net *net_old = dev_net(dev);
11127 /* Don't allow namespace local devices to be moved. */
11129 if (dev->features & NETIF_F_NETNS_LOCAL)
11132 /* Ensure the device has been registrered */
11133 if (dev->reg_state != NETREG_REGISTERED)
11136 /* Get out if there is nothing todo */
11138 if (net_eq(net_old, net))
11141 /* Pick the destination device name, and ensure
11142 * we can use it in the destination network namespace.
11145 if (__dev_get_by_name(net, dev->name)) {
11146 /* We get here if we can't use the current device name */
11149 err = dev_get_valid_name(net, dev, pat);
11154 /* Check that new_ifindex isn't used yet. */
11156 if (new_ifindex && __dev_get_by_index(net, new_ifindex))
11160 * And now a mini version of register_netdevice unregister_netdevice.
11163 /* If device is running close it first. */
11166 /* And unlink it from device chain */
11167 unlist_netdevice(dev);
11171 /* Shutdown queueing discipline. */
11174 /* Notify protocols, that we are about to destroy
11175 * this device. They should clean all the things.
11177 * Note that dev->reg_state stays at NETREG_REGISTERED.
11178 * This is wanted because this way 8021q and macvlan know
11179 * the device is just moving and can keep their slaves up.
11181 call_netdevice_notifiers(NETDEV_UNREGISTER, dev);
11184 new_nsid = peernet2id_alloc(dev_net(dev), net, GFP_KERNEL);
11185 /* If there is an ifindex conflict assign a new one */
11186 if (!new_ifindex) {
11187 if (__dev_get_by_index(net, dev->ifindex))
11188 new_ifindex = dev_new_index(net);
11190 new_ifindex = dev->ifindex;
11193 rtmsg_ifinfo_newnet(RTM_DELLINK, dev, ~0U, GFP_KERNEL, &new_nsid,
11197 * Flush the unicast and multicast chains
11202 /* Send a netdev-removed uevent to the old namespace */
11203 kobject_uevent(&dev->dev.kobj, KOBJ_REMOVE);
11204 netdev_adjacent_del_links(dev);
11206 /* Move per-net netdevice notifiers that are following the netdevice */
11207 move_netdevice_notifiers_dev_net(dev, net);
11209 /* Actually switch the network namespace */
11210 dev_net_set(dev, net);
11211 dev->ifindex = new_ifindex;
11213 /* Send a netdev-add uevent to the new namespace */
11214 kobject_uevent(&dev->dev.kobj, KOBJ_ADD);
11215 netdev_adjacent_add_links(dev);
11217 /* Fixup kobjects */
11218 err = device_rename(&dev->dev, dev->name);
11221 /* Adapt owner in case owning user namespace of target network
11222 * namespace is different from the original one.
11224 err = netdev_change_owner(dev, net_old, net);
11227 /* Add the device back in the hashes */
11228 list_netdevice(dev);
11230 /* Notify protocols, that a new device appeared. */
11231 call_netdevice_notifiers(NETDEV_REGISTER, dev);
11234 * Prevent userspace races by waiting until the network
11235 * device is fully setup before sending notifications.
11237 rtmsg_ifinfo(RTM_NEWLINK, dev, ~0U, GFP_KERNEL);
11244 EXPORT_SYMBOL_GPL(__dev_change_net_namespace);
11246 static int dev_cpu_dead(unsigned int oldcpu)
11248 struct sk_buff **list_skb;
11249 struct sk_buff *skb;
11251 struct softnet_data *sd, *oldsd, *remsd = NULL;
11253 local_irq_disable();
11254 cpu = smp_processor_id();
11255 sd = &per_cpu(softnet_data, cpu);
11256 oldsd = &per_cpu(softnet_data, oldcpu);
11258 /* Find end of our completion_queue. */
11259 list_skb = &sd->completion_queue;
11261 list_skb = &(*list_skb)->next;
11262 /* Append completion queue from offline CPU. */
11263 *list_skb = oldsd->completion_queue;
11264 oldsd->completion_queue = NULL;
11266 /* Append output queue from offline CPU. */
11267 if (oldsd->output_queue) {
11268 *sd->output_queue_tailp = oldsd->output_queue;
11269 sd->output_queue_tailp = oldsd->output_queue_tailp;
11270 oldsd->output_queue = NULL;
11271 oldsd->output_queue_tailp = &oldsd->output_queue;
11273 /* Append NAPI poll list from offline CPU, with one exception :
11274 * process_backlog() must be called by cpu owning percpu backlog.
11275 * We properly handle process_queue & input_pkt_queue later.
11277 while (!list_empty(&oldsd->poll_list)) {
11278 struct napi_struct *napi = list_first_entry(&oldsd->poll_list,
11279 struct napi_struct,
11282 list_del_init(&napi->poll_list);
11283 if (napi->poll == process_backlog)
11286 ____napi_schedule(sd, napi);
11289 raise_softirq_irqoff(NET_TX_SOFTIRQ);
11290 local_irq_enable();
11293 remsd = oldsd->rps_ipi_list;
11294 oldsd->rps_ipi_list = NULL;
11296 /* send out pending IPI's on offline CPU */
11297 net_rps_send_ipi(remsd);
11299 /* Process offline CPU's input_pkt_queue */
11300 while ((skb = __skb_dequeue(&oldsd->process_queue))) {
11302 input_queue_head_incr(oldsd);
11304 while ((skb = skb_dequeue(&oldsd->input_pkt_queue))) {
11306 input_queue_head_incr(oldsd);
11313 * netdev_increment_features - increment feature set by one
11314 * @all: current feature set
11315 * @one: new feature set
11316 * @mask: mask feature set
11318 * Computes a new feature set after adding a device with feature set
11319 * @one to the master device with current feature set @all. Will not
11320 * enable anything that is off in @mask. Returns the new feature set.
11322 netdev_features_t netdev_increment_features(netdev_features_t all,
11323 netdev_features_t one, netdev_features_t mask)
11325 if (mask & NETIF_F_HW_CSUM)
11326 mask |= NETIF_F_CSUM_MASK;
11327 mask |= NETIF_F_VLAN_CHALLENGED;
11329 all |= one & (NETIF_F_ONE_FOR_ALL | NETIF_F_CSUM_MASK) & mask;
11330 all &= one | ~NETIF_F_ALL_FOR_ALL;
11332 /* If one device supports hw checksumming, set for all. */
11333 if (all & NETIF_F_HW_CSUM)
11334 all &= ~(NETIF_F_CSUM_MASK & ~NETIF_F_HW_CSUM);
11338 EXPORT_SYMBOL(netdev_increment_features);
11340 static struct hlist_head * __net_init netdev_create_hash(void)
11343 struct hlist_head *hash;
11345 hash = kmalloc_array(NETDEV_HASHENTRIES, sizeof(*hash), GFP_KERNEL);
11347 for (i = 0; i < NETDEV_HASHENTRIES; i++)
11348 INIT_HLIST_HEAD(&hash[i]);
11353 /* Initialize per network namespace state */
11354 static int __net_init netdev_init(struct net *net)
11356 BUILD_BUG_ON(GRO_HASH_BUCKETS >
11357 8 * sizeof_field(struct napi_struct, gro_bitmask));
11359 if (net != &init_net)
11360 INIT_LIST_HEAD(&net->dev_base_head);
11362 net->dev_name_head = netdev_create_hash();
11363 if (net->dev_name_head == NULL)
11366 net->dev_index_head = netdev_create_hash();
11367 if (net->dev_index_head == NULL)
11370 RAW_INIT_NOTIFIER_HEAD(&net->netdev_chain);
11375 kfree(net->dev_name_head);
11381 * netdev_drivername - network driver for the device
11382 * @dev: network device
11384 * Determine network driver for device.
11386 const char *netdev_drivername(const struct net_device *dev)
11388 const struct device_driver *driver;
11389 const struct device *parent;
11390 const char *empty = "";
11392 parent = dev->dev.parent;
11396 driver = parent->driver;
11397 if (driver && driver->name)
11398 return driver->name;
11402 static void __netdev_printk(const char *level, const struct net_device *dev,
11403 struct va_format *vaf)
11405 if (dev && dev->dev.parent) {
11406 dev_printk_emit(level[1] - '0',
11409 dev_driver_string(dev->dev.parent),
11410 dev_name(dev->dev.parent),
11411 netdev_name(dev), netdev_reg_state(dev),
11414 printk("%s%s%s: %pV",
11415 level, netdev_name(dev), netdev_reg_state(dev), vaf);
11417 printk("%s(NULL net_device): %pV", level, vaf);
11421 void netdev_printk(const char *level, const struct net_device *dev,
11422 const char *format, ...)
11424 struct va_format vaf;
11427 va_start(args, format);
11432 __netdev_printk(level, dev, &vaf);
11436 EXPORT_SYMBOL(netdev_printk);
11438 #define define_netdev_printk_level(func, level) \
11439 void func(const struct net_device *dev, const char *fmt, ...) \
11441 struct va_format vaf; \
11444 va_start(args, fmt); \
11449 __netdev_printk(level, dev, &vaf); \
11453 EXPORT_SYMBOL(func);
11455 define_netdev_printk_level(netdev_emerg, KERN_EMERG);
11456 define_netdev_printk_level(netdev_alert, KERN_ALERT);
11457 define_netdev_printk_level(netdev_crit, KERN_CRIT);
11458 define_netdev_printk_level(netdev_err, KERN_ERR);
11459 define_netdev_printk_level(netdev_warn, KERN_WARNING);
11460 define_netdev_printk_level(netdev_notice, KERN_NOTICE);
11461 define_netdev_printk_level(netdev_info, KERN_INFO);
11463 static void __net_exit netdev_exit(struct net *net)
11465 kfree(net->dev_name_head);
11466 kfree(net->dev_index_head);
11467 if (net != &init_net)
11468 WARN_ON_ONCE(!list_empty(&net->dev_base_head));
11471 static struct pernet_operations __net_initdata netdev_net_ops = {
11472 .init = netdev_init,
11473 .exit = netdev_exit,
11476 static void __net_exit default_device_exit(struct net *net)
11478 struct net_device *dev, *aux;
11480 * Push all migratable network devices back to the
11481 * initial network namespace
11484 for_each_netdev_safe(net, dev, aux) {
11486 char fb_name[IFNAMSIZ];
11488 /* Ignore unmoveable devices (i.e. loopback) */
11489 if (dev->features & NETIF_F_NETNS_LOCAL)
11492 /* Leave virtual devices for the generic cleanup */
11493 if (dev->rtnl_link_ops && !dev->rtnl_link_ops->netns_refund)
11496 /* Push remaining network devices to init_net */
11497 snprintf(fb_name, IFNAMSIZ, "dev%d", dev->ifindex);
11498 if (__dev_get_by_name(&init_net, fb_name))
11499 snprintf(fb_name, IFNAMSIZ, "dev%%d");
11500 err = dev_change_net_namespace(dev, &init_net, fb_name);
11502 pr_emerg("%s: failed to move %s to init_net: %d\n",
11503 __func__, dev->name, err);
11510 static void __net_exit rtnl_lock_unregistering(struct list_head *net_list)
11512 /* Return with the rtnl_lock held when there are no network
11513 * devices unregistering in any network namespace in net_list.
11516 bool unregistering;
11517 DEFINE_WAIT_FUNC(wait, woken_wake_function);
11519 add_wait_queue(&netdev_unregistering_wq, &wait);
11521 unregistering = false;
11523 list_for_each_entry(net, net_list, exit_list) {
11524 if (net->dev_unreg_count > 0) {
11525 unregistering = true;
11529 if (!unregistering)
11533 wait_woken(&wait, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT);
11535 remove_wait_queue(&netdev_unregistering_wq, &wait);
11538 static void __net_exit default_device_exit_batch(struct list_head *net_list)
11540 /* At exit all network devices most be removed from a network
11541 * namespace. Do this in the reverse order of registration.
11542 * Do this across as many network namespaces as possible to
11543 * improve batching efficiency.
11545 struct net_device *dev;
11547 LIST_HEAD(dev_kill_list);
11549 /* To prevent network device cleanup code from dereferencing
11550 * loopback devices or network devices that have been freed
11551 * wait here for all pending unregistrations to complete,
11552 * before unregistring the loopback device and allowing the
11553 * network namespace be freed.
11555 * The netdev todo list containing all network devices
11556 * unregistrations that happen in default_device_exit_batch
11557 * will run in the rtnl_unlock() at the end of
11558 * default_device_exit_batch.
11560 rtnl_lock_unregistering(net_list);
11561 list_for_each_entry(net, net_list, exit_list) {
11562 for_each_netdev_reverse(net, dev) {
11563 if (dev->rtnl_link_ops && dev->rtnl_link_ops->dellink)
11564 dev->rtnl_link_ops->dellink(dev, &dev_kill_list);
11566 unregister_netdevice_queue(dev, &dev_kill_list);
11569 unregister_netdevice_many(&dev_kill_list);
11573 static struct pernet_operations __net_initdata default_device_ops = {
11574 .exit = default_device_exit,
11575 .exit_batch = default_device_exit_batch,
11579 * Initialize the DEV module. At boot time this walks the device list and
11580 * unhooks any devices that fail to initialise (normally hardware not
11581 * present) and leaves us with a valid list of present and active devices.
11586 * This is called single threaded during boot, so no need
11587 * to take the rtnl semaphore.
11589 static int __init net_dev_init(void)
11591 int i, rc = -ENOMEM;
11593 BUG_ON(!dev_boot_phase);
11595 if (dev_proc_init())
11598 if (netdev_kobject_init())
11601 INIT_LIST_HEAD(&ptype_all);
11602 for (i = 0; i < PTYPE_HASH_SIZE; i++)
11603 INIT_LIST_HEAD(&ptype_base[i]);
11605 INIT_LIST_HEAD(&offload_base);
11607 if (register_pernet_subsys(&netdev_net_ops))
11611 * Initialise the packet receive queues.
11614 for_each_possible_cpu(i) {
11615 struct work_struct *flush = per_cpu_ptr(&flush_works, i);
11616 struct softnet_data *sd = &per_cpu(softnet_data, i);
11618 INIT_WORK(flush, flush_backlog);
11620 skb_queue_head_init(&sd->input_pkt_queue);
11621 skb_queue_head_init(&sd->process_queue);
11622 #ifdef CONFIG_XFRM_OFFLOAD
11623 skb_queue_head_init(&sd->xfrm_backlog);
11625 INIT_LIST_HEAD(&sd->poll_list);
11626 sd->output_queue_tailp = &sd->output_queue;
11628 INIT_CSD(&sd->csd, rps_trigger_softirq, sd);
11632 init_gro_hash(&sd->backlog);
11633 sd->backlog.poll = process_backlog;
11634 sd->backlog.weight = weight_p;
11637 dev_boot_phase = 0;
11639 /* The loopback device is special if any other network devices
11640 * is present in a network namespace the loopback device must
11641 * be present. Since we now dynamically allocate and free the
11642 * loopback device ensure this invariant is maintained by
11643 * keeping the loopback device as the first device on the
11644 * list of network devices. Ensuring the loopback devices
11645 * is the first device that appears and the last network device
11648 if (register_pernet_device(&loopback_net_ops))
11651 if (register_pernet_device(&default_device_ops))
11654 open_softirq(NET_TX_SOFTIRQ, net_tx_action);
11655 open_softirq(NET_RX_SOFTIRQ, net_rx_action);
11657 rc = cpuhp_setup_state_nocalls(CPUHP_NET_DEV_DEAD, "net/dev:dead",
11658 NULL, dev_cpu_dead);
11665 subsys_initcall(net_dev_init);