blob: d6b4f5d08014c6ad096019120f2d4c5daf776bc2 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * IPv6 Address [auto]configuration
3 * Linux INET6 implementation
4 *
5 * Authors:
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09006 * Pedro Roque <roque@di.fc.ul.pt>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 * Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 * 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.
13 */
14
15/*
16 * Changes:
17 *
18 * Janos Farkas : delete timer on ifdown
19 * <chexum@bankinf.banki.hu>
20 * Andi Kleen : kill double kfree on module
21 * unload.
22 * Maciej W. Rozycki : FDDI support
23 * sekiya@USAGI : Don't send too many RS
24 * packets.
25 * yoshfuji@USAGI : Fixed interval between DAD
26 * packets.
27 * YOSHIFUJI Hideaki @USAGI : improved accuracy of
28 * address validation timer.
29 * YOSHIFUJI Hideaki @USAGI : Privacy Extensions (RFC3041)
30 * support.
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
35 * seq_file.
YOSHIFUJI Hideakib1cacb62005-11-08 09:38:12 -080036 * YOSHIFUJI Hideaki @USAGI : improved source address
37 * selection; consider scope,
38 * status etc.
Linus Torvalds1da177e2005-04-16 15:20:36 -070039 */
40
Joe Perchesf3213832012-05-15 14:11:53 +000041#define pr_fmt(fmt) "IPv6: " fmt
42
Linus Torvalds1da177e2005-04-16 15:20:36 -070043#include <linux/errno.h>
44#include <linux/types.h>
Ilpo Järvinena0bffff2009-03-21 13:36:17 -070045#include <linux/kernel.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070046#include <linux/socket.h>
47#include <linux/sockios.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070048#include <linux/net.h>
49#include <linux/in6.h>
50#include <linux/netdevice.h>
Thomas Graf18237302006-08-04 23:04:54 -070051#include <linux/if_addr.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070052#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>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090058#include <linux/slab.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070059#ifdef CONFIG_SYSCTL
60#include <linux/sysctl.h>
61#endif
Randy Dunlap4fc268d2006-01-11 12:17:47 -080062#include <linux/capability.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070063#include <linux/delay.h>
64#include <linux/notifier.h>
Paulo Marques543537b2005-06-23 00:09:02 -070065#include <linux/string.h>
Eric Dumazetddbe5032012-07-18 08:11:12 +000066#include <linux/hash.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070067
Eric W. Biederman457c4cb2007-09-12 12:01:34 +020068#include <net/net_namespace.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070069#include <net/sock.h>
70#include <net/snmp.h>
71
alex.bluesman.smirnov@gmail.com06a4c1c2012-05-10 03:25:52 +000072#include <net/af_ieee802154.h>
YOSHIFUJI Hideaki / 吉藤英明cb6bf352013-03-25 08:26:24 +000073#include <net/firewire.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070074#include <net/ipv6.h>
75#include <net/protocol.h>
76#include <net/ndisc.h>
77#include <net/ip6_route.h>
78#include <net/addrconf.h>
79#include <net/tcp.h>
80#include <net/ip.h>
Thomas Graf5d620262006-08-15 00:35:02 -070081#include <net/netlink.h>
Mitsuru Chinenf24e3d62007-10-10 02:53:43 -070082#include <net/pkt_sched.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070083#include <linux/if_tunnel.h>
84#include <linux/rtnetlink.h>
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +000085#include <linux/netconf.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070086#include <linux/random.h>
Stephen Hemmingere21e8462010-03-20 16:09:01 -070087#include <linux/uaccess.h>
Herbert Xu7f7d9a62007-04-24 21:54:09 -070088#include <asm/unaligned.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070089
90#include <linux/proc_fs.h>
91#include <linux/seq_file.h>
Paul Gortmakerbc3b2d72011-07-15 11:47:34 -040092#include <linux/export.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070093
94/* Set to 3 to get tracing... */
95#define ACONF_DEBUG 2
96
97#if ACONF_DEBUG >= 3
dingtianhongba3542e2013-08-17 10:27:04 +080098#define ADBG(fmt, ...) printk(fmt, ##__VA_ARGS__)
Linus Torvalds1da177e2005-04-16 15:20:36 -070099#else
dingtianhongba3542e2013-08-17 10:27:04 +0800100#define ADBG(fmt, ...) do { if (0) printk(fmt, ##__VA_ARGS__); } while (0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101#endif
102
103#define INFINITY_LIFE_TIME 0xFFFFFFFF
Thomas Graf18a31e12010-11-17 04:12:02 +0000104
105static inline u32 cstamp_delta(unsigned long cstamp)
106{
107 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ;
108}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700109
110#ifdef CONFIG_SYSCTL
WANG Conga317a2f2014-07-25 15:25:09 -0700111static int addrconf_sysctl_register(struct inet6_dev *idev);
Pavel Emelyanov408c4762008-01-10 17:41:21 -0800112static void addrconf_sysctl_unregister(struct inet6_dev *idev);
113#else
WANG Conga317a2f2014-07-25 15:25:09 -0700114static inline int addrconf_sysctl_register(struct inet6_dev *idev)
Pavel Emelyanov408c4762008-01-10 17:41:21 -0800115{
WANG Conga317a2f2014-07-25 15:25:09 -0700116 return 0;
Pavel Emelyanov408c4762008-01-10 17:41:21 -0800117}
118
119static inline void addrconf_sysctl_unregister(struct inet6_dev *idev)
120{
121}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700122#endif
123
Sorin Dumitrueb7e0572012-08-30 02:01:45 +0000124static void __ipv6_regen_rndid(struct inet6_dev *idev);
125static void __ipv6_try_regen_rndid(struct inet6_dev *idev, struct in6_addr *tmpaddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126static void ipv6_regen_rndid(unsigned long data);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +0900128static int ipv6_generate_eui64(u8 *eui, struct net_device *dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700129static int ipv6_count_addresses(struct inet6_dev *idev);
130
131/*
132 * Configured unicast address hash table
133 */
stephen hemmingerc2e21292010-03-17 20:31:10 +0000134static struct hlist_head inet6_addr_lst[IN6_ADDR_HSIZE];
stephen hemminger5c578ae2010-03-17 20:31:11 +0000135static DEFINE_SPINLOCK(addrconf_hash_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +0100137static void addrconf_verify(void);
138static void addrconf_verify_rtnl(void);
139static void addrconf_verify_work(struct work_struct *);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700140
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +0100141static struct workqueue_struct *addrconf_wq;
142static DECLARE_DELAYED_WORK(addr_chk_work, addrconf_verify_work);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700143
144static void addrconf_join_anycast(struct inet6_ifaddr *ifp);
145static void addrconf_leave_anycast(struct inet6_ifaddr *ifp);
146
Jiri Pirko93d9b7d2010-03-10 10:28:56 +0000147static void addrconf_type_change(struct net_device *dev,
148 unsigned long event);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149static int addrconf_ifdown(struct net_device *dev, int how);
150
Romain Kuntz21caa662013-01-09 21:06:03 +0000151static struct rt6_info *addrconf_get_prefix_route(const struct in6_addr *pfx,
152 int plen,
153 const struct net_device *dev,
154 u32 flags, u32 noflags);
155
David S. Millercf22f9a2012-04-14 21:37:40 -0400156static void addrconf_dad_start(struct inet6_ifaddr *ifp);
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +0100157static void addrconf_dad_work(struct work_struct *w);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158static void addrconf_dad_completed(struct inet6_ifaddr *ifp);
YOSHIFUJI Hideakic5e33bd2005-12-21 22:57:44 +0900159static void addrconf_dad_run(struct inet6_dev *idev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160static void addrconf_rs_timer(unsigned long data);
161static void __ipv6_ifa_notify(int event, struct inet6_ifaddr *ifa);
162static void ipv6_ifa_notify(int event, struct inet6_ifaddr *ifa);
163
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +0900164static void inet6_prefix_notify(int event, struct inet6_dev *idev,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700165 struct prefix_info *pinfo);
David S. Miller3e81c6d2010-03-20 16:18:00 -0700166static bool ipv6_chk_same_addr(struct net *net, const struct in6_addr *addr,
167 struct net_device *dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168
Adrian Bunk888c8482008-07-22 14:21:58 -0700169static struct ipv6_devconf ipv6_devconf __read_mostly = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700170 .forwarding = 0,
171 .hop_limit = IPV6_DEFAULT_HOPLIMIT,
172 .mtu6 = IPV6_MIN_MTU,
173 .accept_ra = 1,
174 .accept_redirects = 1,
175 .autoconf = 1,
176 .force_mld_version = 0,
Hannes Frederic Sowafc4eba52013-08-14 01:03:46 +0200177 .mldv1_unsolicited_report_interval = 10 * HZ,
178 .mldv2_unsolicited_report_interval = HZ,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700179 .dad_transmits = 1,
180 .rtr_solicits = MAX_RTR_SOLICITATIONS,
181 .rtr_solicit_interval = RTR_SOLICITATION_INTERVAL,
182 .rtr_solicit_delay = MAX_RTR_SOLICITATION_DELAY,
Ian Morris67ba4152014-08-24 21:53:10 +0100183 .use_tempaddr = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700184 .temp_valid_lft = TEMP_VALID_LIFETIME,
185 .temp_prefered_lft = TEMP_PREFERRED_LIFETIME,
186 .regen_max_retry = REGEN_MAX_RETRY,
187 .max_desync_factor = MAX_DESYNC_FACTOR,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188 .max_addresses = IPV6_MAX_ADDRESSES,
YOSHIFUJI Hideaki65f5c7c2006-03-20 16:55:08 -0800189 .accept_ra_defrtr = 1,
Ben Greeard9333192014-06-25 14:44:53 -0700190 .accept_ra_from_local = 0,
YOSHIFUJI Hideakic4fd30e2006-03-20 16:55:26 -0800191 .accept_ra_pinfo = 1,
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -0800192#ifdef CONFIG_IPV6_ROUTER_PREF
193 .accept_ra_rtr_pref = 1,
YOSHIFUJI Hideaki52e16352006-03-20 17:05:47 -0800194 .rtr_probe_interval = 60 * HZ,
YOSHIFUJI Hideaki09c884d2006-03-20 17:07:03 -0800195#ifdef CONFIG_IPV6_ROUTE_INFO
196 .accept_ra_rt_info_max_plen = 0,
197#endif
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -0800198#endif
YOSHIFUJI Hideakifbea49e2006-09-22 14:43:49 -0700199 .proxy_ndp = 0,
YOSHIFUJI Hideaki0bcbc922007-04-24 14:58:30 -0700200 .accept_source_route = 0, /* we do not accept RH0 by default. */
YOSHIFUJI Hideaki778d80b2008-06-28 14:17:11 +0900201 .disable_ipv6 = 0,
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +0900202 .accept_dad = 1,
Hannes Frederic Sowab800c3b2013-08-27 01:36:51 +0200203 .suppress_frag_ndisc = 1,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204};
205
Brian Haleyab32ea52006-09-22 14:15:41 -0700206static struct ipv6_devconf ipv6_devconf_dflt __read_mostly = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207 .forwarding = 0,
208 .hop_limit = IPV6_DEFAULT_HOPLIMIT,
209 .mtu6 = IPV6_MIN_MTU,
210 .accept_ra = 1,
211 .accept_redirects = 1,
212 .autoconf = 1,
Hannes Frederic Sowafc4eba52013-08-14 01:03:46 +0200213 .force_mld_version = 0,
214 .mldv1_unsolicited_report_interval = 10 * HZ,
215 .mldv2_unsolicited_report_interval = HZ,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216 .dad_transmits = 1,
217 .rtr_solicits = MAX_RTR_SOLICITATIONS,
218 .rtr_solicit_interval = RTR_SOLICITATION_INTERVAL,
219 .rtr_solicit_delay = MAX_RTR_SOLICITATION_DELAY,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220 .use_tempaddr = 0,
221 .temp_valid_lft = TEMP_VALID_LIFETIME,
222 .temp_prefered_lft = TEMP_PREFERRED_LIFETIME,
223 .regen_max_retry = REGEN_MAX_RETRY,
224 .max_desync_factor = MAX_DESYNC_FACTOR,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700225 .max_addresses = IPV6_MAX_ADDRESSES,
YOSHIFUJI Hideaki65f5c7c2006-03-20 16:55:08 -0800226 .accept_ra_defrtr = 1,
Ben Greeard9333192014-06-25 14:44:53 -0700227 .accept_ra_from_local = 0,
YOSHIFUJI Hideakic4fd30e2006-03-20 16:55:26 -0800228 .accept_ra_pinfo = 1,
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -0800229#ifdef CONFIG_IPV6_ROUTER_PREF
230 .accept_ra_rtr_pref = 1,
YOSHIFUJI Hideaki52e16352006-03-20 17:05:47 -0800231 .rtr_probe_interval = 60 * HZ,
YOSHIFUJI Hideaki09c884d2006-03-20 17:07:03 -0800232#ifdef CONFIG_IPV6_ROUTE_INFO
233 .accept_ra_rt_info_max_plen = 0,
234#endif
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -0800235#endif
YOSHIFUJI Hideakifbea49e2006-09-22 14:43:49 -0700236 .proxy_ndp = 0,
YOSHIFUJI Hideaki0bcbc922007-04-24 14:58:30 -0700237 .accept_source_route = 0, /* we do not accept RH0 by default. */
YOSHIFUJI Hideaki778d80b2008-06-28 14:17:11 +0900238 .disable_ipv6 = 0,
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +0900239 .accept_dad = 1,
Hannes Frederic Sowab800c3b2013-08-27 01:36:51 +0200240 .suppress_frag_ndisc = 1,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241};
242
Mitsuru Chinenf24e3d62007-10-10 02:53:43 -0700243/* Check if a valid qdisc is available */
David S. Miller05297942008-07-08 23:01:27 -0700244static inline bool addrconf_qdisc_ok(const struct net_device *dev)
Mitsuru Chinenf24e3d62007-10-10 02:53:43 -0700245{
David S. Miller05297942008-07-08 23:01:27 -0700246 return !qdisc_tx_is_noop(dev);
Mitsuru Chinenf24e3d62007-10-10 02:53:43 -0700247}
248
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +0200249static void addrconf_del_rs_timer(struct inet6_dev *idev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700250{
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +0200251 if (del_timer(&idev->rs_timer))
252 __in6_dev_put(idev);
253}
254
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +0100255static void addrconf_del_dad_work(struct inet6_ifaddr *ifp)
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +0200256{
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +0100257 if (cancel_delayed_work(&ifp->dad_work))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258 __in6_ifa_put(ifp);
259}
260
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +0200261static void addrconf_mod_rs_timer(struct inet6_dev *idev,
262 unsigned long when)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263{
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +0200264 if (!timer_pending(&idev->rs_timer))
265 in6_dev_hold(idev);
266 mod_timer(&idev->rs_timer, jiffies + when);
267}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +0100269static void addrconf_mod_dad_work(struct inet6_ifaddr *ifp,
270 unsigned long delay)
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +0200271{
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +0100272 if (!delayed_work_pending(&ifp->dad_work))
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +0200273 in6_ifa_hold(ifp);
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +0100274 mod_delayed_work(addrconf_wq, &ifp->dad_work, delay);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275}
276
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700277static int snmp6_alloc_dev(struct inet6_dev *idev)
278{
John Stultz827da442013-10-07 15:51:58 -0700279 int i;
280
WANG Cong698365f2014-05-05 15:55:55 -0700281 idev->stats.ipv6 = alloc_percpu(struct ipstats_mib);
282 if (!idev->stats.ipv6)
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700283 goto err_ip;
John Stultz827da442013-10-07 15:51:58 -0700284
285 for_each_possible_cpu(i) {
286 struct ipstats_mib *addrconf_stats;
WANG Cong698365f2014-05-05 15:55:55 -0700287 addrconf_stats = per_cpu_ptr(idev->stats.ipv6, i);
John Stultz827da442013-10-07 15:51:58 -0700288 u64_stats_init(&addrconf_stats->syncp);
John Stultz827da442013-10-07 15:51:58 -0700289 }
290
291
Eric Dumazetbe281e52011-05-19 01:14:23 +0000292 idev->stats.icmpv6dev = kzalloc(sizeof(struct icmpv6_mib_device),
293 GFP_KERNEL);
294 if (!idev->stats.icmpv6dev)
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700295 goto err_icmp;
Eric Dumazetbe281e52011-05-19 01:14:23 +0000296 idev->stats.icmpv6msgdev = kzalloc(sizeof(struct icmpv6msg_mib_device),
297 GFP_KERNEL);
298 if (!idev->stats.icmpv6msgdev)
David L Stevens14878f72007-09-16 16:52:35 -0700299 goto err_icmpmsg;
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700300
301 return 0;
302
David L Stevens14878f72007-09-16 16:52:35 -0700303err_icmpmsg:
Eric Dumazetbe281e52011-05-19 01:14:23 +0000304 kfree(idev->stats.icmpv6dev);
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700305err_icmp:
WANG Cong698365f2014-05-05 15:55:55 -0700306 free_percpu(idev->stats.ipv6);
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700307err_ip:
Pavel Emelyanovaaf70ec2007-10-17 21:25:32 -0700308 return -ENOMEM;
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700309}
310
Eldad Zack8e5e8f32012-04-01 07:49:08 +0000311static struct inet6_dev *ipv6_add_dev(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312{
313 struct inet6_dev *ndev;
WANG Conga317a2f2014-07-25 15:25:09 -0700314 int err = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315
316 ASSERT_RTNL();
317
318 if (dev->mtu < IPV6_MIN_MTU)
WANG Conga317a2f2014-07-25 15:25:09 -0700319 return ERR_PTR(-EINVAL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +0900321 ndev = kzalloc(sizeof(struct inet6_dev), GFP_KERNEL);
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +0900322 if (ndev == NULL)
WANG Conga317a2f2014-07-25 15:25:09 -0700323 return ERR_PTR(err);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700324
Ingo Oeser322f74a2006-03-20 23:01:47 -0800325 rwlock_init(&ndev->lock);
326 ndev->dev = dev;
stephen hemminger502a2ff2010-03-17 20:31:13 +0000327 INIT_LIST_HEAD(&ndev->addr_list);
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +0200328 setup_timer(&ndev->rs_timer, addrconf_rs_timer,
329 (unsigned long)ndev);
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +0900330 memcpy(&ndev->cnf, dev_net(dev)->ipv6.devconf_dflt, sizeof(ndev->cnf));
Ingo Oeser322f74a2006-03-20 23:01:47 -0800331 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) {
335 kfree(ndev);
WANG Conga317a2f2014-07-25 15:25:09 -0700336 return ERR_PTR(err);
Ingo Oeser322f74a2006-03-20 23:01:47 -0800337 }
Ben Hutchings0187bdf2008-06-19 16:15:47 -0700338 if (ndev->cnf.forwarding)
339 dev_disable_lro(dev);
Ingo Oeser322f74a2006-03-20 23:01:47 -0800340 /* We refer to the device */
341 dev_hold(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700342
Ingo Oeser322f74a2006-03-20 23:01:47 -0800343 if (snmp6_alloc_dev(ndev) < 0) {
dingtianhongba3542e2013-08-17 10:27:04 +0800344 ADBG(KERN_WARNING
Joe Perchesf3213832012-05-15 14:11:53 +0000345 "%s: cannot allocate memory for statistics; dev=%s.\n",
dingtianhongba3542e2013-08-17 10:27:04 +0800346 __func__, dev->name);
Ingo Oeser322f74a2006-03-20 23:01:47 -0800347 neigh_parms_release(&nd_tbl, ndev->nd_parms);
Roy Li8603e332011-09-20 15:10:16 -0400348 dev_put(dev);
349 kfree(ndev);
WANG Conga317a2f2014-07-25 15:25:09 -0700350 return ERR_PTR(err);
Ingo Oeser322f74a2006-03-20 23:01:47 -0800351 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352
Ingo Oeser322f74a2006-03-20 23:01:47 -0800353 if (snmp6_register_dev(ndev) < 0) {
dingtianhongba3542e2013-08-17 10:27:04 +0800354 ADBG(KERN_WARNING
Joe Perchesf3213832012-05-15 14:11:53 +0000355 "%s: cannot create /proc/net/dev_snmp6/%s\n",
dingtianhongba3542e2013-08-17 10:27:04 +0800356 __func__, dev->name);
WANG Conga317a2f2014-07-25 15:25:09 -0700357 goto err_release;
Ingo Oeser322f74a2006-03-20 23:01:47 -0800358 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700359
Ingo Oeser322f74a2006-03-20 23:01:47 -0800360 /* One reference from device. We must do this before
361 * we invoke __ipv6_regen_rndid().
362 */
363 in6_dev_hold(ndev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700364
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +0900365 if (dev->flags & (IFF_NOARP | IFF_LOOPBACK))
366 ndev->cnf.accept_dad = -1;
367
Amerigo Wang07a93622012-10-29 16:23:10 +0000368#if IS_ENABLED(CONFIG_IPV6_SIT)
YOSHIFUJI Hideakib077d7a2008-04-13 23:42:18 -0700369 if (dev->type == ARPHRD_SIT && (dev->priv_flags & IFF_ISATAP)) {
Joe Perchesf3213832012-05-15 14:11:53 +0000370 pr_info("%s: Disabled Multicast RS\n", dev->name);
YOSHIFUJI Hideakib077d7a2008-04-13 23:42:18 -0700371 ndev->cnf.rtr_solicits = 0;
372 }
373#endif
374
stephen hemminger372e6c82010-03-17 20:31:09 +0000375 INIT_LIST_HEAD(&ndev->tempaddr_list);
Pavel Emelyanovb24b8a22008-01-23 21:20:07 -0800376 setup_timer(&ndev->regen_timer, ipv6_regen_rndid, (unsigned long)ndev);
Ingo Oeser322f74a2006-03-20 23:01:47 -0800377 if ((dev->flags&IFF_LOOPBACK) ||
378 dev->type == ARPHRD_TUNNEL ||
YOSHIFUJI Hideaki9625ed72008-04-13 23:47:11 -0700379 dev->type == ARPHRD_TUNNEL6 ||
Joerg Roedel0be669b2006-10-10 14:49:53 -0700380 dev->type == ARPHRD_SIT ||
Joerg Roedel0be669b2006-10-10 14:49:53 -0700381 dev->type == ARPHRD_NONE) {
Ingo Oeser322f74a2006-03-20 23:01:47 -0800382 ndev->cnf.use_tempaddr = -1;
383 } else {
384 in6_dev_hold(ndev);
385 ipv6_regen_rndid((unsigned long) ndev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386 }
David S. Miller5d9efa72013-10-28 20:07:50 -0400387
Daniel Borkmann914faa12013-04-09 03:47:14 +0000388 ndev->token = in6addr_any;
Ingo Oeser322f74a2006-03-20 23:01:47 -0800389
Mitsuru Chinenf24e3d62007-10-10 02:53:43 -0700390 if (netif_running(dev) && addrconf_qdisc_ok(dev))
Herbert Xu53aadcc2007-03-27 14:31:52 -0700391 ndev->if_flags |= IF_READY;
392
Ingo Oeser322f74a2006-03-20 23:01:47 -0800393 ipv6_mc_init_dev(ndev);
394 ndev->tstamp = jiffies;
WANG Conga317a2f2014-07-25 15:25:09 -0700395 err = addrconf_sysctl_register(ndev);
396 if (err) {
397 ipv6_mc_destroy_dev(ndev);
398 del_timer(&ndev->regen_timer);
399 goto err_release;
400 }
David L Stevens30c4cf52007-01-04 12:31:14 -0800401 /* protected by rtnl_lock */
Eric Dumazetcf778b02012-01-12 04:41:32 +0000402 rcu_assign_pointer(dev->ip6_ptr, ndev);
YOSHIFUJI Hideakid88ae4c2007-01-14 21:48:40 -0800403
Hannes Frederic Sowa2c5e8932013-02-10 03:50:18 +0000404 /* Join interface-local all-node multicast group */
405 ipv6_dev_mc_inc(dev, &in6addr_interfacelocal_allnodes);
406
YOSHIFUJI Hideakid88ae4c2007-01-14 21:48:40 -0800407 /* Join all-node multicast group */
YOSHIFUJI Hideakif3ee4012008-04-10 15:42:11 +0900408 ipv6_dev_mc_inc(dev, &in6addr_linklocal_allnodes);
YOSHIFUJI Hideakid88ae4c2007-01-14 21:48:40 -0800409
Li Weid6ddef92012-03-05 14:45:17 +0000410 /* Join all-router multicast group if forwarding is set */
Li Wei8b2aaed2012-03-07 14:58:07 +0000411 if (ndev->cnf.forwarding && (dev->flags & IFF_MULTICAST))
Li Weid6ddef92012-03-05 14:45:17 +0000412 ipv6_dev_mc_inc(dev, &in6addr_linklocal_allrouters);
413
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414 return ndev;
WANG Conga317a2f2014-07-25 15:25:09 -0700415
416err_release:
417 neigh_parms_release(&nd_tbl, ndev->nd_parms);
418 ndev->dead = 1;
419 in6_dev_finish_destroy(ndev);
420 return ERR_PTR(err);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700421}
422
Eldad Zack8e5e8f32012-04-01 07:49:08 +0000423static struct inet6_dev *ipv6_find_idev(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700424{
425 struct inet6_dev *idev;
426
427 ASSERT_RTNL();
428
Stephen Hemmingere21e8462010-03-20 16:09:01 -0700429 idev = __in6_dev_get(dev);
430 if (!idev) {
431 idev = ipv6_add_dev(dev);
WANG Conga317a2f2014-07-25 15:25:09 -0700432 if (IS_ERR(idev))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433 return NULL;
434 }
YOSHIFUJI Hideakic5e33bd2005-12-21 22:57:44 +0900435
Linus Torvalds1da177e2005-04-16 15:20:36 -0700436 if (dev->flags&IFF_UP)
437 ipv6_mc_up(idev);
438 return idev;
439}
440
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000441static int inet6_netconf_msgsize_devconf(int type)
442{
443 int size = NLMSG_ALIGN(sizeof(struct netconfmsg))
444 + nla_total_size(4); /* NETCONFA_IFINDEX */
445
Nicolas Dichtel76f8f6c2012-10-25 22:28:51 +0000446 /* type -1 is used for ALL */
447 if (type == -1 || type == NETCONFA_FORWARDING)
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000448 size += nla_total_size(4);
David S. Millerb1afce92012-12-04 14:46:34 -0500449#ifdef CONFIG_IPV6_MROUTE
Nicolas Dichteld67b8c62012-12-04 01:13:35 +0000450 if (type == -1 || type == NETCONFA_MC_FORWARDING)
451 size += nla_total_size(4);
David S. Millerb1afce92012-12-04 14:46:34 -0500452#endif
stephen hemmingerc92d5492013-12-17 22:37:14 -0800453 if (type == -1 || type == NETCONFA_PROXY_NEIGH)
454 size += nla_total_size(4);
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000455
456 return size;
457}
458
459static int inet6_netconf_fill_devconf(struct sk_buff *skb, int ifindex,
460 struct ipv6_devconf *devconf, u32 portid,
461 u32 seq, int event, unsigned int flags,
462 int type)
463{
464 struct nlmsghdr *nlh;
465 struct netconfmsg *ncm;
466
467 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg),
468 flags);
469 if (nlh == NULL)
470 return -EMSGSIZE;
471
472 ncm = nlmsg_data(nlh);
473 ncm->ncm_family = AF_INET6;
474
475 if (nla_put_s32(skb, NETCONFA_IFINDEX, ifindex) < 0)
476 goto nla_put_failure;
477
Nicolas Dichtel76f8f6c2012-10-25 22:28:51 +0000478 /* type -1 is used for ALL */
479 if ((type == -1 || type == NETCONFA_FORWARDING) &&
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000480 nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0)
481 goto nla_put_failure;
David S. Millerb1afce92012-12-04 14:46:34 -0500482#ifdef CONFIG_IPV6_MROUTE
Nicolas Dichteld67b8c62012-12-04 01:13:35 +0000483 if ((type == -1 || type == NETCONFA_MC_FORWARDING) &&
484 nla_put_s32(skb, NETCONFA_MC_FORWARDING,
485 devconf->mc_forwarding) < 0)
486 goto nla_put_failure;
David S. Millerb1afce92012-12-04 14:46:34 -0500487#endif
stephen hemmingerc92d5492013-12-17 22:37:14 -0800488 if ((type == -1 || type == NETCONFA_PROXY_NEIGH) &&
489 nla_put_s32(skb, NETCONFA_PROXY_NEIGH, devconf->proxy_ndp) < 0)
490 goto nla_put_failure;
491
Johannes Berg053c0952015-01-16 22:09:00 +0100492 nlmsg_end(skb, nlh);
493 return 0;
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000494
495nla_put_failure:
496 nlmsg_cancel(skb, nlh);
497 return -EMSGSIZE;
498}
499
Nicolas Dichteld67b8c62012-12-04 01:13:35 +0000500void inet6_netconf_notify_devconf(struct net *net, int type, int ifindex,
501 struct ipv6_devconf *devconf)
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000502{
503 struct sk_buff *skb;
504 int err = -ENOBUFS;
505
506 skb = nlmsg_new(inet6_netconf_msgsize_devconf(type), GFP_ATOMIC);
507 if (skb == NULL)
508 goto errout;
509
510 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, 0, 0,
511 RTM_NEWNETCONF, 0, type);
512 if (err < 0) {
513 /* -EMSGSIZE implies BUG in inet6_netconf_msgsize_devconf() */
514 WARN_ON(err == -EMSGSIZE);
515 kfree_skb(skb);
516 goto errout;
517 }
518 rtnl_notify(skb, net, 0, RTNLGRP_IPV6_NETCONF, NULL, GFP_ATOMIC);
519 return;
520errout:
Cong Dingbd779022012-12-18 12:08:56 +0000521 rtnl_set_sk_err(net, RTNLGRP_IPV6_NETCONF, err);
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000522}
523
Nicolas Dichtel76f8f6c2012-10-25 22:28:51 +0000524static const struct nla_policy devconf_ipv6_policy[NETCONFA_MAX+1] = {
525 [NETCONFA_IFINDEX] = { .len = sizeof(int) },
526 [NETCONFA_FORWARDING] = { .len = sizeof(int) },
stephen hemmingerc92d5492013-12-17 22:37:14 -0800527 [NETCONFA_PROXY_NEIGH] = { .len = sizeof(int) },
Nicolas Dichtel76f8f6c2012-10-25 22:28:51 +0000528};
529
530static int inet6_netconf_get_devconf(struct sk_buff *in_skb,
Thomas Graf661d2962013-03-21 07:45:29 +0000531 struct nlmsghdr *nlh)
Nicolas Dichtel76f8f6c2012-10-25 22:28:51 +0000532{
533 struct net *net = sock_net(in_skb->sk);
534 struct nlattr *tb[NETCONFA_MAX+1];
535 struct netconfmsg *ncm;
536 struct sk_buff *skb;
537 struct ipv6_devconf *devconf;
538 struct inet6_dev *in6_dev;
539 struct net_device *dev;
540 int ifindex;
541 int err;
542
543 err = nlmsg_parse(nlh, sizeof(*ncm), tb, NETCONFA_MAX,
544 devconf_ipv6_policy);
545 if (err < 0)
546 goto errout;
547
548 err = EINVAL;
549 if (!tb[NETCONFA_IFINDEX])
550 goto errout;
551
552 ifindex = nla_get_s32(tb[NETCONFA_IFINDEX]);
553 switch (ifindex) {
554 case NETCONFA_IFINDEX_ALL:
555 devconf = net->ipv6.devconf_all;
556 break;
557 case NETCONFA_IFINDEX_DEFAULT:
558 devconf = net->ipv6.devconf_dflt;
559 break;
560 default:
561 dev = __dev_get_by_index(net, ifindex);
562 if (dev == NULL)
563 goto errout;
564 in6_dev = __in6_dev_get(dev);
565 if (in6_dev == NULL)
566 goto errout;
567 devconf = &in6_dev->cnf;
568 break;
569 }
570
571 err = -ENOBUFS;
572 skb = nlmsg_new(inet6_netconf_msgsize_devconf(-1), GFP_ATOMIC);
573 if (skb == NULL)
574 goto errout;
575
576 err = inet6_netconf_fill_devconf(skb, ifindex, devconf,
577 NETLINK_CB(in_skb).portid,
578 nlh->nlmsg_seq, RTM_NEWNETCONF, 0,
579 -1);
580 if (err < 0) {
581 /* -EMSGSIZE implies BUG in inet6_netconf_msgsize_devconf() */
582 WARN_ON(err == -EMSGSIZE);
583 kfree_skb(skb);
584 goto errout;
585 }
586 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
587errout:
588 return err;
589}
590
Nicolas Dichtel7a674202013-03-05 23:42:06 +0000591static int inet6_netconf_dump_devconf(struct sk_buff *skb,
592 struct netlink_callback *cb)
593{
594 struct net *net = sock_net(skb->sk);
595 int h, s_h;
596 int idx, s_idx;
597 struct net_device *dev;
598 struct inet6_dev *idev;
599 struct hlist_head *head;
600
601 s_h = cb->args[0];
602 s_idx = idx = cb->args[1];
603
604 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) {
605 idx = 0;
606 head = &net->dev_index_head[h];
607 rcu_read_lock();
Nicolas Dichtel63998ac2013-03-22 06:28:43 +0000608 cb->seq = atomic_read(&net->ipv6.dev_addr_genid) ^
609 net->dev_base_seq;
Nicolas Dichtel7a674202013-03-05 23:42:06 +0000610 hlist_for_each_entry_rcu(dev, head, index_hlist) {
611 if (idx < s_idx)
612 goto cont;
613 idev = __in6_dev_get(dev);
614 if (!idev)
615 goto cont;
616
617 if (inet6_netconf_fill_devconf(skb, dev->ifindex,
618 &idev->cnf,
619 NETLINK_CB(cb->skb).portid,
620 cb->nlh->nlmsg_seq,
621 RTM_NEWNETCONF,
622 NLM_F_MULTI,
Johannes Berg053c0952015-01-16 22:09:00 +0100623 -1) < 0) {
Nicolas Dichtel7a674202013-03-05 23:42:06 +0000624 rcu_read_unlock();
625 goto done;
626 }
Nicolas Dichtel63998ac2013-03-22 06:28:43 +0000627 nl_dump_check_consistent(cb, nlmsg_hdr(skb));
Nicolas Dichtel7a674202013-03-05 23:42:06 +0000628cont:
629 idx++;
630 }
631 rcu_read_unlock();
632 }
633 if (h == NETDEV_HASHENTRIES) {
634 if (inet6_netconf_fill_devconf(skb, NETCONFA_IFINDEX_ALL,
635 net->ipv6.devconf_all,
636 NETLINK_CB(cb->skb).portid,
637 cb->nlh->nlmsg_seq,
638 RTM_NEWNETCONF, NLM_F_MULTI,
Johannes Berg053c0952015-01-16 22:09:00 +0100639 -1) < 0)
Nicolas Dichtel7a674202013-03-05 23:42:06 +0000640 goto done;
641 else
642 h++;
643 }
644 if (h == NETDEV_HASHENTRIES + 1) {
645 if (inet6_netconf_fill_devconf(skb, NETCONFA_IFINDEX_DEFAULT,
646 net->ipv6.devconf_dflt,
647 NETLINK_CB(cb->skb).portid,
648 cb->nlh->nlmsg_seq,
649 RTM_NEWNETCONF, NLM_F_MULTI,
Johannes Berg053c0952015-01-16 22:09:00 +0100650 -1) < 0)
Nicolas Dichtel7a674202013-03-05 23:42:06 +0000651 goto done;
652 else
653 h++;
654 }
655done:
656 cb->args[0] = h;
657 cb->args[1] = idx;
658
659 return skb->len;
660}
661
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662#ifdef CONFIG_SYSCTL
663static void dev_forward_change(struct inet6_dev *idev)
664{
665 struct net_device *dev;
666 struct inet6_ifaddr *ifa;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667
668 if (!idev)
669 return;
670 dev = idev->dev;
Ben Hutchings0187bdf2008-06-19 16:15:47 -0700671 if (idev->cnf.forwarding)
672 dev_disable_lro(dev);
Amerigo Wang1a940832012-10-28 17:43:53 +0000673 if (dev->flags & IFF_MULTICAST) {
Hannes Frederic Sowa2c5e8932013-02-10 03:50:18 +0000674 if (idev->cnf.forwarding) {
YOSHIFUJI Hideakif3ee4012008-04-10 15:42:11 +0900675 ipv6_dev_mc_inc(dev, &in6addr_linklocal_allrouters);
Hannes Frederic Sowa2c5e8932013-02-10 03:50:18 +0000676 ipv6_dev_mc_inc(dev, &in6addr_interfacelocal_allrouters);
677 ipv6_dev_mc_inc(dev, &in6addr_sitelocal_allrouters);
678 } else {
YOSHIFUJI Hideakif3ee4012008-04-10 15:42:11 +0900679 ipv6_dev_mc_dec(dev, &in6addr_linklocal_allrouters);
Hannes Frederic Sowa2c5e8932013-02-10 03:50:18 +0000680 ipv6_dev_mc_dec(dev, &in6addr_interfacelocal_allrouters);
681 ipv6_dev_mc_dec(dev, &in6addr_sitelocal_allrouters);
682 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700683 }
stephen hemminger502a2ff2010-03-17 20:31:13 +0000684
685 list_for_each_entry(ifa, &idev->addr_list, if_list) {
Michal Wrobel2c12a742007-02-26 15:36:10 -0800686 if (ifa->flags&IFA_F_TENTATIVE)
687 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688 if (idev->cnf.forwarding)
689 addrconf_join_anycast(ifa);
690 else
691 addrconf_leave_anycast(ifa);
692 }
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000693 inet6_netconf_notify_devconf(dev_net(dev), NETCONFA_FORWARDING,
694 dev->ifindex, &idev->cnf);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695}
696
697
Pavel Emelyanove1869322008-01-10 17:43:50 -0800698static void addrconf_forward_change(struct net *net, __s32 newf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700699{
700 struct net_device *dev;
701 struct inet6_dev *idev;
702
Ben Hutchings4acd4942012-08-14 08:54:51 +0000703 for_each_netdev(net, dev) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700704 idev = __in6_dev_get(dev);
705 if (idev) {
Pavel Emelyanove1869322008-01-10 17:43:50 -0800706 int changed = (!idev->cnf.forwarding) ^ (!newf);
707 idev->cnf.forwarding = newf;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708 if (changed)
709 dev_forward_change(idev);
710 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712}
Pavel Emelyanovc8fecf22007-12-05 01:50:24 -0800713
Francesco Ruggeri013d97e2012-01-16 10:40:10 +0000714static int addrconf_fixup_forwarding(struct ctl_table *table, int *p, int newf)
Pavel Emelyanovc8fecf22007-12-05 01:50:24 -0800715{
Pavel Emelyanovbff16c22008-01-10 17:42:13 -0800716 struct net *net;
Francesco Ruggeri013d97e2012-01-16 10:40:10 +0000717 int old;
718
719 if (!rtnl_trylock())
720 return restart_syscall();
Pavel Emelyanovbff16c22008-01-10 17:42:13 -0800721
722 net = (struct net *)table->extra2;
Francesco Ruggeri013d97e2012-01-16 10:40:10 +0000723 old = *p;
724 *p = newf;
Pavel Emelyanovc8fecf22007-12-05 01:50:24 -0800725
Francesco Ruggeri013d97e2012-01-16 10:40:10 +0000726 if (p == &net->ipv6.devconf_dflt->forwarding) {
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000727 if ((!newf) ^ (!old))
728 inet6_netconf_notify_devconf(net, NETCONFA_FORWARDING,
729 NETCONFA_IFINDEX_DEFAULT,
730 net->ipv6.devconf_dflt);
Francesco Ruggeri013d97e2012-01-16 10:40:10 +0000731 rtnl_unlock();
732 return 0;
Eric W. Biederman88af1822010-02-19 13:22:59 +0000733 }
Stephen Hemmingerb325fdd2009-02-26 06:55:31 +0000734
Pavel Emelyanove1869322008-01-10 17:43:50 -0800735 if (p == &net->ipv6.devconf_all->forwarding) {
Pavel Emelyanove1869322008-01-10 17:43:50 -0800736 net->ipv6.devconf_dflt->forwarding = newf;
737 addrconf_forward_change(net, newf);
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000738 if ((!newf) ^ (!old))
739 inet6_netconf_notify_devconf(net, NETCONFA_FORWARDING,
740 NETCONFA_IFINDEX_ALL,
741 net->ipv6.devconf_all);
Francesco Ruggeri013d97e2012-01-16 10:40:10 +0000742 } else if ((!newf) ^ (!old))
Pavel Emelyanovc8fecf22007-12-05 01:50:24 -0800743 dev_forward_change((struct inet6_dev *)table->extra1);
Ben Hutchings0187bdf2008-06-19 16:15:47 -0700744 rtnl_unlock();
Pavel Emelyanovc8fecf22007-12-05 01:50:24 -0800745
Francesco Ruggeri013d97e2012-01-16 10:40:10 +0000746 if (newf)
Daniel Lezcano7b4da532008-03-04 13:47:14 -0800747 rt6_purge_dflt_routers(net);
Stephen Hemmingerb325fdd2009-02-26 06:55:31 +0000748 return 1;
Pavel Emelyanovc8fecf22007-12-05 01:50:24 -0800749}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750#endif
751
stephen hemminger5c578ae2010-03-17 20:31:11 +0000752/* Nobody refers to this ifaddr, destroy it */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700753void inet6_ifa_finish_destroy(struct inet6_ifaddr *ifp)
754{
stephen hemmingerc2e21292010-03-17 20:31:10 +0000755 WARN_ON(!hlist_unhashed(&ifp->addr_lst));
Ilpo Järvinen547b7922008-07-25 21:43:18 -0700756
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757#ifdef NET_REFCNT_DEBUG
Joe Perches91df42b2012-05-15 14:11:54 +0000758 pr_debug("%s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700759#endif
760
761 in6_dev_put(ifp->idev);
762
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +0100763 if (cancel_delayed_work(&ifp->dad_work))
764 pr_notice("delayed DAD work was pending while freeing ifa=%p\n",
765 ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700766
Herbert Xue9d3e082010-05-18 15:36:06 -0700767 if (ifp->state != INET6_IFADDR_STATE_DEAD) {
Joe Perchesf3213832012-05-15 14:11:53 +0000768 pr_warn("Freeing alive inet6 address %p\n", ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700769 return;
770 }
Amerigo Wang94e187c2012-10-29 00:13:19 +0000771 ip6_rt_put(ifp->rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700772
Lai Jiangshane5785982011-03-15 18:00:14 +0800773 kfree_rcu(ifp, rcu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700774}
775
Brian Haleye55ffac2006-07-10 15:25:51 -0700776static void
777ipv6_link_dev_addr(struct inet6_dev *idev, struct inet6_ifaddr *ifp)
778{
stephen hemminger502a2ff2010-03-17 20:31:13 +0000779 struct list_head *p;
YOSHIFUJI Hideaki8a6ce0c2006-07-11 13:05:30 -0700780 int ifp_scope = ipv6_addr_src_scope(&ifp->addr);
Brian Haleye55ffac2006-07-10 15:25:51 -0700781
782 /*
783 * Each device address list is sorted in order of scope -
784 * global before linklocal.
785 */
stephen hemminger502a2ff2010-03-17 20:31:13 +0000786 list_for_each(p, &idev->addr_list) {
787 struct inet6_ifaddr *ifa
788 = list_entry(p, struct inet6_ifaddr, if_list);
YOSHIFUJI Hideaki8a6ce0c2006-07-11 13:05:30 -0700789 if (ifp_scope >= ipv6_addr_src_scope(&ifa->addr))
Brian Haleye55ffac2006-07-10 15:25:51 -0700790 break;
791 }
792
David S. Millerb54c9b92010-03-25 21:25:30 -0700793 list_add_tail(&ifp->if_list, p);
Brian Haleye55ffac2006-07-10 15:25:51 -0700794}
795
Eric Dumazetddbe5032012-07-18 08:11:12 +0000796static u32 inet6_addr_hash(const struct in6_addr *addr)
YOSHIFUJI Hideaki3eb84f42008-04-10 15:42:08 +0900797{
Eric Dumazetddbe5032012-07-18 08:11:12 +0000798 return hash_32(ipv6_addr_hash(addr), IN6_ADDR_HSIZE_SHIFT);
YOSHIFUJI Hideaki3eb84f42008-04-10 15:42:08 +0900799}
800
Linus Torvalds1da177e2005-04-16 15:20:36 -0700801/* On success it returns ifp with increased reference count */
802
803static struct inet6_ifaddr *
Jiri Pirko3f8f5292013-08-01 10:41:27 +0200804ipv6_add_addr(struct inet6_dev *idev, const struct in6_addr *addr,
805 const struct in6_addr *peer_addr, int pfxlen,
Jiri Benc8a226b22013-08-01 10:41:28 +0200806 int scope, u32 flags, u32 valid_lft, u32 prefered_lft)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700807{
808 struct inet6_ifaddr *ifa = NULL;
809 struct rt6_info *rt;
stephen hemminger3a88a812010-03-17 20:31:12 +0000810 unsigned int hash;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811 int err = 0;
YOSHIFUJI Hideakid68b8272008-06-25 16:26:47 +0900812 int addr_type = ipv6_addr_type(addr);
813
814 if (addr_type == IPV6_ADDR_ANY ||
815 addr_type & IPV6_ADDR_MULTICAST ||
816 (!(idev->dev->flags & IFF_LOOPBACK) &&
817 addr_type & IPV6_ADDR_LOOPBACK))
818 return ERR_PTR(-EADDRNOTAVAIL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -0700820 rcu_read_lock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700821 if (idev->dead) {
822 err = -ENODEV; /*XXX*/
823 goto out2;
824 }
825
Brian Haley56d417b2009-06-01 03:07:33 -0700826 if (idev->cnf.disable_ipv6) {
Brian Haley9bdd8d42009-03-18 18:22:48 -0700827 err = -EACCES;
828 goto out2;
829 }
830
stephen hemminger5c578ae2010-03-17 20:31:11 +0000831 spin_lock(&addrconf_hash_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832
833 /* Ignore adding duplicate addresses on an interface */
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +0900834 if (ipv6_chk_same_addr(dev_net(idev->dev), addr, idev->dev)) {
dingtianhongba3542e2013-08-17 10:27:04 +0800835 ADBG("ipv6_add_addr: already assigned\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700836 err = -EEXIST;
837 goto out;
838 }
839
Ingo Oeser322f74a2006-03-20 23:01:47 -0800840 ifa = kzalloc(sizeof(struct inet6_ifaddr), GFP_ATOMIC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700841
842 if (ifa == NULL) {
dingtianhongba3542e2013-08-17 10:27:04 +0800843 ADBG("ipv6_add_addr: malloc failed\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700844 err = -ENOBUFS;
845 goto out;
846 }
847
David S. Miller8f031512011-12-06 16:48:14 -0500848 rt = addrconf_dst_alloc(idev, addr, false);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849 if (IS_ERR(rt)) {
850 err = PTR_ERR(rt);
851 goto out;
852 }
853
Jiri Pirkobba24892013-12-07 19:26:57 +0100854 neigh_parms_data_state_setall(idev->nd_parms);
855
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +0000856 ifa->addr = *addr;
Jiri Pirko3f8f5292013-08-01 10:41:27 +0200857 if (peer_addr)
858 ifa->peer_addr = *peer_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700859
860 spin_lock_init(&ifa->lock);
Herbert Xue9d3e082010-05-18 15:36:06 -0700861 spin_lock_init(&ifa->state_lock);
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +0100862 INIT_DELAYED_WORK(&ifa->dad_work, addrconf_dad_work);
stephen hemmingerc2e21292010-03-17 20:31:10 +0000863 INIT_HLIST_NODE(&ifa->addr_lst);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700864 ifa->scope = scope;
865 ifa->prefix_len = pfxlen;
866 ifa->flags = flags | IFA_F_TENTATIVE;
Jiri Benc8a226b22013-08-01 10:41:28 +0200867 ifa->valid_lft = valid_lft;
868 ifa->prefered_lft = prefered_lft;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869 ifa->cstamp = ifa->tstamp = jiffies;
Daniel Borkmann617fe292013-04-09 03:47:16 +0000870 ifa->tokenized = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871
Keir Fraser57f5f542006-08-29 02:43:49 -0700872 ifa->rt = rt;
873
Linus Torvalds1da177e2005-04-16 15:20:36 -0700874 ifa->idev = idev;
875 in6_dev_hold(idev);
876 /* For caller */
877 in6_ifa_hold(ifa);
878
879 /* Add to big hash table */
Eric Dumazetddbe5032012-07-18 08:11:12 +0000880 hash = inet6_addr_hash(addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881
stephen hemminger5c578ae2010-03-17 20:31:11 +0000882 hlist_add_head_rcu(&ifa->addr_lst, &inet6_addr_lst[hash]);
stephen hemminger5c578ae2010-03-17 20:31:11 +0000883 spin_unlock(&addrconf_hash_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700884
885 write_lock(&idev->lock);
886 /* Add to inet6_dev unicast addr list. */
Brian Haleye55ffac2006-07-10 15:25:51 -0700887 ipv6_link_dev_addr(idev, ifa);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889 if (ifa->flags&IFA_F_TEMPORARY) {
stephen hemminger372e6c82010-03-17 20:31:09 +0000890 list_add(&ifa->tmp_list, &idev->tempaddr_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891 in6_ifa_hold(ifa);
892 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894 in6_ifa_hold(ifa);
895 write_unlock(&idev->lock);
896out2:
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -0700897 rcu_read_unlock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898
YOSHIFUJI Hideakifd928332005-04-19 22:27:09 -0700899 if (likely(err == 0))
Cong Wangf88c91d2013-04-14 23:18:43 +0800900 inet6addr_notifier_call_chain(NETDEV_UP, ifa);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901 else {
902 kfree(ifa);
903 ifa = ERR_PTR(err);
904 }
905
906 return ifa;
907out:
stephen hemminger5c578ae2010-03-17 20:31:11 +0000908 spin_unlock(&addrconf_hash_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909 goto out2;
910}
911
Thomas Haller5b84efe2014-01-15 15:36:59 +0100912enum cleanup_prefix_rt_t {
913 CLEANUP_PREFIX_RT_NOP, /* no cleanup action for prefix route */
914 CLEANUP_PREFIX_RT_DEL, /* delete the prefix route */
915 CLEANUP_PREFIX_RT_EXPIRE, /* update the lifetime of the prefix route */
916};
917
918/*
919 * Check, whether the prefix for ifp would still need a prefix route
920 * after deleting ifp. The function returns one of the CLEANUP_PREFIX_RT_*
921 * constants.
922 *
923 * 1) we don't purge prefix if address was not permanent.
924 * prefix is managed by its own lifetime.
925 * 2) we also don't purge, if the address was IFA_F_NOPREFIXROUTE.
926 * 3) if there are no addresses, delete prefix.
927 * 4) if there are still other permanent address(es),
928 * corresponding prefix is still permanent.
929 * 5) if there are still other addresses with IFA_F_NOPREFIXROUTE,
930 * don't purge the prefix, assume user space is managing it.
931 * 6) otherwise, update prefix lifetime to the
932 * longest valid lifetime among the corresponding
933 * addresses on the device.
934 * Note: subsequent RA will update lifetime.
935 **/
936static enum cleanup_prefix_rt_t
937check_cleanup_prefix_route(struct inet6_ifaddr *ifp, unsigned long *expires)
938{
939 struct inet6_ifaddr *ifa;
940 struct inet6_dev *idev = ifp->idev;
941 unsigned long lifetime;
942 enum cleanup_prefix_rt_t action = CLEANUP_PREFIX_RT_DEL;
943
944 *expires = jiffies;
945
946 list_for_each_entry(ifa, &idev->addr_list, if_list) {
947 if (ifa == ifp)
948 continue;
949 if (!ipv6_prefix_equal(&ifa->addr, &ifp->addr,
950 ifp->prefix_len))
951 continue;
952 if (ifa->flags & (IFA_F_PERMANENT | IFA_F_NOPREFIXROUTE))
953 return CLEANUP_PREFIX_RT_NOP;
954
955 action = CLEANUP_PREFIX_RT_EXPIRE;
956
957 spin_lock(&ifa->lock);
958
959 lifetime = addrconf_timeout_fixup(ifa->valid_lft, HZ);
960 /*
961 * Note: Because this address is
962 * not permanent, lifetime <
963 * LONG_MAX / HZ here.
964 */
965 if (time_before(*expires, ifa->tstamp + lifetime * HZ))
966 *expires = ifa->tstamp + lifetime * HZ;
967 spin_unlock(&ifa->lock);
968 }
969
970 return action;
971}
972
973static void
974cleanup_prefix_route(struct inet6_ifaddr *ifp, unsigned long expires, bool del_rt)
975{
976 struct rt6_info *rt;
977
978 rt = addrconf_get_prefix_route(&ifp->addr,
979 ifp->prefix_len,
980 ifp->idev->dev,
981 0, RTF_GATEWAY | RTF_DEFAULT);
982 if (rt) {
983 if (del_rt)
984 ip6_del_rt(rt);
985 else {
986 if (!(rt->rt6i_flags & RTF_EXPIRES))
987 rt6_set_expires(rt, expires);
988 ip6_rt_put(rt);
989 }
990 }
991}
992
993
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994/* This function wants to get referenced ifp and releases it before return */
995
996static void ipv6_del_addr(struct inet6_ifaddr *ifp)
997{
Herbert Xu4c5ff6a2010-05-18 15:54:18 -0700998 int state;
Thomas Haller5b84efe2014-01-15 15:36:59 +0100999 enum cleanup_prefix_rt_t action = CLEANUP_PREFIX_RT_NOP;
1000 unsigned long expires;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01001002 ASSERT_RTNL();
1003
Herbert Xu4c5ff6a2010-05-18 15:54:18 -07001004 spin_lock_bh(&ifp->state_lock);
1005 state = ifp->state;
Herbert Xue9d3e082010-05-18 15:36:06 -07001006 ifp->state = INET6_IFADDR_STATE_DEAD;
Herbert Xu4c5ff6a2010-05-18 15:54:18 -07001007 spin_unlock_bh(&ifp->state_lock);
1008
1009 if (state == INET6_IFADDR_STATE_DEAD)
1010 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001011
stephen hemminger5c578ae2010-03-17 20:31:11 +00001012 spin_lock_bh(&addrconf_hash_lock);
1013 hlist_del_init_rcu(&ifp->addr_lst);
stephen hemminger5c578ae2010-03-17 20:31:11 +00001014 spin_unlock_bh(&addrconf_hash_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015
Thomas Haller5b84efe2014-01-15 15:36:59 +01001016 write_lock_bh(&ifp->idev->lock);
David S. Miller5d9efa72013-10-28 20:07:50 -04001017
Linus Torvalds1da177e2005-04-16 15:20:36 -07001018 if (ifp->flags&IFA_F_TEMPORARY) {
stephen hemminger372e6c82010-03-17 20:31:09 +00001019 list_del(&ifp->tmp_list);
1020 if (ifp->ifpub) {
1021 in6_ifa_put(ifp->ifpub);
1022 ifp->ifpub = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023 }
stephen hemminger372e6c82010-03-17 20:31:09 +00001024 __in6_ifa_put(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026
Thomas Haller5b84efe2014-01-15 15:36:59 +01001027 if (ifp->flags & IFA_F_PERMANENT && !(ifp->flags & IFA_F_NOPREFIXROUTE))
1028 action = check_cleanup_prefix_route(ifp, &expires);
stephen hemminger502a2ff2010-03-17 20:31:13 +00001029
Thomas Haller5b84efe2014-01-15 15:36:59 +01001030 list_del_init(&ifp->if_list);
1031 __in6_ifa_put(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032
Thomas Haller5b84efe2014-01-15 15:36:59 +01001033 write_unlock_bh(&ifp->idev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01001035 addrconf_del_dad_work(ifp);
Andrey Vaginb2238562008-07-08 15:13:31 -07001036
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037 ipv6_ifa_notify(RTM_DELADDR, ifp);
1038
Cong Wangf88c91d2013-04-14 23:18:43 +08001039 inet6addr_notifier_call_chain(NETDEV_DOWN, ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040
Thomas Haller5b84efe2014-01-15 15:36:59 +01001041 if (action != CLEANUP_PREFIX_RT_NOP) {
1042 cleanup_prefix_route(ifp, expires,
1043 action == CLEANUP_PREFIX_RT_DEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044 }
1045
Daniel Walterc3968a82011-04-13 21:10:57 +00001046 /* clean up prefsrc entries */
1047 rt6_remove_prefsrc(ifp);
Herbert Xu4c5ff6a2010-05-18 15:54:18 -07001048out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049 in6_ifa_put(ifp);
1050}
1051
Linus Torvalds1da177e2005-04-16 15:20:36 -07001052static int ipv6_create_tempaddr(struct inet6_ifaddr *ifp, struct inet6_ifaddr *ift)
1053{
1054 struct inet6_dev *idev = ifp->idev;
1055 struct in6_addr addr, *tmpaddr;
Lorenzo Colitti76f793e2011-07-26 13:50:49 +00001056 unsigned long tmp_prefered_lft, tmp_valid_lft, tmp_tstamp, age;
Benoit Boissinoteac55bf2008-04-02 00:01:35 -07001057 unsigned long regen_advance;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058 int tmp_plen;
1059 int ret = 0;
Neil Horman95c385b2007-04-25 17:08:10 -07001060 u32 addr_flags;
Lorenzo Colitti76f793e2011-07-26 13:50:49 +00001061 unsigned long now = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001062
Jiri Pirko53bd6742013-12-06 09:45:22 +01001063 write_lock_bh(&idev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001064 if (ift) {
1065 spin_lock_bh(&ift->lock);
1066 memcpy(&addr.s6_addr[8], &ift->addr.s6_addr[8], 8);
1067 spin_unlock_bh(&ift->lock);
1068 tmpaddr = &addr;
1069 } else {
1070 tmpaddr = NULL;
1071 }
1072retry:
1073 in6_dev_hold(idev);
1074 if (idev->cnf.use_tempaddr <= 0) {
Jiri Pirko53bd6742013-12-06 09:45:22 +01001075 write_unlock_bh(&idev->lock);
Joe Perchesf3213832012-05-15 14:11:53 +00001076 pr_info("%s: use_tempaddr is disabled\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001077 in6_dev_put(idev);
1078 ret = -1;
1079 goto out;
1080 }
1081 spin_lock_bh(&ifp->lock);
1082 if (ifp->regen_count++ >= idev->cnf.regen_max_retry) {
1083 idev->cnf.use_tempaddr = -1; /*XXX*/
1084 spin_unlock_bh(&ifp->lock);
Jiri Pirko53bd6742013-12-06 09:45:22 +01001085 write_unlock_bh(&idev->lock);
Joe Perchesf3213832012-05-15 14:11:53 +00001086 pr_warn("%s: regeneration time exceeded - disabled temporary address support\n",
1087 __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088 in6_dev_put(idev);
1089 ret = -1;
1090 goto out;
1091 }
1092 in6_ifa_hold(ifp);
1093 memcpy(addr.s6_addr, ifp->addr.s6_addr, 8);
Sorin Dumitrueb7e0572012-08-30 02:01:45 +00001094 __ipv6_try_regen_rndid(idev, tmpaddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001095 memcpy(&addr.s6_addr[8], idev->rndid, 8);
Lorenzo Colitti76f793e2011-07-26 13:50:49 +00001096 age = (now - ifp->tstamp) / HZ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001097 tmp_valid_lft = min_t(__u32,
1098 ifp->valid_lft,
Glenn Wurster7a876b02010-09-27 07:10:10 +00001099 idev->cnf.temp_valid_lft + age);
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001100 tmp_prefered_lft = min_t(__u32,
1101 ifp->prefered_lft,
Glenn Wurster7a876b02010-09-27 07:10:10 +00001102 idev->cnf.temp_prefered_lft + age -
Ben Hutchings784e2712010-06-26 11:42:55 +00001103 idev->cnf.max_desync_factor);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001104 tmp_plen = ifp->prefix_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001105 tmp_tstamp = ifp->tstamp;
1106 spin_unlock_bh(&ifp->lock);
1107
Benoit Boissinoteac55bf2008-04-02 00:01:35 -07001108 regen_advance = idev->cnf.regen_max_retry *
Ian Morris67ba4152014-08-24 21:53:10 +01001109 idev->cnf.dad_transmits *
1110 NEIGH_VAR(idev->nd_parms, RETRANS_TIME) / HZ;
Jiri Pirko53bd6742013-12-06 09:45:22 +01001111 write_unlock_bh(&idev->lock);
Neil Horman95c385b2007-04-25 17:08:10 -07001112
Benoit Boissinoteac55bf2008-04-02 00:01:35 -07001113 /* A temporary address is created only if this calculated Preferred
1114 * Lifetime is greater than REGEN_ADVANCE time units. In particular,
1115 * an implementation must not create a temporary address with a zero
1116 * Preferred Lifetime.
Heiner Kallweitecab6702014-03-12 22:13:19 +01001117 * Use age calculation as in addrconf_verify to avoid unnecessary
1118 * temporary addresses being generated.
Benoit Boissinoteac55bf2008-04-02 00:01:35 -07001119 */
Heiner Kallweitecab6702014-03-12 22:13:19 +01001120 age = (now - tmp_tstamp + ADDRCONF_TIMER_FUZZ_MINUS) / HZ;
1121 if (tmp_prefered_lft <= regen_advance + age) {
Benoit Boissinoteac55bf2008-04-02 00:01:35 -07001122 in6_ifa_put(ifp);
1123 in6_dev_put(idev);
1124 ret = -1;
1125 goto out;
1126 }
1127
Neil Horman95c385b2007-04-25 17:08:10 -07001128 addr_flags = IFA_F_TEMPORARY;
1129 /* set in addrconf_prefix_rcv() */
1130 if (ifp->flags & IFA_F_OPTIMISTIC)
1131 addr_flags |= IFA_F_OPTIMISTIC;
1132
Hannes Frederic Sowa4b08a8f2013-08-16 13:02:27 +02001133 ift = ipv6_add_addr(idev, &addr, NULL, tmp_plen,
1134 ipv6_addr_scope(&addr), addr_flags,
1135 tmp_valid_lft, tmp_prefered_lft);
1136 if (IS_ERR(ift)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001137 in6_ifa_put(ifp);
1138 in6_dev_put(idev);
Joe Perchesf3213832012-05-15 14:11:53 +00001139 pr_info("%s: retry temporary address regeneration\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140 tmpaddr = &addr;
Jiri Pirko53bd6742013-12-06 09:45:22 +01001141 write_lock_bh(&idev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001142 goto retry;
1143 }
1144
1145 spin_lock_bh(&ift->lock);
1146 ift->ifpub = ifp;
Lorenzo Colitti76f793e2011-07-26 13:50:49 +00001147 ift->cstamp = now;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148 ift->tstamp = tmp_tstamp;
1149 spin_unlock_bh(&ift->lock);
1150
David S. Millercf22f9a2012-04-14 21:37:40 -04001151 addrconf_dad_start(ift);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001152 in6_ifa_put(ift);
1153 in6_dev_put(idev);
1154out:
1155 return ret;
1156}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157
1158/*
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001159 * Choose an appropriate source address (RFC3484)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160 */
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001161enum {
1162 IPV6_SADDR_RULE_INIT = 0,
1163 IPV6_SADDR_RULE_LOCAL,
1164 IPV6_SADDR_RULE_SCOPE,
1165 IPV6_SADDR_RULE_PREFERRED,
1166#ifdef CONFIG_IPV6_MIP6
1167 IPV6_SADDR_RULE_HOA,
1168#endif
1169 IPV6_SADDR_RULE_OIF,
1170 IPV6_SADDR_RULE_LABEL,
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001171 IPV6_SADDR_RULE_PRIVACY,
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001172 IPV6_SADDR_RULE_ORCHID,
1173 IPV6_SADDR_RULE_PREFIX,
Erik Kline7fd25612014-10-28 18:11:14 +09001174#ifdef CONFIG_IPV6_OPTIMISTIC_DAD
1175 IPV6_SADDR_RULE_NOT_OPTIMISTIC,
1176#endif
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001177 IPV6_SADDR_RULE_MAX
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001178};
1179
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001180struct ipv6_saddr_score {
1181 int rule;
1182 int addr_type;
1183 struct inet6_ifaddr *ifa;
1184 DECLARE_BITMAP(scorebits, IPV6_SADDR_RULE_MAX);
1185 int scopedist;
1186 int matchlen;
1187};
1188
1189struct ipv6_saddr_dst {
YOSHIFUJI Hideaki9acd9f32008-04-10 15:42:10 +09001190 const struct in6_addr *addr;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001191 int ifindex;
1192 int scope;
1193 int label;
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001194 unsigned int prefs;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001195};
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001196
Dave Jonesb6f99a22007-03-22 12:27:49 -07001197static inline int ipv6_saddr_preferred(int type)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001198{
Ulrich Weber45bb0062010-02-25 23:28:58 +00001199 if (type & (IPV6_ADDR_MAPPED|IPV6_ADDR_COMPATv4|IPV6_ADDR_LOOPBACK))
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001200 return 1;
1201 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001202}
1203
Erik Kline7fd25612014-10-28 18:11:14 +09001204static inline bool ipv6_use_optimistic_addr(struct inet6_dev *idev)
1205{
1206#ifdef CONFIG_IPV6_OPTIMISTIC_DAD
1207 return idev && idev->cnf.optimistic_dad && idev->cnf.use_optimistic;
1208#else
1209 return false;
1210#endif
1211}
1212
Benjamin Thery3de23252008-05-28 14:51:24 +02001213static int ipv6_get_saddr_eval(struct net *net,
1214 struct ipv6_saddr_score *score,
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001215 struct ipv6_saddr_dst *dst,
1216 int i)
1217{
1218 int ret;
1219
1220 if (i <= score->rule) {
1221 switch (i) {
1222 case IPV6_SADDR_RULE_SCOPE:
1223 ret = score->scopedist;
1224 break;
1225 case IPV6_SADDR_RULE_PREFIX:
1226 ret = score->matchlen;
1227 break;
1228 default:
1229 ret = !!test_bit(i, score->scorebits);
1230 }
1231 goto out;
1232 }
1233
1234 switch (i) {
1235 case IPV6_SADDR_RULE_INIT:
1236 /* Rule 0: remember if hiscore is not ready yet */
1237 ret = !!score->ifa;
1238 break;
1239 case IPV6_SADDR_RULE_LOCAL:
1240 /* Rule 1: Prefer same address */
1241 ret = ipv6_addr_equal(&score->ifa->addr, dst->addr);
1242 break;
1243 case IPV6_SADDR_RULE_SCOPE:
1244 /* Rule 2: Prefer appropriate scope
1245 *
1246 * ret
1247 * ^
1248 * -1 | d 15
1249 * ---+--+-+---> scope
1250 * |
1251 * | d is scope of the destination.
1252 * B-d | \
1253 * | \ <- smaller scope is better if
stephen hemmingerdb9c7c32014-01-12 11:26:32 -08001254 * B-15 | \ if scope is enough for destination.
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001255 * | ret = B - scope (-1 <= scope >= d <= 15).
1256 * d-C-1 | /
1257 * |/ <- greater is better
1258 * -C / if scope is not enough for destination.
1259 * /| ret = scope - C (-1 <= d < scope <= 15).
1260 *
1261 * d - C - 1 < B -15 (for all -1 <= d <= 15).
1262 * C > d + 14 - B >= 15 + 14 - B = 29 - B.
1263 * Assume B = 0 and we get C > 29.
1264 */
1265 ret = __ipv6_addr_src_scope(score->addr_type);
1266 if (ret >= dst->scope)
1267 ret = -ret;
1268 else
1269 ret -= 128; /* 30 is enough */
1270 score->scopedist = ret;
1271 break;
1272 case IPV6_SADDR_RULE_PREFERRED:
Erik Kline7fd25612014-10-28 18:11:14 +09001273 {
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001274 /* Rule 3: Avoid deprecated and optimistic addresses */
Erik Kline7fd25612014-10-28 18:11:14 +09001275 u8 avoid = IFA_F_DEPRECATED;
1276
1277 if (!ipv6_use_optimistic_addr(score->ifa->idev))
1278 avoid |= IFA_F_OPTIMISTIC;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001279 ret = ipv6_saddr_preferred(score->addr_type) ||
Erik Kline7fd25612014-10-28 18:11:14 +09001280 !(score->ifa->flags & avoid);
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001281 break;
Erik Kline7fd25612014-10-28 18:11:14 +09001282 }
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001283#ifdef CONFIG_IPV6_MIP6
1284 case IPV6_SADDR_RULE_HOA:
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001285 {
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001286 /* Rule 4: Prefer home address */
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001287 int prefhome = !(dst->prefs & IPV6_PREFER_SRC_COA);
1288 ret = !(score->ifa->flags & IFA_F_HOMEADDRESS) ^ prefhome;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001289 break;
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001290 }
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001291#endif
1292 case IPV6_SADDR_RULE_OIF:
1293 /* Rule 5: Prefer outgoing interface */
1294 ret = (!dst->ifindex ||
1295 dst->ifindex == score->ifa->idev->dev->ifindex);
1296 break;
1297 case IPV6_SADDR_RULE_LABEL:
1298 /* Rule 6: Prefer matching label */
Benjamin Thery3de23252008-05-28 14:51:24 +02001299 ret = ipv6_addr_label(net,
1300 &score->ifa->addr, score->addr_type,
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001301 score->ifa->idev->dev->ifindex) == dst->label;
1302 break;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001303 case IPV6_SADDR_RULE_PRIVACY:
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001304 {
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001305 /* Rule 7: Prefer public address
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001306 * Note: prefer temporary address if use_tempaddr >= 2
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001307 */
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001308 int preftmp = dst->prefs & (IPV6_PREFER_SRC_PUBLIC|IPV6_PREFER_SRC_TMP) ?
1309 !!(dst->prefs & IPV6_PREFER_SRC_TMP) :
1310 score->ifa->idev->cnf.use_tempaddr >= 2;
1311 ret = (!(score->ifa->flags & IFA_F_TEMPORARY)) ^ preftmp;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001312 break;
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001313 }
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001314 case IPV6_SADDR_RULE_ORCHID:
1315 /* Rule 8-: Prefer ORCHID vs ORCHID or
1316 * non-ORCHID vs non-ORCHID
1317 */
1318 ret = !(ipv6_addr_orchid(&score->ifa->addr) ^
1319 ipv6_addr_orchid(dst->addr));
1320 break;
1321 case IPV6_SADDR_RULE_PREFIX:
1322 /* Rule 8: Use longest matching prefix */
YOSHIFUJI Hideaki / 吉藤英明91b4b042012-09-10 18:41:07 +00001323 ret = ipv6_addr_diff(&score->ifa->addr, dst->addr);
1324 if (ret > score->ifa->prefix_len)
1325 ret = score->ifa->prefix_len;
1326 score->matchlen = ret;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001327 break;
Erik Kline7fd25612014-10-28 18:11:14 +09001328#ifdef CONFIG_IPV6_OPTIMISTIC_DAD
1329 case IPV6_SADDR_RULE_NOT_OPTIMISTIC:
1330 /* Optimistic addresses still have lower precedence than other
1331 * preferred addresses.
1332 */
1333 ret = !(score->ifa->flags & IFA_F_OPTIMISTIC);
1334 break;
1335#endif
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001336 default:
1337 ret = 0;
1338 }
1339
1340 if (ret)
1341 __set_bit(i, score->scorebits);
1342 score->rule = i;
1343out:
1344 return ret;
1345}
1346
Patrick McHardyb3f644f2012-08-26 19:14:14 +02001347int ipv6_dev_get_saddr(struct net *net, const struct net_device *dst_dev,
YOSHIFUJI Hideaki9acd9f32008-04-10 15:42:10 +09001348 const struct in6_addr *daddr, unsigned int prefs,
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001349 struct in6_addr *saddr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350{
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001351 struct ipv6_saddr_score scores[2],
1352 *score = &scores[0], *hiscore = &scores[1];
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001353 struct ipv6_saddr_dst dst;
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001354 struct net_device *dev;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001355 int dst_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001357 dst_type = __ipv6_addr_type(daddr);
1358 dst.addr = daddr;
1359 dst.ifindex = dst_dev ? dst_dev->ifindex : 0;
1360 dst.scope = __ipv6_addr_src_scope(dst_type);
Benjamin Thery3de23252008-05-28 14:51:24 +02001361 dst.label = ipv6_addr_label(net, daddr, dst_type, dst.ifindex);
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001362 dst.prefs = prefs;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001363
1364 hiscore->rule = -1;
1365 hiscore->ifa = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07001367 rcu_read_lock();
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001368
Eric Dumazetc6d14c82009-11-04 05:43:23 -08001369 for_each_netdev_rcu(net, dev) {
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001370 struct inet6_dev *idev;
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001371
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001372 /* Candidate Source Address (section 4)
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001373 * - multicast and link-local destination address,
1374 * the set of candidate source address MUST only
1375 * include addresses assigned to interfaces
1376 * belonging to the same link as the outgoing
1377 * interface.
1378 * (- For site-local destination addresses, the
1379 * set of candidate source addresses MUST only
1380 * include addresses assigned to interfaces
1381 * belonging to the same site as the outgoing
1382 * interface.)
1383 */
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001384 if (((dst_type & IPV6_ADDR_MULTICAST) ||
1385 dst.scope <= IPV6_ADDR_SCOPE_LINKLOCAL) &&
1386 dst.ifindex && dev->ifindex != dst.ifindex)
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001387 continue;
1388
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389 idev = __in6_dev_get(dev);
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001390 if (!idev)
1391 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001392
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001393 read_lock_bh(&idev->lock);
stephen hemminger502a2ff2010-03-17 20:31:13 +00001394 list_for_each_entry(score->ifa, &idev->addr_list, if_list) {
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001395 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001397 /*
YOSHIFUJI Hideaki6b3ae802005-12-21 22:58:01 +09001398 * - Tentative Address (RFC2462 section 5.4)
1399 * - A tentative address is not considered
1400 * "assigned to an interface" in the traditional
Neil Horman95c385b2007-04-25 17:08:10 -07001401 * sense, unless it is also flagged as optimistic.
YOSHIFUJI Hideaki6b3ae802005-12-21 22:58:01 +09001402 * - Candidate Source Address (section 4)
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001403 * - In any case, anycast addresses, multicast
1404 * addresses, and the unspecified address MUST
1405 * NOT be included in a candidate set.
1406 */
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001407 if ((score->ifa->flags & IFA_F_TENTATIVE) &&
1408 (!(score->ifa->flags & IFA_F_OPTIMISTIC)))
YOSHIFUJI Hideaki6b3ae802005-12-21 22:58:01 +09001409 continue;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001410
1411 score->addr_type = __ipv6_addr_type(&score->ifa->addr);
1412
1413 if (unlikely(score->addr_type == IPV6_ADDR_ANY ||
1414 score->addr_type & IPV6_ADDR_MULTICAST)) {
Joe Perchesba7a46f2014-11-11 10:59:17 -08001415 net_dbg_ratelimited("ADDRCONF: unspecified / multicast address assigned as unicast address on %s",
1416 dev->name);
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001417 continue;
1418 }
1419
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001420 score->rule = -1;
1421 bitmap_zero(score->scorebits, IPV6_SADDR_RULE_MAX);
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001422
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001423 for (i = 0; i < IPV6_SADDR_RULE_MAX; i++) {
1424 int minihiscore, miniscore;
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001425
Benjamin Thery3de23252008-05-28 14:51:24 +02001426 minihiscore = ipv6_get_saddr_eval(net, hiscore, &dst, i);
1427 miniscore = ipv6_get_saddr_eval(net, score, &dst, i);
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001428
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001429 if (minihiscore > miniscore) {
1430 if (i == IPV6_SADDR_RULE_SCOPE &&
1431 score->scopedist > 0) {
1432 /*
1433 * special case:
1434 * each remaining entry
1435 * has too small (not enough)
1436 * scope, because ifa entries
1437 * are sorted by their scope
1438 * values.
1439 */
1440 goto try_nextdev;
1441 }
1442 break;
1443 } else if (minihiscore < miniscore) {
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001444 if (hiscore->ifa)
1445 in6_ifa_put(hiscore->ifa);
1446
1447 in6_ifa_hold(score->ifa);
1448
Ilpo Järvinena0bffff2009-03-21 13:36:17 -07001449 swap(hiscore, score);
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001450
1451 /* restore our iterator */
1452 score->ifa = hiscore->ifa;
1453
1454 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001455 }
1456 }
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001457 }
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001458try_nextdev:
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001459 read_unlock_bh(&idev->lock);
1460 }
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07001461 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001463 if (!hiscore->ifa)
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001464 return -EADDRNOTAVAIL;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001465
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00001466 *saddr = hiscore->ifa->addr;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001467 in6_ifa_put(hiscore->ifa);
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001468 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001469}
YOSHIFUJI Hideaki5e5f3f02008-03-03 21:44:34 +09001470EXPORT_SYMBOL(ipv6_dev_get_saddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471
Amerigo Wang89657792013-06-29 21:30:49 +08001472int __ipv6_get_lladdr(struct inet6_dev *idev, struct in6_addr *addr,
Jiri Pirko479840f2013-12-06 09:45:21 +01001473 u32 banned_flags)
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02001474{
1475 struct inet6_ifaddr *ifp;
1476 int err = -EADDRNOTAVAIL;
1477
Hannes Frederic Sowa602582c2014-01-19 21:58:19 +01001478 list_for_each_entry_reverse(ifp, &idev->addr_list, if_list) {
1479 if (ifp->scope > IFA_LINK)
1480 break;
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02001481 if (ifp->scope == IFA_LINK &&
1482 !(ifp->flags & banned_flags)) {
1483 *addr = ifp->addr;
1484 err = 0;
1485 break;
1486 }
1487 }
1488 return err;
1489}
1490
Neil Horman95c385b2007-04-25 17:08:10 -07001491int ipv6_get_lladdr(struct net_device *dev, struct in6_addr *addr,
Jiri Pirko479840f2013-12-06 09:45:21 +01001492 u32 banned_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001493{
1494 struct inet6_dev *idev;
1495 int err = -EADDRNOTAVAIL;
1496
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07001497 rcu_read_lock();
Stephen Hemmingere21e8462010-03-20 16:09:01 -07001498 idev = __in6_dev_get(dev);
1499 if (idev) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500 read_lock_bh(&idev->lock);
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02001501 err = __ipv6_get_lladdr(idev, addr, banned_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502 read_unlock_bh(&idev->lock);
1503 }
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07001504 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505 return err;
1506}
1507
1508static int ipv6_count_addresses(struct inet6_dev *idev)
1509{
1510 int cnt = 0;
1511 struct inet6_ifaddr *ifp;
1512
1513 read_lock_bh(&idev->lock);
stephen hemminger502a2ff2010-03-17 20:31:13 +00001514 list_for_each_entry(ifp, &idev->addr_list, if_list)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001515 cnt++;
1516 read_unlock_bh(&idev->lock);
1517 return cnt;
1518}
1519
Eric Dumazetb71d1d42011-04-22 04:53:02 +00001520int ipv6_chk_addr(struct net *net, const struct in6_addr *addr,
Florian Westphal2a7851b2013-05-17 03:56:10 +00001521 const struct net_device *dev, int strict)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001522{
Stephen Hemmingereedf0422010-05-17 22:27:12 -07001523 struct inet6_ifaddr *ifp;
Eric Dumazetddbe5032012-07-18 08:11:12 +00001524 unsigned int hash = inet6_addr_hash(addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525
stephen hemminger5c578ae2010-03-17 20:31:11 +00001526 rcu_read_lock_bh();
Sasha Levinb67bfe02013-02-27 17:06:00 -08001527 hlist_for_each_entry_rcu(ifp, &inet6_addr_lst[hash], addr_lst) {
YOSHIFUJI Hideaki878628f2008-03-26 03:57:35 +09001528 if (!net_eq(dev_net(ifp->idev->dev), net))
Daniel Lezcanobfeade02008-01-10 22:43:18 -08001529 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001530 if (ipv6_addr_equal(&ifp->addr, addr) &&
Stephen Hemmingereedf0422010-05-17 22:27:12 -07001531 !(ifp->flags&IFA_F_TENTATIVE) &&
1532 (dev == NULL || ifp->idev->dev == dev ||
1533 !(ifp->scope&(IFA_LINK|IFA_HOST) || strict))) {
1534 rcu_read_unlock_bh();
1535 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001536 }
1537 }
stephen hemminger5c578ae2010-03-17 20:31:11 +00001538
Stephen Hemmingereedf0422010-05-17 22:27:12 -07001539 rcu_read_unlock_bh();
1540 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001541}
YOSHIFUJI Hideaki71590392007-02-22 22:05:40 +09001542EXPORT_SYMBOL(ipv6_chk_addr);
1543
David S. Miller3e81c6d2010-03-20 16:18:00 -07001544static bool ipv6_chk_same_addr(struct net *net, const struct in6_addr *addr,
1545 struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546{
Eric Dumazetddbe5032012-07-18 08:11:12 +00001547 unsigned int hash = inet6_addr_hash(addr);
stephen hemmingerc2e21292010-03-17 20:31:10 +00001548 struct inet6_ifaddr *ifp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001549
Sasha Levinb67bfe02013-02-27 17:06:00 -08001550 hlist_for_each_entry(ifp, &inet6_addr_lst[hash], addr_lst) {
YOSHIFUJI Hideaki878628f2008-03-26 03:57:35 +09001551 if (!net_eq(dev_net(ifp->idev->dev), net))
Daniel Lezcano06bfe652008-01-10 22:43:42 -08001552 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001553 if (ipv6_addr_equal(&ifp->addr, addr)) {
1554 if (dev == NULL || ifp->idev->dev == dev)
David S. Miller3e81c6d2010-03-20 16:18:00 -07001555 return true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001556 }
1557 }
David S. Miller3e81c6d2010-03-20 16:18:00 -07001558 return false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001559}
1560
Catalin\(ux\) M. BOIE7df37ff2013-09-23 23:04:19 +03001561/* Compares an address/prefix_len with addresses on device @dev.
1562 * If one is found it returns true.
1563 */
1564bool ipv6_chk_custom_prefix(const struct in6_addr *addr,
1565 const unsigned int prefix_len, struct net_device *dev)
1566{
1567 struct inet6_dev *idev;
1568 struct inet6_ifaddr *ifa;
1569 bool ret = false;
1570
1571 rcu_read_lock();
1572 idev = __in6_dev_get(dev);
1573 if (idev) {
1574 read_lock_bh(&idev->lock);
1575 list_for_each_entry(ifa, &idev->addr_list, if_list) {
1576 ret = ipv6_prefix_equal(addr, &ifa->addr, prefix_len);
1577 if (ret)
1578 break;
1579 }
1580 read_unlock_bh(&idev->lock);
1581 }
1582 rcu_read_unlock();
1583
1584 return ret;
1585}
1586EXPORT_SYMBOL(ipv6_chk_custom_prefix);
1587
Eric Dumazetb71d1d42011-04-22 04:53:02 +00001588int ipv6_chk_prefix(const struct in6_addr *addr, struct net_device *dev)
YOSHIFUJI Hideaki52eeeb82008-03-15 22:54:23 -04001589{
1590 struct inet6_dev *idev;
1591 struct inet6_ifaddr *ifa;
1592 int onlink;
1593
1594 onlink = 0;
1595 rcu_read_lock();
1596 idev = __in6_dev_get(dev);
1597 if (idev) {
1598 read_lock_bh(&idev->lock);
stephen hemminger502a2ff2010-03-17 20:31:13 +00001599 list_for_each_entry(ifa, &idev->addr_list, if_list) {
YOSHIFUJI Hideaki52eeeb82008-03-15 22:54:23 -04001600 onlink = ipv6_prefix_equal(addr, &ifa->addr,
1601 ifa->prefix_len);
1602 if (onlink)
1603 break;
1604 }
1605 read_unlock_bh(&idev->lock);
1606 }
1607 rcu_read_unlock();
1608 return onlink;
1609}
YOSHIFUJI Hideaki52eeeb82008-03-15 22:54:23 -04001610EXPORT_SYMBOL(ipv6_chk_prefix);
1611
YOSHIFUJI Hideaki9acd9f32008-04-10 15:42:10 +09001612struct inet6_ifaddr *ipv6_get_ifaddr(struct net *net, const struct in6_addr *addr,
Daniel Lezcano1cab3da2008-01-10 22:44:09 -08001613 struct net_device *dev, int strict)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001614{
David S. Millerb79d1d52010-03-25 21:39:21 -07001615 struct inet6_ifaddr *ifp, *result = NULL;
Eric Dumazetddbe5032012-07-18 08:11:12 +00001616 unsigned int hash = inet6_addr_hash(addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001617
stephen hemminger5c578ae2010-03-17 20:31:11 +00001618 rcu_read_lock_bh();
Sasha Levinb67bfe02013-02-27 17:06:00 -08001619 hlist_for_each_entry_rcu_bh(ifp, &inet6_addr_lst[hash], addr_lst) {
YOSHIFUJI Hideaki878628f2008-03-26 03:57:35 +09001620 if (!net_eq(dev_net(ifp->idev->dev), net))
Daniel Lezcano1cab3da2008-01-10 22:44:09 -08001621 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622 if (ipv6_addr_equal(&ifp->addr, addr)) {
1623 if (dev == NULL || ifp->idev->dev == dev ||
1624 !(ifp->scope&(IFA_LINK|IFA_HOST) || strict)) {
David S. Millerb79d1d52010-03-25 21:39:21 -07001625 result = ifp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626 in6_ifa_hold(ifp);
1627 break;
1628 }
1629 }
1630 }
stephen hemminger5c578ae2010-03-17 20:31:11 +00001631 rcu_read_unlock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001632
David S. Millerb79d1d52010-03-25 21:39:21 -07001633 return result;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634}
1635
Linus Torvalds1da177e2005-04-16 15:20:36 -07001636/* Gets referenced address, destroys ifaddr */
1637
Brian Haleycc411d02009-09-09 14:41:32 +00001638static void addrconf_dad_stop(struct inet6_ifaddr *ifp, int dad_failed)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001639{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640 if (ifp->flags&IFA_F_PERMANENT) {
1641 spin_lock_bh(&ifp->lock);
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01001642 addrconf_del_dad_work(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001643 ifp->flags |= IFA_F_TENTATIVE;
Brian Haleycc411d02009-09-09 14:41:32 +00001644 if (dad_failed)
1645 ifp->flags |= IFA_F_DADFAILED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646 spin_unlock_bh(&ifp->lock);
Herbert Xue2577a02010-03-13 12:23:29 -08001647 if (dad_failed)
1648 ipv6_ifa_notify(0, ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001649 in6_ifa_put(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650 } else if (ifp->flags&IFA_F_TEMPORARY) {
1651 struct inet6_ifaddr *ifpub;
1652 spin_lock_bh(&ifp->lock);
1653 ifpub = ifp->ifpub;
1654 if (ifpub) {
1655 in6_ifa_hold(ifpub);
1656 spin_unlock_bh(&ifp->lock);
1657 ipv6_create_tempaddr(ifpub, ifp);
1658 in6_ifa_put(ifpub);
1659 } else {
1660 spin_unlock_bh(&ifp->lock);
1661 }
1662 ipv6_del_addr(ifp);
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01001663 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664 ipv6_del_addr(ifp);
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01001665 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666}
1667
Herbert Xuf2344a12010-05-18 15:55:27 -07001668static int addrconf_dad_end(struct inet6_ifaddr *ifp)
1669{
1670 int err = -ENOENT;
1671
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01001672 spin_lock_bh(&ifp->state_lock);
Herbert Xuf2344a12010-05-18 15:55:27 -07001673 if (ifp->state == INET6_IFADDR_STATE_DAD) {
1674 ifp->state = INET6_IFADDR_STATE_POSTDAD;
1675 err = 0;
1676 }
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01001677 spin_unlock_bh(&ifp->state_lock);
Herbert Xuf2344a12010-05-18 15:55:27 -07001678
1679 return err;
1680}
1681
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09001682void addrconf_dad_failure(struct inet6_ifaddr *ifp)
1683{
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +09001684 struct inet6_dev *idev = ifp->idev;
Brian Haley9bdd8d42009-03-18 18:22:48 -07001685
Ursula Braun853dc2e2010-10-24 23:06:43 +00001686 if (addrconf_dad_end(ifp)) {
1687 in6_ifa_put(ifp);
Herbert Xuf2344a12010-05-18 15:55:27 -07001688 return;
Ursula Braun853dc2e2010-10-24 23:06:43 +00001689 }
Herbert Xuf2344a12010-05-18 15:55:27 -07001690
Joe Perchese87cc472012-05-13 21:56:26 +00001691 net_info_ratelimited("%s: IPv6 duplicate address %pI6c detected!\n",
1692 ifp->idev->dev->name, &ifp->addr);
Brian Haley9bdd8d42009-03-18 18:22:48 -07001693
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +09001694 if (idev->cnf.accept_dad > 1 && !idev->cnf.disable_ipv6) {
1695 struct in6_addr addr;
1696
1697 addr.s6_addr32[0] = htonl(0xfe800000);
1698 addr.s6_addr32[1] = 0;
1699
1700 if (!ipv6_generate_eui64(addr.s6_addr + 8, idev->dev) &&
1701 ipv6_addr_equal(&ifp->addr, &addr)) {
1702 /* DAD failed for link-local based on MAC address */
1703 idev->cnf.disable_ipv6 = 1;
Brian Haley9bdd8d42009-03-18 18:22:48 -07001704
Joe Perchesf3213832012-05-15 14:11:53 +00001705 pr_info("%s: IPv6 being disabled!\n",
Brian Haley9bdd8d42009-03-18 18:22:48 -07001706 ifp->idev->dev->name);
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +09001707 }
1708 }
1709
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01001710 spin_lock_bh(&ifp->state_lock);
1711 /* transition from _POSTDAD to _ERRDAD */
1712 ifp->state = INET6_IFADDR_STATE_ERRDAD;
1713 spin_unlock_bh(&ifp->state_lock);
1714
1715 addrconf_mod_dad_work(ifp, 0);
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09001716}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717
Sabrina Dubrocaa9ed4a22014-09-02 10:29:29 +02001718/* Join to solicited addr multicast group.
1719 * caller must hold RTNL */
Eric Dumazetb71d1d42011-04-22 04:53:02 +00001720void addrconf_join_solict(struct net_device *dev, const struct in6_addr *addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721{
1722 struct in6_addr maddr;
1723
1724 if (dev->flags&(IFF_LOOPBACK|IFF_NOARP))
1725 return;
1726
1727 addrconf_addr_solict_mult(addr, &maddr);
1728 ipv6_dev_mc_inc(dev, &maddr);
1729}
1730
Sabrina Dubrocaa9ed4a22014-09-02 10:29:29 +02001731/* caller must hold RTNL */
Eric Dumazetb71d1d42011-04-22 04:53:02 +00001732void addrconf_leave_solict(struct inet6_dev *idev, const struct in6_addr *addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733{
1734 struct in6_addr maddr;
1735
1736 if (idev->dev->flags&(IFF_LOOPBACK|IFF_NOARP))
1737 return;
1738
1739 addrconf_addr_solict_mult(addr, &maddr);
1740 __ipv6_dev_mc_dec(idev, &maddr);
1741}
1742
Sabrina Dubrocaa9ed4a22014-09-02 10:29:29 +02001743/* caller must hold RTNL */
Arnaldo Carvalho de Melo20380732005-08-16 02:18:02 -03001744static void addrconf_join_anycast(struct inet6_ifaddr *ifp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745{
1746 struct in6_addr addr;
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01001747
Hannes Frederic Sowa88ad3142014-01-06 17:53:14 +01001748 if (ifp->prefix_len >= 127) /* RFC 6164 */
Bjørn Mork2bda8a02011-07-05 23:04:13 +00001749 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001750 ipv6_addr_prefix(&addr, &ifp->addr, ifp->prefix_len);
1751 if (ipv6_addr_any(&addr))
1752 return;
WANG Cong013b4d92014-09-11 15:35:11 -07001753 __ipv6_dev_ac_inc(ifp->idev, &addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001754}
1755
Sabrina Dubrocaa9ed4a22014-09-02 10:29:29 +02001756/* caller must hold RTNL */
Arnaldo Carvalho de Melo20380732005-08-16 02:18:02 -03001757static void addrconf_leave_anycast(struct inet6_ifaddr *ifp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001758{
1759 struct in6_addr addr;
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01001760
Hannes Frederic Sowa88ad3142014-01-06 17:53:14 +01001761 if (ifp->prefix_len >= 127) /* RFC 6164 */
YOSHIFUJI Hideaki32019e62011-07-24 11:44:34 +00001762 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001763 ipv6_addr_prefix(&addr, &ifp->addr, ifp->prefix_len);
1764 if (ipv6_addr_any(&addr))
1765 return;
1766 __ipv6_dev_ac_dec(ifp->idev, &addr);
1767}
1768
YOSHIFUJI Hideaki073a8e02006-03-20 16:54:49 -08001769static int addrconf_ifid_eui48(u8 *eui, struct net_device *dev)
1770{
1771 if (dev->addr_len != ETH_ALEN)
1772 return -1;
1773 memcpy(eui, dev->dev_addr, 3);
1774 memcpy(eui + 5, dev->dev_addr + 3, 3);
1775
1776 /*
1777 * The zSeries OSA network cards can be shared among various
1778 * OS instances, but the OSA cards have only one MAC address.
1779 * This leads to duplicate address conflicts in conjunction
1780 * with IPv6 if more than one instance uses the same card.
1781 *
1782 * The driver for these cards can deliver a unique 16-bit
1783 * identifier for each instance sharing the same card. It is
1784 * placed instead of 0xFFFE in the interface identifier. The
1785 * "u" bit of the interface identifier is not inverted in this
1786 * case. Hence the resulting interface identifier has local
1787 * scope according to RFC2373.
1788 */
1789 if (dev->dev_id) {
1790 eui[3] = (dev->dev_id >> 8) & 0xFF;
1791 eui[4] = dev->dev_id & 0xFF;
1792 } else {
1793 eui[3] = 0xFF;
1794 eui[4] = 0xFE;
1795 eui[0] ^= 2;
1796 }
1797 return 0;
1798}
1799
alex.bluesman.smirnov@gmail.com06a4c1c2012-05-10 03:25:52 +00001800static int addrconf_ifid_eui64(u8 *eui, struct net_device *dev)
1801{
1802 if (dev->addr_len != IEEE802154_ADDR_LEN)
1803 return -1;
1804 memcpy(eui, dev->dev_addr, 8);
YOSHIFUJI Hideaki / 吉藤英明5e98a362013-01-28 10:44:29 +00001805 eui[0] ^= 2;
alex.bluesman.smirnov@gmail.com06a4c1c2012-05-10 03:25:52 +00001806 return 0;
1807}
1808
YOSHIFUJI Hideaki / 吉藤英明cb6bf352013-03-25 08:26:24 +00001809static int addrconf_ifid_ieee1394(u8 *eui, struct net_device *dev)
1810{
1811 union fwnet_hwaddr *ha;
1812
1813 if (dev->addr_len != FWNET_ALEN)
1814 return -1;
1815
1816 ha = (union fwnet_hwaddr *)dev->dev_addr;
1817
1818 memcpy(eui, &ha->uc.uniq_id, sizeof(ha->uc.uniq_id));
1819 eui[0] ^= 2;
1820 return 0;
1821}
1822
YOSHIFUJI Hideaki073a8e02006-03-20 16:54:49 -08001823static int addrconf_ifid_arcnet(u8 *eui, struct net_device *dev)
1824{
1825 /* XXX: inherit EUI-64 from other interface -- yoshfuji */
1826 if (dev->addr_len != ARCNET_ALEN)
1827 return -1;
1828 memset(eui, 0, 7);
Eldad Zack8e5e8f32012-04-01 07:49:08 +00001829 eui[7] = *(u8 *)dev->dev_addr;
YOSHIFUJI Hideaki073a8e02006-03-20 16:54:49 -08001830 return 0;
1831}
1832
1833static int addrconf_ifid_infiniband(u8 *eui, struct net_device *dev)
1834{
1835 if (dev->addr_len != INFINIBAND_ALEN)
1836 return -1;
1837 memcpy(eui, dev->dev_addr + 12, 8);
1838 eui[0] |= 2;
1839 return 0;
1840}
1841
stephen hemmingerc61393e2010-10-04 20:17:53 +00001842static int __ipv6_isatap_ifid(u8 *eui, __be32 addr)
YOSHIFUJI Hideakidfd982b2008-04-10 15:42:09 +09001843{
Sascha Hlusiak9af28512009-05-19 12:56:51 +00001844 if (addr == 0)
1845 return -1;
YOSHIFUJI Hideakidfd982b2008-04-10 15:42:09 +09001846 eui[0] = (ipv4_is_zeronet(addr) || ipv4_is_private_10(addr) ||
1847 ipv4_is_loopback(addr) || ipv4_is_linklocal_169(addr) ||
1848 ipv4_is_private_172(addr) || ipv4_is_test_192(addr) ||
1849 ipv4_is_anycast_6to4(addr) || ipv4_is_private_192(addr) ||
1850 ipv4_is_test_198(addr) || ipv4_is_multicast(addr) ||
1851 ipv4_is_lbcast(addr)) ? 0x00 : 0x02;
1852 eui[1] = 0;
1853 eui[2] = 0x5E;
1854 eui[3] = 0xFE;
1855 memcpy(eui + 4, &addr, 4);
1856 return 0;
1857}
YOSHIFUJI Hideakidfd982b2008-04-10 15:42:09 +09001858
1859static int addrconf_ifid_sit(u8 *eui, struct net_device *dev)
1860{
1861 if (dev->priv_flags & IFF_ISATAP)
1862 return __ipv6_isatap_ifid(eui, *(__be32 *)dev->dev_addr);
1863 return -1;
1864}
1865
stephen hemmingeraee80b52011-06-08 10:44:30 +00001866static int addrconf_ifid_gre(u8 *eui, struct net_device *dev)
1867{
1868 return __ipv6_isatap_ifid(eui, *(__be32 *)dev->dev_addr);
1869}
1870
Nicolas Dichtele8377352013-08-20 12:16:06 +02001871static int addrconf_ifid_ip6tnl(u8 *eui, struct net_device *dev)
1872{
1873 memcpy(eui, dev->perm_addr, 3);
1874 memcpy(eui + 5, dev->perm_addr + 3, 3);
1875 eui[3] = 0xFF;
1876 eui[4] = 0xFE;
1877 eui[0] ^= 2;
1878 return 0;
1879}
1880
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881static int ipv6_generate_eui64(u8 *eui, struct net_device *dev)
1882{
1883 switch (dev->type) {
1884 case ARPHRD_ETHER:
1885 case ARPHRD_FDDI:
YOSHIFUJI Hideaki073a8e02006-03-20 16:54:49 -08001886 return addrconf_ifid_eui48(eui, dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001887 case ARPHRD_ARCNET:
YOSHIFUJI Hideaki073a8e02006-03-20 16:54:49 -08001888 return addrconf_ifid_arcnet(eui, dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001889 case ARPHRD_INFINIBAND:
YOSHIFUJI Hideaki073a8e02006-03-20 16:54:49 -08001890 return addrconf_ifid_infiniband(eui, dev);
Fred L. Templinc7dc89c2007-11-29 22:11:40 +11001891 case ARPHRD_SIT:
YOSHIFUJI Hideakidfd982b2008-04-10 15:42:09 +09001892 return addrconf_ifid_sit(eui, dev);
stephen hemmingeraee80b52011-06-08 10:44:30 +00001893 case ARPHRD_IPGRE:
1894 return addrconf_ifid_gre(eui, dev);
Jukka Rissanene74bccb2013-12-11 17:05:36 +02001895 case ARPHRD_6LOWPAN:
alex.bluesman.smirnov@gmail.com06a4c1c2012-05-10 03:25:52 +00001896 case ARPHRD_IEEE802154:
1897 return addrconf_ifid_eui64(eui, dev);
YOSHIFUJI Hideaki / 吉藤英明cb6bf352013-03-25 08:26:24 +00001898 case ARPHRD_IEEE1394:
1899 return addrconf_ifid_ieee1394(eui, dev);
Nicolas Dichtele8377352013-08-20 12:16:06 +02001900 case ARPHRD_TUNNEL6:
1901 return addrconf_ifid_ip6tnl(eui, dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902 }
1903 return -1;
1904}
1905
1906static int ipv6_inherit_eui64(u8 *eui, struct inet6_dev *idev)
1907{
1908 int err = -1;
1909 struct inet6_ifaddr *ifp;
1910
1911 read_lock_bh(&idev->lock);
Hannes Frederic Sowa602582c2014-01-19 21:58:19 +01001912 list_for_each_entry_reverse(ifp, &idev->addr_list, if_list) {
1913 if (ifp->scope > IFA_LINK)
1914 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915 if (ifp->scope == IFA_LINK && !(ifp->flags&IFA_F_TENTATIVE)) {
1916 memcpy(eui, ifp->addr.s6_addr+8, 8);
1917 err = 0;
1918 break;
1919 }
1920 }
1921 read_unlock_bh(&idev->lock);
1922 return err;
1923}
1924
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925/* (re)generation of randomized interface identifier (RFC 3041 3.2, 3.5) */
Sorin Dumitrueb7e0572012-08-30 02:01:45 +00001926static void __ipv6_regen_rndid(struct inet6_dev *idev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928regen:
YOSHIFUJI Hideaki955189e2006-03-20 16:54:09 -08001929 get_random_bytes(idev->rndid, sizeof(idev->rndid));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930 idev->rndid[0] &= ~0x02;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931
1932 /*
1933 * <draft-ietf-ipngwg-temp-addresses-v2-00.txt>:
1934 * check if generated address is not inappropriate
1935 *
1936 * - Reserved subnet anycast (RFC 2526)
1937 * 11111101 11....11 1xxxxxxx
Fred L. Templinc7dc89c2007-11-29 22:11:40 +11001938 * - ISATAP (RFC4214) 6.1
Linus Torvalds1da177e2005-04-16 15:20:36 -07001939 * 00-00-5E-FE-xx-xx-xx-xx
1940 * - value 0
1941 * - XXX: already assigned to an address on the device
1942 */
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001943 if (idev->rndid[0] == 0xfd &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07001944 (idev->rndid[1]&idev->rndid[2]&idev->rndid[3]&idev->rndid[4]&idev->rndid[5]&idev->rndid[6]) == 0xff &&
1945 (idev->rndid[7]&0x80))
1946 goto regen;
1947 if ((idev->rndid[0]|idev->rndid[1]) == 0) {
1948 if (idev->rndid[2] == 0x5e && idev->rndid[3] == 0xfe)
1949 goto regen;
1950 if ((idev->rndid[2]|idev->rndid[3]|idev->rndid[4]|idev->rndid[5]|idev->rndid[6]|idev->rndid[7]) == 0x00)
1951 goto regen;
1952 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953}
1954
1955static void ipv6_regen_rndid(unsigned long data)
1956{
1957 struct inet6_dev *idev = (struct inet6_dev *) data;
1958 unsigned long expires;
1959
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07001960 rcu_read_lock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961 write_lock_bh(&idev->lock);
1962
1963 if (idev->dead)
1964 goto out;
1965
Sorin Dumitrueb7e0572012-08-30 02:01:45 +00001966 __ipv6_regen_rndid(idev);
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001967
Linus Torvalds1da177e2005-04-16 15:20:36 -07001968 expires = jiffies +
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001969 idev->cnf.temp_prefered_lft * HZ -
Jiri Pirko1f9248e52013-12-07 19:26:53 +01001970 idev->cnf.regen_max_retry * idev->cnf.dad_transmits *
1971 NEIGH_VAR(idev->nd_parms, RETRANS_TIME) -
Ben Hutchings784e2712010-06-26 11:42:55 +00001972 idev->cnf.max_desync_factor * HZ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973 if (time_before(expires, jiffies)) {
Joe Perchesf3213832012-05-15 14:11:53 +00001974 pr_warn("%s: too short regeneration interval; timer disabled for %s\n",
1975 __func__, idev->dev->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976 goto out;
1977 }
1978
1979 if (!mod_timer(&idev->regen_timer, expires))
1980 in6_dev_hold(idev);
1981
1982out:
1983 write_unlock_bh(&idev->lock);
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07001984 rcu_read_unlock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985 in6_dev_put(idev);
1986}
1987
Sorin Dumitrueb7e0572012-08-30 02:01:45 +00001988static void __ipv6_try_regen_rndid(struct inet6_dev *idev, struct in6_addr *tmpaddr)
Eldad Zack8e5e8f32012-04-01 07:49:08 +00001989{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990 if (tmpaddr && memcmp(idev->rndid, &tmpaddr->s6_addr[8], 8) == 0)
Sorin Dumitrueb7e0572012-08-30 02:01:45 +00001991 __ipv6_regen_rndid(idev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993
1994/*
1995 * Add prefix route.
1996 */
1997
1998static void
1999addrconf_prefix_route(struct in6_addr *pfx, int plen, struct net_device *dev,
Jamal Hadi Salime431b8c2005-06-18 22:55:31 -07002000 unsigned long expires, u32 flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001{
Thomas Graf86872cb2006-08-22 00:01:08 -07002002 struct fib6_config cfg = {
2003 .fc_table = RT6_TABLE_PREFIX,
2004 .fc_metric = IP6_RT_PRIO_ADDRCONF,
2005 .fc_ifindex = dev->ifindex,
2006 .fc_expires = expires,
2007 .fc_dst_len = plen,
2008 .fc_flags = RTF_UP | flags,
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09002009 .fc_nlinfo.nl_net = dev_net(dev),
Stephen Hemmingerf410a1f2008-08-23 05:16:46 -07002010 .fc_protocol = RTPROT_KERNEL,
Thomas Graf86872cb2006-08-22 00:01:08 -07002011 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002012
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00002013 cfg.fc_dst = *pfx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014
2015 /* Prevent useless cloning on PtP SIT.
2016 This thing is done here expecting that the whole
2017 class of non-broadcast devices need not cloning.
2018 */
Amerigo Wang07a93622012-10-29 16:23:10 +00002019#if IS_ENABLED(CONFIG_IPV6_SIT)
Thomas Graf86872cb2006-08-22 00:01:08 -07002020 if (dev->type == ARPHRD_SIT && (dev->flags & IFF_POINTOPOINT))
2021 cfg.fc_flags |= RTF_NONEXTHOP;
Joerg Roedel0be669b2006-10-10 14:49:53 -07002022#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023
Thomas Graf86872cb2006-08-22 00:01:08 -07002024 ip6_route_add(&cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025}
2026
Andreas Hofmeister14ef37b2011-10-26 03:24:29 +00002027
2028static struct rt6_info *addrconf_get_prefix_route(const struct in6_addr *pfx,
2029 int plen,
2030 const struct net_device *dev,
2031 u32 flags, u32 noflags)
2032{
2033 struct fib6_node *fn;
2034 struct rt6_info *rt = NULL;
2035 struct fib6_table *table;
2036
2037 table = fib6_get_table(dev_net(dev), RT6_TABLE_PREFIX);
2038 if (table == NULL)
2039 return NULL;
2040
Li RongQing5744dd92012-09-11 21:59:01 +00002041 read_lock_bh(&table->tb6_lock);
Andreas Hofmeister14ef37b2011-10-26 03:24:29 +00002042 fn = fib6_locate(&table->tb6_root, pfx, plen, NULL, 0);
2043 if (!fn)
2044 goto out;
2045 for (rt = fn->leaf; rt; rt = rt->dst.rt6_next) {
David S. Millerd1918542011-12-28 20:19:20 -05002046 if (rt->dst.dev->ifindex != dev->ifindex)
Andreas Hofmeister14ef37b2011-10-26 03:24:29 +00002047 continue;
2048 if ((rt->rt6i_flags & flags) != flags)
2049 continue;
Romain Kuntz85da53b2013-01-09 15:02:26 +01002050 if ((rt->rt6i_flags & noflags) != 0)
Andreas Hofmeister14ef37b2011-10-26 03:24:29 +00002051 continue;
2052 dst_hold(&rt->dst);
2053 break;
2054 }
2055out:
Li RongQing5744dd92012-09-11 21:59:01 +00002056 read_unlock_bh(&table->tb6_lock);
Andreas Hofmeister14ef37b2011-10-26 03:24:29 +00002057 return rt;
2058}
2059
2060
Linus Torvalds1da177e2005-04-16 15:20:36 -07002061/* Create "default" multicast route to the interface */
2062
2063static void addrconf_add_mroute(struct net_device *dev)
2064{
Thomas Graf86872cb2006-08-22 00:01:08 -07002065 struct fib6_config cfg = {
2066 .fc_table = RT6_TABLE_LOCAL,
2067 .fc_metric = IP6_RT_PRIO_ADDRCONF,
2068 .fc_ifindex = dev->ifindex,
2069 .fc_dst_len = 8,
2070 .fc_flags = RTF_UP,
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09002071 .fc_nlinfo.nl_net = dev_net(dev),
Thomas Graf86872cb2006-08-22 00:01:08 -07002072 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073
Thomas Graf86872cb2006-08-22 00:01:08 -07002074 ipv6_addr_set(&cfg.fc_dst, htonl(0xFF000000), 0, 0, 0);
2075
2076 ip6_route_add(&cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077}
2078
Linus Torvalds1da177e2005-04-16 15:20:36 -07002079static struct inet6_dev *addrconf_add_dev(struct net_device *dev)
2080{
2081 struct inet6_dev *idev;
2082
2083 ASSERT_RTNL();
2084
Stephen Hemmingere21e8462010-03-20 16:09:01 -07002085 idev = ipv6_find_idev(dev);
2086 if (!idev)
Brian Haley64e724f2010-07-20 10:34:30 +00002087 return ERR_PTR(-ENOBUFS);
2088
2089 if (idev->cnf.disable_ipv6)
2090 return ERR_PTR(-EACCES);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091
2092 /* Add default multicast route */
Li Wei4af04ab2011-12-06 21:23:45 +00002093 if (!(dev->flags & IFF_LOOPBACK))
2094 addrconf_add_mroute(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096 return idev;
2097}
2098
Jiri Pirko53bd6742013-12-06 09:45:22 +01002099static void manage_tempaddrs(struct inet6_dev *idev,
2100 struct inet6_ifaddr *ifp,
2101 __u32 valid_lft, __u32 prefered_lft,
2102 bool create, unsigned long now)
2103{
2104 u32 flags;
2105 struct inet6_ifaddr *ift;
2106
2107 read_lock_bh(&idev->lock);
2108 /* update all temporary addresses in the list */
2109 list_for_each_entry(ift, &idev->tempaddr_list, tmp_list) {
2110 int age, max_valid, max_prefered;
2111
2112 if (ifp != ift->ifpub)
2113 continue;
2114
2115 /* RFC 4941 section 3.3:
2116 * If a received option will extend the lifetime of a public
2117 * address, the lifetimes of temporary addresses should
2118 * be extended, subject to the overall constraint that no
2119 * temporary addresses should ever remain "valid" or "preferred"
2120 * for a time longer than (TEMP_VALID_LIFETIME) or
2121 * (TEMP_PREFERRED_LIFETIME - DESYNC_FACTOR), respectively.
2122 */
2123 age = (now - ift->cstamp) / HZ;
2124 max_valid = idev->cnf.temp_valid_lft - age;
2125 if (max_valid < 0)
2126 max_valid = 0;
2127
2128 max_prefered = idev->cnf.temp_prefered_lft -
2129 idev->cnf.max_desync_factor - age;
2130 if (max_prefered < 0)
2131 max_prefered = 0;
2132
2133 if (valid_lft > max_valid)
2134 valid_lft = max_valid;
2135
2136 if (prefered_lft > max_prefered)
2137 prefered_lft = max_prefered;
2138
2139 spin_lock(&ift->lock);
2140 flags = ift->flags;
2141 ift->valid_lft = valid_lft;
2142 ift->prefered_lft = prefered_lft;
2143 ift->tstamp = now;
2144 if (prefered_lft > 0)
2145 ift->flags &= ~IFA_F_DEPRECATED;
2146
2147 spin_unlock(&ift->lock);
2148 if (!(flags&IFA_F_TENTATIVE))
2149 ipv6_ifa_notify(0, ift);
2150 }
2151
2152 if ((create || list_empty(&idev->tempaddr_list)) &&
2153 idev->cnf.use_tempaddr > 0) {
2154 /* When a new public address is created as described
2155 * in [ADDRCONF], also create a new temporary address.
2156 * Also create a temporary address if it's enabled but
2157 * no temporary address currently exists.
2158 */
2159 read_unlock_bh(&idev->lock);
2160 ipv6_create_tempaddr(ifp, NULL);
2161 } else {
2162 read_unlock_bh(&idev->lock);
2163 }
2164}
2165
Neil Hormane6bff992012-01-04 10:49:15 +00002166void addrconf_prefix_rcv(struct net_device *dev, u8 *opt, int len, bool sllao)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167{
2168 struct prefix_info *pinfo;
2169 __u32 valid_lft;
2170 __u32 prefered_lft;
2171 int addr_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172 struct inet6_dev *in6_dev;
Brian Haley56d417b2009-06-01 03:07:33 -07002173 struct net *net = dev_net(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174
2175 pinfo = (struct prefix_info *) opt;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002176
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177 if (len < sizeof(struct prefix_info)) {
dingtianhongba3542e2013-08-17 10:27:04 +08002178 ADBG("addrconf: prefix option too short\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002179 return;
2180 }
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002181
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182 /*
2183 * Validation checks ([ADDRCONF], page 19)
2184 */
2185
2186 addr_type = ipv6_addr_type(&pinfo->prefix);
2187
2188 if (addr_type & (IPV6_ADDR_MULTICAST|IPV6_ADDR_LINKLOCAL))
2189 return;
2190
2191 valid_lft = ntohl(pinfo->valid);
2192 prefered_lft = ntohl(pinfo->prefered);
2193
2194 if (prefered_lft > valid_lft) {
Joe Perchese87cc472012-05-13 21:56:26 +00002195 net_warn_ratelimited("addrconf: prefix option has invalid lifetime\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196 return;
2197 }
2198
2199 in6_dev = in6_dev_get(dev);
2200
2201 if (in6_dev == NULL) {
Joe Perchese87cc472012-05-13 21:56:26 +00002202 net_dbg_ratelimited("addrconf: device %s not configured\n",
2203 dev->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204 return;
2205 }
2206
2207 /*
2208 * Two things going on here:
2209 * 1) Add routes for on-link prefixes
2210 * 2) Configure prefixes with the auto flag set
2211 */
2212
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002213 if (pinfo->onlink) {
2214 struct rt6_info *rt;
2215 unsigned long rt_expires;
2216
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002217 /* Avoid arithmetic overflow. Really, we could
2218 * save rt_expires in seconds, likely valid_lft,
2219 * but it would require division in fib gc, that it
2220 * not good.
2221 */
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002222 if (HZ > USER_HZ)
2223 rt_expires = addrconf_timeout_fixup(valid_lft, HZ);
2224 else
2225 rt_expires = addrconf_timeout_fixup(valid_lft, USER_HZ);
YOSHIFUJI Hideaki3dd4bc62005-12-19 14:02:45 -08002226
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002227 if (addrconf_finite_timeout(rt_expires))
2228 rt_expires *= HZ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002229
Andreas Hofmeister14ef37b2011-10-26 03:24:29 +00002230 rt = addrconf_get_prefix_route(&pinfo->prefix,
2231 pinfo->prefix_len,
2232 dev,
2233 RTF_ADDRCONF | RTF_PREFIX_RT,
2234 RTF_GATEWAY | RTF_DEFAULT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002235
Andreas Hofmeister14ef37b2011-10-26 03:24:29 +00002236 if (rt) {
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002237 /* Autoconf prefix route */
2238 if (valid_lft == 0) {
2239 ip6_del_rt(rt);
2240 rt = NULL;
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002241 } else if (addrconf_finite_timeout(rt_expires)) {
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002242 /* not infinity */
Gao feng1716a962012-04-06 00:13:10 +00002243 rt6_set_expires(rt, jiffies + rt_expires);
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002244 } else {
Gao feng1716a962012-04-06 00:13:10 +00002245 rt6_clean_expires(rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246 }
2247 } else if (valid_lft) {
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002248 clock_t expires = 0;
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002249 int flags = RTF_ADDRCONF | RTF_PREFIX_RT;
2250 if (addrconf_finite_timeout(rt_expires)) {
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002251 /* not infinity */
2252 flags |= RTF_EXPIRES;
2253 expires = jiffies_to_clock_t(rt_expires);
2254 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002255 addrconf_prefix_route(&pinfo->prefix, pinfo->prefix_len,
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002256 dev, expires, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002257 }
Amerigo Wang94e187c2012-10-29 00:13:19 +00002258 ip6_rt_put(rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002259 }
2260
2261 /* Try to figure out our local address for this prefix */
2262
2263 if (pinfo->autoconf && in6_dev->cnf.autoconf) {
Eldad Zack8e5e8f32012-04-01 07:49:08 +00002264 struct inet6_ifaddr *ifp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265 struct in6_addr addr;
2266 int create = 0, update_lft = 0;
Daniel Borkmann617fe292013-04-09 03:47:16 +00002267 bool tokenized = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268
2269 if (pinfo->prefix_len == 64) {
2270 memcpy(&addr, &pinfo->prefix, 8);
Daniel Borkmannf53adae2013-04-08 04:01:30 +00002271
2272 if (!ipv6_addr_any(&in6_dev->token)) {
2273 read_lock_bh(&in6_dev->lock);
2274 memcpy(addr.s6_addr + 8,
2275 in6_dev->token.s6_addr + 8, 8);
2276 read_unlock_bh(&in6_dev->lock);
Daniel Borkmann617fe292013-04-09 03:47:16 +00002277 tokenized = true;
Daniel Borkmannf53adae2013-04-08 04:01:30 +00002278 } else if (ipv6_generate_eui64(addr.s6_addr + 8, dev) &&
2279 ipv6_inherit_eui64(addr.s6_addr + 8, in6_dev)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002280 in6_dev_put(in6_dev);
2281 return;
2282 }
2283 goto ok;
2284 }
Joe Perchese87cc472012-05-13 21:56:26 +00002285 net_dbg_ratelimited("IPv6 addrconf: prefix with wrong length %d\n",
2286 pinfo->prefix_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002287 in6_dev_put(in6_dev);
2288 return;
2289
2290ok:
2291
YOSHIFUJI Hideaki53b79972008-07-19 22:35:03 -07002292 ifp = ipv6_get_ifaddr(net, &addr, dev, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002293
2294 if (ifp == NULL && valid_lft) {
2295 int max_addresses = in6_dev->cnf.max_addresses;
Neil Horman95c385b2007-04-25 17:08:10 -07002296 u32 addr_flags = 0;
2297
2298#ifdef CONFIG_IPV6_OPTIMISTIC_DAD
2299 if (in6_dev->cnf.optimistic_dad &&
Neil Hormane6bff992012-01-04 10:49:15 +00002300 !net->ipv6.devconf_all->forwarding && sllao)
Neil Horman95c385b2007-04-25 17:08:10 -07002301 addr_flags = IFA_F_OPTIMISTIC;
2302#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002303
2304 /* Do not allow to create too much of autoconfigured
2305 * addresses; this would be too easy way to crash kernel.
2306 */
2307 if (!max_addresses ||
2308 ipv6_count_addresses(in6_dev) < max_addresses)
Jiri Pirko3f8f5292013-08-01 10:41:27 +02002309 ifp = ipv6_add_addr(in6_dev, &addr, NULL,
2310 pinfo->prefix_len,
Neil Horman95c385b2007-04-25 17:08:10 -07002311 addr_type&IPV6_ADDR_SCOPE_MASK,
Jiri Benc8a226b22013-08-01 10:41:28 +02002312 addr_flags, valid_lft,
2313 prefered_lft);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314
YOSHIFUJI Hideaki / 吉藤英明3f0d2ba2013-01-22 06:32:54 +00002315 if (IS_ERR_OR_NULL(ifp)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316 in6_dev_put(in6_dev);
2317 return;
2318 }
2319
Jiri Benc8a226b22013-08-01 10:41:28 +02002320 update_lft = 0;
2321 create = 1;
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01002322 spin_lock_bh(&ifp->lock);
2323 ifp->flags |= IFA_F_MANAGETEMPADDR;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002324 ifp->cstamp = jiffies;
Daniel Borkmann617fe292013-04-09 03:47:16 +00002325 ifp->tokenized = tokenized;
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01002326 spin_unlock_bh(&ifp->lock);
David S. Millercf22f9a2012-04-14 21:37:40 -04002327 addrconf_dad_start(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328 }
2329
2330 if (ifp) {
Jiri Pirko479840f2013-12-06 09:45:21 +01002331 u32 flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332 unsigned long now;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002333 u32 stored_lft;
2334
2335 /* update lifetime (RFC2462 5.5.3 e) */
2336 spin_lock(&ifp->lock);
2337 now = jiffies;
2338 if (ifp->valid_lft > (now - ifp->tstamp) / HZ)
2339 stored_lft = ifp->valid_lft - (now - ifp->tstamp) / HZ;
2340 else
2341 stored_lft = 0;
Jiri Benc8a226b22013-08-01 10:41:28 +02002342 if (!update_lft && !create && stored_lft) {
Fabian Frederick9451a302014-10-27 19:11:56 +01002343 const u32 minimum_lft = min_t(u32,
2344 stored_lft, MIN_VALID_LIFETIME);
Paul Marksc9d55d52013-09-25 15:12:55 -07002345 valid_lft = max(valid_lft, minimum_lft);
2346
2347 /* RFC4862 Section 5.5.3e:
2348 * "Note that the preferred lifetime of the
2349 * corresponding address is always reset to
2350 * the Preferred Lifetime in the received
2351 * Prefix Information option, regardless of
2352 * whether the valid lifetime is also reset or
2353 * ignored."
2354 *
2355 * So we should always update prefered_lft here.
2356 */
2357 update_lft = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002358 }
2359
2360 if (update_lft) {
2361 ifp->valid_lft = valid_lft;
2362 ifp->prefered_lft = prefered_lft;
2363 ifp->tstamp = now;
2364 flags = ifp->flags;
2365 ifp->flags &= ~IFA_F_DEPRECATED;
2366 spin_unlock(&ifp->lock);
2367
2368 if (!(flags&IFA_F_TENTATIVE))
2369 ipv6_ifa_notify(0, ifp);
2370 } else
2371 spin_unlock(&ifp->lock);
2372
Jiri Pirko53bd6742013-12-06 09:45:22 +01002373 manage_tempaddrs(in6_dev, ifp, valid_lft, prefered_lft,
2374 create, now);
David S. Miller5d9efa72013-10-28 20:07:50 -04002375
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376 in6_ifa_put(ifp);
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01002377 addrconf_verify();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378 }
2379 }
2380 inet6_prefix_notify(RTM_NEWPREFIX, in6_dev, pinfo);
2381 in6_dev_put(in6_dev);
2382}
2383
2384/*
2385 * Set destination address.
2386 * Special case for SIT interfaces where we create a new "virtual"
2387 * device.
2388 */
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002389int addrconf_set_dstaddr(struct net *net, void __user *arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390{
2391 struct in6_ifreq ireq;
2392 struct net_device *dev;
2393 int err = -EINVAL;
2394
2395 rtnl_lock();
2396
2397 err = -EFAULT;
2398 if (copy_from_user(&ireq, arg, sizeof(struct in6_ifreq)))
2399 goto err_exit;
2400
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002401 dev = __dev_get_by_index(net, ireq.ifr6_ifindex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002402
2403 err = -ENODEV;
2404 if (dev == NULL)
2405 goto err_exit;
2406
Amerigo Wang07a93622012-10-29 16:23:10 +00002407#if IS_ENABLED(CONFIG_IPV6_SIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002408 if (dev->type == ARPHRD_SIT) {
Stephen Hemminger5bc3eb72008-11-19 21:52:05 -08002409 const struct net_device_ops *ops = dev->netdev_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410 struct ifreq ifr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411 struct ip_tunnel_parm p;
2412
2413 err = -EADDRNOTAVAIL;
2414 if (!(ipv6_addr_type(&ireq.ifr6_addr) & IPV6_ADDR_COMPATv4))
2415 goto err_exit;
2416
2417 memset(&p, 0, sizeof(p));
2418 p.iph.daddr = ireq.ifr6_addr.s6_addr32[3];
2419 p.iph.saddr = 0;
2420 p.iph.version = 4;
2421 p.iph.ihl = 5;
2422 p.iph.protocol = IPPROTO_IPV6;
2423 p.iph.ttl = 64;
Stephen Hemmingerd20b3102008-01-21 00:48:43 -08002424 ifr.ifr_ifru.ifru_data = (__force void __user *)&p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425
Stephen Hemminger5bc3eb72008-11-19 21:52:05 -08002426 if (ops->ndo_do_ioctl) {
2427 mm_segment_t oldfs = get_fs();
2428
2429 set_fs(KERNEL_DS);
2430 err = ops->ndo_do_ioctl(dev, &ifr, SIOCADDTUNNEL);
2431 set_fs(oldfs);
2432 } else
2433 err = -EOPNOTSUPP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002434
2435 if (err == 0) {
2436 err = -ENOBUFS;
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002437 dev = __dev_get_by_name(net, p.name);
2438 if (!dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439 goto err_exit;
2440 err = dev_open(dev);
2441 }
2442 }
Joerg Roedel0be669b2006-10-10 14:49:53 -07002443#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002444
2445err_exit:
2446 rtnl_unlock();
2447 return err;
2448}
2449
2450/*
2451 * Manual configuration of address on an interface
2452 */
Jiri Pirko479840f2013-12-06 09:45:21 +01002453static int inet6_addr_add(struct net *net, int ifindex,
2454 const struct in6_addr *pfx,
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00002455 const struct in6_addr *peer_pfx,
Jiri Pirko479840f2013-12-06 09:45:21 +01002456 unsigned int plen, __u32 ifa_flags,
2457 __u32 prefered_lft, __u32 valid_lft)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458{
2459 struct inet6_ifaddr *ifp;
2460 struct inet6_dev *idev;
2461 struct net_device *dev;
2462 int scope;
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002463 u32 flags;
2464 clock_t expires;
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002465 unsigned long timeout;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002466
2467 ASSERT_RTNL();
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002468
Thomas Graf24ef0da2008-05-28 16:54:22 +02002469 if (plen > 128)
2470 return -EINVAL;
2471
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09002472 /* check the lifetime */
2473 if (!valid_lft || prefered_lft > valid_lft)
2474 return -EINVAL;
2475
Jiri Pirko53bd6742013-12-06 09:45:22 +01002476 if (ifa_flags & IFA_F_MANAGETEMPADDR && plen != 64)
2477 return -EINVAL;
2478
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002479 dev = __dev_get_by_index(net, ifindex);
2480 if (!dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481 return -ENODEV;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002482
Brian Haley64e724f2010-07-20 10:34:30 +00002483 idev = addrconf_add_dev(dev);
2484 if (IS_ERR(idev))
2485 return PTR_ERR(idev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002486
2487 scope = ipv6_addr_scope(pfx);
2488
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002489 timeout = addrconf_timeout_fixup(valid_lft, HZ);
2490 if (addrconf_finite_timeout(timeout)) {
2491 expires = jiffies_to_clock_t(timeout * HZ);
2492 valid_lft = timeout;
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002493 flags = RTF_EXPIRES;
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002494 } else {
2495 expires = 0;
2496 flags = 0;
2497 ifa_flags |= IFA_F_PERMANENT;
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002498 }
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09002499
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002500 timeout = addrconf_timeout_fixup(prefered_lft, HZ);
2501 if (addrconf_finite_timeout(timeout)) {
2502 if (timeout == 0)
2503 ifa_flags |= IFA_F_DEPRECATED;
2504 prefered_lft = timeout;
2505 }
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09002506
Jiri Benc8a226b22013-08-01 10:41:28 +02002507 ifp = ipv6_add_addr(idev, pfx, peer_pfx, plen, scope, ifa_flags,
2508 valid_lft, prefered_lft);
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09002509
Linus Torvalds1da177e2005-04-16 15:20:36 -07002510 if (!IS_ERR(ifp)) {
Thomas Haller761aac72014-01-15 15:36:58 +01002511 if (!(ifa_flags & IFA_F_NOPREFIXROUTE)) {
2512 addrconf_prefix_route(&ifp->addr, ifp->prefix_len, dev,
2513 expires, flags);
2514 }
2515
Neil Horman95c385b2007-04-25 17:08:10 -07002516 /*
2517 * Note that section 3.1 of RFC 4429 indicates
2518 * that the Optimistic flag should not be set for
2519 * manually configured addresses
2520 */
David S. Millercf22f9a2012-04-14 21:37:40 -04002521 addrconf_dad_start(ifp);
Jiri Pirko53bd6742013-12-06 09:45:22 +01002522 if (ifa_flags & IFA_F_MANAGETEMPADDR)
2523 manage_tempaddrs(idev, ifp, valid_lft, prefered_lft,
2524 true, jiffies);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525 in6_ifa_put(ifp);
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01002526 addrconf_verify_rtnl();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527 return 0;
2528 }
2529
2530 return PTR_ERR(ifp);
2531}
2532
Heiner Kallweit6046d5b2014-04-20 21:29:36 +02002533static int inet6_addr_del(struct net *net, int ifindex, u32 ifa_flags,
2534 const struct in6_addr *pfx, unsigned int plen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002535{
2536 struct inet6_ifaddr *ifp;
2537 struct inet6_dev *idev;
2538 struct net_device *dev;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002539
Thomas Graf24ef0da2008-05-28 16:54:22 +02002540 if (plen > 128)
2541 return -EINVAL;
2542
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002543 dev = __dev_get_by_index(net, ifindex);
2544 if (!dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545 return -ENODEV;
2546
Ian Morrise5d08d72014-11-23 21:28:43 +00002547 idev = __in6_dev_get(dev);
2548 if (idev == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549 return -ENXIO;
2550
2551 read_lock_bh(&idev->lock);
stephen hemminger502a2ff2010-03-17 20:31:13 +00002552 list_for_each_entry(ifp, &idev->addr_list, if_list) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553 if (ifp->prefix_len == plen &&
2554 ipv6_addr_equal(pfx, &ifp->addr)) {
2555 in6_ifa_hold(ifp);
2556 read_unlock_bh(&idev->lock);
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002557
Heiner Kallweit6046d5b2014-04-20 21:29:36 +02002558 if (!(ifp->flags & IFA_F_TEMPORARY) &&
2559 (ifa_flags & IFA_F_MANAGETEMPADDR))
2560 manage_tempaddrs(idev, ifp, 0, 0, false,
2561 jiffies);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562 ipv6_del_addr(ifp);
Heiner Kallweit6046d5b2014-04-20 21:29:36 +02002563 addrconf_verify_rtnl();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564 return 0;
2565 }
2566 }
2567 read_unlock_bh(&idev->lock);
2568 return -EADDRNOTAVAIL;
2569}
2570
2571
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002572int addrconf_add_ifaddr(struct net *net, void __user *arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002573{
2574 struct in6_ifreq ireq;
2575 int err;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002576
Eric W. Biedermanaf31f412012-11-16 03:03:06 +00002577 if (!ns_capable(net->user_ns, CAP_NET_ADMIN))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002578 return -EPERM;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002579
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580 if (copy_from_user(&ireq, arg, sizeof(struct in6_ifreq)))
2581 return -EFAULT;
2582
2583 rtnl_lock();
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00002584 err = inet6_addr_add(net, ireq.ifr6_ifindex, &ireq.ifr6_addr, NULL,
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002585 ireq.ifr6_prefixlen, IFA_F_PERMANENT,
2586 INFINITY_LIFE_TIME, INFINITY_LIFE_TIME);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002587 rtnl_unlock();
2588 return err;
2589}
2590
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002591int addrconf_del_ifaddr(struct net *net, void __user *arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002592{
2593 struct in6_ifreq ireq;
2594 int err;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002595
Eric W. Biedermanaf31f412012-11-16 03:03:06 +00002596 if (!ns_capable(net->user_ns, CAP_NET_ADMIN))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597 return -EPERM;
2598
2599 if (copy_from_user(&ireq, arg, sizeof(struct in6_ifreq)))
2600 return -EFAULT;
2601
2602 rtnl_lock();
Heiner Kallweit6046d5b2014-04-20 21:29:36 +02002603 err = inet6_addr_del(net, ireq.ifr6_ifindex, 0, &ireq.ifr6_addr,
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002604 ireq.ifr6_prefixlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605 rtnl_unlock();
2606 return err;
2607}
2608
Ilpo Järvinenb5f348e2009-02-06 23:48:01 -08002609static void add_addr(struct inet6_dev *idev, const struct in6_addr *addr,
2610 int plen, int scope)
2611{
2612 struct inet6_ifaddr *ifp;
2613
Jiri Benc8a226b22013-08-01 10:41:28 +02002614 ifp = ipv6_add_addr(idev, addr, NULL, plen,
Hannes Frederic Sowa07edd742014-01-08 15:43:22 +01002615 scope, IFA_F_PERMANENT,
2616 INFINITY_LIFE_TIME, INFINITY_LIFE_TIME);
Ilpo Järvinenb5f348e2009-02-06 23:48:01 -08002617 if (!IS_ERR(ifp)) {
2618 spin_lock_bh(&ifp->lock);
2619 ifp->flags &= ~IFA_F_TENTATIVE;
2620 spin_unlock_bh(&ifp->lock);
2621 ipv6_ifa_notify(RTM_NEWADDR, ifp);
2622 in6_ifa_put(ifp);
2623 }
2624}
2625
Amerigo Wang07a93622012-10-29 16:23:10 +00002626#if IS_ENABLED(CONFIG_IPV6_SIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002627static void sit_add_v4_addrs(struct inet6_dev *idev)
2628{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002629 struct in6_addr addr;
2630 struct net_device *dev;
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09002631 struct net *net = dev_net(idev->dev);
Nicolas Dichtel929c9cf2013-11-14 13:51:05 +01002632 int scope, plen;
Nicolas Dichtelf0e2acf2013-11-14 13:51:06 +01002633 u32 pflags = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002634
2635 ASSERT_RTNL();
2636
2637 memset(&addr, 0, sizeof(struct in6_addr));
2638 memcpy(&addr.s6_addr32[3], idev->dev->dev_addr, 4);
2639
2640 if (idev->dev->flags&IFF_POINTOPOINT) {
2641 addr.s6_addr32[0] = htonl(0xfe800000);
2642 scope = IFA_LINK;
Nicolas Dichtel929c9cf2013-11-14 13:51:05 +01002643 plen = 64;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644 } else {
2645 scope = IPV6_ADDR_COMPATv4;
Nicolas Dichtel929c9cf2013-11-14 13:51:05 +01002646 plen = 96;
Nicolas Dichtelf0e2acf2013-11-14 13:51:06 +01002647 pflags |= RTF_NONEXTHOP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002648 }
2649
2650 if (addr.s6_addr32[3]) {
Nicolas Dichtel929c9cf2013-11-14 13:51:05 +01002651 add_addr(idev, &addr, plen, scope);
Nicolas Dichtelf0e2acf2013-11-14 13:51:06 +01002652 addrconf_prefix_route(&addr, plen, idev->dev, 0, pflags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002653 return;
2654 }
2655
Benjamin Thery6fda7352008-03-05 10:47:47 -08002656 for_each_netdev(net, dev) {
Eldad Zack8e5e8f32012-04-01 07:49:08 +00002657 struct in_device *in_dev = __in_dev_get_rtnl(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658 if (in_dev && (dev->flags & IFF_UP)) {
Eldad Zack8e5e8f32012-04-01 07:49:08 +00002659 struct in_ifaddr *ifa;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660
2661 int flag = scope;
2662
2663 for (ifa = in_dev->ifa_list; ifa; ifa = ifa->ifa_next) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002664
2665 addr.s6_addr32[3] = ifa->ifa_local;
2666
2667 if (ifa->ifa_scope == RT_SCOPE_LINK)
2668 continue;
2669 if (ifa->ifa_scope >= RT_SCOPE_HOST) {
2670 if (idev->dev->flags&IFF_POINTOPOINT)
2671 continue;
2672 flag |= IFA_HOST;
2673 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674
Ilpo Järvinenb5f348e2009-02-06 23:48:01 -08002675 add_addr(idev, &addr, plen, flag);
Nicolas Dichtelf0e2acf2013-11-14 13:51:06 +01002676 addrconf_prefix_route(&addr, plen, idev->dev, 0,
2677 pflags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002678 }
2679 }
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002680 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002681}
Joerg Roedel0be669b2006-10-10 14:49:53 -07002682#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002683
2684static void init_loopback(struct net_device *dev)
2685{
2686 struct inet6_dev *idev;
Balakumaran Kannan25fb6ca42013-04-02 16:15:05 +05302687 struct net_device *sp_dev;
2688 struct inet6_ifaddr *sp_ifa;
2689 struct rt6_info *sp_rt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690
2691 /* ::1 */
2692
2693 ASSERT_RTNL();
2694
Ian Morrise5d08d72014-11-23 21:28:43 +00002695 idev = ipv6_find_idev(dev);
2696 if (idev == NULL) {
Joe Perches91df42b2012-05-15 14:11:54 +00002697 pr_debug("%s: add_dev failed\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002698 return;
2699 }
2700
Ilpo Järvinenb5f348e2009-02-06 23:48:01 -08002701 add_addr(idev, &in6addr_loopback, 128, IFA_HOST);
Balakumaran Kannan25fb6ca42013-04-02 16:15:05 +05302702
2703 /* Add routes to other interface's IPv6 addresses */
2704 for_each_netdev(dev_net(dev), sp_dev) {
2705 if (!strcmp(sp_dev->name, dev->name))
2706 continue;
2707
2708 idev = __in6_dev_get(sp_dev);
2709 if (!idev)
2710 continue;
2711
2712 read_lock_bh(&idev->lock);
2713 list_for_each_entry(sp_ifa, &idev->addr_list, if_list) {
2714
2715 if (sp_ifa->flags & (IFA_F_DADFAILED | IFA_F_TENTATIVE))
2716 continue;
2717
Gao feng33d99112014-01-24 16:29:11 +08002718 if (sp_ifa->rt) {
2719 /* This dst has been added to garbage list when
2720 * lo device down, release this obsolete dst and
2721 * reallocate a new router for ifa.
2722 */
2723 if (sp_ifa->rt->dst.obsolete > 0) {
2724 ip6_rt_put(sp_ifa->rt);
2725 sp_ifa->rt = NULL;
2726 } else {
2727 continue;
2728 }
2729 }
Gao fenga881ae12013-06-16 11:14:30 +08002730
François-Xavier Le Bail57ec0af2013-12-02 11:28:49 +01002731 sp_rt = addrconf_dst_alloc(idev, &sp_ifa->addr, false);
Balakumaran Kannan25fb6ca42013-04-02 16:15:05 +05302732
2733 /* Failure cases are ignored */
Gao feng534c8772013-06-02 22:16:21 +00002734 if (!IS_ERR(sp_rt)) {
2735 sp_ifa->rt = sp_rt;
Balakumaran Kannan25fb6ca42013-04-02 16:15:05 +05302736 ip6_ins_rt(sp_rt);
Gao feng534c8772013-06-02 22:16:21 +00002737 }
Balakumaran Kannan25fb6ca42013-04-02 16:15:05 +05302738 }
2739 read_unlock_bh(&idev->lock);
2740 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002741}
2742
Eric Dumazetb71d1d42011-04-22 04:53:02 +00002743static void addrconf_add_linklocal(struct inet6_dev *idev, const struct in6_addr *addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002744{
Eldad Zack8e5e8f32012-04-01 07:49:08 +00002745 struct inet6_ifaddr *ifp;
Neil Horman95c385b2007-04-25 17:08:10 -07002746 u32 addr_flags = IFA_F_PERMANENT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747
Neil Horman95c385b2007-04-25 17:08:10 -07002748#ifdef CONFIG_IPV6_OPTIMISTIC_DAD
2749 if (idev->cnf.optimistic_dad &&
David Miller702beb82008-07-20 18:17:02 -07002750 !dev_net(idev->dev)->ipv6.devconf_all->forwarding)
Neil Horman95c385b2007-04-25 17:08:10 -07002751 addr_flags |= IFA_F_OPTIMISTIC;
2752#endif
2753
2754
Hannes Frederic Sowa07edd742014-01-08 15:43:22 +01002755 ifp = ipv6_add_addr(idev, addr, NULL, 64, IFA_LINK, addr_flags,
2756 INFINITY_LIFE_TIME, INFINITY_LIFE_TIME);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002757 if (!IS_ERR(ifp)) {
YOSHIFUJI Hideaki46d48042007-02-07 20:36:26 +09002758 addrconf_prefix_route(&ifp->addr, ifp->prefix_len, idev->dev, 0, 0);
David S. Millercf22f9a2012-04-14 21:37:40 -04002759 addrconf_dad_start(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002760 in6_ifa_put(ifp);
2761 }
2762}
2763
Jiri Pirkobc91b0f2014-07-11 21:10:18 +02002764static void addrconf_addr_gen(struct inet6_dev *idev, bool prefix_route)
2765{
2766 if (idev->addr_gen_mode == IN6_ADDR_GEN_MODE_EUI64) {
2767 struct in6_addr addr;
2768
2769 ipv6_addr_set(&addr, htonl(0xFE800000), 0, 0, 0);
2770 /* addrconf_add_linklocal also adds a prefix_route and we
2771 * only need to care about prefix routes if ipv6_generate_eui64
2772 * couldn't generate one.
2773 */
2774 if (ipv6_generate_eui64(addr.s6_addr + 8, idev->dev) == 0)
2775 addrconf_add_linklocal(idev, &addr);
2776 else if (prefix_route)
2777 addrconf_prefix_route(&addr, 64, idev->dev, 0, 0);
2778 }
2779}
2780
Linus Torvalds1da177e2005-04-16 15:20:36 -07002781static void addrconf_dev_config(struct net_device *dev)
2782{
Eldad Zack8e5e8f32012-04-01 07:49:08 +00002783 struct inet6_dev *idev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002784
2785 ASSERT_RTNL();
2786
Herbert Xu74235a22007-06-14 13:02:55 -07002787 if ((dev->type != ARPHRD_ETHER) &&
2788 (dev->type != ARPHRD_FDDI) &&
Herbert Xu74235a22007-06-14 13:02:55 -07002789 (dev->type != ARPHRD_ARCNET) &&
alex.bluesman.smirnov@gmail.com06a4c1c2012-05-10 03:25:52 +00002790 (dev->type != ARPHRD_INFINIBAND) &&
YOSHIFUJI Hideaki / 吉藤英明cb6bf352013-03-25 08:26:24 +00002791 (dev->type != ARPHRD_IEEE802154) &&
Nicolas Dichtele8377352013-08-20 12:16:06 +02002792 (dev->type != ARPHRD_IEEE1394) &&
Jukka Rissanene74bccb2013-12-11 17:05:36 +02002793 (dev->type != ARPHRD_TUNNEL6) &&
2794 (dev->type != ARPHRD_6LOWPAN)) {
Herbert Xu74235a22007-06-14 13:02:55 -07002795 /* Alas, we support only Ethernet autoconfiguration. */
2796 return;
2797 }
2798
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799 idev = addrconf_add_dev(dev);
Brian Haley64e724f2010-07-20 10:34:30 +00002800 if (IS_ERR(idev))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002801 return;
2802
Jiri Pirkobc91b0f2014-07-11 21:10:18 +02002803 addrconf_addr_gen(idev, false);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002804}
2805
Amerigo Wang07a93622012-10-29 16:23:10 +00002806#if IS_ENABLED(CONFIG_IPV6_SIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002807static void addrconf_sit_config(struct net_device *dev)
2808{
2809 struct inet6_dev *idev;
2810
2811 ASSERT_RTNL();
2812
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002813 /*
2814 * Configure the tunnel with one of our IPv4
2815 * addresses... we should configure all of
Linus Torvalds1da177e2005-04-16 15:20:36 -07002816 * our v4 addrs in the tunnel
2817 */
2818
Ian Morrise5d08d72014-11-23 21:28:43 +00002819 idev = ipv6_find_idev(dev);
2820 if (idev == NULL) {
Joe Perches91df42b2012-05-15 14:11:54 +00002821 pr_debug("%s: add_dev failed\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002822 return;
2823 }
2824
Fred L. Templinc7dc89c2007-11-29 22:11:40 +11002825 if (dev->priv_flags & IFF_ISATAP) {
Jiri Pirkobc91b0f2014-07-11 21:10:18 +02002826 addrconf_addr_gen(idev, false);
Fred L. Templinc7dc89c2007-11-29 22:11:40 +11002827 return;
2828 }
2829
Linus Torvalds1da177e2005-04-16 15:20:36 -07002830 sit_add_v4_addrs(idev);
2831
Nicolas Dichtel62b54dd2012-10-01 23:19:14 +00002832 if (dev->flags&IFF_POINTOPOINT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833 addrconf_add_mroute(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002834}
Joerg Roedel0be669b2006-10-10 14:49:53 -07002835#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002836
Amerigo Wang07a93622012-10-29 16:23:10 +00002837#if IS_ENABLED(CONFIG_NET_IPGRE)
stephen hemmingeraee80b52011-06-08 10:44:30 +00002838static void addrconf_gre_config(struct net_device *dev)
2839{
2840 struct inet6_dev *idev;
stephen hemmingeraee80b52011-06-08 10:44:30 +00002841
stephen hemmingeraee80b52011-06-08 10:44:30 +00002842 ASSERT_RTNL();
2843
Ian Morrise5d08d72014-11-23 21:28:43 +00002844 idev = ipv6_find_idev(dev);
2845 if (idev == NULL) {
Joe Perches91df42b2012-05-15 14:11:54 +00002846 pr_debug("%s: add_dev failed\n", __func__);
stephen hemmingeraee80b52011-06-08 10:44:30 +00002847 return;
2848 }
2849
Jiri Pirkobc91b0f2014-07-11 21:10:18 +02002850 addrconf_addr_gen(idev, true);
stephen hemmingeraee80b52011-06-08 10:44:30 +00002851}
2852#endif
2853
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002854static int addrconf_notify(struct notifier_block *this, unsigned long event,
Jiri Pirko351638e2013-05-28 01:30:21 +00002855 void *ptr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002856{
Jiri Pirko351638e2013-05-28 01:30:21 +00002857 struct net_device *dev = netdev_notifier_info_to_dev(ptr);
Eric Dumazet748e2d92012-08-22 21:50:59 +00002858 struct inet6_dev *idev = __in6_dev_get(dev);
YOSHIFUJI Hideakic5e33bd2005-12-21 22:57:44 +09002859 int run_pending = 0;
Herbert Xub217d612007-07-30 17:04:52 -07002860 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002861
Stephen Hemmingere21e8462010-03-20 16:09:01 -07002862 switch (event) {
YOSHIFUJI Hideaki45ba9dd2007-02-15 02:07:27 +09002863 case NETDEV_REGISTER:
Herbert Xu74235a22007-06-14 13:02:55 -07002864 if (!idev && dev->mtu >= IPV6_MIN_MTU) {
YOSHIFUJI Hideaki45ba9dd2007-02-15 02:07:27 +09002865 idev = ipv6_add_dev(dev);
WANG Conga317a2f2014-07-25 15:25:09 -07002866 if (IS_ERR(idev))
2867 return notifier_from_errno(PTR_ERR(idev));
YOSHIFUJI Hideaki45ba9dd2007-02-15 02:07:27 +09002868 }
2869 break;
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002870
Linus Torvalds1da177e2005-04-16 15:20:36 -07002871 case NETDEV_UP:
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002872 case NETDEV_CHANGE:
Jay Vosburghc2edacf2007-07-09 10:42:47 -07002873 if (dev->flags & IFF_SLAVE)
2874 break;
2875
WANG Cong3ce62a82014-09-11 15:07:16 -07002876 if (idev && idev->cnf.disable_ipv6)
2877 break;
2878
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002879 if (event == NETDEV_UP) {
Mitsuru Chinenf24e3d62007-10-10 02:53:43 -07002880 if (!addrconf_qdisc_ok(dev)) {
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002881 /* device is not ready yet. */
Joe Perchesf3213832012-05-15 14:11:53 +00002882 pr_info("ADDRCONF(NETDEV_UP): %s: link is not ready\n",
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002883 dev->name);
2884 break;
2885 }
Kristian Slavov99081042006-02-08 16:10:53 -08002886
Evgeniy Polyakovd31c7b82007-11-30 23:36:08 +11002887 if (!idev && dev->mtu >= IPV6_MIN_MTU)
2888 idev = ipv6_add_dev(dev);
2889
WANG Conga317a2f2014-07-25 15:25:09 -07002890 if (!IS_ERR_OR_NULL(idev)) {
Kristian Slavov99081042006-02-08 16:10:53 -08002891 idev->if_flags |= IF_READY;
Benjamin Therye3ec6cf2008-11-05 01:43:57 -08002892 run_pending = 1;
2893 }
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002894 } else {
Mitsuru Chinenf24e3d62007-10-10 02:53:43 -07002895 if (!addrconf_qdisc_ok(dev)) {
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002896 /* device is still not ready. */
2897 break;
2898 }
2899
2900 if (idev) {
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002901 if (idev->if_flags & IF_READY)
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002902 /* device is already configured. */
2903 break;
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002904 idev->if_flags |= IF_READY;
2905 }
2906
Joe Perchesf3213832012-05-15 14:11:53 +00002907 pr_info("ADDRCONF(NETDEV_CHANGE): %s: link becomes ready\n",
2908 dev->name);
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002909
YOSHIFUJI Hideakic5e33bd2005-12-21 22:57:44 +09002910 run_pending = 1;
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002911 }
2912
Stephen Hemmingere21e8462010-03-20 16:09:01 -07002913 switch (dev->type) {
Amerigo Wang07a93622012-10-29 16:23:10 +00002914#if IS_ENABLED(CONFIG_IPV6_SIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915 case ARPHRD_SIT:
2916 addrconf_sit_config(dev);
2917 break;
Joerg Roedel0be669b2006-10-10 14:49:53 -07002918#endif
Amerigo Wang07a93622012-10-29 16:23:10 +00002919#if IS_ENABLED(CONFIG_NET_IPGRE)
stephen hemmingeraee80b52011-06-08 10:44:30 +00002920 case ARPHRD_IPGRE:
2921 addrconf_gre_config(dev);
2922 break;
2923#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002924 case ARPHRD_LOOPBACK:
2925 init_loopback(dev);
2926 break;
2927
2928 default:
2929 addrconf_dev_config(dev);
2930 break;
Stephen Hemminger3ff50b72007-04-20 17:09:22 -07002931 }
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002932
WANG Conga317a2f2014-07-25 15:25:09 -07002933 if (!IS_ERR_OR_NULL(idev)) {
YOSHIFUJI Hideakic5e33bd2005-12-21 22:57:44 +09002934 if (run_pending)
2935 addrconf_dad_run(idev);
2936
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002937 /*
2938 * If the MTU changed during the interface down,
2939 * when the interface up, the changed MTU must be
2940 * reflected in the idev as well as routers.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002941 */
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002942 if (idev->cnf.mtu6 != dev->mtu &&
2943 dev->mtu >= IPV6_MIN_MTU) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002944 rt6_mtu_change(dev, dev->mtu);
2945 idev->cnf.mtu6 = dev->mtu;
2946 }
2947 idev->tstamp = jiffies;
2948 inet6_ifinfo_notify(RTM_NEWLINK, idev);
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002949
2950 /*
2951 * If the changed mtu during down is lower than
2952 * IPV6_MIN_MTU stop IPv6 on this interface.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002953 */
2954 if (dev->mtu < IPV6_MIN_MTU)
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002955 addrconf_ifdown(dev, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956 }
2957 break;
2958
2959 case NETDEV_CHANGEMTU:
Evgeniy Polyakovd31c7b82007-11-30 23:36:08 +11002960 if (idev && dev->mtu >= IPV6_MIN_MTU) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002961 rt6_mtu_change(dev, dev->mtu);
2962 idev->cnf.mtu6 = dev->mtu;
2963 break;
2964 }
2965
Evgeniy Polyakovd31c7b82007-11-30 23:36:08 +11002966 if (!idev && dev->mtu >= IPV6_MIN_MTU) {
2967 idev = ipv6_add_dev(dev);
WANG Conga317a2f2014-07-25 15:25:09 -07002968 if (!IS_ERR(idev))
Evgeniy Polyakovd31c7b82007-11-30 23:36:08 +11002969 break;
2970 }
2971
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002972 /*
stephen hemmingerdb9c7c32014-01-12 11:26:32 -08002973 * if MTU under IPV6_MIN_MTU.
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002974 * Stop IPv6 on this interface.
2975 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002976
2977 case NETDEV_DOWN:
2978 case NETDEV_UNREGISTER:
2979 /*
2980 * Remove all addresses from this interface.
2981 */
2982 addrconf_ifdown(dev, event != NETDEV_DOWN);
2983 break;
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002984
Linus Torvalds1da177e2005-04-16 15:20:36 -07002985 case NETDEV_CHANGENAME:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002986 if (idev) {
Stephen Hemminger5632c512007-04-28 21:16:39 -07002987 snmp6_unregister_dev(idev);
Pavel Emelyanov408c4762008-01-10 17:41:21 -08002988 addrconf_sysctl_unregister(idev);
WANG Conga317a2f2014-07-25 15:25:09 -07002989 err = addrconf_sysctl_register(idev);
Herbert Xub217d612007-07-30 17:04:52 -07002990 if (err)
2991 return notifier_from_errno(err);
WANG Conga317a2f2014-07-25 15:25:09 -07002992 err = snmp6_register_dev(idev);
2993 if (err) {
2994 addrconf_sysctl_unregister(idev);
2995 return notifier_from_errno(err);
2996 }
Stephen Hemminger5632c512007-04-28 21:16:39 -07002997 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998 break;
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002999
Jiri Pirko93d9b7d2010-03-10 10:28:56 +00003000 case NETDEV_PRE_TYPE_CHANGE:
3001 case NETDEV_POST_TYPE_CHANGE:
3002 addrconf_type_change(dev, event);
Moni Shoua75c78502009-09-15 02:37:40 -07003003 break;
Stephen Hemminger3ff50b72007-04-20 17:09:22 -07003004 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005
3006 return NOTIFY_OK;
3007}
3008
3009/*
3010 * addrconf module should be notified of a device going up
3011 */
3012static struct notifier_block ipv6_dev_notf = {
3013 .notifier_call = addrconf_notify,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003014};
3015
Jiri Pirko93d9b7d2010-03-10 10:28:56 +00003016static void addrconf_type_change(struct net_device *dev, unsigned long event)
Moni Shoua75c78502009-09-15 02:37:40 -07003017{
3018 struct inet6_dev *idev;
3019 ASSERT_RTNL();
3020
3021 idev = __in6_dev_get(dev);
3022
Jiri Pirko93d9b7d2010-03-10 10:28:56 +00003023 if (event == NETDEV_POST_TYPE_CHANGE)
Moni Shoua75c78502009-09-15 02:37:40 -07003024 ipv6_mc_remap(idev);
Jiri Pirko93d9b7d2010-03-10 10:28:56 +00003025 else if (event == NETDEV_PRE_TYPE_CHANGE)
Moni Shoua75c78502009-09-15 02:37:40 -07003026 ipv6_mc_unmap(idev);
3027}
3028
Linus Torvalds1da177e2005-04-16 15:20:36 -07003029static int addrconf_ifdown(struct net_device *dev, int how)
3030{
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09003031 struct net *net = dev_net(dev);
stephen hemminger502a2ff2010-03-17 20:31:13 +00003032 struct inet6_dev *idev;
3033 struct inet6_ifaddr *ifa;
David S. Miller73a8bd72011-01-23 23:27:15 -08003034 int state, i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003035
3036 ASSERT_RTNL();
3037
David S. Miller73a8bd72011-01-23 23:27:15 -08003038 rt6_ifdown(net, dev);
3039 neigh_ifdown(&nd_tbl, dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040
3041 idev = __in6_dev_get(dev);
3042 if (idev == NULL)
3043 return -ENODEV;
3044
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07003045 /*
3046 * Step 1: remove reference to ipv6 device from parent device.
3047 * Do not dev_put!
Linus Torvalds1da177e2005-04-16 15:20:36 -07003048 */
Denis V. Lunev439e2382008-04-03 13:30:17 -07003049 if (how) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003050 idev->dead = 1;
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07003051
3052 /* protected by rtnl_lock */
Stephen Hemmingera9b3cd72011-08-01 16:19:00 +00003053 RCU_INIT_POINTER(dev->ip6_ptr, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003054
3055 /* Step 1.5: remove snmp6 entry */
3056 snmp6_unregister_dev(idev);
3057
3058 }
3059
David S. Miller73a8bd72011-01-23 23:27:15 -08003060 /* Step 2: clear hash table */
3061 for (i = 0; i < IN6_ADDR_HSIZE; i++) {
3062 struct hlist_head *h = &inet6_addr_lst[i];
David S. Miller73a8bd72011-01-23 23:27:15 -08003063
3064 spin_lock_bh(&addrconf_hash_lock);
Ian Morris67ba4152014-08-24 21:53:10 +01003065restart:
Sasha Levinb67bfe02013-02-27 17:06:00 -08003066 hlist_for_each_entry_rcu(ifa, h, addr_lst) {
David S. Miller73a8bd72011-01-23 23:27:15 -08003067 if (ifa->idev == idev) {
3068 hlist_del_init_rcu(&ifa->addr_lst);
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003069 addrconf_del_dad_work(ifa);
David S. Miller73a8bd72011-01-23 23:27:15 -08003070 goto restart;
3071 }
3072 }
3073 spin_unlock_bh(&addrconf_hash_lock);
3074 }
3075
Linus Torvalds1da177e2005-04-16 15:20:36 -07003076 write_lock_bh(&idev->lock);
3077
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003078 addrconf_del_rs_timer(idev);
3079
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07003080 /* Step 2: clear flags for stateless addrconf */
Denis V. Lunev439e2382008-04-03 13:30:17 -07003081 if (!how)
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09003082 idev->if_flags &= ~(IF_RS_SENT|IF_RA_RCVD|IF_READY);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003083
Denis V. Lunev439e2382008-04-03 13:30:17 -07003084 if (how && del_timer(&idev->regen_timer))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003085 in6_dev_put(idev);
3086
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07003087 /* Step 3: clear tempaddr list */
stephen hemminger372e6c82010-03-17 20:31:09 +00003088 while (!list_empty(&idev->tempaddr_list)) {
3089 ifa = list_first_entry(&idev->tempaddr_list,
3090 struct inet6_ifaddr, tmp_list);
3091 list_del(&ifa->tmp_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003092 write_unlock_bh(&idev->lock);
3093 spin_lock_bh(&ifa->lock);
3094
3095 if (ifa->ifpub) {
3096 in6_ifa_put(ifa->ifpub);
3097 ifa->ifpub = NULL;
3098 }
3099 spin_unlock_bh(&ifa->lock);
3100 in6_ifa_put(ifa);
3101 write_lock_bh(&idev->lock);
3102 }
stephen hemminger8f37ada2010-03-03 08:19:59 +00003103
stephen hemminger502a2ff2010-03-17 20:31:13 +00003104 while (!list_empty(&idev->addr_list)) {
3105 ifa = list_first_entry(&idev->addr_list,
3106 struct inet6_ifaddr, if_list);
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003107 addrconf_del_dad_work(ifa);
stephen hemminger84e8b802010-03-02 13:32:46 +00003108
David S. Miller73a8bd72011-01-23 23:27:15 -08003109 list_del(&ifa->if_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003110
David S. Miller73a8bd72011-01-23 23:27:15 -08003111 write_unlock_bh(&idev->lock);
stephen hemminger84e8b802010-03-02 13:32:46 +00003112
David S. Miller73a8bd72011-01-23 23:27:15 -08003113 spin_lock_bh(&ifa->state_lock);
3114 state = ifa->state;
3115 ifa->state = INET6_IFADDR_STATE_DEAD;
3116 spin_unlock_bh(&ifa->state_lock);
stephen hemminger84e8b802010-03-02 13:32:46 +00003117
David S. Miller73a8bd72011-01-23 23:27:15 -08003118 if (state != INET6_IFADDR_STATE_DEAD) {
3119 __ipv6_ifa_notify(RTM_DELADDR, ifa);
Cong Wangf88c91d2013-04-14 23:18:43 +08003120 inet6addr_notifier_call_chain(NETDEV_DOWN, ifa);
stephen hemminger27bdb2a2010-04-12 05:41:32 +00003121 }
David S. Miller73a8bd72011-01-23 23:27:15 -08003122 in6_ifa_put(ifa);
stephen hemminger8f37ada2010-03-03 08:19:59 +00003123
David S. Miller73a8bd72011-01-23 23:27:15 -08003124 write_lock_bh(&idev->lock);
3125 }
stephen hemminger8f37ada2010-03-03 08:19:59 +00003126
Linus Torvalds1da177e2005-04-16 15:20:36 -07003127 write_unlock_bh(&idev->lock);
3128
Sabrina Dubroca381f4dc2014-09-10 23:23:02 +02003129 /* Step 5: Discard anycast and multicast list */
3130 if (how) {
3131 ipv6_ac_destroy_dev(idev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003132 ipv6_mc_destroy_dev(idev);
Sabrina Dubroca381f4dc2014-09-10 23:23:02 +02003133 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003134 ipv6_mc_down(idev);
Sabrina Dubroca381f4dc2014-09-10 23:23:02 +02003135 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003136
Linus Torvalds1da177e2005-04-16 15:20:36 -07003137 idev->tstamp = jiffies;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09003138
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07003139 /* Last: Shot the device (if unregistered) */
Denis V. Lunev439e2382008-04-03 13:30:17 -07003140 if (how) {
Pavel Emelyanov408c4762008-01-10 17:41:21 -08003141 addrconf_sysctl_unregister(idev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142 neigh_parms_release(&nd_tbl, idev->nd_parms);
3143 neigh_ifdown(&nd_tbl, dev);
3144 in6_dev_put(idev);
3145 }
3146 return 0;
3147}
3148
3149static void addrconf_rs_timer(unsigned long data)
3150{
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003151 struct inet6_dev *idev = (struct inet6_dev *)data;
Cong Wangcaf92bc2013-08-31 13:44:32 +08003152 struct net_device *dev = idev->dev;
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003153 struct in6_addr lladdr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003154
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003155 write_lock(&idev->lock);
stephen hemminger5b2a1952010-03-02 13:32:45 +00003156 if (idev->dead || !(idev->if_flags & IF_READY))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157 goto out;
3158
Shmulik Ladkani9ba2add2012-12-02 01:44:53 +00003159 if (!ipv6_accept_ra(idev))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160 goto out;
stephen hemminger5b2a1952010-03-02 13:32:45 +00003161
3162 /* Announcement received after solicitation was sent */
3163 if (idev->if_flags & IF_RA_RCVD)
3164 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003166 if (idev->rs_probes++ < idev->cnf.rtr_solicits) {
Cong Wangcaf92bc2013-08-31 13:44:32 +08003167 write_unlock(&idev->lock);
3168 if (!ipv6_get_lladdr(dev, &lladdr, IFA_F_TENTATIVE))
3169 ndisc_send_rs(dev, &lladdr,
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003170 &in6addr_linklocal_allrouters);
3171 else
Cong Wangcaf92bc2013-08-31 13:44:32 +08003172 goto put;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003173
Cong Wangcaf92bc2013-08-31 13:44:32 +08003174 write_lock(&idev->lock);
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003175 /* The wait after the last probe can be shorter */
3176 addrconf_mod_rs_timer(idev, (idev->rs_probes ==
3177 idev->cnf.rtr_solicits) ?
3178 idev->cnf.rtr_solicit_delay :
3179 idev->cnf.rtr_solicit_interval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003180 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003181 /*
3182 * Note: we do not support deprecated "all on-link"
3183 * assumption any longer.
3184 */
Joe Perches91df42b2012-05-15 14:11:54 +00003185 pr_debug("%s: no IPv6 routers present\n", idev->dev->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003186 }
3187
3188out:
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003189 write_unlock(&idev->lock);
Cong Wangcaf92bc2013-08-31 13:44:32 +08003190put:
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003191 in6_dev_put(idev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003192}
3193
3194/*
3195 * Duplicate Address Detection
3196 */
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09003197static void addrconf_dad_kick(struct inet6_ifaddr *ifp)
3198{
3199 unsigned long rand_num;
3200 struct inet6_dev *idev = ifp->idev;
3201
Neil Horman95c385b2007-04-25 17:08:10 -07003202 if (ifp->flags & IFA_F_OPTIMISTIC)
3203 rand_num = 0;
3204 else
Aruna-Hewapathirane63862b52014-01-11 07:15:59 -05003205 rand_num = prandom_u32() % (idev->cnf.rtr_solicit_delay ? : 1);
Neil Horman95c385b2007-04-25 17:08:10 -07003206
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003207 ifp->dad_probes = idev->cnf.dad_transmits;
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003208 addrconf_mod_dad_work(ifp, rand_num);
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09003209}
3210
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003211static void addrconf_dad_begin(struct inet6_ifaddr *ifp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003212{
3213 struct inet6_dev *idev = ifp->idev;
3214 struct net_device *dev = idev->dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003215
3216 addrconf_join_solict(dev, &ifp->addr);
3217
Aruna-Hewapathirane63862b52014-01-11 07:15:59 -05003218 prandom_seed((__force u32) ifp->addr.s6_addr32[3]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219
3220 read_lock_bh(&idev->lock);
Herbert Xu622ccdf2010-05-18 15:56:06 -07003221 spin_lock(&ifp->lock);
Herbert Xue9d3e082010-05-18 15:36:06 -07003222 if (ifp->state == INET6_IFADDR_STATE_DEAD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003223 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003224
3225 if (dev->flags&(IFF_NOARP|IFF_LOOPBACK) ||
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +09003226 idev->cnf.accept_dad < 1 ||
Noriaki TAKAMIYA55ebaef2006-09-22 14:45:27 -07003227 !(ifp->flags&IFA_F_TENTATIVE) ||
3228 ifp->flags & IFA_F_NODAD) {
Brian Haleycc411d02009-09-09 14:41:32 +00003229 ifp->flags &= ~(IFA_F_TENTATIVE|IFA_F_OPTIMISTIC|IFA_F_DADFAILED);
stephen hemminger21809fa2010-02-08 19:48:52 +00003230 spin_unlock(&ifp->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003231 read_unlock_bh(&idev->lock);
3232
3233 addrconf_dad_completed(ifp);
3234 return;
3235 }
3236
YOSHIFUJI Hideaki6732bad2005-12-27 13:35:15 -08003237 if (!(idev->if_flags & IF_READY)) {
stephen hemminger21809fa2010-02-08 19:48:52 +00003238 spin_unlock(&ifp->lock);
YOSHIFUJI Hideaki6732bad2005-12-27 13:35:15 -08003239 read_unlock_bh(&idev->lock);
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09003240 /*
Masatake YAMATO590a9882009-06-09 10:41:12 +09003241 * If the device is not ready:
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09003242 * - keep it tentative if it is a permanent address.
3243 * - otherwise, kill it.
3244 */
3245 in6_ifa_hold(ifp);
Brian Haleycc411d02009-09-09 14:41:32 +00003246 addrconf_dad_stop(ifp, 0);
YOSHIFUJI Hideaki6732bad2005-12-27 13:35:15 -08003247 return;
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09003248 }
Neil Horman95c385b2007-04-25 17:08:10 -07003249
3250 /*
3251 * Optimistic nodes can start receiving
3252 * Frames right away
3253 */
Erik Kline7fd25612014-10-28 18:11:14 +09003254 if (ifp->flags & IFA_F_OPTIMISTIC) {
Neil Horman95c385b2007-04-25 17:08:10 -07003255 ip6_ins_rt(ifp->rt);
Erik Kline7fd25612014-10-28 18:11:14 +09003256 if (ipv6_use_optimistic_addr(idev)) {
3257 /* Because optimistic nodes can use this address,
3258 * notify listeners. If DAD fails, RTM_DELADDR is sent.
3259 */
3260 ipv6_ifa_notify(RTM_NEWADDR, ifp);
3261 }
3262 }
Neil Horman95c385b2007-04-25 17:08:10 -07003263
YOSHIFUJI Hideaki6732bad2005-12-27 13:35:15 -08003264 addrconf_dad_kick(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003265out:
Herbert Xu622ccdf2010-05-18 15:56:06 -07003266 spin_unlock(&ifp->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003267 read_unlock_bh(&idev->lock);
3268}
3269
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003270static void addrconf_dad_start(struct inet6_ifaddr *ifp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003271{
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003272 bool begin_dad = false;
3273
3274 spin_lock_bh(&ifp->state_lock);
3275 if (ifp->state != INET6_IFADDR_STATE_DEAD) {
3276 ifp->state = INET6_IFADDR_STATE_PREDAD;
3277 begin_dad = true;
3278 }
3279 spin_unlock_bh(&ifp->state_lock);
3280
3281 if (begin_dad)
3282 addrconf_mod_dad_work(ifp, 0);
3283}
3284
3285static void addrconf_dad_work(struct work_struct *w)
3286{
3287 struct inet6_ifaddr *ifp = container_of(to_delayed_work(w),
3288 struct inet6_ifaddr,
3289 dad_work);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003290 struct inet6_dev *idev = ifp->idev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291 struct in6_addr mcaddr;
3292
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003293 enum {
3294 DAD_PROCESS,
3295 DAD_BEGIN,
3296 DAD_ABORT,
3297 } action = DAD_PROCESS;
3298
3299 rtnl_lock();
3300
3301 spin_lock_bh(&ifp->state_lock);
3302 if (ifp->state == INET6_IFADDR_STATE_PREDAD) {
3303 action = DAD_BEGIN;
3304 ifp->state = INET6_IFADDR_STATE_DAD;
3305 } else if (ifp->state == INET6_IFADDR_STATE_ERRDAD) {
3306 action = DAD_ABORT;
3307 ifp->state = INET6_IFADDR_STATE_POSTDAD;
3308 }
3309 spin_unlock_bh(&ifp->state_lock);
3310
3311 if (action == DAD_BEGIN) {
3312 addrconf_dad_begin(ifp);
3313 goto out;
3314 } else if (action == DAD_ABORT) {
3315 addrconf_dad_stop(ifp, 1);
3316 goto out;
3317 }
3318
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003319 if (!ifp->dad_probes && addrconf_dad_end(ifp))
Herbert Xuf2344a12010-05-18 15:55:27 -07003320 goto out;
3321
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003322 write_lock_bh(&idev->lock);
stephen hemminger122e4512010-03-02 13:32:44 +00003323 if (idev->dead || !(idev->if_flags & IF_READY)) {
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003324 write_unlock_bh(&idev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003325 goto out;
3326 }
stephen hemminger21809fa2010-02-08 19:48:52 +00003327
3328 spin_lock(&ifp->lock);
Herbert Xu622ccdf2010-05-18 15:56:06 -07003329 if (ifp->state == INET6_IFADDR_STATE_DEAD) {
3330 spin_unlock(&ifp->lock);
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003331 write_unlock_bh(&idev->lock);
Herbert Xu622ccdf2010-05-18 15:56:06 -07003332 goto out;
3333 }
3334
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003335 if (ifp->dad_probes == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003336 /*
3337 * DAD was successful
3338 */
3339
Brian Haleycc411d02009-09-09 14:41:32 +00003340 ifp->flags &= ~(IFA_F_TENTATIVE|IFA_F_OPTIMISTIC|IFA_F_DADFAILED);
stephen hemminger21809fa2010-02-08 19:48:52 +00003341 spin_unlock(&ifp->lock);
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003342 write_unlock_bh(&idev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003343
3344 addrconf_dad_completed(ifp);
3345
3346 goto out;
3347 }
3348
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003349 ifp->dad_probes--;
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003350 addrconf_mod_dad_work(ifp,
3351 NEIGH_VAR(ifp->idev->nd_parms, RETRANS_TIME));
stephen hemminger21809fa2010-02-08 19:48:52 +00003352 spin_unlock(&ifp->lock);
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003353 write_unlock_bh(&idev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354
3355 /* send a neighbour solicitation for our addr */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003356 addrconf_addr_solict_mult(&ifp->addr, &mcaddr);
YOSHIFUJI Hideakid7aabf22008-04-10 15:42:11 +09003357 ndisc_send_ns(ifp->idev->dev, NULL, &ifp->addr, &mcaddr, &in6addr_any);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003358out:
3359 in6_ifa_put(ifp);
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003360 rtnl_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003361}
3362
Hannes Frederic Sowa11ffff72014-01-16 20:13:04 +01003363/* ifp->idev must be at least read locked */
3364static bool ipv6_lonely_lladdr(struct inet6_ifaddr *ifp)
3365{
3366 struct inet6_ifaddr *ifpiter;
3367 struct inet6_dev *idev = ifp->idev;
3368
Hannes Frederic Sowa602582c2014-01-19 21:58:19 +01003369 list_for_each_entry_reverse(ifpiter, &idev->addr_list, if_list) {
3370 if (ifpiter->scope > IFA_LINK)
3371 break;
Hannes Frederic Sowa11ffff72014-01-16 20:13:04 +01003372 if (ifp != ifpiter && ifpiter->scope == IFA_LINK &&
3373 (ifpiter->flags & (IFA_F_PERMANENT|IFA_F_TENTATIVE|
3374 IFA_F_OPTIMISTIC|IFA_F_DADFAILED)) ==
3375 IFA_F_PERMANENT)
3376 return false;
3377 }
3378 return true;
3379}
3380
Linus Torvalds1da177e2005-04-16 15:20:36 -07003381static void addrconf_dad_completed(struct inet6_ifaddr *ifp)
3382{
Stephen Hemmingere21e8462010-03-20 16:09:01 -07003383 struct net_device *dev = ifp->idev->dev;
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003384 struct in6_addr lladdr;
Hannes Frederic Sowab173ee42013-06-27 00:07:01 +02003385 bool send_rs, send_mld;
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003386
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003387 addrconf_del_dad_work(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003388
3389 /*
3390 * Configure the address for reception. Now it is valid.
3391 */
3392
3393 ipv6_ifa_notify(RTM_NEWADDR, ifp);
3394
Tore Anderson026359b2011-08-28 23:47:33 +00003395 /* If added prefix is link local and we are prepared to process
3396 router advertisements, start sending router solicitations.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003397 */
3398
Hannes Frederic Sowa1ec047e2013-06-27 00:06:56 +02003399 read_lock_bh(&ifp->idev->lock);
Hannes Frederic Sowa11ffff72014-01-16 20:13:04 +01003400 send_mld = ifp->scope == IFA_LINK && ipv6_lonely_lladdr(ifp);
Hannes Frederic Sowab173ee42013-06-27 00:07:01 +02003401 send_rs = send_mld &&
3402 ipv6_accept_ra(ifp->idev) &&
Hannes Frederic Sowa1ec047e2013-06-27 00:06:56 +02003403 ifp->idev->cnf.rtr_solicits > 0 &&
Hannes Frederic Sowab173ee42013-06-27 00:07:01 +02003404 (dev->flags&IFF_LOOPBACK) == 0;
Hannes Frederic Sowa1ec047e2013-06-27 00:06:56 +02003405 read_unlock_bh(&ifp->idev->lock);
3406
Hannes Frederic Sowab173ee42013-06-27 00:07:01 +02003407 /* While dad is in progress mld report's source address is in6_addrany.
3408 * Resend with proper ll now.
3409 */
3410 if (send_mld)
3411 ipv6_mc_dad_complete(ifp->idev);
3412
Hannes Frederic Sowa1ec047e2013-06-27 00:06:56 +02003413 if (send_rs) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414 /*
3415 * If a host as already performed a random delay
3416 * [...] as part of DAD [...] there is no need
3417 * to delay again before sending the first RS
3418 */
Hannes Frederic Sowa1ec047e2013-06-27 00:06:56 +02003419 if (ipv6_get_lladdr(dev, &lladdr, IFA_F_TENTATIVE))
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003420 return;
Hannes Frederic Sowa1ec047e2013-06-27 00:06:56 +02003421 ndisc_send_rs(dev, &lladdr, &in6addr_linklocal_allrouters);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003422
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003423 write_lock_bh(&ifp->idev->lock);
3424 spin_lock(&ifp->lock);
3425 ifp->idev->rs_probes = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003426 ifp->idev->if_flags |= IF_RS_SENT;
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003427 addrconf_mod_rs_timer(ifp->idev,
3428 ifp->idev->cnf.rtr_solicit_interval);
3429 spin_unlock(&ifp->lock);
3430 write_unlock_bh(&ifp->idev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003431 }
3432}
3433
Stephen Hemmingere21e8462010-03-20 16:09:01 -07003434static void addrconf_dad_run(struct inet6_dev *idev)
3435{
YOSHIFUJI Hideakic5e33bd2005-12-21 22:57:44 +09003436 struct inet6_ifaddr *ifp;
3437
3438 read_lock_bh(&idev->lock);
stephen hemminger502a2ff2010-03-17 20:31:13 +00003439 list_for_each_entry(ifp, &idev->addr_list, if_list) {
stephen hemminger21809fa2010-02-08 19:48:52 +00003440 spin_lock(&ifp->lock);
Herbert Xuf2344a12010-05-18 15:55:27 -07003441 if (ifp->flags & IFA_F_TENTATIVE &&
3442 ifp->state == INET6_IFADDR_STATE_DAD)
3443 addrconf_dad_kick(ifp);
stephen hemminger21809fa2010-02-08 19:48:52 +00003444 spin_unlock(&ifp->lock);
YOSHIFUJI Hideakic5e33bd2005-12-21 22:57:44 +09003445 }
3446 read_unlock_bh(&idev->lock);
3447}
3448
Linus Torvalds1da177e2005-04-16 15:20:36 -07003449#ifdef CONFIG_PROC_FS
3450struct if6_iter_state {
Daniel Lezcano3c400902008-01-10 22:42:49 -08003451 struct seq_net_private p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003452 int bucket;
Mihai Maruseac1d578302012-01-03 23:31:35 +00003453 int offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003454};
3455
Mihai Maruseac1d578302012-01-03 23:31:35 +00003456static struct inet6_ifaddr *if6_get_first(struct seq_file *seq, loff_t pos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003457{
3458 struct inet6_ifaddr *ifa = NULL;
3459 struct if6_iter_state *state = seq->private;
YOSHIFUJI Hideaki12188542008-03-26 02:36:06 +09003460 struct net *net = seq_file_net(seq);
Mihai Maruseac1d578302012-01-03 23:31:35 +00003461 int p = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003462
Mihai Maruseac1d578302012-01-03 23:31:35 +00003463 /* initial bucket if pos is 0 */
3464 if (pos == 0) {
3465 state->bucket = 0;
3466 state->offset = 0;
3467 }
3468
3469 for (; state->bucket < IN6_ADDR_HSIZE; ++state->bucket) {
Sasha Levinb67bfe02013-02-27 17:06:00 -08003470 hlist_for_each_entry_rcu_bh(ifa, &inet6_addr_lst[state->bucket],
Mihai Maruseac1d578302012-01-03 23:31:35 +00003471 addr_lst) {
Eric Dumazet9f0d3c22012-10-16 07:37:27 +00003472 if (!net_eq(dev_net(ifa->idev->dev), net))
3473 continue;
Mihai Maruseac1d578302012-01-03 23:31:35 +00003474 /* sync with offset */
3475 if (p < state->offset) {
3476 p++;
3477 continue;
3478 }
3479 state->offset++;
Eric Dumazet9f0d3c22012-10-16 07:37:27 +00003480 return ifa;
Mihai Maruseac1d578302012-01-03 23:31:35 +00003481 }
3482
3483 /* prepare for next bucket */
3484 state->offset = 0;
3485 p = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003486 }
stephen hemmingerc2e21292010-03-17 20:31:10 +00003487 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488}
3489
stephen hemmingerc2e21292010-03-17 20:31:10 +00003490static struct inet6_ifaddr *if6_get_next(struct seq_file *seq,
3491 struct inet6_ifaddr *ifa)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003492{
3493 struct if6_iter_state *state = seq->private;
YOSHIFUJI Hideaki12188542008-03-26 02:36:06 +09003494 struct net *net = seq_file_net(seq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003495
Sasha Levinb67bfe02013-02-27 17:06:00 -08003496 hlist_for_each_entry_continue_rcu_bh(ifa, addr_lst) {
Eric Dumazet9f0d3c22012-10-16 07:37:27 +00003497 if (!net_eq(dev_net(ifa->idev->dev), net))
3498 continue;
Mihai Maruseac1d578302012-01-03 23:31:35 +00003499 state->offset++;
Eric Dumazet9f0d3c22012-10-16 07:37:27 +00003500 return ifa;
Mihai Maruseac1d578302012-01-03 23:31:35 +00003501 }
stephen hemmingerc2e21292010-03-17 20:31:10 +00003502
3503 while (++state->bucket < IN6_ADDR_HSIZE) {
Mihai Maruseac1d578302012-01-03 23:31:35 +00003504 state->offset = 0;
Sasha Levinb67bfe02013-02-27 17:06:00 -08003505 hlist_for_each_entry_rcu_bh(ifa,
stephen hemmingerc2e21292010-03-17 20:31:10 +00003506 &inet6_addr_lst[state->bucket], addr_lst) {
Eric Dumazet9f0d3c22012-10-16 07:37:27 +00003507 if (!net_eq(dev_net(ifa->idev->dev), net))
3508 continue;
Mihai Maruseac1d578302012-01-03 23:31:35 +00003509 state->offset++;
Eric Dumazet9f0d3c22012-10-16 07:37:27 +00003510 return ifa;
Daniel Lezcano3c400902008-01-10 22:42:49 -08003511 }
3512 }
3513
stephen hemmingerc2e21292010-03-17 20:31:10 +00003514 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003515}
3516
Linus Torvalds1da177e2005-04-16 15:20:36 -07003517static void *if6_seq_start(struct seq_file *seq, loff_t *pos)
Eric Dumazet4f70ecc2010-05-03 10:50:14 +00003518 __acquires(rcu_bh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003519{
stephen hemminger5c578ae2010-03-17 20:31:11 +00003520 rcu_read_lock_bh();
Mihai Maruseac1d578302012-01-03 23:31:35 +00003521 return if6_get_first(seq, *pos);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003522}
3523
3524static void *if6_seq_next(struct seq_file *seq, void *v, loff_t *pos)
3525{
3526 struct inet6_ifaddr *ifa;
3527
3528 ifa = if6_get_next(seq, v);
3529 ++*pos;
3530 return ifa;
3531}
3532
3533static void if6_seq_stop(struct seq_file *seq, void *v)
Eric Dumazet4f70ecc2010-05-03 10:50:14 +00003534 __releases(rcu_bh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003535{
stephen hemminger5c578ae2010-03-17 20:31:11 +00003536 rcu_read_unlock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003537}
3538
3539static int if6_seq_show(struct seq_file *seq, void *v)
3540{
3541 struct inet6_ifaddr *ifp = (struct inet6_ifaddr *)v;
Jiri Pirko971a3512013-12-10 13:56:29 +01003542 seq_printf(seq, "%pi6 %02x %02x %02x %02x %8s\n",
Harvey Harrisonb0711952008-10-28 16:05:40 -07003543 &ifp->addr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003544 ifp->idev->dev->ifindex,
3545 ifp->prefix_len,
3546 ifp->scope,
Jiri Pirko971a3512013-12-10 13:56:29 +01003547 (u8) ifp->flags,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003548 ifp->idev->dev->name);
3549 return 0;
3550}
3551
Philippe De Muyter56b3d972007-07-10 23:07:31 -07003552static const struct seq_operations if6_seq_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003553 .start = if6_seq_start,
3554 .next = if6_seq_next,
3555 .show = if6_seq_show,
3556 .stop = if6_seq_stop,
3557};
3558
3559static int if6_seq_open(struct inode *inode, struct file *file)
3560{
Daniel Lezcano3c400902008-01-10 22:42:49 -08003561 return seq_open_net(inode, file, &if6_seq_ops,
3562 sizeof(struct if6_iter_state));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003563}
3564
Arjan van de Ven9a321442007-02-12 00:55:35 -08003565static const struct file_operations if6_fops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003566 .owner = THIS_MODULE,
3567 .open = if6_seq_open,
3568 .read = seq_read,
3569 .llseek = seq_lseek,
Daniel Lezcano3c400902008-01-10 22:42:49 -08003570 .release = seq_release_net,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003571};
3572
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00003573static int __net_init if6_proc_net_init(struct net *net)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003574{
Gao fengd4beaa62013-02-18 01:34:54 +00003575 if (!proc_create("if_inet6", S_IRUGO, net->proc_net, &if6_fops))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003576 return -ENOMEM;
3577 return 0;
3578}
3579
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00003580static void __net_exit if6_proc_net_exit(struct net *net)
Daniel Lezcano3c400902008-01-10 22:42:49 -08003581{
Gao fengece31ff2013-02-18 01:34:56 +00003582 remove_proc_entry("if_inet6", net->proc_net);
Daniel Lezcano3c400902008-01-10 22:42:49 -08003583}
3584
3585static struct pernet_operations if6_proc_net_ops = {
Ian Morris67ba4152014-08-24 21:53:10 +01003586 .init = if6_proc_net_init,
3587 .exit = if6_proc_net_exit,
Daniel Lezcano3c400902008-01-10 22:42:49 -08003588};
3589
3590int __init if6_proc_init(void)
3591{
3592 return register_pernet_subsys(&if6_proc_net_ops);
3593}
3594
Linus Torvalds1da177e2005-04-16 15:20:36 -07003595void if6_proc_exit(void)
3596{
Daniel Lezcano3c400902008-01-10 22:42:49 -08003597 unregister_pernet_subsys(&if6_proc_net_ops);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003598}
3599#endif /* CONFIG_PROC_FS */
3600
Amerigo Wang07a93622012-10-29 16:23:10 +00003601#if IS_ENABLED(CONFIG_IPV6_MIP6)
Noriaki TAKAMIYA3b9f9a12006-09-22 14:45:56 -07003602/* Check if address is a home address configured on any interface. */
Eric Dumazetb71d1d42011-04-22 04:53:02 +00003603int ipv6_chk_home_addr(struct net *net, const struct in6_addr *addr)
Noriaki TAKAMIYA3b9f9a12006-09-22 14:45:56 -07003604{
3605 int ret = 0;
stephen hemmingerc2e21292010-03-17 20:31:10 +00003606 struct inet6_ifaddr *ifp = NULL;
Eric Dumazetddbe5032012-07-18 08:11:12 +00003607 unsigned int hash = inet6_addr_hash(addr);
stephen hemmingerc2e21292010-03-17 20:31:10 +00003608
stephen hemminger5c578ae2010-03-17 20:31:11 +00003609 rcu_read_lock_bh();
Sasha Levinb67bfe02013-02-27 17:06:00 -08003610 hlist_for_each_entry_rcu_bh(ifp, &inet6_addr_lst[hash], addr_lst) {
YOSHIFUJI Hideaki878628f2008-03-26 03:57:35 +09003611 if (!net_eq(dev_net(ifp->idev->dev), net))
Daniel Lezcano389f6612008-01-10 22:44:40 -08003612 continue;
YOSHIFUJI Hideakicaad2952008-04-10 15:42:07 +09003613 if (ipv6_addr_equal(&ifp->addr, addr) &&
Noriaki TAKAMIYA3b9f9a12006-09-22 14:45:56 -07003614 (ifp->flags & IFA_F_HOMEADDRESS)) {
3615 ret = 1;
3616 break;
3617 }
3618 }
stephen hemminger5c578ae2010-03-17 20:31:11 +00003619 rcu_read_unlock_bh();
Noriaki TAKAMIYA3b9f9a12006-09-22 14:45:56 -07003620 return ret;
3621}
3622#endif
3623
Linus Torvalds1da177e2005-04-16 15:20:36 -07003624/*
3625 * Periodic address status verification
3626 */
3627
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003628static void addrconf_verify_rtnl(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003629{
YOSHIFUJI Hideakib2db7562010-03-20 16:11:12 -07003630 unsigned long now, next, next_sec, next_sched;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003631 struct inet6_ifaddr *ifp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003632 int i;
3633
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003634 ASSERT_RTNL();
3635
stephen hemminger5c578ae2010-03-17 20:31:11 +00003636 rcu_read_lock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003637 now = jiffies;
YOSHIFUJI Hideakib2db7562010-03-20 16:11:12 -07003638 next = round_jiffies_up(now + ADDR_CHECK_FREQUENCY);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003639
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003640 cancel_delayed_work(&addr_chk_work);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003641
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07003642 for (i = 0; i < IN6_ADDR_HSIZE; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003643restart:
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003644 hlist_for_each_entry_rcu_bh(ifp, &inet6_addr_lst[i], addr_lst) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003645 unsigned long age;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003646
Yasushi Asanofad8da32013-12-31 12:04:19 +09003647 /* When setting preferred_lft to a value not zero or
3648 * infinity, while valid_lft is infinity
3649 * IFA_F_PERMANENT has a non-infinity life time.
3650 */
3651 if ((ifp->flags & IFA_F_PERMANENT) &&
3652 (ifp->prefered_lft == INFINITY_LIFE_TIME))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003653 continue;
3654
3655 spin_lock(&ifp->lock);
YOSHIFUJI Hideakib2db7562010-03-20 16:11:12 -07003656 /* We try to batch several events at once. */
3657 age = (now - ifp->tstamp + ADDRCONF_TIMER_FUZZ_MINUS) / HZ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003658
YOSHIFUJI Hideaki8f27ebb2006-07-28 18:12:11 +09003659 if (ifp->valid_lft != INFINITY_LIFE_TIME &&
3660 age >= ifp->valid_lft) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003661 spin_unlock(&ifp->lock);
3662 in6_ifa_hold(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003663 ipv6_del_addr(ifp);
3664 goto restart;
YOSHIFUJI Hideaki8f27ebb2006-07-28 18:12:11 +09003665 } else if (ifp->prefered_lft == INFINITY_LIFE_TIME) {
3666 spin_unlock(&ifp->lock);
3667 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003668 } else if (age >= ifp->prefered_lft) {
Brian Haleya1ed0522009-07-02 07:10:52 +00003669 /* jiffies - ifp->tstamp > age >= ifp->prefered_lft */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003670 int deprecate = 0;
3671
3672 if (!(ifp->flags&IFA_F_DEPRECATED)) {
3673 deprecate = 1;
3674 ifp->flags |= IFA_F_DEPRECATED;
3675 }
3676
Yasushi Asanofad8da32013-12-31 12:04:19 +09003677 if ((ifp->valid_lft != INFINITY_LIFE_TIME) &&
3678 (time_before(ifp->tstamp + ifp->valid_lft * HZ, next)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003679 next = ifp->tstamp + ifp->valid_lft * HZ;
3680
3681 spin_unlock(&ifp->lock);
3682
3683 if (deprecate) {
3684 in6_ifa_hold(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003685
3686 ipv6_ifa_notify(0, ifp);
3687 in6_ifa_put(ifp);
3688 goto restart;
3689 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003690 } else if ((ifp->flags&IFA_F_TEMPORARY) &&
3691 !(ifp->flags&IFA_F_TENTATIVE)) {
stephen hemminger88949cf2010-03-17 20:31:17 +00003692 unsigned long regen_advance = ifp->idev->cnf.regen_max_retry *
3693 ifp->idev->cnf.dad_transmits *
Jiri Pirko1f9248e52013-12-07 19:26:53 +01003694 NEIGH_VAR(ifp->idev->nd_parms, RETRANS_TIME) / HZ;
stephen hemminger88949cf2010-03-17 20:31:17 +00003695
Linus Torvalds1da177e2005-04-16 15:20:36 -07003696 if (age >= ifp->prefered_lft - regen_advance) {
3697 struct inet6_ifaddr *ifpub = ifp->ifpub;
3698 if (time_before(ifp->tstamp + ifp->prefered_lft * HZ, next))
3699 next = ifp->tstamp + ifp->prefered_lft * HZ;
3700 if (!ifp->regen_count && ifpub) {
3701 ifp->regen_count++;
3702 in6_ifa_hold(ifp);
3703 in6_ifa_hold(ifpub);
3704 spin_unlock(&ifp->lock);
stephen hemminger5c578ae2010-03-17 20:31:11 +00003705
Hiroyuki YAMAMORI291d8092005-12-23 11:24:05 -08003706 spin_lock(&ifpub->lock);
3707 ifpub->regen_count = 0;
3708 spin_unlock(&ifpub->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003709 ipv6_create_tempaddr(ifpub, ifp);
3710 in6_ifa_put(ifpub);
3711 in6_ifa_put(ifp);
3712 goto restart;
3713 }
3714 } else if (time_before(ifp->tstamp + ifp->prefered_lft * HZ - regen_advance * HZ, next))
3715 next = ifp->tstamp + ifp->prefered_lft * HZ - regen_advance * HZ;
3716 spin_unlock(&ifp->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717 } else {
3718 /* ifp->prefered_lft <= ifp->valid_lft */
3719 if (time_before(ifp->tstamp + ifp->prefered_lft * HZ, next))
3720 next = ifp->tstamp + ifp->prefered_lft * HZ;
3721 spin_unlock(&ifp->lock);
3722 }
3723 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003724 }
3725
YOSHIFUJI Hideakib2db7562010-03-20 16:11:12 -07003726 next_sec = round_jiffies_up(next);
3727 next_sched = next;
3728
3729 /* If rounded timeout is accurate enough, accept it. */
3730 if (time_before(next_sec, next + ADDRCONF_TIMER_FUZZ))
3731 next_sched = next_sec;
3732
3733 /* And minimum interval is ADDRCONF_TIMER_FUZZ_MAX. */
3734 if (time_before(next_sched, jiffies + ADDRCONF_TIMER_FUZZ_MAX))
3735 next_sched = jiffies + ADDRCONF_TIMER_FUZZ_MAX;
3736
dingtianhongba3542e2013-08-17 10:27:04 +08003737 ADBG(KERN_DEBUG "now = %lu, schedule = %lu, rounded schedule = %lu => %lu\n",
3738 now, next, next_sec, next_sched);
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003739 mod_delayed_work(addrconf_wq, &addr_chk_work, next_sched - now);
stephen hemminger5c578ae2010-03-17 20:31:11 +00003740 rcu_read_unlock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003741}
3742
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003743static void addrconf_verify_work(struct work_struct *w)
3744{
3745 rtnl_lock();
3746 addrconf_verify_rtnl();
3747 rtnl_unlock();
3748}
3749
3750static void addrconf_verify(void)
3751{
3752 mod_delayed_work(addrconf_wq, &addr_chk_work, 0);
3753}
3754
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00003755static struct in6_addr *extract_addr(struct nlattr *addr, struct nlattr *local,
3756 struct in6_addr **peer_pfx)
Thomas Graf461d8832006-09-18 00:09:49 -07003757{
3758 struct in6_addr *pfx = NULL;
3759
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00003760 *peer_pfx = NULL;
3761
Thomas Graf461d8832006-09-18 00:09:49 -07003762 if (addr)
3763 pfx = nla_data(addr);
3764
3765 if (local) {
3766 if (pfx && nla_memcmp(local, pfx, sizeof(*pfx)))
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00003767 *peer_pfx = pfx;
3768 pfx = nla_data(local);
Thomas Graf461d8832006-09-18 00:09:49 -07003769 }
3770
3771 return pfx;
3772}
3773
Patrick McHardyef7c79e2007-06-05 12:38:30 -07003774static const struct nla_policy ifa_ipv6_policy[IFA_MAX+1] = {
Thomas Graf461d8832006-09-18 00:09:49 -07003775 [IFA_ADDRESS] = { .len = sizeof(struct in6_addr) },
3776 [IFA_LOCAL] = { .len = sizeof(struct in6_addr) },
3777 [IFA_CACHEINFO] = { .len = sizeof(struct ifa_cacheinfo) },
Jiri Pirko479840f2013-12-06 09:45:21 +01003778 [IFA_FLAGS] = { .len = sizeof(u32) },
Thomas Graf461d8832006-09-18 00:09:49 -07003779};
3780
Linus Torvalds1da177e2005-04-16 15:20:36 -07003781static int
Thomas Graf661d2962013-03-21 07:45:29 +00003782inet6_rtm_deladdr(struct sk_buff *skb, struct nlmsghdr *nlh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003783{
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09003784 struct net *net = sock_net(skb->sk);
Thomas Grafb933f712006-09-18 00:10:19 -07003785 struct ifaddrmsg *ifm;
3786 struct nlattr *tb[IFA_MAX+1];
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00003787 struct in6_addr *pfx, *peer_pfx;
Heiner Kallweit6046d5b2014-04-20 21:29:36 +02003788 u32 ifa_flags;
Thomas Grafb933f712006-09-18 00:10:19 -07003789 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003790
Thomas Grafb933f712006-09-18 00:10:19 -07003791 err = nlmsg_parse(nlh, sizeof(*ifm), tb, IFA_MAX, ifa_ipv6_policy);
3792 if (err < 0)
3793 return err;
3794
3795 ifm = nlmsg_data(nlh);
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00003796 pfx = extract_addr(tb[IFA_ADDRESS], tb[IFA_LOCAL], &peer_pfx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003797 if (pfx == NULL)
3798 return -EINVAL;
3799
Heiner Kallweit6046d5b2014-04-20 21:29:36 +02003800 ifa_flags = tb[IFA_FLAGS] ? nla_get_u32(tb[IFA_FLAGS]) : ifm->ifa_flags;
3801
3802 /* We ignore other flags so far. */
3803 ifa_flags &= IFA_F_MANAGETEMPADDR;
3804
3805 return inet6_addr_del(net, ifm->ifa_index, ifa_flags, pfx,
3806 ifm->ifa_prefixlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003807}
3808
Jiri Pirko479840f2013-12-06 09:45:21 +01003809static int inet6_addr_modify(struct inet6_ifaddr *ifp, u32 ifa_flags,
Noriaki TAKAMIYA55ebaef2006-09-22 14:45:27 -07003810 u32 prefered_lft, u32 valid_lft)
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003811{
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07003812 u32 flags;
3813 clock_t expires;
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09003814 unsigned long timeout;
Jiri Pirko53bd6742013-12-06 09:45:22 +01003815 bool was_managetempaddr;
Thomas Haller5b84efe2014-01-15 15:36:59 +01003816 bool had_prefixroute;
YOSHIFUJI Hideaki46d48042007-02-07 20:36:26 +09003817
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003818 ASSERT_RTNL();
3819
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003820 if (!valid_lft || (prefered_lft > valid_lft))
3821 return -EINVAL;
3822
Jiri Pirko53bd6742013-12-06 09:45:22 +01003823 if (ifa_flags & IFA_F_MANAGETEMPADDR &&
3824 (ifp->flags & IFA_F_TEMPORARY || ifp->prefix_len != 64))
3825 return -EINVAL;
3826
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09003827 timeout = addrconf_timeout_fixup(valid_lft, HZ);
3828 if (addrconf_finite_timeout(timeout)) {
3829 expires = jiffies_to_clock_t(timeout * HZ);
3830 valid_lft = timeout;
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07003831 flags = RTF_EXPIRES;
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09003832 } else {
3833 expires = 0;
3834 flags = 0;
3835 ifa_flags |= IFA_F_PERMANENT;
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07003836 }
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003837
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09003838 timeout = addrconf_timeout_fixup(prefered_lft, HZ);
3839 if (addrconf_finite_timeout(timeout)) {
3840 if (timeout == 0)
3841 ifa_flags |= IFA_F_DEPRECATED;
3842 prefered_lft = timeout;
3843 }
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003844
3845 spin_lock_bh(&ifp->lock);
Jiri Pirko53bd6742013-12-06 09:45:22 +01003846 was_managetempaddr = ifp->flags & IFA_F_MANAGETEMPADDR;
Thomas Haller5b84efe2014-01-15 15:36:59 +01003847 had_prefixroute = ifp->flags & IFA_F_PERMANENT &&
3848 !(ifp->flags & IFA_F_NOPREFIXROUTE);
Jiri Pirko53bd6742013-12-06 09:45:22 +01003849 ifp->flags &= ~(IFA_F_DEPRECATED | IFA_F_PERMANENT | IFA_F_NODAD |
Thomas Haller761aac72014-01-15 15:36:58 +01003850 IFA_F_HOMEADDRESS | IFA_F_MANAGETEMPADDR |
3851 IFA_F_NOPREFIXROUTE);
Jiri Pirko53bd6742013-12-06 09:45:22 +01003852 ifp->flags |= ifa_flags;
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003853 ifp->tstamp = jiffies;
3854 ifp->valid_lft = valid_lft;
3855 ifp->prefered_lft = prefered_lft;
3856
3857 spin_unlock_bh(&ifp->lock);
3858 if (!(ifp->flags&IFA_F_TENTATIVE))
3859 ipv6_ifa_notify(0, ifp);
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003860
Thomas Haller761aac72014-01-15 15:36:58 +01003861 if (!(ifa_flags & IFA_F_NOPREFIXROUTE)) {
3862 addrconf_prefix_route(&ifp->addr, ifp->prefix_len, ifp->idev->dev,
3863 expires, flags);
Thomas Haller5b84efe2014-01-15 15:36:59 +01003864 } else if (had_prefixroute) {
3865 enum cleanup_prefix_rt_t action;
3866 unsigned long rt_expires;
3867
3868 write_lock_bh(&ifp->idev->lock);
3869 action = check_cleanup_prefix_route(ifp, &rt_expires);
3870 write_unlock_bh(&ifp->idev->lock);
3871
3872 if (action != CLEANUP_PREFIX_RT_NOP) {
3873 cleanup_prefix_route(ifp, rt_expires,
3874 action == CLEANUP_PREFIX_RT_DEL);
3875 }
Thomas Haller761aac72014-01-15 15:36:58 +01003876 }
Jiri Pirko53bd6742013-12-06 09:45:22 +01003877
3878 if (was_managetempaddr || ifp->flags & IFA_F_MANAGETEMPADDR) {
3879 if (was_managetempaddr && !(ifp->flags & IFA_F_MANAGETEMPADDR))
3880 valid_lft = prefered_lft = 0;
3881 manage_tempaddrs(ifp->idev, ifp, valid_lft, prefered_lft,
3882 !was_managetempaddr, jiffies);
3883 }
3884
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01003885 addrconf_verify_rtnl();
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003886
3887 return 0;
3888}
3889
3890static int
Thomas Graf661d2962013-03-21 07:45:29 +00003891inet6_rtm_newaddr(struct sk_buff *skb, struct nlmsghdr *nlh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003892{
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09003893 struct net *net = sock_net(skb->sk);
Thomas Graf461d8832006-09-18 00:09:49 -07003894 struct ifaddrmsg *ifm;
3895 struct nlattr *tb[IFA_MAX+1];
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00003896 struct in6_addr *pfx, *peer_pfx;
Thomas Graf7198f8c2006-09-18 00:13:46 -07003897 struct inet6_ifaddr *ifa;
3898 struct net_device *dev;
Noriaki TAKAMIYA55ebaef2006-09-22 14:45:27 -07003899 u32 valid_lft = INFINITY_LIFE_TIME, preferred_lft = INFINITY_LIFE_TIME;
Jiri Pirko479840f2013-12-06 09:45:21 +01003900 u32 ifa_flags;
Thomas Graf461d8832006-09-18 00:09:49 -07003901 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003902
Thomas Graf461d8832006-09-18 00:09:49 -07003903 err = nlmsg_parse(nlh, sizeof(*ifm), tb, IFA_MAX, ifa_ipv6_policy);
3904 if (err < 0)
3905 return err;
3906
3907 ifm = nlmsg_data(nlh);
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00003908 pfx = extract_addr(tb[IFA_ADDRESS], tb[IFA_LOCAL], &peer_pfx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003909 if (pfx == NULL)
3910 return -EINVAL;
3911
Thomas Graf461d8832006-09-18 00:09:49 -07003912 if (tb[IFA_CACHEINFO]) {
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09003913 struct ifa_cacheinfo *ci;
Thomas Graf461d8832006-09-18 00:09:49 -07003914
3915 ci = nla_data(tb[IFA_CACHEINFO]);
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09003916 valid_lft = ci->ifa_valid;
Thomas Graf461d8832006-09-18 00:09:49 -07003917 preferred_lft = ci->ifa_prefered;
3918 } else {
3919 preferred_lft = INFINITY_LIFE_TIME;
3920 valid_lft = INFINITY_LIFE_TIME;
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09003921 }
3922
Daniel Lezcanoaf284932008-03-05 10:46:57 -08003923 dev = __dev_get_by_index(net, ifm->ifa_index);
Thomas Graf7198f8c2006-09-18 00:13:46 -07003924 if (dev == NULL)
3925 return -ENODEV;
3926
Jiri Pirko479840f2013-12-06 09:45:21 +01003927 ifa_flags = tb[IFA_FLAGS] ? nla_get_u32(tb[IFA_FLAGS]) : ifm->ifa_flags;
3928
Noriaki TAKAMIYA55ebaef2006-09-22 14:45:27 -07003929 /* We ignore other flags so far. */
Thomas Haller761aac72014-01-15 15:36:58 +01003930 ifa_flags &= IFA_F_NODAD | IFA_F_HOMEADDRESS | IFA_F_MANAGETEMPADDR |
3931 IFA_F_NOPREFIXROUTE;
Noriaki TAKAMIYA55ebaef2006-09-22 14:45:27 -07003932
Daniel Lezcano1cab3da2008-01-10 22:44:09 -08003933 ifa = ipv6_get_ifaddr(net, pfx, dev, 1);
Thomas Graf7198f8c2006-09-18 00:13:46 -07003934 if (ifa == NULL) {
3935 /*
3936 * It would be best to check for !NLM_F_CREATE here but
stephen hemmingerdb9c7c32014-01-12 11:26:32 -08003937 * userspace already relies on not having to provide this.
Thomas Graf7198f8c2006-09-18 00:13:46 -07003938 */
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00003939 return inet6_addr_add(net, ifm->ifa_index, pfx, peer_pfx,
Daniel Lezcanoaf284932008-03-05 10:46:57 -08003940 ifm->ifa_prefixlen, ifa_flags,
3941 preferred_lft, valid_lft);
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003942 }
3943
Thomas Graf7198f8c2006-09-18 00:13:46 -07003944 if (nlh->nlmsg_flags & NLM_F_EXCL ||
3945 !(nlh->nlmsg_flags & NLM_F_REPLACE))
3946 err = -EEXIST;
3947 else
Noriaki TAKAMIYA55ebaef2006-09-22 14:45:27 -07003948 err = inet6_addr_modify(ifa, ifa_flags, preferred_lft, valid_lft);
Thomas Graf7198f8c2006-09-18 00:13:46 -07003949
3950 in6_ifa_put(ifa);
3951
3952 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003953}
3954
Jiri Pirko479840f2013-12-06 09:45:21 +01003955static void put_ifaddrmsg(struct nlmsghdr *nlh, u8 prefixlen, u32 flags,
Thomas Graf101bb222006-09-18 00:11:52 -07003956 u8 scope, int ifindex)
3957{
3958 struct ifaddrmsg *ifm;
3959
3960 ifm = nlmsg_data(nlh);
3961 ifm->ifa_family = AF_INET6;
3962 ifm->ifa_prefixlen = prefixlen;
3963 ifm->ifa_flags = flags;
3964 ifm->ifa_scope = scope;
3965 ifm->ifa_index = ifindex;
3966}
3967
Thomas Graf85486af2006-09-18 00:11:24 -07003968static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp,
3969 unsigned long tstamp, u32 preferred, u32 valid)
3970{
3971 struct ifa_cacheinfo ci;
3972
Thomas Graf18a31e12010-11-17 04:12:02 +00003973 ci.cstamp = cstamp_delta(cstamp);
3974 ci.tstamp = cstamp_delta(tstamp);
Thomas Graf85486af2006-09-18 00:11:24 -07003975 ci.ifa_prefered = preferred;
3976 ci.ifa_valid = valid;
3977
3978 return nla_put(skb, IFA_CACHEINFO, sizeof(ci), &ci);
3979}
3980
Thomas Graf101bb222006-09-18 00:11:52 -07003981static inline int rt_scope(int ifa_scope)
3982{
3983 if (ifa_scope & IFA_HOST)
3984 return RT_SCOPE_HOST;
3985 else if (ifa_scope & IFA_LINK)
3986 return RT_SCOPE_LINK;
3987 else if (ifa_scope & IFA_SITE)
3988 return RT_SCOPE_SITE;
3989 else
3990 return RT_SCOPE_UNIVERSE;
3991}
3992
Thomas Graf0ab68032006-09-18 00:12:35 -07003993static inline int inet6_ifaddr_msgsize(void)
3994{
Thomas Graf339bf982006-11-10 14:10:15 -08003995 return NLMSG_ALIGN(sizeof(struct ifaddrmsg))
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00003996 + nla_total_size(16) /* IFA_LOCAL */
Thomas Graf339bf982006-11-10 14:10:15 -08003997 + nla_total_size(16) /* IFA_ADDRESS */
Jiri Pirko479840f2013-12-06 09:45:21 +01003998 + nla_total_size(sizeof(struct ifa_cacheinfo))
3999 + nla_total_size(4) /* IFA_FLAGS */;
Thomas Graf0ab68032006-09-18 00:12:35 -07004000}
YOSHIFUJI Hideakic5396a32006-06-17 22:48:48 -07004001
Linus Torvalds1da177e2005-04-16 15:20:36 -07004002static int inet6_fill_ifaddr(struct sk_buff *skb, struct inet6_ifaddr *ifa,
Eric W. Biederman15e47302012-09-07 20:12:54 +00004003 u32 portid, u32 seq, int event, unsigned int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004004{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004005 struct nlmsghdr *nlh;
Thomas Graf85486af2006-09-18 00:11:24 -07004006 u32 preferred, valid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004007
Eric W. Biederman15e47302012-09-07 20:12:54 +00004008 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct ifaddrmsg), flags);
Thomas Graf0ab68032006-09-18 00:12:35 -07004009 if (nlh == NULL)
Patrick McHardy26932562007-01-31 23:16:40 -08004010 return -EMSGSIZE;
Thomas Graf0ab68032006-09-18 00:12:35 -07004011
Thomas Graf101bb222006-09-18 00:11:52 -07004012 put_ifaddrmsg(nlh, ifa->prefix_len, ifa->flags, rt_scope(ifa->scope),
4013 ifa->idev->dev->ifindex);
4014
Yasushi Asanofad8da32013-12-31 12:04:19 +09004015 if (!((ifa->flags&IFA_F_PERMANENT) &&
4016 (ifa->prefered_lft == INFINITY_LIFE_TIME))) {
Thomas Graf85486af2006-09-18 00:11:24 -07004017 preferred = ifa->prefered_lft;
4018 valid = ifa->valid_lft;
4019 if (preferred != INFINITY_LIFE_TIME) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004020 long tval = (jiffies - ifa->tstamp)/HZ;
Jens Rosenbooma1faa692009-06-25 04:55:50 +00004021 if (preferred > tval)
4022 preferred -= tval;
4023 else
4024 preferred = 0;
Ben Hutchingsf56619f2010-06-26 11:37:47 +00004025 if (valid != INFINITY_LIFE_TIME) {
4026 if (valid > tval)
4027 valid -= tval;
4028 else
4029 valid = 0;
4030 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004031 }
4032 } else {
Thomas Graf85486af2006-09-18 00:11:24 -07004033 preferred = INFINITY_LIFE_TIME;
4034 valid = INFINITY_LIFE_TIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004035 }
Thomas Graf85486af2006-09-18 00:11:24 -07004036
Cong Wang7996c792013-05-22 05:41:06 +00004037 if (!ipv6_addr_any(&ifa->peer_addr)) {
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00004038 if (nla_put(skb, IFA_LOCAL, 16, &ifa->addr) < 0 ||
4039 nla_put(skb, IFA_ADDRESS, 16, &ifa->peer_addr) < 0)
4040 goto error;
4041 } else
4042 if (nla_put(skb, IFA_ADDRESS, 16, &ifa->addr) < 0)
4043 goto error;
4044
4045 if (put_cacheinfo(skb, ifa->cstamp, ifa->tstamp, preferred, valid) < 0)
4046 goto error;
Thomas Graf85486af2006-09-18 00:11:24 -07004047
Jiri Pirko479840f2013-12-06 09:45:21 +01004048 if (nla_put_u32(skb, IFA_FLAGS, ifa->flags) < 0)
4049 goto error;
4050
Johannes Berg053c0952015-01-16 22:09:00 +01004051 nlmsg_end(skb, nlh);
4052 return 0;
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00004053
4054error:
4055 nlmsg_cancel(skb, nlh);
4056 return -EMSGSIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004057}
4058
4059static int inet6_fill_ifmcaddr(struct sk_buff *skb, struct ifmcaddr6 *ifmca,
Eric W. Biederman15e47302012-09-07 20:12:54 +00004060 u32 portid, u32 seq, int event, u16 flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004061{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004062 struct nlmsghdr *nlh;
Thomas Graf101bb222006-09-18 00:11:52 -07004063 u8 scope = RT_SCOPE_UNIVERSE;
4064 int ifindex = ifmca->idev->dev->ifindex;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004065
Thomas Graf101bb222006-09-18 00:11:52 -07004066 if (ipv6_addr_scope(&ifmca->mca_addr) & IFA_SITE)
4067 scope = RT_SCOPE_SITE;
4068
Eric W. Biederman15e47302012-09-07 20:12:54 +00004069 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct ifaddrmsg), flags);
Thomas Graf0ab68032006-09-18 00:12:35 -07004070 if (nlh == NULL)
Patrick McHardy26932562007-01-31 23:16:40 -08004071 return -EMSGSIZE;
Thomas Graf0ab68032006-09-18 00:12:35 -07004072
Thomas Graf101bb222006-09-18 00:11:52 -07004073 put_ifaddrmsg(nlh, 128, IFA_F_PERMANENT, scope, ifindex);
Thomas Graf0ab68032006-09-18 00:12:35 -07004074 if (nla_put(skb, IFA_MULTICAST, 16, &ifmca->mca_addr) < 0 ||
4075 put_cacheinfo(skb, ifmca->mca_cstamp, ifmca->mca_tstamp,
Patrick McHardy26932562007-01-31 23:16:40 -08004076 INFINITY_LIFE_TIME, INFINITY_LIFE_TIME) < 0) {
4077 nlmsg_cancel(skb, nlh);
4078 return -EMSGSIZE;
4079 }
Thomas Graf85486af2006-09-18 00:11:24 -07004080
Johannes Berg053c0952015-01-16 22:09:00 +01004081 nlmsg_end(skb, nlh);
4082 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004083}
4084
4085static int inet6_fill_ifacaddr(struct sk_buff *skb, struct ifacaddr6 *ifaca,
Eric W. Biederman15e47302012-09-07 20:12:54 +00004086 u32 portid, u32 seq, int event, unsigned int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004087{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004088 struct nlmsghdr *nlh;
Thomas Graf101bb222006-09-18 00:11:52 -07004089 u8 scope = RT_SCOPE_UNIVERSE;
4090 int ifindex = ifaca->aca_idev->dev->ifindex;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004091
Thomas Graf101bb222006-09-18 00:11:52 -07004092 if (ipv6_addr_scope(&ifaca->aca_addr) & IFA_SITE)
4093 scope = RT_SCOPE_SITE;
4094
Eric W. Biederman15e47302012-09-07 20:12:54 +00004095 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct ifaddrmsg), flags);
Thomas Graf0ab68032006-09-18 00:12:35 -07004096 if (nlh == NULL)
Patrick McHardy26932562007-01-31 23:16:40 -08004097 return -EMSGSIZE;
Thomas Graf0ab68032006-09-18 00:12:35 -07004098
Thomas Graf101bb222006-09-18 00:11:52 -07004099 put_ifaddrmsg(nlh, 128, IFA_F_PERMANENT, scope, ifindex);
Thomas Graf0ab68032006-09-18 00:12:35 -07004100 if (nla_put(skb, IFA_ANYCAST, 16, &ifaca->aca_addr) < 0 ||
4101 put_cacheinfo(skb, ifaca->aca_cstamp, ifaca->aca_tstamp,
Patrick McHardy26932562007-01-31 23:16:40 -08004102 INFINITY_LIFE_TIME, INFINITY_LIFE_TIME) < 0) {
4103 nlmsg_cancel(skb, nlh);
4104 return -EMSGSIZE;
4105 }
Thomas Graf85486af2006-09-18 00:11:24 -07004106
Johannes Berg053c0952015-01-16 22:09:00 +01004107 nlmsg_end(skb, nlh);
4108 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004109}
4110
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004111enum addr_type_t {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004112 UNICAST_ADDR,
4113 MULTICAST_ADDR,
4114 ANYCAST_ADDR,
4115};
4116
Eric Dumazet234b27c2009-11-12 04:11:50 +00004117/* called with rcu_read_lock() */
4118static int in6_dump_addrs(struct inet6_dev *idev, struct sk_buff *skb,
4119 struct netlink_callback *cb, enum addr_type_t type,
4120 int s_ip_idx, int *p_ip_idx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004121{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004122 struct ifmcaddr6 *ifmca;
4123 struct ifacaddr6 *ifaca;
Eric Dumazet234b27c2009-11-12 04:11:50 +00004124 int err = 1;
4125 int ip_idx = *p_ip_idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004126
Eric Dumazet234b27c2009-11-12 04:11:50 +00004127 read_lock_bh(&idev->lock);
4128 switch (type) {
stephen hemminger502a2ff2010-03-17 20:31:13 +00004129 case UNICAST_ADDR: {
4130 struct inet6_ifaddr *ifa;
4131
Eric Dumazet234b27c2009-11-12 04:11:50 +00004132 /* unicast address incl. temp addr */
stephen hemminger502a2ff2010-03-17 20:31:13 +00004133 list_for_each_entry(ifa, &idev->addr_list, if_list) {
4134 if (++ip_idx < s_ip_idx)
Eric Dumazet234b27c2009-11-12 04:11:50 +00004135 continue;
4136 err = inet6_fill_ifaddr(skb, ifa,
Eric W. Biederman15e47302012-09-07 20:12:54 +00004137 NETLINK_CB(cb->skb).portid,
Eric Dumazet234b27c2009-11-12 04:11:50 +00004138 cb->nlh->nlmsg_seq,
4139 RTM_NEWADDR,
4140 NLM_F_MULTI);
Johannes Berg053c0952015-01-16 22:09:00 +01004141 if (err < 0)
Eric Dumazet234b27c2009-11-12 04:11:50 +00004142 break;
Nicolas Dichtel63998ac2013-03-22 06:28:43 +00004143 nl_dump_check_consistent(cb, nlmsg_hdr(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004144 }
Eric Dumazet234b27c2009-11-12 04:11:50 +00004145 break;
stephen hemminger502a2ff2010-03-17 20:31:13 +00004146 }
Eric Dumazet234b27c2009-11-12 04:11:50 +00004147 case MULTICAST_ADDR:
4148 /* multicast address */
4149 for (ifmca = idev->mc_list; ifmca;
4150 ifmca = ifmca->next, ip_idx++) {
4151 if (ip_idx < s_ip_idx)
4152 continue;
4153 err = inet6_fill_ifmcaddr(skb, ifmca,
Eric W. Biederman15e47302012-09-07 20:12:54 +00004154 NETLINK_CB(cb->skb).portid,
Eric Dumazet234b27c2009-11-12 04:11:50 +00004155 cb->nlh->nlmsg_seq,
4156 RTM_GETMULTICAST,
4157 NLM_F_MULTI);
Johannes Berg053c0952015-01-16 22:09:00 +01004158 if (err < 0)
Eric Dumazet234b27c2009-11-12 04:11:50 +00004159 break;
4160 }
4161 break;
4162 case ANYCAST_ADDR:
4163 /* anycast address */
4164 for (ifaca = idev->ac_list; ifaca;
4165 ifaca = ifaca->aca_next, ip_idx++) {
4166 if (ip_idx < s_ip_idx)
4167 continue;
4168 err = inet6_fill_ifacaddr(skb, ifaca,
Eric W. Biederman15e47302012-09-07 20:12:54 +00004169 NETLINK_CB(cb->skb).portid,
Eric Dumazet234b27c2009-11-12 04:11:50 +00004170 cb->nlh->nlmsg_seq,
4171 RTM_GETANYCAST,
4172 NLM_F_MULTI);
Johannes Berg053c0952015-01-16 22:09:00 +01004173 if (err < 0)
Eric Dumazet234b27c2009-11-12 04:11:50 +00004174 break;
4175 }
4176 break;
4177 default:
4178 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004179 }
Eric Dumazet234b27c2009-11-12 04:11:50 +00004180 read_unlock_bh(&idev->lock);
4181 *p_ip_idx = ip_idx;
4182 return err;
4183}
4184
4185static int inet6_dump_addr(struct sk_buff *skb, struct netlink_callback *cb,
4186 enum addr_type_t type)
4187{
4188 struct net *net = sock_net(skb->sk);
4189 int h, s_h;
4190 int idx, ip_idx;
4191 int s_idx, s_ip_idx;
4192 struct net_device *dev;
4193 struct inet6_dev *idev;
4194 struct hlist_head *head;
Eric Dumazet234b27c2009-11-12 04:11:50 +00004195
4196 s_h = cb->args[0];
4197 s_idx = idx = cb->args[1];
4198 s_ip_idx = ip_idx = cb->args[2];
4199
4200 rcu_read_lock();
Nicolas Dichtel63998ac2013-03-22 06:28:43 +00004201 cb->seq = atomic_read(&net->ipv6.dev_addr_genid) ^ net->dev_base_seq;
Eric Dumazet234b27c2009-11-12 04:11:50 +00004202 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) {
4203 idx = 0;
4204 head = &net->dev_index_head[h];
Sasha Levinb67bfe02013-02-27 17:06:00 -08004205 hlist_for_each_entry_rcu(dev, head, index_hlist) {
Eric Dumazet234b27c2009-11-12 04:11:50 +00004206 if (idx < s_idx)
4207 goto cont;
Patrick McHardy4b97efd2010-03-26 20:27:49 -07004208 if (h > s_h || idx > s_idx)
Eric Dumazet234b27c2009-11-12 04:11:50 +00004209 s_ip_idx = 0;
4210 ip_idx = 0;
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004211 idev = __in6_dev_get(dev);
4212 if (!idev)
Eric Dumazet234b27c2009-11-12 04:11:50 +00004213 goto cont;
4214
4215 if (in6_dump_addrs(idev, skb, cb, type,
David S. Miller7b46a642015-01-18 23:36:08 -05004216 s_ip_idx, &ip_idx) < 0)
Eric Dumazet234b27c2009-11-12 04:11:50 +00004217 goto done;
4218cont:
4219 idx++;
4220 }
4221 }
4222done:
4223 rcu_read_unlock();
4224 cb->args[0] = h;
4225 cb->args[1] = idx;
4226 cb->args[2] = ip_idx;
4227
Linus Torvalds1da177e2005-04-16 15:20:36 -07004228 return skb->len;
4229}
4230
4231static int inet6_dump_ifaddr(struct sk_buff *skb, struct netlink_callback *cb)
4232{
4233 enum addr_type_t type = UNICAST_ADDR;
Denis V. Lunevb8542722007-12-01 00:21:31 +11004234
Linus Torvalds1da177e2005-04-16 15:20:36 -07004235 return inet6_dump_addr(skb, cb, type);
4236}
4237
4238static int inet6_dump_ifmcaddr(struct sk_buff *skb, struct netlink_callback *cb)
4239{
4240 enum addr_type_t type = MULTICAST_ADDR;
Denis V. Lunevb8542722007-12-01 00:21:31 +11004241
Linus Torvalds1da177e2005-04-16 15:20:36 -07004242 return inet6_dump_addr(skb, cb, type);
4243}
4244
4245
4246static int inet6_dump_ifacaddr(struct sk_buff *skb, struct netlink_callback *cb)
4247{
4248 enum addr_type_t type = ANYCAST_ADDR;
Denis V. Lunevb8542722007-12-01 00:21:31 +11004249
Linus Torvalds1da177e2005-04-16 15:20:36 -07004250 return inet6_dump_addr(skb, cb, type);
4251}
4252
Thomas Graf661d2962013-03-21 07:45:29 +00004253static int inet6_rtm_getaddr(struct sk_buff *in_skb, struct nlmsghdr *nlh)
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09004254{
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09004255 struct net *net = sock_net(in_skb->sk);
Thomas Graf1b29fc22006-09-18 00:10:50 -07004256 struct ifaddrmsg *ifm;
4257 struct nlattr *tb[IFA_MAX+1];
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00004258 struct in6_addr *addr = NULL, *peer;
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09004259 struct net_device *dev = NULL;
4260 struct inet6_ifaddr *ifa;
4261 struct sk_buff *skb;
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09004262 int err;
4263
Thomas Graf1b29fc22006-09-18 00:10:50 -07004264 err = nlmsg_parse(nlh, sizeof(*ifm), tb, IFA_MAX, ifa_ipv6_policy);
4265 if (err < 0)
4266 goto errout;
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09004267
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00004268 addr = extract_addr(tb[IFA_ADDRESS], tb[IFA_LOCAL], &peer);
Thomas Graf1b29fc22006-09-18 00:10:50 -07004269 if (addr == NULL) {
4270 err = -EINVAL;
4271 goto errout;
4272 }
4273
4274 ifm = nlmsg_data(nlh);
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09004275 if (ifm->ifa_index)
Benjamin Thery6fda7352008-03-05 10:47:47 -08004276 dev = __dev_get_by_index(net, ifm->ifa_index);
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09004277
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004278 ifa = ipv6_get_ifaddr(net, addr, dev, 1);
4279 if (!ifa) {
Thomas Graf1b29fc22006-09-18 00:10:50 -07004280 err = -EADDRNOTAVAIL;
4281 goto errout;
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09004282 }
4283
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004284 skb = nlmsg_new(inet6_ifaddr_msgsize(), GFP_KERNEL);
4285 if (!skb) {
Thomas Graf1b29fc22006-09-18 00:10:50 -07004286 err = -ENOBUFS;
4287 goto errout_ifa;
4288 }
4289
Eric W. Biederman15e47302012-09-07 20:12:54 +00004290 err = inet6_fill_ifaddr(skb, ifa, NETLINK_CB(in_skb).portid,
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09004291 nlh->nlmsg_seq, RTM_NEWADDR, 0);
Patrick McHardy26932562007-01-31 23:16:40 -08004292 if (err < 0) {
4293 /* -EMSGSIZE implies BUG in inet6_ifaddr_msgsize() */
4294 WARN_ON(err == -EMSGSIZE);
4295 kfree_skb(skb);
4296 goto errout_ifa;
4297 }
Eric W. Biederman15e47302012-09-07 20:12:54 +00004298 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
Thomas Graf1b29fc22006-09-18 00:10:50 -07004299errout_ifa:
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09004300 in6_ifa_put(ifa);
Thomas Graf1b29fc22006-09-18 00:10:50 -07004301errout:
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09004302 return err;
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09004303}
4304
Linus Torvalds1da177e2005-04-16 15:20:36 -07004305static void inet6_ifa_notify(int event, struct inet6_ifaddr *ifa)
4306{
4307 struct sk_buff *skb;
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09004308 struct net *net = dev_net(ifa->idev->dev);
Thomas Graf5d620262006-08-15 00:35:02 -07004309 int err = -ENOBUFS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004310
Thomas Graf0ab68032006-09-18 00:12:35 -07004311 skb = nlmsg_new(inet6_ifaddr_msgsize(), GFP_ATOMIC);
Thomas Graf5d620262006-08-15 00:35:02 -07004312 if (skb == NULL)
4313 goto errout;
4314
4315 err = inet6_fill_ifaddr(skb, ifa, 0, 0, event, 0);
Patrick McHardy26932562007-01-31 23:16:40 -08004316 if (err < 0) {
4317 /* -EMSGSIZE implies BUG in inet6_ifaddr_msgsize() */
4318 WARN_ON(err == -EMSGSIZE);
4319 kfree_skb(skb);
4320 goto errout;
4321 }
Pablo Neira Ayuso1ce85fe2009-02-24 23:18:28 -08004322 rtnl_notify(skb, net, 0, RTNLGRP_IPV6_IFADDR, NULL, GFP_ATOMIC);
4323 return;
Thomas Graf5d620262006-08-15 00:35:02 -07004324errout:
4325 if (err < 0)
Benjamin Thery6fda7352008-03-05 10:47:47 -08004326 rtnl_set_sk_err(net, RTNLGRP_IPV6_IFADDR, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004327}
4328
Dave Jonesb6f99a22007-03-22 12:27:49 -07004329static inline void ipv6_store_devconf(struct ipv6_devconf *cnf,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004330 __s32 *array, int bytes)
4331{
Thomas Graf04561c12006-11-14 19:53:58 -08004332 BUG_ON(bytes < (DEVCONF_MAX * 4));
4333
Linus Torvalds1da177e2005-04-16 15:20:36 -07004334 memset(array, 0, bytes);
4335 array[DEVCONF_FORWARDING] = cnf->forwarding;
4336 array[DEVCONF_HOPLIMIT] = cnf->hop_limit;
4337 array[DEVCONF_MTU6] = cnf->mtu6;
4338 array[DEVCONF_ACCEPT_RA] = cnf->accept_ra;
4339 array[DEVCONF_ACCEPT_REDIRECTS] = cnf->accept_redirects;
4340 array[DEVCONF_AUTOCONF] = cnf->autoconf;
4341 array[DEVCONF_DAD_TRANSMITS] = cnf->dad_transmits;
4342 array[DEVCONF_RTR_SOLICITS] = cnf->rtr_solicits;
Thomas Graf93908d12010-11-17 01:44:24 +00004343 array[DEVCONF_RTR_SOLICIT_INTERVAL] =
4344 jiffies_to_msecs(cnf->rtr_solicit_interval);
4345 array[DEVCONF_RTR_SOLICIT_DELAY] =
4346 jiffies_to_msecs(cnf->rtr_solicit_delay);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004347 array[DEVCONF_FORCE_MLD_VERSION] = cnf->force_mld_version;
Hannes Frederic Sowafc4eba52013-08-14 01:03:46 +02004348 array[DEVCONF_MLDV1_UNSOLICITED_REPORT_INTERVAL] =
4349 jiffies_to_msecs(cnf->mldv1_unsolicited_report_interval);
4350 array[DEVCONF_MLDV2_UNSOLICITED_REPORT_INTERVAL] =
4351 jiffies_to_msecs(cnf->mldv2_unsolicited_report_interval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004352 array[DEVCONF_USE_TEMPADDR] = cnf->use_tempaddr;
4353 array[DEVCONF_TEMP_VALID_LFT] = cnf->temp_valid_lft;
4354 array[DEVCONF_TEMP_PREFERED_LFT] = cnf->temp_prefered_lft;
4355 array[DEVCONF_REGEN_MAX_RETRY] = cnf->regen_max_retry;
4356 array[DEVCONF_MAX_DESYNC_FACTOR] = cnf->max_desync_factor;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004357 array[DEVCONF_MAX_ADDRESSES] = cnf->max_addresses;
YOSHIFUJI Hideaki65f5c7c2006-03-20 16:55:08 -08004358 array[DEVCONF_ACCEPT_RA_DEFRTR] = cnf->accept_ra_defrtr;
YOSHIFUJI Hideakic4fd30e2006-03-20 16:55:26 -08004359 array[DEVCONF_ACCEPT_RA_PINFO] = cnf->accept_ra_pinfo;
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -08004360#ifdef CONFIG_IPV6_ROUTER_PREF
4361 array[DEVCONF_ACCEPT_RA_RTR_PREF] = cnf->accept_ra_rtr_pref;
Thomas Graf93908d12010-11-17 01:44:24 +00004362 array[DEVCONF_RTR_PROBE_INTERVAL] =
4363 jiffies_to_msecs(cnf->rtr_probe_interval);
Neil Hormanfa03ef32007-01-30 14:30:10 -08004364#ifdef CONFIG_IPV6_ROUTE_INFO
YOSHIFUJI Hideaki09c884d2006-03-20 17:07:03 -08004365 array[DEVCONF_ACCEPT_RA_RT_INFO_MAX_PLEN] = cnf->accept_ra_rt_info_max_plen;
4366#endif
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -08004367#endif
YOSHIFUJI Hideakifbea49e2006-09-22 14:43:49 -07004368 array[DEVCONF_PROXY_NDP] = cnf->proxy_ndp;
YOSHIFUJI Hideaki0bcbc922007-04-24 14:58:30 -07004369 array[DEVCONF_ACCEPT_SOURCE_ROUTE] = cnf->accept_source_route;
Neil Horman95c385b2007-04-25 17:08:10 -07004370#ifdef CONFIG_IPV6_OPTIMISTIC_DAD
4371 array[DEVCONF_OPTIMISTIC_DAD] = cnf->optimistic_dad;
Erik Kline7fd25612014-10-28 18:11:14 +09004372 array[DEVCONF_USE_OPTIMISTIC] = cnf->use_optimistic;
Neil Horman95c385b2007-04-25 17:08:10 -07004373#endif
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +09004374#ifdef CONFIG_IPV6_MROUTE
4375 array[DEVCONF_MC_FORWARDING] = cnf->mc_forwarding;
4376#endif
YOSHIFUJI Hideaki778d80b2008-06-28 14:17:11 +09004377 array[DEVCONF_DISABLE_IPV6] = cnf->disable_ipv6;
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +09004378 array[DEVCONF_ACCEPT_DAD] = cnf->accept_dad;
Cosmin Ratiuc3faca02009-10-09 03:11:14 +00004379 array[DEVCONF_FORCE_TLLAO] = cnf->force_tllao;
Hannes Frederic Sowa5cb04432012-11-06 16:46:20 +00004380 array[DEVCONF_NDISC_NOTIFY] = cnf->ndisc_notify;
Hannes Frederic Sowab800c3b2013-08-27 01:36:51 +02004381 array[DEVCONF_SUPPRESS_FRAG_NDISC] = cnf->suppress_frag_ndisc;
Ben Greeard9333192014-06-25 14:44:53 -07004382 array[DEVCONF_ACCEPT_RA_FROM_LOCAL] = cnf->accept_ra_from_local;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004383}
4384
Thomas Grafb382b192010-11-16 04:33:57 +00004385static inline size_t inet6_ifla6_size(void)
4386{
4387 return nla_total_size(4) /* IFLA_INET6_FLAGS */
4388 + nla_total_size(sizeof(struct ifla_cacheinfo))
4389 + nla_total_size(DEVCONF_MAX * 4) /* IFLA_INET6_CONF */
4390 + nla_total_size(IPSTATS_MIB_MAX * 8) /* IFLA_INET6_STATS */
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004391 + nla_total_size(ICMP6_MIB_MAX * 8) /* IFLA_INET6_ICMP6STATS */
4392 + nla_total_size(sizeof(struct in6_addr)); /* IFLA_INET6_TOKEN */
Thomas Grafb382b192010-11-16 04:33:57 +00004393}
4394
Thomas Graf339bf982006-11-10 14:10:15 -08004395static inline size_t inet6_if_nlmsg_size(void)
4396{
4397 return NLMSG_ALIGN(sizeof(struct ifinfomsg))
4398 + nla_total_size(IFNAMSIZ) /* IFLA_IFNAME */
4399 + nla_total_size(MAX_ADDR_LEN) /* IFLA_ADDRESS */
4400 + nla_total_size(4) /* IFLA_MTU */
4401 + nla_total_size(4) /* IFLA_LINK */
Thomas Grafb382b192010-11-16 04:33:57 +00004402 + nla_total_size(inet6_ifla6_size()); /* IFLA_PROTINFO */
Thomas Graf339bf982006-11-10 14:10:15 -08004403}
YOSHIFUJI Hideakic5396a32006-06-17 22:48:48 -07004404
Eric Dumazetbe281e52011-05-19 01:14:23 +00004405static inline void __snmp6_fill_statsdev(u64 *stats, atomic_long_t *mib,
Tejun Heo7d720c32010-02-16 15:20:26 +00004406 int items, int bytes)
Herbert Xu7f7d9a62007-04-24 21:54:09 -07004407{
4408 int i;
4409 int pad = bytes - sizeof(u64) * items;
4410 BUG_ON(pad < 0);
4411
4412 /* Use put_unaligned() because stats may not be aligned for u64. */
4413 put_unaligned(items, &stats[0]);
4414 for (i = 1; i < items; i++)
Eric Dumazetbe281e52011-05-19 01:14:23 +00004415 put_unaligned(atomic_long_read(&mib[i]), &stats[i]);
Herbert Xu7f7d9a62007-04-24 21:54:09 -07004416
4417 memset(&stats[items], 0, pad);
4418}
4419
WANG Cong698365f2014-05-05 15:55:55 -07004420static inline void __snmp6_fill_stats64(u64 *stats, void __percpu *mib,
Eric Dumazet4ce3c182010-06-30 13:31:19 -07004421 int items, int bytes, size_t syncpoff)
4422{
4423 int i;
4424 int pad = bytes - sizeof(u64) * items;
4425 BUG_ON(pad < 0);
4426
4427 /* Use put_unaligned() because stats may not be aligned for u64. */
4428 put_unaligned(items, &stats[0]);
4429 for (i = 1; i < items; i++)
4430 put_unaligned(snmp_fold_field64(mib, i, syncpoff), &stats[i]);
4431
4432 memset(&stats[items], 0, pad);
4433}
4434
Herbert Xu7f7d9a62007-04-24 21:54:09 -07004435static void snmp6_fill_stats(u64 *stats, struct inet6_dev *idev, int attrtype,
4436 int bytes)
4437{
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004438 switch (attrtype) {
Herbert Xu7f7d9a62007-04-24 21:54:09 -07004439 case IFLA_INET6_STATS:
WANG Cong698365f2014-05-05 15:55:55 -07004440 __snmp6_fill_stats64(stats, idev->stats.ipv6,
Eric Dumazet4ce3c182010-06-30 13:31:19 -07004441 IPSTATS_MIB_MAX, bytes, offsetof(struct ipstats_mib, syncp));
Herbert Xu7f7d9a62007-04-24 21:54:09 -07004442 break;
4443 case IFLA_INET6_ICMP6STATS:
Eric Dumazetbe281e52011-05-19 01:14:23 +00004444 __snmp6_fill_statsdev(stats, idev->stats.icmpv6dev->mibs, ICMP6_MIB_MAX, bytes);
Herbert Xu7f7d9a62007-04-24 21:54:09 -07004445 break;
4446 }
4447}
4448
Thomas Grafb382b192010-11-16 04:33:57 +00004449static int inet6_fill_ifla6_attrs(struct sk_buff *skb, struct inet6_dev *idev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004450{
YOSHIFUJI Hideakibf99f1b2007-04-20 15:56:20 -07004451 struct nlattr *nla;
Thomas Graf04561c12006-11-14 19:53:58 -08004452 struct ifla_cacheinfo ci;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004453
David S. Millerc78679e2012-04-01 20:27:33 -04004454 if (nla_put_u32(skb, IFLA_INET6_FLAGS, idev->if_flags))
4455 goto nla_put_failure;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004456 ci.max_reasm_len = IPV6_MAXPLEN;
David S. Miller24912422010-11-19 13:13:47 -08004457 ci.tstamp = cstamp_delta(idev->tstamp);
4458 ci.reachable_time = jiffies_to_msecs(idev->nd_parms->reachable_time);
Jiri Pirko1f9248e52013-12-07 19:26:53 +01004459 ci.retrans_time = jiffies_to_msecs(NEIGH_VAR(idev->nd_parms, RETRANS_TIME));
David S. Millerc78679e2012-04-01 20:27:33 -04004460 if (nla_put(skb, IFLA_INET6_CACHEINFO, sizeof(ci), &ci))
4461 goto nla_put_failure;
YOSHIFUJI Hideakibf99f1b2007-04-20 15:56:20 -07004462 nla = nla_reserve(skb, IFLA_INET6_CONF, DEVCONF_MAX * sizeof(s32));
4463 if (nla == NULL)
Thomas Graf04561c12006-11-14 19:53:58 -08004464 goto nla_put_failure;
YOSHIFUJI Hideakibf99f1b2007-04-20 15:56:20 -07004465 ipv6_store_devconf(&idev->cnf, nla_data(nla), nla_len(nla));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004466
YOSHIFUJI Hideakibf99f1b2007-04-20 15:56:20 -07004467 /* XXX - MC not implemented */
4468
4469 nla = nla_reserve(skb, IFLA_INET6_STATS, IPSTATS_MIB_MAX * sizeof(u64));
4470 if (nla == NULL)
4471 goto nla_put_failure;
4472 snmp6_fill_stats(nla_data(nla), idev, IFLA_INET6_STATS, nla_len(nla));
4473
4474 nla = nla_reserve(skb, IFLA_INET6_ICMP6STATS, ICMP6_MIB_MAX * sizeof(u64));
4475 if (nla == NULL)
4476 goto nla_put_failure;
4477 snmp6_fill_stats(nla_data(nla), idev, IFLA_INET6_ICMP6STATS, nla_len(nla));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004478
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004479 nla = nla_reserve(skb, IFLA_INET6_TOKEN, sizeof(struct in6_addr));
4480 if (nla == NULL)
4481 goto nla_put_failure;
Jiri Pirkobc91b0f2014-07-11 21:10:18 +02004482
4483 if (nla_put_u8(skb, IFLA_INET6_ADDR_GEN_MODE, idev->addr_gen_mode))
4484 goto nla_put_failure;
4485
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004486 read_lock_bh(&idev->lock);
4487 memcpy(nla_data(nla), idev->token.s6_addr, nla_len(nla));
4488 read_unlock_bh(&idev->lock);
4489
Thomas Grafb382b192010-11-16 04:33:57 +00004490 return 0;
4491
4492nla_put_failure:
4493 return -EMSGSIZE;
4494}
4495
4496static size_t inet6_get_link_af_size(const struct net_device *dev)
4497{
4498 if (!__in6_dev_get(dev))
4499 return 0;
4500
4501 return inet6_ifla6_size();
4502}
4503
4504static int inet6_fill_link_af(struct sk_buff *skb, const struct net_device *dev)
4505{
4506 struct inet6_dev *idev = __in6_dev_get(dev);
4507
4508 if (!idev)
4509 return -ENODATA;
4510
4511 if (inet6_fill_ifla6_attrs(skb, idev) < 0)
4512 return -EMSGSIZE;
4513
4514 return 0;
4515}
4516
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004517static int inet6_set_iftoken(struct inet6_dev *idev, struct in6_addr *token)
4518{
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004519 struct inet6_ifaddr *ifp;
4520 struct net_device *dev = idev->dev;
Daniel Borkmannfc403832013-04-09 03:47:15 +00004521 bool update_rs = false;
Hannes Frederic Sowadc848292013-06-24 21:42:40 +02004522 struct in6_addr ll_addr;
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004523
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01004524 ASSERT_RTNL();
4525
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004526 if (token == NULL)
4527 return -EINVAL;
4528 if (ipv6_addr_any(token))
4529 return -EINVAL;
4530 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP))
4531 return -EINVAL;
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004532 if (!ipv6_accept_ra(idev))
4533 return -EINVAL;
4534 if (idev->cnf.rtr_solicits <= 0)
4535 return -EINVAL;
4536
4537 write_lock_bh(&idev->lock);
4538
4539 BUILD_BUG_ON(sizeof(token->s6_addr) != 16);
4540 memcpy(idev->token.s6_addr + 8, token->s6_addr + 8, 8);
4541
4542 write_unlock_bh(&idev->lock);
4543
Hannes Frederic Sowadc848292013-06-24 21:42:40 +02004544 if (!idev->dead && (idev->if_flags & IF_READY) &&
4545 !ipv6_get_lladdr(dev, &ll_addr, IFA_F_TENTATIVE |
4546 IFA_F_OPTIMISTIC)) {
Daniel Borkmannfc403832013-04-09 03:47:15 +00004547
4548 /* If we're not ready, then normal ifup will take care
4549 * of this. Otherwise, we need to request our rs here.
4550 */
4551 ndisc_send_rs(dev, &ll_addr, &in6addr_linklocal_allrouters);
4552 update_rs = true;
4553 }
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004554
4555 write_lock_bh(&idev->lock);
Daniel Borkmannfc403832013-04-09 03:47:15 +00004556
Hannes Frederic Sowa77ecaac2013-06-26 03:41:49 +02004557 if (update_rs) {
Daniel Borkmannfc403832013-04-09 03:47:15 +00004558 idev->if_flags |= IF_RS_SENT;
Hannes Frederic Sowa77ecaac2013-06-26 03:41:49 +02004559 idev->rs_probes = 1;
4560 addrconf_mod_rs_timer(idev, idev->cnf.rtr_solicit_interval);
4561 }
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004562
4563 /* Well, that's kinda nasty ... */
4564 list_for_each_entry(ifp, &idev->addr_list, if_list) {
4565 spin_lock(&ifp->lock);
Daniel Borkmann617fe292013-04-09 03:47:16 +00004566 if (ifp->tokenized) {
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004567 ifp->valid_lft = 0;
4568 ifp->prefered_lft = 0;
4569 }
4570 spin_unlock(&ifp->lock);
4571 }
4572
4573 write_unlock_bh(&idev->lock);
Lubomir Rintelb2ed64a2014-10-27 17:39:16 +01004574 inet6_ifinfo_notify(RTM_NEWLINK, idev);
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01004575 addrconf_verify_rtnl();
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004576 return 0;
4577}
4578
4579static int inet6_set_link_af(struct net_device *dev, const struct nlattr *nla)
4580{
4581 int err = -EINVAL;
4582 struct inet6_dev *idev = __in6_dev_get(dev);
4583 struct nlattr *tb[IFLA_INET6_MAX + 1];
4584
4585 if (!idev)
4586 return -EAFNOSUPPORT;
4587
4588 if (nla_parse_nested(tb, IFLA_INET6_MAX, nla, NULL) < 0)
4589 BUG();
4590
Jiri Pirkobc91b0f2014-07-11 21:10:18 +02004591 if (tb[IFLA_INET6_TOKEN]) {
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004592 err = inet6_set_iftoken(idev, nla_data(tb[IFLA_INET6_TOKEN]));
Jiri Pirkobc91b0f2014-07-11 21:10:18 +02004593 if (err)
4594 return err;
4595 }
4596
4597 if (tb[IFLA_INET6_ADDR_GEN_MODE]) {
4598 u8 mode = nla_get_u8(tb[IFLA_INET6_ADDR_GEN_MODE]);
4599
4600 if (mode != IN6_ADDR_GEN_MODE_EUI64 &&
4601 mode != IN6_ADDR_GEN_MODE_NONE)
4602 return -EINVAL;
4603 idev->addr_gen_mode = mode;
4604 err = 0;
4605 }
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004606
4607 return err;
4608}
4609
Thomas Grafb382b192010-11-16 04:33:57 +00004610static int inet6_fill_ifinfo(struct sk_buff *skb, struct inet6_dev *idev,
Eric W. Biederman15e47302012-09-07 20:12:54 +00004611 u32 portid, u32 seq, int event, unsigned int flags)
Thomas Grafb382b192010-11-16 04:33:57 +00004612{
4613 struct net_device *dev = idev->dev;
4614 struct ifinfomsg *hdr;
4615 struct nlmsghdr *nlh;
4616 void *protoinfo;
4617
Eric W. Biederman15e47302012-09-07 20:12:54 +00004618 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*hdr), flags);
Thomas Grafb382b192010-11-16 04:33:57 +00004619 if (nlh == NULL)
4620 return -EMSGSIZE;
4621
4622 hdr = nlmsg_data(nlh);
4623 hdr->ifi_family = AF_INET6;
4624 hdr->__ifi_pad = 0;
4625 hdr->ifi_type = dev->type;
4626 hdr->ifi_index = dev->ifindex;
4627 hdr->ifi_flags = dev_get_flags(dev);
4628 hdr->ifi_change = 0;
4629
David S. Millerc78679e2012-04-01 20:27:33 -04004630 if (nla_put_string(skb, IFLA_IFNAME, dev->name) ||
4631 (dev->addr_len &&
4632 nla_put(skb, IFLA_ADDRESS, dev->addr_len, dev->dev_addr)) ||
4633 nla_put_u32(skb, IFLA_MTU, dev->mtu) ||
4634 (dev->ifindex != dev->iflink &&
4635 nla_put_u32(skb, IFLA_LINK, dev->iflink)))
4636 goto nla_put_failure;
Thomas Grafb382b192010-11-16 04:33:57 +00004637 protoinfo = nla_nest_start(skb, IFLA_PROTINFO);
4638 if (protoinfo == NULL)
4639 goto nla_put_failure;
4640
4641 if (inet6_fill_ifla6_attrs(skb, idev) < 0)
4642 goto nla_put_failure;
4643
Thomas Graf04561c12006-11-14 19:53:58 -08004644 nla_nest_end(skb, protoinfo);
Johannes Berg053c0952015-01-16 22:09:00 +01004645 nlmsg_end(skb, nlh);
4646 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004647
Thomas Graf04561c12006-11-14 19:53:58 -08004648nla_put_failure:
Patrick McHardy26932562007-01-31 23:16:40 -08004649 nlmsg_cancel(skb, nlh);
4650 return -EMSGSIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004651}
4652
4653static int inet6_dump_ifinfo(struct sk_buff *skb, struct netlink_callback *cb)
4654{
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09004655 struct net *net = sock_net(skb->sk);
Eric Dumazet84d26972009-11-09 12:11:28 +00004656 int h, s_h;
David S. Miller434a8a582009-11-11 18:53:00 -08004657 int idx = 0, s_idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004658 struct net_device *dev;
4659 struct inet6_dev *idev;
Eric Dumazet84d26972009-11-09 12:11:28 +00004660 struct hlist_head *head;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004661
Eric Dumazet84d26972009-11-09 12:11:28 +00004662 s_h = cb->args[0];
4663 s_idx = cb->args[1];
4664
4665 rcu_read_lock();
4666 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) {
4667 idx = 0;
4668 head = &net->dev_index_head[h];
Sasha Levinb67bfe02013-02-27 17:06:00 -08004669 hlist_for_each_entry_rcu(dev, head, index_hlist) {
Eric Dumazet84d26972009-11-09 12:11:28 +00004670 if (idx < s_idx)
4671 goto cont;
4672 idev = __in6_dev_get(dev);
4673 if (!idev)
4674 goto cont;
4675 if (inet6_fill_ifinfo(skb, idev,
Eric W. Biederman15e47302012-09-07 20:12:54 +00004676 NETLINK_CB(cb->skb).portid,
Eric Dumazet84d26972009-11-09 12:11:28 +00004677 cb->nlh->nlmsg_seq,
Johannes Berg053c0952015-01-16 22:09:00 +01004678 RTM_NEWLINK, NLM_F_MULTI) < 0)
Eric Dumazet84d26972009-11-09 12:11:28 +00004679 goto out;
Pavel Emelianov7562f872007-05-03 15:13:45 -07004680cont:
Eric Dumazet84d26972009-11-09 12:11:28 +00004681 idx++;
4682 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004683 }
Eric Dumazet84d26972009-11-09 12:11:28 +00004684out:
4685 rcu_read_unlock();
4686 cb->args[1] = idx;
4687 cb->args[0] = h;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004688
4689 return skb->len;
4690}
4691
4692void inet6_ifinfo_notify(int event, struct inet6_dev *idev)
4693{
4694 struct sk_buff *skb;
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09004695 struct net *net = dev_net(idev->dev);
Thomas Graf8d7a76c2006-08-15 00:35:47 -07004696 int err = -ENOBUFS;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09004697
Thomas Graf339bf982006-11-10 14:10:15 -08004698 skb = nlmsg_new(inet6_if_nlmsg_size(), GFP_ATOMIC);
Thomas Graf8d7a76c2006-08-15 00:35:47 -07004699 if (skb == NULL)
4700 goto errout;
4701
4702 err = inet6_fill_ifinfo(skb, idev, 0, 0, event, 0);
Patrick McHardy26932562007-01-31 23:16:40 -08004703 if (err < 0) {
4704 /* -EMSGSIZE implies BUG in inet6_if_nlmsg_size() */
4705 WARN_ON(err == -EMSGSIZE);
4706 kfree_skb(skb);
4707 goto errout;
4708 }
Nicolas Dichtel5f75a102010-12-07 23:38:31 +00004709 rtnl_notify(skb, net, 0, RTNLGRP_IPV6_IFINFO, NULL, GFP_ATOMIC);
Pablo Neira Ayuso1ce85fe2009-02-24 23:18:28 -08004710 return;
Thomas Graf8d7a76c2006-08-15 00:35:47 -07004711errout:
4712 if (err < 0)
Nicolas Dichtel5f75a102010-12-07 23:38:31 +00004713 rtnl_set_sk_err(net, RTNLGRP_IPV6_IFINFO, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004714}
4715
Thomas Graf339bf982006-11-10 14:10:15 -08004716static inline size_t inet6_prefix_nlmsg_size(void)
4717{
4718 return NLMSG_ALIGN(sizeof(struct prefixmsg))
4719 + nla_total_size(sizeof(struct in6_addr))
4720 + nla_total_size(sizeof(struct prefix_cacheinfo));
4721}
YOSHIFUJI Hideakic5396a32006-06-17 22:48:48 -07004722
Linus Torvalds1da177e2005-04-16 15:20:36 -07004723static int inet6_fill_prefix(struct sk_buff *skb, struct inet6_dev *idev,
Eric W. Biederman15e47302012-09-07 20:12:54 +00004724 struct prefix_info *pinfo, u32 portid, u32 seq,
Thomas Graf6051e2f2006-11-14 19:54:19 -08004725 int event, unsigned int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004726{
Thomas Graf6051e2f2006-11-14 19:54:19 -08004727 struct prefixmsg *pmsg;
4728 struct nlmsghdr *nlh;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004729 struct prefix_cacheinfo ci;
4730
Eric W. Biederman15e47302012-09-07 20:12:54 +00004731 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*pmsg), flags);
Thomas Graf6051e2f2006-11-14 19:54:19 -08004732 if (nlh == NULL)
Patrick McHardy26932562007-01-31 23:16:40 -08004733 return -EMSGSIZE;
Thomas Graf6051e2f2006-11-14 19:54:19 -08004734
4735 pmsg = nlmsg_data(nlh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004736 pmsg->prefix_family = AF_INET6;
Patrick McHardy8a470772005-06-28 12:56:45 -07004737 pmsg->prefix_pad1 = 0;
4738 pmsg->prefix_pad2 = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004739 pmsg->prefix_ifindex = idev->dev->ifindex;
4740 pmsg->prefix_len = pinfo->prefix_len;
4741 pmsg->prefix_type = pinfo->type;
Patrick McHardy8a470772005-06-28 12:56:45 -07004742 pmsg->prefix_pad3 = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004743 pmsg->prefix_flags = 0;
4744 if (pinfo->onlink)
4745 pmsg->prefix_flags |= IF_PREFIX_ONLINK;
4746 if (pinfo->autoconf)
4747 pmsg->prefix_flags |= IF_PREFIX_AUTOCONF;
4748
David S. Millerc78679e2012-04-01 20:27:33 -04004749 if (nla_put(skb, PREFIX_ADDRESS, sizeof(pinfo->prefix), &pinfo->prefix))
4750 goto nla_put_failure;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004751 ci.preferred_time = ntohl(pinfo->prefered);
4752 ci.valid_time = ntohl(pinfo->valid);
David S. Millerc78679e2012-04-01 20:27:33 -04004753 if (nla_put(skb, PREFIX_CACHEINFO, sizeof(ci), &ci))
4754 goto nla_put_failure;
Johannes Berg053c0952015-01-16 22:09:00 +01004755 nlmsg_end(skb, nlh);
4756 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004757
Thomas Graf6051e2f2006-11-14 19:54:19 -08004758nla_put_failure:
Patrick McHardy26932562007-01-31 23:16:40 -08004759 nlmsg_cancel(skb, nlh);
4760 return -EMSGSIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004761}
4762
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09004763static void inet6_prefix_notify(int event, struct inet6_dev *idev,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004764 struct prefix_info *pinfo)
4765{
4766 struct sk_buff *skb;
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09004767 struct net *net = dev_net(idev->dev);
Thomas Graf8c384bfa2006-08-15 00:36:07 -07004768 int err = -ENOBUFS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004769
Thomas Graf339bf982006-11-10 14:10:15 -08004770 skb = nlmsg_new(inet6_prefix_nlmsg_size(), GFP_ATOMIC);
Thomas Graf8c384bfa2006-08-15 00:36:07 -07004771 if (skb == NULL)
4772 goto errout;
4773
4774 err = inet6_fill_prefix(skb, idev, pinfo, 0, 0, event, 0);
Patrick McHardy26932562007-01-31 23:16:40 -08004775 if (err < 0) {
4776 /* -EMSGSIZE implies BUG in inet6_prefix_nlmsg_size() */
4777 WARN_ON(err == -EMSGSIZE);
4778 kfree_skb(skb);
4779 goto errout;
4780 }
Pablo Neira Ayuso1ce85fe2009-02-24 23:18:28 -08004781 rtnl_notify(skb, net, 0, RTNLGRP_IPV6_PREFIX, NULL, GFP_ATOMIC);
4782 return;
Thomas Graf8c384bfa2006-08-15 00:36:07 -07004783errout:
4784 if (err < 0)
Benjamin Thery6fda7352008-03-05 10:47:47 -08004785 rtnl_set_sk_err(net, RTNLGRP_IPV6_PREFIX, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004786}
4787
Linus Torvalds1da177e2005-04-16 15:20:36 -07004788static void __ipv6_ifa_notify(int event, struct inet6_ifaddr *ifp)
4789{
Nicolas Dichtel63998ac2013-03-22 06:28:43 +00004790 struct net *net = dev_net(ifp->idev->dev);
4791
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01004792 if (event)
4793 ASSERT_RTNL();
4794
Linus Torvalds1da177e2005-04-16 15:20:36 -07004795 inet6_ifa_notify(event ? : RTM_NEWADDR, ifp);
4796
4797 switch (event) {
4798 case RTM_NEWADDR:
Neil Horman95c385b2007-04-25 17:08:10 -07004799 /*
4800 * If the address was optimistic
4801 * we inserted the route at the start of
4802 * our DAD process, so we don't need
4803 * to do it again
4804 */
4805 if (!(ifp->rt->rt6i_node))
4806 ip6_ins_rt(ifp->rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004807 if (ifp->idev->cnf.forwarding)
4808 addrconf_join_anycast(ifp);
Cong Wang7996c792013-05-22 05:41:06 +00004809 if (!ipv6_addr_any(&ifp->peer_addr))
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00004810 addrconf_prefix_route(&ifp->peer_addr, 128,
4811 ifp->idev->dev, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004812 break;
4813 case RTM_DELADDR:
4814 if (ifp->idev->cnf.forwarding)
4815 addrconf_leave_anycast(ifp);
4816 addrconf_leave_solict(ifp->idev, &ifp->addr);
Cong Wang7996c792013-05-22 05:41:06 +00004817 if (!ipv6_addr_any(&ifp->peer_addr)) {
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00004818 struct rt6_info *rt;
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00004819
Nicolas Dichtele7478df2014-09-03 23:59:22 +02004820 rt = addrconf_get_prefix_route(&ifp->peer_addr, 128,
4821 ifp->idev->dev, 0, 0);
Nicolas Dichtelf24062b2014-09-03 23:59:21 +02004822 if (rt && ip6_del_rt(rt))
4823 dst_free(&rt->dst);
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00004824 }
Changli Gaod8d1f302010-06-10 23:31:35 -07004825 dst_hold(&ifp->rt->dst);
stephen hemminger93fa1592010-04-12 05:41:31 +00004826
David S. Miller73a8bd72011-01-23 23:27:15 -08004827 if (ip6_del_rt(ifp->rt))
Changli Gaod8d1f302010-06-10 23:31:35 -07004828 dst_free(&ifp->rt->dst);
Hannes Frederic Sowa705f1c82014-09-28 00:46:06 +02004829
4830 rt_genid_bump_ipv6(net);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004831 break;
4832 }
Nicolas Dichtel63998ac2013-03-22 06:28:43 +00004833 atomic_inc(&net->ipv6.dev_addr_genid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004834}
4835
4836static void ipv6_ifa_notify(int event, struct inet6_ifaddr *ifp)
4837{
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07004838 rcu_read_lock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004839 if (likely(ifp->idev->dead == 0))
4840 __ipv6_ifa_notify(event, ifp);
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07004841 rcu_read_unlock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004842}
4843
4844#ifdef CONFIG_SYSCTL
4845
4846static
Joe Perchesfe2c6332013-06-11 23:04:25 -07004847int addrconf_sysctl_forward(struct ctl_table *ctl, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004848 void __user *buffer, size_t *lenp, loff_t *ppos)
4849{
4850 int *valp = ctl->data;
4851 int val = *valp;
Eric W. Biederman88af1822010-02-19 13:22:59 +00004852 loff_t pos = *ppos;
Joe Perchesfe2c6332013-06-11 23:04:25 -07004853 struct ctl_table lctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004854 int ret;
4855
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004856 /*
4857 * ctl->data points to idev->cnf.forwarding, we should
4858 * not modify it until we get the rtnl lock.
4859 */
4860 lctl = *ctl;
4861 lctl.data = &val;
4862
4863 ret = proc_dointvec(&lctl, write, buffer, lenp, ppos);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004864
Pavel Emelyanovc8fecf22007-12-05 01:50:24 -08004865 if (write)
Stephen Hemmingerb325fdd2009-02-26 06:55:31 +00004866 ret = addrconf_fixup_forwarding(ctl, valp, val);
Eric W. Biederman88af1822010-02-19 13:22:59 +00004867 if (ret)
4868 *ppos = pos;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09004869 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004870}
4871
Brian Haley56d417b2009-06-01 03:07:33 -07004872static void dev_disable_change(struct inet6_dev *idev)
4873{
Cong Wang75538c22013-05-29 11:30:50 +08004874 struct netdev_notifier_info info;
4875
Brian Haley56d417b2009-06-01 03:07:33 -07004876 if (!idev || !idev->dev)
4877 return;
4878
Cong Wang75538c22013-05-29 11:30:50 +08004879 netdev_notifier_info_init(&info, idev->dev);
Brian Haley56d417b2009-06-01 03:07:33 -07004880 if (idev->cnf.disable_ipv6)
Cong Wang75538c22013-05-29 11:30:50 +08004881 addrconf_notify(NULL, NETDEV_DOWN, &info);
Brian Haley56d417b2009-06-01 03:07:33 -07004882 else
Cong Wang75538c22013-05-29 11:30:50 +08004883 addrconf_notify(NULL, NETDEV_UP, &info);
Brian Haley56d417b2009-06-01 03:07:33 -07004884}
4885
4886static void addrconf_disable_change(struct net *net, __s32 newf)
4887{
4888 struct net_device *dev;
4889 struct inet6_dev *idev;
4890
Eric Dumazetc6d14c82009-11-04 05:43:23 -08004891 rcu_read_lock();
4892 for_each_netdev_rcu(net, dev) {
Brian Haley56d417b2009-06-01 03:07:33 -07004893 idev = __in6_dev_get(dev);
4894 if (idev) {
4895 int changed = (!idev->cnf.disable_ipv6) ^ (!newf);
4896 idev->cnf.disable_ipv6 = newf;
4897 if (changed)
4898 dev_disable_change(idev);
4899 }
Brian Haley56d417b2009-06-01 03:07:33 -07004900 }
Eric Dumazetc6d14c82009-11-04 05:43:23 -08004901 rcu_read_unlock();
Brian Haley56d417b2009-06-01 03:07:33 -07004902}
4903
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004904static int addrconf_disable_ipv6(struct ctl_table *table, int *p, int newf)
Brian Haley56d417b2009-06-01 03:07:33 -07004905{
4906 struct net *net;
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004907 int old;
4908
4909 if (!rtnl_trylock())
4910 return restart_syscall();
Brian Haley56d417b2009-06-01 03:07:33 -07004911
4912 net = (struct net *)table->extra2;
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004913 old = *p;
4914 *p = newf;
Brian Haley56d417b2009-06-01 03:07:33 -07004915
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004916 if (p == &net->ipv6.devconf_dflt->disable_ipv6) {
4917 rtnl_unlock();
Brian Haley56d417b2009-06-01 03:07:33 -07004918 return 0;
Eric W. Biederman88af1822010-02-19 13:22:59 +00004919 }
Brian Haley56d417b2009-06-01 03:07:33 -07004920
4921 if (p == &net->ipv6.devconf_all->disable_ipv6) {
Brian Haley56d417b2009-06-01 03:07:33 -07004922 net->ipv6.devconf_dflt->disable_ipv6 = newf;
4923 addrconf_disable_change(net, newf);
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004924 } else if ((!newf) ^ (!old))
Brian Haley56d417b2009-06-01 03:07:33 -07004925 dev_disable_change((struct inet6_dev *)table->extra1);
4926
4927 rtnl_unlock();
4928 return 0;
4929}
4930
4931static
Joe Perchesfe2c6332013-06-11 23:04:25 -07004932int addrconf_sysctl_disable(struct ctl_table *ctl, int write,
Brian Haley56d417b2009-06-01 03:07:33 -07004933 void __user *buffer, size_t *lenp, loff_t *ppos)
4934{
4935 int *valp = ctl->data;
4936 int val = *valp;
Eric W. Biederman88af1822010-02-19 13:22:59 +00004937 loff_t pos = *ppos;
Joe Perchesfe2c6332013-06-11 23:04:25 -07004938 struct ctl_table lctl;
Brian Haley56d417b2009-06-01 03:07:33 -07004939 int ret;
4940
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004941 /*
4942 * ctl->data points to idev->cnf.disable_ipv6, we should
4943 * not modify it until we get the rtnl lock.
4944 */
4945 lctl = *ctl;
4946 lctl.data = &val;
4947
4948 ret = proc_dointvec(&lctl, write, buffer, lenp, ppos);
Brian Haley56d417b2009-06-01 03:07:33 -07004949
4950 if (write)
4951 ret = addrconf_disable_ipv6(ctl, valp, val);
Eric W. Biederman88af1822010-02-19 13:22:59 +00004952 if (ret)
4953 *ppos = pos;
Brian Haley56d417b2009-06-01 03:07:33 -07004954 return ret;
4955}
4956
stephen hemmingerc92d5492013-12-17 22:37:14 -08004957static
4958int addrconf_sysctl_proxy_ndp(struct ctl_table *ctl, int write,
4959 void __user *buffer, size_t *lenp, loff_t *ppos)
4960{
4961 int *valp = ctl->data;
4962 int ret;
4963 int old, new;
4964
4965 old = *valp;
4966 ret = proc_dointvec(ctl, write, buffer, lenp, ppos);
4967 new = *valp;
4968
4969 if (write && old != new) {
4970 struct net *net = ctl->extra2;
4971
4972 if (!rtnl_trylock())
4973 return restart_syscall();
4974
4975 if (valp == &net->ipv6.devconf_dflt->proxy_ndp)
4976 inet6_netconf_notify_devconf(net, NETCONFA_PROXY_NEIGH,
4977 NETCONFA_IFINDEX_DEFAULT,
4978 net->ipv6.devconf_dflt);
4979 else if (valp == &net->ipv6.devconf_all->proxy_ndp)
4980 inet6_netconf_notify_devconf(net, NETCONFA_PROXY_NEIGH,
4981 NETCONFA_IFINDEX_ALL,
4982 net->ipv6.devconf_all);
4983 else {
4984 struct inet6_dev *idev = ctl->extra1;
4985
4986 inet6_netconf_notify_devconf(net, NETCONFA_PROXY_NEIGH,
4987 idev->dev->ifindex,
4988 &idev->cnf);
4989 }
4990 rtnl_unlock();
4991 }
4992
4993 return ret;
4994}
4995
4996
Linus Torvalds1da177e2005-04-16 15:20:36 -07004997static struct addrconf_sysctl_table
4998{
4999 struct ctl_table_header *sysctl_header;
Joe Perchesfe2c6332013-06-11 23:04:25 -07005000 struct ctl_table addrconf_vars[DEVCONF_MAX+1];
Brian Haleyab32ea52006-09-22 14:15:41 -07005001} addrconf_sysctl __read_mostly = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005002 .sysctl_header = NULL,
5003 .addrconf_vars = {
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09005004 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005005 .procname = "forwarding",
5006 .data = &ipv6_devconf.forwarding,
5007 .maxlen = sizeof(int),
5008 .mode = 0644,
5009 .proc_handler = addrconf_sysctl_forward,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005010 },
5011 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005012 .procname = "hop_limit",
5013 .data = &ipv6_devconf.hop_limit,
5014 .maxlen = sizeof(int),
5015 .mode = 0644,
5016 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005017 },
5018 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005019 .procname = "mtu",
5020 .data = &ipv6_devconf.mtu6,
5021 .maxlen = sizeof(int),
5022 .mode = 0644,
5023 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005024 },
5025 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005026 .procname = "accept_ra",
5027 .data = &ipv6_devconf.accept_ra,
5028 .maxlen = sizeof(int),
5029 .mode = 0644,
5030 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005031 },
5032 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005033 .procname = "accept_redirects",
5034 .data = &ipv6_devconf.accept_redirects,
5035 .maxlen = sizeof(int),
5036 .mode = 0644,
5037 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005038 },
5039 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005040 .procname = "autoconf",
5041 .data = &ipv6_devconf.autoconf,
5042 .maxlen = sizeof(int),
5043 .mode = 0644,
5044 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005045 },
5046 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005047 .procname = "dad_transmits",
5048 .data = &ipv6_devconf.dad_transmits,
5049 .maxlen = sizeof(int),
5050 .mode = 0644,
5051 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005052 },
5053 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005054 .procname = "router_solicitations",
5055 .data = &ipv6_devconf.rtr_solicits,
5056 .maxlen = sizeof(int),
5057 .mode = 0644,
5058 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005059 },
5060 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005061 .procname = "router_solicitation_interval",
5062 .data = &ipv6_devconf.rtr_solicit_interval,
5063 .maxlen = sizeof(int),
5064 .mode = 0644,
5065 .proc_handler = proc_dointvec_jiffies,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005066 },
5067 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005068 .procname = "router_solicitation_delay",
5069 .data = &ipv6_devconf.rtr_solicit_delay,
5070 .maxlen = sizeof(int),
5071 .mode = 0644,
5072 .proc_handler = proc_dointvec_jiffies,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005073 },
5074 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005075 .procname = "force_mld_version",
5076 .data = &ipv6_devconf.force_mld_version,
5077 .maxlen = sizeof(int),
5078 .mode = 0644,
5079 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005080 },
Hannes Frederic Sowafc4eba52013-08-14 01:03:46 +02005081 {
5082 .procname = "mldv1_unsolicited_report_interval",
5083 .data =
5084 &ipv6_devconf.mldv1_unsolicited_report_interval,
5085 .maxlen = sizeof(int),
5086 .mode = 0644,
5087 .proc_handler = proc_dointvec_ms_jiffies,
5088 },
5089 {
5090 .procname = "mldv2_unsolicited_report_interval",
5091 .data =
5092 &ipv6_devconf.mldv2_unsolicited_report_interval,
5093 .maxlen = sizeof(int),
5094 .mode = 0644,
5095 .proc_handler = proc_dointvec_ms_jiffies,
5096 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07005097 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005098 .procname = "use_tempaddr",
5099 .data = &ipv6_devconf.use_tempaddr,
5100 .maxlen = sizeof(int),
5101 .mode = 0644,
5102 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005103 },
5104 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005105 .procname = "temp_valid_lft",
5106 .data = &ipv6_devconf.temp_valid_lft,
5107 .maxlen = sizeof(int),
5108 .mode = 0644,
5109 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005110 },
5111 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005112 .procname = "temp_prefered_lft",
5113 .data = &ipv6_devconf.temp_prefered_lft,
5114 .maxlen = sizeof(int),
5115 .mode = 0644,
5116 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005117 },
5118 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005119 .procname = "regen_max_retry",
5120 .data = &ipv6_devconf.regen_max_retry,
5121 .maxlen = sizeof(int),
5122 .mode = 0644,
5123 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005124 },
5125 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005126 .procname = "max_desync_factor",
5127 .data = &ipv6_devconf.max_desync_factor,
5128 .maxlen = sizeof(int),
5129 .mode = 0644,
5130 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005131 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07005132 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005133 .procname = "max_addresses",
5134 .data = &ipv6_devconf.max_addresses,
5135 .maxlen = sizeof(int),
5136 .mode = 0644,
5137 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005138 },
5139 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005140 .procname = "accept_ra_defrtr",
5141 .data = &ipv6_devconf.accept_ra_defrtr,
5142 .maxlen = sizeof(int),
5143 .mode = 0644,
5144 .proc_handler = proc_dointvec,
YOSHIFUJI Hideaki65f5c7c2006-03-20 16:55:08 -08005145 },
5146 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005147 .procname = "accept_ra_pinfo",
5148 .data = &ipv6_devconf.accept_ra_pinfo,
5149 .maxlen = sizeof(int),
5150 .mode = 0644,
5151 .proc_handler = proc_dointvec,
YOSHIFUJI Hideakic4fd30e2006-03-20 16:55:26 -08005152 },
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -08005153#ifdef CONFIG_IPV6_ROUTER_PREF
5154 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005155 .procname = "accept_ra_rtr_pref",
5156 .data = &ipv6_devconf.accept_ra_rtr_pref,
5157 .maxlen = sizeof(int),
5158 .mode = 0644,
5159 .proc_handler = proc_dointvec,
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -08005160 },
YOSHIFUJI Hideaki52e16352006-03-20 17:05:47 -08005161 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005162 .procname = "router_probe_interval",
5163 .data = &ipv6_devconf.rtr_probe_interval,
5164 .maxlen = sizeof(int),
5165 .mode = 0644,
5166 .proc_handler = proc_dointvec_jiffies,
YOSHIFUJI Hideaki52e16352006-03-20 17:05:47 -08005167 },
Neil Hormanfa03ef32007-01-30 14:30:10 -08005168#ifdef CONFIG_IPV6_ROUTE_INFO
YOSHIFUJI Hideaki09c884d2006-03-20 17:07:03 -08005169 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005170 .procname = "accept_ra_rt_info_max_plen",
5171 .data = &ipv6_devconf.accept_ra_rt_info_max_plen,
5172 .maxlen = sizeof(int),
5173 .mode = 0644,
5174 .proc_handler = proc_dointvec,
YOSHIFUJI Hideaki09c884d2006-03-20 17:07:03 -08005175 },
5176#endif
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -08005177#endif
YOSHIFUJI Hideakic4fd30e2006-03-20 16:55:26 -08005178 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005179 .procname = "proxy_ndp",
5180 .data = &ipv6_devconf.proxy_ndp,
5181 .maxlen = sizeof(int),
5182 .mode = 0644,
stephen hemmingerc92d5492013-12-17 22:37:14 -08005183 .proc_handler = addrconf_sysctl_proxy_ndp,
YOSHIFUJI Hideakifbea49e2006-09-22 14:43:49 -07005184 },
5185 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005186 .procname = "accept_source_route",
5187 .data = &ipv6_devconf.accept_source_route,
5188 .maxlen = sizeof(int),
5189 .mode = 0644,
5190 .proc_handler = proc_dointvec,
YOSHIFUJI Hideaki0bcbc922007-04-24 14:58:30 -07005191 },
Neil Horman95c385b2007-04-25 17:08:10 -07005192#ifdef CONFIG_IPV6_OPTIMISTIC_DAD
5193 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005194 .procname = "optimistic_dad",
5195 .data = &ipv6_devconf.optimistic_dad,
5196 .maxlen = sizeof(int),
5197 .mode = 0644,
5198 .proc_handler = proc_dointvec,
Neil Horman95c385b2007-04-25 17:08:10 -07005199
5200 },
Erik Kline7fd25612014-10-28 18:11:14 +09005201 {
5202 .procname = "use_optimistic",
5203 .data = &ipv6_devconf.use_optimistic,
5204 .maxlen = sizeof(int),
5205 .mode = 0644,
5206 .proc_handler = proc_dointvec,
5207
5208 },
Neil Horman95c385b2007-04-25 17:08:10 -07005209#endif
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +09005210#ifdef CONFIG_IPV6_MROUTE
5211 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005212 .procname = "mc_forwarding",
5213 .data = &ipv6_devconf.mc_forwarding,
5214 .maxlen = sizeof(int),
5215 .mode = 0444,
5216 .proc_handler = proc_dointvec,
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +09005217 },
5218#endif
YOSHIFUJI Hideaki0bcbc922007-04-24 14:58:30 -07005219 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005220 .procname = "disable_ipv6",
5221 .data = &ipv6_devconf.disable_ipv6,
5222 .maxlen = sizeof(int),
5223 .mode = 0644,
5224 .proc_handler = addrconf_sysctl_disable,
YOSHIFUJI Hideaki778d80b2008-06-28 14:17:11 +09005225 },
5226 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005227 .procname = "accept_dad",
5228 .data = &ipv6_devconf.accept_dad,
5229 .maxlen = sizeof(int),
5230 .mode = 0644,
5231 .proc_handler = proc_dointvec,
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +09005232 },
5233 {
Octavian Purdilaf7734fd2009-10-02 11:39:15 +00005234 .procname = "force_tllao",
5235 .data = &ipv6_devconf.force_tllao,
5236 .maxlen = sizeof(int),
5237 .mode = 0644,
5238 .proc_handler = proc_dointvec
5239 },
5240 {
Hannes Frederic Sowa5cb04432012-11-06 16:46:20 +00005241 .procname = "ndisc_notify",
5242 .data = &ipv6_devconf.ndisc_notify,
5243 .maxlen = sizeof(int),
5244 .mode = 0644,
5245 .proc_handler = proc_dointvec
5246 },
5247 {
Hannes Frederic Sowab800c3b2013-08-27 01:36:51 +02005248 .procname = "suppress_frag_ndisc",
5249 .data = &ipv6_devconf.suppress_frag_ndisc,
5250 .maxlen = sizeof(int),
5251 .mode = 0644,
5252 .proc_handler = proc_dointvec
5253 },
5254 {
Ben Greeard9333192014-06-25 14:44:53 -07005255 .procname = "accept_ra_from_local",
5256 .data = &ipv6_devconf.accept_ra_from_local,
5257 .maxlen = sizeof(int),
5258 .mode = 0644,
5259 .proc_handler = proc_dointvec,
5260 },
5261 {
Eric W. Biedermanf8572d82009-11-05 13:32:03 -08005262 /* sentinel */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005263 }
5264 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07005265};
5266
Pavel Emelyanovbff16c22008-01-10 17:42:13 -08005267static int __addrconf_sysctl_register(struct net *net, char *dev_name,
Eric W. Biedermanf8572d82009-11-05 13:32:03 -08005268 struct inet6_dev *idev, struct ipv6_devconf *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005269{
5270 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005271 struct addrconf_sysctl_table *t;
Eric W. Biederman6105e292012-04-19 13:41:24 +00005272 char path[sizeof("net/ipv6/conf/") + IFNAMSIZ];
Pavel Emelyanov1dab6222007-12-02 00:59:38 +11005273
Arnaldo Carvalho de Meloaf879cc2006-11-17 12:14:37 -02005274 t = kmemdup(&addrconf_sysctl, sizeof(*t), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005275 if (t == NULL)
Pavel Emelyanovf68635e2007-12-02 00:21:52 +11005276 goto out;
5277
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07005278 for (i = 0; t->addrconf_vars[i].data; i++) {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005279 t->addrconf_vars[i].data += (char *)p - (char *)&ipv6_devconf;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005280 t->addrconf_vars[i].extra1 = idev; /* embedded; no ref */
Pavel Emelyanovbff16c22008-01-10 17:42:13 -08005281 t->addrconf_vars[i].extra2 = net;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005282 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005283
Eric W. Biederman6105e292012-04-19 13:41:24 +00005284 snprintf(path, sizeof(path), "net/ipv6/conf/%s", dev_name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005285
Eric W. Biederman6105e292012-04-19 13:41:24 +00005286 t->sysctl_header = register_net_sysctl(net, path, t->addrconf_vars);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005287 if (t->sysctl_header == NULL)
Eric W. Biederman6105e292012-04-19 13:41:24 +00005288 goto free;
Pavel Emelyanovf68635e2007-12-02 00:21:52 +11005289
5290 p->sysctl = t;
Pavel Emelyanov95897312008-01-10 17:41:45 -08005291 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005292
Pavel Emelyanovf68635e2007-12-02 00:21:52 +11005293free:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005294 kfree(t);
Pavel Emelyanovf68635e2007-12-02 00:21:52 +11005295out:
Pavel Emelyanov95897312008-01-10 17:41:45 -08005296 return -ENOBUFS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005297}
5298
Pavel Emelyanov408c4762008-01-10 17:41:21 -08005299static void __addrconf_sysctl_unregister(struct ipv6_devconf *p)
5300{
5301 struct addrconf_sysctl_table *t;
5302
5303 if (p->sysctl == NULL)
5304 return;
5305
5306 t = p->sysctl;
5307 p->sysctl = NULL;
Lucian Adrian Grijincuff538812011-05-01 01:44:01 +00005308 unregister_net_sysctl_table(t->sysctl_header);
Pavel Emelyanov408c4762008-01-10 17:41:21 -08005309 kfree(t);
5310}
5311
WANG Conga317a2f2014-07-25 15:25:09 -07005312static int addrconf_sysctl_register(struct inet6_dev *idev)
Pavel Emelyanovf52295a2007-12-02 00:58:37 +11005313{
WANG Conga317a2f2014-07-25 15:25:09 -07005314 int err;
5315
5316 if (!sysctl_dev_name_is_allowed(idev->dev->name))
5317 return -EINVAL;
5318
5319 err = neigh_sysctl_register(idev->dev, idev->nd_parms,
5320 &ndisc_ifinfo_sysctl_change);
5321 if (err)
5322 return err;
5323 err = __addrconf_sysctl_register(dev_net(idev->dev), idev->dev->name,
5324 idev, &idev->cnf);
5325 if (err)
5326 neigh_sysctl_unregister(idev->nd_parms);
5327
5328 return err;
Pavel Emelyanovf52295a2007-12-02 00:58:37 +11005329}
5330
Pavel Emelyanov408c4762008-01-10 17:41:21 -08005331static void addrconf_sysctl_unregister(struct inet6_dev *idev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005332{
Pavel Emelyanov408c4762008-01-10 17:41:21 -08005333 __addrconf_sysctl_unregister(&idev->cnf);
5334 neigh_sysctl_unregister(idev->nd_parms);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005335}
5336
5337
5338#endif
5339
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00005340static int __net_init addrconf_init_net(struct net *net)
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005341{
Hong Zhiguoa79ca222013-03-26 01:52:45 +08005342 int err = -ENOMEM;
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005343 struct ipv6_devconf *all, *dflt;
5344
Hong Zhiguoa79ca222013-03-26 01:52:45 +08005345 all = kmemdup(&ipv6_devconf, sizeof(ipv6_devconf), GFP_KERNEL);
5346 if (all == NULL)
5347 goto err_alloc_all;
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005348
Hong Zhiguoa79ca222013-03-26 01:52:45 +08005349 dflt = kmemdup(&ipv6_devconf_dflt, sizeof(ipv6_devconf_dflt), GFP_KERNEL);
5350 if (dflt == NULL)
5351 goto err_alloc_dflt;
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005352
Hong Zhiguoa79ca222013-03-26 01:52:45 +08005353 /* these will be inherited by all namespaces */
5354 dflt->autoconf = ipv6_defaults.autoconf;
5355 dflt->disable_ipv6 = ipv6_defaults.disable_ipv6;
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005356
5357 net->ipv6.devconf_all = all;
5358 net->ipv6.devconf_dflt = dflt;
5359
5360#ifdef CONFIG_SYSCTL
Eric W. Biedermanf8572d82009-11-05 13:32:03 -08005361 err = __addrconf_sysctl_register(net, "all", NULL, all);
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005362 if (err < 0)
5363 goto err_reg_all;
5364
Eric W. Biedermanf8572d82009-11-05 13:32:03 -08005365 err = __addrconf_sysctl_register(net, "default", NULL, dflt);
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005366 if (err < 0)
5367 goto err_reg_dflt;
5368#endif
5369 return 0;
5370
5371#ifdef CONFIG_SYSCTL
5372err_reg_dflt:
5373 __addrconf_sysctl_unregister(all);
5374err_reg_all:
5375 kfree(dflt);
5376#endif
5377err_alloc_dflt:
5378 kfree(all);
5379err_alloc_all:
5380 return err;
5381}
5382
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00005383static void __net_exit addrconf_exit_net(struct net *net)
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005384{
5385#ifdef CONFIG_SYSCTL
5386 __addrconf_sysctl_unregister(net->ipv6.devconf_dflt);
5387 __addrconf_sysctl_unregister(net->ipv6.devconf_all);
5388#endif
zhuyj73cf0e92014-11-26 10:25:58 +08005389 kfree(net->ipv6.devconf_dflt);
5390 kfree(net->ipv6.devconf_all);
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005391}
5392
5393static struct pernet_operations addrconf_ops = {
5394 .init = addrconf_init_net,
5395 .exit = addrconf_exit_net,
5396};
5397
Thomas Grafb382b192010-11-16 04:33:57 +00005398static struct rtnl_af_ops inet6_ops = {
5399 .family = AF_INET6,
5400 .fill_link_af = inet6_fill_link_af,
5401 .get_link_af_size = inet6_get_link_af_size,
Daniel Borkmannf53adae2013-04-08 04:01:30 +00005402 .set_link_af = inet6_set_link_af,
Thomas Grafb382b192010-11-16 04:33:57 +00005403};
5404
Linus Torvalds1da177e2005-04-16 15:20:36 -07005405/*
5406 * Init / cleanup code
5407 */
5408
5409int __init addrconf_init(void)
5410{
WANG Conga317a2f2014-07-25 15:25:09 -07005411 struct inet6_dev *idev;
stephen hemmingerc2e21292010-03-17 20:31:10 +00005412 int i, err;
YOSHIFUJI Hideaki2a8cc6c2007-11-14 15:56:23 +09005413
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005414 err = ipv6_addr_label_init();
5415 if (err < 0) {
Joe Perchesf3213832012-05-15 14:11:53 +00005416 pr_crit("%s: cannot initialize default policy table: %d\n",
5417 __func__, err);
Neil Horman2cc6d2b2010-09-24 09:55:52 +00005418 goto out;
YOSHIFUJI Hideaki2a8cc6c2007-11-14 15:56:23 +09005419 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005420
Neil Horman2cc6d2b2010-09-24 09:55:52 +00005421 err = register_pernet_subsys(&addrconf_ops);
5422 if (err < 0)
5423 goto out_addrlabel;
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005424
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01005425 addrconf_wq = create_workqueue("ipv6_addrconf");
5426 if (!addrconf_wq) {
5427 err = -ENOMEM;
5428 goto out_nowq;
5429 }
5430
Linus Torvalds1da177e2005-04-16 15:20:36 -07005431 /* The addrconf netdev notifier requires that loopback_dev
5432 * has it's ipv6 private information allocated and setup
5433 * before it can bring up and give link-local addresses
5434 * to other devices which are up.
5435 *
5436 * Unfortunately, loopback_dev is not necessarily the first
5437 * entry in the global dev_base list of net devices. In fact,
5438 * it is likely to be the very last entry on that list.
5439 * So this causes the notifier registry below to try and
5440 * give link-local addresses to all devices besides loopback_dev
5441 * first, then loopback_dev, which cases all the non-loopback_dev
5442 * devices to fail to get a link-local address.
5443 *
5444 * So, as a temporary fix, allocate the ipv6 structure for
5445 * loopback_dev first by hand.
5446 * Longer term, all of the dependencies ipv6 has upon the loopback
5447 * device and it being up should be removed.
5448 */
5449 rtnl_lock();
WANG Conga317a2f2014-07-25 15:25:09 -07005450 idev = ipv6_add_dev(init_net.loopback_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005451 rtnl_unlock();
WANG Conga317a2f2014-07-25 15:25:09 -07005452 if (IS_ERR(idev)) {
5453 err = PTR_ERR(idev);
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005454 goto errlo;
WANG Conga317a2f2014-07-25 15:25:09 -07005455 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005456
stephen hemmingerc2e21292010-03-17 20:31:10 +00005457 for (i = 0; i < IN6_ADDR_HSIZE; i++)
5458 INIT_HLIST_HEAD(&inet6_addr_lst[i]);
5459
Linus Torvalds1da177e2005-04-16 15:20:36 -07005460 register_netdevice_notifier(&ipv6_dev_notf);
5461
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01005462 addrconf_verify();
Thomas Grafc127ea22007-03-22 11:58:32 -07005463
stephen hemminger3678a9d2013-12-30 10:41:32 -08005464 rtnl_af_register(&inet6_ops);
Thomas Grafb382b192010-11-16 04:33:57 +00005465
Greg Rosec7ac8672011-06-10 01:27:09 +00005466 err = __rtnl_register(PF_INET6, RTM_GETLINK, NULL, inet6_dump_ifinfo,
5467 NULL);
Thomas Grafc127ea22007-03-22 11:58:32 -07005468 if (err < 0)
5469 goto errout;
5470
5471 /* Only the first call to __rtnl_register can fail */
Greg Rosec7ac8672011-06-10 01:27:09 +00005472 __rtnl_register(PF_INET6, RTM_NEWADDR, inet6_rtm_newaddr, NULL, NULL);
5473 __rtnl_register(PF_INET6, RTM_DELADDR, inet6_rtm_deladdr, NULL, NULL);
5474 __rtnl_register(PF_INET6, RTM_GETADDR, inet6_rtm_getaddr,
5475 inet6_dump_ifaddr, NULL);
5476 __rtnl_register(PF_INET6, RTM_GETMULTICAST, NULL,
5477 inet6_dump_ifmcaddr, NULL);
5478 __rtnl_register(PF_INET6, RTM_GETANYCAST, NULL,
5479 inet6_dump_ifacaddr, NULL);
Nicolas Dichtel76f8f6c2012-10-25 22:28:51 +00005480 __rtnl_register(PF_INET6, RTM_GETNETCONF, inet6_netconf_get_devconf,
Nicolas Dichtel7a674202013-03-05 23:42:06 +00005481 inet6_netconf_dump_devconf, NULL);
Thomas Grafc127ea22007-03-22 11:58:32 -07005482
YOSHIFUJI Hideaki2a8cc6c2007-11-14 15:56:23 +09005483 ipv6_addr_label_rtnl_register();
5484
Linus Torvalds1da177e2005-04-16 15:20:36 -07005485 return 0;
Thomas Grafc127ea22007-03-22 11:58:32 -07005486errout:
Thomas Grafb382b192010-11-16 04:33:57 +00005487 rtnl_af_unregister(&inet6_ops);
Thomas Grafc127ea22007-03-22 11:58:32 -07005488 unregister_netdevice_notifier(&ipv6_dev_notf);
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005489errlo:
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01005490 destroy_workqueue(addrconf_wq);
5491out_nowq:
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005492 unregister_pernet_subsys(&addrconf_ops);
Neil Horman2cc6d2b2010-09-24 09:55:52 +00005493out_addrlabel:
5494 ipv6_addr_label_cleanup();
5495out:
Thomas Grafc127ea22007-03-22 11:58:32 -07005496 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005497}
5498
Daniel Lezcano09f77092007-12-13 05:34:58 -08005499void addrconf_cleanup(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005500{
Daniel Lezcano176c39a2009-03-03 01:06:45 -08005501 struct net_device *dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005502 int i;
5503
5504 unregister_netdevice_notifier(&ipv6_dev_notf);
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005505 unregister_pernet_subsys(&addrconf_ops);
Neil Horman2cc6d2b2010-09-24 09:55:52 +00005506 ipv6_addr_label_cleanup();
Linus Torvalds1da177e2005-04-16 15:20:36 -07005507
5508 rtnl_lock();
5509
Thomas Grafb382b192010-11-16 04:33:57 +00005510 __rtnl_af_unregister(&inet6_ops);
5511
Daniel Lezcano176c39a2009-03-03 01:06:45 -08005512 /* clean dev list */
5513 for_each_netdev(&init_net, dev) {
5514 if (__in6_dev_get(dev) == NULL)
5515 continue;
5516 addrconf_ifdown(dev, 1);
5517 }
5518 addrconf_ifdown(init_net.loopback_dev, 2);
5519
Linus Torvalds1da177e2005-04-16 15:20:36 -07005520 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07005521 * Check hash table.
5522 */
stephen hemminger5c578ae2010-03-17 20:31:11 +00005523 spin_lock_bh(&addrconf_hash_lock);
stephen hemmingerc2e21292010-03-17 20:31:10 +00005524 for (i = 0; i < IN6_ADDR_HSIZE; i++)
5525 WARN_ON(!hlist_empty(&inet6_addr_lst[i]));
stephen hemminger5c578ae2010-03-17 20:31:11 +00005526 spin_unlock_bh(&addrconf_hash_lock);
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01005527 cancel_delayed_work(&addr_chk_work);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005528 rtnl_unlock();
Hannes Frederic Sowac15b1cc2014-03-27 18:28:07 +01005529
5530 destroy_workqueue(addrconf_wq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005531}