2 * IPv6 Address [auto]configuration
3 * Linux INET6 implementation
6 * Pedro Roque <roque@di.fc.ul.pt>
7 * Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version
12 * 2 of the License, or (at your option) any later version.
18 * Janos Farkas : delete timer on ifdown
19 * <chexum@bankinf.banki.hu>
20 * Andi Kleen : kill double kfree on module
22 * Maciej W. Rozycki : FDDI support
23 * sekiya@USAGI : Don't send too many RS
25 * yoshfuji@USAGI : Fixed interval between DAD
27 * YOSHIFUJI Hideaki @USAGI : improved accuracy of
28 * address validation timer.
29 * YOSHIFUJI Hideaki @USAGI : Privacy Extensions (RFC3041)
31 * Yuji SEKIYA @USAGI : Don't assign a same IPv6
32 * address on a same interface.
33 * YOSHIFUJI Hideaki @USAGI : ARCnet support
34 * YOSHIFUJI Hideaki @USAGI : convert /proc/net/if_inet6 to
36 * YOSHIFUJI Hideaki @USAGI : improved source address
37 * selection; consider scope,
41 #define pr_fmt(fmt) "IPv6: " fmt
43 #include <linux/errno.h>
44 #include <linux/types.h>
45 #include <linux/kernel.h>
46 #include <linux/socket.h>
47 #include <linux/sockios.h>
48 #include <linux/net.h>
49 #include <linux/in6.h>
50 #include <linux/netdevice.h>
51 #include <linux/if_addr.h>
52 #include <linux/if_arp.h>
53 #include <linux/if_arcnet.h>
54 #include <linux/if_infiniband.h>
55 #include <linux/route.h>
56 #include <linux/inetdevice.h>
57 #include <linux/init.h>
58 #include <linux/slab.h>
60 #include <linux/sysctl.h>
62 #include <linux/capability.h>
63 #include <linux/delay.h>
64 #include <linux/notifier.h>
65 #include <linux/string.h>
66 #include <linux/hash.h>
68 #include <net/net_namespace.h>
72 #include <net/af_ieee802154.h>
73 #include <net/firewire.h>
75 #include <net/protocol.h>
76 #include <net/ndisc.h>
77 #include <net/ip6_route.h>
78 #include <net/addrconf.h>
81 #include <net/netlink.h>
82 #include <net/pkt_sched.h>
83 #include <linux/if_tunnel.h>
84 #include <linux/rtnetlink.h>
85 #include <linux/netconf.h>
86 #include <linux/random.h>
87 #include <linux/uaccess.h>
88 #include <asm/unaligned.h>
90 #include <linux/proc_fs.h>
91 #include <linux/seq_file.h>
92 #include <linux/export.h>
94 /* Set to 3 to get tracing... */
98 #define ADBG(fmt, ...) printk(fmt, ##__VA_ARGS__)
100 #define ADBG(fmt, ...) do { if (0) printk(fmt, ##__VA_ARGS__); } while (0)
103 #define INFINITY_LIFE_TIME 0xFFFFFFFF
105 static inline u32 cstamp_delta(unsigned long cstamp)
107 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ;
111 static void addrconf_sysctl_register(struct inet6_dev *idev);
112 static void addrconf_sysctl_unregister(struct inet6_dev *idev);
114 static inline void addrconf_sysctl_register(struct inet6_dev *idev)
118 static inline void addrconf_sysctl_unregister(struct inet6_dev *idev)
123 static void __ipv6_regen_rndid(struct inet6_dev *idev);
124 static void __ipv6_try_regen_rndid(struct inet6_dev *idev, struct in6_addr *tmpaddr);
125 static void ipv6_regen_rndid(unsigned long data);
127 static int ipv6_generate_eui64(u8 *eui, struct net_device *dev);
128 static int ipv6_count_addresses(struct inet6_dev *idev);
131 * Configured unicast address hash table
133 static struct hlist_head inet6_addr_lst[IN6_ADDR_HSIZE];
134 static DEFINE_SPINLOCK(addrconf_hash_lock);
136 static void addrconf_verify(unsigned long);
138 static DEFINE_TIMER(addr_chk_timer, addrconf_verify, 0, 0);
139 static DEFINE_SPINLOCK(addrconf_verify_lock);
141 static void addrconf_join_anycast(struct inet6_ifaddr *ifp);
142 static void addrconf_leave_anycast(struct inet6_ifaddr *ifp);
144 static void addrconf_type_change(struct net_device *dev,
145 unsigned long event);
146 static int addrconf_ifdown(struct net_device *dev, int how);
148 static struct rt6_info *addrconf_get_prefix_route(const struct in6_addr *pfx,
150 const struct net_device *dev,
151 u32 flags, u32 noflags);
153 static void addrconf_dad_start(struct inet6_ifaddr *ifp);
154 static void addrconf_dad_timer(unsigned long data);
155 static void addrconf_dad_completed(struct inet6_ifaddr *ifp);
156 static void addrconf_dad_run(struct inet6_dev *idev);
157 static void addrconf_rs_timer(unsigned long data);
158 static void __ipv6_ifa_notify(int event, struct inet6_ifaddr *ifa);
159 static void ipv6_ifa_notify(int event, struct inet6_ifaddr *ifa);
161 static void inet6_prefix_notify(int event, struct inet6_dev *idev,
162 struct prefix_info *pinfo);
163 static bool ipv6_chk_same_addr(struct net *net, const struct in6_addr *addr,
164 struct net_device *dev);
166 static struct ipv6_devconf ipv6_devconf __read_mostly = {
168 .hop_limit = IPV6_DEFAULT_HOPLIMIT,
169 .mtu6 = IPV6_MIN_MTU,
171 .accept_redirects = 1,
173 .force_mld_version = 0,
174 .mldv1_unsolicited_report_interval = 10 * HZ,
175 .mldv2_unsolicited_report_interval = HZ,
177 .rtr_solicits = MAX_RTR_SOLICITATIONS,
178 .rtr_solicit_interval = RTR_SOLICITATION_INTERVAL,
179 .rtr_solicit_delay = MAX_RTR_SOLICITATION_DELAY,
181 .temp_valid_lft = TEMP_VALID_LIFETIME,
182 .temp_prefered_lft = TEMP_PREFERRED_LIFETIME,
183 .regen_max_retry = REGEN_MAX_RETRY,
184 .max_desync_factor = MAX_DESYNC_FACTOR,
185 .max_addresses = IPV6_MAX_ADDRESSES,
186 .accept_ra_defrtr = 1,
187 .accept_ra_pinfo = 1,
188 #ifdef CONFIG_IPV6_ROUTER_PREF
189 .accept_ra_rtr_pref = 1,
190 .rtr_probe_interval = 60 * HZ,
191 #ifdef CONFIG_IPV6_ROUTE_INFO
192 .accept_ra_rt_info_max_plen = 0,
196 .accept_source_route = 0, /* we do not accept RH0 by default. */
199 .suppress_frag_ndisc = 1,
202 static struct ipv6_devconf ipv6_devconf_dflt __read_mostly = {
204 .hop_limit = IPV6_DEFAULT_HOPLIMIT,
205 .mtu6 = IPV6_MIN_MTU,
207 .accept_redirects = 1,
209 .force_mld_version = 0,
210 .mldv1_unsolicited_report_interval = 10 * HZ,
211 .mldv2_unsolicited_report_interval = HZ,
213 .rtr_solicits = MAX_RTR_SOLICITATIONS,
214 .rtr_solicit_interval = RTR_SOLICITATION_INTERVAL,
215 .rtr_solicit_delay = MAX_RTR_SOLICITATION_DELAY,
217 .temp_valid_lft = TEMP_VALID_LIFETIME,
218 .temp_prefered_lft = TEMP_PREFERRED_LIFETIME,
219 .regen_max_retry = REGEN_MAX_RETRY,
220 .max_desync_factor = MAX_DESYNC_FACTOR,
221 .max_addresses = IPV6_MAX_ADDRESSES,
222 .accept_ra_defrtr = 1,
223 .accept_ra_pinfo = 1,
224 #ifdef CONFIG_IPV6_ROUTER_PREF
225 .accept_ra_rtr_pref = 1,
226 .rtr_probe_interval = 60 * HZ,
227 #ifdef CONFIG_IPV6_ROUTE_INFO
228 .accept_ra_rt_info_max_plen = 0,
232 .accept_source_route = 0, /* we do not accept RH0 by default. */
235 .suppress_frag_ndisc = 1,
238 /* Check if a valid qdisc is available */
239 static inline bool addrconf_qdisc_ok(const struct net_device *dev)
241 return !qdisc_tx_is_noop(dev);
244 static void addrconf_del_rs_timer(struct inet6_dev *idev)
246 if (del_timer(&idev->rs_timer))
250 static void addrconf_del_dad_timer(struct inet6_ifaddr *ifp)
252 if (del_timer(&ifp->dad_timer))
256 static void addrconf_mod_rs_timer(struct inet6_dev *idev,
259 if (!timer_pending(&idev->rs_timer))
261 mod_timer(&idev->rs_timer, jiffies + when);
264 static void addrconf_mod_dad_timer(struct inet6_ifaddr *ifp,
267 if (!timer_pending(&ifp->dad_timer))
269 mod_timer(&ifp->dad_timer, jiffies + when);
272 static int snmp6_alloc_dev(struct inet6_dev *idev)
276 if (snmp_mib_init((void __percpu **)idev->stats.ipv6,
277 sizeof(struct ipstats_mib),
278 __alignof__(struct ipstats_mib)) < 0)
281 for_each_possible_cpu(i) {
282 struct ipstats_mib *addrconf_stats;
283 addrconf_stats = per_cpu_ptr(idev->stats.ipv6[0], i);
284 u64_stats_init(&addrconf_stats->syncp);
285 #if SNMP_ARRAY_SZ == 2
286 addrconf_stats = per_cpu_ptr(idev->stats.ipv6[1], i);
287 u64_stats_init(&addrconf_stats->syncp);
292 idev->stats.icmpv6dev = kzalloc(sizeof(struct icmpv6_mib_device),
294 if (!idev->stats.icmpv6dev)
296 idev->stats.icmpv6msgdev = kzalloc(sizeof(struct icmpv6msg_mib_device),
298 if (!idev->stats.icmpv6msgdev)
304 kfree(idev->stats.icmpv6dev);
306 snmp_mib_free((void __percpu **)idev->stats.ipv6);
311 static struct inet6_dev *ipv6_add_dev(struct net_device *dev)
313 struct inet6_dev *ndev;
317 if (dev->mtu < IPV6_MIN_MTU)
320 ndev = kzalloc(sizeof(struct inet6_dev), GFP_KERNEL);
325 rwlock_init(&ndev->lock);
327 INIT_LIST_HEAD(&ndev->addr_list);
328 setup_timer(&ndev->rs_timer, addrconf_rs_timer,
329 (unsigned long)ndev);
330 memcpy(&ndev->cnf, dev_net(dev)->ipv6.devconf_dflt, sizeof(ndev->cnf));
331 ndev->cnf.mtu6 = dev->mtu;
332 ndev->cnf.sysctl = NULL;
333 ndev->nd_parms = neigh_parms_alloc(dev, &nd_tbl);
334 if (ndev->nd_parms == NULL) {
338 if (ndev->cnf.forwarding)
339 dev_disable_lro(dev);
340 /* We refer to the device */
343 if (snmp6_alloc_dev(ndev) < 0) {
345 "%s: cannot allocate memory for statistics; dev=%s.\n",
346 __func__, dev->name);
347 neigh_parms_release(&nd_tbl, ndev->nd_parms);
353 if (snmp6_register_dev(ndev) < 0) {
355 "%s: cannot create /proc/net/dev_snmp6/%s\n",
356 __func__, dev->name);
357 neigh_parms_release(&nd_tbl, ndev->nd_parms);
359 in6_dev_finish_destroy(ndev);
363 /* One reference from device. We must do this before
364 * we invoke __ipv6_regen_rndid().
368 if (dev->flags & (IFF_NOARP | IFF_LOOPBACK))
369 ndev->cnf.accept_dad = -1;
371 #if IS_ENABLED(CONFIG_IPV6_SIT)
372 if (dev->type == ARPHRD_SIT && (dev->priv_flags & IFF_ISATAP)) {
373 pr_info("%s: Disabled Multicast RS\n", dev->name);
374 ndev->cnf.rtr_solicits = 0;
378 INIT_LIST_HEAD(&ndev->tempaddr_list);
379 setup_timer(&ndev->regen_timer, ipv6_regen_rndid, (unsigned long)ndev);
380 if ((dev->flags&IFF_LOOPBACK) ||
381 dev->type == ARPHRD_TUNNEL ||
382 dev->type == ARPHRD_TUNNEL6 ||
383 dev->type == ARPHRD_SIT ||
384 dev->type == ARPHRD_NONE) {
385 ndev->cnf.use_tempaddr = -1;
388 ipv6_regen_rndid((unsigned long) ndev);
391 ndev->token = in6addr_any;
393 if (netif_running(dev) && addrconf_qdisc_ok(dev))
394 ndev->if_flags |= IF_READY;
396 ipv6_mc_init_dev(ndev);
397 ndev->tstamp = jiffies;
398 addrconf_sysctl_register(ndev);
399 /* protected by rtnl_lock */
400 rcu_assign_pointer(dev->ip6_ptr, ndev);
402 /* Join interface-local all-node multicast group */
403 ipv6_dev_mc_inc(dev, &in6addr_interfacelocal_allnodes);
405 /* Join all-node multicast group */
406 ipv6_dev_mc_inc(dev, &in6addr_linklocal_allnodes);
408 /* Join all-router multicast group if forwarding is set */
409 if (ndev->cnf.forwarding && (dev->flags & IFF_MULTICAST))
410 ipv6_dev_mc_inc(dev, &in6addr_linklocal_allrouters);
415 static struct inet6_dev *ipv6_find_idev(struct net_device *dev)
417 struct inet6_dev *idev;
421 idev = __in6_dev_get(dev);
423 idev = ipv6_add_dev(dev);
428 if (dev->flags&IFF_UP)
433 static int inet6_netconf_msgsize_devconf(int type)
435 int size = NLMSG_ALIGN(sizeof(struct netconfmsg))
436 + nla_total_size(4); /* NETCONFA_IFINDEX */
438 /* type -1 is used for ALL */
439 if (type == -1 || type == NETCONFA_FORWARDING)
440 size += nla_total_size(4);
441 #ifdef CONFIG_IPV6_MROUTE
442 if (type == -1 || type == NETCONFA_MC_FORWARDING)
443 size += nla_total_size(4);
449 static int inet6_netconf_fill_devconf(struct sk_buff *skb, int ifindex,
450 struct ipv6_devconf *devconf, u32 portid,
451 u32 seq, int event, unsigned int flags,
454 struct nlmsghdr *nlh;
455 struct netconfmsg *ncm;
457 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg),
462 ncm = nlmsg_data(nlh);
463 ncm->ncm_family = AF_INET6;
465 if (nla_put_s32(skb, NETCONFA_IFINDEX, ifindex) < 0)
466 goto nla_put_failure;
468 /* type -1 is used for ALL */
469 if ((type == -1 || type == NETCONFA_FORWARDING) &&
470 nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0)
471 goto nla_put_failure;
472 #ifdef CONFIG_IPV6_MROUTE
473 if ((type == -1 || type == NETCONFA_MC_FORWARDING) &&
474 nla_put_s32(skb, NETCONFA_MC_FORWARDING,
475 devconf->mc_forwarding) < 0)
476 goto nla_put_failure;
478 return nlmsg_end(skb, nlh);
481 nlmsg_cancel(skb, nlh);
485 void inet6_netconf_notify_devconf(struct net *net, int type, int ifindex,
486 struct ipv6_devconf *devconf)
491 skb = nlmsg_new(inet6_netconf_msgsize_devconf(type), GFP_ATOMIC);
495 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, 0, 0,
496 RTM_NEWNETCONF, 0, type);
498 /* -EMSGSIZE implies BUG in inet6_netconf_msgsize_devconf() */
499 WARN_ON(err == -EMSGSIZE);
503 rtnl_notify(skb, net, 0, RTNLGRP_IPV6_NETCONF, NULL, GFP_ATOMIC);
506 rtnl_set_sk_err(net, RTNLGRP_IPV6_NETCONF, err);
509 static const struct nla_policy devconf_ipv6_policy[NETCONFA_MAX+1] = {
510 [NETCONFA_IFINDEX] = { .len = sizeof(int) },
511 [NETCONFA_FORWARDING] = { .len = sizeof(int) },
514 static int inet6_netconf_get_devconf(struct sk_buff *in_skb,
515 struct nlmsghdr *nlh)
517 struct net *net = sock_net(in_skb->sk);
518 struct nlattr *tb[NETCONFA_MAX+1];
519 struct netconfmsg *ncm;
521 struct ipv6_devconf *devconf;
522 struct inet6_dev *in6_dev;
523 struct net_device *dev;
527 err = nlmsg_parse(nlh, sizeof(*ncm), tb, NETCONFA_MAX,
528 devconf_ipv6_policy);
533 if (!tb[NETCONFA_IFINDEX])
536 ifindex = nla_get_s32(tb[NETCONFA_IFINDEX]);
538 case NETCONFA_IFINDEX_ALL:
539 devconf = net->ipv6.devconf_all;
541 case NETCONFA_IFINDEX_DEFAULT:
542 devconf = net->ipv6.devconf_dflt;
545 dev = __dev_get_by_index(net, ifindex);
548 in6_dev = __in6_dev_get(dev);
551 devconf = &in6_dev->cnf;
556 skb = nlmsg_new(inet6_netconf_msgsize_devconf(-1), GFP_ATOMIC);
560 err = inet6_netconf_fill_devconf(skb, ifindex, devconf,
561 NETLINK_CB(in_skb).portid,
562 nlh->nlmsg_seq, RTM_NEWNETCONF, 0,
565 /* -EMSGSIZE implies BUG in inet6_netconf_msgsize_devconf() */
566 WARN_ON(err == -EMSGSIZE);
570 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
575 static int inet6_netconf_dump_devconf(struct sk_buff *skb,
576 struct netlink_callback *cb)
578 struct net *net = sock_net(skb->sk);
581 struct net_device *dev;
582 struct inet6_dev *idev;
583 struct hlist_head *head;
586 s_idx = idx = cb->args[1];
588 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) {
590 head = &net->dev_index_head[h];
592 cb->seq = atomic_read(&net->ipv6.dev_addr_genid) ^
594 hlist_for_each_entry_rcu(dev, head, index_hlist) {
597 idev = __in6_dev_get(dev);
601 if (inet6_netconf_fill_devconf(skb, dev->ifindex,
603 NETLINK_CB(cb->skb).portid,
611 nl_dump_check_consistent(cb, nlmsg_hdr(skb));
617 if (h == NETDEV_HASHENTRIES) {
618 if (inet6_netconf_fill_devconf(skb, NETCONFA_IFINDEX_ALL,
619 net->ipv6.devconf_all,
620 NETLINK_CB(cb->skb).portid,
622 RTM_NEWNETCONF, NLM_F_MULTI,
628 if (h == NETDEV_HASHENTRIES + 1) {
629 if (inet6_netconf_fill_devconf(skb, NETCONFA_IFINDEX_DEFAULT,
630 net->ipv6.devconf_dflt,
631 NETLINK_CB(cb->skb).portid,
633 RTM_NEWNETCONF, NLM_F_MULTI,
647 static void dev_forward_change(struct inet6_dev *idev)
649 struct net_device *dev;
650 struct inet6_ifaddr *ifa;
655 if (idev->cnf.forwarding)
656 dev_disable_lro(dev);
657 if (dev->flags & IFF_MULTICAST) {
658 if (idev->cnf.forwarding) {
659 ipv6_dev_mc_inc(dev, &in6addr_linklocal_allrouters);
660 ipv6_dev_mc_inc(dev, &in6addr_interfacelocal_allrouters);
661 ipv6_dev_mc_inc(dev, &in6addr_sitelocal_allrouters);
663 ipv6_dev_mc_dec(dev, &in6addr_linklocal_allrouters);
664 ipv6_dev_mc_dec(dev, &in6addr_interfacelocal_allrouters);
665 ipv6_dev_mc_dec(dev, &in6addr_sitelocal_allrouters);
669 list_for_each_entry(ifa, &idev->addr_list, if_list) {
670 if (ifa->flags&IFA_F_TENTATIVE)
672 if (idev->cnf.forwarding)
673 addrconf_join_anycast(ifa);
675 addrconf_leave_anycast(ifa);
677 inet6_netconf_notify_devconf(dev_net(dev), NETCONFA_FORWARDING,
678 dev->ifindex, &idev->cnf);
682 static void addrconf_forward_change(struct net *net, __s32 newf)
684 struct net_device *dev;
685 struct inet6_dev *idev;
687 for_each_netdev(net, dev) {
688 idev = __in6_dev_get(dev);
690 int changed = (!idev->cnf.forwarding) ^ (!newf);
691 idev->cnf.forwarding = newf;
693 dev_forward_change(idev);
698 static int addrconf_fixup_forwarding(struct ctl_table *table, int *p, int newf)
704 return restart_syscall();
706 net = (struct net *)table->extra2;
710 if (p == &net->ipv6.devconf_dflt->forwarding) {
711 if ((!newf) ^ (!old))
712 inet6_netconf_notify_devconf(net, NETCONFA_FORWARDING,
713 NETCONFA_IFINDEX_DEFAULT,
714 net->ipv6.devconf_dflt);
719 if (p == &net->ipv6.devconf_all->forwarding) {
720 net->ipv6.devconf_dflt->forwarding = newf;
721 addrconf_forward_change(net, newf);
722 if ((!newf) ^ (!old))
723 inet6_netconf_notify_devconf(net, NETCONFA_FORWARDING,
724 NETCONFA_IFINDEX_ALL,
725 net->ipv6.devconf_all);
726 } else if ((!newf) ^ (!old))
727 dev_forward_change((struct inet6_dev *)table->extra1);
731 rt6_purge_dflt_routers(net);
736 /* Nobody refers to this ifaddr, destroy it */
737 void inet6_ifa_finish_destroy(struct inet6_ifaddr *ifp)
739 WARN_ON(!hlist_unhashed(&ifp->addr_lst));
741 #ifdef NET_REFCNT_DEBUG
742 pr_debug("%s\n", __func__);
745 in6_dev_put(ifp->idev);
747 if (del_timer(&ifp->dad_timer))
748 pr_notice("Timer is still running, when freeing ifa=%p\n", ifp);
750 if (ifp->state != INET6_IFADDR_STATE_DEAD) {
751 pr_warn("Freeing alive inet6 address %p\n", ifp);
760 ipv6_link_dev_addr(struct inet6_dev *idev, struct inet6_ifaddr *ifp)
763 int ifp_scope = ipv6_addr_src_scope(&ifp->addr);
766 * Each device address list is sorted in order of scope -
767 * global before linklocal.
769 list_for_each(p, &idev->addr_list) {
770 struct inet6_ifaddr *ifa
771 = list_entry(p, struct inet6_ifaddr, if_list);
772 if (ifp_scope >= ipv6_addr_src_scope(&ifa->addr))
776 list_add_tail(&ifp->if_list, p);
779 static u32 inet6_addr_hash(const struct in6_addr *addr)
781 return hash_32(ipv6_addr_hash(addr), IN6_ADDR_HSIZE_SHIFT);
784 /* On success it returns ifp with increased reference count */
786 static struct inet6_ifaddr *
787 ipv6_add_addr(struct inet6_dev *idev, const struct in6_addr *addr,
788 const struct in6_addr *peer_addr, int pfxlen,
789 int scope, u32 flags, u32 valid_lft, u32 prefered_lft)
791 struct inet6_ifaddr *ifa = NULL;
795 int addr_type = ipv6_addr_type(addr);
797 if (addr_type == IPV6_ADDR_ANY ||
798 addr_type & IPV6_ADDR_MULTICAST ||
799 (!(idev->dev->flags & IFF_LOOPBACK) &&
800 addr_type & IPV6_ADDR_LOOPBACK))
801 return ERR_PTR(-EADDRNOTAVAIL);
805 err = -ENODEV; /*XXX*/
809 if (idev->cnf.disable_ipv6) {
814 spin_lock(&addrconf_hash_lock);
816 /* Ignore adding duplicate addresses on an interface */
817 if (ipv6_chk_same_addr(dev_net(idev->dev), addr, idev->dev)) {
818 ADBG("ipv6_add_addr: already assigned\n");
823 ifa = kzalloc(sizeof(struct inet6_ifaddr), GFP_ATOMIC);
826 ADBG("ipv6_add_addr: malloc failed\n");
831 rt = addrconf_dst_alloc(idev, addr, false);
839 ifa->peer_addr = *peer_addr;
841 spin_lock_init(&ifa->lock);
842 spin_lock_init(&ifa->state_lock);
843 setup_timer(&ifa->dad_timer, addrconf_dad_timer,
845 INIT_HLIST_NODE(&ifa->addr_lst);
847 ifa->prefix_len = pfxlen;
848 ifa->flags = flags | IFA_F_TENTATIVE;
849 ifa->valid_lft = valid_lft;
850 ifa->prefered_lft = prefered_lft;
851 ifa->cstamp = ifa->tstamp = jiffies;
852 ifa->tokenized = false;
861 /* Add to big hash table */
862 hash = inet6_addr_hash(addr);
864 hlist_add_head_rcu(&ifa->addr_lst, &inet6_addr_lst[hash]);
865 spin_unlock(&addrconf_hash_lock);
867 write_lock(&idev->lock);
868 /* Add to inet6_dev unicast addr list. */
869 ipv6_link_dev_addr(idev, ifa);
871 if (ifa->flags&IFA_F_TEMPORARY) {
872 list_add(&ifa->tmp_list, &idev->tempaddr_list);
877 write_unlock(&idev->lock);
879 rcu_read_unlock_bh();
881 if (likely(err == 0))
882 inet6addr_notifier_call_chain(NETDEV_UP, ifa);
890 spin_unlock(&addrconf_hash_lock);
894 /* This function wants to get referenced ifp and releases it before return */
896 static void ipv6_del_addr(struct inet6_ifaddr *ifp)
898 struct inet6_ifaddr *ifa, *ifn;
899 struct inet6_dev *idev = ifp->idev;
901 int deleted = 0, onlink = 0;
902 unsigned long expires = jiffies;
904 spin_lock_bh(&ifp->state_lock);
906 ifp->state = INET6_IFADDR_STATE_DEAD;
907 spin_unlock_bh(&ifp->state_lock);
909 if (state == INET6_IFADDR_STATE_DEAD)
912 spin_lock_bh(&addrconf_hash_lock);
913 hlist_del_init_rcu(&ifp->addr_lst);
914 spin_unlock_bh(&addrconf_hash_lock);
916 write_lock_bh(&idev->lock);
918 if (ifp->flags&IFA_F_TEMPORARY) {
919 list_del(&ifp->tmp_list);
921 in6_ifa_put(ifp->ifpub);
927 list_for_each_entry_safe(ifa, ifn, &idev->addr_list, if_list) {
929 list_del_init(&ifp->if_list);
932 if (!(ifp->flags & IFA_F_PERMANENT) || onlink > 0)
936 } else if (ifp->flags & IFA_F_PERMANENT) {
937 if (ipv6_prefix_equal(&ifa->addr, &ifp->addr,
939 if (ifa->flags & IFA_F_PERMANENT) {
944 unsigned long lifetime;
949 spin_lock(&ifa->lock);
951 lifetime = addrconf_timeout_fixup(ifa->valid_lft, HZ);
953 * Note: Because this address is
954 * not permanent, lifetime <
955 * LONG_MAX / HZ here.
957 if (time_before(expires,
958 ifa->tstamp + lifetime * HZ))
959 expires = ifa->tstamp + lifetime * HZ;
960 spin_unlock(&ifa->lock);
965 write_unlock_bh(&idev->lock);
967 addrconf_del_dad_timer(ifp);
969 ipv6_ifa_notify(RTM_DELADDR, ifp);
971 inet6addr_notifier_call_chain(NETDEV_DOWN, ifp);
974 * Purge or update corresponding prefix
976 * 1) we don't purge prefix here if address was not permanent.
977 * prefix is managed by its own lifetime.
978 * 2) if there're no addresses, delete prefix.
979 * 3) if there're still other permanent address(es),
980 * corresponding prefix is still permanent.
981 * 4) otherwise, update prefix lifetime to the
982 * longest valid lifetime among the corresponding
983 * addresses on the device.
984 * Note: subsequent RA will update lifetime.
988 if ((ifp->flags & IFA_F_PERMANENT) && onlink < 1) {
989 struct in6_addr prefix;
992 ipv6_addr_prefix(&prefix, &ifp->addr, ifp->prefix_len);
994 rt = addrconf_get_prefix_route(&prefix,
997 0, RTF_GATEWAY | RTF_DEFAULT);
1003 } else if (!(rt->rt6i_flags & RTF_EXPIRES)) {
1004 rt6_set_expires(rt, expires);
1010 /* clean up prefsrc entries */
1011 rt6_remove_prefsrc(ifp);
1016 static int ipv6_create_tempaddr(struct inet6_ifaddr *ifp, struct inet6_ifaddr *ift)
1018 struct inet6_dev *idev = ifp->idev;
1019 struct in6_addr addr, *tmpaddr;
1020 unsigned long tmp_prefered_lft, tmp_valid_lft, tmp_tstamp, age;
1021 unsigned long regen_advance;
1025 unsigned long now = jiffies;
1027 write_lock(&idev->lock);
1029 spin_lock_bh(&ift->lock);
1030 memcpy(&addr.s6_addr[8], &ift->addr.s6_addr[8], 8);
1031 spin_unlock_bh(&ift->lock);
1038 if (idev->cnf.use_tempaddr <= 0) {
1039 write_unlock(&idev->lock);
1040 pr_info("%s: use_tempaddr is disabled\n", __func__);
1045 spin_lock_bh(&ifp->lock);
1046 if (ifp->regen_count++ >= idev->cnf.regen_max_retry) {
1047 idev->cnf.use_tempaddr = -1; /*XXX*/
1048 spin_unlock_bh(&ifp->lock);
1049 write_unlock(&idev->lock);
1050 pr_warn("%s: regeneration time exceeded - disabled temporary address support\n",
1057 memcpy(addr.s6_addr, ifp->addr.s6_addr, 8);
1058 __ipv6_try_regen_rndid(idev, tmpaddr);
1059 memcpy(&addr.s6_addr[8], idev->rndid, 8);
1060 age = (now - ifp->tstamp) / HZ;
1061 tmp_valid_lft = min_t(__u32,
1063 idev->cnf.temp_valid_lft + age);
1064 tmp_prefered_lft = min_t(__u32,
1066 idev->cnf.temp_prefered_lft + age -
1067 idev->cnf.max_desync_factor);
1068 tmp_plen = ifp->prefix_len;
1069 tmp_tstamp = ifp->tstamp;
1070 spin_unlock_bh(&ifp->lock);
1072 regen_advance = idev->cnf.regen_max_retry *
1073 idev->cnf.dad_transmits *
1074 idev->nd_parms->retrans_time / HZ;
1075 write_unlock(&idev->lock);
1077 /* A temporary address is created only if this calculated Preferred
1078 * Lifetime is greater than REGEN_ADVANCE time units. In particular,
1079 * an implementation must not create a temporary address with a zero
1080 * Preferred Lifetime.
1082 if (tmp_prefered_lft <= regen_advance) {
1089 addr_flags = IFA_F_TEMPORARY;
1090 /* set in addrconf_prefix_rcv() */
1091 if (ifp->flags & IFA_F_OPTIMISTIC)
1092 addr_flags |= IFA_F_OPTIMISTIC;
1094 ift = ipv6_add_addr(idev, &addr, NULL, tmp_plen,
1095 ipv6_addr_scope(&addr), addr_flags,
1096 tmp_valid_lft, tmp_prefered_lft);
1100 pr_info("%s: retry temporary address regeneration\n", __func__);
1102 write_lock(&idev->lock);
1106 spin_lock_bh(&ift->lock);
1109 ift->tstamp = tmp_tstamp;
1110 spin_unlock_bh(&ift->lock);
1112 addrconf_dad_start(ift);
1120 * Choose an appropriate source address (RFC3484)
1123 IPV6_SADDR_RULE_INIT = 0,
1124 IPV6_SADDR_RULE_LOCAL,
1125 IPV6_SADDR_RULE_SCOPE,
1126 IPV6_SADDR_RULE_PREFERRED,
1127 #ifdef CONFIG_IPV6_MIP6
1128 IPV6_SADDR_RULE_HOA,
1130 IPV6_SADDR_RULE_OIF,
1131 IPV6_SADDR_RULE_LABEL,
1132 IPV6_SADDR_RULE_PRIVACY,
1133 IPV6_SADDR_RULE_ORCHID,
1134 IPV6_SADDR_RULE_PREFIX,
1138 struct ipv6_saddr_score {
1141 struct inet6_ifaddr *ifa;
1142 DECLARE_BITMAP(scorebits, IPV6_SADDR_RULE_MAX);
1147 struct ipv6_saddr_dst {
1148 const struct in6_addr *addr;
1155 static inline int ipv6_saddr_preferred(int type)
1157 if (type & (IPV6_ADDR_MAPPED|IPV6_ADDR_COMPATv4|IPV6_ADDR_LOOPBACK))
1162 static int ipv6_get_saddr_eval(struct net *net,
1163 struct ipv6_saddr_score *score,
1164 struct ipv6_saddr_dst *dst,
1169 if (i <= score->rule) {
1171 case IPV6_SADDR_RULE_SCOPE:
1172 ret = score->scopedist;
1174 case IPV6_SADDR_RULE_PREFIX:
1175 ret = score->matchlen;
1178 ret = !!test_bit(i, score->scorebits);
1184 case IPV6_SADDR_RULE_INIT:
1185 /* Rule 0: remember if hiscore is not ready yet */
1188 case IPV6_SADDR_RULE_LOCAL:
1189 /* Rule 1: Prefer same address */
1190 ret = ipv6_addr_equal(&score->ifa->addr, dst->addr);
1192 case IPV6_SADDR_RULE_SCOPE:
1193 /* Rule 2: Prefer appropriate scope
1198 * ---+--+-+---> scope
1200 * | d is scope of the destination.
1202 * | \ <- smaller scope is better if
1203 * B-15 | \ if scope is enough for destinaion.
1204 * | ret = B - scope (-1 <= scope >= d <= 15).
1206 * |/ <- greater is better
1207 * -C / if scope is not enough for destination.
1208 * /| ret = scope - C (-1 <= d < scope <= 15).
1210 * d - C - 1 < B -15 (for all -1 <= d <= 15).
1211 * C > d + 14 - B >= 15 + 14 - B = 29 - B.
1212 * Assume B = 0 and we get C > 29.
1214 ret = __ipv6_addr_src_scope(score->addr_type);
1215 if (ret >= dst->scope)
1218 ret -= 128; /* 30 is enough */
1219 score->scopedist = ret;
1221 case IPV6_SADDR_RULE_PREFERRED:
1222 /* Rule 3: Avoid deprecated and optimistic addresses */
1223 ret = ipv6_saddr_preferred(score->addr_type) ||
1224 !(score->ifa->flags & (IFA_F_DEPRECATED|IFA_F_OPTIMISTIC));
1226 #ifdef CONFIG_IPV6_MIP6
1227 case IPV6_SADDR_RULE_HOA:
1229 /* Rule 4: Prefer home address */
1230 int prefhome = !(dst->prefs & IPV6_PREFER_SRC_COA);
1231 ret = !(score->ifa->flags & IFA_F_HOMEADDRESS) ^ prefhome;
1235 case IPV6_SADDR_RULE_OIF:
1236 /* Rule 5: Prefer outgoing interface */
1237 ret = (!dst->ifindex ||
1238 dst->ifindex == score->ifa->idev->dev->ifindex);
1240 case IPV6_SADDR_RULE_LABEL:
1241 /* Rule 6: Prefer matching label */
1242 ret = ipv6_addr_label(net,
1243 &score->ifa->addr, score->addr_type,
1244 score->ifa->idev->dev->ifindex) == dst->label;
1246 case IPV6_SADDR_RULE_PRIVACY:
1248 /* Rule 7: Prefer public address
1249 * Note: prefer temporary address if use_tempaddr >= 2
1251 int preftmp = dst->prefs & (IPV6_PREFER_SRC_PUBLIC|IPV6_PREFER_SRC_TMP) ?
1252 !!(dst->prefs & IPV6_PREFER_SRC_TMP) :
1253 score->ifa->idev->cnf.use_tempaddr >= 2;
1254 ret = (!(score->ifa->flags & IFA_F_TEMPORARY)) ^ preftmp;
1257 case IPV6_SADDR_RULE_ORCHID:
1258 /* Rule 8-: Prefer ORCHID vs ORCHID or
1259 * non-ORCHID vs non-ORCHID
1261 ret = !(ipv6_addr_orchid(&score->ifa->addr) ^
1262 ipv6_addr_orchid(dst->addr));
1264 case IPV6_SADDR_RULE_PREFIX:
1265 /* Rule 8: Use longest matching prefix */
1266 ret = ipv6_addr_diff(&score->ifa->addr, dst->addr);
1267 if (ret > score->ifa->prefix_len)
1268 ret = score->ifa->prefix_len;
1269 score->matchlen = ret;
1276 __set_bit(i, score->scorebits);
1282 int ipv6_dev_get_saddr(struct net *net, const struct net_device *dst_dev,
1283 const struct in6_addr *daddr, unsigned int prefs,
1284 struct in6_addr *saddr)
1286 struct ipv6_saddr_score scores[2],
1287 *score = &scores[0], *hiscore = &scores[1];
1288 struct ipv6_saddr_dst dst;
1289 struct net_device *dev;
1292 dst_type = __ipv6_addr_type(daddr);
1294 dst.ifindex = dst_dev ? dst_dev->ifindex : 0;
1295 dst.scope = __ipv6_addr_src_scope(dst_type);
1296 dst.label = ipv6_addr_label(net, daddr, dst_type, dst.ifindex);
1300 hiscore->ifa = NULL;
1304 for_each_netdev_rcu(net, dev) {
1305 struct inet6_dev *idev;
1307 /* Candidate Source Address (section 4)
1308 * - multicast and link-local destination address,
1309 * the set of candidate source address MUST only
1310 * include addresses assigned to interfaces
1311 * belonging to the same link as the outgoing
1313 * (- For site-local destination addresses, the
1314 * set of candidate source addresses MUST only
1315 * include addresses assigned to interfaces
1316 * belonging to the same site as the outgoing
1319 if (((dst_type & IPV6_ADDR_MULTICAST) ||
1320 dst.scope <= IPV6_ADDR_SCOPE_LINKLOCAL) &&
1321 dst.ifindex && dev->ifindex != dst.ifindex)
1324 idev = __in6_dev_get(dev);
1328 read_lock_bh(&idev->lock);
1329 list_for_each_entry(score->ifa, &idev->addr_list, if_list) {
1333 * - Tentative Address (RFC2462 section 5.4)
1334 * - A tentative address is not considered
1335 * "assigned to an interface" in the traditional
1336 * sense, unless it is also flagged as optimistic.
1337 * - Candidate Source Address (section 4)
1338 * - In any case, anycast addresses, multicast
1339 * addresses, and the unspecified address MUST
1340 * NOT be included in a candidate set.
1342 if ((score->ifa->flags & IFA_F_TENTATIVE) &&
1343 (!(score->ifa->flags & IFA_F_OPTIMISTIC)))
1346 score->addr_type = __ipv6_addr_type(&score->ifa->addr);
1348 if (unlikely(score->addr_type == IPV6_ADDR_ANY ||
1349 score->addr_type & IPV6_ADDR_MULTICAST)) {
1350 LIMIT_NETDEBUG(KERN_DEBUG
1351 "ADDRCONF: unspecified / multicast address "
1352 "assigned as unicast address on %s",
1358 bitmap_zero(score->scorebits, IPV6_SADDR_RULE_MAX);
1360 for (i = 0; i < IPV6_SADDR_RULE_MAX; i++) {
1361 int minihiscore, miniscore;
1363 minihiscore = ipv6_get_saddr_eval(net, hiscore, &dst, i);
1364 miniscore = ipv6_get_saddr_eval(net, score, &dst, i);
1366 if (minihiscore > miniscore) {
1367 if (i == IPV6_SADDR_RULE_SCOPE &&
1368 score->scopedist > 0) {
1371 * each remaining entry
1372 * has too small (not enough)
1373 * scope, because ifa entries
1374 * are sorted by their scope
1380 } else if (minihiscore < miniscore) {
1382 in6_ifa_put(hiscore->ifa);
1384 in6_ifa_hold(score->ifa);
1386 swap(hiscore, score);
1388 /* restore our iterator */
1389 score->ifa = hiscore->ifa;
1396 read_unlock_bh(&idev->lock);
1401 return -EADDRNOTAVAIL;
1403 *saddr = hiscore->ifa->addr;
1404 in6_ifa_put(hiscore->ifa);
1407 EXPORT_SYMBOL(ipv6_dev_get_saddr);
1409 int __ipv6_get_lladdr(struct inet6_dev *idev, struct in6_addr *addr,
1410 unsigned char banned_flags)
1412 struct inet6_ifaddr *ifp;
1413 int err = -EADDRNOTAVAIL;
1415 list_for_each_entry(ifp, &idev->addr_list, if_list) {
1416 if (ifp->scope == IFA_LINK &&
1417 !(ifp->flags & banned_flags)) {
1426 int ipv6_get_lladdr(struct net_device *dev, struct in6_addr *addr,
1427 unsigned char banned_flags)
1429 struct inet6_dev *idev;
1430 int err = -EADDRNOTAVAIL;
1433 idev = __in6_dev_get(dev);
1435 read_lock_bh(&idev->lock);
1436 err = __ipv6_get_lladdr(idev, addr, banned_flags);
1437 read_unlock_bh(&idev->lock);
1443 static int ipv6_count_addresses(struct inet6_dev *idev)
1446 struct inet6_ifaddr *ifp;
1448 read_lock_bh(&idev->lock);
1449 list_for_each_entry(ifp, &idev->addr_list, if_list)
1451 read_unlock_bh(&idev->lock);
1455 int ipv6_chk_addr(struct net *net, const struct in6_addr *addr,
1456 const struct net_device *dev, int strict)
1458 struct inet6_ifaddr *ifp;
1459 unsigned int hash = inet6_addr_hash(addr);
1462 hlist_for_each_entry_rcu(ifp, &inet6_addr_lst[hash], addr_lst) {
1463 if (!net_eq(dev_net(ifp->idev->dev), net))
1465 if (ipv6_addr_equal(&ifp->addr, addr) &&
1466 !(ifp->flags&IFA_F_TENTATIVE) &&
1467 (dev == NULL || ifp->idev->dev == dev ||
1468 !(ifp->scope&(IFA_LINK|IFA_HOST) || strict))) {
1469 rcu_read_unlock_bh();
1474 rcu_read_unlock_bh();
1477 EXPORT_SYMBOL(ipv6_chk_addr);
1479 static bool ipv6_chk_same_addr(struct net *net, const struct in6_addr *addr,
1480 struct net_device *dev)
1482 unsigned int hash = inet6_addr_hash(addr);
1483 struct inet6_ifaddr *ifp;
1485 hlist_for_each_entry(ifp, &inet6_addr_lst[hash], addr_lst) {
1486 if (!net_eq(dev_net(ifp->idev->dev), net))
1488 if (ipv6_addr_equal(&ifp->addr, addr)) {
1489 if (dev == NULL || ifp->idev->dev == dev)
1496 /* Compares an address/prefix_len with addresses on device @dev.
1497 * If one is found it returns true.
1499 bool ipv6_chk_custom_prefix(const struct in6_addr *addr,
1500 const unsigned int prefix_len, struct net_device *dev)
1502 struct inet6_dev *idev;
1503 struct inet6_ifaddr *ifa;
1507 idev = __in6_dev_get(dev);
1509 read_lock_bh(&idev->lock);
1510 list_for_each_entry(ifa, &idev->addr_list, if_list) {
1511 ret = ipv6_prefix_equal(addr, &ifa->addr, prefix_len);
1515 read_unlock_bh(&idev->lock);
1521 EXPORT_SYMBOL(ipv6_chk_custom_prefix);
1523 int ipv6_chk_prefix(const struct in6_addr *addr, struct net_device *dev)
1525 struct inet6_dev *idev;
1526 struct inet6_ifaddr *ifa;
1531 idev = __in6_dev_get(dev);
1533 read_lock_bh(&idev->lock);
1534 list_for_each_entry(ifa, &idev->addr_list, if_list) {
1535 onlink = ipv6_prefix_equal(addr, &ifa->addr,
1540 read_unlock_bh(&idev->lock);
1545 EXPORT_SYMBOL(ipv6_chk_prefix);
1547 struct inet6_ifaddr *ipv6_get_ifaddr(struct net *net, const struct in6_addr *addr,
1548 struct net_device *dev, int strict)
1550 struct inet6_ifaddr *ifp, *result = NULL;
1551 unsigned int hash = inet6_addr_hash(addr);
1554 hlist_for_each_entry_rcu_bh(ifp, &inet6_addr_lst[hash], addr_lst) {
1555 if (!net_eq(dev_net(ifp->idev->dev), net))
1557 if (ipv6_addr_equal(&ifp->addr, addr)) {
1558 if (dev == NULL || ifp->idev->dev == dev ||
1559 !(ifp->scope&(IFA_LINK|IFA_HOST) || strict)) {
1566 rcu_read_unlock_bh();
1571 /* Gets referenced address, destroys ifaddr */
1573 static void addrconf_dad_stop(struct inet6_ifaddr *ifp, int dad_failed)
1575 if (ifp->flags&IFA_F_PERMANENT) {
1576 spin_lock_bh(&ifp->lock);
1577 addrconf_del_dad_timer(ifp);
1578 ifp->flags |= IFA_F_TENTATIVE;
1580 ifp->flags |= IFA_F_DADFAILED;
1581 spin_unlock_bh(&ifp->lock);
1583 ipv6_ifa_notify(0, ifp);
1585 } else if (ifp->flags&IFA_F_TEMPORARY) {
1586 struct inet6_ifaddr *ifpub;
1587 spin_lock_bh(&ifp->lock);
1590 in6_ifa_hold(ifpub);
1591 spin_unlock_bh(&ifp->lock);
1592 ipv6_create_tempaddr(ifpub, ifp);
1595 spin_unlock_bh(&ifp->lock);
1602 static int addrconf_dad_end(struct inet6_ifaddr *ifp)
1606 spin_lock(&ifp->state_lock);
1607 if (ifp->state == INET6_IFADDR_STATE_DAD) {
1608 ifp->state = INET6_IFADDR_STATE_POSTDAD;
1611 spin_unlock(&ifp->state_lock);
1616 void addrconf_dad_failure(struct inet6_ifaddr *ifp)
1618 struct inet6_dev *idev = ifp->idev;
1620 if (addrconf_dad_end(ifp)) {
1625 net_info_ratelimited("%s: IPv6 duplicate address %pI6c detected!\n",
1626 ifp->idev->dev->name, &ifp->addr);
1628 if (idev->cnf.accept_dad > 1 && !idev->cnf.disable_ipv6) {
1629 struct in6_addr addr;
1631 addr.s6_addr32[0] = htonl(0xfe800000);
1632 addr.s6_addr32[1] = 0;
1634 if (!ipv6_generate_eui64(addr.s6_addr + 8, idev->dev) &&
1635 ipv6_addr_equal(&ifp->addr, &addr)) {
1636 /* DAD failed for link-local based on MAC address */
1637 idev->cnf.disable_ipv6 = 1;
1639 pr_info("%s: IPv6 being disabled!\n",
1640 ifp->idev->dev->name);
1644 addrconf_dad_stop(ifp, 1);
1647 /* Join to solicited addr multicast group. */
1649 void addrconf_join_solict(struct net_device *dev, const struct in6_addr *addr)
1651 struct in6_addr maddr;
1653 if (dev->flags&(IFF_LOOPBACK|IFF_NOARP))
1656 addrconf_addr_solict_mult(addr, &maddr);
1657 ipv6_dev_mc_inc(dev, &maddr);
1660 void addrconf_leave_solict(struct inet6_dev *idev, const struct in6_addr *addr)
1662 struct in6_addr maddr;
1664 if (idev->dev->flags&(IFF_LOOPBACK|IFF_NOARP))
1667 addrconf_addr_solict_mult(addr, &maddr);
1668 __ipv6_dev_mc_dec(idev, &maddr);
1671 static void addrconf_join_anycast(struct inet6_ifaddr *ifp)
1673 struct in6_addr addr;
1674 if (ifp->prefix_len >= 127) /* RFC 6164 */
1676 ipv6_addr_prefix(&addr, &ifp->addr, ifp->prefix_len);
1677 if (ipv6_addr_any(&addr))
1679 ipv6_dev_ac_inc(ifp->idev->dev, &addr);
1682 static void addrconf_leave_anycast(struct inet6_ifaddr *ifp)
1684 struct in6_addr addr;
1685 if (ifp->prefix_len >= 127) /* RFC 6164 */
1687 ipv6_addr_prefix(&addr, &ifp->addr, ifp->prefix_len);
1688 if (ipv6_addr_any(&addr))
1690 __ipv6_dev_ac_dec(ifp->idev, &addr);
1693 static int addrconf_ifid_eui48(u8 *eui, struct net_device *dev)
1695 if (dev->addr_len != ETH_ALEN)
1697 memcpy(eui, dev->dev_addr, 3);
1698 memcpy(eui + 5, dev->dev_addr + 3, 3);
1701 * The zSeries OSA network cards can be shared among various
1702 * OS instances, but the OSA cards have only one MAC address.
1703 * This leads to duplicate address conflicts in conjunction
1704 * with IPv6 if more than one instance uses the same card.
1706 * The driver for these cards can deliver a unique 16-bit
1707 * identifier for each instance sharing the same card. It is
1708 * placed instead of 0xFFFE in the interface identifier. The
1709 * "u" bit of the interface identifier is not inverted in this
1710 * case. Hence the resulting interface identifier has local
1711 * scope according to RFC2373.
1714 eui[3] = (dev->dev_id >> 8) & 0xFF;
1715 eui[4] = dev->dev_id & 0xFF;
1724 static int addrconf_ifid_eui64(u8 *eui, struct net_device *dev)
1726 if (dev->addr_len != IEEE802154_ADDR_LEN)
1728 memcpy(eui, dev->dev_addr, 8);
1733 static int addrconf_ifid_ieee1394(u8 *eui, struct net_device *dev)
1735 union fwnet_hwaddr *ha;
1737 if (dev->addr_len != FWNET_ALEN)
1740 ha = (union fwnet_hwaddr *)dev->dev_addr;
1742 memcpy(eui, &ha->uc.uniq_id, sizeof(ha->uc.uniq_id));
1747 static int addrconf_ifid_arcnet(u8 *eui, struct net_device *dev)
1749 /* XXX: inherit EUI-64 from other interface -- yoshfuji */
1750 if (dev->addr_len != ARCNET_ALEN)
1753 eui[7] = *(u8 *)dev->dev_addr;
1757 static int addrconf_ifid_infiniband(u8 *eui, struct net_device *dev)
1759 if (dev->addr_len != INFINIBAND_ALEN)
1761 memcpy(eui, dev->dev_addr + 12, 8);
1766 static int __ipv6_isatap_ifid(u8 *eui, __be32 addr)
1770 eui[0] = (ipv4_is_zeronet(addr) || ipv4_is_private_10(addr) ||
1771 ipv4_is_loopback(addr) || ipv4_is_linklocal_169(addr) ||
1772 ipv4_is_private_172(addr) || ipv4_is_test_192(addr) ||
1773 ipv4_is_anycast_6to4(addr) || ipv4_is_private_192(addr) ||
1774 ipv4_is_test_198(addr) || ipv4_is_multicast(addr) ||
1775 ipv4_is_lbcast(addr)) ? 0x00 : 0x02;
1779 memcpy(eui + 4, &addr, 4);
1783 static int addrconf_ifid_sit(u8 *eui, struct net_device *dev)
1785 if (dev->priv_flags & IFF_ISATAP)
1786 return __ipv6_isatap_ifid(eui, *(__be32 *)dev->dev_addr);
1790 static int addrconf_ifid_gre(u8 *eui, struct net_device *dev)
1792 return __ipv6_isatap_ifid(eui, *(__be32 *)dev->dev_addr);
1795 static int addrconf_ifid_ip6tnl(u8 *eui, struct net_device *dev)
1797 memcpy(eui, dev->perm_addr, 3);
1798 memcpy(eui + 5, dev->perm_addr + 3, 3);
1805 static int ipv6_generate_eui64(u8 *eui, struct net_device *dev)
1807 switch (dev->type) {
1810 return addrconf_ifid_eui48(eui, dev);
1812 return addrconf_ifid_arcnet(eui, dev);
1813 case ARPHRD_INFINIBAND:
1814 return addrconf_ifid_infiniband(eui, dev);
1816 return addrconf_ifid_sit(eui, dev);
1818 return addrconf_ifid_gre(eui, dev);
1819 case ARPHRD_IEEE802154:
1820 return addrconf_ifid_eui64(eui, dev);
1821 case ARPHRD_IEEE1394:
1822 return addrconf_ifid_ieee1394(eui, dev);
1823 case ARPHRD_TUNNEL6:
1824 return addrconf_ifid_ip6tnl(eui, dev);
1829 static int ipv6_inherit_eui64(u8 *eui, struct inet6_dev *idev)
1832 struct inet6_ifaddr *ifp;
1834 read_lock_bh(&idev->lock);
1835 list_for_each_entry(ifp, &idev->addr_list, if_list) {
1836 if (ifp->scope == IFA_LINK && !(ifp->flags&IFA_F_TENTATIVE)) {
1837 memcpy(eui, ifp->addr.s6_addr+8, 8);
1842 read_unlock_bh(&idev->lock);
1846 /* (re)generation of randomized interface identifier (RFC 3041 3.2, 3.5) */
1847 static void __ipv6_regen_rndid(struct inet6_dev *idev)
1850 get_random_bytes(idev->rndid, sizeof(idev->rndid));
1851 idev->rndid[0] &= ~0x02;
1854 * <draft-ietf-ipngwg-temp-addresses-v2-00.txt>:
1855 * check if generated address is not inappropriate
1857 * - Reserved subnet anycast (RFC 2526)
1858 * 11111101 11....11 1xxxxxxx
1859 * - ISATAP (RFC4214) 6.1
1860 * 00-00-5E-FE-xx-xx-xx-xx
1862 * - XXX: already assigned to an address on the device
1864 if (idev->rndid[0] == 0xfd &&
1865 (idev->rndid[1]&idev->rndid[2]&idev->rndid[3]&idev->rndid[4]&idev->rndid[5]&idev->rndid[6]) == 0xff &&
1866 (idev->rndid[7]&0x80))
1868 if ((idev->rndid[0]|idev->rndid[1]) == 0) {
1869 if (idev->rndid[2] == 0x5e && idev->rndid[3] == 0xfe)
1871 if ((idev->rndid[2]|idev->rndid[3]|idev->rndid[4]|idev->rndid[5]|idev->rndid[6]|idev->rndid[7]) == 0x00)
1876 static void ipv6_regen_rndid(unsigned long data)
1878 struct inet6_dev *idev = (struct inet6_dev *) data;
1879 unsigned long expires;
1882 write_lock_bh(&idev->lock);
1887 __ipv6_regen_rndid(idev);
1890 idev->cnf.temp_prefered_lft * HZ -
1891 idev->cnf.regen_max_retry * idev->cnf.dad_transmits * idev->nd_parms->retrans_time -
1892 idev->cnf.max_desync_factor * HZ;
1893 if (time_before(expires, jiffies)) {
1894 pr_warn("%s: too short regeneration interval; timer disabled for %s\n",
1895 __func__, idev->dev->name);
1899 if (!mod_timer(&idev->regen_timer, expires))
1903 write_unlock_bh(&idev->lock);
1904 rcu_read_unlock_bh();
1908 static void __ipv6_try_regen_rndid(struct inet6_dev *idev, struct in6_addr *tmpaddr)
1910 if (tmpaddr && memcmp(idev->rndid, &tmpaddr->s6_addr[8], 8) == 0)
1911 __ipv6_regen_rndid(idev);
1919 addrconf_prefix_route(struct in6_addr *pfx, int plen, struct net_device *dev,
1920 unsigned long expires, u32 flags)
1922 struct fib6_config cfg = {
1923 .fc_table = RT6_TABLE_PREFIX,
1924 .fc_metric = IP6_RT_PRIO_ADDRCONF,
1925 .fc_ifindex = dev->ifindex,
1926 .fc_expires = expires,
1928 .fc_flags = RTF_UP | flags,
1929 .fc_nlinfo.nl_net = dev_net(dev),
1930 .fc_protocol = RTPROT_KERNEL,
1935 /* Prevent useless cloning on PtP SIT.
1936 This thing is done here expecting that the whole
1937 class of non-broadcast devices need not cloning.
1939 #if IS_ENABLED(CONFIG_IPV6_SIT)
1940 if (dev->type == ARPHRD_SIT && (dev->flags & IFF_POINTOPOINT))
1941 cfg.fc_flags |= RTF_NONEXTHOP;
1944 ip6_route_add(&cfg);
1948 static struct rt6_info *addrconf_get_prefix_route(const struct in6_addr *pfx,
1950 const struct net_device *dev,
1951 u32 flags, u32 noflags)
1953 struct fib6_node *fn;
1954 struct rt6_info *rt = NULL;
1955 struct fib6_table *table;
1957 table = fib6_get_table(dev_net(dev), RT6_TABLE_PREFIX);
1961 read_lock_bh(&table->tb6_lock);
1962 fn = fib6_locate(&table->tb6_root, pfx, plen, NULL, 0);
1965 for (rt = fn->leaf; rt; rt = rt->dst.rt6_next) {
1966 if (rt->dst.dev->ifindex != dev->ifindex)
1968 if ((rt->rt6i_flags & flags) != flags)
1970 if ((rt->rt6i_flags & noflags) != 0)
1976 read_unlock_bh(&table->tb6_lock);
1981 /* Create "default" multicast route to the interface */
1983 static void addrconf_add_mroute(struct net_device *dev)
1985 struct fib6_config cfg = {
1986 .fc_table = RT6_TABLE_LOCAL,
1987 .fc_metric = IP6_RT_PRIO_ADDRCONF,
1988 .fc_ifindex = dev->ifindex,
1991 .fc_nlinfo.nl_net = dev_net(dev),
1994 ipv6_addr_set(&cfg.fc_dst, htonl(0xFF000000), 0, 0, 0);
1996 ip6_route_add(&cfg);
1999 static struct inet6_dev *addrconf_add_dev(struct net_device *dev)
2001 struct inet6_dev *idev;
2005 idev = ipv6_find_idev(dev);
2007 return ERR_PTR(-ENOBUFS);
2009 if (idev->cnf.disable_ipv6)
2010 return ERR_PTR(-EACCES);
2012 /* Add default multicast route */
2013 if (!(dev->flags & IFF_LOOPBACK))
2014 addrconf_add_mroute(dev);
2019 void addrconf_prefix_rcv(struct net_device *dev, u8 *opt, int len, bool sllao)
2021 struct prefix_info *pinfo;
2025 struct inet6_dev *in6_dev;
2026 struct net *net = dev_net(dev);
2028 pinfo = (struct prefix_info *) opt;
2030 if (len < sizeof(struct prefix_info)) {
2031 ADBG("addrconf: prefix option too short\n");
2036 * Validation checks ([ADDRCONF], page 19)
2039 addr_type = ipv6_addr_type(&pinfo->prefix);
2041 if (addr_type & (IPV6_ADDR_MULTICAST|IPV6_ADDR_LINKLOCAL))
2044 valid_lft = ntohl(pinfo->valid);
2045 prefered_lft = ntohl(pinfo->prefered);
2047 if (prefered_lft > valid_lft) {
2048 net_warn_ratelimited("addrconf: prefix option has invalid lifetime\n");
2052 in6_dev = in6_dev_get(dev);
2054 if (in6_dev == NULL) {
2055 net_dbg_ratelimited("addrconf: device %s not configured\n",
2061 * Two things going on here:
2062 * 1) Add routes for on-link prefixes
2063 * 2) Configure prefixes with the auto flag set
2066 if (pinfo->onlink) {
2067 struct rt6_info *rt;
2068 unsigned long rt_expires;
2070 /* Avoid arithmetic overflow. Really, we could
2071 * save rt_expires in seconds, likely valid_lft,
2072 * but it would require division in fib gc, that it
2076 rt_expires = addrconf_timeout_fixup(valid_lft, HZ);
2078 rt_expires = addrconf_timeout_fixup(valid_lft, USER_HZ);
2080 if (addrconf_finite_timeout(rt_expires))
2083 rt = addrconf_get_prefix_route(&pinfo->prefix,
2086 RTF_ADDRCONF | RTF_PREFIX_RT,
2087 RTF_GATEWAY | RTF_DEFAULT);
2090 /* Autoconf prefix route */
2091 if (valid_lft == 0) {
2094 } else if (addrconf_finite_timeout(rt_expires)) {
2096 rt6_set_expires(rt, jiffies + rt_expires);
2098 rt6_clean_expires(rt);
2100 } else if (valid_lft) {
2101 clock_t expires = 0;
2102 int flags = RTF_ADDRCONF | RTF_PREFIX_RT;
2103 if (addrconf_finite_timeout(rt_expires)) {
2105 flags |= RTF_EXPIRES;
2106 expires = jiffies_to_clock_t(rt_expires);
2108 addrconf_prefix_route(&pinfo->prefix, pinfo->prefix_len,
2109 dev, expires, flags);
2114 /* Try to figure out our local address for this prefix */
2116 if (pinfo->autoconf && in6_dev->cnf.autoconf) {
2117 struct inet6_ifaddr *ifp;
2118 struct in6_addr addr;
2119 int create = 0, update_lft = 0;
2120 bool tokenized = false;
2122 if (pinfo->prefix_len == 64) {
2123 memcpy(&addr, &pinfo->prefix, 8);
2125 if (!ipv6_addr_any(&in6_dev->token)) {
2126 read_lock_bh(&in6_dev->lock);
2127 memcpy(addr.s6_addr + 8,
2128 in6_dev->token.s6_addr + 8, 8);
2129 read_unlock_bh(&in6_dev->lock);
2131 } else if (ipv6_generate_eui64(addr.s6_addr + 8, dev) &&
2132 ipv6_inherit_eui64(addr.s6_addr + 8, in6_dev)) {
2133 in6_dev_put(in6_dev);
2138 net_dbg_ratelimited("IPv6 addrconf: prefix with wrong length %d\n",
2140 in6_dev_put(in6_dev);
2145 ifp = ipv6_get_ifaddr(net, &addr, dev, 1);
2147 if (ifp == NULL && valid_lft) {
2148 int max_addresses = in6_dev->cnf.max_addresses;
2151 #ifdef CONFIG_IPV6_OPTIMISTIC_DAD
2152 if (in6_dev->cnf.optimistic_dad &&
2153 !net->ipv6.devconf_all->forwarding && sllao)
2154 addr_flags = IFA_F_OPTIMISTIC;
2157 /* Do not allow to create too much of autoconfigured
2158 * addresses; this would be too easy way to crash kernel.
2160 if (!max_addresses ||
2161 ipv6_count_addresses(in6_dev) < max_addresses)
2162 ifp = ipv6_add_addr(in6_dev, &addr, NULL,
2164 addr_type&IPV6_ADDR_SCOPE_MASK,
2165 addr_flags, valid_lft,
2168 if (IS_ERR_OR_NULL(ifp)) {
2169 in6_dev_put(in6_dev);
2175 ifp->cstamp = jiffies;
2176 ifp->tokenized = tokenized;
2177 addrconf_dad_start(ifp);
2183 struct inet6_ifaddr *ift;
2186 /* update lifetime (RFC2462 5.5.3 e) */
2187 spin_lock(&ifp->lock);
2189 if (ifp->valid_lft > (now - ifp->tstamp) / HZ)
2190 stored_lft = ifp->valid_lft - (now - ifp->tstamp) / HZ;
2193 if (!update_lft && !create && stored_lft) {
2194 const u32 minimum_lft = min(
2195 stored_lft, (u32)MIN_VALID_LIFETIME);
2196 valid_lft = max(valid_lft, minimum_lft);
2198 /* RFC4862 Section 5.5.3e:
2199 * "Note that the preferred lifetime of the
2200 * corresponding address is always reset to
2201 * the Preferred Lifetime in the received
2202 * Prefix Information option, regardless of
2203 * whether the valid lifetime is also reset or
2206 * So we should always update prefered_lft here.
2212 ifp->valid_lft = valid_lft;
2213 ifp->prefered_lft = prefered_lft;
2216 ifp->flags &= ~IFA_F_DEPRECATED;
2217 spin_unlock(&ifp->lock);
2219 if (!(flags&IFA_F_TENTATIVE))
2220 ipv6_ifa_notify(0, ifp);
2222 spin_unlock(&ifp->lock);
2224 read_lock_bh(&in6_dev->lock);
2225 /* update all temporary addresses in the list */
2226 list_for_each_entry(ift, &in6_dev->tempaddr_list,
2228 int age, max_valid, max_prefered;
2230 if (ifp != ift->ifpub)
2234 * RFC 4941 section 3.3:
2235 * If a received option will extend the lifetime
2236 * of a public address, the lifetimes of
2237 * temporary addresses should be extended,
2238 * subject to the overall constraint that no
2239 * temporary addresses should ever remain
2240 * "valid" or "preferred" for a time longer than
2241 * (TEMP_VALID_LIFETIME) or
2242 * (TEMP_PREFERRED_LIFETIME - DESYNC_FACTOR),
2245 age = (now - ift->cstamp) / HZ;
2246 max_valid = in6_dev->cnf.temp_valid_lft - age;
2250 max_prefered = in6_dev->cnf.temp_prefered_lft -
2251 in6_dev->cnf.max_desync_factor -
2253 if (max_prefered < 0)
2256 if (valid_lft > max_valid)
2257 valid_lft = max_valid;
2259 if (prefered_lft > max_prefered)
2260 prefered_lft = max_prefered;
2262 spin_lock(&ift->lock);
2264 ift->valid_lft = valid_lft;
2265 ift->prefered_lft = prefered_lft;
2267 if (prefered_lft > 0)
2268 ift->flags &= ~IFA_F_DEPRECATED;
2270 spin_unlock(&ift->lock);
2271 if (!(flags&IFA_F_TENTATIVE))
2272 ipv6_ifa_notify(0, ift);
2275 if ((create || list_empty(&in6_dev->tempaddr_list)) && in6_dev->cnf.use_tempaddr > 0) {
2277 * When a new public address is created as
2278 * described in [ADDRCONF], also create a new
2279 * temporary address. Also create a temporary
2280 * address if it's enabled but no temporary
2281 * address currently exists.
2283 read_unlock_bh(&in6_dev->lock);
2284 ipv6_create_tempaddr(ifp, NULL);
2286 read_unlock_bh(&in6_dev->lock);
2293 inet6_prefix_notify(RTM_NEWPREFIX, in6_dev, pinfo);
2294 in6_dev_put(in6_dev);
2298 * Set destination address.
2299 * Special case for SIT interfaces where we create a new "virtual"
2302 int addrconf_set_dstaddr(struct net *net, void __user *arg)
2304 struct in6_ifreq ireq;
2305 struct net_device *dev;
2311 if (copy_from_user(&ireq, arg, sizeof(struct in6_ifreq)))
2314 dev = __dev_get_by_index(net, ireq.ifr6_ifindex);
2320 #if IS_ENABLED(CONFIG_IPV6_SIT)
2321 if (dev->type == ARPHRD_SIT) {
2322 const struct net_device_ops *ops = dev->netdev_ops;
2324 struct ip_tunnel_parm p;
2326 err = -EADDRNOTAVAIL;
2327 if (!(ipv6_addr_type(&ireq.ifr6_addr) & IPV6_ADDR_COMPATv4))
2330 memset(&p, 0, sizeof(p));
2331 p.iph.daddr = ireq.ifr6_addr.s6_addr32[3];
2335 p.iph.protocol = IPPROTO_IPV6;
2337 ifr.ifr_ifru.ifru_data = (__force void __user *)&p;
2339 if (ops->ndo_do_ioctl) {
2340 mm_segment_t oldfs = get_fs();
2343 err = ops->ndo_do_ioctl(dev, &ifr, SIOCADDTUNNEL);
2350 dev = __dev_get_by_name(net, p.name);
2353 err = dev_open(dev);
2364 * Manual configuration of address on an interface
2366 static int inet6_addr_add(struct net *net, int ifindex, const struct in6_addr *pfx,
2367 const struct in6_addr *peer_pfx,
2368 unsigned int plen, __u8 ifa_flags, __u32 prefered_lft,
2371 struct inet6_ifaddr *ifp;
2372 struct inet6_dev *idev;
2373 struct net_device *dev;
2377 unsigned long timeout;
2384 /* check the lifetime */
2385 if (!valid_lft || prefered_lft > valid_lft)
2388 dev = __dev_get_by_index(net, ifindex);
2392 idev = addrconf_add_dev(dev);
2394 return PTR_ERR(idev);
2396 scope = ipv6_addr_scope(pfx);
2398 timeout = addrconf_timeout_fixup(valid_lft, HZ);
2399 if (addrconf_finite_timeout(timeout)) {
2400 expires = jiffies_to_clock_t(timeout * HZ);
2401 valid_lft = timeout;
2402 flags = RTF_EXPIRES;
2406 ifa_flags |= IFA_F_PERMANENT;
2409 timeout = addrconf_timeout_fixup(prefered_lft, HZ);
2410 if (addrconf_finite_timeout(timeout)) {
2412 ifa_flags |= IFA_F_DEPRECATED;
2413 prefered_lft = timeout;
2416 ifp = ipv6_add_addr(idev, pfx, peer_pfx, plen, scope, ifa_flags,
2417 valid_lft, prefered_lft);
2420 addrconf_prefix_route(&ifp->addr, ifp->prefix_len, dev,
2423 * Note that section 3.1 of RFC 4429 indicates
2424 * that the Optimistic flag should not be set for
2425 * manually configured addresses
2427 addrconf_dad_start(ifp);
2433 return PTR_ERR(ifp);
2436 static int inet6_addr_del(struct net *net, int ifindex, const struct in6_addr *pfx,
2439 struct inet6_ifaddr *ifp;
2440 struct inet6_dev *idev;
2441 struct net_device *dev;
2446 dev = __dev_get_by_index(net, ifindex);
2450 if ((idev = __in6_dev_get(dev)) == NULL)
2453 read_lock_bh(&idev->lock);
2454 list_for_each_entry(ifp, &idev->addr_list, if_list) {
2455 if (ifp->prefix_len == plen &&
2456 ipv6_addr_equal(pfx, &ifp->addr)) {
2458 read_unlock_bh(&idev->lock);
2464 read_unlock_bh(&idev->lock);
2465 return -EADDRNOTAVAIL;
2469 int addrconf_add_ifaddr(struct net *net, void __user *arg)
2471 struct in6_ifreq ireq;
2474 if (!ns_capable(net->user_ns, CAP_NET_ADMIN))
2477 if (copy_from_user(&ireq, arg, sizeof(struct in6_ifreq)))
2481 err = inet6_addr_add(net, ireq.ifr6_ifindex, &ireq.ifr6_addr, NULL,
2482 ireq.ifr6_prefixlen, IFA_F_PERMANENT,
2483 INFINITY_LIFE_TIME, INFINITY_LIFE_TIME);
2488 int addrconf_del_ifaddr(struct net *net, void __user *arg)
2490 struct in6_ifreq ireq;
2493 if (!ns_capable(net->user_ns, CAP_NET_ADMIN))
2496 if (copy_from_user(&ireq, arg, sizeof(struct in6_ifreq)))
2500 err = inet6_addr_del(net, ireq.ifr6_ifindex, &ireq.ifr6_addr,
2501 ireq.ifr6_prefixlen);
2506 static void add_addr(struct inet6_dev *idev, const struct in6_addr *addr,
2507 int plen, int scope)
2509 struct inet6_ifaddr *ifp;
2511 ifp = ipv6_add_addr(idev, addr, NULL, plen,
2512 scope, IFA_F_PERMANENT,
2513 INFINITY_LIFE_TIME, INFINITY_LIFE_TIME);
2515 spin_lock_bh(&ifp->lock);
2516 ifp->flags &= ~IFA_F_TENTATIVE;
2517 spin_unlock_bh(&ifp->lock);
2518 ipv6_ifa_notify(RTM_NEWADDR, ifp);
2523 #if IS_ENABLED(CONFIG_IPV6_SIT)
2524 static void sit_add_v4_addrs(struct inet6_dev *idev)
2526 struct in6_addr addr;
2527 struct net_device *dev;
2528 struct net *net = dev_net(idev->dev);
2534 memset(&addr, 0, sizeof(struct in6_addr));
2535 memcpy(&addr.s6_addr32[3], idev->dev->dev_addr, 4);
2537 if (idev->dev->flags&IFF_POINTOPOINT) {
2538 addr.s6_addr32[0] = htonl(0xfe800000);
2542 scope = IPV6_ADDR_COMPATv4;
2544 pflags |= RTF_NONEXTHOP;
2547 if (addr.s6_addr32[3]) {
2548 add_addr(idev, &addr, plen, scope);
2549 addrconf_prefix_route(&addr, plen, idev->dev, 0, pflags);
2553 for_each_netdev(net, dev) {
2554 struct in_device *in_dev = __in_dev_get_rtnl(dev);
2555 if (in_dev && (dev->flags & IFF_UP)) {
2556 struct in_ifaddr *ifa;
2560 for (ifa = in_dev->ifa_list; ifa; ifa = ifa->ifa_next) {
2562 addr.s6_addr32[3] = ifa->ifa_local;
2564 if (ifa->ifa_scope == RT_SCOPE_LINK)
2566 if (ifa->ifa_scope >= RT_SCOPE_HOST) {
2567 if (idev->dev->flags&IFF_POINTOPOINT)
2572 add_addr(idev, &addr, plen, flag);
2573 addrconf_prefix_route(&addr, plen, idev->dev, 0,
2581 static void init_loopback(struct net_device *dev)
2583 struct inet6_dev *idev;
2584 struct net_device *sp_dev;
2585 struct inet6_ifaddr *sp_ifa;
2586 struct rt6_info *sp_rt;
2592 if ((idev = ipv6_find_idev(dev)) == NULL) {
2593 pr_debug("%s: add_dev failed\n", __func__);
2597 add_addr(idev, &in6addr_loopback, 128, IFA_HOST);
2599 /* Add routes to other interface's IPv6 addresses */
2600 for_each_netdev(dev_net(dev), sp_dev) {
2601 if (!strcmp(sp_dev->name, dev->name))
2604 idev = __in6_dev_get(sp_dev);
2608 read_lock_bh(&idev->lock);
2609 list_for_each_entry(sp_ifa, &idev->addr_list, if_list) {
2611 if (sp_ifa->flags & (IFA_F_DADFAILED | IFA_F_TENTATIVE))
2617 sp_rt = addrconf_dst_alloc(idev, &sp_ifa->addr, false);
2619 /* Failure cases are ignored */
2620 if (!IS_ERR(sp_rt)) {
2625 read_unlock_bh(&idev->lock);
2629 static void addrconf_add_linklocal(struct inet6_dev *idev, const struct in6_addr *addr)
2631 struct inet6_ifaddr *ifp;
2632 u32 addr_flags = IFA_F_PERMANENT;
2634 #ifdef CONFIG_IPV6_OPTIMISTIC_DAD
2635 if (idev->cnf.optimistic_dad &&
2636 !dev_net(idev->dev)->ipv6.devconf_all->forwarding)
2637 addr_flags |= IFA_F_OPTIMISTIC;
2641 ifp = ipv6_add_addr(idev, addr, NULL, 64, IFA_LINK, addr_flags,
2642 INFINITY_LIFE_TIME, INFINITY_LIFE_TIME);
2644 addrconf_prefix_route(&ifp->addr, ifp->prefix_len, idev->dev, 0, 0);
2645 addrconf_dad_start(ifp);
2650 static void addrconf_dev_config(struct net_device *dev)
2652 struct in6_addr addr;
2653 struct inet6_dev *idev;
2657 if ((dev->type != ARPHRD_ETHER) &&
2658 (dev->type != ARPHRD_FDDI) &&
2659 (dev->type != ARPHRD_ARCNET) &&
2660 (dev->type != ARPHRD_INFINIBAND) &&
2661 (dev->type != ARPHRD_IEEE802154) &&
2662 (dev->type != ARPHRD_IEEE1394) &&
2663 (dev->type != ARPHRD_TUNNEL6)) {
2664 /* Alas, we support only Ethernet autoconfiguration. */
2668 idev = addrconf_add_dev(dev);
2672 memset(&addr, 0, sizeof(struct in6_addr));
2673 addr.s6_addr32[0] = htonl(0xFE800000);
2675 if (ipv6_generate_eui64(addr.s6_addr + 8, dev) == 0)
2676 addrconf_add_linklocal(idev, &addr);
2679 #if IS_ENABLED(CONFIG_IPV6_SIT)
2680 static void addrconf_sit_config(struct net_device *dev)
2682 struct inet6_dev *idev;
2687 * Configure the tunnel with one of our IPv4
2688 * addresses... we should configure all of
2689 * our v4 addrs in the tunnel
2692 if ((idev = ipv6_find_idev(dev)) == NULL) {
2693 pr_debug("%s: add_dev failed\n", __func__);
2697 if (dev->priv_flags & IFF_ISATAP) {
2698 struct in6_addr addr;
2700 ipv6_addr_set(&addr, htonl(0xFE800000), 0, 0, 0);
2701 if (!ipv6_generate_eui64(addr.s6_addr + 8, dev))
2702 addrconf_add_linklocal(idev, &addr);
2706 sit_add_v4_addrs(idev);
2708 if (dev->flags&IFF_POINTOPOINT)
2709 addrconf_add_mroute(dev);
2713 #if IS_ENABLED(CONFIG_NET_IPGRE)
2714 static void addrconf_gre_config(struct net_device *dev)
2716 struct inet6_dev *idev;
2717 struct in6_addr addr;
2721 if ((idev = ipv6_find_idev(dev)) == NULL) {
2722 pr_debug("%s: add_dev failed\n", __func__);
2726 ipv6_addr_set(&addr, htonl(0xFE800000), 0, 0, 0);
2727 if (!ipv6_generate_eui64(addr.s6_addr + 8, dev))
2728 addrconf_add_linklocal(idev, &addr);
2733 ipv6_inherit_linklocal(struct inet6_dev *idev, struct net_device *link_dev)
2735 struct in6_addr lladdr;
2737 if (!ipv6_get_lladdr(link_dev, &lladdr, IFA_F_TENTATIVE)) {
2738 addrconf_add_linklocal(idev, &lladdr);
2744 static int addrconf_notify(struct notifier_block *this, unsigned long event,
2747 struct net_device *dev = netdev_notifier_info_to_dev(ptr);
2748 struct inet6_dev *idev = __in6_dev_get(dev);
2749 int run_pending = 0;
2753 case NETDEV_REGISTER:
2754 if (!idev && dev->mtu >= IPV6_MIN_MTU) {
2755 idev = ipv6_add_dev(dev);
2757 return notifier_from_errno(-ENOMEM);
2763 if (dev->flags & IFF_SLAVE)
2766 if (event == NETDEV_UP) {
2767 if (!addrconf_qdisc_ok(dev)) {
2768 /* device is not ready yet. */
2769 pr_info("ADDRCONF(NETDEV_UP): %s: link is not ready\n",
2774 if (!idev && dev->mtu >= IPV6_MIN_MTU)
2775 idev = ipv6_add_dev(dev);
2778 idev->if_flags |= IF_READY;
2782 if (!addrconf_qdisc_ok(dev)) {
2783 /* device is still not ready. */
2788 if (idev->if_flags & IF_READY)
2789 /* device is already configured. */
2791 idev->if_flags |= IF_READY;
2794 pr_info("ADDRCONF(NETDEV_CHANGE): %s: link becomes ready\n",
2800 switch (dev->type) {
2801 #if IS_ENABLED(CONFIG_IPV6_SIT)
2803 addrconf_sit_config(dev);
2806 #if IS_ENABLED(CONFIG_NET_IPGRE)
2808 addrconf_gre_config(dev);
2811 case ARPHRD_LOOPBACK:
2816 addrconf_dev_config(dev);
2822 addrconf_dad_run(idev);
2825 * If the MTU changed during the interface down,
2826 * when the interface up, the changed MTU must be
2827 * reflected in the idev as well as routers.
2829 if (idev->cnf.mtu6 != dev->mtu &&
2830 dev->mtu >= IPV6_MIN_MTU) {
2831 rt6_mtu_change(dev, dev->mtu);
2832 idev->cnf.mtu6 = dev->mtu;
2834 idev->tstamp = jiffies;
2835 inet6_ifinfo_notify(RTM_NEWLINK, idev);
2838 * If the changed mtu during down is lower than
2839 * IPV6_MIN_MTU stop IPv6 on this interface.
2841 if (dev->mtu < IPV6_MIN_MTU)
2842 addrconf_ifdown(dev, 1);
2846 case NETDEV_CHANGEMTU:
2847 if (idev && dev->mtu >= IPV6_MIN_MTU) {
2848 rt6_mtu_change(dev, dev->mtu);
2849 idev->cnf.mtu6 = dev->mtu;
2853 if (!idev && dev->mtu >= IPV6_MIN_MTU) {
2854 idev = ipv6_add_dev(dev);
2860 * MTU falled under IPV6_MIN_MTU.
2861 * Stop IPv6 on this interface.
2865 case NETDEV_UNREGISTER:
2867 * Remove all addresses from this interface.
2869 addrconf_ifdown(dev, event != NETDEV_DOWN);
2872 case NETDEV_CHANGENAME:
2874 snmp6_unregister_dev(idev);
2875 addrconf_sysctl_unregister(idev);
2876 addrconf_sysctl_register(idev);
2877 err = snmp6_register_dev(idev);
2879 return notifier_from_errno(err);
2883 case NETDEV_PRE_TYPE_CHANGE:
2884 case NETDEV_POST_TYPE_CHANGE:
2885 addrconf_type_change(dev, event);
2893 * addrconf module should be notified of a device going up
2895 static struct notifier_block ipv6_dev_notf = {
2896 .notifier_call = addrconf_notify,
2899 static void addrconf_type_change(struct net_device *dev, unsigned long event)
2901 struct inet6_dev *idev;
2904 idev = __in6_dev_get(dev);
2906 if (event == NETDEV_POST_TYPE_CHANGE)
2907 ipv6_mc_remap(idev);
2908 else if (event == NETDEV_PRE_TYPE_CHANGE)
2909 ipv6_mc_unmap(idev);
2912 static int addrconf_ifdown(struct net_device *dev, int how)
2914 struct net *net = dev_net(dev);
2915 struct inet6_dev *idev;
2916 struct inet6_ifaddr *ifa;
2921 rt6_ifdown(net, dev);
2922 neigh_ifdown(&nd_tbl, dev);
2924 idev = __in6_dev_get(dev);
2929 * Step 1: remove reference to ipv6 device from parent device.
2935 /* protected by rtnl_lock */
2936 RCU_INIT_POINTER(dev->ip6_ptr, NULL);
2938 /* Step 1.5: remove snmp6 entry */
2939 snmp6_unregister_dev(idev);
2943 /* Step 2: clear hash table */
2944 for (i = 0; i < IN6_ADDR_HSIZE; i++) {
2945 struct hlist_head *h = &inet6_addr_lst[i];
2947 spin_lock_bh(&addrconf_hash_lock);
2949 hlist_for_each_entry_rcu(ifa, h, addr_lst) {
2950 if (ifa->idev == idev) {
2951 hlist_del_init_rcu(&ifa->addr_lst);
2952 addrconf_del_dad_timer(ifa);
2956 spin_unlock_bh(&addrconf_hash_lock);
2959 write_lock_bh(&idev->lock);
2961 addrconf_del_rs_timer(idev);
2963 /* Step 2: clear flags for stateless addrconf */
2965 idev->if_flags &= ~(IF_RS_SENT|IF_RA_RCVD|IF_READY);
2967 if (how && del_timer(&idev->regen_timer))
2970 /* Step 3: clear tempaddr list */
2971 while (!list_empty(&idev->tempaddr_list)) {
2972 ifa = list_first_entry(&idev->tempaddr_list,
2973 struct inet6_ifaddr, tmp_list);
2974 list_del(&ifa->tmp_list);
2975 write_unlock_bh(&idev->lock);
2976 spin_lock_bh(&ifa->lock);
2979 in6_ifa_put(ifa->ifpub);
2982 spin_unlock_bh(&ifa->lock);
2984 write_lock_bh(&idev->lock);
2987 while (!list_empty(&idev->addr_list)) {
2988 ifa = list_first_entry(&idev->addr_list,
2989 struct inet6_ifaddr, if_list);
2990 addrconf_del_dad_timer(ifa);
2992 list_del(&ifa->if_list);
2994 write_unlock_bh(&idev->lock);
2996 spin_lock_bh(&ifa->state_lock);
2998 ifa->state = INET6_IFADDR_STATE_DEAD;
2999 spin_unlock_bh(&ifa->state_lock);
3001 if (state != INET6_IFADDR_STATE_DEAD) {
3002 __ipv6_ifa_notify(RTM_DELADDR, ifa);
3003 inet6addr_notifier_call_chain(NETDEV_DOWN, ifa);
3007 write_lock_bh(&idev->lock);
3010 write_unlock_bh(&idev->lock);
3012 /* Step 5: Discard multicast list */
3014 ipv6_mc_destroy_dev(idev);
3018 idev->tstamp = jiffies;
3020 /* Last: Shot the device (if unregistered) */
3022 addrconf_sysctl_unregister(idev);
3023 neigh_parms_release(&nd_tbl, idev->nd_parms);
3024 neigh_ifdown(&nd_tbl, dev);
3030 static void addrconf_rs_timer(unsigned long data)
3032 struct inet6_dev *idev = (struct inet6_dev *)data;
3033 struct net_device *dev = idev->dev;
3034 struct in6_addr lladdr;
3036 write_lock(&idev->lock);
3037 if (idev->dead || !(idev->if_flags & IF_READY))
3040 if (!ipv6_accept_ra(idev))
3043 /* Announcement received after solicitation was sent */
3044 if (idev->if_flags & IF_RA_RCVD)
3047 if (idev->rs_probes++ < idev->cnf.rtr_solicits) {
3048 write_unlock(&idev->lock);
3049 if (!ipv6_get_lladdr(dev, &lladdr, IFA_F_TENTATIVE))
3050 ndisc_send_rs(dev, &lladdr,
3051 &in6addr_linklocal_allrouters);
3055 write_lock(&idev->lock);
3056 /* The wait after the last probe can be shorter */
3057 addrconf_mod_rs_timer(idev, (idev->rs_probes ==
3058 idev->cnf.rtr_solicits) ?
3059 idev->cnf.rtr_solicit_delay :
3060 idev->cnf.rtr_solicit_interval);
3063 * Note: we do not support deprecated "all on-link"
3064 * assumption any longer.
3066 pr_debug("%s: no IPv6 routers present\n", idev->dev->name);
3070 write_unlock(&idev->lock);
3076 * Duplicate Address Detection
3078 static void addrconf_dad_kick(struct inet6_ifaddr *ifp)
3080 unsigned long rand_num;
3081 struct inet6_dev *idev = ifp->idev;
3083 if (ifp->flags & IFA_F_OPTIMISTIC)
3086 rand_num = net_random() % (idev->cnf.rtr_solicit_delay ? : 1);
3088 ifp->dad_probes = idev->cnf.dad_transmits;
3089 addrconf_mod_dad_timer(ifp, rand_num);
3092 static void addrconf_dad_start(struct inet6_ifaddr *ifp)
3094 struct inet6_dev *idev = ifp->idev;
3095 struct net_device *dev = idev->dev;
3097 addrconf_join_solict(dev, &ifp->addr);
3099 net_srandom(ifp->addr.s6_addr32[3]);
3101 read_lock_bh(&idev->lock);
3102 spin_lock(&ifp->lock);
3103 if (ifp->state == INET6_IFADDR_STATE_DEAD)
3106 if (dev->flags&(IFF_NOARP|IFF_LOOPBACK) ||
3107 idev->cnf.accept_dad < 1 ||
3108 !(ifp->flags&IFA_F_TENTATIVE) ||
3109 ifp->flags & IFA_F_NODAD) {
3110 ifp->flags &= ~(IFA_F_TENTATIVE|IFA_F_OPTIMISTIC|IFA_F_DADFAILED);
3111 spin_unlock(&ifp->lock);
3112 read_unlock_bh(&idev->lock);
3114 addrconf_dad_completed(ifp);
3118 if (!(idev->if_flags & IF_READY)) {
3119 spin_unlock(&ifp->lock);
3120 read_unlock_bh(&idev->lock);
3122 * If the device is not ready:
3123 * - keep it tentative if it is a permanent address.
3124 * - otherwise, kill it.
3127 addrconf_dad_stop(ifp, 0);
3132 * Optimistic nodes can start receiving
3135 if (ifp->flags & IFA_F_OPTIMISTIC)
3136 ip6_ins_rt(ifp->rt);
3138 addrconf_dad_kick(ifp);
3140 spin_unlock(&ifp->lock);
3141 read_unlock_bh(&idev->lock);
3144 static void addrconf_dad_timer(unsigned long data)
3146 struct inet6_ifaddr *ifp = (struct inet6_ifaddr *) data;
3147 struct inet6_dev *idev = ifp->idev;
3148 struct in6_addr mcaddr;
3150 if (!ifp->dad_probes && addrconf_dad_end(ifp))
3153 write_lock(&idev->lock);
3154 if (idev->dead || !(idev->if_flags & IF_READY)) {
3155 write_unlock(&idev->lock);
3159 spin_lock(&ifp->lock);
3160 if (ifp->state == INET6_IFADDR_STATE_DEAD) {
3161 spin_unlock(&ifp->lock);
3162 write_unlock(&idev->lock);
3166 if (ifp->dad_probes == 0) {
3168 * DAD was successful
3171 ifp->flags &= ~(IFA_F_TENTATIVE|IFA_F_OPTIMISTIC|IFA_F_DADFAILED);
3172 spin_unlock(&ifp->lock);
3173 write_unlock(&idev->lock);
3175 addrconf_dad_completed(ifp);
3181 addrconf_mod_dad_timer(ifp, ifp->idev->nd_parms->retrans_time);
3182 spin_unlock(&ifp->lock);
3183 write_unlock(&idev->lock);
3185 /* send a neighbour solicitation for our addr */
3186 addrconf_addr_solict_mult(&ifp->addr, &mcaddr);
3187 ndisc_send_ns(ifp->idev->dev, NULL, &ifp->addr, &mcaddr, &in6addr_any);
3192 static void addrconf_dad_completed(struct inet6_ifaddr *ifp)
3194 struct net_device *dev = ifp->idev->dev;
3195 struct in6_addr lladdr;
3196 bool send_rs, send_mld;
3198 addrconf_del_dad_timer(ifp);
3201 * Configure the address for reception. Now it is valid.
3204 ipv6_ifa_notify(RTM_NEWADDR, ifp);
3206 /* If added prefix is link local and we are prepared to process
3207 router advertisements, start sending router solicitations.
3210 read_lock_bh(&ifp->idev->lock);
3211 spin_lock(&ifp->lock);
3212 send_mld = ipv6_addr_type(&ifp->addr) & IPV6_ADDR_LINKLOCAL &&
3213 ifp->idev->valid_ll_addr_cnt == 1;
3214 send_rs = send_mld &&
3215 ipv6_accept_ra(ifp->idev) &&
3216 ifp->idev->cnf.rtr_solicits > 0 &&
3217 (dev->flags&IFF_LOOPBACK) == 0;
3218 spin_unlock(&ifp->lock);
3219 read_unlock_bh(&ifp->idev->lock);
3221 /* While dad is in progress mld report's source address is in6_addrany.
3222 * Resend with proper ll now.
3225 ipv6_mc_dad_complete(ifp->idev);
3229 * If a host as already performed a random delay
3230 * [...] as part of DAD [...] there is no need
3231 * to delay again before sending the first RS
3233 if (ipv6_get_lladdr(dev, &lladdr, IFA_F_TENTATIVE))
3235 ndisc_send_rs(dev, &lladdr, &in6addr_linklocal_allrouters);
3237 write_lock_bh(&ifp->idev->lock);
3238 spin_lock(&ifp->lock);
3239 ifp->idev->rs_probes = 1;
3240 ifp->idev->if_flags |= IF_RS_SENT;
3241 addrconf_mod_rs_timer(ifp->idev,
3242 ifp->idev->cnf.rtr_solicit_interval);
3243 spin_unlock(&ifp->lock);
3244 write_unlock_bh(&ifp->idev->lock);
3248 static void addrconf_dad_run(struct inet6_dev *idev)
3250 struct inet6_ifaddr *ifp;
3252 read_lock_bh(&idev->lock);
3253 list_for_each_entry(ifp, &idev->addr_list, if_list) {
3254 spin_lock(&ifp->lock);
3255 if (ifp->flags & IFA_F_TENTATIVE &&
3256 ifp->state == INET6_IFADDR_STATE_DAD)
3257 addrconf_dad_kick(ifp);
3258 spin_unlock(&ifp->lock);
3260 read_unlock_bh(&idev->lock);
3263 #ifdef CONFIG_PROC_FS
3264 struct if6_iter_state {
3265 struct seq_net_private p;
3270 static struct inet6_ifaddr *if6_get_first(struct seq_file *seq, loff_t pos)
3272 struct inet6_ifaddr *ifa = NULL;
3273 struct if6_iter_state *state = seq->private;
3274 struct net *net = seq_file_net(seq);
3277 /* initial bucket if pos is 0 */
3283 for (; state->bucket < IN6_ADDR_HSIZE; ++state->bucket) {
3284 hlist_for_each_entry_rcu_bh(ifa, &inet6_addr_lst[state->bucket],
3286 if (!net_eq(dev_net(ifa->idev->dev), net))
3288 /* sync with offset */
3289 if (p < state->offset) {
3297 /* prepare for next bucket */
3304 static struct inet6_ifaddr *if6_get_next(struct seq_file *seq,
3305 struct inet6_ifaddr *ifa)
3307 struct if6_iter_state *state = seq->private;
3308 struct net *net = seq_file_net(seq);
3310 hlist_for_each_entry_continue_rcu_bh(ifa, addr_lst) {
3311 if (!net_eq(dev_net(ifa->idev->dev), net))
3317 while (++state->bucket < IN6_ADDR_HSIZE) {
3319 hlist_for_each_entry_rcu_bh(ifa,
3320 &inet6_addr_lst[state->bucket], addr_lst) {
3321 if (!net_eq(dev_net(ifa->idev->dev), net))
3331 static void *if6_seq_start(struct seq_file *seq, loff_t *pos)
3335 return if6_get_first(seq, *pos);
3338 static void *if6_seq_next(struct seq_file *seq, void *v, loff_t *pos)
3340 struct inet6_ifaddr *ifa;
3342 ifa = if6_get_next(seq, v);
3347 static void if6_seq_stop(struct seq_file *seq, void *v)
3350 rcu_read_unlock_bh();
3353 static int if6_seq_show(struct seq_file *seq, void *v)
3355 struct inet6_ifaddr *ifp = (struct inet6_ifaddr *)v;
3356 seq_printf(seq, "%pi6 %02x %02x %02x %02x %8s\n",
3358 ifp->idev->dev->ifindex,
3362 ifp->idev->dev->name);
3366 static const struct seq_operations if6_seq_ops = {
3367 .start = if6_seq_start,
3368 .next = if6_seq_next,
3369 .show = if6_seq_show,
3370 .stop = if6_seq_stop,
3373 static int if6_seq_open(struct inode *inode, struct file *file)
3375 return seq_open_net(inode, file, &if6_seq_ops,
3376 sizeof(struct if6_iter_state));
3379 static const struct file_operations if6_fops = {
3380 .owner = THIS_MODULE,
3381 .open = if6_seq_open,
3383 .llseek = seq_lseek,
3384 .release = seq_release_net,
3387 static int __net_init if6_proc_net_init(struct net *net)
3389 if (!proc_create("if_inet6", S_IRUGO, net->proc_net, &if6_fops))
3394 static void __net_exit if6_proc_net_exit(struct net *net)
3396 remove_proc_entry("if_inet6", net->proc_net);
3399 static struct pernet_operations if6_proc_net_ops = {
3400 .init = if6_proc_net_init,
3401 .exit = if6_proc_net_exit,
3404 int __init if6_proc_init(void)
3406 return register_pernet_subsys(&if6_proc_net_ops);
3409 void if6_proc_exit(void)
3411 unregister_pernet_subsys(&if6_proc_net_ops);
3413 #endif /* CONFIG_PROC_FS */
3415 #if IS_ENABLED(CONFIG_IPV6_MIP6)
3416 /* Check if address is a home address configured on any interface. */
3417 int ipv6_chk_home_addr(struct net *net, const struct in6_addr *addr)
3420 struct inet6_ifaddr *ifp = NULL;
3421 unsigned int hash = inet6_addr_hash(addr);
3424 hlist_for_each_entry_rcu_bh(ifp, &inet6_addr_lst[hash], addr_lst) {
3425 if (!net_eq(dev_net(ifp->idev->dev), net))
3427 if (ipv6_addr_equal(&ifp->addr, addr) &&
3428 (ifp->flags & IFA_F_HOMEADDRESS)) {
3433 rcu_read_unlock_bh();
3439 * Periodic address status verification
3442 static void addrconf_verify(unsigned long foo)
3444 unsigned long now, next, next_sec, next_sched;
3445 struct inet6_ifaddr *ifp;
3449 spin_lock(&addrconf_verify_lock);
3451 next = round_jiffies_up(now + ADDR_CHECK_FREQUENCY);
3453 del_timer(&addr_chk_timer);
3455 for (i = 0; i < IN6_ADDR_HSIZE; i++) {
3457 hlist_for_each_entry_rcu_bh(ifp,
3458 &inet6_addr_lst[i], addr_lst) {
3461 /* When setting preferred_lft to a value not zero or
3462 * infinity, while valid_lft is infinity
3463 * IFA_F_PERMANENT has a non-infinity life time.
3465 if ((ifp->flags & IFA_F_PERMANENT) &&
3466 (ifp->prefered_lft == INFINITY_LIFE_TIME))
3469 spin_lock(&ifp->lock);
3470 /* We try to batch several events at once. */
3471 age = (now - ifp->tstamp + ADDRCONF_TIMER_FUZZ_MINUS) / HZ;
3473 if (ifp->valid_lft != INFINITY_LIFE_TIME &&
3474 age >= ifp->valid_lft) {
3475 spin_unlock(&ifp->lock);
3479 } else if (ifp->prefered_lft == INFINITY_LIFE_TIME) {
3480 spin_unlock(&ifp->lock);
3482 } else if (age >= ifp->prefered_lft) {
3483 /* jiffies - ifp->tstamp > age >= ifp->prefered_lft */
3486 if (!(ifp->flags&IFA_F_DEPRECATED)) {
3488 ifp->flags |= IFA_F_DEPRECATED;
3491 if ((ifp->valid_lft != INFINITY_LIFE_TIME) &&
3492 (time_before(ifp->tstamp + ifp->valid_lft * HZ, next)))
3493 next = ifp->tstamp + ifp->valid_lft * HZ;
3495 spin_unlock(&ifp->lock);
3500 ipv6_ifa_notify(0, ifp);
3504 } else if ((ifp->flags&IFA_F_TEMPORARY) &&
3505 !(ifp->flags&IFA_F_TENTATIVE)) {
3506 unsigned long regen_advance = ifp->idev->cnf.regen_max_retry *
3507 ifp->idev->cnf.dad_transmits *
3508 ifp->idev->nd_parms->retrans_time / HZ;
3510 if (age >= ifp->prefered_lft - regen_advance) {
3511 struct inet6_ifaddr *ifpub = ifp->ifpub;
3512 if (time_before(ifp->tstamp + ifp->prefered_lft * HZ, next))
3513 next = ifp->tstamp + ifp->prefered_lft * HZ;
3514 if (!ifp->regen_count && ifpub) {
3517 in6_ifa_hold(ifpub);
3518 spin_unlock(&ifp->lock);
3520 spin_lock(&ifpub->lock);
3521 ifpub->regen_count = 0;
3522 spin_unlock(&ifpub->lock);
3523 ipv6_create_tempaddr(ifpub, ifp);
3528 } else if (time_before(ifp->tstamp + ifp->prefered_lft * HZ - regen_advance * HZ, next))
3529 next = ifp->tstamp + ifp->prefered_lft * HZ - regen_advance * HZ;
3530 spin_unlock(&ifp->lock);
3532 /* ifp->prefered_lft <= ifp->valid_lft */
3533 if (time_before(ifp->tstamp + ifp->prefered_lft * HZ, next))
3534 next = ifp->tstamp + ifp->prefered_lft * HZ;
3535 spin_unlock(&ifp->lock);
3540 next_sec = round_jiffies_up(next);
3543 /* If rounded timeout is accurate enough, accept it. */
3544 if (time_before(next_sec, next + ADDRCONF_TIMER_FUZZ))
3545 next_sched = next_sec;
3547 /* And minimum interval is ADDRCONF_TIMER_FUZZ_MAX. */
3548 if (time_before(next_sched, jiffies + ADDRCONF_TIMER_FUZZ_MAX))
3549 next_sched = jiffies + ADDRCONF_TIMER_FUZZ_MAX;
3551 ADBG(KERN_DEBUG "now = %lu, schedule = %lu, rounded schedule = %lu => %lu\n",
3552 now, next, next_sec, next_sched);
3554 addr_chk_timer.expires = next_sched;
3555 add_timer(&addr_chk_timer);
3556 spin_unlock(&addrconf_verify_lock);
3557 rcu_read_unlock_bh();
3560 static struct in6_addr *extract_addr(struct nlattr *addr, struct nlattr *local,
3561 struct in6_addr **peer_pfx)
3563 struct in6_addr *pfx = NULL;
3568 pfx = nla_data(addr);
3571 if (pfx && nla_memcmp(local, pfx, sizeof(*pfx)))
3573 pfx = nla_data(local);
3579 static const struct nla_policy ifa_ipv6_policy[IFA_MAX+1] = {
3580 [IFA_ADDRESS] = { .len = sizeof(struct in6_addr) },
3581 [IFA_LOCAL] = { .len = sizeof(struct in6_addr) },
3582 [IFA_CACHEINFO] = { .len = sizeof(struct ifa_cacheinfo) },
3586 inet6_rtm_deladdr(struct sk_buff *skb, struct nlmsghdr *nlh)
3588 struct net *net = sock_net(skb->sk);
3589 struct ifaddrmsg *ifm;
3590 struct nlattr *tb[IFA_MAX+1];
3591 struct in6_addr *pfx, *peer_pfx;
3594 err = nlmsg_parse(nlh, sizeof(*ifm), tb, IFA_MAX, ifa_ipv6_policy);
3598 ifm = nlmsg_data(nlh);
3599 pfx = extract_addr(tb[IFA_ADDRESS], tb[IFA_LOCAL], &peer_pfx);
3603 return inet6_addr_del(net, ifm->ifa_index, pfx, ifm->ifa_prefixlen);
3606 static int inet6_addr_modify(struct inet6_ifaddr *ifp, u8 ifa_flags,
3607 u32 prefered_lft, u32 valid_lft)
3611 unsigned long timeout;
3613 if (!valid_lft || (prefered_lft > valid_lft))
3616 timeout = addrconf_timeout_fixup(valid_lft, HZ);
3617 if (addrconf_finite_timeout(timeout)) {
3618 expires = jiffies_to_clock_t(timeout * HZ);
3619 valid_lft = timeout;
3620 flags = RTF_EXPIRES;
3624 ifa_flags |= IFA_F_PERMANENT;
3627 timeout = addrconf_timeout_fixup(prefered_lft, HZ);
3628 if (addrconf_finite_timeout(timeout)) {
3630 ifa_flags |= IFA_F_DEPRECATED;
3631 prefered_lft = timeout;
3634 spin_lock_bh(&ifp->lock);
3635 ifp->flags = (ifp->flags & ~(IFA_F_DEPRECATED | IFA_F_PERMANENT | IFA_F_NODAD | IFA_F_HOMEADDRESS)) | ifa_flags;
3636 ifp->tstamp = jiffies;
3637 ifp->valid_lft = valid_lft;
3638 ifp->prefered_lft = prefered_lft;
3640 spin_unlock_bh(&ifp->lock);
3641 if (!(ifp->flags&IFA_F_TENTATIVE))
3642 ipv6_ifa_notify(0, ifp);
3644 addrconf_prefix_route(&ifp->addr, ifp->prefix_len, ifp->idev->dev,
3652 inet6_rtm_newaddr(struct sk_buff *skb, struct nlmsghdr *nlh)
3654 struct net *net = sock_net(skb->sk);
3655 struct ifaddrmsg *ifm;
3656 struct nlattr *tb[IFA_MAX+1];
3657 struct in6_addr *pfx, *peer_pfx;
3658 struct inet6_ifaddr *ifa;
3659 struct net_device *dev;
3660 u32 valid_lft = INFINITY_LIFE_TIME, preferred_lft = INFINITY_LIFE_TIME;
3664 err = nlmsg_parse(nlh, sizeof(*ifm), tb, IFA_MAX, ifa_ipv6_policy);
3668 ifm = nlmsg_data(nlh);
3669 pfx = extract_addr(tb[IFA_ADDRESS], tb[IFA_LOCAL], &peer_pfx);
3673 if (tb[IFA_CACHEINFO]) {
3674 struct ifa_cacheinfo *ci;
3676 ci = nla_data(tb[IFA_CACHEINFO]);
3677 valid_lft = ci->ifa_valid;
3678 preferred_lft = ci->ifa_prefered;
3680 preferred_lft = INFINITY_LIFE_TIME;
3681 valid_lft = INFINITY_LIFE_TIME;
3684 dev = __dev_get_by_index(net, ifm->ifa_index);
3688 /* We ignore other flags so far. */
3689 ifa_flags = ifm->ifa_flags & (IFA_F_NODAD | IFA_F_HOMEADDRESS);
3691 ifa = ipv6_get_ifaddr(net, pfx, dev, 1);
3694 * It would be best to check for !NLM_F_CREATE here but
3695 * userspace alreay relies on not having to provide this.
3697 return inet6_addr_add(net, ifm->ifa_index, pfx, peer_pfx,
3698 ifm->ifa_prefixlen, ifa_flags,
3699 preferred_lft, valid_lft);
3702 if (nlh->nlmsg_flags & NLM_F_EXCL ||
3703 !(nlh->nlmsg_flags & NLM_F_REPLACE))
3706 err = inet6_addr_modify(ifa, ifa_flags, preferred_lft, valid_lft);
3713 static void put_ifaddrmsg(struct nlmsghdr *nlh, u8 prefixlen, u8 flags,
3714 u8 scope, int ifindex)
3716 struct ifaddrmsg *ifm;
3718 ifm = nlmsg_data(nlh);
3719 ifm->ifa_family = AF_INET6;
3720 ifm->ifa_prefixlen = prefixlen;
3721 ifm->ifa_flags = flags;
3722 ifm->ifa_scope = scope;
3723 ifm->ifa_index = ifindex;
3726 static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp,
3727 unsigned long tstamp, u32 preferred, u32 valid)
3729 struct ifa_cacheinfo ci;
3731 ci.cstamp = cstamp_delta(cstamp);
3732 ci.tstamp = cstamp_delta(tstamp);
3733 ci.ifa_prefered = preferred;
3734 ci.ifa_valid = valid;
3736 return nla_put(skb, IFA_CACHEINFO, sizeof(ci), &ci);
3739 static inline int rt_scope(int ifa_scope)
3741 if (ifa_scope & IFA_HOST)
3742 return RT_SCOPE_HOST;
3743 else if (ifa_scope & IFA_LINK)
3744 return RT_SCOPE_LINK;
3745 else if (ifa_scope & IFA_SITE)
3746 return RT_SCOPE_SITE;
3748 return RT_SCOPE_UNIVERSE;
3751 static inline int inet6_ifaddr_msgsize(void)
3753 return NLMSG_ALIGN(sizeof(struct ifaddrmsg))
3754 + nla_total_size(16) /* IFA_LOCAL */
3755 + nla_total_size(16) /* IFA_ADDRESS */
3756 + nla_total_size(sizeof(struct ifa_cacheinfo));
3759 static int inet6_fill_ifaddr(struct sk_buff *skb, struct inet6_ifaddr *ifa,
3760 u32 portid, u32 seq, int event, unsigned int flags)
3762 struct nlmsghdr *nlh;
3763 u32 preferred, valid;
3765 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct ifaddrmsg), flags);
3769 put_ifaddrmsg(nlh, ifa->prefix_len, ifa->flags, rt_scope(ifa->scope),
3770 ifa->idev->dev->ifindex);
3772 if (!((ifa->flags&IFA_F_PERMANENT) &&
3773 (ifa->prefered_lft == INFINITY_LIFE_TIME))) {
3774 preferred = ifa->prefered_lft;
3775 valid = ifa->valid_lft;
3776 if (preferred != INFINITY_LIFE_TIME) {
3777 long tval = (jiffies - ifa->tstamp)/HZ;
3778 if (preferred > tval)
3782 if (valid != INFINITY_LIFE_TIME) {
3790 preferred = INFINITY_LIFE_TIME;
3791 valid = INFINITY_LIFE_TIME;
3794 if (!ipv6_addr_any(&ifa->peer_addr)) {
3795 if (nla_put(skb, IFA_LOCAL, 16, &ifa->addr) < 0 ||
3796 nla_put(skb, IFA_ADDRESS, 16, &ifa->peer_addr) < 0)
3799 if (nla_put(skb, IFA_ADDRESS, 16, &ifa->addr) < 0)
3802 if (put_cacheinfo(skb, ifa->cstamp, ifa->tstamp, preferred, valid) < 0)
3805 return nlmsg_end(skb, nlh);
3808 nlmsg_cancel(skb, nlh);
3812 static int inet6_fill_ifmcaddr(struct sk_buff *skb, struct ifmcaddr6 *ifmca,
3813 u32 portid, u32 seq, int event, u16 flags)
3815 struct nlmsghdr *nlh;
3816 u8 scope = RT_SCOPE_UNIVERSE;
3817 int ifindex = ifmca->idev->dev->ifindex;
3819 if (ipv6_addr_scope(&ifmca->mca_addr) & IFA_SITE)
3820 scope = RT_SCOPE_SITE;
3822 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct ifaddrmsg), flags);
3826 put_ifaddrmsg(nlh, 128, IFA_F_PERMANENT, scope, ifindex);
3827 if (nla_put(skb, IFA_MULTICAST, 16, &ifmca->mca_addr) < 0 ||
3828 put_cacheinfo(skb, ifmca->mca_cstamp, ifmca->mca_tstamp,
3829 INFINITY_LIFE_TIME, INFINITY_LIFE_TIME) < 0) {
3830 nlmsg_cancel(skb, nlh);
3834 return nlmsg_end(skb, nlh);
3837 static int inet6_fill_ifacaddr(struct sk_buff *skb, struct ifacaddr6 *ifaca,
3838 u32 portid, u32 seq, int event, unsigned int flags)
3840 struct nlmsghdr *nlh;
3841 u8 scope = RT_SCOPE_UNIVERSE;
3842 int ifindex = ifaca->aca_idev->dev->ifindex;
3844 if (ipv6_addr_scope(&ifaca->aca_addr) & IFA_SITE)
3845 scope = RT_SCOPE_SITE;
3847 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct ifaddrmsg), flags);
3851 put_ifaddrmsg(nlh, 128, IFA_F_PERMANENT, scope, ifindex);
3852 if (nla_put(skb, IFA_ANYCAST, 16, &ifaca->aca_addr) < 0 ||
3853 put_cacheinfo(skb, ifaca->aca_cstamp, ifaca->aca_tstamp,
3854 INFINITY_LIFE_TIME, INFINITY_LIFE_TIME) < 0) {
3855 nlmsg_cancel(skb, nlh);
3859 return nlmsg_end(skb, nlh);
3868 /* called with rcu_read_lock() */
3869 static int in6_dump_addrs(struct inet6_dev *idev, struct sk_buff *skb,
3870 struct netlink_callback *cb, enum addr_type_t type,
3871 int s_ip_idx, int *p_ip_idx)
3873 struct ifmcaddr6 *ifmca;
3874 struct ifacaddr6 *ifaca;
3876 int ip_idx = *p_ip_idx;
3878 read_lock_bh(&idev->lock);
3880 case UNICAST_ADDR: {
3881 struct inet6_ifaddr *ifa;
3883 /* unicast address incl. temp addr */
3884 list_for_each_entry(ifa, &idev->addr_list, if_list) {
3885 if (++ip_idx < s_ip_idx)
3887 err = inet6_fill_ifaddr(skb, ifa,
3888 NETLINK_CB(cb->skb).portid,
3894 nl_dump_check_consistent(cb, nlmsg_hdr(skb));
3898 case MULTICAST_ADDR:
3899 /* multicast address */
3900 for (ifmca = idev->mc_list; ifmca;
3901 ifmca = ifmca->next, ip_idx++) {
3902 if (ip_idx < s_ip_idx)
3904 err = inet6_fill_ifmcaddr(skb, ifmca,
3905 NETLINK_CB(cb->skb).portid,
3914 /* anycast address */
3915 for (ifaca = idev->ac_list; ifaca;
3916 ifaca = ifaca->aca_next, ip_idx++) {
3917 if (ip_idx < s_ip_idx)
3919 err = inet6_fill_ifacaddr(skb, ifaca,
3920 NETLINK_CB(cb->skb).portid,
3931 read_unlock_bh(&idev->lock);
3936 static int inet6_dump_addr(struct sk_buff *skb, struct netlink_callback *cb,
3937 enum addr_type_t type)
3939 struct net *net = sock_net(skb->sk);
3942 int s_idx, s_ip_idx;
3943 struct net_device *dev;
3944 struct inet6_dev *idev;
3945 struct hlist_head *head;
3948 s_idx = idx = cb->args[1];
3949 s_ip_idx = ip_idx = cb->args[2];
3952 cb->seq = atomic_read(&net->ipv6.dev_addr_genid) ^ net->dev_base_seq;
3953 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) {
3955 head = &net->dev_index_head[h];
3956 hlist_for_each_entry_rcu(dev, head, index_hlist) {
3959 if (h > s_h || idx > s_idx)
3962 idev = __in6_dev_get(dev);
3966 if (in6_dump_addrs(idev, skb, cb, type,
3967 s_ip_idx, &ip_idx) <= 0)
3977 cb->args[2] = ip_idx;
3982 static int inet6_dump_ifaddr(struct sk_buff *skb, struct netlink_callback *cb)
3984 enum addr_type_t type = UNICAST_ADDR;
3986 return inet6_dump_addr(skb, cb, type);
3989 static int inet6_dump_ifmcaddr(struct sk_buff *skb, struct netlink_callback *cb)
3991 enum addr_type_t type = MULTICAST_ADDR;
3993 return inet6_dump_addr(skb, cb, type);
3997 static int inet6_dump_ifacaddr(struct sk_buff *skb, struct netlink_callback *cb)
3999 enum addr_type_t type = ANYCAST_ADDR;
4001 return inet6_dump_addr(skb, cb, type);
4004 static int inet6_rtm_getaddr(struct sk_buff *in_skb, struct nlmsghdr *nlh)
4006 struct net *net = sock_net(in_skb->sk);
4007 struct ifaddrmsg *ifm;
4008 struct nlattr *tb[IFA_MAX+1];
4009 struct in6_addr *addr = NULL, *peer;
4010 struct net_device *dev = NULL;
4011 struct inet6_ifaddr *ifa;
4012 struct sk_buff *skb;
4015 err = nlmsg_parse(nlh, sizeof(*ifm), tb, IFA_MAX, ifa_ipv6_policy);
4019 addr = extract_addr(tb[IFA_ADDRESS], tb[IFA_LOCAL], &peer);
4025 ifm = nlmsg_data(nlh);
4027 dev = __dev_get_by_index(net, ifm->ifa_index);
4029 ifa = ipv6_get_ifaddr(net, addr, dev, 1);
4031 err = -EADDRNOTAVAIL;
4035 skb = nlmsg_new(inet6_ifaddr_msgsize(), GFP_KERNEL);
4041 err = inet6_fill_ifaddr(skb, ifa, NETLINK_CB(in_skb).portid,
4042 nlh->nlmsg_seq, RTM_NEWADDR, 0);
4044 /* -EMSGSIZE implies BUG in inet6_ifaddr_msgsize() */
4045 WARN_ON(err == -EMSGSIZE);
4049 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
4056 static void inet6_ifa_notify(int event, struct inet6_ifaddr *ifa)
4058 struct sk_buff *skb;
4059 struct net *net = dev_net(ifa->idev->dev);
4062 skb = nlmsg_new(inet6_ifaddr_msgsize(), GFP_ATOMIC);
4066 err = inet6_fill_ifaddr(skb, ifa, 0, 0, event, 0);
4068 /* -EMSGSIZE implies BUG in inet6_ifaddr_msgsize() */
4069 WARN_ON(err == -EMSGSIZE);
4073 rtnl_notify(skb, net, 0, RTNLGRP_IPV6_IFADDR, NULL, GFP_ATOMIC);
4077 rtnl_set_sk_err(net, RTNLGRP_IPV6_IFADDR, err);
4080 static inline void ipv6_store_devconf(struct ipv6_devconf *cnf,
4081 __s32 *array, int bytes)
4083 BUG_ON(bytes < (DEVCONF_MAX * 4));
4085 memset(array, 0, bytes);
4086 array[DEVCONF_FORWARDING] = cnf->forwarding;
4087 array[DEVCONF_HOPLIMIT] = cnf->hop_limit;
4088 array[DEVCONF_MTU6] = cnf->mtu6;
4089 array[DEVCONF_ACCEPT_RA] = cnf->accept_ra;
4090 array[DEVCONF_ACCEPT_REDIRECTS] = cnf->accept_redirects;
4091 array[DEVCONF_AUTOCONF] = cnf->autoconf;
4092 array[DEVCONF_DAD_TRANSMITS] = cnf->dad_transmits;
4093 array[DEVCONF_RTR_SOLICITS] = cnf->rtr_solicits;
4094 array[DEVCONF_RTR_SOLICIT_INTERVAL] =
4095 jiffies_to_msecs(cnf->rtr_solicit_interval);
4096 array[DEVCONF_RTR_SOLICIT_DELAY] =
4097 jiffies_to_msecs(cnf->rtr_solicit_delay);
4098 array[DEVCONF_FORCE_MLD_VERSION] = cnf->force_mld_version;
4099 array[DEVCONF_MLDV1_UNSOLICITED_REPORT_INTERVAL] =
4100 jiffies_to_msecs(cnf->mldv1_unsolicited_report_interval);
4101 array[DEVCONF_MLDV2_UNSOLICITED_REPORT_INTERVAL] =
4102 jiffies_to_msecs(cnf->mldv2_unsolicited_report_interval);
4103 array[DEVCONF_USE_TEMPADDR] = cnf->use_tempaddr;
4104 array[DEVCONF_TEMP_VALID_LFT] = cnf->temp_valid_lft;
4105 array[DEVCONF_TEMP_PREFERED_LFT] = cnf->temp_prefered_lft;
4106 array[DEVCONF_REGEN_MAX_RETRY] = cnf->regen_max_retry;
4107 array[DEVCONF_MAX_DESYNC_FACTOR] = cnf->max_desync_factor;
4108 array[DEVCONF_MAX_ADDRESSES] = cnf->max_addresses;
4109 array[DEVCONF_ACCEPT_RA_DEFRTR] = cnf->accept_ra_defrtr;
4110 array[DEVCONF_ACCEPT_RA_PINFO] = cnf->accept_ra_pinfo;
4111 #ifdef CONFIG_IPV6_ROUTER_PREF
4112 array[DEVCONF_ACCEPT_RA_RTR_PREF] = cnf->accept_ra_rtr_pref;
4113 array[DEVCONF_RTR_PROBE_INTERVAL] =
4114 jiffies_to_msecs(cnf->rtr_probe_interval);
4115 #ifdef CONFIG_IPV6_ROUTE_INFO
4116 array[DEVCONF_ACCEPT_RA_RT_INFO_MAX_PLEN] = cnf->accept_ra_rt_info_max_plen;
4119 array[DEVCONF_PROXY_NDP] = cnf->proxy_ndp;
4120 array[DEVCONF_ACCEPT_SOURCE_ROUTE] = cnf->accept_source_route;
4121 #ifdef CONFIG_IPV6_OPTIMISTIC_DAD
4122 array[DEVCONF_OPTIMISTIC_DAD] = cnf->optimistic_dad;
4124 #ifdef CONFIG_IPV6_MROUTE
4125 array[DEVCONF_MC_FORWARDING] = cnf->mc_forwarding;
4127 array[DEVCONF_DISABLE_IPV6] = cnf->disable_ipv6;
4128 array[DEVCONF_ACCEPT_DAD] = cnf->accept_dad;
4129 array[DEVCONF_FORCE_TLLAO] = cnf->force_tllao;
4130 array[DEVCONF_NDISC_NOTIFY] = cnf->ndisc_notify;
4131 array[DEVCONF_SUPPRESS_FRAG_NDISC] = cnf->suppress_frag_ndisc;
4134 static inline size_t inet6_ifla6_size(void)
4136 return nla_total_size(4) /* IFLA_INET6_FLAGS */
4137 + nla_total_size(sizeof(struct ifla_cacheinfo))
4138 + nla_total_size(DEVCONF_MAX * 4) /* IFLA_INET6_CONF */
4139 + nla_total_size(IPSTATS_MIB_MAX * 8) /* IFLA_INET6_STATS */
4140 + nla_total_size(ICMP6_MIB_MAX * 8) /* IFLA_INET6_ICMP6STATS */
4141 + nla_total_size(sizeof(struct in6_addr)); /* IFLA_INET6_TOKEN */
4144 static inline size_t inet6_if_nlmsg_size(void)
4146 return NLMSG_ALIGN(sizeof(struct ifinfomsg))
4147 + nla_total_size(IFNAMSIZ) /* IFLA_IFNAME */
4148 + nla_total_size(MAX_ADDR_LEN) /* IFLA_ADDRESS */
4149 + nla_total_size(4) /* IFLA_MTU */
4150 + nla_total_size(4) /* IFLA_LINK */
4151 + nla_total_size(inet6_ifla6_size()); /* IFLA_PROTINFO */
4154 static inline void __snmp6_fill_statsdev(u64 *stats, atomic_long_t *mib,
4155 int items, int bytes)
4158 int pad = bytes - sizeof(u64) * items;
4161 /* Use put_unaligned() because stats may not be aligned for u64. */
4162 put_unaligned(items, &stats[0]);
4163 for (i = 1; i < items; i++)
4164 put_unaligned(atomic_long_read(&mib[i]), &stats[i]);
4166 memset(&stats[items], 0, pad);
4169 static inline void __snmp6_fill_stats64(u64 *stats, void __percpu **mib,
4170 int items, int bytes, size_t syncpoff)
4173 int pad = bytes - sizeof(u64) * items;
4176 /* Use put_unaligned() because stats may not be aligned for u64. */
4177 put_unaligned(items, &stats[0]);
4178 for (i = 1; i < items; i++)
4179 put_unaligned(snmp_fold_field64(mib, i, syncpoff), &stats[i]);
4181 memset(&stats[items], 0, pad);
4184 static void snmp6_fill_stats(u64 *stats, struct inet6_dev *idev, int attrtype,
4188 case IFLA_INET6_STATS:
4189 __snmp6_fill_stats64(stats, (void __percpu **)idev->stats.ipv6,
4190 IPSTATS_MIB_MAX, bytes, offsetof(struct ipstats_mib, syncp));
4192 case IFLA_INET6_ICMP6STATS:
4193 __snmp6_fill_statsdev(stats, idev->stats.icmpv6dev->mibs, ICMP6_MIB_MAX, bytes);
4198 static int inet6_fill_ifla6_attrs(struct sk_buff *skb, struct inet6_dev *idev)
4201 struct ifla_cacheinfo ci;
4203 if (nla_put_u32(skb, IFLA_INET6_FLAGS, idev->if_flags))
4204 goto nla_put_failure;
4205 ci.max_reasm_len = IPV6_MAXPLEN;
4206 ci.tstamp = cstamp_delta(idev->tstamp);
4207 ci.reachable_time = jiffies_to_msecs(idev->nd_parms->reachable_time);
4208 ci.retrans_time = jiffies_to_msecs(idev->nd_parms->retrans_time);
4209 if (nla_put(skb, IFLA_INET6_CACHEINFO, sizeof(ci), &ci))
4210 goto nla_put_failure;
4211 nla = nla_reserve(skb, IFLA_INET6_CONF, DEVCONF_MAX * sizeof(s32));
4213 goto nla_put_failure;
4214 ipv6_store_devconf(&idev->cnf, nla_data(nla), nla_len(nla));
4216 /* XXX - MC not implemented */
4218 nla = nla_reserve(skb, IFLA_INET6_STATS, IPSTATS_MIB_MAX * sizeof(u64));
4220 goto nla_put_failure;
4221 snmp6_fill_stats(nla_data(nla), idev, IFLA_INET6_STATS, nla_len(nla));
4223 nla = nla_reserve(skb, IFLA_INET6_ICMP6STATS, ICMP6_MIB_MAX * sizeof(u64));
4225 goto nla_put_failure;
4226 snmp6_fill_stats(nla_data(nla), idev, IFLA_INET6_ICMP6STATS, nla_len(nla));
4228 nla = nla_reserve(skb, IFLA_INET6_TOKEN, sizeof(struct in6_addr));
4230 goto nla_put_failure;
4231 read_lock_bh(&idev->lock);
4232 memcpy(nla_data(nla), idev->token.s6_addr, nla_len(nla));
4233 read_unlock_bh(&idev->lock);
4241 static size_t inet6_get_link_af_size(const struct net_device *dev)
4243 if (!__in6_dev_get(dev))
4246 return inet6_ifla6_size();
4249 static int inet6_fill_link_af(struct sk_buff *skb, const struct net_device *dev)
4251 struct inet6_dev *idev = __in6_dev_get(dev);
4256 if (inet6_fill_ifla6_attrs(skb, idev) < 0)
4262 static int inet6_set_iftoken(struct inet6_dev *idev, struct in6_addr *token)
4264 struct inet6_ifaddr *ifp;
4265 struct net_device *dev = idev->dev;
4266 bool update_rs = false;
4267 struct in6_addr ll_addr;
4271 if (ipv6_addr_any(token))
4273 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP))
4275 if (!ipv6_accept_ra(idev))
4277 if (idev->cnf.rtr_solicits <= 0)
4280 write_lock_bh(&idev->lock);
4282 BUILD_BUG_ON(sizeof(token->s6_addr) != 16);
4283 memcpy(idev->token.s6_addr + 8, token->s6_addr + 8, 8);
4285 write_unlock_bh(&idev->lock);
4287 if (!idev->dead && (idev->if_flags & IF_READY) &&
4288 !ipv6_get_lladdr(dev, &ll_addr, IFA_F_TENTATIVE |
4289 IFA_F_OPTIMISTIC)) {
4291 /* If we're not ready, then normal ifup will take care
4292 * of this. Otherwise, we need to request our rs here.
4294 ndisc_send_rs(dev, &ll_addr, &in6addr_linklocal_allrouters);
4298 write_lock_bh(&idev->lock);
4301 idev->if_flags |= IF_RS_SENT;
4302 idev->rs_probes = 1;
4303 addrconf_mod_rs_timer(idev, idev->cnf.rtr_solicit_interval);
4306 /* Well, that's kinda nasty ... */
4307 list_for_each_entry(ifp, &idev->addr_list, if_list) {
4308 spin_lock(&ifp->lock);
4309 if (ifp->tokenized) {
4311 ifp->prefered_lft = 0;
4313 spin_unlock(&ifp->lock);
4316 write_unlock_bh(&idev->lock);
4321 static int inet6_set_link_af(struct net_device *dev, const struct nlattr *nla)
4324 struct inet6_dev *idev = __in6_dev_get(dev);
4325 struct nlattr *tb[IFLA_INET6_MAX + 1];
4328 return -EAFNOSUPPORT;
4330 if (nla_parse_nested(tb, IFLA_INET6_MAX, nla, NULL) < 0)
4333 if (tb[IFLA_INET6_TOKEN])
4334 err = inet6_set_iftoken(idev, nla_data(tb[IFLA_INET6_TOKEN]));
4339 static int inet6_fill_ifinfo(struct sk_buff *skb, struct inet6_dev *idev,
4340 u32 portid, u32 seq, int event, unsigned int flags)
4342 struct net_device *dev = idev->dev;
4343 struct ifinfomsg *hdr;
4344 struct nlmsghdr *nlh;
4347 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*hdr), flags);
4351 hdr = nlmsg_data(nlh);
4352 hdr->ifi_family = AF_INET6;
4354 hdr->ifi_type = dev->type;
4355 hdr->ifi_index = dev->ifindex;
4356 hdr->ifi_flags = dev_get_flags(dev);
4357 hdr->ifi_change = 0;
4359 if (nla_put_string(skb, IFLA_IFNAME, dev->name) ||
4361 nla_put(skb, IFLA_ADDRESS, dev->addr_len, dev->dev_addr)) ||
4362 nla_put_u32(skb, IFLA_MTU, dev->mtu) ||
4363 (dev->ifindex != dev->iflink &&
4364 nla_put_u32(skb, IFLA_LINK, dev->iflink)))
4365 goto nla_put_failure;
4366 protoinfo = nla_nest_start(skb, IFLA_PROTINFO);
4367 if (protoinfo == NULL)
4368 goto nla_put_failure;
4370 if (inet6_fill_ifla6_attrs(skb, idev) < 0)
4371 goto nla_put_failure;
4373 nla_nest_end(skb, protoinfo);
4374 return nlmsg_end(skb, nlh);
4377 nlmsg_cancel(skb, nlh);
4381 static int inet6_dump_ifinfo(struct sk_buff *skb, struct netlink_callback *cb)
4383 struct net *net = sock_net(skb->sk);
4386 struct net_device *dev;
4387 struct inet6_dev *idev;
4388 struct hlist_head *head;
4391 s_idx = cb->args[1];
4394 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) {
4396 head = &net->dev_index_head[h];
4397 hlist_for_each_entry_rcu(dev, head, index_hlist) {
4400 idev = __in6_dev_get(dev);
4403 if (inet6_fill_ifinfo(skb, idev,
4404 NETLINK_CB(cb->skb).portid,
4406 RTM_NEWLINK, NLM_F_MULTI) <= 0)
4420 void inet6_ifinfo_notify(int event, struct inet6_dev *idev)
4422 struct sk_buff *skb;
4423 struct net *net = dev_net(idev->dev);
4426 skb = nlmsg_new(inet6_if_nlmsg_size(), GFP_ATOMIC);
4430 err = inet6_fill_ifinfo(skb, idev, 0, 0, event, 0);
4432 /* -EMSGSIZE implies BUG in inet6_if_nlmsg_size() */
4433 WARN_ON(err == -EMSGSIZE);
4437 rtnl_notify(skb, net, 0, RTNLGRP_IPV6_IFINFO, NULL, GFP_ATOMIC);
4441 rtnl_set_sk_err(net, RTNLGRP_IPV6_IFINFO, err);
4444 static inline size_t inet6_prefix_nlmsg_size(void)
4446 return NLMSG_ALIGN(sizeof(struct prefixmsg))
4447 + nla_total_size(sizeof(struct in6_addr))
4448 + nla_total_size(sizeof(struct prefix_cacheinfo));
4451 static int inet6_fill_prefix(struct sk_buff *skb, struct inet6_dev *idev,
4452 struct prefix_info *pinfo, u32 portid, u32 seq,
4453 int event, unsigned int flags)
4455 struct prefixmsg *pmsg;
4456 struct nlmsghdr *nlh;
4457 struct prefix_cacheinfo ci;
4459 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*pmsg), flags);
4463 pmsg = nlmsg_data(nlh);
4464 pmsg->prefix_family = AF_INET6;
4465 pmsg->prefix_pad1 = 0;
4466 pmsg->prefix_pad2 = 0;
4467 pmsg->prefix_ifindex = idev->dev->ifindex;
4468 pmsg->prefix_len = pinfo->prefix_len;
4469 pmsg->prefix_type = pinfo->type;
4470 pmsg->prefix_pad3 = 0;
4471 pmsg->prefix_flags = 0;
4473 pmsg->prefix_flags |= IF_PREFIX_ONLINK;
4474 if (pinfo->autoconf)
4475 pmsg->prefix_flags |= IF_PREFIX_AUTOCONF;
4477 if (nla_put(skb, PREFIX_ADDRESS, sizeof(pinfo->prefix), &pinfo->prefix))
4478 goto nla_put_failure;
4479 ci.preferred_time = ntohl(pinfo->prefered);
4480 ci.valid_time = ntohl(pinfo->valid);
4481 if (nla_put(skb, PREFIX_CACHEINFO, sizeof(ci), &ci))
4482 goto nla_put_failure;
4483 return nlmsg_end(skb, nlh);
4486 nlmsg_cancel(skb, nlh);
4490 static void inet6_prefix_notify(int event, struct inet6_dev *idev,
4491 struct prefix_info *pinfo)
4493 struct sk_buff *skb;
4494 struct net *net = dev_net(idev->dev);
4497 skb = nlmsg_new(inet6_prefix_nlmsg_size(), GFP_ATOMIC);
4501 err = inet6_fill_prefix(skb, idev, pinfo, 0, 0, event, 0);
4503 /* -EMSGSIZE implies BUG in inet6_prefix_nlmsg_size() */
4504 WARN_ON(err == -EMSGSIZE);
4508 rtnl_notify(skb, net, 0, RTNLGRP_IPV6_PREFIX, NULL, GFP_ATOMIC);
4512 rtnl_set_sk_err(net, RTNLGRP_IPV6_PREFIX, err);
4515 static void update_valid_ll_addr_cnt(struct inet6_ifaddr *ifp, int count)
4517 write_lock_bh(&ifp->idev->lock);
4518 spin_lock(&ifp->lock);
4519 if (((ifp->flags & (IFA_F_PERMANENT|IFA_F_TENTATIVE|IFA_F_OPTIMISTIC|
4520 IFA_F_DADFAILED)) == IFA_F_PERMANENT) &&
4521 (ipv6_addr_type(&ifp->addr) & IPV6_ADDR_LINKLOCAL))
4522 ifp->idev->valid_ll_addr_cnt += count;
4523 WARN_ON(ifp->idev->valid_ll_addr_cnt < 0);
4524 spin_unlock(&ifp->lock);
4525 write_unlock_bh(&ifp->idev->lock);
4528 static void __ipv6_ifa_notify(int event, struct inet6_ifaddr *ifp)
4530 struct net *net = dev_net(ifp->idev->dev);
4532 inet6_ifa_notify(event ? : RTM_NEWADDR, ifp);
4536 update_valid_ll_addr_cnt(ifp, 1);
4539 * If the address was optimistic
4540 * we inserted the route at the start of
4541 * our DAD process, so we don't need
4544 if (!(ifp->rt->rt6i_node))
4545 ip6_ins_rt(ifp->rt);
4546 if (ifp->idev->cnf.forwarding)
4547 addrconf_join_anycast(ifp);
4548 if (!ipv6_addr_any(&ifp->peer_addr))
4549 addrconf_prefix_route(&ifp->peer_addr, 128,
4550 ifp->idev->dev, 0, 0);
4553 update_valid_ll_addr_cnt(ifp, -1);
4555 if (ifp->idev->cnf.forwarding)
4556 addrconf_leave_anycast(ifp);
4557 addrconf_leave_solict(ifp->idev, &ifp->addr);
4558 if (!ipv6_addr_any(&ifp->peer_addr)) {
4559 struct rt6_info *rt;
4560 struct net_device *dev = ifp->idev->dev;
4562 rt = rt6_lookup(dev_net(dev), &ifp->peer_addr, NULL,
4570 dst_hold(&ifp->rt->dst);
4572 if (ip6_del_rt(ifp->rt))
4573 dst_free(&ifp->rt->dst);
4576 atomic_inc(&net->ipv6.dev_addr_genid);
4577 rt_genid_bump_ipv6(net);
4580 static void ipv6_ifa_notify(int event, struct inet6_ifaddr *ifp)
4583 if (likely(ifp->idev->dead == 0))
4584 __ipv6_ifa_notify(event, ifp);
4585 rcu_read_unlock_bh();
4588 #ifdef CONFIG_SYSCTL
4591 int addrconf_sysctl_forward(struct ctl_table *ctl, int write,
4592 void __user *buffer, size_t *lenp, loff_t *ppos)
4594 int *valp = ctl->data;
4597 struct ctl_table lctl;
4601 * ctl->data points to idev->cnf.forwarding, we should
4602 * not modify it until we get the rtnl lock.
4607 ret = proc_dointvec(&lctl, write, buffer, lenp, ppos);
4610 ret = addrconf_fixup_forwarding(ctl, valp, val);
4616 static void dev_disable_change(struct inet6_dev *idev)
4618 struct netdev_notifier_info info;
4620 if (!idev || !idev->dev)
4623 netdev_notifier_info_init(&info, idev->dev);
4624 if (idev->cnf.disable_ipv6)
4625 addrconf_notify(NULL, NETDEV_DOWN, &info);
4627 addrconf_notify(NULL, NETDEV_UP, &info);
4630 static void addrconf_disable_change(struct net *net, __s32 newf)
4632 struct net_device *dev;
4633 struct inet6_dev *idev;
4636 for_each_netdev_rcu(net, dev) {
4637 idev = __in6_dev_get(dev);
4639 int changed = (!idev->cnf.disable_ipv6) ^ (!newf);
4640 idev->cnf.disable_ipv6 = newf;
4642 dev_disable_change(idev);
4648 static int addrconf_disable_ipv6(struct ctl_table *table, int *p, int newf)
4653 if (!rtnl_trylock())
4654 return restart_syscall();
4656 net = (struct net *)table->extra2;
4660 if (p == &net->ipv6.devconf_dflt->disable_ipv6) {
4665 if (p == &net->ipv6.devconf_all->disable_ipv6) {
4666 net->ipv6.devconf_dflt->disable_ipv6 = newf;
4667 addrconf_disable_change(net, newf);
4668 } else if ((!newf) ^ (!old))
4669 dev_disable_change((struct inet6_dev *)table->extra1);
4676 int addrconf_sysctl_disable(struct ctl_table *ctl, int write,
4677 void __user *buffer, size_t *lenp, loff_t *ppos)
4679 int *valp = ctl->data;
4682 struct ctl_table lctl;
4686 * ctl->data points to idev->cnf.disable_ipv6, we should
4687 * not modify it until we get the rtnl lock.
4692 ret = proc_dointvec(&lctl, write, buffer, lenp, ppos);
4695 ret = addrconf_disable_ipv6(ctl, valp, val);
4701 static struct addrconf_sysctl_table
4703 struct ctl_table_header *sysctl_header;
4704 struct ctl_table addrconf_vars[DEVCONF_MAX+1];
4705 } addrconf_sysctl __read_mostly = {
4706 .sysctl_header = NULL,
4709 .procname = "forwarding",
4710 .data = &ipv6_devconf.forwarding,
4711 .maxlen = sizeof(int),
4713 .proc_handler = addrconf_sysctl_forward,
4716 .procname = "hop_limit",
4717 .data = &ipv6_devconf.hop_limit,
4718 .maxlen = sizeof(int),
4720 .proc_handler = proc_dointvec,
4724 .data = &ipv6_devconf.mtu6,
4725 .maxlen = sizeof(int),
4727 .proc_handler = proc_dointvec,
4730 .procname = "accept_ra",
4731 .data = &ipv6_devconf.accept_ra,
4732 .maxlen = sizeof(int),
4734 .proc_handler = proc_dointvec,
4737 .procname = "accept_redirects",
4738 .data = &ipv6_devconf.accept_redirects,
4739 .maxlen = sizeof(int),
4741 .proc_handler = proc_dointvec,
4744 .procname = "autoconf",
4745 .data = &ipv6_devconf.autoconf,
4746 .maxlen = sizeof(int),
4748 .proc_handler = proc_dointvec,
4751 .procname = "dad_transmits",
4752 .data = &ipv6_devconf.dad_transmits,
4753 .maxlen = sizeof(int),
4755 .proc_handler = proc_dointvec,
4758 .procname = "router_solicitations",
4759 .data = &ipv6_devconf.rtr_solicits,
4760 .maxlen = sizeof(int),
4762 .proc_handler = proc_dointvec,
4765 .procname = "router_solicitation_interval",
4766 .data = &ipv6_devconf.rtr_solicit_interval,
4767 .maxlen = sizeof(int),
4769 .proc_handler = proc_dointvec_jiffies,
4772 .procname = "router_solicitation_delay",
4773 .data = &ipv6_devconf.rtr_solicit_delay,
4774 .maxlen = sizeof(int),
4776 .proc_handler = proc_dointvec_jiffies,
4779 .procname = "force_mld_version",
4780 .data = &ipv6_devconf.force_mld_version,
4781 .maxlen = sizeof(int),
4783 .proc_handler = proc_dointvec,
4786 .procname = "mldv1_unsolicited_report_interval",
4788 &ipv6_devconf.mldv1_unsolicited_report_interval,
4789 .maxlen = sizeof(int),
4791 .proc_handler = proc_dointvec_ms_jiffies,
4794 .procname = "mldv2_unsolicited_report_interval",
4796 &ipv6_devconf.mldv2_unsolicited_report_interval,
4797 .maxlen = sizeof(int),
4799 .proc_handler = proc_dointvec_ms_jiffies,
4802 .procname = "use_tempaddr",
4803 .data = &ipv6_devconf.use_tempaddr,
4804 .maxlen = sizeof(int),
4806 .proc_handler = proc_dointvec,
4809 .procname = "temp_valid_lft",
4810 .data = &ipv6_devconf.temp_valid_lft,
4811 .maxlen = sizeof(int),
4813 .proc_handler = proc_dointvec,
4816 .procname = "temp_prefered_lft",
4817 .data = &ipv6_devconf.temp_prefered_lft,
4818 .maxlen = sizeof(int),
4820 .proc_handler = proc_dointvec,
4823 .procname = "regen_max_retry",
4824 .data = &ipv6_devconf.regen_max_retry,
4825 .maxlen = sizeof(int),
4827 .proc_handler = proc_dointvec,
4830 .procname = "max_desync_factor",
4831 .data = &ipv6_devconf.max_desync_factor,
4832 .maxlen = sizeof(int),
4834 .proc_handler = proc_dointvec,
4837 .procname = "max_addresses",
4838 .data = &ipv6_devconf.max_addresses,
4839 .maxlen = sizeof(int),
4841 .proc_handler = proc_dointvec,
4844 .procname = "accept_ra_defrtr",
4845 .data = &ipv6_devconf.accept_ra_defrtr,
4846 .maxlen = sizeof(int),
4848 .proc_handler = proc_dointvec,
4851 .procname = "accept_ra_pinfo",
4852 .data = &ipv6_devconf.accept_ra_pinfo,
4853 .maxlen = sizeof(int),
4855 .proc_handler = proc_dointvec,
4857 #ifdef CONFIG_IPV6_ROUTER_PREF
4859 .procname = "accept_ra_rtr_pref",
4860 .data = &ipv6_devconf.accept_ra_rtr_pref,
4861 .maxlen = sizeof(int),
4863 .proc_handler = proc_dointvec,
4866 .procname = "router_probe_interval",
4867 .data = &ipv6_devconf.rtr_probe_interval,
4868 .maxlen = sizeof(int),
4870 .proc_handler = proc_dointvec_jiffies,
4872 #ifdef CONFIG_IPV6_ROUTE_INFO
4874 .procname = "accept_ra_rt_info_max_plen",
4875 .data = &ipv6_devconf.accept_ra_rt_info_max_plen,
4876 .maxlen = sizeof(int),
4878 .proc_handler = proc_dointvec,
4883 .procname = "proxy_ndp",
4884 .data = &ipv6_devconf.proxy_ndp,
4885 .maxlen = sizeof(int),
4887 .proc_handler = proc_dointvec,
4890 .procname = "accept_source_route",
4891 .data = &ipv6_devconf.accept_source_route,
4892 .maxlen = sizeof(int),
4894 .proc_handler = proc_dointvec,
4896 #ifdef CONFIG_IPV6_OPTIMISTIC_DAD
4898 .procname = "optimistic_dad",
4899 .data = &ipv6_devconf.optimistic_dad,
4900 .maxlen = sizeof(int),
4902 .proc_handler = proc_dointvec,
4906 #ifdef CONFIG_IPV6_MROUTE
4908 .procname = "mc_forwarding",
4909 .data = &ipv6_devconf.mc_forwarding,
4910 .maxlen = sizeof(int),
4912 .proc_handler = proc_dointvec,
4916 .procname = "disable_ipv6",
4917 .data = &ipv6_devconf.disable_ipv6,
4918 .maxlen = sizeof(int),
4920 .proc_handler = addrconf_sysctl_disable,
4923 .procname = "accept_dad",
4924 .data = &ipv6_devconf.accept_dad,
4925 .maxlen = sizeof(int),
4927 .proc_handler = proc_dointvec,
4930 .procname = "force_tllao",
4931 .data = &ipv6_devconf.force_tllao,
4932 .maxlen = sizeof(int),
4934 .proc_handler = proc_dointvec
4937 .procname = "ndisc_notify",
4938 .data = &ipv6_devconf.ndisc_notify,
4939 .maxlen = sizeof(int),
4941 .proc_handler = proc_dointvec
4944 .procname = "suppress_frag_ndisc",
4945 .data = &ipv6_devconf.suppress_frag_ndisc,
4946 .maxlen = sizeof(int),
4948 .proc_handler = proc_dointvec
4956 static int __addrconf_sysctl_register(struct net *net, char *dev_name,
4957 struct inet6_dev *idev, struct ipv6_devconf *p)
4960 struct addrconf_sysctl_table *t;
4961 char path[sizeof("net/ipv6/conf/") + IFNAMSIZ];
4963 t = kmemdup(&addrconf_sysctl, sizeof(*t), GFP_KERNEL);
4967 for (i = 0; t->addrconf_vars[i].data; i++) {
4968 t->addrconf_vars[i].data += (char *)p - (char *)&ipv6_devconf;
4969 t->addrconf_vars[i].extra1 = idev; /* embedded; no ref */
4970 t->addrconf_vars[i].extra2 = net;
4973 snprintf(path, sizeof(path), "net/ipv6/conf/%s", dev_name);
4975 t->sysctl_header = register_net_sysctl(net, path, t->addrconf_vars);
4976 if (t->sysctl_header == NULL)
4988 static void __addrconf_sysctl_unregister(struct ipv6_devconf *p)
4990 struct addrconf_sysctl_table *t;
4992 if (p->sysctl == NULL)
4997 unregister_net_sysctl_table(t->sysctl_header);
5001 static void addrconf_sysctl_register(struct inet6_dev *idev)
5003 neigh_sysctl_register(idev->dev, idev->nd_parms, "ipv6",
5004 &ndisc_ifinfo_sysctl_change);
5005 __addrconf_sysctl_register(dev_net(idev->dev), idev->dev->name,
5009 static void addrconf_sysctl_unregister(struct inet6_dev *idev)
5011 __addrconf_sysctl_unregister(&idev->cnf);
5012 neigh_sysctl_unregister(idev->nd_parms);
5018 static int __net_init addrconf_init_net(struct net *net)
5021 struct ipv6_devconf *all, *dflt;
5023 all = kmemdup(&ipv6_devconf, sizeof(ipv6_devconf), GFP_KERNEL);
5027 dflt = kmemdup(&ipv6_devconf_dflt, sizeof(ipv6_devconf_dflt), GFP_KERNEL);
5029 goto err_alloc_dflt;
5031 /* these will be inherited by all namespaces */
5032 dflt->autoconf = ipv6_defaults.autoconf;
5033 dflt->disable_ipv6 = ipv6_defaults.disable_ipv6;
5035 net->ipv6.devconf_all = all;
5036 net->ipv6.devconf_dflt = dflt;
5038 #ifdef CONFIG_SYSCTL
5039 err = __addrconf_sysctl_register(net, "all", NULL, all);
5043 err = __addrconf_sysctl_register(net, "default", NULL, dflt);
5049 #ifdef CONFIG_SYSCTL
5051 __addrconf_sysctl_unregister(all);
5061 static void __net_exit addrconf_exit_net(struct net *net)
5063 #ifdef CONFIG_SYSCTL
5064 __addrconf_sysctl_unregister(net->ipv6.devconf_dflt);
5065 __addrconf_sysctl_unregister(net->ipv6.devconf_all);
5067 if (!net_eq(net, &init_net)) {
5068 kfree(net->ipv6.devconf_dflt);
5069 kfree(net->ipv6.devconf_all);
5073 static struct pernet_operations addrconf_ops = {
5074 .init = addrconf_init_net,
5075 .exit = addrconf_exit_net,
5078 static struct rtnl_af_ops inet6_ops = {
5080 .fill_link_af = inet6_fill_link_af,
5081 .get_link_af_size = inet6_get_link_af_size,
5082 .set_link_af = inet6_set_link_af,
5086 * Init / cleanup code
5089 int __init addrconf_init(void)
5093 err = ipv6_addr_label_init();
5095 pr_crit("%s: cannot initialize default policy table: %d\n",
5100 err = register_pernet_subsys(&addrconf_ops);
5104 /* The addrconf netdev notifier requires that loopback_dev
5105 * has it's ipv6 private information allocated and setup
5106 * before it can bring up and give link-local addresses
5107 * to other devices which are up.
5109 * Unfortunately, loopback_dev is not necessarily the first
5110 * entry in the global dev_base list of net devices. In fact,
5111 * it is likely to be the very last entry on that list.
5112 * So this causes the notifier registry below to try and
5113 * give link-local addresses to all devices besides loopback_dev
5114 * first, then loopback_dev, which cases all the non-loopback_dev
5115 * devices to fail to get a link-local address.
5117 * So, as a temporary fix, allocate the ipv6 structure for
5118 * loopback_dev first by hand.
5119 * Longer term, all of the dependencies ipv6 has upon the loopback
5120 * device and it being up should be removed.
5123 if (!ipv6_add_dev(init_net.loopback_dev))
5129 for (i = 0; i < IN6_ADDR_HSIZE; i++)
5130 INIT_HLIST_HEAD(&inet6_addr_lst[i]);
5132 register_netdevice_notifier(&ipv6_dev_notf);
5136 err = rtnl_af_register(&inet6_ops);
5140 err = __rtnl_register(PF_INET6, RTM_GETLINK, NULL, inet6_dump_ifinfo,
5145 /* Only the first call to __rtnl_register can fail */
5146 __rtnl_register(PF_INET6, RTM_NEWADDR, inet6_rtm_newaddr, NULL, NULL);
5147 __rtnl_register(PF_INET6, RTM_DELADDR, inet6_rtm_deladdr, NULL, NULL);
5148 __rtnl_register(PF_INET6, RTM_GETADDR, inet6_rtm_getaddr,
5149 inet6_dump_ifaddr, NULL);
5150 __rtnl_register(PF_INET6, RTM_GETMULTICAST, NULL,
5151 inet6_dump_ifmcaddr, NULL);
5152 __rtnl_register(PF_INET6, RTM_GETANYCAST, NULL,
5153 inet6_dump_ifacaddr, NULL);
5154 __rtnl_register(PF_INET6, RTM_GETNETCONF, inet6_netconf_get_devconf,
5155 inet6_netconf_dump_devconf, NULL);
5157 ipv6_addr_label_rtnl_register();
5161 rtnl_af_unregister(&inet6_ops);
5163 unregister_netdevice_notifier(&ipv6_dev_notf);
5165 unregister_pernet_subsys(&addrconf_ops);
5167 ipv6_addr_label_cleanup();
5172 void addrconf_cleanup(void)
5174 struct net_device *dev;
5177 unregister_netdevice_notifier(&ipv6_dev_notf);
5178 unregister_pernet_subsys(&addrconf_ops);
5179 ipv6_addr_label_cleanup();
5183 __rtnl_af_unregister(&inet6_ops);
5185 /* clean dev list */
5186 for_each_netdev(&init_net, dev) {
5187 if (__in6_dev_get(dev) == NULL)
5189 addrconf_ifdown(dev, 1);
5191 addrconf_ifdown(init_net.loopback_dev, 2);
5196 spin_lock_bh(&addrconf_hash_lock);
5197 for (i = 0; i < IN6_ADDR_HSIZE; i++)
5198 WARN_ON(!hlist_empty(&inet6_addr_lst[i]));
5199 spin_unlock_bh(&addrconf_hash_lock);
5201 del_timer(&addr_chk_timer);