blob: 27fedc3e4449c6550e69eca6a77d2b8bcb03034d [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
Pavel Emelyanovf52295a2007-12-02 00:58:37 +1100111static void 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
114static inline void addrconf_sysctl_register(struct inet6_dev *idev)
115{
116}
117
118static inline void addrconf_sysctl_unregister(struct inet6_dev *idev)
119{
120}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700121#endif
122
Sorin Dumitrueb7e0572012-08-30 02:01:45 +0000123static void __ipv6_regen_rndid(struct inet6_dev *idev);
124static void __ipv6_try_regen_rndid(struct inet6_dev *idev, struct in6_addr *tmpaddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700125static void ipv6_regen_rndid(unsigned long data);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +0900127static int ipv6_generate_eui64(u8 *eui, struct net_device *dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128static int ipv6_count_addresses(struct inet6_dev *idev);
129
130/*
131 * Configured unicast address hash table
132 */
stephen hemmingerc2e21292010-03-17 20:31:10 +0000133static struct hlist_head inet6_addr_lst[IN6_ADDR_HSIZE];
stephen hemminger5c578ae2010-03-17 20:31:11 +0000134static DEFINE_SPINLOCK(addrconf_hash_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136static void addrconf_verify(unsigned long);
137
Ingo Molnar8d06afa2005-09-09 13:10:40 -0700138static DEFINE_TIMER(addr_chk_timer, addrconf_verify, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139static DEFINE_SPINLOCK(addrconf_verify_lock);
140
141static void addrconf_join_anycast(struct inet6_ifaddr *ifp);
142static void addrconf_leave_anycast(struct inet6_ifaddr *ifp);
143
Jiri Pirko93d9b7d2010-03-10 10:28:56 +0000144static void addrconf_type_change(struct net_device *dev,
145 unsigned long event);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146static int addrconf_ifdown(struct net_device *dev, int how);
147
Romain Kuntz21caa662013-01-09 21:06:03 +0000148static struct rt6_info *addrconf_get_prefix_route(const struct in6_addr *pfx,
149 int plen,
150 const struct net_device *dev,
151 u32 flags, u32 noflags);
152
David S. Millercf22f9a2012-04-14 21:37:40 -0400153static void addrconf_dad_start(struct inet6_ifaddr *ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154static void addrconf_dad_timer(unsigned long data);
155static void addrconf_dad_completed(struct inet6_ifaddr *ifp);
YOSHIFUJI Hideakic5e33bd2005-12-21 22:57:44 +0900156static void addrconf_dad_run(struct inet6_dev *idev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157static void addrconf_rs_timer(unsigned long data);
158static void __ipv6_ifa_notify(int event, struct inet6_ifaddr *ifa);
159static void ipv6_ifa_notify(int event, struct inet6_ifaddr *ifa);
160
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +0900161static void inet6_prefix_notify(int event, struct inet6_dev *idev,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162 struct prefix_info *pinfo);
David S. Miller3e81c6d2010-03-20 16:18:00 -0700163static bool ipv6_chk_same_addr(struct net *net, const struct in6_addr *addr,
164 struct net_device *dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700165
Adrian Bunk888c8482008-07-22 14:21:58 -0700166static struct ipv6_devconf ipv6_devconf __read_mostly = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167 .forwarding = 0,
168 .hop_limit = IPV6_DEFAULT_HOPLIMIT,
169 .mtu6 = IPV6_MIN_MTU,
170 .accept_ra = 1,
171 .accept_redirects = 1,
172 .autoconf = 1,
173 .force_mld_version = 0,
Hannes Frederic Sowafc4eba52013-08-14 01:03:46 +0200174 .mldv1_unsolicited_report_interval = 10 * HZ,
175 .mldv2_unsolicited_report_interval = HZ,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176 .dad_transmits = 1,
177 .rtr_solicits = MAX_RTR_SOLICITATIONS,
178 .rtr_solicit_interval = RTR_SOLICITATION_INTERVAL,
179 .rtr_solicit_delay = MAX_RTR_SOLICITATION_DELAY,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180 .use_tempaddr = 0,
181 .temp_valid_lft = TEMP_VALID_LIFETIME,
182 .temp_prefered_lft = TEMP_PREFERRED_LIFETIME,
183 .regen_max_retry = REGEN_MAX_RETRY,
184 .max_desync_factor = MAX_DESYNC_FACTOR,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185 .max_addresses = IPV6_MAX_ADDRESSES,
YOSHIFUJI Hideaki65f5c7c2006-03-20 16:55:08 -0800186 .accept_ra_defrtr = 1,
YOSHIFUJI Hideakic4fd30e2006-03-20 16:55:26 -0800187 .accept_ra_pinfo = 1,
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -0800188#ifdef CONFIG_IPV6_ROUTER_PREF
189 .accept_ra_rtr_pref = 1,
YOSHIFUJI Hideaki52e16352006-03-20 17:05:47 -0800190 .rtr_probe_interval = 60 * HZ,
YOSHIFUJI Hideaki09c884d2006-03-20 17:07:03 -0800191#ifdef CONFIG_IPV6_ROUTE_INFO
192 .accept_ra_rt_info_max_plen = 0,
193#endif
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -0800194#endif
YOSHIFUJI Hideakifbea49e2006-09-22 14:43:49 -0700195 .proxy_ndp = 0,
YOSHIFUJI Hideaki0bcbc922007-04-24 14:58:30 -0700196 .accept_source_route = 0, /* we do not accept RH0 by default. */
YOSHIFUJI Hideaki778d80b2008-06-28 14:17:11 +0900197 .disable_ipv6 = 0,
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +0900198 .accept_dad = 1,
Hannes Frederic Sowab800c3b2013-08-27 01:36:51 +0200199 .suppress_frag_ndisc = 1,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200};
201
Brian Haleyab32ea52006-09-22 14:15:41 -0700202static struct ipv6_devconf ipv6_devconf_dflt __read_mostly = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203 .forwarding = 0,
204 .hop_limit = IPV6_DEFAULT_HOPLIMIT,
205 .mtu6 = IPV6_MIN_MTU,
206 .accept_ra = 1,
207 .accept_redirects = 1,
208 .autoconf = 1,
Hannes Frederic Sowafc4eba52013-08-14 01:03:46 +0200209 .force_mld_version = 0,
210 .mldv1_unsolicited_report_interval = 10 * HZ,
211 .mldv2_unsolicited_report_interval = HZ,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212 .dad_transmits = 1,
213 .rtr_solicits = MAX_RTR_SOLICITATIONS,
214 .rtr_solicit_interval = RTR_SOLICITATION_INTERVAL,
215 .rtr_solicit_delay = MAX_RTR_SOLICITATION_DELAY,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216 .use_tempaddr = 0,
217 .temp_valid_lft = TEMP_VALID_LIFETIME,
218 .temp_prefered_lft = TEMP_PREFERRED_LIFETIME,
219 .regen_max_retry = REGEN_MAX_RETRY,
220 .max_desync_factor = MAX_DESYNC_FACTOR,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221 .max_addresses = IPV6_MAX_ADDRESSES,
YOSHIFUJI Hideaki65f5c7c2006-03-20 16:55:08 -0800222 .accept_ra_defrtr = 1,
YOSHIFUJI Hideakic4fd30e2006-03-20 16:55:26 -0800223 .accept_ra_pinfo = 1,
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -0800224#ifdef CONFIG_IPV6_ROUTER_PREF
225 .accept_ra_rtr_pref = 1,
YOSHIFUJI Hideaki52e16352006-03-20 17:05:47 -0800226 .rtr_probe_interval = 60 * HZ,
YOSHIFUJI Hideaki09c884d2006-03-20 17:07:03 -0800227#ifdef CONFIG_IPV6_ROUTE_INFO
228 .accept_ra_rt_info_max_plen = 0,
229#endif
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -0800230#endif
YOSHIFUJI Hideakifbea49e2006-09-22 14:43:49 -0700231 .proxy_ndp = 0,
YOSHIFUJI Hideaki0bcbc922007-04-24 14:58:30 -0700232 .accept_source_route = 0, /* we do not accept RH0 by default. */
YOSHIFUJI Hideaki778d80b2008-06-28 14:17:11 +0900233 .disable_ipv6 = 0,
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +0900234 .accept_dad = 1,
Hannes Frederic Sowab800c3b2013-08-27 01:36:51 +0200235 .suppress_frag_ndisc = 1,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236};
237
Mitsuru Chinenf24e3d62007-10-10 02:53:43 -0700238/* Check if a valid qdisc is available */
David S. Miller05297942008-07-08 23:01:27 -0700239static inline bool addrconf_qdisc_ok(const struct net_device *dev)
Mitsuru Chinenf24e3d62007-10-10 02:53:43 -0700240{
David S. Miller05297942008-07-08 23:01:27 -0700241 return !qdisc_tx_is_noop(dev);
Mitsuru Chinenf24e3d62007-10-10 02:53:43 -0700242}
243
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +0200244static void addrconf_del_rs_timer(struct inet6_dev *idev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700245{
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +0200246 if (del_timer(&idev->rs_timer))
247 __in6_dev_put(idev);
248}
249
250static void addrconf_del_dad_timer(struct inet6_ifaddr *ifp)
251{
252 if (del_timer(&ifp->dad_timer))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700253 __in6_ifa_put(ifp);
254}
255
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +0200256static void addrconf_mod_rs_timer(struct inet6_dev *idev,
257 unsigned long when)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258{
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +0200259 if (!timer_pending(&idev->rs_timer))
260 in6_dev_hold(idev);
261 mod_timer(&idev->rs_timer, jiffies + when);
262}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +0200264static void addrconf_mod_dad_timer(struct inet6_ifaddr *ifp,
265 unsigned long when)
266{
267 if (!timer_pending(&ifp->dad_timer))
268 in6_ifa_hold(ifp);
269 mod_timer(&ifp->dad_timer, jiffies + when);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270}
271
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700272static int snmp6_alloc_dev(struct inet6_dev *idev)
273{
Tejun Heo7d720c32010-02-16 15:20:26 +0000274 if (snmp_mib_init((void __percpu **)idev->stats.ipv6,
Eric Dumazet1823e4c82010-06-22 20:58:41 +0000275 sizeof(struct ipstats_mib),
276 __alignof__(struct ipstats_mib)) < 0)
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700277 goto err_ip;
Eric Dumazetbe281e52011-05-19 01:14:23 +0000278 idev->stats.icmpv6dev = kzalloc(sizeof(struct icmpv6_mib_device),
279 GFP_KERNEL);
280 if (!idev->stats.icmpv6dev)
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700281 goto err_icmp;
Eric Dumazetbe281e52011-05-19 01:14:23 +0000282 idev->stats.icmpv6msgdev = kzalloc(sizeof(struct icmpv6msg_mib_device),
283 GFP_KERNEL);
284 if (!idev->stats.icmpv6msgdev)
David L Stevens14878f72007-09-16 16:52:35 -0700285 goto err_icmpmsg;
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700286
287 return 0;
288
David L Stevens14878f72007-09-16 16:52:35 -0700289err_icmpmsg:
Eric Dumazetbe281e52011-05-19 01:14:23 +0000290 kfree(idev->stats.icmpv6dev);
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700291err_icmp:
Tejun Heo7d720c32010-02-16 15:20:26 +0000292 snmp_mib_free((void __percpu **)idev->stats.ipv6);
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700293err_ip:
Pavel Emelyanovaaf70ec2007-10-17 21:25:32 -0700294 return -ENOMEM;
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700295}
296
Eldad Zack8e5e8f32012-04-01 07:49:08 +0000297static struct inet6_dev *ipv6_add_dev(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700298{
299 struct inet6_dev *ndev;
300
301 ASSERT_RTNL();
302
303 if (dev->mtu < IPV6_MIN_MTU)
304 return NULL;
305
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +0900306 ndev = kzalloc(sizeof(struct inet6_dev), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700307
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +0900308 if (ndev == NULL)
309 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310
Ingo Oeser322f74a2006-03-20 23:01:47 -0800311 rwlock_init(&ndev->lock);
312 ndev->dev = dev;
stephen hemminger502a2ff2010-03-17 20:31:13 +0000313 INIT_LIST_HEAD(&ndev->addr_list);
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +0200314 setup_timer(&ndev->rs_timer, addrconf_rs_timer,
315 (unsigned long)ndev);
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +0900316 memcpy(&ndev->cnf, dev_net(dev)->ipv6.devconf_dflt, sizeof(ndev->cnf));
Ingo Oeser322f74a2006-03-20 23:01:47 -0800317 ndev->cnf.mtu6 = dev->mtu;
318 ndev->cnf.sysctl = NULL;
319 ndev->nd_parms = neigh_parms_alloc(dev, &nd_tbl);
320 if (ndev->nd_parms == NULL) {
321 kfree(ndev);
322 return NULL;
323 }
Ben Hutchings0187bdf2008-06-19 16:15:47 -0700324 if (ndev->cnf.forwarding)
325 dev_disable_lro(dev);
Ingo Oeser322f74a2006-03-20 23:01:47 -0800326 /* We refer to the device */
327 dev_hold(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328
Ingo Oeser322f74a2006-03-20 23:01:47 -0800329 if (snmp6_alloc_dev(ndev) < 0) {
dingtianhongba3542e2013-08-17 10:27:04 +0800330 ADBG(KERN_WARNING
Joe Perchesf3213832012-05-15 14:11:53 +0000331 "%s: cannot allocate memory for statistics; dev=%s.\n",
dingtianhongba3542e2013-08-17 10:27:04 +0800332 __func__, dev->name);
Ingo Oeser322f74a2006-03-20 23:01:47 -0800333 neigh_parms_release(&nd_tbl, ndev->nd_parms);
Roy Li8603e332011-09-20 15:10:16 -0400334 dev_put(dev);
335 kfree(ndev);
Ingo Oeser322f74a2006-03-20 23:01:47 -0800336 return NULL;
337 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338
Ingo Oeser322f74a2006-03-20 23:01:47 -0800339 if (snmp6_register_dev(ndev) < 0) {
dingtianhongba3542e2013-08-17 10:27:04 +0800340 ADBG(KERN_WARNING
Joe Perchesf3213832012-05-15 14:11:53 +0000341 "%s: cannot create /proc/net/dev_snmp6/%s\n",
dingtianhongba3542e2013-08-17 10:27:04 +0800342 __func__, dev->name);
Ingo Oeser322f74a2006-03-20 23:01:47 -0800343 neigh_parms_release(&nd_tbl, ndev->nd_parms);
344 ndev->dead = 1;
345 in6_dev_finish_destroy(ndev);
346 return NULL;
347 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348
Ingo Oeser322f74a2006-03-20 23:01:47 -0800349 /* One reference from device. We must do this before
350 * we invoke __ipv6_regen_rndid().
351 */
352 in6_dev_hold(ndev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +0900354 if (dev->flags & (IFF_NOARP | IFF_LOOPBACK))
355 ndev->cnf.accept_dad = -1;
356
Amerigo Wang07a93622012-10-29 16:23:10 +0000357#if IS_ENABLED(CONFIG_IPV6_SIT)
YOSHIFUJI Hideakib077d7a2008-04-13 23:42:18 -0700358 if (dev->type == ARPHRD_SIT && (dev->priv_flags & IFF_ISATAP)) {
Joe Perchesf3213832012-05-15 14:11:53 +0000359 pr_info("%s: Disabled Multicast RS\n", dev->name);
YOSHIFUJI Hideakib077d7a2008-04-13 23:42:18 -0700360 ndev->cnf.rtr_solicits = 0;
361 }
362#endif
363
stephen hemminger372e6c82010-03-17 20:31:09 +0000364 INIT_LIST_HEAD(&ndev->tempaddr_list);
Pavel Emelyanovb24b8a22008-01-23 21:20:07 -0800365 setup_timer(&ndev->regen_timer, ipv6_regen_rndid, (unsigned long)ndev);
Ingo Oeser322f74a2006-03-20 23:01:47 -0800366 if ((dev->flags&IFF_LOOPBACK) ||
367 dev->type == ARPHRD_TUNNEL ||
YOSHIFUJI Hideaki9625ed72008-04-13 23:47:11 -0700368 dev->type == ARPHRD_TUNNEL6 ||
Joerg Roedel0be669b2006-10-10 14:49:53 -0700369 dev->type == ARPHRD_SIT ||
Joerg Roedel0be669b2006-10-10 14:49:53 -0700370 dev->type == ARPHRD_NONE) {
Ingo Oeser322f74a2006-03-20 23:01:47 -0800371 ndev->cnf.use_tempaddr = -1;
372 } else {
373 in6_dev_hold(ndev);
374 ipv6_regen_rndid((unsigned long) ndev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700375 }
David S. Miller5d9efa72013-10-28 20:07:50 -0400376
Daniel Borkmann914faa12013-04-09 03:47:14 +0000377 ndev->token = in6addr_any;
Ingo Oeser322f74a2006-03-20 23:01:47 -0800378
Mitsuru Chinenf24e3d62007-10-10 02:53:43 -0700379 if (netif_running(dev) && addrconf_qdisc_ok(dev))
Herbert Xu53aadcc2007-03-27 14:31:52 -0700380 ndev->if_flags |= IF_READY;
381
Ingo Oeser322f74a2006-03-20 23:01:47 -0800382 ipv6_mc_init_dev(ndev);
383 ndev->tstamp = jiffies;
Pavel Emelyanovf52295a2007-12-02 00:58:37 +1100384 addrconf_sysctl_register(ndev);
David L Stevens30c4cf52007-01-04 12:31:14 -0800385 /* protected by rtnl_lock */
Eric Dumazetcf778b02012-01-12 04:41:32 +0000386 rcu_assign_pointer(dev->ip6_ptr, ndev);
YOSHIFUJI Hideakid88ae4c2007-01-14 21:48:40 -0800387
Hannes Frederic Sowa2c5e8932013-02-10 03:50:18 +0000388 /* Join interface-local all-node multicast group */
389 ipv6_dev_mc_inc(dev, &in6addr_interfacelocal_allnodes);
390
YOSHIFUJI Hideakid88ae4c2007-01-14 21:48:40 -0800391 /* Join all-node multicast group */
YOSHIFUJI Hideakif3ee4012008-04-10 15:42:11 +0900392 ipv6_dev_mc_inc(dev, &in6addr_linklocal_allnodes);
YOSHIFUJI Hideakid88ae4c2007-01-14 21:48:40 -0800393
Li Weid6ddef92012-03-05 14:45:17 +0000394 /* Join all-router multicast group if forwarding is set */
Li Wei8b2aaed2012-03-07 14:58:07 +0000395 if (ndev->cnf.forwarding && (dev->flags & IFF_MULTICAST))
Li Weid6ddef92012-03-05 14:45:17 +0000396 ipv6_dev_mc_inc(dev, &in6addr_linklocal_allrouters);
397
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398 return ndev;
399}
400
Eldad Zack8e5e8f32012-04-01 07:49:08 +0000401static struct inet6_dev *ipv6_find_idev(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402{
403 struct inet6_dev *idev;
404
405 ASSERT_RTNL();
406
Stephen Hemmingere21e8462010-03-20 16:09:01 -0700407 idev = __in6_dev_get(dev);
408 if (!idev) {
409 idev = ipv6_add_dev(dev);
410 if (!idev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411 return NULL;
412 }
YOSHIFUJI Hideakic5e33bd2005-12-21 22:57:44 +0900413
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414 if (dev->flags&IFF_UP)
415 ipv6_mc_up(idev);
416 return idev;
417}
418
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000419static int inet6_netconf_msgsize_devconf(int type)
420{
421 int size = NLMSG_ALIGN(sizeof(struct netconfmsg))
422 + nla_total_size(4); /* NETCONFA_IFINDEX */
423
Nicolas Dichtel76f8f6c2012-10-25 22:28:51 +0000424 /* type -1 is used for ALL */
425 if (type == -1 || type == NETCONFA_FORWARDING)
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000426 size += nla_total_size(4);
David S. Millerb1afce92012-12-04 14:46:34 -0500427#ifdef CONFIG_IPV6_MROUTE
Nicolas Dichteld67b8c62012-12-04 01:13:35 +0000428 if (type == -1 || type == NETCONFA_MC_FORWARDING)
429 size += nla_total_size(4);
David S. Millerb1afce92012-12-04 14:46:34 -0500430#endif
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000431
432 return size;
433}
434
435static int inet6_netconf_fill_devconf(struct sk_buff *skb, int ifindex,
436 struct ipv6_devconf *devconf, u32 portid,
437 u32 seq, int event, unsigned int flags,
438 int type)
439{
440 struct nlmsghdr *nlh;
441 struct netconfmsg *ncm;
442
443 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg),
444 flags);
445 if (nlh == NULL)
446 return -EMSGSIZE;
447
448 ncm = nlmsg_data(nlh);
449 ncm->ncm_family = AF_INET6;
450
451 if (nla_put_s32(skb, NETCONFA_IFINDEX, ifindex) < 0)
452 goto nla_put_failure;
453
Nicolas Dichtel76f8f6c2012-10-25 22:28:51 +0000454 /* type -1 is used for ALL */
455 if ((type == -1 || type == NETCONFA_FORWARDING) &&
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000456 nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0)
457 goto nla_put_failure;
David S. Millerb1afce92012-12-04 14:46:34 -0500458#ifdef CONFIG_IPV6_MROUTE
Nicolas Dichteld67b8c62012-12-04 01:13:35 +0000459 if ((type == -1 || type == NETCONFA_MC_FORWARDING) &&
460 nla_put_s32(skb, NETCONFA_MC_FORWARDING,
461 devconf->mc_forwarding) < 0)
462 goto nla_put_failure;
David S. Millerb1afce92012-12-04 14:46:34 -0500463#endif
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000464 return nlmsg_end(skb, nlh);
465
466nla_put_failure:
467 nlmsg_cancel(skb, nlh);
468 return -EMSGSIZE;
469}
470
Nicolas Dichteld67b8c62012-12-04 01:13:35 +0000471void inet6_netconf_notify_devconf(struct net *net, int type, int ifindex,
472 struct ipv6_devconf *devconf)
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000473{
474 struct sk_buff *skb;
475 int err = -ENOBUFS;
476
477 skb = nlmsg_new(inet6_netconf_msgsize_devconf(type), GFP_ATOMIC);
478 if (skb == NULL)
479 goto errout;
480
481 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, 0, 0,
482 RTM_NEWNETCONF, 0, type);
483 if (err < 0) {
484 /* -EMSGSIZE implies BUG in inet6_netconf_msgsize_devconf() */
485 WARN_ON(err == -EMSGSIZE);
486 kfree_skb(skb);
487 goto errout;
488 }
489 rtnl_notify(skb, net, 0, RTNLGRP_IPV6_NETCONF, NULL, GFP_ATOMIC);
490 return;
491errout:
Cong Dingbd779022012-12-18 12:08:56 +0000492 rtnl_set_sk_err(net, RTNLGRP_IPV6_NETCONF, err);
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000493}
494
Nicolas Dichtel76f8f6c2012-10-25 22:28:51 +0000495static const struct nla_policy devconf_ipv6_policy[NETCONFA_MAX+1] = {
496 [NETCONFA_IFINDEX] = { .len = sizeof(int) },
497 [NETCONFA_FORWARDING] = { .len = sizeof(int) },
498};
499
500static int inet6_netconf_get_devconf(struct sk_buff *in_skb,
Thomas Graf661d2962013-03-21 07:45:29 +0000501 struct nlmsghdr *nlh)
Nicolas Dichtel76f8f6c2012-10-25 22:28:51 +0000502{
503 struct net *net = sock_net(in_skb->sk);
504 struct nlattr *tb[NETCONFA_MAX+1];
505 struct netconfmsg *ncm;
506 struct sk_buff *skb;
507 struct ipv6_devconf *devconf;
508 struct inet6_dev *in6_dev;
509 struct net_device *dev;
510 int ifindex;
511 int err;
512
513 err = nlmsg_parse(nlh, sizeof(*ncm), tb, NETCONFA_MAX,
514 devconf_ipv6_policy);
515 if (err < 0)
516 goto errout;
517
518 err = EINVAL;
519 if (!tb[NETCONFA_IFINDEX])
520 goto errout;
521
522 ifindex = nla_get_s32(tb[NETCONFA_IFINDEX]);
523 switch (ifindex) {
524 case NETCONFA_IFINDEX_ALL:
525 devconf = net->ipv6.devconf_all;
526 break;
527 case NETCONFA_IFINDEX_DEFAULT:
528 devconf = net->ipv6.devconf_dflt;
529 break;
530 default:
531 dev = __dev_get_by_index(net, ifindex);
532 if (dev == NULL)
533 goto errout;
534 in6_dev = __in6_dev_get(dev);
535 if (in6_dev == NULL)
536 goto errout;
537 devconf = &in6_dev->cnf;
538 break;
539 }
540
541 err = -ENOBUFS;
542 skb = nlmsg_new(inet6_netconf_msgsize_devconf(-1), GFP_ATOMIC);
543 if (skb == NULL)
544 goto errout;
545
546 err = inet6_netconf_fill_devconf(skb, ifindex, devconf,
547 NETLINK_CB(in_skb).portid,
548 nlh->nlmsg_seq, RTM_NEWNETCONF, 0,
549 -1);
550 if (err < 0) {
551 /* -EMSGSIZE implies BUG in inet6_netconf_msgsize_devconf() */
552 WARN_ON(err == -EMSGSIZE);
553 kfree_skb(skb);
554 goto errout;
555 }
556 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
557errout:
558 return err;
559}
560
Nicolas Dichtel7a674202013-03-05 23:42:06 +0000561static int inet6_netconf_dump_devconf(struct sk_buff *skb,
562 struct netlink_callback *cb)
563{
564 struct net *net = sock_net(skb->sk);
565 int h, s_h;
566 int idx, s_idx;
567 struct net_device *dev;
568 struct inet6_dev *idev;
569 struct hlist_head *head;
570
571 s_h = cb->args[0];
572 s_idx = idx = cb->args[1];
573
574 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) {
575 idx = 0;
576 head = &net->dev_index_head[h];
577 rcu_read_lock();
Nicolas Dichtel63998ac2013-03-22 06:28:43 +0000578 cb->seq = atomic_read(&net->ipv6.dev_addr_genid) ^
579 net->dev_base_seq;
Nicolas Dichtel7a674202013-03-05 23:42:06 +0000580 hlist_for_each_entry_rcu(dev, head, index_hlist) {
581 if (idx < s_idx)
582 goto cont;
583 idev = __in6_dev_get(dev);
584 if (!idev)
585 goto cont;
586
587 if (inet6_netconf_fill_devconf(skb, dev->ifindex,
588 &idev->cnf,
589 NETLINK_CB(cb->skb).portid,
590 cb->nlh->nlmsg_seq,
591 RTM_NEWNETCONF,
592 NLM_F_MULTI,
593 -1) <= 0) {
594 rcu_read_unlock();
595 goto done;
596 }
Nicolas Dichtel63998ac2013-03-22 06:28:43 +0000597 nl_dump_check_consistent(cb, nlmsg_hdr(skb));
Nicolas Dichtel7a674202013-03-05 23:42:06 +0000598cont:
599 idx++;
600 }
601 rcu_read_unlock();
602 }
603 if (h == NETDEV_HASHENTRIES) {
604 if (inet6_netconf_fill_devconf(skb, NETCONFA_IFINDEX_ALL,
605 net->ipv6.devconf_all,
606 NETLINK_CB(cb->skb).portid,
607 cb->nlh->nlmsg_seq,
608 RTM_NEWNETCONF, NLM_F_MULTI,
609 -1) <= 0)
610 goto done;
611 else
612 h++;
613 }
614 if (h == NETDEV_HASHENTRIES + 1) {
615 if (inet6_netconf_fill_devconf(skb, NETCONFA_IFINDEX_DEFAULT,
616 net->ipv6.devconf_dflt,
617 NETLINK_CB(cb->skb).portid,
618 cb->nlh->nlmsg_seq,
619 RTM_NEWNETCONF, NLM_F_MULTI,
620 -1) <= 0)
621 goto done;
622 else
623 h++;
624 }
625done:
626 cb->args[0] = h;
627 cb->args[1] = idx;
628
629 return skb->len;
630}
631
Linus Torvalds1da177e2005-04-16 15:20:36 -0700632#ifdef CONFIG_SYSCTL
633static void dev_forward_change(struct inet6_dev *idev)
634{
635 struct net_device *dev;
636 struct inet6_ifaddr *ifa;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637
638 if (!idev)
639 return;
640 dev = idev->dev;
Ben Hutchings0187bdf2008-06-19 16:15:47 -0700641 if (idev->cnf.forwarding)
642 dev_disable_lro(dev);
Amerigo Wang1a940832012-10-28 17:43:53 +0000643 if (dev->flags & IFF_MULTICAST) {
Hannes Frederic Sowa2c5e8932013-02-10 03:50:18 +0000644 if (idev->cnf.forwarding) {
YOSHIFUJI Hideakif3ee4012008-04-10 15:42:11 +0900645 ipv6_dev_mc_inc(dev, &in6addr_linklocal_allrouters);
Hannes Frederic Sowa2c5e8932013-02-10 03:50:18 +0000646 ipv6_dev_mc_inc(dev, &in6addr_interfacelocal_allrouters);
647 ipv6_dev_mc_inc(dev, &in6addr_sitelocal_allrouters);
648 } else {
YOSHIFUJI Hideakif3ee4012008-04-10 15:42:11 +0900649 ipv6_dev_mc_dec(dev, &in6addr_linklocal_allrouters);
Hannes Frederic Sowa2c5e8932013-02-10 03:50:18 +0000650 ipv6_dev_mc_dec(dev, &in6addr_interfacelocal_allrouters);
651 ipv6_dev_mc_dec(dev, &in6addr_sitelocal_allrouters);
652 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653 }
stephen hemminger502a2ff2010-03-17 20:31:13 +0000654
655 list_for_each_entry(ifa, &idev->addr_list, if_list) {
Michal Wrobel2c12a742007-02-26 15:36:10 -0800656 if (ifa->flags&IFA_F_TENTATIVE)
657 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700658 if (idev->cnf.forwarding)
659 addrconf_join_anycast(ifa);
660 else
661 addrconf_leave_anycast(ifa);
662 }
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000663 inet6_netconf_notify_devconf(dev_net(dev), NETCONFA_FORWARDING,
664 dev->ifindex, &idev->cnf);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665}
666
667
Pavel Emelyanove1869322008-01-10 17:43:50 -0800668static void addrconf_forward_change(struct net *net, __s32 newf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669{
670 struct net_device *dev;
671 struct inet6_dev *idev;
672
Ben Hutchings4acd4942012-08-14 08:54:51 +0000673 for_each_netdev(net, dev) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674 idev = __in6_dev_get(dev);
675 if (idev) {
Pavel Emelyanove1869322008-01-10 17:43:50 -0800676 int changed = (!idev->cnf.forwarding) ^ (!newf);
677 idev->cnf.forwarding = newf;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700678 if (changed)
679 dev_forward_change(idev);
680 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700681 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700682}
Pavel Emelyanovc8fecf22007-12-05 01:50:24 -0800683
Francesco Ruggeri013d97e2012-01-16 10:40:10 +0000684static int addrconf_fixup_forwarding(struct ctl_table *table, int *p, int newf)
Pavel Emelyanovc8fecf22007-12-05 01:50:24 -0800685{
Pavel Emelyanovbff16c22008-01-10 17:42:13 -0800686 struct net *net;
Francesco Ruggeri013d97e2012-01-16 10:40:10 +0000687 int old;
688
689 if (!rtnl_trylock())
690 return restart_syscall();
Pavel Emelyanovbff16c22008-01-10 17:42:13 -0800691
692 net = (struct net *)table->extra2;
Francesco Ruggeri013d97e2012-01-16 10:40:10 +0000693 old = *p;
694 *p = newf;
Pavel Emelyanovc8fecf22007-12-05 01:50:24 -0800695
Francesco Ruggeri013d97e2012-01-16 10:40:10 +0000696 if (p == &net->ipv6.devconf_dflt->forwarding) {
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000697 if ((!newf) ^ (!old))
698 inet6_netconf_notify_devconf(net, NETCONFA_FORWARDING,
699 NETCONFA_IFINDEX_DEFAULT,
700 net->ipv6.devconf_dflt);
Francesco Ruggeri013d97e2012-01-16 10:40:10 +0000701 rtnl_unlock();
702 return 0;
Eric W. Biederman88af1822010-02-19 13:22:59 +0000703 }
Stephen Hemmingerb325fdd2009-02-26 06:55:31 +0000704
Pavel Emelyanove1869322008-01-10 17:43:50 -0800705 if (p == &net->ipv6.devconf_all->forwarding) {
Pavel Emelyanove1869322008-01-10 17:43:50 -0800706 net->ipv6.devconf_dflt->forwarding = newf;
707 addrconf_forward_change(net, newf);
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000708 if ((!newf) ^ (!old))
709 inet6_netconf_notify_devconf(net, NETCONFA_FORWARDING,
710 NETCONFA_IFINDEX_ALL,
711 net->ipv6.devconf_all);
Francesco Ruggeri013d97e2012-01-16 10:40:10 +0000712 } else if ((!newf) ^ (!old))
Pavel Emelyanovc8fecf22007-12-05 01:50:24 -0800713 dev_forward_change((struct inet6_dev *)table->extra1);
Ben Hutchings0187bdf2008-06-19 16:15:47 -0700714 rtnl_unlock();
Pavel Emelyanovc8fecf22007-12-05 01:50:24 -0800715
Francesco Ruggeri013d97e2012-01-16 10:40:10 +0000716 if (newf)
Daniel Lezcano7b4da532008-03-04 13:47:14 -0800717 rt6_purge_dflt_routers(net);
Stephen Hemmingerb325fdd2009-02-26 06:55:31 +0000718 return 1;
Pavel Emelyanovc8fecf22007-12-05 01:50:24 -0800719}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720#endif
721
stephen hemminger5c578ae2010-03-17 20:31:11 +0000722/* Nobody refers to this ifaddr, destroy it */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723void inet6_ifa_finish_destroy(struct inet6_ifaddr *ifp)
724{
stephen hemmingerc2e21292010-03-17 20:31:10 +0000725 WARN_ON(!hlist_unhashed(&ifp->addr_lst));
Ilpo Järvinen547b7922008-07-25 21:43:18 -0700726
Linus Torvalds1da177e2005-04-16 15:20:36 -0700727#ifdef NET_REFCNT_DEBUG
Joe Perches91df42b2012-05-15 14:11:54 +0000728 pr_debug("%s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729#endif
730
731 in6_dev_put(ifp->idev);
732
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +0200733 if (del_timer(&ifp->dad_timer))
Stephen Hemmingere21e8462010-03-20 16:09:01 -0700734 pr_notice("Timer is still running, when freeing ifa=%p\n", ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700735
Herbert Xue9d3e082010-05-18 15:36:06 -0700736 if (ifp->state != INET6_IFADDR_STATE_DEAD) {
Joe Perchesf3213832012-05-15 14:11:53 +0000737 pr_warn("Freeing alive inet6 address %p\n", ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738 return;
739 }
Amerigo Wang94e187c2012-10-29 00:13:19 +0000740 ip6_rt_put(ifp->rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741
Lai Jiangshane5785982011-03-15 18:00:14 +0800742 kfree_rcu(ifp, rcu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743}
744
Brian Haleye55ffac2006-07-10 15:25:51 -0700745static void
746ipv6_link_dev_addr(struct inet6_dev *idev, struct inet6_ifaddr *ifp)
747{
stephen hemminger502a2ff2010-03-17 20:31:13 +0000748 struct list_head *p;
YOSHIFUJI Hideaki8a6ce0c2006-07-11 13:05:30 -0700749 int ifp_scope = ipv6_addr_src_scope(&ifp->addr);
Brian Haleye55ffac2006-07-10 15:25:51 -0700750
751 /*
752 * Each device address list is sorted in order of scope -
753 * global before linklocal.
754 */
stephen hemminger502a2ff2010-03-17 20:31:13 +0000755 list_for_each(p, &idev->addr_list) {
756 struct inet6_ifaddr *ifa
757 = list_entry(p, struct inet6_ifaddr, if_list);
YOSHIFUJI Hideaki8a6ce0c2006-07-11 13:05:30 -0700758 if (ifp_scope >= ipv6_addr_src_scope(&ifa->addr))
Brian Haleye55ffac2006-07-10 15:25:51 -0700759 break;
760 }
761
David S. Millerb54c9b92010-03-25 21:25:30 -0700762 list_add_tail(&ifp->if_list, p);
Brian Haleye55ffac2006-07-10 15:25:51 -0700763}
764
Eric Dumazetddbe5032012-07-18 08:11:12 +0000765static u32 inet6_addr_hash(const struct in6_addr *addr)
YOSHIFUJI Hideaki3eb84f42008-04-10 15:42:08 +0900766{
Eric Dumazetddbe5032012-07-18 08:11:12 +0000767 return hash_32(ipv6_addr_hash(addr), IN6_ADDR_HSIZE_SHIFT);
YOSHIFUJI Hideaki3eb84f42008-04-10 15:42:08 +0900768}
769
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770/* On success it returns ifp with increased reference count */
771
772static struct inet6_ifaddr *
Jiri Pirko3f8f5292013-08-01 10:41:27 +0200773ipv6_add_addr(struct inet6_dev *idev, const struct in6_addr *addr,
774 const struct in6_addr *peer_addr, int pfxlen,
Jiri Benc8a226b22013-08-01 10:41:28 +0200775 int scope, u32 flags, u32 valid_lft, u32 prefered_lft)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700776{
777 struct inet6_ifaddr *ifa = NULL;
778 struct rt6_info *rt;
stephen hemminger3a88a812010-03-17 20:31:12 +0000779 unsigned int hash;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700780 int err = 0;
YOSHIFUJI Hideakid68b8272008-06-25 16:26:47 +0900781 int addr_type = ipv6_addr_type(addr);
782
783 if (addr_type == IPV6_ADDR_ANY ||
784 addr_type & IPV6_ADDR_MULTICAST ||
785 (!(idev->dev->flags & IFF_LOOPBACK) &&
786 addr_type & IPV6_ADDR_LOOPBACK))
787 return ERR_PTR(-EADDRNOTAVAIL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -0700789 rcu_read_lock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790 if (idev->dead) {
791 err = -ENODEV; /*XXX*/
792 goto out2;
793 }
794
Brian Haley56d417b2009-06-01 03:07:33 -0700795 if (idev->cnf.disable_ipv6) {
Brian Haley9bdd8d42009-03-18 18:22:48 -0700796 err = -EACCES;
797 goto out2;
798 }
799
stephen hemminger5c578ae2010-03-17 20:31:11 +0000800 spin_lock(&addrconf_hash_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700801
802 /* Ignore adding duplicate addresses on an interface */
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +0900803 if (ipv6_chk_same_addr(dev_net(idev->dev), addr, idev->dev)) {
dingtianhongba3542e2013-08-17 10:27:04 +0800804 ADBG("ipv6_add_addr: already assigned\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700805 err = -EEXIST;
806 goto out;
807 }
808
Ingo Oeser322f74a2006-03-20 23:01:47 -0800809 ifa = kzalloc(sizeof(struct inet6_ifaddr), GFP_ATOMIC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810
811 if (ifa == NULL) {
dingtianhongba3542e2013-08-17 10:27:04 +0800812 ADBG("ipv6_add_addr: malloc failed\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700813 err = -ENOBUFS;
814 goto out;
815 }
816
David S. Miller8f031512011-12-06 16:48:14 -0500817 rt = addrconf_dst_alloc(idev, addr, false);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818 if (IS_ERR(rt)) {
819 err = PTR_ERR(rt);
820 goto out;
821 }
822
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +0000823 ifa->addr = *addr;
Jiri Pirko3f8f5292013-08-01 10:41:27 +0200824 if (peer_addr)
825 ifa->peer_addr = *peer_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826
827 spin_lock_init(&ifa->lock);
Herbert Xue9d3e082010-05-18 15:36:06 -0700828 spin_lock_init(&ifa->state_lock);
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +0200829 setup_timer(&ifa->dad_timer, addrconf_dad_timer,
830 (unsigned long)ifa);
stephen hemmingerc2e21292010-03-17 20:31:10 +0000831 INIT_HLIST_NODE(&ifa->addr_lst);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832 ifa->scope = scope;
833 ifa->prefix_len = pfxlen;
834 ifa->flags = flags | IFA_F_TENTATIVE;
Jiri Benc8a226b22013-08-01 10:41:28 +0200835 ifa->valid_lft = valid_lft;
836 ifa->prefered_lft = prefered_lft;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837 ifa->cstamp = ifa->tstamp = jiffies;
Daniel Borkmann617fe292013-04-09 03:47:16 +0000838 ifa->tokenized = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700839
Keir Fraser57f5f542006-08-29 02:43:49 -0700840 ifa->rt = rt;
841
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842 ifa->idev = idev;
843 in6_dev_hold(idev);
844 /* For caller */
845 in6_ifa_hold(ifa);
846
847 /* Add to big hash table */
Eric Dumazetddbe5032012-07-18 08:11:12 +0000848 hash = inet6_addr_hash(addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849
stephen hemminger5c578ae2010-03-17 20:31:11 +0000850 hlist_add_head_rcu(&ifa->addr_lst, &inet6_addr_lst[hash]);
stephen hemminger5c578ae2010-03-17 20:31:11 +0000851 spin_unlock(&addrconf_hash_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852
853 write_lock(&idev->lock);
854 /* Add to inet6_dev unicast addr list. */
Brian Haleye55ffac2006-07-10 15:25:51 -0700855 ipv6_link_dev_addr(idev, ifa);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700856
Linus Torvalds1da177e2005-04-16 15:20:36 -0700857 if (ifa->flags&IFA_F_TEMPORARY) {
stephen hemminger372e6c82010-03-17 20:31:09 +0000858 list_add(&ifa->tmp_list, &idev->tempaddr_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700859 in6_ifa_hold(ifa);
860 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861
Linus Torvalds1da177e2005-04-16 15:20:36 -0700862 in6_ifa_hold(ifa);
863 write_unlock(&idev->lock);
864out2:
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -0700865 rcu_read_unlock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700866
YOSHIFUJI Hideakifd928332005-04-19 22:27:09 -0700867 if (likely(err == 0))
Cong Wangf88c91d2013-04-14 23:18:43 +0800868 inet6addr_notifier_call_chain(NETDEV_UP, ifa);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869 else {
870 kfree(ifa);
871 ifa = ERR_PTR(err);
872 }
873
874 return ifa;
875out:
stephen hemminger5c578ae2010-03-17 20:31:11 +0000876 spin_unlock(&addrconf_hash_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700877 goto out2;
878}
879
880/* This function wants to get referenced ifp and releases it before return */
881
882static void ipv6_del_addr(struct inet6_ifaddr *ifp)
883{
stephen hemminger502a2ff2010-03-17 20:31:13 +0000884 struct inet6_ifaddr *ifa, *ifn;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885 struct inet6_dev *idev = ifp->idev;
Herbert Xu4c5ff6a2010-05-18 15:54:18 -0700886 int state;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887 int deleted = 0, onlink = 0;
888 unsigned long expires = jiffies;
889
Herbert Xu4c5ff6a2010-05-18 15:54:18 -0700890 spin_lock_bh(&ifp->state_lock);
891 state = ifp->state;
Herbert Xue9d3e082010-05-18 15:36:06 -0700892 ifp->state = INET6_IFADDR_STATE_DEAD;
Herbert Xu4c5ff6a2010-05-18 15:54:18 -0700893 spin_unlock_bh(&ifp->state_lock);
894
895 if (state == INET6_IFADDR_STATE_DEAD)
896 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897
stephen hemminger5c578ae2010-03-17 20:31:11 +0000898 spin_lock_bh(&addrconf_hash_lock);
899 hlist_del_init_rcu(&ifp->addr_lst);
stephen hemminger5c578ae2010-03-17 20:31:11 +0000900 spin_unlock_bh(&addrconf_hash_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901
902 write_lock_bh(&idev->lock);
David S. Miller5d9efa72013-10-28 20:07:50 -0400903
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904 if (ifp->flags&IFA_F_TEMPORARY) {
stephen hemminger372e6c82010-03-17 20:31:09 +0000905 list_del(&ifp->tmp_list);
906 if (ifp->ifpub) {
907 in6_ifa_put(ifp->ifpub);
908 ifp->ifpub = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909 }
stephen hemminger372e6c82010-03-17 20:31:09 +0000910 __in6_ifa_put(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912
stephen hemminger502a2ff2010-03-17 20:31:13 +0000913 list_for_each_entry_safe(ifa, ifn, &idev->addr_list, if_list) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700914 if (ifa == ifp) {
stephen hemminger502a2ff2010-03-17 20:31:13 +0000915 list_del_init(&ifp->if_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700916 __in6_ifa_put(ifp);
stephen hemminger502a2ff2010-03-17 20:31:13 +0000917
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918 if (!(ifp->flags & IFA_F_PERMANENT) || onlink > 0)
919 break;
920 deleted = 1;
Kristian Slavov1d142802005-12-21 18:47:24 -0800921 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922 } else if (ifp->flags & IFA_F_PERMANENT) {
923 if (ipv6_prefix_equal(&ifa->addr, &ifp->addr,
924 ifp->prefix_len)) {
925 if (ifa->flags & IFA_F_PERMANENT) {
926 onlink = 1;
927 if (deleted)
928 break;
929 } else {
930 unsigned long lifetime;
931
932 if (!onlink)
933 onlink = -1;
934
935 spin_lock(&ifa->lock);
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +0900936
937 lifetime = addrconf_timeout_fixup(ifa->valid_lft, HZ);
938 /*
939 * Note: Because this address is
940 * not permanent, lifetime <
941 * LONG_MAX / HZ here.
942 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700943 if (time_before(expires,
944 ifa->tstamp + lifetime * HZ))
945 expires = ifa->tstamp + lifetime * HZ;
946 spin_unlock(&ifa->lock);
947 }
948 }
949 }
950 }
951 write_unlock_bh(&idev->lock);
952
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +0200953 addrconf_del_dad_timer(ifp);
Andrey Vaginb2238562008-07-08 15:13:31 -0700954
Linus Torvalds1da177e2005-04-16 15:20:36 -0700955 ipv6_ifa_notify(RTM_DELADDR, ifp);
956
Cong Wangf88c91d2013-04-14 23:18:43 +0800957 inet6addr_notifier_call_chain(NETDEV_DOWN, ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959 /*
960 * Purge or update corresponding prefix
961 *
962 * 1) we don't purge prefix here if address was not permanent.
963 * prefix is managed by its own lifetime.
964 * 2) if there're no addresses, delete prefix.
965 * 3) if there're still other permanent address(es),
966 * corresponding prefix is still permanent.
967 * 4) otherwise, update prefix lifetime to the
968 * longest valid lifetime among the corresponding
969 * addresses on the device.
970 * Note: subsequent RA will update lifetime.
971 *
972 * --yoshfuji
973 */
974 if ((ifp->flags & IFA_F_PERMANENT) && onlink < 1) {
975 struct in6_addr prefix;
976 struct rt6_info *rt;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700977
Nicolas Dichtel64c6d082012-09-26 00:04:55 +0000978 ipv6_addr_prefix(&prefix, &ifp->addr, ifp->prefix_len);
Nicolas Dichtel64c6d082012-09-26 00:04:55 +0000979
Romain Kuntz21caa662013-01-09 21:06:03 +0000980 rt = addrconf_get_prefix_route(&prefix,
981 ifp->prefix_len,
982 ifp->idev->dev,
983 0, RTF_GATEWAY | RTF_DEFAULT);
984
985 if (rt) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986 if (onlink == 0) {
Thomas Grafe0a1ad732006-08-22 00:00:21 -0700987 ip6_del_rt(rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988 rt = NULL;
989 } else if (!(rt->rt6i_flags & RTF_EXPIRES)) {
Gao feng1716a962012-04-06 00:13:10 +0000990 rt6_set_expires(rt, expires);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700991 }
992 }
Amerigo Wang94e187c2012-10-29 00:13:19 +0000993 ip6_rt_put(rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994 }
995
Daniel Walterc3968a82011-04-13 21:10:57 +0000996 /* clean up prefsrc entries */
997 rt6_remove_prefsrc(ifp);
Herbert Xu4c5ff6a2010-05-18 15:54:18 -0700998out:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700999 in6_ifa_put(ifp);
1000}
1001
Linus Torvalds1da177e2005-04-16 15:20:36 -07001002static int ipv6_create_tempaddr(struct inet6_ifaddr *ifp, struct inet6_ifaddr *ift)
1003{
1004 struct inet6_dev *idev = ifp->idev;
1005 struct in6_addr addr, *tmpaddr;
Lorenzo Colitti76f793e2011-07-26 13:50:49 +00001006 unsigned long tmp_prefered_lft, tmp_valid_lft, tmp_tstamp, age;
Benoit Boissinoteac55bf2008-04-02 00:01:35 -07001007 unsigned long regen_advance;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008 int tmp_plen;
1009 int ret = 0;
Neil Horman95c385b2007-04-25 17:08:10 -07001010 u32 addr_flags;
Lorenzo Colitti76f793e2011-07-26 13:50:49 +00001011 unsigned long now = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001012
1013 write_lock(&idev->lock);
1014 if (ift) {
1015 spin_lock_bh(&ift->lock);
1016 memcpy(&addr.s6_addr[8], &ift->addr.s6_addr[8], 8);
1017 spin_unlock_bh(&ift->lock);
1018 tmpaddr = &addr;
1019 } else {
1020 tmpaddr = NULL;
1021 }
1022retry:
1023 in6_dev_hold(idev);
1024 if (idev->cnf.use_tempaddr <= 0) {
1025 write_unlock(&idev->lock);
Joe Perchesf3213832012-05-15 14:11:53 +00001026 pr_info("%s: use_tempaddr is disabled\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027 in6_dev_put(idev);
1028 ret = -1;
1029 goto out;
1030 }
1031 spin_lock_bh(&ifp->lock);
1032 if (ifp->regen_count++ >= idev->cnf.regen_max_retry) {
1033 idev->cnf.use_tempaddr = -1; /*XXX*/
1034 spin_unlock_bh(&ifp->lock);
1035 write_unlock(&idev->lock);
Joe Perchesf3213832012-05-15 14:11:53 +00001036 pr_warn("%s: regeneration time exceeded - disabled temporary address support\n",
1037 __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038 in6_dev_put(idev);
1039 ret = -1;
1040 goto out;
1041 }
1042 in6_ifa_hold(ifp);
1043 memcpy(addr.s6_addr, ifp->addr.s6_addr, 8);
Sorin Dumitrueb7e0572012-08-30 02:01:45 +00001044 __ipv6_try_regen_rndid(idev, tmpaddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045 memcpy(&addr.s6_addr[8], idev->rndid, 8);
Lorenzo Colitti76f793e2011-07-26 13:50:49 +00001046 age = (now - ifp->tstamp) / HZ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047 tmp_valid_lft = min_t(__u32,
1048 ifp->valid_lft,
Glenn Wurster7a876b02010-09-27 07:10:10 +00001049 idev->cnf.temp_valid_lft + age);
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001050 tmp_prefered_lft = min_t(__u32,
1051 ifp->prefered_lft,
Glenn Wurster7a876b02010-09-27 07:10:10 +00001052 idev->cnf.temp_prefered_lft + age -
Ben Hutchings784e2712010-06-26 11:42:55 +00001053 idev->cnf.max_desync_factor);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054 tmp_plen = ifp->prefix_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001055 tmp_tstamp = ifp->tstamp;
1056 spin_unlock_bh(&ifp->lock);
1057
Benoit Boissinoteac55bf2008-04-02 00:01:35 -07001058 regen_advance = idev->cnf.regen_max_retry *
David S. Miller7eaa48a2013-08-20 23:44:39 -07001059 idev->cnf.dad_transmits *
1060 idev->nd_parms->retrans_time / HZ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001061 write_unlock(&idev->lock);
Neil Horman95c385b2007-04-25 17:08:10 -07001062
Benoit Boissinoteac55bf2008-04-02 00:01:35 -07001063 /* A temporary address is created only if this calculated Preferred
1064 * Lifetime is greater than REGEN_ADVANCE time units. In particular,
1065 * an implementation must not create a temporary address with a zero
1066 * Preferred Lifetime.
1067 */
1068 if (tmp_prefered_lft <= regen_advance) {
1069 in6_ifa_put(ifp);
1070 in6_dev_put(idev);
1071 ret = -1;
1072 goto out;
1073 }
1074
Neil Horman95c385b2007-04-25 17:08:10 -07001075 addr_flags = IFA_F_TEMPORARY;
1076 /* set in addrconf_prefix_rcv() */
1077 if (ifp->flags & IFA_F_OPTIMISTIC)
1078 addr_flags |= IFA_F_OPTIMISTIC;
1079
Hannes Frederic Sowa4b08a8f2013-08-16 13:02:27 +02001080 ift = ipv6_add_addr(idev, &addr, NULL, tmp_plen,
1081 ipv6_addr_scope(&addr), addr_flags,
1082 tmp_valid_lft, tmp_prefered_lft);
1083 if (IS_ERR(ift)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001084 in6_ifa_put(ifp);
1085 in6_dev_put(idev);
Joe Perchesf3213832012-05-15 14:11:53 +00001086 pr_info("%s: retry temporary address regeneration\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087 tmpaddr = &addr;
1088 write_lock(&idev->lock);
1089 goto retry;
1090 }
1091
1092 spin_lock_bh(&ift->lock);
1093 ift->ifpub = ifp;
Lorenzo Colitti76f793e2011-07-26 13:50:49 +00001094 ift->cstamp = now;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001095 ift->tstamp = tmp_tstamp;
1096 spin_unlock_bh(&ift->lock);
1097
David S. Millercf22f9a2012-04-14 21:37:40 -04001098 addrconf_dad_start(ift);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001099 in6_ifa_put(ift);
1100 in6_dev_put(idev);
1101out:
1102 return ret;
1103}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001104
1105/*
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001106 * Choose an appropriate source address (RFC3484)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001107 */
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001108enum {
1109 IPV6_SADDR_RULE_INIT = 0,
1110 IPV6_SADDR_RULE_LOCAL,
1111 IPV6_SADDR_RULE_SCOPE,
1112 IPV6_SADDR_RULE_PREFERRED,
1113#ifdef CONFIG_IPV6_MIP6
1114 IPV6_SADDR_RULE_HOA,
1115#endif
1116 IPV6_SADDR_RULE_OIF,
1117 IPV6_SADDR_RULE_LABEL,
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001118 IPV6_SADDR_RULE_PRIVACY,
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001119 IPV6_SADDR_RULE_ORCHID,
1120 IPV6_SADDR_RULE_PREFIX,
1121 IPV6_SADDR_RULE_MAX
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001122};
1123
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001124struct ipv6_saddr_score {
1125 int rule;
1126 int addr_type;
1127 struct inet6_ifaddr *ifa;
1128 DECLARE_BITMAP(scorebits, IPV6_SADDR_RULE_MAX);
1129 int scopedist;
1130 int matchlen;
1131};
1132
1133struct ipv6_saddr_dst {
YOSHIFUJI Hideaki9acd9f32008-04-10 15:42:10 +09001134 const struct in6_addr *addr;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001135 int ifindex;
1136 int scope;
1137 int label;
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001138 unsigned int prefs;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001139};
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001140
Dave Jonesb6f99a22007-03-22 12:27:49 -07001141static inline int ipv6_saddr_preferred(int type)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001142{
Ulrich Weber45bb0062010-02-25 23:28:58 +00001143 if (type & (IPV6_ADDR_MAPPED|IPV6_ADDR_COMPATv4|IPV6_ADDR_LOOPBACK))
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001144 return 1;
1145 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001146}
1147
Benjamin Thery3de23252008-05-28 14:51:24 +02001148static int ipv6_get_saddr_eval(struct net *net,
1149 struct ipv6_saddr_score *score,
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001150 struct ipv6_saddr_dst *dst,
1151 int i)
1152{
1153 int ret;
1154
1155 if (i <= score->rule) {
1156 switch (i) {
1157 case IPV6_SADDR_RULE_SCOPE:
1158 ret = score->scopedist;
1159 break;
1160 case IPV6_SADDR_RULE_PREFIX:
1161 ret = score->matchlen;
1162 break;
1163 default:
1164 ret = !!test_bit(i, score->scorebits);
1165 }
1166 goto out;
1167 }
1168
1169 switch (i) {
1170 case IPV6_SADDR_RULE_INIT:
1171 /* Rule 0: remember if hiscore is not ready yet */
1172 ret = !!score->ifa;
1173 break;
1174 case IPV6_SADDR_RULE_LOCAL:
1175 /* Rule 1: Prefer same address */
1176 ret = ipv6_addr_equal(&score->ifa->addr, dst->addr);
1177 break;
1178 case IPV6_SADDR_RULE_SCOPE:
1179 /* Rule 2: Prefer appropriate scope
1180 *
1181 * ret
1182 * ^
1183 * -1 | d 15
1184 * ---+--+-+---> scope
1185 * |
1186 * | d is scope of the destination.
1187 * B-d | \
1188 * | \ <- smaller scope is better if
1189 * B-15 | \ if scope is enough for destinaion.
1190 * | ret = B - scope (-1 <= scope >= d <= 15).
1191 * d-C-1 | /
1192 * |/ <- greater is better
1193 * -C / if scope is not enough for destination.
1194 * /| ret = scope - C (-1 <= d < scope <= 15).
1195 *
1196 * d - C - 1 < B -15 (for all -1 <= d <= 15).
1197 * C > d + 14 - B >= 15 + 14 - B = 29 - B.
1198 * Assume B = 0 and we get C > 29.
1199 */
1200 ret = __ipv6_addr_src_scope(score->addr_type);
1201 if (ret >= dst->scope)
1202 ret = -ret;
1203 else
1204 ret -= 128; /* 30 is enough */
1205 score->scopedist = ret;
1206 break;
1207 case IPV6_SADDR_RULE_PREFERRED:
1208 /* Rule 3: Avoid deprecated and optimistic addresses */
1209 ret = ipv6_saddr_preferred(score->addr_type) ||
1210 !(score->ifa->flags & (IFA_F_DEPRECATED|IFA_F_OPTIMISTIC));
1211 break;
1212#ifdef CONFIG_IPV6_MIP6
1213 case IPV6_SADDR_RULE_HOA:
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001214 {
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001215 /* Rule 4: Prefer home address */
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001216 int prefhome = !(dst->prefs & IPV6_PREFER_SRC_COA);
1217 ret = !(score->ifa->flags & IFA_F_HOMEADDRESS) ^ prefhome;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001218 break;
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001219 }
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001220#endif
1221 case IPV6_SADDR_RULE_OIF:
1222 /* Rule 5: Prefer outgoing interface */
1223 ret = (!dst->ifindex ||
1224 dst->ifindex == score->ifa->idev->dev->ifindex);
1225 break;
1226 case IPV6_SADDR_RULE_LABEL:
1227 /* Rule 6: Prefer matching label */
Benjamin Thery3de23252008-05-28 14:51:24 +02001228 ret = ipv6_addr_label(net,
1229 &score->ifa->addr, score->addr_type,
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001230 score->ifa->idev->dev->ifindex) == dst->label;
1231 break;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001232 case IPV6_SADDR_RULE_PRIVACY:
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001233 {
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001234 /* Rule 7: Prefer public address
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001235 * Note: prefer temporary address if use_tempaddr >= 2
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001236 */
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001237 int preftmp = dst->prefs & (IPV6_PREFER_SRC_PUBLIC|IPV6_PREFER_SRC_TMP) ?
1238 !!(dst->prefs & IPV6_PREFER_SRC_TMP) :
1239 score->ifa->idev->cnf.use_tempaddr >= 2;
1240 ret = (!(score->ifa->flags & IFA_F_TEMPORARY)) ^ preftmp;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001241 break;
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001242 }
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001243 case IPV6_SADDR_RULE_ORCHID:
1244 /* Rule 8-: Prefer ORCHID vs ORCHID or
1245 * non-ORCHID vs non-ORCHID
1246 */
1247 ret = !(ipv6_addr_orchid(&score->ifa->addr) ^
1248 ipv6_addr_orchid(dst->addr));
1249 break;
1250 case IPV6_SADDR_RULE_PREFIX:
1251 /* Rule 8: Use longest matching prefix */
YOSHIFUJI Hideaki / 吉藤英明91b4b042012-09-10 18:41:07 +00001252 ret = ipv6_addr_diff(&score->ifa->addr, dst->addr);
1253 if (ret > score->ifa->prefix_len)
1254 ret = score->ifa->prefix_len;
1255 score->matchlen = ret;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001256 break;
1257 default:
1258 ret = 0;
1259 }
1260
1261 if (ret)
1262 __set_bit(i, score->scorebits);
1263 score->rule = i;
1264out:
1265 return ret;
1266}
1267
Patrick McHardyb3f644f2012-08-26 19:14:14 +02001268int ipv6_dev_get_saddr(struct net *net, const struct net_device *dst_dev,
YOSHIFUJI Hideaki9acd9f32008-04-10 15:42:10 +09001269 const struct in6_addr *daddr, unsigned int prefs,
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001270 struct in6_addr *saddr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001271{
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001272 struct ipv6_saddr_score scores[2],
1273 *score = &scores[0], *hiscore = &scores[1];
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001274 struct ipv6_saddr_dst dst;
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001275 struct net_device *dev;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001276 int dst_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001278 dst_type = __ipv6_addr_type(daddr);
1279 dst.addr = daddr;
1280 dst.ifindex = dst_dev ? dst_dev->ifindex : 0;
1281 dst.scope = __ipv6_addr_src_scope(dst_type);
Benjamin Thery3de23252008-05-28 14:51:24 +02001282 dst.label = ipv6_addr_label(net, daddr, dst_type, dst.ifindex);
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001283 dst.prefs = prefs;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001284
1285 hiscore->rule = -1;
1286 hiscore->ifa = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07001288 rcu_read_lock();
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001289
Eric Dumazetc6d14c82009-11-04 05:43:23 -08001290 for_each_netdev_rcu(net, dev) {
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001291 struct inet6_dev *idev;
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001292
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001293 /* Candidate Source Address (section 4)
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001294 * - multicast and link-local destination address,
1295 * the set of candidate source address MUST only
1296 * include addresses assigned to interfaces
1297 * belonging to the same link as the outgoing
1298 * interface.
1299 * (- For site-local destination addresses, the
1300 * set of candidate source addresses MUST only
1301 * include addresses assigned to interfaces
1302 * belonging to the same site as the outgoing
1303 * interface.)
1304 */
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001305 if (((dst_type & IPV6_ADDR_MULTICAST) ||
1306 dst.scope <= IPV6_ADDR_SCOPE_LINKLOCAL) &&
1307 dst.ifindex && dev->ifindex != dst.ifindex)
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001308 continue;
1309
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310 idev = __in6_dev_get(dev);
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001311 if (!idev)
1312 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001313
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001314 read_lock_bh(&idev->lock);
stephen hemminger502a2ff2010-03-17 20:31:13 +00001315 list_for_each_entry(score->ifa, &idev->addr_list, if_list) {
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001316 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001318 /*
YOSHIFUJI Hideaki6b3ae802005-12-21 22:58:01 +09001319 * - Tentative Address (RFC2462 section 5.4)
1320 * - A tentative address is not considered
1321 * "assigned to an interface" in the traditional
Neil Horman95c385b2007-04-25 17:08:10 -07001322 * sense, unless it is also flagged as optimistic.
YOSHIFUJI Hideaki6b3ae802005-12-21 22:58:01 +09001323 * - Candidate Source Address (section 4)
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001324 * - In any case, anycast addresses, multicast
1325 * addresses, and the unspecified address MUST
1326 * NOT be included in a candidate set.
1327 */
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001328 if ((score->ifa->flags & IFA_F_TENTATIVE) &&
1329 (!(score->ifa->flags & IFA_F_OPTIMISTIC)))
YOSHIFUJI Hideaki6b3ae802005-12-21 22:58:01 +09001330 continue;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001331
1332 score->addr_type = __ipv6_addr_type(&score->ifa->addr);
1333
1334 if (unlikely(score->addr_type == IPV6_ADDR_ANY ||
1335 score->addr_type & IPV6_ADDR_MULTICAST)) {
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001336 LIMIT_NETDEBUG(KERN_DEBUG
Joe Perches3b6d8212007-11-19 23:47:25 -08001337 "ADDRCONF: unspecified / multicast address "
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001338 "assigned as unicast address on %s",
1339 dev->name);
1340 continue;
1341 }
1342
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001343 score->rule = -1;
1344 bitmap_zero(score->scorebits, IPV6_SADDR_RULE_MAX);
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001345
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001346 for (i = 0; i < IPV6_SADDR_RULE_MAX; i++) {
1347 int minihiscore, miniscore;
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001348
Benjamin Thery3de23252008-05-28 14:51:24 +02001349 minihiscore = ipv6_get_saddr_eval(net, hiscore, &dst, i);
1350 miniscore = ipv6_get_saddr_eval(net, score, &dst, i);
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001351
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001352 if (minihiscore > miniscore) {
1353 if (i == IPV6_SADDR_RULE_SCOPE &&
1354 score->scopedist > 0) {
1355 /*
1356 * special case:
1357 * each remaining entry
1358 * has too small (not enough)
1359 * scope, because ifa entries
1360 * are sorted by their scope
1361 * values.
1362 */
1363 goto try_nextdev;
1364 }
1365 break;
1366 } else if (minihiscore < miniscore) {
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001367 if (hiscore->ifa)
1368 in6_ifa_put(hiscore->ifa);
1369
1370 in6_ifa_hold(score->ifa);
1371
Ilpo Järvinena0bffff2009-03-21 13:36:17 -07001372 swap(hiscore, score);
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001373
1374 /* restore our iterator */
1375 score->ifa = hiscore->ifa;
1376
1377 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378 }
1379 }
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001380 }
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001381try_nextdev:
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001382 read_unlock_bh(&idev->lock);
1383 }
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07001384 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001386 if (!hiscore->ifa)
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001387 return -EADDRNOTAVAIL;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001388
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00001389 *saddr = hiscore->ifa->addr;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001390 in6_ifa_put(hiscore->ifa);
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001391 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001392}
YOSHIFUJI Hideaki5e5f3f02008-03-03 21:44:34 +09001393EXPORT_SYMBOL(ipv6_dev_get_saddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001394
Amerigo Wang89657792013-06-29 21:30:49 +08001395int __ipv6_get_lladdr(struct inet6_dev *idev, struct in6_addr *addr,
1396 unsigned char banned_flags)
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02001397{
1398 struct inet6_ifaddr *ifp;
1399 int err = -EADDRNOTAVAIL;
1400
1401 list_for_each_entry(ifp, &idev->addr_list, if_list) {
1402 if (ifp->scope == IFA_LINK &&
1403 !(ifp->flags & banned_flags)) {
1404 *addr = ifp->addr;
1405 err = 0;
1406 break;
1407 }
1408 }
1409 return err;
1410}
1411
Neil Horman95c385b2007-04-25 17:08:10 -07001412int ipv6_get_lladdr(struct net_device *dev, struct in6_addr *addr,
1413 unsigned char banned_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001414{
1415 struct inet6_dev *idev;
1416 int err = -EADDRNOTAVAIL;
1417
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07001418 rcu_read_lock();
Stephen Hemmingere21e8462010-03-20 16:09:01 -07001419 idev = __in6_dev_get(dev);
1420 if (idev) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001421 read_lock_bh(&idev->lock);
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02001422 err = __ipv6_get_lladdr(idev, addr, banned_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001423 read_unlock_bh(&idev->lock);
1424 }
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07001425 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001426 return err;
1427}
1428
1429static int ipv6_count_addresses(struct inet6_dev *idev)
1430{
1431 int cnt = 0;
1432 struct inet6_ifaddr *ifp;
1433
1434 read_lock_bh(&idev->lock);
stephen hemminger502a2ff2010-03-17 20:31:13 +00001435 list_for_each_entry(ifp, &idev->addr_list, if_list)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001436 cnt++;
1437 read_unlock_bh(&idev->lock);
1438 return cnt;
1439}
1440
Eric Dumazetb71d1d42011-04-22 04:53:02 +00001441int ipv6_chk_addr(struct net *net, const struct in6_addr *addr,
Florian Westphal2a7851b2013-05-17 03:56:10 +00001442 const struct net_device *dev, int strict)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001443{
Stephen Hemmingereedf0422010-05-17 22:27:12 -07001444 struct inet6_ifaddr *ifp;
Eric Dumazetddbe5032012-07-18 08:11:12 +00001445 unsigned int hash = inet6_addr_hash(addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446
stephen hemminger5c578ae2010-03-17 20:31:11 +00001447 rcu_read_lock_bh();
Sasha Levinb67bfe02013-02-27 17:06:00 -08001448 hlist_for_each_entry_rcu(ifp, &inet6_addr_lst[hash], addr_lst) {
YOSHIFUJI Hideaki878628f2008-03-26 03:57:35 +09001449 if (!net_eq(dev_net(ifp->idev->dev), net))
Daniel Lezcanobfeade02008-01-10 22:43:18 -08001450 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451 if (ipv6_addr_equal(&ifp->addr, addr) &&
Stephen Hemmingereedf0422010-05-17 22:27:12 -07001452 !(ifp->flags&IFA_F_TENTATIVE) &&
1453 (dev == NULL || ifp->idev->dev == dev ||
1454 !(ifp->scope&(IFA_LINK|IFA_HOST) || strict))) {
1455 rcu_read_unlock_bh();
1456 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001457 }
1458 }
stephen hemminger5c578ae2010-03-17 20:31:11 +00001459
Stephen Hemmingereedf0422010-05-17 22:27:12 -07001460 rcu_read_unlock_bh();
1461 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462}
YOSHIFUJI Hideaki71590392007-02-22 22:05:40 +09001463EXPORT_SYMBOL(ipv6_chk_addr);
1464
David S. Miller3e81c6d2010-03-20 16:18:00 -07001465static bool ipv6_chk_same_addr(struct net *net, const struct in6_addr *addr,
1466 struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467{
Eric Dumazetddbe5032012-07-18 08:11:12 +00001468 unsigned int hash = inet6_addr_hash(addr);
stephen hemmingerc2e21292010-03-17 20:31:10 +00001469 struct inet6_ifaddr *ifp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470
Sasha Levinb67bfe02013-02-27 17:06:00 -08001471 hlist_for_each_entry(ifp, &inet6_addr_lst[hash], addr_lst) {
YOSHIFUJI Hideaki878628f2008-03-26 03:57:35 +09001472 if (!net_eq(dev_net(ifp->idev->dev), net))
Daniel Lezcano06bfe652008-01-10 22:43:42 -08001473 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001474 if (ipv6_addr_equal(&ifp->addr, addr)) {
1475 if (dev == NULL || ifp->idev->dev == dev)
David S. Miller3e81c6d2010-03-20 16:18:00 -07001476 return true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477 }
1478 }
David S. Miller3e81c6d2010-03-20 16:18:00 -07001479 return false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001480}
1481
Catalin\(ux\) M. BOIE7df37ff2013-09-23 23:04:19 +03001482/* Compares an address/prefix_len with addresses on device @dev.
1483 * If one is found it returns true.
1484 */
1485bool ipv6_chk_custom_prefix(const struct in6_addr *addr,
1486 const unsigned int prefix_len, struct net_device *dev)
1487{
1488 struct inet6_dev *idev;
1489 struct inet6_ifaddr *ifa;
1490 bool ret = false;
1491
1492 rcu_read_lock();
1493 idev = __in6_dev_get(dev);
1494 if (idev) {
1495 read_lock_bh(&idev->lock);
1496 list_for_each_entry(ifa, &idev->addr_list, if_list) {
1497 ret = ipv6_prefix_equal(addr, &ifa->addr, prefix_len);
1498 if (ret)
1499 break;
1500 }
1501 read_unlock_bh(&idev->lock);
1502 }
1503 rcu_read_unlock();
1504
1505 return ret;
1506}
1507EXPORT_SYMBOL(ipv6_chk_custom_prefix);
1508
Eric Dumazetb71d1d42011-04-22 04:53:02 +00001509int ipv6_chk_prefix(const struct in6_addr *addr, struct net_device *dev)
YOSHIFUJI Hideaki52eeeb82008-03-15 22:54:23 -04001510{
1511 struct inet6_dev *idev;
1512 struct inet6_ifaddr *ifa;
1513 int onlink;
1514
1515 onlink = 0;
1516 rcu_read_lock();
1517 idev = __in6_dev_get(dev);
1518 if (idev) {
1519 read_lock_bh(&idev->lock);
stephen hemminger502a2ff2010-03-17 20:31:13 +00001520 list_for_each_entry(ifa, &idev->addr_list, if_list) {
YOSHIFUJI Hideaki52eeeb82008-03-15 22:54:23 -04001521 onlink = ipv6_prefix_equal(addr, &ifa->addr,
1522 ifa->prefix_len);
1523 if (onlink)
1524 break;
1525 }
1526 read_unlock_bh(&idev->lock);
1527 }
1528 rcu_read_unlock();
1529 return onlink;
1530}
YOSHIFUJI Hideaki52eeeb82008-03-15 22:54:23 -04001531EXPORT_SYMBOL(ipv6_chk_prefix);
1532
YOSHIFUJI Hideaki9acd9f32008-04-10 15:42:10 +09001533struct inet6_ifaddr *ipv6_get_ifaddr(struct net *net, const struct in6_addr *addr,
Daniel Lezcano1cab3da2008-01-10 22:44:09 -08001534 struct net_device *dev, int strict)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001535{
David S. Millerb79d1d52010-03-25 21:39:21 -07001536 struct inet6_ifaddr *ifp, *result = NULL;
Eric Dumazetddbe5032012-07-18 08:11:12 +00001537 unsigned int hash = inet6_addr_hash(addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001538
stephen hemminger5c578ae2010-03-17 20:31:11 +00001539 rcu_read_lock_bh();
Sasha Levinb67bfe02013-02-27 17:06:00 -08001540 hlist_for_each_entry_rcu_bh(ifp, &inet6_addr_lst[hash], addr_lst) {
YOSHIFUJI Hideaki878628f2008-03-26 03:57:35 +09001541 if (!net_eq(dev_net(ifp->idev->dev), net))
Daniel Lezcano1cab3da2008-01-10 22:44:09 -08001542 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543 if (ipv6_addr_equal(&ifp->addr, addr)) {
1544 if (dev == NULL || ifp->idev->dev == dev ||
1545 !(ifp->scope&(IFA_LINK|IFA_HOST) || strict)) {
David S. Millerb79d1d52010-03-25 21:39:21 -07001546 result = ifp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001547 in6_ifa_hold(ifp);
1548 break;
1549 }
1550 }
1551 }
stephen hemminger5c578ae2010-03-17 20:31:11 +00001552 rcu_read_unlock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001553
David S. Millerb79d1d52010-03-25 21:39:21 -07001554 return result;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001555}
1556
Linus Torvalds1da177e2005-04-16 15:20:36 -07001557/* Gets referenced address, destroys ifaddr */
1558
Brian Haleycc411d02009-09-09 14:41:32 +00001559static void addrconf_dad_stop(struct inet6_ifaddr *ifp, int dad_failed)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001560{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001561 if (ifp->flags&IFA_F_PERMANENT) {
1562 spin_lock_bh(&ifp->lock);
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02001563 addrconf_del_dad_timer(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001564 ifp->flags |= IFA_F_TENTATIVE;
Brian Haleycc411d02009-09-09 14:41:32 +00001565 if (dad_failed)
1566 ifp->flags |= IFA_F_DADFAILED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001567 spin_unlock_bh(&ifp->lock);
Herbert Xue2577a02010-03-13 12:23:29 -08001568 if (dad_failed)
1569 ipv6_ifa_notify(0, ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570 in6_ifa_put(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571 } else if (ifp->flags&IFA_F_TEMPORARY) {
1572 struct inet6_ifaddr *ifpub;
1573 spin_lock_bh(&ifp->lock);
1574 ifpub = ifp->ifpub;
1575 if (ifpub) {
1576 in6_ifa_hold(ifpub);
1577 spin_unlock_bh(&ifp->lock);
1578 ipv6_create_tempaddr(ifpub, ifp);
1579 in6_ifa_put(ifpub);
1580 } else {
1581 spin_unlock_bh(&ifp->lock);
1582 }
1583 ipv6_del_addr(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001584 } else
1585 ipv6_del_addr(ifp);
1586}
1587
Herbert Xuf2344a12010-05-18 15:55:27 -07001588static int addrconf_dad_end(struct inet6_ifaddr *ifp)
1589{
1590 int err = -ENOENT;
1591
1592 spin_lock(&ifp->state_lock);
1593 if (ifp->state == INET6_IFADDR_STATE_DAD) {
1594 ifp->state = INET6_IFADDR_STATE_POSTDAD;
1595 err = 0;
1596 }
1597 spin_unlock(&ifp->state_lock);
1598
1599 return err;
1600}
1601
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09001602void addrconf_dad_failure(struct inet6_ifaddr *ifp)
1603{
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +09001604 struct inet6_dev *idev = ifp->idev;
Brian Haley9bdd8d42009-03-18 18:22:48 -07001605
Ursula Braun853dc2e2010-10-24 23:06:43 +00001606 if (addrconf_dad_end(ifp)) {
1607 in6_ifa_put(ifp);
Herbert Xuf2344a12010-05-18 15:55:27 -07001608 return;
Ursula Braun853dc2e2010-10-24 23:06:43 +00001609 }
Herbert Xuf2344a12010-05-18 15:55:27 -07001610
Joe Perchese87cc472012-05-13 21:56:26 +00001611 net_info_ratelimited("%s: IPv6 duplicate address %pI6c detected!\n",
1612 ifp->idev->dev->name, &ifp->addr);
Brian Haley9bdd8d42009-03-18 18:22:48 -07001613
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +09001614 if (idev->cnf.accept_dad > 1 && !idev->cnf.disable_ipv6) {
1615 struct in6_addr addr;
1616
1617 addr.s6_addr32[0] = htonl(0xfe800000);
1618 addr.s6_addr32[1] = 0;
1619
1620 if (!ipv6_generate_eui64(addr.s6_addr + 8, idev->dev) &&
1621 ipv6_addr_equal(&ifp->addr, &addr)) {
1622 /* DAD failed for link-local based on MAC address */
1623 idev->cnf.disable_ipv6 = 1;
Brian Haley9bdd8d42009-03-18 18:22:48 -07001624
Joe Perchesf3213832012-05-15 14:11:53 +00001625 pr_info("%s: IPv6 being disabled!\n",
Brian Haley9bdd8d42009-03-18 18:22:48 -07001626 ifp->idev->dev->name);
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +09001627 }
1628 }
1629
Brian Haleycc411d02009-09-09 14:41:32 +00001630 addrconf_dad_stop(ifp, 1);
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09001631}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001632
1633/* Join to solicited addr multicast group. */
1634
Eric Dumazetb71d1d42011-04-22 04:53:02 +00001635void addrconf_join_solict(struct net_device *dev, const struct in6_addr *addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001636{
1637 struct in6_addr maddr;
1638
1639 if (dev->flags&(IFF_LOOPBACK|IFF_NOARP))
1640 return;
1641
1642 addrconf_addr_solict_mult(addr, &maddr);
1643 ipv6_dev_mc_inc(dev, &maddr);
1644}
1645
Eric Dumazetb71d1d42011-04-22 04:53:02 +00001646void addrconf_leave_solict(struct inet6_dev *idev, const struct in6_addr *addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001647{
1648 struct in6_addr maddr;
1649
1650 if (idev->dev->flags&(IFF_LOOPBACK|IFF_NOARP))
1651 return;
1652
1653 addrconf_addr_solict_mult(addr, &maddr);
1654 __ipv6_dev_mc_dec(idev, &maddr);
1655}
1656
Arnaldo Carvalho de Melo20380732005-08-16 02:18:02 -03001657static void addrconf_join_anycast(struct inet6_ifaddr *ifp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658{
1659 struct in6_addr addr;
Bjørn Mork2bda8a02011-07-05 23:04:13 +00001660 if (ifp->prefix_len == 127) /* RFC 6164 */
1661 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662 ipv6_addr_prefix(&addr, &ifp->addr, ifp->prefix_len);
1663 if (ipv6_addr_any(&addr))
1664 return;
1665 ipv6_dev_ac_inc(ifp->idev->dev, &addr);
1666}
1667
Arnaldo Carvalho de Melo20380732005-08-16 02:18:02 -03001668static void addrconf_leave_anycast(struct inet6_ifaddr *ifp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001669{
1670 struct in6_addr addr;
YOSHIFUJI Hideaki32019e62011-07-24 11:44:34 +00001671 if (ifp->prefix_len == 127) /* RFC 6164 */
1672 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673 ipv6_addr_prefix(&addr, &ifp->addr, ifp->prefix_len);
1674 if (ipv6_addr_any(&addr))
1675 return;
1676 __ipv6_dev_ac_dec(ifp->idev, &addr);
1677}
1678
YOSHIFUJI Hideaki073a8e02006-03-20 16:54:49 -08001679static int addrconf_ifid_eui48(u8 *eui, struct net_device *dev)
1680{
1681 if (dev->addr_len != ETH_ALEN)
1682 return -1;
1683 memcpy(eui, dev->dev_addr, 3);
1684 memcpy(eui + 5, dev->dev_addr + 3, 3);
1685
1686 /*
1687 * The zSeries OSA network cards can be shared among various
1688 * OS instances, but the OSA cards have only one MAC address.
1689 * This leads to duplicate address conflicts in conjunction
1690 * with IPv6 if more than one instance uses the same card.
1691 *
1692 * The driver for these cards can deliver a unique 16-bit
1693 * identifier for each instance sharing the same card. It is
1694 * placed instead of 0xFFFE in the interface identifier. The
1695 * "u" bit of the interface identifier is not inverted in this
1696 * case. Hence the resulting interface identifier has local
1697 * scope according to RFC2373.
1698 */
1699 if (dev->dev_id) {
1700 eui[3] = (dev->dev_id >> 8) & 0xFF;
1701 eui[4] = dev->dev_id & 0xFF;
1702 } else {
1703 eui[3] = 0xFF;
1704 eui[4] = 0xFE;
1705 eui[0] ^= 2;
1706 }
1707 return 0;
1708}
1709
alex.bluesman.smirnov@gmail.com06a4c1c2012-05-10 03:25:52 +00001710static int addrconf_ifid_eui64(u8 *eui, struct net_device *dev)
1711{
1712 if (dev->addr_len != IEEE802154_ADDR_LEN)
1713 return -1;
1714 memcpy(eui, dev->dev_addr, 8);
YOSHIFUJI Hideaki / 吉藤英明5e98a362013-01-28 10:44:29 +00001715 eui[0] ^= 2;
alex.bluesman.smirnov@gmail.com06a4c1c2012-05-10 03:25:52 +00001716 return 0;
1717}
1718
YOSHIFUJI Hideaki / 吉藤英明cb6bf352013-03-25 08:26:24 +00001719static int addrconf_ifid_ieee1394(u8 *eui, struct net_device *dev)
1720{
1721 union fwnet_hwaddr *ha;
1722
1723 if (dev->addr_len != FWNET_ALEN)
1724 return -1;
1725
1726 ha = (union fwnet_hwaddr *)dev->dev_addr;
1727
1728 memcpy(eui, &ha->uc.uniq_id, sizeof(ha->uc.uniq_id));
1729 eui[0] ^= 2;
1730 return 0;
1731}
1732
YOSHIFUJI Hideaki073a8e02006-03-20 16:54:49 -08001733static int addrconf_ifid_arcnet(u8 *eui, struct net_device *dev)
1734{
1735 /* XXX: inherit EUI-64 from other interface -- yoshfuji */
1736 if (dev->addr_len != ARCNET_ALEN)
1737 return -1;
1738 memset(eui, 0, 7);
Eldad Zack8e5e8f32012-04-01 07:49:08 +00001739 eui[7] = *(u8 *)dev->dev_addr;
YOSHIFUJI Hideaki073a8e02006-03-20 16:54:49 -08001740 return 0;
1741}
1742
1743static int addrconf_ifid_infiniband(u8 *eui, struct net_device *dev)
1744{
1745 if (dev->addr_len != INFINIBAND_ALEN)
1746 return -1;
1747 memcpy(eui, dev->dev_addr + 12, 8);
1748 eui[0] |= 2;
1749 return 0;
1750}
1751
stephen hemmingerc61393e2010-10-04 20:17:53 +00001752static int __ipv6_isatap_ifid(u8 *eui, __be32 addr)
YOSHIFUJI Hideakidfd982b2008-04-10 15:42:09 +09001753{
Sascha Hlusiak9af28512009-05-19 12:56:51 +00001754 if (addr == 0)
1755 return -1;
YOSHIFUJI Hideakidfd982b2008-04-10 15:42:09 +09001756 eui[0] = (ipv4_is_zeronet(addr) || ipv4_is_private_10(addr) ||
1757 ipv4_is_loopback(addr) || ipv4_is_linklocal_169(addr) ||
1758 ipv4_is_private_172(addr) || ipv4_is_test_192(addr) ||
1759 ipv4_is_anycast_6to4(addr) || ipv4_is_private_192(addr) ||
1760 ipv4_is_test_198(addr) || ipv4_is_multicast(addr) ||
1761 ipv4_is_lbcast(addr)) ? 0x00 : 0x02;
1762 eui[1] = 0;
1763 eui[2] = 0x5E;
1764 eui[3] = 0xFE;
1765 memcpy(eui + 4, &addr, 4);
1766 return 0;
1767}
YOSHIFUJI Hideakidfd982b2008-04-10 15:42:09 +09001768
1769static int addrconf_ifid_sit(u8 *eui, struct net_device *dev)
1770{
1771 if (dev->priv_flags & IFF_ISATAP)
1772 return __ipv6_isatap_ifid(eui, *(__be32 *)dev->dev_addr);
1773 return -1;
1774}
1775
stephen hemmingeraee80b52011-06-08 10:44:30 +00001776static int addrconf_ifid_gre(u8 *eui, struct net_device *dev)
1777{
1778 return __ipv6_isatap_ifid(eui, *(__be32 *)dev->dev_addr);
1779}
1780
Nicolas Dichtele8377352013-08-20 12:16:06 +02001781static int addrconf_ifid_ip6tnl(u8 *eui, struct net_device *dev)
1782{
1783 memcpy(eui, dev->perm_addr, 3);
1784 memcpy(eui + 5, dev->perm_addr + 3, 3);
1785 eui[3] = 0xFF;
1786 eui[4] = 0xFE;
1787 eui[0] ^= 2;
1788 return 0;
1789}
1790
Linus Torvalds1da177e2005-04-16 15:20:36 -07001791static int ipv6_generate_eui64(u8 *eui, struct net_device *dev)
1792{
1793 switch (dev->type) {
1794 case ARPHRD_ETHER:
1795 case ARPHRD_FDDI:
YOSHIFUJI Hideaki073a8e02006-03-20 16:54:49 -08001796 return addrconf_ifid_eui48(eui, dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797 case ARPHRD_ARCNET:
YOSHIFUJI Hideaki073a8e02006-03-20 16:54:49 -08001798 return addrconf_ifid_arcnet(eui, dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001799 case ARPHRD_INFINIBAND:
YOSHIFUJI Hideaki073a8e02006-03-20 16:54:49 -08001800 return addrconf_ifid_infiniband(eui, dev);
Fred L. Templinc7dc89c2007-11-29 22:11:40 +11001801 case ARPHRD_SIT:
YOSHIFUJI Hideakidfd982b2008-04-10 15:42:09 +09001802 return addrconf_ifid_sit(eui, dev);
stephen hemmingeraee80b52011-06-08 10:44:30 +00001803 case ARPHRD_IPGRE:
1804 return addrconf_ifid_gre(eui, dev);
alex.bluesman.smirnov@gmail.com06a4c1c2012-05-10 03:25:52 +00001805 case ARPHRD_IEEE802154:
1806 return addrconf_ifid_eui64(eui, dev);
YOSHIFUJI Hideaki / 吉藤英明cb6bf352013-03-25 08:26:24 +00001807 case ARPHRD_IEEE1394:
1808 return addrconf_ifid_ieee1394(eui, dev);
Nicolas Dichtele8377352013-08-20 12:16:06 +02001809 case ARPHRD_TUNNEL6:
1810 return addrconf_ifid_ip6tnl(eui, dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811 }
1812 return -1;
1813}
1814
1815static int ipv6_inherit_eui64(u8 *eui, struct inet6_dev *idev)
1816{
1817 int err = -1;
1818 struct inet6_ifaddr *ifp;
1819
1820 read_lock_bh(&idev->lock);
stephen hemminger502a2ff2010-03-17 20:31:13 +00001821 list_for_each_entry(ifp, &idev->addr_list, if_list) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001822 if (ifp->scope == IFA_LINK && !(ifp->flags&IFA_F_TENTATIVE)) {
1823 memcpy(eui, ifp->addr.s6_addr+8, 8);
1824 err = 0;
1825 break;
1826 }
1827 }
1828 read_unlock_bh(&idev->lock);
1829 return err;
1830}
1831
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832/* (re)generation of randomized interface identifier (RFC 3041 3.2, 3.5) */
Sorin Dumitrueb7e0572012-08-30 02:01:45 +00001833static void __ipv6_regen_rndid(struct inet6_dev *idev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835regen:
YOSHIFUJI Hideaki955189e2006-03-20 16:54:09 -08001836 get_random_bytes(idev->rndid, sizeof(idev->rndid));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837 idev->rndid[0] &= ~0x02;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838
1839 /*
1840 * <draft-ietf-ipngwg-temp-addresses-v2-00.txt>:
1841 * check if generated address is not inappropriate
1842 *
1843 * - Reserved subnet anycast (RFC 2526)
1844 * 11111101 11....11 1xxxxxxx
Fred L. Templinc7dc89c2007-11-29 22:11:40 +11001845 * - ISATAP (RFC4214) 6.1
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846 * 00-00-5E-FE-xx-xx-xx-xx
1847 * - value 0
1848 * - XXX: already assigned to an address on the device
1849 */
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001850 if (idev->rndid[0] == 0xfd &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851 (idev->rndid[1]&idev->rndid[2]&idev->rndid[3]&idev->rndid[4]&idev->rndid[5]&idev->rndid[6]) == 0xff &&
1852 (idev->rndid[7]&0x80))
1853 goto regen;
1854 if ((idev->rndid[0]|idev->rndid[1]) == 0) {
1855 if (idev->rndid[2] == 0x5e && idev->rndid[3] == 0xfe)
1856 goto regen;
1857 if ((idev->rndid[2]|idev->rndid[3]|idev->rndid[4]|idev->rndid[5]|idev->rndid[6]|idev->rndid[7]) == 0x00)
1858 goto regen;
1859 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001860}
1861
1862static void ipv6_regen_rndid(unsigned long data)
1863{
1864 struct inet6_dev *idev = (struct inet6_dev *) data;
1865 unsigned long expires;
1866
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07001867 rcu_read_lock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868 write_lock_bh(&idev->lock);
1869
1870 if (idev->dead)
1871 goto out;
1872
Sorin Dumitrueb7e0572012-08-30 02:01:45 +00001873 __ipv6_regen_rndid(idev);
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001874
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875 expires = jiffies +
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001876 idev->cnf.temp_prefered_lft * HZ -
Ben Hutchings784e2712010-06-26 11:42:55 +00001877 idev->cnf.regen_max_retry * idev->cnf.dad_transmits * idev->nd_parms->retrans_time -
1878 idev->cnf.max_desync_factor * HZ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001879 if (time_before(expires, jiffies)) {
Joe Perchesf3213832012-05-15 14:11:53 +00001880 pr_warn("%s: too short regeneration interval; timer disabled for %s\n",
1881 __func__, idev->dev->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882 goto out;
1883 }
1884
1885 if (!mod_timer(&idev->regen_timer, expires))
1886 in6_dev_hold(idev);
1887
1888out:
1889 write_unlock_bh(&idev->lock);
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07001890 rcu_read_unlock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891 in6_dev_put(idev);
1892}
1893
Sorin Dumitrueb7e0572012-08-30 02:01:45 +00001894static void __ipv6_try_regen_rndid(struct inet6_dev *idev, struct in6_addr *tmpaddr)
Eldad Zack8e5e8f32012-04-01 07:49:08 +00001895{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001896 if (tmpaddr && memcmp(idev->rndid, &tmpaddr->s6_addr[8], 8) == 0)
Sorin Dumitrueb7e0572012-08-30 02:01:45 +00001897 __ipv6_regen_rndid(idev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899
1900/*
1901 * Add prefix route.
1902 */
1903
1904static void
1905addrconf_prefix_route(struct in6_addr *pfx, int plen, struct net_device *dev,
Jamal Hadi Salime431b8c2005-06-18 22:55:31 -07001906 unsigned long expires, u32 flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907{
Thomas Graf86872cb2006-08-22 00:01:08 -07001908 struct fib6_config cfg = {
1909 .fc_table = RT6_TABLE_PREFIX,
1910 .fc_metric = IP6_RT_PRIO_ADDRCONF,
1911 .fc_ifindex = dev->ifindex,
1912 .fc_expires = expires,
1913 .fc_dst_len = plen,
1914 .fc_flags = RTF_UP | flags,
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09001915 .fc_nlinfo.nl_net = dev_net(dev),
Stephen Hemmingerf410a1f2008-08-23 05:16:46 -07001916 .fc_protocol = RTPROT_KERNEL,
Thomas Graf86872cb2006-08-22 00:01:08 -07001917 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00001919 cfg.fc_dst = *pfx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920
1921 /* Prevent useless cloning on PtP SIT.
1922 This thing is done here expecting that the whole
1923 class of non-broadcast devices need not cloning.
1924 */
Amerigo Wang07a93622012-10-29 16:23:10 +00001925#if IS_ENABLED(CONFIG_IPV6_SIT)
Thomas Graf86872cb2006-08-22 00:01:08 -07001926 if (dev->type == ARPHRD_SIT && (dev->flags & IFF_POINTOPOINT))
1927 cfg.fc_flags |= RTF_NONEXTHOP;
Joerg Roedel0be669b2006-10-10 14:49:53 -07001928#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929
Thomas Graf86872cb2006-08-22 00:01:08 -07001930 ip6_route_add(&cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931}
1932
Andreas Hofmeister14ef37b2011-10-26 03:24:29 +00001933
1934static struct rt6_info *addrconf_get_prefix_route(const struct in6_addr *pfx,
1935 int plen,
1936 const struct net_device *dev,
1937 u32 flags, u32 noflags)
1938{
1939 struct fib6_node *fn;
1940 struct rt6_info *rt = NULL;
1941 struct fib6_table *table;
1942
1943 table = fib6_get_table(dev_net(dev), RT6_TABLE_PREFIX);
1944 if (table == NULL)
1945 return NULL;
1946
Li RongQing5744dd92012-09-11 21:59:01 +00001947 read_lock_bh(&table->tb6_lock);
Andreas Hofmeister14ef37b2011-10-26 03:24:29 +00001948 fn = fib6_locate(&table->tb6_root, pfx, plen, NULL, 0);
1949 if (!fn)
1950 goto out;
1951 for (rt = fn->leaf; rt; rt = rt->dst.rt6_next) {
David S. Millerd1918542011-12-28 20:19:20 -05001952 if (rt->dst.dev->ifindex != dev->ifindex)
Andreas Hofmeister14ef37b2011-10-26 03:24:29 +00001953 continue;
1954 if ((rt->rt6i_flags & flags) != flags)
1955 continue;
Romain Kuntz85da53b2013-01-09 15:02:26 +01001956 if ((rt->rt6i_flags & noflags) != 0)
Andreas Hofmeister14ef37b2011-10-26 03:24:29 +00001957 continue;
1958 dst_hold(&rt->dst);
1959 break;
1960 }
1961out:
Li RongQing5744dd92012-09-11 21:59:01 +00001962 read_unlock_bh(&table->tb6_lock);
Andreas Hofmeister14ef37b2011-10-26 03:24:29 +00001963 return rt;
1964}
1965
1966
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967/* Create "default" multicast route to the interface */
1968
1969static void addrconf_add_mroute(struct net_device *dev)
1970{
Thomas Graf86872cb2006-08-22 00:01:08 -07001971 struct fib6_config cfg = {
1972 .fc_table = RT6_TABLE_LOCAL,
1973 .fc_metric = IP6_RT_PRIO_ADDRCONF,
1974 .fc_ifindex = dev->ifindex,
1975 .fc_dst_len = 8,
1976 .fc_flags = RTF_UP,
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09001977 .fc_nlinfo.nl_net = dev_net(dev),
Thomas Graf86872cb2006-08-22 00:01:08 -07001978 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001979
Thomas Graf86872cb2006-08-22 00:01:08 -07001980 ipv6_addr_set(&cfg.fc_dst, htonl(0xFF000000), 0, 0, 0);
1981
1982 ip6_route_add(&cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001983}
1984
Amerigo Wang07a93622012-10-29 16:23:10 +00001985#if IS_ENABLED(CONFIG_IPV6_SIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986static void sit_route_add(struct net_device *dev)
1987{
Thomas Graf86872cb2006-08-22 00:01:08 -07001988 struct fib6_config cfg = {
1989 .fc_table = RT6_TABLE_MAIN,
1990 .fc_metric = IP6_RT_PRIO_ADDRCONF,
1991 .fc_ifindex = dev->ifindex,
1992 .fc_dst_len = 96,
1993 .fc_flags = RTF_UP | RTF_NONEXTHOP,
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09001994 .fc_nlinfo.nl_net = dev_net(dev),
Thomas Graf86872cb2006-08-22 00:01:08 -07001995 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996
1997 /* prefix length - 96 bits "::d.d.d.d" */
Thomas Graf86872cb2006-08-22 00:01:08 -07001998 ip6_route_add(&cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999}
Joerg Roedel0be669b2006-10-10 14:49:53 -07002000#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001
Linus Torvalds1da177e2005-04-16 15:20:36 -07002002static struct inet6_dev *addrconf_add_dev(struct net_device *dev)
2003{
2004 struct inet6_dev *idev;
2005
2006 ASSERT_RTNL();
2007
Stephen Hemmingere21e8462010-03-20 16:09:01 -07002008 idev = ipv6_find_idev(dev);
2009 if (!idev)
Brian Haley64e724f2010-07-20 10:34:30 +00002010 return ERR_PTR(-ENOBUFS);
2011
2012 if (idev->cnf.disable_ipv6)
2013 return ERR_PTR(-EACCES);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014
2015 /* Add default multicast route */
Li Wei4af04ab2011-12-06 21:23:45 +00002016 if (!(dev->flags & IFF_LOOPBACK))
2017 addrconf_add_mroute(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002018
Linus Torvalds1da177e2005-04-16 15:20:36 -07002019 return idev;
2020}
2021
Neil Hormane6bff992012-01-04 10:49:15 +00002022void addrconf_prefix_rcv(struct net_device *dev, u8 *opt, int len, bool sllao)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023{
2024 struct prefix_info *pinfo;
2025 __u32 valid_lft;
2026 __u32 prefered_lft;
2027 int addr_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028 struct inet6_dev *in6_dev;
Brian Haley56d417b2009-06-01 03:07:33 -07002029 struct net *net = dev_net(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002030
2031 pinfo = (struct prefix_info *) opt;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002032
Linus Torvalds1da177e2005-04-16 15:20:36 -07002033 if (len < sizeof(struct prefix_info)) {
dingtianhongba3542e2013-08-17 10:27:04 +08002034 ADBG("addrconf: prefix option too short\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035 return;
2036 }
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002037
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038 /*
2039 * Validation checks ([ADDRCONF], page 19)
2040 */
2041
2042 addr_type = ipv6_addr_type(&pinfo->prefix);
2043
2044 if (addr_type & (IPV6_ADDR_MULTICAST|IPV6_ADDR_LINKLOCAL))
2045 return;
2046
2047 valid_lft = ntohl(pinfo->valid);
2048 prefered_lft = ntohl(pinfo->prefered);
2049
2050 if (prefered_lft > valid_lft) {
Joe Perchese87cc472012-05-13 21:56:26 +00002051 net_warn_ratelimited("addrconf: prefix option has invalid lifetime\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052 return;
2053 }
2054
2055 in6_dev = in6_dev_get(dev);
2056
2057 if (in6_dev == NULL) {
Joe Perchese87cc472012-05-13 21:56:26 +00002058 net_dbg_ratelimited("addrconf: device %s not configured\n",
2059 dev->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060 return;
2061 }
2062
2063 /*
2064 * Two things going on here:
2065 * 1) Add routes for on-link prefixes
2066 * 2) Configure prefixes with the auto flag set
2067 */
2068
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002069 if (pinfo->onlink) {
2070 struct rt6_info *rt;
2071 unsigned long rt_expires;
2072
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002073 /* Avoid arithmetic overflow. Really, we could
2074 * save rt_expires in seconds, likely valid_lft,
2075 * but it would require division in fib gc, that it
2076 * not good.
2077 */
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002078 if (HZ > USER_HZ)
2079 rt_expires = addrconf_timeout_fixup(valid_lft, HZ);
2080 else
2081 rt_expires = addrconf_timeout_fixup(valid_lft, USER_HZ);
YOSHIFUJI Hideaki3dd4bc62005-12-19 14:02:45 -08002082
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002083 if (addrconf_finite_timeout(rt_expires))
2084 rt_expires *= HZ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002085
Andreas Hofmeister14ef37b2011-10-26 03:24:29 +00002086 rt = addrconf_get_prefix_route(&pinfo->prefix,
2087 pinfo->prefix_len,
2088 dev,
2089 RTF_ADDRCONF | RTF_PREFIX_RT,
2090 RTF_GATEWAY | RTF_DEFAULT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091
Andreas Hofmeister14ef37b2011-10-26 03:24:29 +00002092 if (rt) {
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002093 /* Autoconf prefix route */
2094 if (valid_lft == 0) {
2095 ip6_del_rt(rt);
2096 rt = NULL;
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002097 } else if (addrconf_finite_timeout(rt_expires)) {
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002098 /* not infinity */
Gao feng1716a962012-04-06 00:13:10 +00002099 rt6_set_expires(rt, jiffies + rt_expires);
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002100 } else {
Gao feng1716a962012-04-06 00:13:10 +00002101 rt6_clean_expires(rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102 }
2103 } else if (valid_lft) {
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002104 clock_t expires = 0;
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002105 int flags = RTF_ADDRCONF | RTF_PREFIX_RT;
2106 if (addrconf_finite_timeout(rt_expires)) {
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002107 /* not infinity */
2108 flags |= RTF_EXPIRES;
2109 expires = jiffies_to_clock_t(rt_expires);
2110 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111 addrconf_prefix_route(&pinfo->prefix, pinfo->prefix_len,
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002112 dev, expires, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113 }
Amerigo Wang94e187c2012-10-29 00:13:19 +00002114 ip6_rt_put(rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115 }
2116
2117 /* Try to figure out our local address for this prefix */
2118
2119 if (pinfo->autoconf && in6_dev->cnf.autoconf) {
Eldad Zack8e5e8f32012-04-01 07:49:08 +00002120 struct inet6_ifaddr *ifp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121 struct in6_addr addr;
2122 int create = 0, update_lft = 0;
Daniel Borkmann617fe292013-04-09 03:47:16 +00002123 bool tokenized = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002124
2125 if (pinfo->prefix_len == 64) {
2126 memcpy(&addr, &pinfo->prefix, 8);
Daniel Borkmannf53adae2013-04-08 04:01:30 +00002127
2128 if (!ipv6_addr_any(&in6_dev->token)) {
2129 read_lock_bh(&in6_dev->lock);
2130 memcpy(addr.s6_addr + 8,
2131 in6_dev->token.s6_addr + 8, 8);
2132 read_unlock_bh(&in6_dev->lock);
Daniel Borkmann617fe292013-04-09 03:47:16 +00002133 tokenized = true;
Daniel Borkmannf53adae2013-04-08 04:01:30 +00002134 } else if (ipv6_generate_eui64(addr.s6_addr + 8, dev) &&
2135 ipv6_inherit_eui64(addr.s6_addr + 8, in6_dev)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002136 in6_dev_put(in6_dev);
2137 return;
2138 }
2139 goto ok;
2140 }
Joe Perchese87cc472012-05-13 21:56:26 +00002141 net_dbg_ratelimited("IPv6 addrconf: prefix with wrong length %d\n",
2142 pinfo->prefix_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143 in6_dev_put(in6_dev);
2144 return;
2145
2146ok:
2147
YOSHIFUJI Hideaki53b79972008-07-19 22:35:03 -07002148 ifp = ipv6_get_ifaddr(net, &addr, dev, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149
2150 if (ifp == NULL && valid_lft) {
2151 int max_addresses = in6_dev->cnf.max_addresses;
Neil Horman95c385b2007-04-25 17:08:10 -07002152 u32 addr_flags = 0;
2153
2154#ifdef CONFIG_IPV6_OPTIMISTIC_DAD
2155 if (in6_dev->cnf.optimistic_dad &&
Neil Hormane6bff992012-01-04 10:49:15 +00002156 !net->ipv6.devconf_all->forwarding && sllao)
Neil Horman95c385b2007-04-25 17:08:10 -07002157 addr_flags = IFA_F_OPTIMISTIC;
2158#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159
2160 /* Do not allow to create too much of autoconfigured
2161 * addresses; this would be too easy way to crash kernel.
2162 */
2163 if (!max_addresses ||
2164 ipv6_count_addresses(in6_dev) < max_addresses)
Jiri Pirko3f8f5292013-08-01 10:41:27 +02002165 ifp = ipv6_add_addr(in6_dev, &addr, NULL,
2166 pinfo->prefix_len,
Neil Horman95c385b2007-04-25 17:08:10 -07002167 addr_type&IPV6_ADDR_SCOPE_MASK,
Jiri Benc8a226b22013-08-01 10:41:28 +02002168 addr_flags, valid_lft,
2169 prefered_lft);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170
YOSHIFUJI Hideaki / 吉藤英明3f0d2ba2013-01-22 06:32:54 +00002171 if (IS_ERR_OR_NULL(ifp)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172 in6_dev_put(in6_dev);
2173 return;
2174 }
2175
Jiri Benc8a226b22013-08-01 10:41:28 +02002176 update_lft = 0;
2177 create = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178 ifp->cstamp = jiffies;
Daniel Borkmann617fe292013-04-09 03:47:16 +00002179 ifp->tokenized = tokenized;
David S. Millercf22f9a2012-04-14 21:37:40 -04002180 addrconf_dad_start(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181 }
2182
2183 if (ifp) {
2184 int flags;
2185 unsigned long now;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186 struct inet6_ifaddr *ift;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187 u32 stored_lft;
2188
2189 /* update lifetime (RFC2462 5.5.3 e) */
2190 spin_lock(&ifp->lock);
2191 now = jiffies;
2192 if (ifp->valid_lft > (now - ifp->tstamp) / HZ)
2193 stored_lft = ifp->valid_lft - (now - ifp->tstamp) / HZ;
2194 else
2195 stored_lft = 0;
Jiri Benc8a226b22013-08-01 10:41:28 +02002196 if (!update_lft && !create && stored_lft) {
Paul Marksc9d55d52013-09-25 15:12:55 -07002197 const u32 minimum_lft = min(
2198 stored_lft, (u32)MIN_VALID_LIFETIME);
2199 valid_lft = max(valid_lft, minimum_lft);
2200
2201 /* RFC4862 Section 5.5.3e:
2202 * "Note that the preferred lifetime of the
2203 * corresponding address is always reset to
2204 * the Preferred Lifetime in the received
2205 * Prefix Information option, regardless of
2206 * whether the valid lifetime is also reset or
2207 * ignored."
2208 *
2209 * So we should always update prefered_lft here.
2210 */
2211 update_lft = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212 }
2213
2214 if (update_lft) {
2215 ifp->valid_lft = valid_lft;
2216 ifp->prefered_lft = prefered_lft;
2217 ifp->tstamp = now;
2218 flags = ifp->flags;
2219 ifp->flags &= ~IFA_F_DEPRECATED;
2220 spin_unlock(&ifp->lock);
2221
2222 if (!(flags&IFA_F_TENTATIVE))
2223 ipv6_ifa_notify(0, ifp);
2224 } else
2225 spin_unlock(&ifp->lock);
2226
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227 read_lock_bh(&in6_dev->lock);
2228 /* update all temporary addresses in the list */
Lorenzo Colitti76f793e2011-07-26 13:50:49 +00002229 list_for_each_entry(ift, &in6_dev->tempaddr_list,
2230 tmp_list) {
2231 int age, max_valid, max_prefered;
2232
Benoit Boissinotc6fbfac2008-04-02 00:00:58 -07002233 if (ifp != ift->ifpub)
2234 continue;
2235
Lorenzo Colitti76f793e2011-07-26 13:50:49 +00002236 /*
2237 * RFC 4941 section 3.3:
2238 * If a received option will extend the lifetime
2239 * of a public address, the lifetimes of
2240 * temporary addresses should be extended,
2241 * subject to the overall constraint that no
2242 * temporary addresses should ever remain
2243 * "valid" or "preferred" for a time longer than
2244 * (TEMP_VALID_LIFETIME) or
2245 * (TEMP_PREFERRED_LIFETIME - DESYNC_FACTOR),
2246 * respectively.
2247 */
2248 age = (now - ift->cstamp) / HZ;
2249 max_valid = in6_dev->cnf.temp_valid_lft - age;
2250 if (max_valid < 0)
2251 max_valid = 0;
2252
2253 max_prefered = in6_dev->cnf.temp_prefered_lft -
2254 in6_dev->cnf.max_desync_factor -
2255 age;
2256 if (max_prefered < 0)
2257 max_prefered = 0;
2258
2259 if (valid_lft > max_valid)
2260 valid_lft = max_valid;
2261
2262 if (prefered_lft > max_prefered)
2263 prefered_lft = max_prefered;
2264
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265 spin_lock(&ift->lock);
2266 flags = ift->flags;
Lorenzo Colitti76f793e2011-07-26 13:50:49 +00002267 ift->valid_lft = valid_lft;
2268 ift->prefered_lft = prefered_lft;
2269 ift->tstamp = now;
2270 if (prefered_lft > 0)
2271 ift->flags &= ~IFA_F_DEPRECATED;
2272
Linus Torvalds1da177e2005-04-16 15:20:36 -07002273 spin_unlock(&ift->lock);
2274 if (!(flags&IFA_F_TENTATIVE))
2275 ipv6_ifa_notify(0, ift);
2276 }
2277
Glenn Wursteraed65502010-09-27 07:04:30 +00002278 if ((create || list_empty(&in6_dev->tempaddr_list)) && in6_dev->cnf.use_tempaddr > 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279 /*
Lorenzo Colitti76f793e2011-07-26 13:50:49 +00002280 * When a new public address is created as
2281 * described in [ADDRCONF], also create a new
2282 * temporary address. Also create a temporary
2283 * address if it's enabled but no temporary
2284 * address currently exists.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285 */
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002286 read_unlock_bh(&in6_dev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002287 ipv6_create_tempaddr(ifp, NULL);
2288 } else {
2289 read_unlock_bh(&in6_dev->lock);
2290 }
David S. Miller5d9efa72013-10-28 20:07:50 -04002291
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292 in6_ifa_put(ifp);
2293 addrconf_verify(0);
2294 }
2295 }
2296 inet6_prefix_notify(RTM_NEWPREFIX, in6_dev, pinfo);
2297 in6_dev_put(in6_dev);
2298}
2299
2300/*
2301 * Set destination address.
2302 * Special case for SIT interfaces where we create a new "virtual"
2303 * device.
2304 */
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002305int addrconf_set_dstaddr(struct net *net, void __user *arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002306{
2307 struct in6_ifreq ireq;
2308 struct net_device *dev;
2309 int err = -EINVAL;
2310
2311 rtnl_lock();
2312
2313 err = -EFAULT;
2314 if (copy_from_user(&ireq, arg, sizeof(struct in6_ifreq)))
2315 goto err_exit;
2316
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002317 dev = __dev_get_by_index(net, ireq.ifr6_ifindex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002318
2319 err = -ENODEV;
2320 if (dev == NULL)
2321 goto err_exit;
2322
Amerigo Wang07a93622012-10-29 16:23:10 +00002323#if IS_ENABLED(CONFIG_IPV6_SIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002324 if (dev->type == ARPHRD_SIT) {
Stephen Hemminger5bc3eb72008-11-19 21:52:05 -08002325 const struct net_device_ops *ops = dev->netdev_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326 struct ifreq ifr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002327 struct ip_tunnel_parm p;
2328
2329 err = -EADDRNOTAVAIL;
2330 if (!(ipv6_addr_type(&ireq.ifr6_addr) & IPV6_ADDR_COMPATv4))
2331 goto err_exit;
2332
2333 memset(&p, 0, sizeof(p));
2334 p.iph.daddr = ireq.ifr6_addr.s6_addr32[3];
2335 p.iph.saddr = 0;
2336 p.iph.version = 4;
2337 p.iph.ihl = 5;
2338 p.iph.protocol = IPPROTO_IPV6;
2339 p.iph.ttl = 64;
Stephen Hemmingerd20b3102008-01-21 00:48:43 -08002340 ifr.ifr_ifru.ifru_data = (__force void __user *)&p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341
Stephen Hemminger5bc3eb72008-11-19 21:52:05 -08002342 if (ops->ndo_do_ioctl) {
2343 mm_segment_t oldfs = get_fs();
2344
2345 set_fs(KERNEL_DS);
2346 err = ops->ndo_do_ioctl(dev, &ifr, SIOCADDTUNNEL);
2347 set_fs(oldfs);
2348 } else
2349 err = -EOPNOTSUPP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350
2351 if (err == 0) {
2352 err = -ENOBUFS;
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002353 dev = __dev_get_by_name(net, p.name);
2354 if (!dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002355 goto err_exit;
2356 err = dev_open(dev);
2357 }
2358 }
Joerg Roedel0be669b2006-10-10 14:49:53 -07002359#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360
2361err_exit:
2362 rtnl_unlock();
2363 return err;
2364}
2365
2366/*
2367 * Manual configuration of address on an interface
2368 */
Eric Dumazetb71d1d42011-04-22 04:53:02 +00002369static int inet6_addr_add(struct net *net, int ifindex, const struct in6_addr *pfx,
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00002370 const struct in6_addr *peer_pfx,
Thomas Graf24ef0da2008-05-28 16:54:22 +02002371 unsigned int plen, __u8 ifa_flags, __u32 prefered_lft,
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002372 __u32 valid_lft)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373{
2374 struct inet6_ifaddr *ifp;
2375 struct inet6_dev *idev;
2376 struct net_device *dev;
2377 int scope;
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002378 u32 flags;
2379 clock_t expires;
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002380 unsigned long timeout;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381
2382 ASSERT_RTNL();
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002383
Thomas Graf24ef0da2008-05-28 16:54:22 +02002384 if (plen > 128)
2385 return -EINVAL;
2386
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09002387 /* check the lifetime */
2388 if (!valid_lft || prefered_lft > valid_lft)
2389 return -EINVAL;
2390
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002391 dev = __dev_get_by_index(net, ifindex);
2392 if (!dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393 return -ENODEV;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002394
Brian Haley64e724f2010-07-20 10:34:30 +00002395 idev = addrconf_add_dev(dev);
2396 if (IS_ERR(idev))
2397 return PTR_ERR(idev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398
2399 scope = ipv6_addr_scope(pfx);
2400
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002401 timeout = addrconf_timeout_fixup(valid_lft, HZ);
2402 if (addrconf_finite_timeout(timeout)) {
2403 expires = jiffies_to_clock_t(timeout * HZ);
2404 valid_lft = timeout;
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002405 flags = RTF_EXPIRES;
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002406 } else {
2407 expires = 0;
2408 flags = 0;
2409 ifa_flags |= IFA_F_PERMANENT;
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002410 }
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09002411
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002412 timeout = addrconf_timeout_fixup(prefered_lft, HZ);
2413 if (addrconf_finite_timeout(timeout)) {
2414 if (timeout == 0)
2415 ifa_flags |= IFA_F_DEPRECATED;
2416 prefered_lft = timeout;
2417 }
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09002418
Jiri Benc8a226b22013-08-01 10:41:28 +02002419 ifp = ipv6_add_addr(idev, pfx, peer_pfx, plen, scope, ifa_flags,
2420 valid_lft, prefered_lft);
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09002421
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422 if (!IS_ERR(ifp)) {
YOSHIFUJI Hideaki46d48042007-02-07 20:36:26 +09002423 addrconf_prefix_route(&ifp->addr, ifp->prefix_len, dev,
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002424 expires, flags);
Neil Horman95c385b2007-04-25 17:08:10 -07002425 /*
2426 * Note that section 3.1 of RFC 4429 indicates
2427 * that the Optimistic flag should not be set for
2428 * manually configured addresses
2429 */
David S. Millercf22f9a2012-04-14 21:37:40 -04002430 addrconf_dad_start(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002431 in6_ifa_put(ifp);
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09002432 addrconf_verify(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433 return 0;
2434 }
2435
2436 return PTR_ERR(ifp);
2437}
2438
Eric Dumazetb71d1d42011-04-22 04:53:02 +00002439static int inet6_addr_del(struct net *net, int ifindex, const struct in6_addr *pfx,
Thomas Graf24ef0da2008-05-28 16:54:22 +02002440 unsigned int plen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002441{
2442 struct inet6_ifaddr *ifp;
2443 struct inet6_dev *idev;
2444 struct net_device *dev;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002445
Thomas Graf24ef0da2008-05-28 16:54:22 +02002446 if (plen > 128)
2447 return -EINVAL;
2448
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002449 dev = __dev_get_by_index(net, ifindex);
2450 if (!dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002451 return -ENODEV;
2452
David S. Miller7eaa48a2013-08-20 23:44:39 -07002453 if ((idev = __in6_dev_get(dev)) == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002454 return -ENXIO;
2455
2456 read_lock_bh(&idev->lock);
stephen hemminger502a2ff2010-03-17 20:31:13 +00002457 list_for_each_entry(ifp, &idev->addr_list, if_list) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458 if (ifp->prefix_len == plen &&
2459 ipv6_addr_equal(pfx, &ifp->addr)) {
2460 in6_ifa_hold(ifp);
2461 read_unlock_bh(&idev->lock);
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002462
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463 ipv6_del_addr(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002464 return 0;
2465 }
2466 }
2467 read_unlock_bh(&idev->lock);
2468 return -EADDRNOTAVAIL;
2469}
2470
2471
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002472int addrconf_add_ifaddr(struct net *net, void __user *arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002473{
2474 struct in6_ifreq ireq;
2475 int err;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002476
Eric W. Biedermanaf31f412012-11-16 03:03:06 +00002477 if (!ns_capable(net->user_ns, CAP_NET_ADMIN))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478 return -EPERM;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002479
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480 if (copy_from_user(&ireq, arg, sizeof(struct in6_ifreq)))
2481 return -EFAULT;
2482
2483 rtnl_lock();
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00002484 err = inet6_addr_add(net, ireq.ifr6_ifindex, &ireq.ifr6_addr, NULL,
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002485 ireq.ifr6_prefixlen, IFA_F_PERMANENT,
2486 INFINITY_LIFE_TIME, INFINITY_LIFE_TIME);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002487 rtnl_unlock();
2488 return err;
2489}
2490
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002491int addrconf_del_ifaddr(struct net *net, void __user *arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002492{
2493 struct in6_ifreq ireq;
2494 int err;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002495
Eric W. Biedermanaf31f412012-11-16 03:03:06 +00002496 if (!ns_capable(net->user_ns, CAP_NET_ADMIN))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002497 return -EPERM;
2498
2499 if (copy_from_user(&ireq, arg, sizeof(struct in6_ifreq)))
2500 return -EFAULT;
2501
2502 rtnl_lock();
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002503 err = inet6_addr_del(net, ireq.ifr6_ifindex, &ireq.ifr6_addr,
2504 ireq.ifr6_prefixlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505 rtnl_unlock();
2506 return err;
2507}
2508
Ilpo Järvinenb5f348e2009-02-06 23:48:01 -08002509static void add_addr(struct inet6_dev *idev, const struct in6_addr *addr,
2510 int plen, int scope)
2511{
2512 struct inet6_ifaddr *ifp;
2513
Jiri Benc8a226b22013-08-01 10:41:28 +02002514 ifp = ipv6_add_addr(idev, addr, NULL, plen,
2515 scope, IFA_F_PERMANENT, 0, 0);
Ilpo Järvinenb5f348e2009-02-06 23:48:01 -08002516 if (!IS_ERR(ifp)) {
2517 spin_lock_bh(&ifp->lock);
2518 ifp->flags &= ~IFA_F_TENTATIVE;
2519 spin_unlock_bh(&ifp->lock);
2520 ipv6_ifa_notify(RTM_NEWADDR, ifp);
2521 in6_ifa_put(ifp);
2522 }
2523}
2524
Amerigo Wang07a93622012-10-29 16:23:10 +00002525#if IS_ENABLED(CONFIG_IPV6_SIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526static void sit_add_v4_addrs(struct inet6_dev *idev)
2527{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528 struct in6_addr addr;
2529 struct net_device *dev;
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09002530 struct net *net = dev_net(idev->dev);
Nicolas Dichtel929c9cf2013-11-14 13:51:05 +01002531 int scope, plen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532
2533 ASSERT_RTNL();
2534
2535 memset(&addr, 0, sizeof(struct in6_addr));
2536 memcpy(&addr.s6_addr32[3], idev->dev->dev_addr, 4);
2537
2538 if (idev->dev->flags&IFF_POINTOPOINT) {
2539 addr.s6_addr32[0] = htonl(0xfe800000);
2540 scope = IFA_LINK;
Nicolas Dichtel929c9cf2013-11-14 13:51:05 +01002541 plen = 64;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002542 } else {
2543 scope = IPV6_ADDR_COMPATv4;
Nicolas Dichtel929c9cf2013-11-14 13:51:05 +01002544 plen = 96;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545 }
2546
2547 if (addr.s6_addr32[3]) {
Nicolas Dichtel929c9cf2013-11-14 13:51:05 +01002548 add_addr(idev, &addr, plen, scope);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549 return;
2550 }
2551
Benjamin Thery6fda7352008-03-05 10:47:47 -08002552 for_each_netdev(net, dev) {
Eldad Zack8e5e8f32012-04-01 07:49:08 +00002553 struct in_device *in_dev = __in_dev_get_rtnl(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002554 if (in_dev && (dev->flags & IFF_UP)) {
Eldad Zack8e5e8f32012-04-01 07:49:08 +00002555 struct in_ifaddr *ifa;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002556
2557 int flag = scope;
2558
2559 for (ifa = in_dev->ifa_list; ifa; ifa = ifa->ifa_next) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560
2561 addr.s6_addr32[3] = ifa->ifa_local;
2562
2563 if (ifa->ifa_scope == RT_SCOPE_LINK)
2564 continue;
2565 if (ifa->ifa_scope >= RT_SCOPE_HOST) {
2566 if (idev->dev->flags&IFF_POINTOPOINT)
2567 continue;
2568 flag |= IFA_HOST;
2569 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570
Ilpo Järvinenb5f348e2009-02-06 23:48:01 -08002571 add_addr(idev, &addr, plen, flag);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572 }
2573 }
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002574 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002575}
Joerg Roedel0be669b2006-10-10 14:49:53 -07002576#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002577
2578static void init_loopback(struct net_device *dev)
2579{
2580 struct inet6_dev *idev;
Balakumaran Kannan25fb6ca42013-04-02 16:15:05 +05302581 struct net_device *sp_dev;
2582 struct inet6_ifaddr *sp_ifa;
2583 struct rt6_info *sp_rt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584
2585 /* ::1 */
2586
2587 ASSERT_RTNL();
2588
David S. Miller7eaa48a2013-08-20 23:44:39 -07002589 if ((idev = ipv6_find_idev(dev)) == NULL) {
Joe Perches91df42b2012-05-15 14:11:54 +00002590 pr_debug("%s: add_dev failed\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002591 return;
2592 }
2593
Ilpo Järvinenb5f348e2009-02-06 23:48:01 -08002594 add_addr(idev, &in6addr_loopback, 128, IFA_HOST);
Balakumaran Kannan25fb6ca42013-04-02 16:15:05 +05302595
2596 /* Add routes to other interface's IPv6 addresses */
2597 for_each_netdev(dev_net(dev), sp_dev) {
2598 if (!strcmp(sp_dev->name, dev->name))
2599 continue;
2600
2601 idev = __in6_dev_get(sp_dev);
2602 if (!idev)
2603 continue;
2604
2605 read_lock_bh(&idev->lock);
2606 list_for_each_entry(sp_ifa, &idev->addr_list, if_list) {
2607
2608 if (sp_ifa->flags & (IFA_F_DADFAILED | IFA_F_TENTATIVE))
2609 continue;
2610
Gao fenga881ae12013-06-16 11:14:30 +08002611 if (sp_ifa->rt)
2612 continue;
2613
Balakumaran Kannan25fb6ca42013-04-02 16:15:05 +05302614 sp_rt = addrconf_dst_alloc(idev, &sp_ifa->addr, 0);
2615
2616 /* Failure cases are ignored */
Gao feng534c8772013-06-02 22:16:21 +00002617 if (!IS_ERR(sp_rt)) {
2618 sp_ifa->rt = sp_rt;
Balakumaran Kannan25fb6ca42013-04-02 16:15:05 +05302619 ip6_ins_rt(sp_rt);
Gao feng534c8772013-06-02 22:16:21 +00002620 }
Balakumaran Kannan25fb6ca42013-04-02 16:15:05 +05302621 }
2622 read_unlock_bh(&idev->lock);
2623 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002624}
2625
Eric Dumazetb71d1d42011-04-22 04:53:02 +00002626static void addrconf_add_linklocal(struct inet6_dev *idev, const struct in6_addr *addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002627{
Eldad Zack8e5e8f32012-04-01 07:49:08 +00002628 struct inet6_ifaddr *ifp;
Neil Horman95c385b2007-04-25 17:08:10 -07002629 u32 addr_flags = IFA_F_PERMANENT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630
Neil Horman95c385b2007-04-25 17:08:10 -07002631#ifdef CONFIG_IPV6_OPTIMISTIC_DAD
2632 if (idev->cnf.optimistic_dad &&
David Miller702beb82008-07-20 18:17:02 -07002633 !dev_net(idev->dev)->ipv6.devconf_all->forwarding)
Neil Horman95c385b2007-04-25 17:08:10 -07002634 addr_flags |= IFA_F_OPTIMISTIC;
2635#endif
2636
2637
Jiri Benc8a226b22013-08-01 10:41:28 +02002638 ifp = ipv6_add_addr(idev, addr, NULL, 64, IFA_LINK, addr_flags, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639 if (!IS_ERR(ifp)) {
YOSHIFUJI Hideaki46d48042007-02-07 20:36:26 +09002640 addrconf_prefix_route(&ifp->addr, ifp->prefix_len, idev->dev, 0, 0);
David S. Millercf22f9a2012-04-14 21:37:40 -04002641 addrconf_dad_start(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002642 in6_ifa_put(ifp);
2643 }
2644}
2645
2646static void addrconf_dev_config(struct net_device *dev)
2647{
2648 struct in6_addr addr;
Eldad Zack8e5e8f32012-04-01 07:49:08 +00002649 struct inet6_dev *idev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002650
2651 ASSERT_RTNL();
2652
Herbert Xu74235a22007-06-14 13:02:55 -07002653 if ((dev->type != ARPHRD_ETHER) &&
2654 (dev->type != ARPHRD_FDDI) &&
Herbert Xu74235a22007-06-14 13:02:55 -07002655 (dev->type != ARPHRD_ARCNET) &&
alex.bluesman.smirnov@gmail.com06a4c1c2012-05-10 03:25:52 +00002656 (dev->type != ARPHRD_INFINIBAND) &&
YOSHIFUJI Hideaki / 吉藤英明cb6bf352013-03-25 08:26:24 +00002657 (dev->type != ARPHRD_IEEE802154) &&
Nicolas Dichtele8377352013-08-20 12:16:06 +02002658 (dev->type != ARPHRD_IEEE1394) &&
2659 (dev->type != ARPHRD_TUNNEL6)) {
Herbert Xu74235a22007-06-14 13:02:55 -07002660 /* Alas, we support only Ethernet autoconfiguration. */
2661 return;
2662 }
2663
Linus Torvalds1da177e2005-04-16 15:20:36 -07002664 idev = addrconf_add_dev(dev);
Brian Haley64e724f2010-07-20 10:34:30 +00002665 if (IS_ERR(idev))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666 return;
2667
2668 memset(&addr, 0, sizeof(struct in6_addr));
2669 addr.s6_addr32[0] = htonl(0xFE800000);
2670
2671 if (ipv6_generate_eui64(addr.s6_addr + 8, dev) == 0)
2672 addrconf_add_linklocal(idev, &addr);
2673}
2674
Amerigo Wang07a93622012-10-29 16:23:10 +00002675#if IS_ENABLED(CONFIG_IPV6_SIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002676static void addrconf_sit_config(struct net_device *dev)
2677{
2678 struct inet6_dev *idev;
2679
2680 ASSERT_RTNL();
2681
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002682 /*
2683 * Configure the tunnel with one of our IPv4
2684 * addresses... we should configure all of
Linus Torvalds1da177e2005-04-16 15:20:36 -07002685 * our v4 addrs in the tunnel
2686 */
2687
David S. Miller7eaa48a2013-08-20 23:44:39 -07002688 if ((idev = ipv6_find_idev(dev)) == NULL) {
Joe Perches91df42b2012-05-15 14:11:54 +00002689 pr_debug("%s: add_dev failed\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690 return;
2691 }
2692
Fred L. Templinc7dc89c2007-11-29 22:11:40 +11002693 if (dev->priv_flags & IFF_ISATAP) {
2694 struct in6_addr addr;
2695
2696 ipv6_addr_set(&addr, htonl(0xFE800000), 0, 0, 0);
2697 addrconf_prefix_route(&addr, 64, dev, 0, 0);
2698 if (!ipv6_generate_eui64(addr.s6_addr + 8, dev))
2699 addrconf_add_linklocal(idev, &addr);
2700 return;
2701 }
2702
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703 sit_add_v4_addrs(idev);
2704
Nicolas Dichtel62b54dd2012-10-01 23:19:14 +00002705 if (dev->flags&IFF_POINTOPOINT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706 addrconf_add_mroute(dev);
Nicolas Dichtel62b54dd2012-10-01 23:19:14 +00002707 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07002708 sit_route_add(dev);
2709}
Joerg Roedel0be669b2006-10-10 14:49:53 -07002710#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002711
Amerigo Wang07a93622012-10-29 16:23:10 +00002712#if IS_ENABLED(CONFIG_NET_IPGRE)
stephen hemmingeraee80b52011-06-08 10:44:30 +00002713static void addrconf_gre_config(struct net_device *dev)
2714{
2715 struct inet6_dev *idev;
2716 struct in6_addr addr;
2717
stephen hemmingeraee80b52011-06-08 10:44:30 +00002718 ASSERT_RTNL();
2719
David S. Miller7eaa48a2013-08-20 23:44:39 -07002720 if ((idev = ipv6_find_idev(dev)) == NULL) {
Joe Perches91df42b2012-05-15 14:11:54 +00002721 pr_debug("%s: add_dev failed\n", __func__);
stephen hemmingeraee80b52011-06-08 10:44:30 +00002722 return;
2723 }
2724
2725 ipv6_addr_set(&addr, htonl(0xFE800000), 0, 0, 0);
2726 addrconf_prefix_route(&addr, 64, dev, 0, 0);
2727
2728 if (!ipv6_generate_eui64(addr.s6_addr + 8, dev))
2729 addrconf_add_linklocal(idev, &addr);
2730}
2731#endif
2732
Linus Torvalds1da177e2005-04-16 15:20:36 -07002733static inline int
2734ipv6_inherit_linklocal(struct inet6_dev *idev, struct net_device *link_dev)
2735{
2736 struct in6_addr lladdr;
2737
Neil Horman95c385b2007-04-25 17:08:10 -07002738 if (!ipv6_get_lladdr(link_dev, &lladdr, IFA_F_TENTATIVE)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002739 addrconf_add_linklocal(idev, &lladdr);
2740 return 0;
2741 }
2742 return -1;
2743}
2744
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002745static int addrconf_notify(struct notifier_block *this, unsigned long event,
Jiri Pirko351638e2013-05-28 01:30:21 +00002746 void *ptr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747{
Jiri Pirko351638e2013-05-28 01:30:21 +00002748 struct net_device *dev = netdev_notifier_info_to_dev(ptr);
Eric Dumazet748e2d92012-08-22 21:50:59 +00002749 struct inet6_dev *idev = __in6_dev_get(dev);
YOSHIFUJI Hideakic5e33bd2005-12-21 22:57:44 +09002750 int run_pending = 0;
Herbert Xub217d612007-07-30 17:04:52 -07002751 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752
Stephen Hemmingere21e8462010-03-20 16:09:01 -07002753 switch (event) {
YOSHIFUJI Hideaki45ba9dd2007-02-15 02:07:27 +09002754 case NETDEV_REGISTER:
Herbert Xu74235a22007-06-14 13:02:55 -07002755 if (!idev && dev->mtu >= IPV6_MIN_MTU) {
YOSHIFUJI Hideaki45ba9dd2007-02-15 02:07:27 +09002756 idev = ipv6_add_dev(dev);
2757 if (!idev)
Herbert Xub217d612007-07-30 17:04:52 -07002758 return notifier_from_errno(-ENOMEM);
YOSHIFUJI Hideaki45ba9dd2007-02-15 02:07:27 +09002759 }
2760 break;
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002761
Linus Torvalds1da177e2005-04-16 15:20:36 -07002762 case NETDEV_UP:
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002763 case NETDEV_CHANGE:
Jay Vosburghc2edacf2007-07-09 10:42:47 -07002764 if (dev->flags & IFF_SLAVE)
2765 break;
2766
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002767 if (event == NETDEV_UP) {
Mitsuru Chinenf24e3d62007-10-10 02:53:43 -07002768 if (!addrconf_qdisc_ok(dev)) {
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002769 /* device is not ready yet. */
Joe Perchesf3213832012-05-15 14:11:53 +00002770 pr_info("ADDRCONF(NETDEV_UP): %s: link is not ready\n",
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002771 dev->name);
2772 break;
2773 }
Kristian Slavov99081042006-02-08 16:10:53 -08002774
Evgeniy Polyakovd31c7b82007-11-30 23:36:08 +11002775 if (!idev && dev->mtu >= IPV6_MIN_MTU)
2776 idev = ipv6_add_dev(dev);
2777
Benjamin Therye3ec6cf2008-11-05 01:43:57 -08002778 if (idev) {
Kristian Slavov99081042006-02-08 16:10:53 -08002779 idev->if_flags |= IF_READY;
Benjamin Therye3ec6cf2008-11-05 01:43:57 -08002780 run_pending = 1;
2781 }
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002782 } else {
Mitsuru Chinenf24e3d62007-10-10 02:53:43 -07002783 if (!addrconf_qdisc_ok(dev)) {
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002784 /* device is still not ready. */
2785 break;
2786 }
2787
2788 if (idev) {
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002789 if (idev->if_flags & IF_READY)
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002790 /* device is already configured. */
2791 break;
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002792 idev->if_flags |= IF_READY;
2793 }
2794
Joe Perchesf3213832012-05-15 14:11:53 +00002795 pr_info("ADDRCONF(NETDEV_CHANGE): %s: link becomes ready\n",
2796 dev->name);
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002797
YOSHIFUJI Hideakic5e33bd2005-12-21 22:57:44 +09002798 run_pending = 1;
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002799 }
2800
Stephen Hemmingere21e8462010-03-20 16:09:01 -07002801 switch (dev->type) {
Amerigo Wang07a93622012-10-29 16:23:10 +00002802#if IS_ENABLED(CONFIG_IPV6_SIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002803 case ARPHRD_SIT:
2804 addrconf_sit_config(dev);
2805 break;
Joerg Roedel0be669b2006-10-10 14:49:53 -07002806#endif
Amerigo Wang07a93622012-10-29 16:23:10 +00002807#if IS_ENABLED(CONFIG_NET_IPGRE)
stephen hemmingeraee80b52011-06-08 10:44:30 +00002808 case ARPHRD_IPGRE:
2809 addrconf_gre_config(dev);
2810 break;
2811#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002812 case ARPHRD_LOOPBACK:
2813 init_loopback(dev);
2814 break;
2815
2816 default:
2817 addrconf_dev_config(dev);
2818 break;
Stephen Hemminger3ff50b72007-04-20 17:09:22 -07002819 }
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002820
Linus Torvalds1da177e2005-04-16 15:20:36 -07002821 if (idev) {
YOSHIFUJI Hideakic5e33bd2005-12-21 22:57:44 +09002822 if (run_pending)
2823 addrconf_dad_run(idev);
2824
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002825 /*
2826 * If the MTU changed during the interface down,
2827 * when the interface up, the changed MTU must be
2828 * reflected in the idev as well as routers.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002829 */
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002830 if (idev->cnf.mtu6 != dev->mtu &&
2831 dev->mtu >= IPV6_MIN_MTU) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002832 rt6_mtu_change(dev, dev->mtu);
2833 idev->cnf.mtu6 = dev->mtu;
2834 }
2835 idev->tstamp = jiffies;
2836 inet6_ifinfo_notify(RTM_NEWLINK, idev);
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002837
2838 /*
2839 * If the changed mtu during down is lower than
2840 * IPV6_MIN_MTU stop IPv6 on this interface.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002841 */
2842 if (dev->mtu < IPV6_MIN_MTU)
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002843 addrconf_ifdown(dev, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002844 }
2845 break;
2846
2847 case NETDEV_CHANGEMTU:
Evgeniy Polyakovd31c7b82007-11-30 23:36:08 +11002848 if (idev && dev->mtu >= IPV6_MIN_MTU) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002849 rt6_mtu_change(dev, dev->mtu);
2850 idev->cnf.mtu6 = dev->mtu;
2851 break;
2852 }
2853
Evgeniy Polyakovd31c7b82007-11-30 23:36:08 +11002854 if (!idev && dev->mtu >= IPV6_MIN_MTU) {
2855 idev = ipv6_add_dev(dev);
2856 if (idev)
2857 break;
2858 }
2859
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002860 /*
2861 * MTU falled under IPV6_MIN_MTU.
2862 * Stop IPv6 on this interface.
2863 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002864
2865 case NETDEV_DOWN:
2866 case NETDEV_UNREGISTER:
2867 /*
2868 * Remove all addresses from this interface.
2869 */
2870 addrconf_ifdown(dev, event != NETDEV_DOWN);
2871 break;
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002872
Linus Torvalds1da177e2005-04-16 15:20:36 -07002873 case NETDEV_CHANGENAME:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002874 if (idev) {
Stephen Hemminger5632c512007-04-28 21:16:39 -07002875 snmp6_unregister_dev(idev);
Pavel Emelyanov408c4762008-01-10 17:41:21 -08002876 addrconf_sysctl_unregister(idev);
Pavel Emelyanovf52295a2007-12-02 00:58:37 +11002877 addrconf_sysctl_register(idev);
Herbert Xub217d612007-07-30 17:04:52 -07002878 err = snmp6_register_dev(idev);
2879 if (err)
2880 return notifier_from_errno(err);
Stephen Hemminger5632c512007-04-28 21:16:39 -07002881 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002882 break;
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002883
Jiri Pirko93d9b7d2010-03-10 10:28:56 +00002884 case NETDEV_PRE_TYPE_CHANGE:
2885 case NETDEV_POST_TYPE_CHANGE:
2886 addrconf_type_change(dev, event);
Moni Shoua75c78502009-09-15 02:37:40 -07002887 break;
Stephen Hemminger3ff50b72007-04-20 17:09:22 -07002888 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002889
2890 return NOTIFY_OK;
2891}
2892
2893/*
2894 * addrconf module should be notified of a device going up
2895 */
2896static struct notifier_block ipv6_dev_notf = {
2897 .notifier_call = addrconf_notify,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002898};
2899
Jiri Pirko93d9b7d2010-03-10 10:28:56 +00002900static void addrconf_type_change(struct net_device *dev, unsigned long event)
Moni Shoua75c78502009-09-15 02:37:40 -07002901{
2902 struct inet6_dev *idev;
2903 ASSERT_RTNL();
2904
2905 idev = __in6_dev_get(dev);
2906
Jiri Pirko93d9b7d2010-03-10 10:28:56 +00002907 if (event == NETDEV_POST_TYPE_CHANGE)
Moni Shoua75c78502009-09-15 02:37:40 -07002908 ipv6_mc_remap(idev);
Jiri Pirko93d9b7d2010-03-10 10:28:56 +00002909 else if (event == NETDEV_PRE_TYPE_CHANGE)
Moni Shoua75c78502009-09-15 02:37:40 -07002910 ipv6_mc_unmap(idev);
2911}
2912
Linus Torvalds1da177e2005-04-16 15:20:36 -07002913static int addrconf_ifdown(struct net_device *dev, int how)
2914{
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09002915 struct net *net = dev_net(dev);
stephen hemminger502a2ff2010-03-17 20:31:13 +00002916 struct inet6_dev *idev;
2917 struct inet6_ifaddr *ifa;
David S. Miller73a8bd72011-01-23 23:27:15 -08002918 int state, i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002919
2920 ASSERT_RTNL();
2921
David S. Miller73a8bd72011-01-23 23:27:15 -08002922 rt6_ifdown(net, dev);
2923 neigh_ifdown(&nd_tbl, dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002924
2925 idev = __in6_dev_get(dev);
2926 if (idev == NULL)
2927 return -ENODEV;
2928
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002929 /*
2930 * Step 1: remove reference to ipv6 device from parent device.
2931 * Do not dev_put!
Linus Torvalds1da177e2005-04-16 15:20:36 -07002932 */
Denis V. Lunev439e2382008-04-03 13:30:17 -07002933 if (how) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002934 idev->dead = 1;
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07002935
2936 /* protected by rtnl_lock */
Stephen Hemmingera9b3cd72011-08-01 16:19:00 +00002937 RCU_INIT_POINTER(dev->ip6_ptr, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002938
2939 /* Step 1.5: remove snmp6 entry */
2940 snmp6_unregister_dev(idev);
2941
2942 }
2943
David S. Miller73a8bd72011-01-23 23:27:15 -08002944 /* Step 2: clear hash table */
2945 for (i = 0; i < IN6_ADDR_HSIZE; i++) {
2946 struct hlist_head *h = &inet6_addr_lst[i];
David S. Miller73a8bd72011-01-23 23:27:15 -08002947
2948 spin_lock_bh(&addrconf_hash_lock);
2949 restart:
Sasha Levinb67bfe02013-02-27 17:06:00 -08002950 hlist_for_each_entry_rcu(ifa, h, addr_lst) {
David S. Miller73a8bd72011-01-23 23:27:15 -08002951 if (ifa->idev == idev) {
2952 hlist_del_init_rcu(&ifa->addr_lst);
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02002953 addrconf_del_dad_timer(ifa);
David S. Miller73a8bd72011-01-23 23:27:15 -08002954 goto restart;
2955 }
2956 }
2957 spin_unlock_bh(&addrconf_hash_lock);
2958 }
2959
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960 write_lock_bh(&idev->lock);
2961
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02002962 addrconf_del_rs_timer(idev);
2963
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002964 /* Step 2: clear flags for stateless addrconf */
Denis V. Lunev439e2382008-04-03 13:30:17 -07002965 if (!how)
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002966 idev->if_flags &= ~(IF_RS_SENT|IF_RA_RCVD|IF_READY);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002967
Denis V. Lunev439e2382008-04-03 13:30:17 -07002968 if (how && del_timer(&idev->regen_timer))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002969 in6_dev_put(idev);
2970
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002971 /* Step 3: clear tempaddr list */
stephen hemminger372e6c82010-03-17 20:31:09 +00002972 while (!list_empty(&idev->tempaddr_list)) {
2973 ifa = list_first_entry(&idev->tempaddr_list,
2974 struct inet6_ifaddr, tmp_list);
2975 list_del(&ifa->tmp_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002976 write_unlock_bh(&idev->lock);
2977 spin_lock_bh(&ifa->lock);
2978
2979 if (ifa->ifpub) {
2980 in6_ifa_put(ifa->ifpub);
2981 ifa->ifpub = NULL;
2982 }
2983 spin_unlock_bh(&ifa->lock);
2984 in6_ifa_put(ifa);
2985 write_lock_bh(&idev->lock);
2986 }
stephen hemminger8f37ada2010-03-03 08:19:59 +00002987
stephen hemminger502a2ff2010-03-17 20:31:13 +00002988 while (!list_empty(&idev->addr_list)) {
2989 ifa = list_first_entry(&idev->addr_list,
2990 struct inet6_ifaddr, if_list);
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02002991 addrconf_del_dad_timer(ifa);
stephen hemminger84e8b802010-03-02 13:32:46 +00002992
David S. Miller73a8bd72011-01-23 23:27:15 -08002993 list_del(&ifa->if_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002994
David S. Miller73a8bd72011-01-23 23:27:15 -08002995 write_unlock_bh(&idev->lock);
stephen hemminger84e8b802010-03-02 13:32:46 +00002996
David S. Miller73a8bd72011-01-23 23:27:15 -08002997 spin_lock_bh(&ifa->state_lock);
2998 state = ifa->state;
2999 ifa->state = INET6_IFADDR_STATE_DEAD;
3000 spin_unlock_bh(&ifa->state_lock);
stephen hemminger84e8b802010-03-02 13:32:46 +00003001
David S. Miller73a8bd72011-01-23 23:27:15 -08003002 if (state != INET6_IFADDR_STATE_DEAD) {
3003 __ipv6_ifa_notify(RTM_DELADDR, ifa);
Cong Wangf88c91d2013-04-14 23:18:43 +08003004 inet6addr_notifier_call_chain(NETDEV_DOWN, ifa);
stephen hemminger27bdb2a2010-04-12 05:41:32 +00003005 }
David S. Miller73a8bd72011-01-23 23:27:15 -08003006 in6_ifa_put(ifa);
stephen hemminger8f37ada2010-03-03 08:19:59 +00003007
David S. Miller73a8bd72011-01-23 23:27:15 -08003008 write_lock_bh(&idev->lock);
3009 }
stephen hemminger8f37ada2010-03-03 08:19:59 +00003010
Linus Torvalds1da177e2005-04-16 15:20:36 -07003011 write_unlock_bh(&idev->lock);
3012
3013 /* Step 5: Discard multicast list */
Denis V. Lunev439e2382008-04-03 13:30:17 -07003014 if (how)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015 ipv6_mc_destroy_dev(idev);
3016 else
3017 ipv6_mc_down(idev);
3018
Linus Torvalds1da177e2005-04-16 15:20:36 -07003019 idev->tstamp = jiffies;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09003020
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07003021 /* Last: Shot the device (if unregistered) */
Denis V. Lunev439e2382008-04-03 13:30:17 -07003022 if (how) {
Pavel Emelyanov408c4762008-01-10 17:41:21 -08003023 addrconf_sysctl_unregister(idev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003024 neigh_parms_release(&nd_tbl, idev->nd_parms);
3025 neigh_ifdown(&nd_tbl, dev);
3026 in6_dev_put(idev);
3027 }
3028 return 0;
3029}
3030
3031static void addrconf_rs_timer(unsigned long data)
3032{
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003033 struct inet6_dev *idev = (struct inet6_dev *)data;
Cong Wangcaf92bc2013-08-31 13:44:32 +08003034 struct net_device *dev = idev->dev;
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003035 struct in6_addr lladdr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003036
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003037 write_lock(&idev->lock);
stephen hemminger5b2a1952010-03-02 13:32:45 +00003038 if (idev->dead || !(idev->if_flags & IF_READY))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003039 goto out;
3040
Shmulik Ladkani9ba2add2012-12-02 01:44:53 +00003041 if (!ipv6_accept_ra(idev))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003042 goto out;
stephen hemminger5b2a1952010-03-02 13:32:45 +00003043
3044 /* Announcement received after solicitation was sent */
3045 if (idev->if_flags & IF_RA_RCVD)
3046 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003047
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003048 if (idev->rs_probes++ < idev->cnf.rtr_solicits) {
Cong Wangcaf92bc2013-08-31 13:44:32 +08003049 write_unlock(&idev->lock);
3050 if (!ipv6_get_lladdr(dev, &lladdr, IFA_F_TENTATIVE))
3051 ndisc_send_rs(dev, &lladdr,
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003052 &in6addr_linklocal_allrouters);
3053 else
Cong Wangcaf92bc2013-08-31 13:44:32 +08003054 goto put;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055
Cong Wangcaf92bc2013-08-31 13:44:32 +08003056 write_lock(&idev->lock);
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003057 /* The wait after the last probe can be shorter */
3058 addrconf_mod_rs_timer(idev, (idev->rs_probes ==
3059 idev->cnf.rtr_solicits) ?
3060 idev->cnf.rtr_solicit_delay :
3061 idev->cnf.rtr_solicit_interval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003062 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063 /*
3064 * Note: we do not support deprecated "all on-link"
3065 * assumption any longer.
3066 */
Joe Perches91df42b2012-05-15 14:11:54 +00003067 pr_debug("%s: no IPv6 routers present\n", idev->dev->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068 }
3069
3070out:
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003071 write_unlock(&idev->lock);
Cong Wangcaf92bc2013-08-31 13:44:32 +08003072put:
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003073 in6_dev_put(idev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003074}
3075
3076/*
3077 * Duplicate Address Detection
3078 */
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09003079static void addrconf_dad_kick(struct inet6_ifaddr *ifp)
3080{
3081 unsigned long rand_num;
3082 struct inet6_dev *idev = ifp->idev;
3083
Neil Horman95c385b2007-04-25 17:08:10 -07003084 if (ifp->flags & IFA_F_OPTIMISTIC)
3085 rand_num = 0;
3086 else
3087 rand_num = net_random() % (idev->cnf.rtr_solicit_delay ? : 1);
3088
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003089 ifp->dad_probes = idev->cnf.dad_transmits;
3090 addrconf_mod_dad_timer(ifp, rand_num);
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09003091}
3092
David S. Millercf22f9a2012-04-14 21:37:40 -04003093static void addrconf_dad_start(struct inet6_ifaddr *ifp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003094{
3095 struct inet6_dev *idev = ifp->idev;
3096 struct net_device *dev = idev->dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003097
3098 addrconf_join_solict(dev, &ifp->addr);
3099
Linus Torvalds1da177e2005-04-16 15:20:36 -07003100 net_srandom(ifp->addr.s6_addr32[3]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003101
3102 read_lock_bh(&idev->lock);
Herbert Xu622ccdf2010-05-18 15:56:06 -07003103 spin_lock(&ifp->lock);
Herbert Xue9d3e082010-05-18 15:36:06 -07003104 if (ifp->state == INET6_IFADDR_STATE_DEAD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003105 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106
3107 if (dev->flags&(IFF_NOARP|IFF_LOOPBACK) ||
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +09003108 idev->cnf.accept_dad < 1 ||
Noriaki TAKAMIYA55ebaef2006-09-22 14:45:27 -07003109 !(ifp->flags&IFA_F_TENTATIVE) ||
3110 ifp->flags & IFA_F_NODAD) {
Brian Haleycc411d02009-09-09 14:41:32 +00003111 ifp->flags &= ~(IFA_F_TENTATIVE|IFA_F_OPTIMISTIC|IFA_F_DADFAILED);
stephen hemminger21809fa2010-02-08 19:48:52 +00003112 spin_unlock(&ifp->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003113 read_unlock_bh(&idev->lock);
3114
3115 addrconf_dad_completed(ifp);
3116 return;
3117 }
3118
YOSHIFUJI Hideaki6732bad2005-12-27 13:35:15 -08003119 if (!(idev->if_flags & IF_READY)) {
stephen hemminger21809fa2010-02-08 19:48:52 +00003120 spin_unlock(&ifp->lock);
YOSHIFUJI Hideaki6732bad2005-12-27 13:35:15 -08003121 read_unlock_bh(&idev->lock);
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09003122 /*
Masatake YAMATO590a9882009-06-09 10:41:12 +09003123 * If the device is not ready:
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09003124 * - keep it tentative if it is a permanent address.
3125 * - otherwise, kill it.
3126 */
3127 in6_ifa_hold(ifp);
Brian Haleycc411d02009-09-09 14:41:32 +00003128 addrconf_dad_stop(ifp, 0);
YOSHIFUJI Hideaki6732bad2005-12-27 13:35:15 -08003129 return;
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09003130 }
Neil Horman95c385b2007-04-25 17:08:10 -07003131
3132 /*
3133 * Optimistic nodes can start receiving
3134 * Frames right away
3135 */
Stephen Hemmingere21e8462010-03-20 16:09:01 -07003136 if (ifp->flags & IFA_F_OPTIMISTIC)
Neil Horman95c385b2007-04-25 17:08:10 -07003137 ip6_ins_rt(ifp->rt);
3138
YOSHIFUJI Hideaki6732bad2005-12-27 13:35:15 -08003139 addrconf_dad_kick(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003140out:
Herbert Xu622ccdf2010-05-18 15:56:06 -07003141 spin_unlock(&ifp->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142 read_unlock_bh(&idev->lock);
3143}
3144
3145static void addrconf_dad_timer(unsigned long data)
3146{
3147 struct inet6_ifaddr *ifp = (struct inet6_ifaddr *) data;
3148 struct inet6_dev *idev = ifp->idev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003149 struct in6_addr mcaddr;
3150
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003151 if (!ifp->dad_probes && addrconf_dad_end(ifp))
Herbert Xuf2344a12010-05-18 15:55:27 -07003152 goto out;
3153
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003154 write_lock(&idev->lock);
stephen hemminger122e4512010-03-02 13:32:44 +00003155 if (idev->dead || !(idev->if_flags & IF_READY)) {
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003156 write_unlock(&idev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157 goto out;
3158 }
stephen hemminger21809fa2010-02-08 19:48:52 +00003159
3160 spin_lock(&ifp->lock);
Herbert Xu622ccdf2010-05-18 15:56:06 -07003161 if (ifp->state == INET6_IFADDR_STATE_DEAD) {
3162 spin_unlock(&ifp->lock);
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003163 write_unlock(&idev->lock);
Herbert Xu622ccdf2010-05-18 15:56:06 -07003164 goto out;
3165 }
3166
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003167 if (ifp->dad_probes == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003168 /*
3169 * DAD was successful
3170 */
3171
Brian Haleycc411d02009-09-09 14:41:32 +00003172 ifp->flags &= ~(IFA_F_TENTATIVE|IFA_F_OPTIMISTIC|IFA_F_DADFAILED);
stephen hemminger21809fa2010-02-08 19:48:52 +00003173 spin_unlock(&ifp->lock);
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003174 write_unlock(&idev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003175
3176 addrconf_dad_completed(ifp);
3177
3178 goto out;
3179 }
3180
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003181 ifp->dad_probes--;
3182 addrconf_mod_dad_timer(ifp, ifp->idev->nd_parms->retrans_time);
stephen hemminger21809fa2010-02-08 19:48:52 +00003183 spin_unlock(&ifp->lock);
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003184 write_unlock(&idev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003185
3186 /* send a neighbour solicitation for our addr */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003187 addrconf_addr_solict_mult(&ifp->addr, &mcaddr);
YOSHIFUJI Hideakid7aabf22008-04-10 15:42:11 +09003188 ndisc_send_ns(ifp->idev->dev, NULL, &ifp->addr, &mcaddr, &in6addr_any);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003189out:
3190 in6_ifa_put(ifp);
3191}
3192
3193static void addrconf_dad_completed(struct inet6_ifaddr *ifp)
3194{
Stephen Hemmingere21e8462010-03-20 16:09:01 -07003195 struct net_device *dev = ifp->idev->dev;
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003196 struct in6_addr lladdr;
Hannes Frederic Sowab173ee42013-06-27 00:07:01 +02003197 bool send_rs, send_mld;
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003198
3199 addrconf_del_dad_timer(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200
3201 /*
3202 * Configure the address for reception. Now it is valid.
3203 */
3204
3205 ipv6_ifa_notify(RTM_NEWADDR, ifp);
3206
Tore Anderson026359b2011-08-28 23:47:33 +00003207 /* If added prefix is link local and we are prepared to process
3208 router advertisements, start sending router solicitations.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209 */
3210
Hannes Frederic Sowa1ec047e2013-06-27 00:06:56 +02003211 read_lock_bh(&ifp->idev->lock);
3212 spin_lock(&ifp->lock);
Hannes Frederic Sowab173ee42013-06-27 00:07:01 +02003213 send_mld = ipv6_addr_type(&ifp->addr) & IPV6_ADDR_LINKLOCAL &&
3214 ifp->idev->valid_ll_addr_cnt == 1;
3215 send_rs = send_mld &&
3216 ipv6_accept_ra(ifp->idev) &&
Hannes Frederic Sowa1ec047e2013-06-27 00:06:56 +02003217 ifp->idev->cnf.rtr_solicits > 0 &&
Hannes Frederic Sowab173ee42013-06-27 00:07:01 +02003218 (dev->flags&IFF_LOOPBACK) == 0;
Hannes Frederic Sowa1ec047e2013-06-27 00:06:56 +02003219 spin_unlock(&ifp->lock);
3220 read_unlock_bh(&ifp->idev->lock);
3221
Hannes Frederic Sowab173ee42013-06-27 00:07:01 +02003222 /* While dad is in progress mld report's source address is in6_addrany.
3223 * Resend with proper ll now.
3224 */
3225 if (send_mld)
3226 ipv6_mc_dad_complete(ifp->idev);
3227
Hannes Frederic Sowa1ec047e2013-06-27 00:06:56 +02003228 if (send_rs) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229 /*
3230 * If a host as already performed a random delay
3231 * [...] as part of DAD [...] there is no need
3232 * to delay again before sending the first RS
3233 */
Hannes Frederic Sowa1ec047e2013-06-27 00:06:56 +02003234 if (ipv6_get_lladdr(dev, &lladdr, IFA_F_TENTATIVE))
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003235 return;
Hannes Frederic Sowa1ec047e2013-06-27 00:06:56 +02003236 ndisc_send_rs(dev, &lladdr, &in6addr_linklocal_allrouters);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003237
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003238 write_lock_bh(&ifp->idev->lock);
3239 spin_lock(&ifp->lock);
3240 ifp->idev->rs_probes = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003241 ifp->idev->if_flags |= IF_RS_SENT;
Hannes Frederic Sowab7b1bfc2013-06-23 18:39:01 +02003242 addrconf_mod_rs_timer(ifp->idev,
3243 ifp->idev->cnf.rtr_solicit_interval);
3244 spin_unlock(&ifp->lock);
3245 write_unlock_bh(&ifp->idev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003246 }
3247}
3248
Stephen Hemmingere21e8462010-03-20 16:09:01 -07003249static void addrconf_dad_run(struct inet6_dev *idev)
3250{
YOSHIFUJI Hideakic5e33bd2005-12-21 22:57:44 +09003251 struct inet6_ifaddr *ifp;
3252
3253 read_lock_bh(&idev->lock);
stephen hemminger502a2ff2010-03-17 20:31:13 +00003254 list_for_each_entry(ifp, &idev->addr_list, if_list) {
stephen hemminger21809fa2010-02-08 19:48:52 +00003255 spin_lock(&ifp->lock);
Herbert Xuf2344a12010-05-18 15:55:27 -07003256 if (ifp->flags & IFA_F_TENTATIVE &&
3257 ifp->state == INET6_IFADDR_STATE_DAD)
3258 addrconf_dad_kick(ifp);
stephen hemminger21809fa2010-02-08 19:48:52 +00003259 spin_unlock(&ifp->lock);
YOSHIFUJI Hideakic5e33bd2005-12-21 22:57:44 +09003260 }
3261 read_unlock_bh(&idev->lock);
3262}
3263
Linus Torvalds1da177e2005-04-16 15:20:36 -07003264#ifdef CONFIG_PROC_FS
3265struct if6_iter_state {
Daniel Lezcano3c400902008-01-10 22:42:49 -08003266 struct seq_net_private p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003267 int bucket;
Mihai Maruseac1d578302012-01-03 23:31:35 +00003268 int offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003269};
3270
Mihai Maruseac1d578302012-01-03 23:31:35 +00003271static struct inet6_ifaddr *if6_get_first(struct seq_file *seq, loff_t pos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003272{
3273 struct inet6_ifaddr *ifa = NULL;
3274 struct if6_iter_state *state = seq->private;
YOSHIFUJI Hideaki12188542008-03-26 02:36:06 +09003275 struct net *net = seq_file_net(seq);
Mihai Maruseac1d578302012-01-03 23:31:35 +00003276 int p = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003277
Mihai Maruseac1d578302012-01-03 23:31:35 +00003278 /* initial bucket if pos is 0 */
3279 if (pos == 0) {
3280 state->bucket = 0;
3281 state->offset = 0;
3282 }
3283
3284 for (; state->bucket < IN6_ADDR_HSIZE; ++state->bucket) {
Sasha Levinb67bfe02013-02-27 17:06:00 -08003285 hlist_for_each_entry_rcu_bh(ifa, &inet6_addr_lst[state->bucket],
Mihai Maruseac1d578302012-01-03 23:31:35 +00003286 addr_lst) {
Eric Dumazet9f0d3c22012-10-16 07:37:27 +00003287 if (!net_eq(dev_net(ifa->idev->dev), net))
3288 continue;
Mihai Maruseac1d578302012-01-03 23:31:35 +00003289 /* sync with offset */
3290 if (p < state->offset) {
3291 p++;
3292 continue;
3293 }
3294 state->offset++;
Eric Dumazet9f0d3c22012-10-16 07:37:27 +00003295 return ifa;
Mihai Maruseac1d578302012-01-03 23:31:35 +00003296 }
3297
3298 /* prepare for next bucket */
3299 state->offset = 0;
3300 p = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003301 }
stephen hemmingerc2e21292010-03-17 20:31:10 +00003302 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003303}
3304
stephen hemmingerc2e21292010-03-17 20:31:10 +00003305static struct inet6_ifaddr *if6_get_next(struct seq_file *seq,
3306 struct inet6_ifaddr *ifa)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003307{
3308 struct if6_iter_state *state = seq->private;
YOSHIFUJI Hideaki12188542008-03-26 02:36:06 +09003309 struct net *net = seq_file_net(seq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310
Sasha Levinb67bfe02013-02-27 17:06:00 -08003311 hlist_for_each_entry_continue_rcu_bh(ifa, addr_lst) {
Eric Dumazet9f0d3c22012-10-16 07:37:27 +00003312 if (!net_eq(dev_net(ifa->idev->dev), net))
3313 continue;
Mihai Maruseac1d578302012-01-03 23:31:35 +00003314 state->offset++;
Eric Dumazet9f0d3c22012-10-16 07:37:27 +00003315 return ifa;
Mihai Maruseac1d578302012-01-03 23:31:35 +00003316 }
stephen hemmingerc2e21292010-03-17 20:31:10 +00003317
3318 while (++state->bucket < IN6_ADDR_HSIZE) {
Mihai Maruseac1d578302012-01-03 23:31:35 +00003319 state->offset = 0;
Sasha Levinb67bfe02013-02-27 17:06:00 -08003320 hlist_for_each_entry_rcu_bh(ifa,
stephen hemmingerc2e21292010-03-17 20:31:10 +00003321 &inet6_addr_lst[state->bucket], addr_lst) {
Eric Dumazet9f0d3c22012-10-16 07:37:27 +00003322 if (!net_eq(dev_net(ifa->idev->dev), net))
3323 continue;
Mihai Maruseac1d578302012-01-03 23:31:35 +00003324 state->offset++;
Eric Dumazet9f0d3c22012-10-16 07:37:27 +00003325 return ifa;
Daniel Lezcano3c400902008-01-10 22:42:49 -08003326 }
3327 }
3328
stephen hemmingerc2e21292010-03-17 20:31:10 +00003329 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003330}
3331
Linus Torvalds1da177e2005-04-16 15:20:36 -07003332static void *if6_seq_start(struct seq_file *seq, loff_t *pos)
Eric Dumazet4f70ecc2010-05-03 10:50:14 +00003333 __acquires(rcu_bh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334{
stephen hemminger5c578ae2010-03-17 20:31:11 +00003335 rcu_read_lock_bh();
Mihai Maruseac1d578302012-01-03 23:31:35 +00003336 return if6_get_first(seq, *pos);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003337}
3338
3339static void *if6_seq_next(struct seq_file *seq, void *v, loff_t *pos)
3340{
3341 struct inet6_ifaddr *ifa;
3342
3343 ifa = if6_get_next(seq, v);
3344 ++*pos;
3345 return ifa;
3346}
3347
3348static void if6_seq_stop(struct seq_file *seq, void *v)
Eric Dumazet4f70ecc2010-05-03 10:50:14 +00003349 __releases(rcu_bh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003350{
stephen hemminger5c578ae2010-03-17 20:31:11 +00003351 rcu_read_unlock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003352}
3353
3354static int if6_seq_show(struct seq_file *seq, void *v)
3355{
3356 struct inet6_ifaddr *ifp = (struct inet6_ifaddr *)v;
Harvey Harrison4b7a4272008-10-29 12:50:24 -07003357 seq_printf(seq, "%pi6 %02x %02x %02x %02x %8s\n",
Harvey Harrisonb0711952008-10-28 16:05:40 -07003358 &ifp->addr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003359 ifp->idev->dev->ifindex,
3360 ifp->prefix_len,
3361 ifp->scope,
3362 ifp->flags,
3363 ifp->idev->dev->name);
3364 return 0;
3365}
3366
Philippe De Muyter56b3d972007-07-10 23:07:31 -07003367static const struct seq_operations if6_seq_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368 .start = if6_seq_start,
3369 .next = if6_seq_next,
3370 .show = if6_seq_show,
3371 .stop = if6_seq_stop,
3372};
3373
3374static int if6_seq_open(struct inode *inode, struct file *file)
3375{
Daniel Lezcano3c400902008-01-10 22:42:49 -08003376 return seq_open_net(inode, file, &if6_seq_ops,
3377 sizeof(struct if6_iter_state));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003378}
3379
Arjan van de Ven9a321442007-02-12 00:55:35 -08003380static const struct file_operations if6_fops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003381 .owner = THIS_MODULE,
3382 .open = if6_seq_open,
3383 .read = seq_read,
3384 .llseek = seq_lseek,
Daniel Lezcano3c400902008-01-10 22:42:49 -08003385 .release = seq_release_net,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003386};
3387
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00003388static int __net_init if6_proc_net_init(struct net *net)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003389{
Gao fengd4beaa62013-02-18 01:34:54 +00003390 if (!proc_create("if_inet6", S_IRUGO, net->proc_net, &if6_fops))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003391 return -ENOMEM;
3392 return 0;
3393}
3394
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00003395static void __net_exit if6_proc_net_exit(struct net *net)
Daniel Lezcano3c400902008-01-10 22:42:49 -08003396{
Gao fengece31ff2013-02-18 01:34:56 +00003397 remove_proc_entry("if_inet6", net->proc_net);
Daniel Lezcano3c400902008-01-10 22:42:49 -08003398}
3399
3400static struct pernet_operations if6_proc_net_ops = {
3401 .init = if6_proc_net_init,
3402 .exit = if6_proc_net_exit,
3403};
3404
3405int __init if6_proc_init(void)
3406{
3407 return register_pernet_subsys(&if6_proc_net_ops);
3408}
3409
Linus Torvalds1da177e2005-04-16 15:20:36 -07003410void if6_proc_exit(void)
3411{
Daniel Lezcano3c400902008-01-10 22:42:49 -08003412 unregister_pernet_subsys(&if6_proc_net_ops);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003413}
3414#endif /* CONFIG_PROC_FS */
3415
Amerigo Wang07a93622012-10-29 16:23:10 +00003416#if IS_ENABLED(CONFIG_IPV6_MIP6)
Noriaki TAKAMIYA3b9f9a12006-09-22 14:45:56 -07003417/* Check if address is a home address configured on any interface. */
Eric Dumazetb71d1d42011-04-22 04:53:02 +00003418int ipv6_chk_home_addr(struct net *net, const struct in6_addr *addr)
Noriaki TAKAMIYA3b9f9a12006-09-22 14:45:56 -07003419{
3420 int ret = 0;
stephen hemmingerc2e21292010-03-17 20:31:10 +00003421 struct inet6_ifaddr *ifp = NULL;
Eric Dumazetddbe5032012-07-18 08:11:12 +00003422 unsigned int hash = inet6_addr_hash(addr);
stephen hemmingerc2e21292010-03-17 20:31:10 +00003423
stephen hemminger5c578ae2010-03-17 20:31:11 +00003424 rcu_read_lock_bh();
Sasha Levinb67bfe02013-02-27 17:06:00 -08003425 hlist_for_each_entry_rcu_bh(ifp, &inet6_addr_lst[hash], addr_lst) {
YOSHIFUJI Hideaki878628f2008-03-26 03:57:35 +09003426 if (!net_eq(dev_net(ifp->idev->dev), net))
Daniel Lezcano389f6612008-01-10 22:44:40 -08003427 continue;
YOSHIFUJI Hideakicaad2952008-04-10 15:42:07 +09003428 if (ipv6_addr_equal(&ifp->addr, addr) &&
Noriaki TAKAMIYA3b9f9a12006-09-22 14:45:56 -07003429 (ifp->flags & IFA_F_HOMEADDRESS)) {
3430 ret = 1;
3431 break;
3432 }
3433 }
stephen hemminger5c578ae2010-03-17 20:31:11 +00003434 rcu_read_unlock_bh();
Noriaki TAKAMIYA3b9f9a12006-09-22 14:45:56 -07003435 return ret;
3436}
3437#endif
3438
Linus Torvalds1da177e2005-04-16 15:20:36 -07003439/*
3440 * Periodic address status verification
3441 */
3442
3443static void addrconf_verify(unsigned long foo)
3444{
YOSHIFUJI Hideakib2db7562010-03-20 16:11:12 -07003445 unsigned long now, next, next_sec, next_sched;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446 struct inet6_ifaddr *ifp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003447 int i;
3448
stephen hemminger5c578ae2010-03-17 20:31:11 +00003449 rcu_read_lock_bh();
3450 spin_lock(&addrconf_verify_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003451 now = jiffies;
YOSHIFUJI Hideakib2db7562010-03-20 16:11:12 -07003452 next = round_jiffies_up(now + ADDR_CHECK_FREQUENCY);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003453
3454 del_timer(&addr_chk_timer);
3455
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07003456 for (i = 0; i < IN6_ADDR_HSIZE; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003457restart:
Sasha Levinb67bfe02013-02-27 17:06:00 -08003458 hlist_for_each_entry_rcu_bh(ifp,
stephen hemminger5c578ae2010-03-17 20:31:11 +00003459 &inet6_addr_lst[i], addr_lst) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460 unsigned long age;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003461
3462 if (ifp->flags & IFA_F_PERMANENT)
3463 continue;
3464
3465 spin_lock(&ifp->lock);
YOSHIFUJI Hideakib2db7562010-03-20 16:11:12 -07003466 /* We try to batch several events at once. */
3467 age = (now - ifp->tstamp + ADDRCONF_TIMER_FUZZ_MINUS) / HZ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003468
YOSHIFUJI Hideaki8f27ebb2006-07-28 18:12:11 +09003469 if (ifp->valid_lft != INFINITY_LIFE_TIME &&
3470 age >= ifp->valid_lft) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003471 spin_unlock(&ifp->lock);
3472 in6_ifa_hold(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003473 ipv6_del_addr(ifp);
3474 goto restart;
YOSHIFUJI Hideaki8f27ebb2006-07-28 18:12:11 +09003475 } else if (ifp->prefered_lft == INFINITY_LIFE_TIME) {
3476 spin_unlock(&ifp->lock);
3477 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003478 } else if (age >= ifp->prefered_lft) {
Brian Haleya1ed0522009-07-02 07:10:52 +00003479 /* jiffies - ifp->tstamp > age >= ifp->prefered_lft */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003480 int deprecate = 0;
3481
3482 if (!(ifp->flags&IFA_F_DEPRECATED)) {
3483 deprecate = 1;
3484 ifp->flags |= IFA_F_DEPRECATED;
3485 }
3486
3487 if (time_before(ifp->tstamp + ifp->valid_lft * HZ, next))
3488 next = ifp->tstamp + ifp->valid_lft * HZ;
3489
3490 spin_unlock(&ifp->lock);
3491
3492 if (deprecate) {
3493 in6_ifa_hold(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003494
3495 ipv6_ifa_notify(0, ifp);
3496 in6_ifa_put(ifp);
3497 goto restart;
3498 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003499 } else if ((ifp->flags&IFA_F_TEMPORARY) &&
3500 !(ifp->flags&IFA_F_TENTATIVE)) {
stephen hemminger88949cf2010-03-17 20:31:17 +00003501 unsigned long regen_advance = ifp->idev->cnf.regen_max_retry *
3502 ifp->idev->cnf.dad_transmits *
3503 ifp->idev->nd_parms->retrans_time / HZ;
3504
Linus Torvalds1da177e2005-04-16 15:20:36 -07003505 if (age >= ifp->prefered_lft - regen_advance) {
3506 struct inet6_ifaddr *ifpub = ifp->ifpub;
3507 if (time_before(ifp->tstamp + ifp->prefered_lft * HZ, next))
3508 next = ifp->tstamp + ifp->prefered_lft * HZ;
3509 if (!ifp->regen_count && ifpub) {
3510 ifp->regen_count++;
3511 in6_ifa_hold(ifp);
3512 in6_ifa_hold(ifpub);
3513 spin_unlock(&ifp->lock);
stephen hemminger5c578ae2010-03-17 20:31:11 +00003514
Hiroyuki YAMAMORI291d8092005-12-23 11:24:05 -08003515 spin_lock(&ifpub->lock);
3516 ifpub->regen_count = 0;
3517 spin_unlock(&ifpub->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003518 ipv6_create_tempaddr(ifpub, ifp);
3519 in6_ifa_put(ifpub);
3520 in6_ifa_put(ifp);
3521 goto restart;
3522 }
3523 } else if (time_before(ifp->tstamp + ifp->prefered_lft * HZ - regen_advance * HZ, next))
3524 next = ifp->tstamp + ifp->prefered_lft * HZ - regen_advance * HZ;
3525 spin_unlock(&ifp->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526 } else {
3527 /* ifp->prefered_lft <= ifp->valid_lft */
3528 if (time_before(ifp->tstamp + ifp->prefered_lft * HZ, next))
3529 next = ifp->tstamp + ifp->prefered_lft * HZ;
3530 spin_unlock(&ifp->lock);
3531 }
3532 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003533 }
3534
YOSHIFUJI Hideakib2db7562010-03-20 16:11:12 -07003535 next_sec = round_jiffies_up(next);
3536 next_sched = next;
3537
3538 /* If rounded timeout is accurate enough, accept it. */
3539 if (time_before(next_sec, next + ADDRCONF_TIMER_FUZZ))
3540 next_sched = next_sec;
3541
3542 /* And minimum interval is ADDRCONF_TIMER_FUZZ_MAX. */
3543 if (time_before(next_sched, jiffies + ADDRCONF_TIMER_FUZZ_MAX))
3544 next_sched = jiffies + ADDRCONF_TIMER_FUZZ_MAX;
3545
dingtianhongba3542e2013-08-17 10:27:04 +08003546 ADBG(KERN_DEBUG "now = %lu, schedule = %lu, rounded schedule = %lu => %lu\n",
3547 now, next, next_sec, next_sched);
YOSHIFUJI Hideakib2db7562010-03-20 16:11:12 -07003548
3549 addr_chk_timer.expires = next_sched;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003550 add_timer(&addr_chk_timer);
stephen hemminger5c578ae2010-03-17 20:31:11 +00003551 spin_unlock(&addrconf_verify_lock);
3552 rcu_read_unlock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003553}
3554
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00003555static struct in6_addr *extract_addr(struct nlattr *addr, struct nlattr *local,
3556 struct in6_addr **peer_pfx)
Thomas Graf461d8832006-09-18 00:09:49 -07003557{
3558 struct in6_addr *pfx = NULL;
3559
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00003560 *peer_pfx = NULL;
3561
Thomas Graf461d8832006-09-18 00:09:49 -07003562 if (addr)
3563 pfx = nla_data(addr);
3564
3565 if (local) {
3566 if (pfx && nla_memcmp(local, pfx, sizeof(*pfx)))
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00003567 *peer_pfx = pfx;
3568 pfx = nla_data(local);
Thomas Graf461d8832006-09-18 00:09:49 -07003569 }
3570
3571 return pfx;
3572}
3573
Patrick McHardyef7c79e2007-06-05 12:38:30 -07003574static const struct nla_policy ifa_ipv6_policy[IFA_MAX+1] = {
Thomas Graf461d8832006-09-18 00:09:49 -07003575 [IFA_ADDRESS] = { .len = sizeof(struct in6_addr) },
3576 [IFA_LOCAL] = { .len = sizeof(struct in6_addr) },
3577 [IFA_CACHEINFO] = { .len = sizeof(struct ifa_cacheinfo) },
3578};
3579
Linus Torvalds1da177e2005-04-16 15:20:36 -07003580static int
Thomas Graf661d2962013-03-21 07:45:29 +00003581inet6_rtm_deladdr(struct sk_buff *skb, struct nlmsghdr *nlh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003582{
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09003583 struct net *net = sock_net(skb->sk);
Thomas Grafb933f712006-09-18 00:10:19 -07003584 struct ifaddrmsg *ifm;
3585 struct nlattr *tb[IFA_MAX+1];
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00003586 struct in6_addr *pfx, *peer_pfx;
Thomas Grafb933f712006-09-18 00:10:19 -07003587 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003588
Thomas Grafb933f712006-09-18 00:10:19 -07003589 err = nlmsg_parse(nlh, sizeof(*ifm), tb, IFA_MAX, ifa_ipv6_policy);
3590 if (err < 0)
3591 return err;
3592
3593 ifm = nlmsg_data(nlh);
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00003594 pfx = extract_addr(tb[IFA_ADDRESS], tb[IFA_LOCAL], &peer_pfx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003595 if (pfx == NULL)
3596 return -EINVAL;
3597
Daniel Lezcanoaf284932008-03-05 10:46:57 -08003598 return inet6_addr_del(net, ifm->ifa_index, pfx, ifm->ifa_prefixlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003599}
3600
Noriaki TAKAMIYA55ebaef2006-09-22 14:45:27 -07003601static int inet6_addr_modify(struct inet6_ifaddr *ifp, u8 ifa_flags,
3602 u32 prefered_lft, u32 valid_lft)
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003603{
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07003604 u32 flags;
3605 clock_t expires;
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09003606 unsigned long timeout;
YOSHIFUJI Hideaki46d48042007-02-07 20:36:26 +09003607
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003608 if (!valid_lft || (prefered_lft > valid_lft))
3609 return -EINVAL;
3610
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09003611 timeout = addrconf_timeout_fixup(valid_lft, HZ);
3612 if (addrconf_finite_timeout(timeout)) {
3613 expires = jiffies_to_clock_t(timeout * HZ);
3614 valid_lft = timeout;
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07003615 flags = RTF_EXPIRES;
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09003616 } else {
3617 expires = 0;
3618 flags = 0;
3619 ifa_flags |= IFA_F_PERMANENT;
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07003620 }
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003621
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09003622 timeout = addrconf_timeout_fixup(prefered_lft, HZ);
3623 if (addrconf_finite_timeout(timeout)) {
3624 if (timeout == 0)
3625 ifa_flags |= IFA_F_DEPRECATED;
3626 prefered_lft = timeout;
3627 }
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003628
3629 spin_lock_bh(&ifp->lock);
Noriaki TAKAMIYA3b9f9a12006-09-22 14:45:56 -07003630 ifp->flags = (ifp->flags & ~(IFA_F_DEPRECATED | IFA_F_PERMANENT | IFA_F_NODAD | IFA_F_HOMEADDRESS)) | ifa_flags;
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003631 ifp->tstamp = jiffies;
3632 ifp->valid_lft = valid_lft;
3633 ifp->prefered_lft = prefered_lft;
3634
3635 spin_unlock_bh(&ifp->lock);
3636 if (!(ifp->flags&IFA_F_TENTATIVE))
3637 ipv6_ifa_notify(0, ifp);
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003638
YOSHIFUJI Hideaki46d48042007-02-07 20:36:26 +09003639 addrconf_prefix_route(&ifp->addr, ifp->prefix_len, ifp->idev->dev,
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07003640 expires, flags);
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003641 addrconf_verify(0);
3642
3643 return 0;
3644}
3645
3646static int
Thomas Graf661d2962013-03-21 07:45:29 +00003647inet6_rtm_newaddr(struct sk_buff *skb, struct nlmsghdr *nlh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003648{
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09003649 struct net *net = sock_net(skb->sk);
Thomas Graf461d8832006-09-18 00:09:49 -07003650 struct ifaddrmsg *ifm;
3651 struct nlattr *tb[IFA_MAX+1];
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00003652 struct in6_addr *pfx, *peer_pfx;
Thomas Graf7198f8c2006-09-18 00:13:46 -07003653 struct inet6_ifaddr *ifa;
3654 struct net_device *dev;
Noriaki TAKAMIYA55ebaef2006-09-22 14:45:27 -07003655 u32 valid_lft = INFINITY_LIFE_TIME, preferred_lft = INFINITY_LIFE_TIME;
3656 u8 ifa_flags;
Thomas Graf461d8832006-09-18 00:09:49 -07003657 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003658
Thomas Graf461d8832006-09-18 00:09:49 -07003659 err = nlmsg_parse(nlh, sizeof(*ifm), tb, IFA_MAX, ifa_ipv6_policy);
3660 if (err < 0)
3661 return err;
3662
3663 ifm = nlmsg_data(nlh);
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00003664 pfx = extract_addr(tb[IFA_ADDRESS], tb[IFA_LOCAL], &peer_pfx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003665 if (pfx == NULL)
3666 return -EINVAL;
3667
Thomas Graf461d8832006-09-18 00:09:49 -07003668 if (tb[IFA_CACHEINFO]) {
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09003669 struct ifa_cacheinfo *ci;
Thomas Graf461d8832006-09-18 00:09:49 -07003670
3671 ci = nla_data(tb[IFA_CACHEINFO]);
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09003672 valid_lft = ci->ifa_valid;
Thomas Graf461d8832006-09-18 00:09:49 -07003673 preferred_lft = ci->ifa_prefered;
3674 } else {
3675 preferred_lft = INFINITY_LIFE_TIME;
3676 valid_lft = INFINITY_LIFE_TIME;
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09003677 }
3678
Daniel Lezcanoaf284932008-03-05 10:46:57 -08003679 dev = __dev_get_by_index(net, ifm->ifa_index);
Thomas Graf7198f8c2006-09-18 00:13:46 -07003680 if (dev == NULL)
3681 return -ENODEV;
3682
Noriaki TAKAMIYA55ebaef2006-09-22 14:45:27 -07003683 /* We ignore other flags so far. */
Noriaki TAKAMIYA3b9f9a12006-09-22 14:45:56 -07003684 ifa_flags = ifm->ifa_flags & (IFA_F_NODAD | IFA_F_HOMEADDRESS);
Noriaki TAKAMIYA55ebaef2006-09-22 14:45:27 -07003685
Daniel Lezcano1cab3da2008-01-10 22:44:09 -08003686 ifa = ipv6_get_ifaddr(net, pfx, dev, 1);
Thomas Graf7198f8c2006-09-18 00:13:46 -07003687 if (ifa == NULL) {
3688 /*
3689 * It would be best to check for !NLM_F_CREATE here but
3690 * userspace alreay relies on not having to provide this.
3691 */
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00003692 return inet6_addr_add(net, ifm->ifa_index, pfx, peer_pfx,
Daniel Lezcanoaf284932008-03-05 10:46:57 -08003693 ifm->ifa_prefixlen, ifa_flags,
3694 preferred_lft, valid_lft);
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003695 }
3696
Thomas Graf7198f8c2006-09-18 00:13:46 -07003697 if (nlh->nlmsg_flags & NLM_F_EXCL ||
3698 !(nlh->nlmsg_flags & NLM_F_REPLACE))
3699 err = -EEXIST;
3700 else
Noriaki TAKAMIYA55ebaef2006-09-22 14:45:27 -07003701 err = inet6_addr_modify(ifa, ifa_flags, preferred_lft, valid_lft);
Thomas Graf7198f8c2006-09-18 00:13:46 -07003702
3703 in6_ifa_put(ifa);
3704
3705 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003706}
3707
Thomas Graf101bb222006-09-18 00:11:52 -07003708static void put_ifaddrmsg(struct nlmsghdr *nlh, u8 prefixlen, u8 flags,
3709 u8 scope, int ifindex)
3710{
3711 struct ifaddrmsg *ifm;
3712
3713 ifm = nlmsg_data(nlh);
3714 ifm->ifa_family = AF_INET6;
3715 ifm->ifa_prefixlen = prefixlen;
3716 ifm->ifa_flags = flags;
3717 ifm->ifa_scope = scope;
3718 ifm->ifa_index = ifindex;
3719}
3720
Thomas Graf85486af2006-09-18 00:11:24 -07003721static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp,
3722 unsigned long tstamp, u32 preferred, u32 valid)
3723{
3724 struct ifa_cacheinfo ci;
3725
Thomas Graf18a31e12010-11-17 04:12:02 +00003726 ci.cstamp = cstamp_delta(cstamp);
3727 ci.tstamp = cstamp_delta(tstamp);
Thomas Graf85486af2006-09-18 00:11:24 -07003728 ci.ifa_prefered = preferred;
3729 ci.ifa_valid = valid;
3730
3731 return nla_put(skb, IFA_CACHEINFO, sizeof(ci), &ci);
3732}
3733
Thomas Graf101bb222006-09-18 00:11:52 -07003734static inline int rt_scope(int ifa_scope)
3735{
3736 if (ifa_scope & IFA_HOST)
3737 return RT_SCOPE_HOST;
3738 else if (ifa_scope & IFA_LINK)
3739 return RT_SCOPE_LINK;
3740 else if (ifa_scope & IFA_SITE)
3741 return RT_SCOPE_SITE;
3742 else
3743 return RT_SCOPE_UNIVERSE;
3744}
3745
Thomas Graf0ab68032006-09-18 00:12:35 -07003746static inline int inet6_ifaddr_msgsize(void)
3747{
Thomas Graf339bf982006-11-10 14:10:15 -08003748 return NLMSG_ALIGN(sizeof(struct ifaddrmsg))
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00003749 + nla_total_size(16) /* IFA_LOCAL */
Thomas Graf339bf982006-11-10 14:10:15 -08003750 + nla_total_size(16) /* IFA_ADDRESS */
3751 + nla_total_size(sizeof(struct ifa_cacheinfo));
Thomas Graf0ab68032006-09-18 00:12:35 -07003752}
YOSHIFUJI Hideakic5396a32006-06-17 22:48:48 -07003753
Linus Torvalds1da177e2005-04-16 15:20:36 -07003754static int inet6_fill_ifaddr(struct sk_buff *skb, struct inet6_ifaddr *ifa,
Eric W. Biederman15e47302012-09-07 20:12:54 +00003755 u32 portid, u32 seq, int event, unsigned int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003756{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003757 struct nlmsghdr *nlh;
Thomas Graf85486af2006-09-18 00:11:24 -07003758 u32 preferred, valid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003759
Eric W. Biederman15e47302012-09-07 20:12:54 +00003760 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct ifaddrmsg), flags);
Thomas Graf0ab68032006-09-18 00:12:35 -07003761 if (nlh == NULL)
Patrick McHardy26932562007-01-31 23:16:40 -08003762 return -EMSGSIZE;
Thomas Graf0ab68032006-09-18 00:12:35 -07003763
Thomas Graf101bb222006-09-18 00:11:52 -07003764 put_ifaddrmsg(nlh, ifa->prefix_len, ifa->flags, rt_scope(ifa->scope),
3765 ifa->idev->dev->ifindex);
3766
Linus Torvalds1da177e2005-04-16 15:20:36 -07003767 if (!(ifa->flags&IFA_F_PERMANENT)) {
Thomas Graf85486af2006-09-18 00:11:24 -07003768 preferred = ifa->prefered_lft;
3769 valid = ifa->valid_lft;
3770 if (preferred != INFINITY_LIFE_TIME) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003771 long tval = (jiffies - ifa->tstamp)/HZ;
Jens Rosenbooma1faa692009-06-25 04:55:50 +00003772 if (preferred > tval)
3773 preferred -= tval;
3774 else
3775 preferred = 0;
Ben Hutchingsf56619f2010-06-26 11:37:47 +00003776 if (valid != INFINITY_LIFE_TIME) {
3777 if (valid > tval)
3778 valid -= tval;
3779 else
3780 valid = 0;
3781 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003782 }
3783 } else {
Thomas Graf85486af2006-09-18 00:11:24 -07003784 preferred = INFINITY_LIFE_TIME;
3785 valid = INFINITY_LIFE_TIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003786 }
Thomas Graf85486af2006-09-18 00:11:24 -07003787
Cong Wang7996c792013-05-22 05:41:06 +00003788 if (!ipv6_addr_any(&ifa->peer_addr)) {
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00003789 if (nla_put(skb, IFA_LOCAL, 16, &ifa->addr) < 0 ||
3790 nla_put(skb, IFA_ADDRESS, 16, &ifa->peer_addr) < 0)
3791 goto error;
3792 } else
3793 if (nla_put(skb, IFA_ADDRESS, 16, &ifa->addr) < 0)
3794 goto error;
3795
3796 if (put_cacheinfo(skb, ifa->cstamp, ifa->tstamp, preferred, valid) < 0)
3797 goto error;
Thomas Graf85486af2006-09-18 00:11:24 -07003798
Thomas Graf0ab68032006-09-18 00:12:35 -07003799 return nlmsg_end(skb, nlh);
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00003800
3801error:
3802 nlmsg_cancel(skb, nlh);
3803 return -EMSGSIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003804}
3805
3806static int inet6_fill_ifmcaddr(struct sk_buff *skb, struct ifmcaddr6 *ifmca,
Eric W. Biederman15e47302012-09-07 20:12:54 +00003807 u32 portid, u32 seq, int event, u16 flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003808{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003809 struct nlmsghdr *nlh;
Thomas Graf101bb222006-09-18 00:11:52 -07003810 u8 scope = RT_SCOPE_UNIVERSE;
3811 int ifindex = ifmca->idev->dev->ifindex;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003812
Thomas Graf101bb222006-09-18 00:11:52 -07003813 if (ipv6_addr_scope(&ifmca->mca_addr) & IFA_SITE)
3814 scope = RT_SCOPE_SITE;
3815
Eric W. Biederman15e47302012-09-07 20:12:54 +00003816 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct ifaddrmsg), flags);
Thomas Graf0ab68032006-09-18 00:12:35 -07003817 if (nlh == NULL)
Patrick McHardy26932562007-01-31 23:16:40 -08003818 return -EMSGSIZE;
Thomas Graf0ab68032006-09-18 00:12:35 -07003819
Thomas Graf101bb222006-09-18 00:11:52 -07003820 put_ifaddrmsg(nlh, 128, IFA_F_PERMANENT, scope, ifindex);
Thomas Graf0ab68032006-09-18 00:12:35 -07003821 if (nla_put(skb, IFA_MULTICAST, 16, &ifmca->mca_addr) < 0 ||
3822 put_cacheinfo(skb, ifmca->mca_cstamp, ifmca->mca_tstamp,
Patrick McHardy26932562007-01-31 23:16:40 -08003823 INFINITY_LIFE_TIME, INFINITY_LIFE_TIME) < 0) {
3824 nlmsg_cancel(skb, nlh);
3825 return -EMSGSIZE;
3826 }
Thomas Graf85486af2006-09-18 00:11:24 -07003827
Thomas Graf0ab68032006-09-18 00:12:35 -07003828 return nlmsg_end(skb, nlh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003829}
3830
3831static int inet6_fill_ifacaddr(struct sk_buff *skb, struct ifacaddr6 *ifaca,
Eric W. Biederman15e47302012-09-07 20:12:54 +00003832 u32 portid, u32 seq, int event, unsigned int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003833{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003834 struct nlmsghdr *nlh;
Thomas Graf101bb222006-09-18 00:11:52 -07003835 u8 scope = RT_SCOPE_UNIVERSE;
3836 int ifindex = ifaca->aca_idev->dev->ifindex;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837
Thomas Graf101bb222006-09-18 00:11:52 -07003838 if (ipv6_addr_scope(&ifaca->aca_addr) & IFA_SITE)
3839 scope = RT_SCOPE_SITE;
3840
Eric W. Biederman15e47302012-09-07 20:12:54 +00003841 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct ifaddrmsg), flags);
Thomas Graf0ab68032006-09-18 00:12:35 -07003842 if (nlh == NULL)
Patrick McHardy26932562007-01-31 23:16:40 -08003843 return -EMSGSIZE;
Thomas Graf0ab68032006-09-18 00:12:35 -07003844
Thomas Graf101bb222006-09-18 00:11:52 -07003845 put_ifaddrmsg(nlh, 128, IFA_F_PERMANENT, scope, ifindex);
Thomas Graf0ab68032006-09-18 00:12:35 -07003846 if (nla_put(skb, IFA_ANYCAST, 16, &ifaca->aca_addr) < 0 ||
3847 put_cacheinfo(skb, ifaca->aca_cstamp, ifaca->aca_tstamp,
Patrick McHardy26932562007-01-31 23:16:40 -08003848 INFINITY_LIFE_TIME, INFINITY_LIFE_TIME) < 0) {
3849 nlmsg_cancel(skb, nlh);
3850 return -EMSGSIZE;
3851 }
Thomas Graf85486af2006-09-18 00:11:24 -07003852
Thomas Graf0ab68032006-09-18 00:12:35 -07003853 return nlmsg_end(skb, nlh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003854}
3855
Stephen Hemmingere21e8462010-03-20 16:09:01 -07003856enum addr_type_t {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003857 UNICAST_ADDR,
3858 MULTICAST_ADDR,
3859 ANYCAST_ADDR,
3860};
3861
Eric Dumazet234b27c2009-11-12 04:11:50 +00003862/* called with rcu_read_lock() */
3863static int in6_dump_addrs(struct inet6_dev *idev, struct sk_buff *skb,
3864 struct netlink_callback *cb, enum addr_type_t type,
3865 int s_ip_idx, int *p_ip_idx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003866{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003867 struct ifmcaddr6 *ifmca;
3868 struct ifacaddr6 *ifaca;
Eric Dumazet234b27c2009-11-12 04:11:50 +00003869 int err = 1;
3870 int ip_idx = *p_ip_idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003871
Eric Dumazet234b27c2009-11-12 04:11:50 +00003872 read_lock_bh(&idev->lock);
3873 switch (type) {
stephen hemminger502a2ff2010-03-17 20:31:13 +00003874 case UNICAST_ADDR: {
3875 struct inet6_ifaddr *ifa;
3876
Eric Dumazet234b27c2009-11-12 04:11:50 +00003877 /* unicast address incl. temp addr */
stephen hemminger502a2ff2010-03-17 20:31:13 +00003878 list_for_each_entry(ifa, &idev->addr_list, if_list) {
3879 if (++ip_idx < s_ip_idx)
Eric Dumazet234b27c2009-11-12 04:11:50 +00003880 continue;
3881 err = inet6_fill_ifaddr(skb, ifa,
Eric W. Biederman15e47302012-09-07 20:12:54 +00003882 NETLINK_CB(cb->skb).portid,
Eric Dumazet234b27c2009-11-12 04:11:50 +00003883 cb->nlh->nlmsg_seq,
3884 RTM_NEWADDR,
3885 NLM_F_MULTI);
3886 if (err <= 0)
3887 break;
Nicolas Dichtel63998ac2013-03-22 06:28:43 +00003888 nl_dump_check_consistent(cb, nlmsg_hdr(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003889 }
Eric Dumazet234b27c2009-11-12 04:11:50 +00003890 break;
stephen hemminger502a2ff2010-03-17 20:31:13 +00003891 }
Eric Dumazet234b27c2009-11-12 04:11:50 +00003892 case MULTICAST_ADDR:
3893 /* multicast address */
3894 for (ifmca = idev->mc_list; ifmca;
3895 ifmca = ifmca->next, ip_idx++) {
3896 if (ip_idx < s_ip_idx)
3897 continue;
3898 err = inet6_fill_ifmcaddr(skb, ifmca,
Eric W. Biederman15e47302012-09-07 20:12:54 +00003899 NETLINK_CB(cb->skb).portid,
Eric Dumazet234b27c2009-11-12 04:11:50 +00003900 cb->nlh->nlmsg_seq,
3901 RTM_GETMULTICAST,
3902 NLM_F_MULTI);
3903 if (err <= 0)
3904 break;
3905 }
3906 break;
3907 case ANYCAST_ADDR:
3908 /* anycast address */
3909 for (ifaca = idev->ac_list; ifaca;
3910 ifaca = ifaca->aca_next, ip_idx++) {
3911 if (ip_idx < s_ip_idx)
3912 continue;
3913 err = inet6_fill_ifacaddr(skb, ifaca,
Eric W. Biederman15e47302012-09-07 20:12:54 +00003914 NETLINK_CB(cb->skb).portid,
Eric Dumazet234b27c2009-11-12 04:11:50 +00003915 cb->nlh->nlmsg_seq,
3916 RTM_GETANYCAST,
3917 NLM_F_MULTI);
3918 if (err <= 0)
3919 break;
3920 }
3921 break;
3922 default:
3923 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003924 }
Eric Dumazet234b27c2009-11-12 04:11:50 +00003925 read_unlock_bh(&idev->lock);
3926 *p_ip_idx = ip_idx;
3927 return err;
3928}
3929
3930static int inet6_dump_addr(struct sk_buff *skb, struct netlink_callback *cb,
3931 enum addr_type_t type)
3932{
3933 struct net *net = sock_net(skb->sk);
3934 int h, s_h;
3935 int idx, ip_idx;
3936 int s_idx, s_ip_idx;
3937 struct net_device *dev;
3938 struct inet6_dev *idev;
3939 struct hlist_head *head;
Eric Dumazet234b27c2009-11-12 04:11:50 +00003940
3941 s_h = cb->args[0];
3942 s_idx = idx = cb->args[1];
3943 s_ip_idx = ip_idx = cb->args[2];
3944
3945 rcu_read_lock();
Nicolas Dichtel63998ac2013-03-22 06:28:43 +00003946 cb->seq = atomic_read(&net->ipv6.dev_addr_genid) ^ net->dev_base_seq;
Eric Dumazet234b27c2009-11-12 04:11:50 +00003947 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) {
3948 idx = 0;
3949 head = &net->dev_index_head[h];
Sasha Levinb67bfe02013-02-27 17:06:00 -08003950 hlist_for_each_entry_rcu(dev, head, index_hlist) {
Eric Dumazet234b27c2009-11-12 04:11:50 +00003951 if (idx < s_idx)
3952 goto cont;
Patrick McHardy4b97efd2010-03-26 20:27:49 -07003953 if (h > s_h || idx > s_idx)
Eric Dumazet234b27c2009-11-12 04:11:50 +00003954 s_ip_idx = 0;
3955 ip_idx = 0;
Stephen Hemmingere21e8462010-03-20 16:09:01 -07003956 idev = __in6_dev_get(dev);
3957 if (!idev)
Eric Dumazet234b27c2009-11-12 04:11:50 +00003958 goto cont;
3959
3960 if (in6_dump_addrs(idev, skb, cb, type,
3961 s_ip_idx, &ip_idx) <= 0)
3962 goto done;
3963cont:
3964 idx++;
3965 }
3966 }
3967done:
3968 rcu_read_unlock();
3969 cb->args[0] = h;
3970 cb->args[1] = idx;
3971 cb->args[2] = ip_idx;
3972
Linus Torvalds1da177e2005-04-16 15:20:36 -07003973 return skb->len;
3974}
3975
3976static int inet6_dump_ifaddr(struct sk_buff *skb, struct netlink_callback *cb)
3977{
3978 enum addr_type_t type = UNICAST_ADDR;
Denis V. Lunevb8542722007-12-01 00:21:31 +11003979
Linus Torvalds1da177e2005-04-16 15:20:36 -07003980 return inet6_dump_addr(skb, cb, type);
3981}
3982
3983static int inet6_dump_ifmcaddr(struct sk_buff *skb, struct netlink_callback *cb)
3984{
3985 enum addr_type_t type = MULTICAST_ADDR;
Denis V. Lunevb8542722007-12-01 00:21:31 +11003986
Linus Torvalds1da177e2005-04-16 15:20:36 -07003987 return inet6_dump_addr(skb, cb, type);
3988}
3989
3990
3991static int inet6_dump_ifacaddr(struct sk_buff *skb, struct netlink_callback *cb)
3992{
3993 enum addr_type_t type = ANYCAST_ADDR;
Denis V. Lunevb8542722007-12-01 00:21:31 +11003994
Linus Torvalds1da177e2005-04-16 15:20:36 -07003995 return inet6_dump_addr(skb, cb, type);
3996}
3997
Thomas Graf661d2962013-03-21 07:45:29 +00003998static int inet6_rtm_getaddr(struct sk_buff *in_skb, struct nlmsghdr *nlh)
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09003999{
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09004000 struct net *net = sock_net(in_skb->sk);
Thomas Graf1b29fc22006-09-18 00:10:50 -07004001 struct ifaddrmsg *ifm;
4002 struct nlattr *tb[IFA_MAX+1];
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00004003 struct in6_addr *addr = NULL, *peer;
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09004004 struct net_device *dev = NULL;
4005 struct inet6_ifaddr *ifa;
4006 struct sk_buff *skb;
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09004007 int err;
4008
Thomas Graf1b29fc22006-09-18 00:10:50 -07004009 err = nlmsg_parse(nlh, sizeof(*ifm), tb, IFA_MAX, ifa_ipv6_policy);
4010 if (err < 0)
4011 goto errout;
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09004012
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00004013 addr = extract_addr(tb[IFA_ADDRESS], tb[IFA_LOCAL], &peer);
Thomas Graf1b29fc22006-09-18 00:10:50 -07004014 if (addr == NULL) {
4015 err = -EINVAL;
4016 goto errout;
4017 }
4018
4019 ifm = nlmsg_data(nlh);
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09004020 if (ifm->ifa_index)
Benjamin Thery6fda7352008-03-05 10:47:47 -08004021 dev = __dev_get_by_index(net, ifm->ifa_index);
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09004022
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004023 ifa = ipv6_get_ifaddr(net, addr, dev, 1);
4024 if (!ifa) {
Thomas Graf1b29fc22006-09-18 00:10:50 -07004025 err = -EADDRNOTAVAIL;
4026 goto errout;
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09004027 }
4028
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004029 skb = nlmsg_new(inet6_ifaddr_msgsize(), GFP_KERNEL);
4030 if (!skb) {
Thomas Graf1b29fc22006-09-18 00:10:50 -07004031 err = -ENOBUFS;
4032 goto errout_ifa;
4033 }
4034
Eric W. Biederman15e47302012-09-07 20:12:54 +00004035 err = inet6_fill_ifaddr(skb, ifa, NETLINK_CB(in_skb).portid,
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09004036 nlh->nlmsg_seq, RTM_NEWADDR, 0);
Patrick McHardy26932562007-01-31 23:16:40 -08004037 if (err < 0) {
4038 /* -EMSGSIZE implies BUG in inet6_ifaddr_msgsize() */
4039 WARN_ON(err == -EMSGSIZE);
4040 kfree_skb(skb);
4041 goto errout_ifa;
4042 }
Eric W. Biederman15e47302012-09-07 20:12:54 +00004043 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
Thomas Graf1b29fc22006-09-18 00:10:50 -07004044errout_ifa:
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09004045 in6_ifa_put(ifa);
Thomas Graf1b29fc22006-09-18 00:10:50 -07004046errout:
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09004047 return err;
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09004048}
4049
Linus Torvalds1da177e2005-04-16 15:20:36 -07004050static void inet6_ifa_notify(int event, struct inet6_ifaddr *ifa)
4051{
4052 struct sk_buff *skb;
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09004053 struct net *net = dev_net(ifa->idev->dev);
Thomas Graf5d620262006-08-15 00:35:02 -07004054 int err = -ENOBUFS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004055
Thomas Graf0ab68032006-09-18 00:12:35 -07004056 skb = nlmsg_new(inet6_ifaddr_msgsize(), GFP_ATOMIC);
Thomas Graf5d620262006-08-15 00:35:02 -07004057 if (skb == NULL)
4058 goto errout;
4059
4060 err = inet6_fill_ifaddr(skb, ifa, 0, 0, event, 0);
Patrick McHardy26932562007-01-31 23:16:40 -08004061 if (err < 0) {
4062 /* -EMSGSIZE implies BUG in inet6_ifaddr_msgsize() */
4063 WARN_ON(err == -EMSGSIZE);
4064 kfree_skb(skb);
4065 goto errout;
4066 }
Pablo Neira Ayuso1ce85fe2009-02-24 23:18:28 -08004067 rtnl_notify(skb, net, 0, RTNLGRP_IPV6_IFADDR, NULL, GFP_ATOMIC);
4068 return;
Thomas Graf5d620262006-08-15 00:35:02 -07004069errout:
4070 if (err < 0)
Benjamin Thery6fda7352008-03-05 10:47:47 -08004071 rtnl_set_sk_err(net, RTNLGRP_IPV6_IFADDR, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004072}
4073
Dave Jonesb6f99a22007-03-22 12:27:49 -07004074static inline void ipv6_store_devconf(struct ipv6_devconf *cnf,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004075 __s32 *array, int bytes)
4076{
Thomas Graf04561c12006-11-14 19:53:58 -08004077 BUG_ON(bytes < (DEVCONF_MAX * 4));
4078
Linus Torvalds1da177e2005-04-16 15:20:36 -07004079 memset(array, 0, bytes);
4080 array[DEVCONF_FORWARDING] = cnf->forwarding;
4081 array[DEVCONF_HOPLIMIT] = cnf->hop_limit;
4082 array[DEVCONF_MTU6] = cnf->mtu6;
4083 array[DEVCONF_ACCEPT_RA] = cnf->accept_ra;
4084 array[DEVCONF_ACCEPT_REDIRECTS] = cnf->accept_redirects;
4085 array[DEVCONF_AUTOCONF] = cnf->autoconf;
4086 array[DEVCONF_DAD_TRANSMITS] = cnf->dad_transmits;
4087 array[DEVCONF_RTR_SOLICITS] = cnf->rtr_solicits;
Thomas Graf93908d12010-11-17 01:44:24 +00004088 array[DEVCONF_RTR_SOLICIT_INTERVAL] =
4089 jiffies_to_msecs(cnf->rtr_solicit_interval);
4090 array[DEVCONF_RTR_SOLICIT_DELAY] =
4091 jiffies_to_msecs(cnf->rtr_solicit_delay);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004092 array[DEVCONF_FORCE_MLD_VERSION] = cnf->force_mld_version;
Hannes Frederic Sowafc4eba52013-08-14 01:03:46 +02004093 array[DEVCONF_MLDV1_UNSOLICITED_REPORT_INTERVAL] =
4094 jiffies_to_msecs(cnf->mldv1_unsolicited_report_interval);
4095 array[DEVCONF_MLDV2_UNSOLICITED_REPORT_INTERVAL] =
4096 jiffies_to_msecs(cnf->mldv2_unsolicited_report_interval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004097 array[DEVCONF_USE_TEMPADDR] = cnf->use_tempaddr;
4098 array[DEVCONF_TEMP_VALID_LFT] = cnf->temp_valid_lft;
4099 array[DEVCONF_TEMP_PREFERED_LFT] = cnf->temp_prefered_lft;
4100 array[DEVCONF_REGEN_MAX_RETRY] = cnf->regen_max_retry;
4101 array[DEVCONF_MAX_DESYNC_FACTOR] = cnf->max_desync_factor;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004102 array[DEVCONF_MAX_ADDRESSES] = cnf->max_addresses;
YOSHIFUJI Hideaki65f5c7c2006-03-20 16:55:08 -08004103 array[DEVCONF_ACCEPT_RA_DEFRTR] = cnf->accept_ra_defrtr;
YOSHIFUJI Hideakic4fd30e2006-03-20 16:55:26 -08004104 array[DEVCONF_ACCEPT_RA_PINFO] = cnf->accept_ra_pinfo;
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -08004105#ifdef CONFIG_IPV6_ROUTER_PREF
4106 array[DEVCONF_ACCEPT_RA_RTR_PREF] = cnf->accept_ra_rtr_pref;
Thomas Graf93908d12010-11-17 01:44:24 +00004107 array[DEVCONF_RTR_PROBE_INTERVAL] =
4108 jiffies_to_msecs(cnf->rtr_probe_interval);
Neil Hormanfa03ef32007-01-30 14:30:10 -08004109#ifdef CONFIG_IPV6_ROUTE_INFO
YOSHIFUJI Hideaki09c884d2006-03-20 17:07:03 -08004110 array[DEVCONF_ACCEPT_RA_RT_INFO_MAX_PLEN] = cnf->accept_ra_rt_info_max_plen;
4111#endif
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -08004112#endif
YOSHIFUJI Hideakifbea49e2006-09-22 14:43:49 -07004113 array[DEVCONF_PROXY_NDP] = cnf->proxy_ndp;
YOSHIFUJI Hideaki0bcbc922007-04-24 14:58:30 -07004114 array[DEVCONF_ACCEPT_SOURCE_ROUTE] = cnf->accept_source_route;
Neil Horman95c385b2007-04-25 17:08:10 -07004115#ifdef CONFIG_IPV6_OPTIMISTIC_DAD
4116 array[DEVCONF_OPTIMISTIC_DAD] = cnf->optimistic_dad;
4117#endif
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +09004118#ifdef CONFIG_IPV6_MROUTE
4119 array[DEVCONF_MC_FORWARDING] = cnf->mc_forwarding;
4120#endif
YOSHIFUJI Hideaki778d80b2008-06-28 14:17:11 +09004121 array[DEVCONF_DISABLE_IPV6] = cnf->disable_ipv6;
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +09004122 array[DEVCONF_ACCEPT_DAD] = cnf->accept_dad;
Cosmin Ratiuc3faca02009-10-09 03:11:14 +00004123 array[DEVCONF_FORCE_TLLAO] = cnf->force_tllao;
Hannes Frederic Sowa5cb04432012-11-06 16:46:20 +00004124 array[DEVCONF_NDISC_NOTIFY] = cnf->ndisc_notify;
Hannes Frederic Sowab800c3b2013-08-27 01:36:51 +02004125 array[DEVCONF_SUPPRESS_FRAG_NDISC] = cnf->suppress_frag_ndisc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004126}
4127
Thomas Grafb382b192010-11-16 04:33:57 +00004128static inline size_t inet6_ifla6_size(void)
4129{
4130 return nla_total_size(4) /* IFLA_INET6_FLAGS */
4131 + nla_total_size(sizeof(struct ifla_cacheinfo))
4132 + nla_total_size(DEVCONF_MAX * 4) /* IFLA_INET6_CONF */
4133 + nla_total_size(IPSTATS_MIB_MAX * 8) /* IFLA_INET6_STATS */
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004134 + nla_total_size(ICMP6_MIB_MAX * 8) /* IFLA_INET6_ICMP6STATS */
4135 + nla_total_size(sizeof(struct in6_addr)); /* IFLA_INET6_TOKEN */
Thomas Grafb382b192010-11-16 04:33:57 +00004136}
4137
Thomas Graf339bf982006-11-10 14:10:15 -08004138static inline size_t inet6_if_nlmsg_size(void)
4139{
4140 return NLMSG_ALIGN(sizeof(struct ifinfomsg))
4141 + nla_total_size(IFNAMSIZ) /* IFLA_IFNAME */
4142 + nla_total_size(MAX_ADDR_LEN) /* IFLA_ADDRESS */
4143 + nla_total_size(4) /* IFLA_MTU */
4144 + nla_total_size(4) /* IFLA_LINK */
Thomas Grafb382b192010-11-16 04:33:57 +00004145 + nla_total_size(inet6_ifla6_size()); /* IFLA_PROTINFO */
Thomas Graf339bf982006-11-10 14:10:15 -08004146}
YOSHIFUJI Hideakic5396a32006-06-17 22:48:48 -07004147
Eric Dumazetbe281e52011-05-19 01:14:23 +00004148static inline void __snmp6_fill_statsdev(u64 *stats, atomic_long_t *mib,
Tejun Heo7d720c32010-02-16 15:20:26 +00004149 int items, int bytes)
Herbert Xu7f7d9a62007-04-24 21:54:09 -07004150{
4151 int i;
4152 int pad = bytes - sizeof(u64) * items;
4153 BUG_ON(pad < 0);
4154
4155 /* Use put_unaligned() because stats may not be aligned for u64. */
4156 put_unaligned(items, &stats[0]);
4157 for (i = 1; i < items; i++)
Eric Dumazetbe281e52011-05-19 01:14:23 +00004158 put_unaligned(atomic_long_read(&mib[i]), &stats[i]);
Herbert Xu7f7d9a62007-04-24 21:54:09 -07004159
4160 memset(&stats[items], 0, pad);
4161}
4162
Eric Dumazet4ce3c182010-06-30 13:31:19 -07004163static inline void __snmp6_fill_stats64(u64 *stats, void __percpu **mib,
4164 int items, int bytes, size_t syncpoff)
4165{
4166 int i;
4167 int pad = bytes - sizeof(u64) * items;
4168 BUG_ON(pad < 0);
4169
4170 /* Use put_unaligned() because stats may not be aligned for u64. */
4171 put_unaligned(items, &stats[0]);
4172 for (i = 1; i < items; i++)
4173 put_unaligned(snmp_fold_field64(mib, i, syncpoff), &stats[i]);
4174
4175 memset(&stats[items], 0, pad);
4176}
4177
Herbert Xu7f7d9a62007-04-24 21:54:09 -07004178static void snmp6_fill_stats(u64 *stats, struct inet6_dev *idev, int attrtype,
4179 int bytes)
4180{
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004181 switch (attrtype) {
Herbert Xu7f7d9a62007-04-24 21:54:09 -07004182 case IFLA_INET6_STATS:
Eric Dumazet4ce3c182010-06-30 13:31:19 -07004183 __snmp6_fill_stats64(stats, (void __percpu **)idev->stats.ipv6,
4184 IPSTATS_MIB_MAX, bytes, offsetof(struct ipstats_mib, syncp));
Herbert Xu7f7d9a62007-04-24 21:54:09 -07004185 break;
4186 case IFLA_INET6_ICMP6STATS:
Eric Dumazetbe281e52011-05-19 01:14:23 +00004187 __snmp6_fill_statsdev(stats, idev->stats.icmpv6dev->mibs, ICMP6_MIB_MAX, bytes);
Herbert Xu7f7d9a62007-04-24 21:54:09 -07004188 break;
4189 }
4190}
4191
Thomas Grafb382b192010-11-16 04:33:57 +00004192static int inet6_fill_ifla6_attrs(struct sk_buff *skb, struct inet6_dev *idev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004193{
YOSHIFUJI Hideakibf99f1b2007-04-20 15:56:20 -07004194 struct nlattr *nla;
Thomas Graf04561c12006-11-14 19:53:58 -08004195 struct ifla_cacheinfo ci;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004196
David S. Millerc78679e2012-04-01 20:27:33 -04004197 if (nla_put_u32(skb, IFLA_INET6_FLAGS, idev->if_flags))
4198 goto nla_put_failure;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004199 ci.max_reasm_len = IPV6_MAXPLEN;
David S. Miller24912422010-11-19 13:13:47 -08004200 ci.tstamp = cstamp_delta(idev->tstamp);
4201 ci.reachable_time = jiffies_to_msecs(idev->nd_parms->reachable_time);
4202 ci.retrans_time = jiffies_to_msecs(idev->nd_parms->retrans_time);
David S. Millerc78679e2012-04-01 20:27:33 -04004203 if (nla_put(skb, IFLA_INET6_CACHEINFO, sizeof(ci), &ci))
4204 goto nla_put_failure;
YOSHIFUJI Hideakibf99f1b2007-04-20 15:56:20 -07004205 nla = nla_reserve(skb, IFLA_INET6_CONF, DEVCONF_MAX * sizeof(s32));
4206 if (nla == NULL)
Thomas Graf04561c12006-11-14 19:53:58 -08004207 goto nla_put_failure;
YOSHIFUJI Hideakibf99f1b2007-04-20 15:56:20 -07004208 ipv6_store_devconf(&idev->cnf, nla_data(nla), nla_len(nla));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004209
YOSHIFUJI Hideakibf99f1b2007-04-20 15:56:20 -07004210 /* XXX - MC not implemented */
4211
4212 nla = nla_reserve(skb, IFLA_INET6_STATS, IPSTATS_MIB_MAX * sizeof(u64));
4213 if (nla == NULL)
4214 goto nla_put_failure;
4215 snmp6_fill_stats(nla_data(nla), idev, IFLA_INET6_STATS, nla_len(nla));
4216
4217 nla = nla_reserve(skb, IFLA_INET6_ICMP6STATS, ICMP6_MIB_MAX * sizeof(u64));
4218 if (nla == NULL)
4219 goto nla_put_failure;
4220 snmp6_fill_stats(nla_data(nla), idev, IFLA_INET6_ICMP6STATS, nla_len(nla));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004221
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004222 nla = nla_reserve(skb, IFLA_INET6_TOKEN, sizeof(struct in6_addr));
4223 if (nla == NULL)
4224 goto nla_put_failure;
4225 read_lock_bh(&idev->lock);
4226 memcpy(nla_data(nla), idev->token.s6_addr, nla_len(nla));
4227 read_unlock_bh(&idev->lock);
4228
Thomas Grafb382b192010-11-16 04:33:57 +00004229 return 0;
4230
4231nla_put_failure:
4232 return -EMSGSIZE;
4233}
4234
4235static size_t inet6_get_link_af_size(const struct net_device *dev)
4236{
4237 if (!__in6_dev_get(dev))
4238 return 0;
4239
4240 return inet6_ifla6_size();
4241}
4242
4243static int inet6_fill_link_af(struct sk_buff *skb, const struct net_device *dev)
4244{
4245 struct inet6_dev *idev = __in6_dev_get(dev);
4246
4247 if (!idev)
4248 return -ENODATA;
4249
4250 if (inet6_fill_ifla6_attrs(skb, idev) < 0)
4251 return -EMSGSIZE;
4252
4253 return 0;
4254}
4255
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004256static int inet6_set_iftoken(struct inet6_dev *idev, struct in6_addr *token)
4257{
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004258 struct inet6_ifaddr *ifp;
4259 struct net_device *dev = idev->dev;
Daniel Borkmannfc403832013-04-09 03:47:15 +00004260 bool update_rs = false;
Hannes Frederic Sowadc848292013-06-24 21:42:40 +02004261 struct in6_addr ll_addr;
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004262
4263 if (token == NULL)
4264 return -EINVAL;
4265 if (ipv6_addr_any(token))
4266 return -EINVAL;
4267 if (dev->flags & (IFF_LOOPBACK | IFF_NOARP))
4268 return -EINVAL;
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004269 if (!ipv6_accept_ra(idev))
4270 return -EINVAL;
4271 if (idev->cnf.rtr_solicits <= 0)
4272 return -EINVAL;
4273
4274 write_lock_bh(&idev->lock);
4275
4276 BUILD_BUG_ON(sizeof(token->s6_addr) != 16);
4277 memcpy(idev->token.s6_addr + 8, token->s6_addr + 8, 8);
4278
4279 write_unlock_bh(&idev->lock);
4280
Hannes Frederic Sowadc848292013-06-24 21:42:40 +02004281 if (!idev->dead && (idev->if_flags & IF_READY) &&
4282 !ipv6_get_lladdr(dev, &ll_addr, IFA_F_TENTATIVE |
4283 IFA_F_OPTIMISTIC)) {
Daniel Borkmannfc403832013-04-09 03:47:15 +00004284
4285 /* If we're not ready, then normal ifup will take care
4286 * of this. Otherwise, we need to request our rs here.
4287 */
4288 ndisc_send_rs(dev, &ll_addr, &in6addr_linklocal_allrouters);
4289 update_rs = true;
4290 }
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004291
4292 write_lock_bh(&idev->lock);
Daniel Borkmannfc403832013-04-09 03:47:15 +00004293
Hannes Frederic Sowa77ecaac2013-06-26 03:41:49 +02004294 if (update_rs) {
Daniel Borkmannfc403832013-04-09 03:47:15 +00004295 idev->if_flags |= IF_RS_SENT;
Hannes Frederic Sowa77ecaac2013-06-26 03:41:49 +02004296 idev->rs_probes = 1;
4297 addrconf_mod_rs_timer(idev, idev->cnf.rtr_solicit_interval);
4298 }
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004299
4300 /* Well, that's kinda nasty ... */
4301 list_for_each_entry(ifp, &idev->addr_list, if_list) {
4302 spin_lock(&ifp->lock);
Daniel Borkmann617fe292013-04-09 03:47:16 +00004303 if (ifp->tokenized) {
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004304 ifp->valid_lft = 0;
4305 ifp->prefered_lft = 0;
4306 }
4307 spin_unlock(&ifp->lock);
4308 }
4309
4310 write_unlock_bh(&idev->lock);
Hannes Frederic Sowa2b9651d2013-06-24 22:03:28 +02004311 addrconf_verify(0);
Daniel Borkmannf53adae2013-04-08 04:01:30 +00004312 return 0;
4313}
4314
4315static int inet6_set_link_af(struct net_device *dev, const struct nlattr *nla)
4316{
4317 int err = -EINVAL;
4318 struct inet6_dev *idev = __in6_dev_get(dev);
4319 struct nlattr *tb[IFLA_INET6_MAX + 1];
4320
4321 if (!idev)
4322 return -EAFNOSUPPORT;
4323
4324 if (nla_parse_nested(tb, IFLA_INET6_MAX, nla, NULL) < 0)
4325 BUG();
4326
4327 if (tb[IFLA_INET6_TOKEN])
4328 err = inet6_set_iftoken(idev, nla_data(tb[IFLA_INET6_TOKEN]));
4329
4330 return err;
4331}
4332
Thomas Grafb382b192010-11-16 04:33:57 +00004333static int inet6_fill_ifinfo(struct sk_buff *skb, struct inet6_dev *idev,
Eric W. Biederman15e47302012-09-07 20:12:54 +00004334 u32 portid, u32 seq, int event, unsigned int flags)
Thomas Grafb382b192010-11-16 04:33:57 +00004335{
4336 struct net_device *dev = idev->dev;
4337 struct ifinfomsg *hdr;
4338 struct nlmsghdr *nlh;
4339 void *protoinfo;
4340
Eric W. Biederman15e47302012-09-07 20:12:54 +00004341 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*hdr), flags);
Thomas Grafb382b192010-11-16 04:33:57 +00004342 if (nlh == NULL)
4343 return -EMSGSIZE;
4344
4345 hdr = nlmsg_data(nlh);
4346 hdr->ifi_family = AF_INET6;
4347 hdr->__ifi_pad = 0;
4348 hdr->ifi_type = dev->type;
4349 hdr->ifi_index = dev->ifindex;
4350 hdr->ifi_flags = dev_get_flags(dev);
4351 hdr->ifi_change = 0;
4352
David S. Millerc78679e2012-04-01 20:27:33 -04004353 if (nla_put_string(skb, IFLA_IFNAME, dev->name) ||
4354 (dev->addr_len &&
4355 nla_put(skb, IFLA_ADDRESS, dev->addr_len, dev->dev_addr)) ||
4356 nla_put_u32(skb, IFLA_MTU, dev->mtu) ||
4357 (dev->ifindex != dev->iflink &&
4358 nla_put_u32(skb, IFLA_LINK, dev->iflink)))
4359 goto nla_put_failure;
Thomas Grafb382b192010-11-16 04:33:57 +00004360 protoinfo = nla_nest_start(skb, IFLA_PROTINFO);
4361 if (protoinfo == NULL)
4362 goto nla_put_failure;
4363
4364 if (inet6_fill_ifla6_attrs(skb, idev) < 0)
4365 goto nla_put_failure;
4366
Thomas Graf04561c12006-11-14 19:53:58 -08004367 nla_nest_end(skb, protoinfo);
4368 return nlmsg_end(skb, nlh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004369
Thomas Graf04561c12006-11-14 19:53:58 -08004370nla_put_failure:
Patrick McHardy26932562007-01-31 23:16:40 -08004371 nlmsg_cancel(skb, nlh);
4372 return -EMSGSIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004373}
4374
4375static int inet6_dump_ifinfo(struct sk_buff *skb, struct netlink_callback *cb)
4376{
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09004377 struct net *net = sock_net(skb->sk);
Eric Dumazet84d26972009-11-09 12:11:28 +00004378 int h, s_h;
David S. Miller434a8a52009-11-11 18:53:00 -08004379 int idx = 0, s_idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004380 struct net_device *dev;
4381 struct inet6_dev *idev;
Eric Dumazet84d26972009-11-09 12:11:28 +00004382 struct hlist_head *head;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004383
Eric Dumazet84d26972009-11-09 12:11:28 +00004384 s_h = cb->args[0];
4385 s_idx = cb->args[1];
4386
4387 rcu_read_lock();
4388 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) {
4389 idx = 0;
4390 head = &net->dev_index_head[h];
Sasha Levinb67bfe02013-02-27 17:06:00 -08004391 hlist_for_each_entry_rcu(dev, head, index_hlist) {
Eric Dumazet84d26972009-11-09 12:11:28 +00004392 if (idx < s_idx)
4393 goto cont;
4394 idev = __in6_dev_get(dev);
4395 if (!idev)
4396 goto cont;
4397 if (inet6_fill_ifinfo(skb, idev,
Eric W. Biederman15e47302012-09-07 20:12:54 +00004398 NETLINK_CB(cb->skb).portid,
Eric Dumazet84d26972009-11-09 12:11:28 +00004399 cb->nlh->nlmsg_seq,
4400 RTM_NEWLINK, NLM_F_MULTI) <= 0)
4401 goto out;
Pavel Emelianov7562f872007-05-03 15:13:45 -07004402cont:
Eric Dumazet84d26972009-11-09 12:11:28 +00004403 idx++;
4404 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004405 }
Eric Dumazet84d26972009-11-09 12:11:28 +00004406out:
4407 rcu_read_unlock();
4408 cb->args[1] = idx;
4409 cb->args[0] = h;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004410
4411 return skb->len;
4412}
4413
4414void inet6_ifinfo_notify(int event, struct inet6_dev *idev)
4415{
4416 struct sk_buff *skb;
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09004417 struct net *net = dev_net(idev->dev);
Thomas Graf8d7a76c2006-08-15 00:35:47 -07004418 int err = -ENOBUFS;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09004419
Thomas Graf339bf982006-11-10 14:10:15 -08004420 skb = nlmsg_new(inet6_if_nlmsg_size(), GFP_ATOMIC);
Thomas Graf8d7a76c2006-08-15 00:35:47 -07004421 if (skb == NULL)
4422 goto errout;
4423
4424 err = inet6_fill_ifinfo(skb, idev, 0, 0, event, 0);
Patrick McHardy26932562007-01-31 23:16:40 -08004425 if (err < 0) {
4426 /* -EMSGSIZE implies BUG in inet6_if_nlmsg_size() */
4427 WARN_ON(err == -EMSGSIZE);
4428 kfree_skb(skb);
4429 goto errout;
4430 }
Nicolas Dichtel5f75a102010-12-07 23:38:31 +00004431 rtnl_notify(skb, net, 0, RTNLGRP_IPV6_IFINFO, NULL, GFP_ATOMIC);
Pablo Neira Ayuso1ce85fe2009-02-24 23:18:28 -08004432 return;
Thomas Graf8d7a76c2006-08-15 00:35:47 -07004433errout:
4434 if (err < 0)
Nicolas Dichtel5f75a102010-12-07 23:38:31 +00004435 rtnl_set_sk_err(net, RTNLGRP_IPV6_IFINFO, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004436}
4437
Thomas Graf339bf982006-11-10 14:10:15 -08004438static inline size_t inet6_prefix_nlmsg_size(void)
4439{
4440 return NLMSG_ALIGN(sizeof(struct prefixmsg))
4441 + nla_total_size(sizeof(struct in6_addr))
4442 + nla_total_size(sizeof(struct prefix_cacheinfo));
4443}
YOSHIFUJI Hideakic5396a32006-06-17 22:48:48 -07004444
Linus Torvalds1da177e2005-04-16 15:20:36 -07004445static int inet6_fill_prefix(struct sk_buff *skb, struct inet6_dev *idev,
Eric W. Biederman15e47302012-09-07 20:12:54 +00004446 struct prefix_info *pinfo, u32 portid, u32 seq,
Thomas Graf6051e2f2006-11-14 19:54:19 -08004447 int event, unsigned int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004448{
Thomas Graf6051e2f2006-11-14 19:54:19 -08004449 struct prefixmsg *pmsg;
4450 struct nlmsghdr *nlh;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004451 struct prefix_cacheinfo ci;
4452
Eric W. Biederman15e47302012-09-07 20:12:54 +00004453 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*pmsg), flags);
Thomas Graf6051e2f2006-11-14 19:54:19 -08004454 if (nlh == NULL)
Patrick McHardy26932562007-01-31 23:16:40 -08004455 return -EMSGSIZE;
Thomas Graf6051e2f2006-11-14 19:54:19 -08004456
4457 pmsg = nlmsg_data(nlh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004458 pmsg->prefix_family = AF_INET6;
Patrick McHardy8a470772005-06-28 12:56:45 -07004459 pmsg->prefix_pad1 = 0;
4460 pmsg->prefix_pad2 = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004461 pmsg->prefix_ifindex = idev->dev->ifindex;
4462 pmsg->prefix_len = pinfo->prefix_len;
4463 pmsg->prefix_type = pinfo->type;
Patrick McHardy8a470772005-06-28 12:56:45 -07004464 pmsg->prefix_pad3 = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004465 pmsg->prefix_flags = 0;
4466 if (pinfo->onlink)
4467 pmsg->prefix_flags |= IF_PREFIX_ONLINK;
4468 if (pinfo->autoconf)
4469 pmsg->prefix_flags |= IF_PREFIX_AUTOCONF;
4470
David S. Millerc78679e2012-04-01 20:27:33 -04004471 if (nla_put(skb, PREFIX_ADDRESS, sizeof(pinfo->prefix), &pinfo->prefix))
4472 goto nla_put_failure;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004473 ci.preferred_time = ntohl(pinfo->prefered);
4474 ci.valid_time = ntohl(pinfo->valid);
David S. Millerc78679e2012-04-01 20:27:33 -04004475 if (nla_put(skb, PREFIX_CACHEINFO, sizeof(ci), &ci))
4476 goto nla_put_failure;
Thomas Graf6051e2f2006-11-14 19:54:19 -08004477 return nlmsg_end(skb, nlh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004478
Thomas Graf6051e2f2006-11-14 19:54:19 -08004479nla_put_failure:
Patrick McHardy26932562007-01-31 23:16:40 -08004480 nlmsg_cancel(skb, nlh);
4481 return -EMSGSIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004482}
4483
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09004484static void inet6_prefix_notify(int event, struct inet6_dev *idev,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004485 struct prefix_info *pinfo)
4486{
4487 struct sk_buff *skb;
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09004488 struct net *net = dev_net(idev->dev);
Thomas Graf8c384bfa2006-08-15 00:36:07 -07004489 int err = -ENOBUFS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004490
Thomas Graf339bf982006-11-10 14:10:15 -08004491 skb = nlmsg_new(inet6_prefix_nlmsg_size(), GFP_ATOMIC);
Thomas Graf8c384bfa2006-08-15 00:36:07 -07004492 if (skb == NULL)
4493 goto errout;
4494
4495 err = inet6_fill_prefix(skb, idev, pinfo, 0, 0, event, 0);
Patrick McHardy26932562007-01-31 23:16:40 -08004496 if (err < 0) {
4497 /* -EMSGSIZE implies BUG in inet6_prefix_nlmsg_size() */
4498 WARN_ON(err == -EMSGSIZE);
4499 kfree_skb(skb);
4500 goto errout;
4501 }
Pablo Neira Ayuso1ce85fe2009-02-24 23:18:28 -08004502 rtnl_notify(skb, net, 0, RTNLGRP_IPV6_PREFIX, NULL, GFP_ATOMIC);
4503 return;
Thomas Graf8c384bfa2006-08-15 00:36:07 -07004504errout:
4505 if (err < 0)
Benjamin Thery6fda7352008-03-05 10:47:47 -08004506 rtnl_set_sk_err(net, RTNLGRP_IPV6_PREFIX, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004507}
4508
Hannes Frederic Sowa1ec047e2013-06-27 00:06:56 +02004509static void update_valid_ll_addr_cnt(struct inet6_ifaddr *ifp, int count)
4510{
4511 write_lock_bh(&ifp->idev->lock);
4512 spin_lock(&ifp->lock);
4513 if (((ifp->flags & (IFA_F_PERMANENT|IFA_F_TENTATIVE|IFA_F_OPTIMISTIC|
4514 IFA_F_DADFAILED)) == IFA_F_PERMANENT) &&
4515 (ipv6_addr_type(&ifp->addr) & IPV6_ADDR_LINKLOCAL))
4516 ifp->idev->valid_ll_addr_cnt += count;
4517 WARN_ON(ifp->idev->valid_ll_addr_cnt < 0);
4518 spin_unlock(&ifp->lock);
4519 write_unlock_bh(&ifp->idev->lock);
4520}
4521
Linus Torvalds1da177e2005-04-16 15:20:36 -07004522static void __ipv6_ifa_notify(int event, struct inet6_ifaddr *ifp)
4523{
Nicolas Dichtel63998ac2013-03-22 06:28:43 +00004524 struct net *net = dev_net(ifp->idev->dev);
4525
Linus Torvalds1da177e2005-04-16 15:20:36 -07004526 inet6_ifa_notify(event ? : RTM_NEWADDR, ifp);
4527
4528 switch (event) {
4529 case RTM_NEWADDR:
Hannes Frederic Sowa1ec047e2013-06-27 00:06:56 +02004530 update_valid_ll_addr_cnt(ifp, 1);
4531
Neil Horman95c385b2007-04-25 17:08:10 -07004532 /*
4533 * If the address was optimistic
4534 * we inserted the route at the start of
4535 * our DAD process, so we don't need
4536 * to do it again
4537 */
4538 if (!(ifp->rt->rt6i_node))
4539 ip6_ins_rt(ifp->rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004540 if (ifp->idev->cnf.forwarding)
4541 addrconf_join_anycast(ifp);
Cong Wang7996c792013-05-22 05:41:06 +00004542 if (!ipv6_addr_any(&ifp->peer_addr))
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00004543 addrconf_prefix_route(&ifp->peer_addr, 128,
4544 ifp->idev->dev, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004545 break;
4546 case RTM_DELADDR:
Hannes Frederic Sowa1ec047e2013-06-27 00:06:56 +02004547 update_valid_ll_addr_cnt(ifp, -1);
4548
Linus Torvalds1da177e2005-04-16 15:20:36 -07004549 if (ifp->idev->cnf.forwarding)
4550 addrconf_leave_anycast(ifp);
4551 addrconf_leave_solict(ifp->idev, &ifp->addr);
Cong Wang7996c792013-05-22 05:41:06 +00004552 if (!ipv6_addr_any(&ifp->peer_addr)) {
Nicolas Dichtelcaeaba72013-05-16 22:32:00 +00004553 struct rt6_info *rt;
4554 struct net_device *dev = ifp->idev->dev;
4555
4556 rt = rt6_lookup(dev_net(dev), &ifp->peer_addr, NULL,
4557 dev->ifindex, 1);
4558 if (rt) {
4559 dst_hold(&rt->dst);
4560 if (ip6_del_rt(rt))
4561 dst_free(&rt->dst);
4562 }
4563 }
Changli Gaod8d1f302010-06-10 23:31:35 -07004564 dst_hold(&ifp->rt->dst);
stephen hemminger93fa1592010-04-12 05:41:31 +00004565
David S. Miller73a8bd72011-01-23 23:27:15 -08004566 if (ip6_del_rt(ifp->rt))
Changli Gaod8d1f302010-06-10 23:31:35 -07004567 dst_free(&ifp->rt->dst);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004568 break;
4569 }
Nicolas Dichtel63998ac2013-03-22 06:28:43 +00004570 atomic_inc(&net->ipv6.dev_addr_genid);
fan.du439677d2013-08-01 17:44:44 +08004571 rt_genid_bump_ipv6(net);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004572}
4573
4574static void ipv6_ifa_notify(int event, struct inet6_ifaddr *ifp)
4575{
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07004576 rcu_read_lock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004577 if (likely(ifp->idev->dead == 0))
4578 __ipv6_ifa_notify(event, ifp);
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07004579 rcu_read_unlock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004580}
4581
4582#ifdef CONFIG_SYSCTL
4583
4584static
Joe Perchesfe2c6332013-06-11 23:04:25 -07004585int addrconf_sysctl_forward(struct ctl_table *ctl, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004586 void __user *buffer, size_t *lenp, loff_t *ppos)
4587{
4588 int *valp = ctl->data;
4589 int val = *valp;
Eric W. Biederman88af1822010-02-19 13:22:59 +00004590 loff_t pos = *ppos;
Joe Perchesfe2c6332013-06-11 23:04:25 -07004591 struct ctl_table lctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004592 int ret;
4593
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004594 /*
4595 * ctl->data points to idev->cnf.forwarding, we should
4596 * not modify it until we get the rtnl lock.
4597 */
4598 lctl = *ctl;
4599 lctl.data = &val;
4600
4601 ret = proc_dointvec(&lctl, write, buffer, lenp, ppos);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004602
Pavel Emelyanovc8fecf22007-12-05 01:50:24 -08004603 if (write)
Stephen Hemmingerb325fdd2009-02-26 06:55:31 +00004604 ret = addrconf_fixup_forwarding(ctl, valp, val);
Eric W. Biederman88af1822010-02-19 13:22:59 +00004605 if (ret)
4606 *ppos = pos;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09004607 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004608}
4609
Brian Haley56d417b2009-06-01 03:07:33 -07004610static void dev_disable_change(struct inet6_dev *idev)
4611{
Cong Wang75538c22013-05-29 11:30:50 +08004612 struct netdev_notifier_info info;
4613
Brian Haley56d417b2009-06-01 03:07:33 -07004614 if (!idev || !idev->dev)
4615 return;
4616
Cong Wang75538c22013-05-29 11:30:50 +08004617 netdev_notifier_info_init(&info, idev->dev);
Brian Haley56d417b2009-06-01 03:07:33 -07004618 if (idev->cnf.disable_ipv6)
Cong Wang75538c22013-05-29 11:30:50 +08004619 addrconf_notify(NULL, NETDEV_DOWN, &info);
Brian Haley56d417b2009-06-01 03:07:33 -07004620 else
Cong Wang75538c22013-05-29 11:30:50 +08004621 addrconf_notify(NULL, NETDEV_UP, &info);
Brian Haley56d417b2009-06-01 03:07:33 -07004622}
4623
4624static void addrconf_disable_change(struct net *net, __s32 newf)
4625{
4626 struct net_device *dev;
4627 struct inet6_dev *idev;
4628
Eric Dumazetc6d14c82009-11-04 05:43:23 -08004629 rcu_read_lock();
4630 for_each_netdev_rcu(net, dev) {
Brian Haley56d417b2009-06-01 03:07:33 -07004631 idev = __in6_dev_get(dev);
4632 if (idev) {
4633 int changed = (!idev->cnf.disable_ipv6) ^ (!newf);
4634 idev->cnf.disable_ipv6 = newf;
4635 if (changed)
4636 dev_disable_change(idev);
4637 }
Brian Haley56d417b2009-06-01 03:07:33 -07004638 }
Eric Dumazetc6d14c82009-11-04 05:43:23 -08004639 rcu_read_unlock();
Brian Haley56d417b2009-06-01 03:07:33 -07004640}
4641
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004642static int addrconf_disable_ipv6(struct ctl_table *table, int *p, int newf)
Brian Haley56d417b2009-06-01 03:07:33 -07004643{
4644 struct net *net;
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004645 int old;
4646
4647 if (!rtnl_trylock())
4648 return restart_syscall();
Brian Haley56d417b2009-06-01 03:07:33 -07004649
4650 net = (struct net *)table->extra2;
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004651 old = *p;
4652 *p = newf;
Brian Haley56d417b2009-06-01 03:07:33 -07004653
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004654 if (p == &net->ipv6.devconf_dflt->disable_ipv6) {
4655 rtnl_unlock();
Brian Haley56d417b2009-06-01 03:07:33 -07004656 return 0;
Eric W. Biederman88af1822010-02-19 13:22:59 +00004657 }
Brian Haley56d417b2009-06-01 03:07:33 -07004658
4659 if (p == &net->ipv6.devconf_all->disable_ipv6) {
Brian Haley56d417b2009-06-01 03:07:33 -07004660 net->ipv6.devconf_dflt->disable_ipv6 = newf;
4661 addrconf_disable_change(net, newf);
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004662 } else if ((!newf) ^ (!old))
Brian Haley56d417b2009-06-01 03:07:33 -07004663 dev_disable_change((struct inet6_dev *)table->extra1);
4664
4665 rtnl_unlock();
4666 return 0;
4667}
4668
4669static
Joe Perchesfe2c6332013-06-11 23:04:25 -07004670int addrconf_sysctl_disable(struct ctl_table *ctl, int write,
Brian Haley56d417b2009-06-01 03:07:33 -07004671 void __user *buffer, size_t *lenp, loff_t *ppos)
4672{
4673 int *valp = ctl->data;
4674 int val = *valp;
Eric W. Biederman88af1822010-02-19 13:22:59 +00004675 loff_t pos = *ppos;
Joe Perchesfe2c6332013-06-11 23:04:25 -07004676 struct ctl_table lctl;
Brian Haley56d417b2009-06-01 03:07:33 -07004677 int ret;
4678
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004679 /*
4680 * ctl->data points to idev->cnf.disable_ipv6, we should
4681 * not modify it until we get the rtnl lock.
4682 */
4683 lctl = *ctl;
4684 lctl.data = &val;
4685
4686 ret = proc_dointvec(&lctl, write, buffer, lenp, ppos);
Brian Haley56d417b2009-06-01 03:07:33 -07004687
4688 if (write)
4689 ret = addrconf_disable_ipv6(ctl, valp, val);
Eric W. Biederman88af1822010-02-19 13:22:59 +00004690 if (ret)
4691 *ppos = pos;
Brian Haley56d417b2009-06-01 03:07:33 -07004692 return ret;
4693}
4694
Linus Torvalds1da177e2005-04-16 15:20:36 -07004695static struct addrconf_sysctl_table
4696{
4697 struct ctl_table_header *sysctl_header;
Joe Perchesfe2c6332013-06-11 23:04:25 -07004698 struct ctl_table addrconf_vars[DEVCONF_MAX+1];
Brian Haleyab32ea52006-09-22 14:15:41 -07004699} addrconf_sysctl __read_mostly = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004700 .sysctl_header = NULL,
4701 .addrconf_vars = {
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09004702 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004703 .procname = "forwarding",
4704 .data = &ipv6_devconf.forwarding,
4705 .maxlen = sizeof(int),
4706 .mode = 0644,
4707 .proc_handler = addrconf_sysctl_forward,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004708 },
4709 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004710 .procname = "hop_limit",
4711 .data = &ipv6_devconf.hop_limit,
4712 .maxlen = sizeof(int),
4713 .mode = 0644,
4714 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004715 },
4716 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004717 .procname = "mtu",
4718 .data = &ipv6_devconf.mtu6,
4719 .maxlen = sizeof(int),
4720 .mode = 0644,
4721 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004722 },
4723 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004724 .procname = "accept_ra",
4725 .data = &ipv6_devconf.accept_ra,
4726 .maxlen = sizeof(int),
4727 .mode = 0644,
4728 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004729 },
4730 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004731 .procname = "accept_redirects",
4732 .data = &ipv6_devconf.accept_redirects,
4733 .maxlen = sizeof(int),
4734 .mode = 0644,
4735 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004736 },
4737 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004738 .procname = "autoconf",
4739 .data = &ipv6_devconf.autoconf,
4740 .maxlen = sizeof(int),
4741 .mode = 0644,
4742 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004743 },
4744 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004745 .procname = "dad_transmits",
4746 .data = &ipv6_devconf.dad_transmits,
4747 .maxlen = sizeof(int),
4748 .mode = 0644,
4749 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004750 },
4751 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004752 .procname = "router_solicitations",
4753 .data = &ipv6_devconf.rtr_solicits,
4754 .maxlen = sizeof(int),
4755 .mode = 0644,
4756 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004757 },
4758 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004759 .procname = "router_solicitation_interval",
4760 .data = &ipv6_devconf.rtr_solicit_interval,
4761 .maxlen = sizeof(int),
4762 .mode = 0644,
4763 .proc_handler = proc_dointvec_jiffies,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004764 },
4765 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004766 .procname = "router_solicitation_delay",
4767 .data = &ipv6_devconf.rtr_solicit_delay,
4768 .maxlen = sizeof(int),
4769 .mode = 0644,
4770 .proc_handler = proc_dointvec_jiffies,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004771 },
4772 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004773 .procname = "force_mld_version",
4774 .data = &ipv6_devconf.force_mld_version,
4775 .maxlen = sizeof(int),
4776 .mode = 0644,
4777 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004778 },
Hannes Frederic Sowafc4eba52013-08-14 01:03:46 +02004779 {
4780 .procname = "mldv1_unsolicited_report_interval",
4781 .data =
4782 &ipv6_devconf.mldv1_unsolicited_report_interval,
4783 .maxlen = sizeof(int),
4784 .mode = 0644,
4785 .proc_handler = proc_dointvec_ms_jiffies,
4786 },
4787 {
4788 .procname = "mldv2_unsolicited_report_interval",
4789 .data =
4790 &ipv6_devconf.mldv2_unsolicited_report_interval,
4791 .maxlen = sizeof(int),
4792 .mode = 0644,
4793 .proc_handler = proc_dointvec_ms_jiffies,
4794 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07004795 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004796 .procname = "use_tempaddr",
4797 .data = &ipv6_devconf.use_tempaddr,
4798 .maxlen = sizeof(int),
4799 .mode = 0644,
4800 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004801 },
4802 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004803 .procname = "temp_valid_lft",
4804 .data = &ipv6_devconf.temp_valid_lft,
4805 .maxlen = sizeof(int),
4806 .mode = 0644,
4807 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004808 },
4809 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004810 .procname = "temp_prefered_lft",
4811 .data = &ipv6_devconf.temp_prefered_lft,
4812 .maxlen = sizeof(int),
4813 .mode = 0644,
4814 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004815 },
4816 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004817 .procname = "regen_max_retry",
4818 .data = &ipv6_devconf.regen_max_retry,
4819 .maxlen = sizeof(int),
4820 .mode = 0644,
4821 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004822 },
4823 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004824 .procname = "max_desync_factor",
4825 .data = &ipv6_devconf.max_desync_factor,
4826 .maxlen = sizeof(int),
4827 .mode = 0644,
4828 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004829 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07004830 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004831 .procname = "max_addresses",
4832 .data = &ipv6_devconf.max_addresses,
4833 .maxlen = sizeof(int),
4834 .mode = 0644,
4835 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004836 },
4837 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004838 .procname = "accept_ra_defrtr",
4839 .data = &ipv6_devconf.accept_ra_defrtr,
4840 .maxlen = sizeof(int),
4841 .mode = 0644,
4842 .proc_handler = proc_dointvec,
YOSHIFUJI Hideaki65f5c7c2006-03-20 16:55:08 -08004843 },
4844 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004845 .procname = "accept_ra_pinfo",
4846 .data = &ipv6_devconf.accept_ra_pinfo,
4847 .maxlen = sizeof(int),
4848 .mode = 0644,
4849 .proc_handler = proc_dointvec,
YOSHIFUJI Hideakic4fd30e2006-03-20 16:55:26 -08004850 },
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -08004851#ifdef CONFIG_IPV6_ROUTER_PREF
4852 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004853 .procname = "accept_ra_rtr_pref",
4854 .data = &ipv6_devconf.accept_ra_rtr_pref,
4855 .maxlen = sizeof(int),
4856 .mode = 0644,
4857 .proc_handler = proc_dointvec,
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -08004858 },
YOSHIFUJI Hideaki52e16352006-03-20 17:05:47 -08004859 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004860 .procname = "router_probe_interval",
4861 .data = &ipv6_devconf.rtr_probe_interval,
4862 .maxlen = sizeof(int),
4863 .mode = 0644,
4864 .proc_handler = proc_dointvec_jiffies,
YOSHIFUJI Hideaki52e16352006-03-20 17:05:47 -08004865 },
Neil Hormanfa03ef32007-01-30 14:30:10 -08004866#ifdef CONFIG_IPV6_ROUTE_INFO
YOSHIFUJI Hideaki09c884d2006-03-20 17:07:03 -08004867 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004868 .procname = "accept_ra_rt_info_max_plen",
4869 .data = &ipv6_devconf.accept_ra_rt_info_max_plen,
4870 .maxlen = sizeof(int),
4871 .mode = 0644,
4872 .proc_handler = proc_dointvec,
YOSHIFUJI Hideaki09c884d2006-03-20 17:07:03 -08004873 },
4874#endif
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -08004875#endif
YOSHIFUJI Hideakic4fd30e2006-03-20 16:55:26 -08004876 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004877 .procname = "proxy_ndp",
4878 .data = &ipv6_devconf.proxy_ndp,
4879 .maxlen = sizeof(int),
4880 .mode = 0644,
4881 .proc_handler = proc_dointvec,
YOSHIFUJI Hideakifbea49e2006-09-22 14:43:49 -07004882 },
4883 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004884 .procname = "accept_source_route",
4885 .data = &ipv6_devconf.accept_source_route,
4886 .maxlen = sizeof(int),
4887 .mode = 0644,
4888 .proc_handler = proc_dointvec,
YOSHIFUJI Hideaki0bcbc922007-04-24 14:58:30 -07004889 },
Neil Horman95c385b2007-04-25 17:08:10 -07004890#ifdef CONFIG_IPV6_OPTIMISTIC_DAD
4891 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004892 .procname = "optimistic_dad",
4893 .data = &ipv6_devconf.optimistic_dad,
4894 .maxlen = sizeof(int),
4895 .mode = 0644,
4896 .proc_handler = proc_dointvec,
Neil Horman95c385b2007-04-25 17:08:10 -07004897
4898 },
4899#endif
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +09004900#ifdef CONFIG_IPV6_MROUTE
4901 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004902 .procname = "mc_forwarding",
4903 .data = &ipv6_devconf.mc_forwarding,
4904 .maxlen = sizeof(int),
4905 .mode = 0444,
4906 .proc_handler = proc_dointvec,
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +09004907 },
4908#endif
YOSHIFUJI Hideaki0bcbc922007-04-24 14:58:30 -07004909 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004910 .procname = "disable_ipv6",
4911 .data = &ipv6_devconf.disable_ipv6,
4912 .maxlen = sizeof(int),
4913 .mode = 0644,
4914 .proc_handler = addrconf_sysctl_disable,
YOSHIFUJI Hideaki778d80b2008-06-28 14:17:11 +09004915 },
4916 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004917 .procname = "accept_dad",
4918 .data = &ipv6_devconf.accept_dad,
4919 .maxlen = sizeof(int),
4920 .mode = 0644,
4921 .proc_handler = proc_dointvec,
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +09004922 },
4923 {
Octavian Purdilaf7734fd2009-10-02 11:39:15 +00004924 .procname = "force_tllao",
4925 .data = &ipv6_devconf.force_tllao,
4926 .maxlen = sizeof(int),
4927 .mode = 0644,
4928 .proc_handler = proc_dointvec
4929 },
4930 {
Hannes Frederic Sowa5cb04432012-11-06 16:46:20 +00004931 .procname = "ndisc_notify",
4932 .data = &ipv6_devconf.ndisc_notify,
4933 .maxlen = sizeof(int),
4934 .mode = 0644,
4935 .proc_handler = proc_dointvec
4936 },
4937 {
Hannes Frederic Sowab800c3b2013-08-27 01:36:51 +02004938 .procname = "suppress_frag_ndisc",
4939 .data = &ipv6_devconf.suppress_frag_ndisc,
4940 .maxlen = sizeof(int),
4941 .mode = 0644,
4942 .proc_handler = proc_dointvec
4943 },
4944 {
Eric W. Biedermanf8572d82009-11-05 13:32:03 -08004945 /* sentinel */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004946 }
4947 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07004948};
4949
Pavel Emelyanovbff16c22008-01-10 17:42:13 -08004950static int __addrconf_sysctl_register(struct net *net, char *dev_name,
Eric W. Biedermanf8572d82009-11-05 13:32:03 -08004951 struct inet6_dev *idev, struct ipv6_devconf *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004952{
4953 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004954 struct addrconf_sysctl_table *t;
Eric W. Biederman6105e292012-04-19 13:41:24 +00004955 char path[sizeof("net/ipv6/conf/") + IFNAMSIZ];
Pavel Emelyanov1dab6222007-12-02 00:59:38 +11004956
Arnaldo Carvalho de Meloaf879cc2006-11-17 12:14:37 -02004957 t = kmemdup(&addrconf_sysctl, sizeof(*t), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004958 if (t == NULL)
Pavel Emelyanovf68635e2007-12-02 00:21:52 +11004959 goto out;
4960
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07004961 for (i = 0; t->addrconf_vars[i].data; i++) {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004962 t->addrconf_vars[i].data += (char *)p - (char *)&ipv6_devconf;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004963 t->addrconf_vars[i].extra1 = idev; /* embedded; no ref */
Pavel Emelyanovbff16c22008-01-10 17:42:13 -08004964 t->addrconf_vars[i].extra2 = net;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004965 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004966
Eric W. Biederman6105e292012-04-19 13:41:24 +00004967 snprintf(path, sizeof(path), "net/ipv6/conf/%s", dev_name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004968
Eric W. Biederman6105e292012-04-19 13:41:24 +00004969 t->sysctl_header = register_net_sysctl(net, path, t->addrconf_vars);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004970 if (t->sysctl_header == NULL)
Eric W. Biederman6105e292012-04-19 13:41:24 +00004971 goto free;
Pavel Emelyanovf68635e2007-12-02 00:21:52 +11004972
4973 p->sysctl = t;
Pavel Emelyanov95897312008-01-10 17:41:45 -08004974 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004975
Pavel Emelyanovf68635e2007-12-02 00:21:52 +11004976free:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004977 kfree(t);
Pavel Emelyanovf68635e2007-12-02 00:21:52 +11004978out:
Pavel Emelyanov95897312008-01-10 17:41:45 -08004979 return -ENOBUFS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004980}
4981
Pavel Emelyanov408c4762008-01-10 17:41:21 -08004982static void __addrconf_sysctl_unregister(struct ipv6_devconf *p)
4983{
4984 struct addrconf_sysctl_table *t;
4985
4986 if (p->sysctl == NULL)
4987 return;
4988
4989 t = p->sysctl;
4990 p->sysctl = NULL;
Lucian Adrian Grijincuff538812011-05-01 01:44:01 +00004991 unregister_net_sysctl_table(t->sysctl_header);
Pavel Emelyanov408c4762008-01-10 17:41:21 -08004992 kfree(t);
4993}
4994
Pavel Emelyanovf52295a2007-12-02 00:58:37 +11004995static void addrconf_sysctl_register(struct inet6_dev *idev)
4996{
Eric W. Biederman54716e32010-02-14 03:27:03 +00004997 neigh_sysctl_register(idev->dev, idev->nd_parms, "ipv6",
Eric W. Biedermanf8572d82009-11-05 13:32:03 -08004998 &ndisc_ifinfo_sysctl_change);
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09004999 __addrconf_sysctl_register(dev_net(idev->dev), idev->dev->name,
Eric W. Biedermanf8572d82009-11-05 13:32:03 -08005000 idev, &idev->cnf);
Pavel Emelyanovf52295a2007-12-02 00:58:37 +11005001}
5002
Pavel Emelyanov408c4762008-01-10 17:41:21 -08005003static void addrconf_sysctl_unregister(struct inet6_dev *idev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005004{
Pavel Emelyanov408c4762008-01-10 17:41:21 -08005005 __addrconf_sysctl_unregister(&idev->cnf);
5006 neigh_sysctl_unregister(idev->nd_parms);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005007}
5008
5009
5010#endif
5011
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00005012static int __net_init addrconf_init_net(struct net *net)
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005013{
Hong Zhiguoa79ca222013-03-26 01:52:45 +08005014 int err = -ENOMEM;
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005015 struct ipv6_devconf *all, *dflt;
5016
Hong Zhiguoa79ca222013-03-26 01:52:45 +08005017 all = kmemdup(&ipv6_devconf, sizeof(ipv6_devconf), GFP_KERNEL);
5018 if (all == NULL)
5019 goto err_alloc_all;
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005020
Hong Zhiguoa79ca222013-03-26 01:52:45 +08005021 dflt = kmemdup(&ipv6_devconf_dflt, sizeof(ipv6_devconf_dflt), GFP_KERNEL);
5022 if (dflt == NULL)
5023 goto err_alloc_dflt;
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005024
Hong Zhiguoa79ca222013-03-26 01:52:45 +08005025 /* these will be inherited by all namespaces */
5026 dflt->autoconf = ipv6_defaults.autoconf;
5027 dflt->disable_ipv6 = ipv6_defaults.disable_ipv6;
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005028
5029 net->ipv6.devconf_all = all;
5030 net->ipv6.devconf_dflt = dflt;
5031
5032#ifdef CONFIG_SYSCTL
Eric W. Biedermanf8572d82009-11-05 13:32:03 -08005033 err = __addrconf_sysctl_register(net, "all", NULL, all);
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005034 if (err < 0)
5035 goto err_reg_all;
5036
Eric W. Biedermanf8572d82009-11-05 13:32:03 -08005037 err = __addrconf_sysctl_register(net, "default", NULL, dflt);
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005038 if (err < 0)
5039 goto err_reg_dflt;
5040#endif
5041 return 0;
5042
5043#ifdef CONFIG_SYSCTL
5044err_reg_dflt:
5045 __addrconf_sysctl_unregister(all);
5046err_reg_all:
5047 kfree(dflt);
5048#endif
5049err_alloc_dflt:
5050 kfree(all);
5051err_alloc_all:
5052 return err;
5053}
5054
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00005055static void __net_exit addrconf_exit_net(struct net *net)
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005056{
5057#ifdef CONFIG_SYSCTL
5058 __addrconf_sysctl_unregister(net->ipv6.devconf_dflt);
5059 __addrconf_sysctl_unregister(net->ipv6.devconf_all);
5060#endif
Octavian Purdila09ad9bc2009-11-25 15:14:13 -08005061 if (!net_eq(net, &init_net)) {
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005062 kfree(net->ipv6.devconf_dflt);
5063 kfree(net->ipv6.devconf_all);
5064 }
5065}
5066
5067static struct pernet_operations addrconf_ops = {
5068 .init = addrconf_init_net,
5069 .exit = addrconf_exit_net,
5070};
5071
Thomas Grafb382b192010-11-16 04:33:57 +00005072static struct rtnl_af_ops inet6_ops = {
5073 .family = AF_INET6,
5074 .fill_link_af = inet6_fill_link_af,
5075 .get_link_af_size = inet6_get_link_af_size,
Daniel Borkmannf53adae2013-04-08 04:01:30 +00005076 .set_link_af = inet6_set_link_af,
Thomas Grafb382b192010-11-16 04:33:57 +00005077};
5078
Linus Torvalds1da177e2005-04-16 15:20:36 -07005079/*
5080 * Init / cleanup code
5081 */
5082
5083int __init addrconf_init(void)
5084{
stephen hemmingerc2e21292010-03-17 20:31:10 +00005085 int i, err;
YOSHIFUJI Hideaki2a8cc6c2007-11-14 15:56:23 +09005086
Stephen Hemmingere21e8462010-03-20 16:09:01 -07005087 err = ipv6_addr_label_init();
5088 if (err < 0) {
Joe Perchesf3213832012-05-15 14:11:53 +00005089 pr_crit("%s: cannot initialize default policy table: %d\n",
5090 __func__, err);
Neil Horman2cc6d2b2010-09-24 09:55:52 +00005091 goto out;
YOSHIFUJI Hideaki2a8cc6c2007-11-14 15:56:23 +09005092 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005093
Neil Horman2cc6d2b2010-09-24 09:55:52 +00005094 err = register_pernet_subsys(&addrconf_ops);
5095 if (err < 0)
5096 goto out_addrlabel;
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005097
Linus Torvalds1da177e2005-04-16 15:20:36 -07005098 /* The addrconf netdev notifier requires that loopback_dev
5099 * has it's ipv6 private information allocated and setup
5100 * before it can bring up and give link-local addresses
5101 * to other devices which are up.
5102 *
5103 * Unfortunately, loopback_dev is not necessarily the first
5104 * entry in the global dev_base list of net devices. In fact,
5105 * it is likely to be the very last entry on that list.
5106 * So this causes the notifier registry below to try and
5107 * give link-local addresses to all devices besides loopback_dev
5108 * first, then loopback_dev, which cases all the non-loopback_dev
5109 * devices to fail to get a link-local address.
5110 *
5111 * So, as a temporary fix, allocate the ipv6 structure for
5112 * loopback_dev first by hand.
5113 * Longer term, all of the dependencies ipv6 has upon the loopback
5114 * device and it being up should be removed.
5115 */
5116 rtnl_lock();
Eric W. Biederman2774c7a2007-09-26 22:10:56 -07005117 if (!ipv6_add_dev(init_net.loopback_dev))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005118 err = -ENOMEM;
5119 rtnl_unlock();
5120 if (err)
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005121 goto errlo;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005122
stephen hemmingerc2e21292010-03-17 20:31:10 +00005123 for (i = 0; i < IN6_ADDR_HSIZE; i++)
5124 INIT_HLIST_HEAD(&inet6_addr_lst[i]);
5125
Linus Torvalds1da177e2005-04-16 15:20:36 -07005126 register_netdevice_notifier(&ipv6_dev_notf);
5127
Linus Torvalds1da177e2005-04-16 15:20:36 -07005128 addrconf_verify(0);
Thomas Grafc127ea22007-03-22 11:58:32 -07005129
Thomas Grafb382b192010-11-16 04:33:57 +00005130 err = rtnl_af_register(&inet6_ops);
5131 if (err < 0)
5132 goto errout_af;
5133
Greg Rosec7ac8672011-06-10 01:27:09 +00005134 err = __rtnl_register(PF_INET6, RTM_GETLINK, NULL, inet6_dump_ifinfo,
5135 NULL);
Thomas Grafc127ea22007-03-22 11:58:32 -07005136 if (err < 0)
5137 goto errout;
5138
5139 /* Only the first call to __rtnl_register can fail */
Greg Rosec7ac8672011-06-10 01:27:09 +00005140 __rtnl_register(PF_INET6, RTM_NEWADDR, inet6_rtm_newaddr, NULL, NULL);
5141 __rtnl_register(PF_INET6, RTM_DELADDR, inet6_rtm_deladdr, NULL, NULL);
5142 __rtnl_register(PF_INET6, RTM_GETADDR, inet6_rtm_getaddr,
5143 inet6_dump_ifaddr, NULL);
5144 __rtnl_register(PF_INET6, RTM_GETMULTICAST, NULL,
5145 inet6_dump_ifmcaddr, NULL);
5146 __rtnl_register(PF_INET6, RTM_GETANYCAST, NULL,
5147 inet6_dump_ifacaddr, NULL);
Nicolas Dichtel76f8f6c2012-10-25 22:28:51 +00005148 __rtnl_register(PF_INET6, RTM_GETNETCONF, inet6_netconf_get_devconf,
Nicolas Dichtel7a674202013-03-05 23:42:06 +00005149 inet6_netconf_dump_devconf, NULL);
Thomas Grafc127ea22007-03-22 11:58:32 -07005150
YOSHIFUJI Hideaki2a8cc6c2007-11-14 15:56:23 +09005151 ipv6_addr_label_rtnl_register();
5152
Linus Torvalds1da177e2005-04-16 15:20:36 -07005153 return 0;
Thomas Grafc127ea22007-03-22 11:58:32 -07005154errout:
Thomas Grafb382b192010-11-16 04:33:57 +00005155 rtnl_af_unregister(&inet6_ops);
5156errout_af:
Thomas Grafc127ea22007-03-22 11:58:32 -07005157 unregister_netdevice_notifier(&ipv6_dev_notf);
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005158errlo:
5159 unregister_pernet_subsys(&addrconf_ops);
Neil Horman2cc6d2b2010-09-24 09:55:52 +00005160out_addrlabel:
5161 ipv6_addr_label_cleanup();
5162out:
Thomas Grafc127ea22007-03-22 11:58:32 -07005163 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005164}
5165
Daniel Lezcano09f77092007-12-13 05:34:58 -08005166void addrconf_cleanup(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005167{
Daniel Lezcano176c39a2009-03-03 01:06:45 -08005168 struct net_device *dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005169 int i;
5170
5171 unregister_netdevice_notifier(&ipv6_dev_notf);
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08005172 unregister_pernet_subsys(&addrconf_ops);
Neil Horman2cc6d2b2010-09-24 09:55:52 +00005173 ipv6_addr_label_cleanup();
Linus Torvalds1da177e2005-04-16 15:20:36 -07005174
5175 rtnl_lock();
5176
Thomas Grafb382b192010-11-16 04:33:57 +00005177 __rtnl_af_unregister(&inet6_ops);
5178
Daniel Lezcano176c39a2009-03-03 01:06:45 -08005179 /* clean dev list */
5180 for_each_netdev(&init_net, dev) {
5181 if (__in6_dev_get(dev) == NULL)
5182 continue;
5183 addrconf_ifdown(dev, 1);
5184 }
5185 addrconf_ifdown(init_net.loopback_dev, 2);
5186
Linus Torvalds1da177e2005-04-16 15:20:36 -07005187 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07005188 * Check hash table.
5189 */
stephen hemminger5c578ae2010-03-17 20:31:11 +00005190 spin_lock_bh(&addrconf_hash_lock);
stephen hemmingerc2e21292010-03-17 20:31:10 +00005191 for (i = 0; i < IN6_ADDR_HSIZE; i++)
5192 WARN_ON(!hlist_empty(&inet6_addr_lst[i]));
stephen hemminger5c578ae2010-03-17 20:31:11 +00005193 spin_unlock_bh(&addrconf_hash_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005194
5195 del_timer(&addr_chk_timer);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005196 rtnl_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07005197}