blob: 4dc0d44a5d31cb54788b7d2df076617b46b4e2f5 [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>
Linus Torvalds1da177e2005-04-16 15:20:36 -070073#include <net/ipv6.h>
74#include <net/protocol.h>
75#include <net/ndisc.h>
76#include <net/ip6_route.h>
77#include <net/addrconf.h>
78#include <net/tcp.h>
79#include <net/ip.h>
Thomas Graf5d620262006-08-15 00:35:02 -070080#include <net/netlink.h>
Mitsuru Chinenf24e3d62007-10-10 02:53:43 -070081#include <net/pkt_sched.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070082#include <linux/if_tunnel.h>
83#include <linux/rtnetlink.h>
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +000084#include <linux/netconf.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070085
86#ifdef CONFIG_IPV6_PRIVACY
87#include <linux/random.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070088#endif
89
Stephen Hemmingere21e8462010-03-20 16:09:01 -070090#include <linux/uaccess.h>
Herbert Xu7f7d9a62007-04-24 21:54:09 -070091#include <asm/unaligned.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070092
93#include <linux/proc_fs.h>
94#include <linux/seq_file.h>
Paul Gortmakerbc3b2d72011-07-15 11:47:34 -040095#include <linux/export.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070096
97/* Set to 3 to get tracing... */
98#define ACONF_DEBUG 2
99
100#if ACONF_DEBUG >= 3
101#define ADBG(x) printk x
102#else
103#define ADBG(x)
104#endif
105
106#define INFINITY_LIFE_TIME 0xFFFFFFFF
Thomas Graf18a31e12010-11-17 04:12:02 +0000107
108static inline u32 cstamp_delta(unsigned long cstamp)
109{
110 return (cstamp - INITIAL_JIFFIES) * 100UL / HZ;
111}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112
113#ifdef CONFIG_SYSCTL
Pavel Emelyanovf52295a2007-12-02 00:58:37 +1100114static void addrconf_sysctl_register(struct inet6_dev *idev);
Pavel Emelyanov408c4762008-01-10 17:41:21 -0800115static void addrconf_sysctl_unregister(struct inet6_dev *idev);
116#else
117static inline void addrconf_sysctl_register(struct inet6_dev *idev)
118{
119}
120
121static inline void addrconf_sysctl_unregister(struct inet6_dev *idev)
122{
123}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124#endif
125
126#ifdef CONFIG_IPV6_PRIVACY
Sorin Dumitrueb7e0572012-08-30 02:01:45 +0000127static void __ipv6_regen_rndid(struct inet6_dev *idev);
128static void __ipv6_try_regen_rndid(struct inet6_dev *idev, struct in6_addr *tmpaddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700129static void ipv6_regen_rndid(unsigned long data);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130#endif
131
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +0900132static int ipv6_generate_eui64(u8 *eui, struct net_device *dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133static int ipv6_count_addresses(struct inet6_dev *idev);
134
135/*
136 * Configured unicast address hash table
137 */
stephen hemmingerc2e21292010-03-17 20:31:10 +0000138static struct hlist_head inet6_addr_lst[IN6_ADDR_HSIZE];
stephen hemminger5c578ae2010-03-17 20:31:11 +0000139static DEFINE_SPINLOCK(addrconf_hash_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700140
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141static void addrconf_verify(unsigned long);
142
Ingo Molnar8d06afa2005-09-09 13:10:40 -0700143static DEFINE_TIMER(addr_chk_timer, addrconf_verify, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144static DEFINE_SPINLOCK(addrconf_verify_lock);
145
146static void addrconf_join_anycast(struct inet6_ifaddr *ifp);
147static void addrconf_leave_anycast(struct inet6_ifaddr *ifp);
148
Jiri Pirko93d9b7d2010-03-10 10:28:56 +0000149static void addrconf_type_change(struct net_device *dev,
150 unsigned long event);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151static int addrconf_ifdown(struct net_device *dev, int how);
152
Romain Kuntz21caa662013-01-09 21:06:03 +0000153static struct rt6_info *addrconf_get_prefix_route(const struct in6_addr *pfx,
154 int plen,
155 const struct net_device *dev,
156 u32 flags, u32 noflags);
157
David S. Millercf22f9a2012-04-14 21:37:40 -0400158static void addrconf_dad_start(struct inet6_ifaddr *ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159static void addrconf_dad_timer(unsigned long data);
160static void addrconf_dad_completed(struct inet6_ifaddr *ifp);
YOSHIFUJI Hideakic5e33bd2005-12-21 22:57:44 +0900161static void addrconf_dad_run(struct inet6_dev *idev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162static void addrconf_rs_timer(unsigned long data);
163static void __ipv6_ifa_notify(int event, struct inet6_ifaddr *ifa);
164static void ipv6_ifa_notify(int event, struct inet6_ifaddr *ifa);
165
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +0900166static void inet6_prefix_notify(int event, struct inet6_dev *idev,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167 struct prefix_info *pinfo);
David S. Miller3e81c6d2010-03-20 16:18:00 -0700168static bool ipv6_chk_same_addr(struct net *net, const struct in6_addr *addr,
169 struct net_device *dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700170
Alan Sterne041c682006-03-27 01:16:30 -0800171static ATOMIC_NOTIFIER_HEAD(inet6addr_chain);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172
Adrian Bunk888c8482008-07-22 14:21:58 -0700173static struct ipv6_devconf ipv6_devconf __read_mostly = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174 .forwarding = 0,
175 .hop_limit = IPV6_DEFAULT_HOPLIMIT,
176 .mtu6 = IPV6_MIN_MTU,
177 .accept_ra = 1,
178 .accept_redirects = 1,
179 .autoconf = 1,
180 .force_mld_version = 0,
181 .dad_transmits = 1,
182 .rtr_solicits = MAX_RTR_SOLICITATIONS,
183 .rtr_solicit_interval = RTR_SOLICITATION_INTERVAL,
184 .rtr_solicit_delay = MAX_RTR_SOLICITATION_DELAY,
185#ifdef CONFIG_IPV6_PRIVACY
186 .use_tempaddr = 0,
187 .temp_valid_lft = TEMP_VALID_LIFETIME,
188 .temp_prefered_lft = TEMP_PREFERRED_LIFETIME,
189 .regen_max_retry = REGEN_MAX_RETRY,
190 .max_desync_factor = MAX_DESYNC_FACTOR,
191#endif
192 .max_addresses = IPV6_MAX_ADDRESSES,
YOSHIFUJI Hideaki65f5c7c2006-03-20 16:55:08 -0800193 .accept_ra_defrtr = 1,
YOSHIFUJI Hideakic4fd30e2006-03-20 16:55:26 -0800194 .accept_ra_pinfo = 1,
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -0800195#ifdef CONFIG_IPV6_ROUTER_PREF
196 .accept_ra_rtr_pref = 1,
YOSHIFUJI Hideaki52e16352006-03-20 17:05:47 -0800197 .rtr_probe_interval = 60 * HZ,
YOSHIFUJI Hideaki09c884d2006-03-20 17:07:03 -0800198#ifdef CONFIG_IPV6_ROUTE_INFO
199 .accept_ra_rt_info_max_plen = 0,
200#endif
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -0800201#endif
YOSHIFUJI Hideakifbea49e2006-09-22 14:43:49 -0700202 .proxy_ndp = 0,
YOSHIFUJI Hideaki0bcbc922007-04-24 14:58:30 -0700203 .accept_source_route = 0, /* we do not accept RH0 by default. */
YOSHIFUJI Hideaki778d80b2008-06-28 14:17:11 +0900204 .disable_ipv6 = 0,
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +0900205 .accept_dad = 1,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206};
207
Brian Haleyab32ea52006-09-22 14:15:41 -0700208static struct ipv6_devconf ipv6_devconf_dflt __read_mostly = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209 .forwarding = 0,
210 .hop_limit = IPV6_DEFAULT_HOPLIMIT,
211 .mtu6 = IPV6_MIN_MTU,
212 .accept_ra = 1,
213 .accept_redirects = 1,
214 .autoconf = 1,
215 .dad_transmits = 1,
216 .rtr_solicits = MAX_RTR_SOLICITATIONS,
217 .rtr_solicit_interval = RTR_SOLICITATION_INTERVAL,
218 .rtr_solicit_delay = MAX_RTR_SOLICITATION_DELAY,
219#ifdef CONFIG_IPV6_PRIVACY
220 .use_tempaddr = 0,
221 .temp_valid_lft = TEMP_VALID_LIFETIME,
222 .temp_prefered_lft = TEMP_PREFERRED_LIFETIME,
223 .regen_max_retry = REGEN_MAX_RETRY,
224 .max_desync_factor = MAX_DESYNC_FACTOR,
225#endif
226 .max_addresses = IPV6_MAX_ADDRESSES,
YOSHIFUJI Hideaki65f5c7c2006-03-20 16:55:08 -0800227 .accept_ra_defrtr = 1,
YOSHIFUJI Hideakic4fd30e2006-03-20 16:55:26 -0800228 .accept_ra_pinfo = 1,
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -0800229#ifdef CONFIG_IPV6_ROUTER_PREF
230 .accept_ra_rtr_pref = 1,
YOSHIFUJI Hideaki52e16352006-03-20 17:05:47 -0800231 .rtr_probe_interval = 60 * HZ,
YOSHIFUJI Hideaki09c884d2006-03-20 17:07:03 -0800232#ifdef CONFIG_IPV6_ROUTE_INFO
233 .accept_ra_rt_info_max_plen = 0,
234#endif
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -0800235#endif
YOSHIFUJI Hideakifbea49e2006-09-22 14:43:49 -0700236 .proxy_ndp = 0,
YOSHIFUJI Hideaki0bcbc922007-04-24 14:58:30 -0700237 .accept_source_route = 0, /* we do not accept RH0 by default. */
YOSHIFUJI Hideaki778d80b2008-06-28 14:17:11 +0900238 .disable_ipv6 = 0,
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +0900239 .accept_dad = 1,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240};
241
242/* IPv6 Wildcard Address and Loopback Address defined by RFC2553 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
YOSHIFUJI Hideakif3ee4012008-04-10 15:42:11 +0900245const struct in6_addr in6addr_linklocal_allnodes = IN6ADDR_LINKLOCAL_ALLNODES_INIT;
246const struct in6_addr in6addr_linklocal_allrouters = IN6ADDR_LINKLOCAL_ALLROUTERS_INIT;
Hannes Frederic Sowa2c5e8932013-02-10 03:50:18 +0000247const struct in6_addr in6addr_interfacelocal_allnodes = IN6ADDR_INTERFACELOCAL_ALLNODES_INIT;
248const struct in6_addr in6addr_interfacelocal_allrouters = IN6ADDR_INTERFACELOCAL_ALLROUTERS_INIT;
249const struct in6_addr in6addr_sitelocal_allrouters = IN6ADDR_SITELOCAL_ALLROUTERS_INIT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700250
Mitsuru Chinenf24e3d62007-10-10 02:53:43 -0700251/* Check if a valid qdisc is available */
David S. Miller05297942008-07-08 23:01:27 -0700252static inline bool addrconf_qdisc_ok(const struct net_device *dev)
Mitsuru Chinenf24e3d62007-10-10 02:53:43 -0700253{
David S. Miller05297942008-07-08 23:01:27 -0700254 return !qdisc_tx_is_noop(dev);
Mitsuru Chinenf24e3d62007-10-10 02:53:43 -0700255}
256
Linus Torvalds1da177e2005-04-16 15:20:36 -0700257static void addrconf_del_timer(struct inet6_ifaddr *ifp)
258{
259 if (del_timer(&ifp->timer))
260 __in6_ifa_put(ifp);
261}
262
Stephen Hemmingere21e8462010-03-20 16:09:01 -0700263enum addrconf_timer_t {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264 AC_NONE,
265 AC_DAD,
266 AC_RS,
267};
268
269static void addrconf_mod_timer(struct inet6_ifaddr *ifp,
270 enum addrconf_timer_t what,
271 unsigned long when)
272{
273 if (!del_timer(&ifp->timer))
274 in6_ifa_hold(ifp);
275
276 switch (what) {
277 case AC_DAD:
278 ifp->timer.function = addrconf_dad_timer;
279 break;
280 case AC_RS:
281 ifp->timer.function = addrconf_rs_timer;
282 break;
Stephen Hemmingere21e8462010-03-20 16:09:01 -0700283 default:
284 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285 }
286 ifp->timer.expires = jiffies + when;
287 add_timer(&ifp->timer);
288}
289
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700290static int snmp6_alloc_dev(struct inet6_dev *idev)
291{
Tejun Heo7d720c32010-02-16 15:20:26 +0000292 if (snmp_mib_init((void __percpu **)idev->stats.ipv6,
Eric Dumazet1823e4c82010-06-22 20:58:41 +0000293 sizeof(struct ipstats_mib),
294 __alignof__(struct ipstats_mib)) < 0)
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700295 goto err_ip;
Eric Dumazetbe281e52011-05-19 01:14:23 +0000296 idev->stats.icmpv6dev = kzalloc(sizeof(struct icmpv6_mib_device),
297 GFP_KERNEL);
298 if (!idev->stats.icmpv6dev)
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700299 goto err_icmp;
Eric Dumazetbe281e52011-05-19 01:14:23 +0000300 idev->stats.icmpv6msgdev = kzalloc(sizeof(struct icmpv6msg_mib_device),
301 GFP_KERNEL);
302 if (!idev->stats.icmpv6msgdev)
David L Stevens14878f72007-09-16 16:52:35 -0700303 goto err_icmpmsg;
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700304
305 return 0;
306
David L Stevens14878f72007-09-16 16:52:35 -0700307err_icmpmsg:
Eric Dumazetbe281e52011-05-19 01:14:23 +0000308 kfree(idev->stats.icmpv6dev);
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700309err_icmp:
Tejun Heo7d720c32010-02-16 15:20:26 +0000310 snmp_mib_free((void __percpu **)idev->stats.ipv6);
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700311err_ip:
Pavel Emelyanovaaf70ec2007-10-17 21:25:32 -0700312 return -ENOMEM;
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700313}
314
Pavel Emelyanov16910b92007-10-17 21:23:43 -0700315static void snmp6_free_dev(struct inet6_dev *idev)
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700316{
Eric Dumazetbe281e52011-05-19 01:14:23 +0000317 kfree(idev->stats.icmpv6msgdev);
318 kfree(idev->stats.icmpv6dev);
Tejun Heo7d720c32010-02-16 15:20:26 +0000319 snmp_mib_free((void __percpu **)idev->stats.ipv6);
Herbert Xu7f7d9a62007-04-24 21:54:09 -0700320}
321
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322/* Nobody refers to this device, we may destroy it. */
323
324void in6_dev_finish_destroy(struct inet6_dev *idev)
325{
326 struct net_device *dev = idev->dev;
Ilpo Järvinen547b7922008-07-25 21:43:18 -0700327
stephen hemminger502a2ff2010-03-17 20:31:13 +0000328 WARN_ON(!list_empty(&idev->addr_list));
Ilpo Järvinen547b7922008-07-25 21:43:18 -0700329 WARN_ON(idev->mc_list != NULL);
330
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331#ifdef NET_REFCNT_DEBUG
Joe Perches91df42b2012-05-15 14:11:54 +0000332 pr_debug("%s: %s\n", __func__, dev ? dev->name : "NIL");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700333#endif
334 dev_put(dev);
335 if (!idev->dead) {
Joe Perchesf3213832012-05-15 14:11:53 +0000336 pr_warn("Freeing alive inet6 device %p\n", idev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337 return;
338 }
339 snmp6_free_dev(idev);
Lai Jiangshan38f57d12011-03-15 17:59:14 +0800340 kfree_rcu(idev, rcu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341}
YOSHIFUJI Hideaki71590392007-02-22 22:05:40 +0900342EXPORT_SYMBOL(in6_dev_finish_destroy);
343
Eldad Zack8e5e8f32012-04-01 07:49:08 +0000344static struct inet6_dev *ipv6_add_dev(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700345{
346 struct inet6_dev *ndev;
347
348 ASSERT_RTNL();
349
350 if (dev->mtu < IPV6_MIN_MTU)
351 return NULL;
352
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +0900353 ndev = kzalloc(sizeof(struct inet6_dev), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700354
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +0900355 if (ndev == NULL)
356 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357
Ingo Oeser322f74a2006-03-20 23:01:47 -0800358 rwlock_init(&ndev->lock);
359 ndev->dev = dev;
stephen hemminger502a2ff2010-03-17 20:31:13 +0000360 INIT_LIST_HEAD(&ndev->addr_list);
361
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +0900362 memcpy(&ndev->cnf, dev_net(dev)->ipv6.devconf_dflt, sizeof(ndev->cnf));
Ingo Oeser322f74a2006-03-20 23:01:47 -0800363 ndev->cnf.mtu6 = dev->mtu;
364 ndev->cnf.sysctl = NULL;
365 ndev->nd_parms = neigh_parms_alloc(dev, &nd_tbl);
366 if (ndev->nd_parms == NULL) {
367 kfree(ndev);
368 return NULL;
369 }
Ben Hutchings0187bdf2008-06-19 16:15:47 -0700370 if (ndev->cnf.forwarding)
371 dev_disable_lro(dev);
Ingo Oeser322f74a2006-03-20 23:01:47 -0800372 /* We refer to the device */
373 dev_hold(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700374
Ingo Oeser322f74a2006-03-20 23:01:47 -0800375 if (snmp6_alloc_dev(ndev) < 0) {
376 ADBG((KERN_WARNING
Joe Perchesf3213832012-05-15 14:11:53 +0000377 "%s: cannot allocate memory for statistics; dev=%s.\n",
Harvey Harrison0dc47872008-03-05 20:47:47 -0800378 __func__, dev->name));
Ingo Oeser322f74a2006-03-20 23:01:47 -0800379 neigh_parms_release(&nd_tbl, ndev->nd_parms);
Roy Li8603e332011-09-20 15:10:16 -0400380 dev_put(dev);
381 kfree(ndev);
Ingo Oeser322f74a2006-03-20 23:01:47 -0800382 return NULL;
383 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700384
Ingo Oeser322f74a2006-03-20 23:01:47 -0800385 if (snmp6_register_dev(ndev) < 0) {
386 ADBG((KERN_WARNING
Joe Perchesf3213832012-05-15 14:11:53 +0000387 "%s: cannot create /proc/net/dev_snmp6/%s\n",
Harvey Harrison0dc47872008-03-05 20:47:47 -0800388 __func__, dev->name));
Ingo Oeser322f74a2006-03-20 23:01:47 -0800389 neigh_parms_release(&nd_tbl, ndev->nd_parms);
390 ndev->dead = 1;
391 in6_dev_finish_destroy(ndev);
392 return NULL;
393 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700394
Ingo Oeser322f74a2006-03-20 23:01:47 -0800395 /* One reference from device. We must do this before
396 * we invoke __ipv6_regen_rndid().
397 */
398 in6_dev_hold(ndev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700399
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +0900400 if (dev->flags & (IFF_NOARP | IFF_LOOPBACK))
401 ndev->cnf.accept_dad = -1;
402
Amerigo Wang07a93622012-10-29 16:23:10 +0000403#if IS_ENABLED(CONFIG_IPV6_SIT)
YOSHIFUJI Hideakib077d7a2008-04-13 23:42:18 -0700404 if (dev->type == ARPHRD_SIT && (dev->priv_flags & IFF_ISATAP)) {
Joe Perchesf3213832012-05-15 14:11:53 +0000405 pr_info("%s: Disabled Multicast RS\n", dev->name);
YOSHIFUJI Hideakib077d7a2008-04-13 23:42:18 -0700406 ndev->cnf.rtr_solicits = 0;
407 }
408#endif
409
Linus Torvalds1da177e2005-04-16 15:20:36 -0700410#ifdef CONFIG_IPV6_PRIVACY
stephen hemminger372e6c82010-03-17 20:31:09 +0000411 INIT_LIST_HEAD(&ndev->tempaddr_list);
Pavel Emelyanovb24b8a22008-01-23 21:20:07 -0800412 setup_timer(&ndev->regen_timer, ipv6_regen_rndid, (unsigned long)ndev);
Ingo Oeser322f74a2006-03-20 23:01:47 -0800413 if ((dev->flags&IFF_LOOPBACK) ||
414 dev->type == ARPHRD_TUNNEL ||
YOSHIFUJI Hideaki9625ed72008-04-13 23:47:11 -0700415 dev->type == ARPHRD_TUNNEL6 ||
Joerg Roedel0be669b2006-10-10 14:49:53 -0700416 dev->type == ARPHRD_SIT ||
Joerg Roedel0be669b2006-10-10 14:49:53 -0700417 dev->type == ARPHRD_NONE) {
Ingo Oeser322f74a2006-03-20 23:01:47 -0800418 ndev->cnf.use_tempaddr = -1;
419 } else {
420 in6_dev_hold(ndev);
421 ipv6_regen_rndid((unsigned long) ndev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700422 }
Ingo Oeser322f74a2006-03-20 23:01:47 -0800423#endif
424
Mitsuru Chinenf24e3d62007-10-10 02:53:43 -0700425 if (netif_running(dev) && addrconf_qdisc_ok(dev))
Herbert Xu53aadcc2007-03-27 14:31:52 -0700426 ndev->if_flags |= IF_READY;
427
Ingo Oeser322f74a2006-03-20 23:01:47 -0800428 ipv6_mc_init_dev(ndev);
429 ndev->tstamp = jiffies;
Pavel Emelyanovf52295a2007-12-02 00:58:37 +1100430 addrconf_sysctl_register(ndev);
David L Stevens30c4cf52007-01-04 12:31:14 -0800431 /* protected by rtnl_lock */
Eric Dumazetcf778b02012-01-12 04:41:32 +0000432 rcu_assign_pointer(dev->ip6_ptr, ndev);
YOSHIFUJI Hideakid88ae4c2007-01-14 21:48:40 -0800433
Hannes Frederic Sowa2c5e8932013-02-10 03:50:18 +0000434 /* Join interface-local all-node multicast group */
435 ipv6_dev_mc_inc(dev, &in6addr_interfacelocal_allnodes);
436
YOSHIFUJI Hideakid88ae4c2007-01-14 21:48:40 -0800437 /* Join all-node multicast group */
YOSHIFUJI Hideakif3ee4012008-04-10 15:42:11 +0900438 ipv6_dev_mc_inc(dev, &in6addr_linklocal_allnodes);
YOSHIFUJI Hideakid88ae4c2007-01-14 21:48:40 -0800439
Li Weid6ddef92012-03-05 14:45:17 +0000440 /* Join all-router multicast group if forwarding is set */
Li Wei8b2aaed2012-03-07 14:58:07 +0000441 if (ndev->cnf.forwarding && (dev->flags & IFF_MULTICAST))
Li Weid6ddef92012-03-05 14:45:17 +0000442 ipv6_dev_mc_inc(dev, &in6addr_linklocal_allrouters);
443
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444 return ndev;
445}
446
Eldad Zack8e5e8f32012-04-01 07:49:08 +0000447static struct inet6_dev *ipv6_find_idev(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700448{
449 struct inet6_dev *idev;
450
451 ASSERT_RTNL();
452
Stephen Hemmingere21e8462010-03-20 16:09:01 -0700453 idev = __in6_dev_get(dev);
454 if (!idev) {
455 idev = ipv6_add_dev(dev);
456 if (!idev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457 return NULL;
458 }
YOSHIFUJI Hideakic5e33bd2005-12-21 22:57:44 +0900459
Linus Torvalds1da177e2005-04-16 15:20:36 -0700460 if (dev->flags&IFF_UP)
461 ipv6_mc_up(idev);
462 return idev;
463}
464
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000465static int inet6_netconf_msgsize_devconf(int type)
466{
467 int size = NLMSG_ALIGN(sizeof(struct netconfmsg))
468 + nla_total_size(4); /* NETCONFA_IFINDEX */
469
Nicolas Dichtel76f8f6c2012-10-25 22:28:51 +0000470 /* type -1 is used for ALL */
471 if (type == -1 || type == NETCONFA_FORWARDING)
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000472 size += nla_total_size(4);
David S. Millerb1afce92012-12-04 14:46:34 -0500473#ifdef CONFIG_IPV6_MROUTE
Nicolas Dichteld67b8c62012-12-04 01:13:35 +0000474 if (type == -1 || type == NETCONFA_MC_FORWARDING)
475 size += nla_total_size(4);
David S. Millerb1afce92012-12-04 14:46:34 -0500476#endif
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000477
478 return size;
479}
480
481static int inet6_netconf_fill_devconf(struct sk_buff *skb, int ifindex,
482 struct ipv6_devconf *devconf, u32 portid,
483 u32 seq, int event, unsigned int flags,
484 int type)
485{
486 struct nlmsghdr *nlh;
487 struct netconfmsg *ncm;
488
489 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg),
490 flags);
491 if (nlh == NULL)
492 return -EMSGSIZE;
493
494 ncm = nlmsg_data(nlh);
495 ncm->ncm_family = AF_INET6;
496
497 if (nla_put_s32(skb, NETCONFA_IFINDEX, ifindex) < 0)
498 goto nla_put_failure;
499
Nicolas Dichtel76f8f6c2012-10-25 22:28:51 +0000500 /* type -1 is used for ALL */
501 if ((type == -1 || type == NETCONFA_FORWARDING) &&
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000502 nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0)
503 goto nla_put_failure;
David S. Millerb1afce92012-12-04 14:46:34 -0500504#ifdef CONFIG_IPV6_MROUTE
Nicolas Dichteld67b8c62012-12-04 01:13:35 +0000505 if ((type == -1 || type == NETCONFA_MC_FORWARDING) &&
506 nla_put_s32(skb, NETCONFA_MC_FORWARDING,
507 devconf->mc_forwarding) < 0)
508 goto nla_put_failure;
David S. Millerb1afce92012-12-04 14:46:34 -0500509#endif
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000510 return nlmsg_end(skb, nlh);
511
512nla_put_failure:
513 nlmsg_cancel(skb, nlh);
514 return -EMSGSIZE;
515}
516
Nicolas Dichteld67b8c62012-12-04 01:13:35 +0000517void inet6_netconf_notify_devconf(struct net *net, int type, int ifindex,
518 struct ipv6_devconf *devconf)
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000519{
520 struct sk_buff *skb;
521 int err = -ENOBUFS;
522
523 skb = nlmsg_new(inet6_netconf_msgsize_devconf(type), GFP_ATOMIC);
524 if (skb == NULL)
525 goto errout;
526
527 err = inet6_netconf_fill_devconf(skb, ifindex, devconf, 0, 0,
528 RTM_NEWNETCONF, 0, type);
529 if (err < 0) {
530 /* -EMSGSIZE implies BUG in inet6_netconf_msgsize_devconf() */
531 WARN_ON(err == -EMSGSIZE);
532 kfree_skb(skb);
533 goto errout;
534 }
535 rtnl_notify(skb, net, 0, RTNLGRP_IPV6_NETCONF, NULL, GFP_ATOMIC);
536 return;
537errout:
Cong Dingbd779022012-12-18 12:08:56 +0000538 rtnl_set_sk_err(net, RTNLGRP_IPV6_NETCONF, err);
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000539}
540
Nicolas Dichtel76f8f6c2012-10-25 22:28:51 +0000541static const struct nla_policy devconf_ipv6_policy[NETCONFA_MAX+1] = {
542 [NETCONFA_IFINDEX] = { .len = sizeof(int) },
543 [NETCONFA_FORWARDING] = { .len = sizeof(int) },
544};
545
546static int inet6_netconf_get_devconf(struct sk_buff *in_skb,
547 struct nlmsghdr *nlh,
548 void *arg)
549{
550 struct net *net = sock_net(in_skb->sk);
551 struct nlattr *tb[NETCONFA_MAX+1];
552 struct netconfmsg *ncm;
553 struct sk_buff *skb;
554 struct ipv6_devconf *devconf;
555 struct inet6_dev *in6_dev;
556 struct net_device *dev;
557 int ifindex;
558 int err;
559
560 err = nlmsg_parse(nlh, sizeof(*ncm), tb, NETCONFA_MAX,
561 devconf_ipv6_policy);
562 if (err < 0)
563 goto errout;
564
565 err = EINVAL;
566 if (!tb[NETCONFA_IFINDEX])
567 goto errout;
568
569 ifindex = nla_get_s32(tb[NETCONFA_IFINDEX]);
570 switch (ifindex) {
571 case NETCONFA_IFINDEX_ALL:
572 devconf = net->ipv6.devconf_all;
573 break;
574 case NETCONFA_IFINDEX_DEFAULT:
575 devconf = net->ipv6.devconf_dflt;
576 break;
577 default:
578 dev = __dev_get_by_index(net, ifindex);
579 if (dev == NULL)
580 goto errout;
581 in6_dev = __in6_dev_get(dev);
582 if (in6_dev == NULL)
583 goto errout;
584 devconf = &in6_dev->cnf;
585 break;
586 }
587
588 err = -ENOBUFS;
589 skb = nlmsg_new(inet6_netconf_msgsize_devconf(-1), GFP_ATOMIC);
590 if (skb == NULL)
591 goto errout;
592
593 err = inet6_netconf_fill_devconf(skb, ifindex, devconf,
594 NETLINK_CB(in_skb).portid,
595 nlh->nlmsg_seq, RTM_NEWNETCONF, 0,
596 -1);
597 if (err < 0) {
598 /* -EMSGSIZE implies BUG in inet6_netconf_msgsize_devconf() */
599 WARN_ON(err == -EMSGSIZE);
600 kfree_skb(skb);
601 goto errout;
602 }
603 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
604errout:
605 return err;
606}
607
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608#ifdef CONFIG_SYSCTL
609static void dev_forward_change(struct inet6_dev *idev)
610{
611 struct net_device *dev;
612 struct inet6_ifaddr *ifa;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613
614 if (!idev)
615 return;
616 dev = idev->dev;
Ben Hutchings0187bdf2008-06-19 16:15:47 -0700617 if (idev->cnf.forwarding)
618 dev_disable_lro(dev);
Amerigo Wang1a940832012-10-28 17:43:53 +0000619 if (dev->flags & IFF_MULTICAST) {
Hannes Frederic Sowa2c5e8932013-02-10 03:50:18 +0000620 if (idev->cnf.forwarding) {
YOSHIFUJI Hideakif3ee4012008-04-10 15:42:11 +0900621 ipv6_dev_mc_inc(dev, &in6addr_linklocal_allrouters);
Hannes Frederic Sowa2c5e8932013-02-10 03:50:18 +0000622 ipv6_dev_mc_inc(dev, &in6addr_interfacelocal_allrouters);
623 ipv6_dev_mc_inc(dev, &in6addr_sitelocal_allrouters);
624 } else {
YOSHIFUJI Hideakif3ee4012008-04-10 15:42:11 +0900625 ipv6_dev_mc_dec(dev, &in6addr_linklocal_allrouters);
Hannes Frederic Sowa2c5e8932013-02-10 03:50:18 +0000626 ipv6_dev_mc_dec(dev, &in6addr_interfacelocal_allrouters);
627 ipv6_dev_mc_dec(dev, &in6addr_sitelocal_allrouters);
628 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700629 }
stephen hemminger502a2ff2010-03-17 20:31:13 +0000630
631 list_for_each_entry(ifa, &idev->addr_list, if_list) {
Michal Wrobel2c12a742007-02-26 15:36:10 -0800632 if (ifa->flags&IFA_F_TENTATIVE)
633 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700634 if (idev->cnf.forwarding)
635 addrconf_join_anycast(ifa);
636 else
637 addrconf_leave_anycast(ifa);
638 }
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000639 inet6_netconf_notify_devconf(dev_net(dev), NETCONFA_FORWARDING,
640 dev->ifindex, &idev->cnf);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641}
642
643
Pavel Emelyanove1869322008-01-10 17:43:50 -0800644static void addrconf_forward_change(struct net *net, __s32 newf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645{
646 struct net_device *dev;
647 struct inet6_dev *idev;
648
Ben Hutchings4acd4942012-08-14 08:54:51 +0000649 for_each_netdev(net, dev) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650 idev = __in6_dev_get(dev);
651 if (idev) {
Pavel Emelyanove1869322008-01-10 17:43:50 -0800652 int changed = (!idev->cnf.forwarding) ^ (!newf);
653 idev->cnf.forwarding = newf;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654 if (changed)
655 dev_forward_change(idev);
656 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700658}
Pavel Emelyanovc8fecf22007-12-05 01:50:24 -0800659
Francesco Ruggeri013d97e2012-01-16 10:40:10 +0000660static int addrconf_fixup_forwarding(struct ctl_table *table, int *p, int newf)
Pavel Emelyanovc8fecf22007-12-05 01:50:24 -0800661{
Pavel Emelyanovbff16c22008-01-10 17:42:13 -0800662 struct net *net;
Francesco Ruggeri013d97e2012-01-16 10:40:10 +0000663 int old;
664
665 if (!rtnl_trylock())
666 return restart_syscall();
Pavel Emelyanovbff16c22008-01-10 17:42:13 -0800667
668 net = (struct net *)table->extra2;
Francesco Ruggeri013d97e2012-01-16 10:40:10 +0000669 old = *p;
670 *p = newf;
Pavel Emelyanovc8fecf22007-12-05 01:50:24 -0800671
Francesco Ruggeri013d97e2012-01-16 10:40:10 +0000672 if (p == &net->ipv6.devconf_dflt->forwarding) {
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000673 if ((!newf) ^ (!old))
674 inet6_netconf_notify_devconf(net, NETCONFA_FORWARDING,
675 NETCONFA_IFINDEX_DEFAULT,
676 net->ipv6.devconf_dflt);
Francesco Ruggeri013d97e2012-01-16 10:40:10 +0000677 rtnl_unlock();
678 return 0;
Eric W. Biederman88af1822010-02-19 13:22:59 +0000679 }
Stephen Hemmingerb325fdd2009-02-26 06:55:31 +0000680
Pavel Emelyanove1869322008-01-10 17:43:50 -0800681 if (p == &net->ipv6.devconf_all->forwarding) {
Pavel Emelyanove1869322008-01-10 17:43:50 -0800682 net->ipv6.devconf_dflt->forwarding = newf;
683 addrconf_forward_change(net, newf);
Nicolas Dichtelf3a1bfb2012-10-25 22:28:50 +0000684 if ((!newf) ^ (!old))
685 inet6_netconf_notify_devconf(net, NETCONFA_FORWARDING,
686 NETCONFA_IFINDEX_ALL,
687 net->ipv6.devconf_all);
Francesco Ruggeri013d97e2012-01-16 10:40:10 +0000688 } else if ((!newf) ^ (!old))
Pavel Emelyanovc8fecf22007-12-05 01:50:24 -0800689 dev_forward_change((struct inet6_dev *)table->extra1);
Ben Hutchings0187bdf2008-06-19 16:15:47 -0700690 rtnl_unlock();
Pavel Emelyanovc8fecf22007-12-05 01:50:24 -0800691
Francesco Ruggeri013d97e2012-01-16 10:40:10 +0000692 if (newf)
Daniel Lezcano7b4da532008-03-04 13:47:14 -0800693 rt6_purge_dflt_routers(net);
Stephen Hemmingerb325fdd2009-02-26 06:55:31 +0000694 return 1;
Pavel Emelyanovc8fecf22007-12-05 01:50:24 -0800695}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700696#endif
697
stephen hemminger5c578ae2010-03-17 20:31:11 +0000698/* Nobody refers to this ifaddr, destroy it */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700699void inet6_ifa_finish_destroy(struct inet6_ifaddr *ifp)
700{
stephen hemmingerc2e21292010-03-17 20:31:10 +0000701 WARN_ON(!hlist_unhashed(&ifp->addr_lst));
Ilpo Järvinen547b7922008-07-25 21:43:18 -0700702
Linus Torvalds1da177e2005-04-16 15:20:36 -0700703#ifdef NET_REFCNT_DEBUG
Joe Perches91df42b2012-05-15 14:11:54 +0000704 pr_debug("%s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700705#endif
706
707 in6_dev_put(ifp->idev);
708
709 if (del_timer(&ifp->timer))
Stephen Hemmingere21e8462010-03-20 16:09:01 -0700710 pr_notice("Timer is still running, when freeing ifa=%p\n", ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711
Herbert Xue9d3e082010-05-18 15:36:06 -0700712 if (ifp->state != INET6_IFADDR_STATE_DEAD) {
Joe Perchesf3213832012-05-15 14:11:53 +0000713 pr_warn("Freeing alive inet6 address %p\n", ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700714 return;
715 }
Amerigo Wang94e187c2012-10-29 00:13:19 +0000716 ip6_rt_put(ifp->rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700717
Lai Jiangshane5785982011-03-15 18:00:14 +0800718 kfree_rcu(ifp, rcu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700719}
720
Brian Haleye55ffac2006-07-10 15:25:51 -0700721static void
722ipv6_link_dev_addr(struct inet6_dev *idev, struct inet6_ifaddr *ifp)
723{
stephen hemminger502a2ff2010-03-17 20:31:13 +0000724 struct list_head *p;
YOSHIFUJI Hideaki8a6ce0c2006-07-11 13:05:30 -0700725 int ifp_scope = ipv6_addr_src_scope(&ifp->addr);
Brian Haleye55ffac2006-07-10 15:25:51 -0700726
727 /*
728 * Each device address list is sorted in order of scope -
729 * global before linklocal.
730 */
stephen hemminger502a2ff2010-03-17 20:31:13 +0000731 list_for_each(p, &idev->addr_list) {
732 struct inet6_ifaddr *ifa
733 = list_entry(p, struct inet6_ifaddr, if_list);
YOSHIFUJI Hideaki8a6ce0c2006-07-11 13:05:30 -0700734 if (ifp_scope >= ipv6_addr_src_scope(&ifa->addr))
Brian Haleye55ffac2006-07-10 15:25:51 -0700735 break;
736 }
737
David S. Millerb54c9b92010-03-25 21:25:30 -0700738 list_add_tail(&ifp->if_list, p);
Brian Haleye55ffac2006-07-10 15:25:51 -0700739}
740
Eric Dumazetddbe5032012-07-18 08:11:12 +0000741static u32 inet6_addr_hash(const struct in6_addr *addr)
YOSHIFUJI Hideaki3eb84f42008-04-10 15:42:08 +0900742{
Eric Dumazetddbe5032012-07-18 08:11:12 +0000743 return hash_32(ipv6_addr_hash(addr), IN6_ADDR_HSIZE_SHIFT);
YOSHIFUJI Hideaki3eb84f42008-04-10 15:42:08 +0900744}
745
Linus Torvalds1da177e2005-04-16 15:20:36 -0700746/* On success it returns ifp with increased reference count */
747
748static struct inet6_ifaddr *
749ipv6_add_addr(struct inet6_dev *idev, const struct in6_addr *addr, int pfxlen,
Jamal Hadi Salime431b8c2005-06-18 22:55:31 -0700750 int scope, u32 flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751{
752 struct inet6_ifaddr *ifa = NULL;
753 struct rt6_info *rt;
stephen hemminger3a88a812010-03-17 20:31:12 +0000754 unsigned int hash;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700755 int err = 0;
YOSHIFUJI Hideakid68b8272008-06-25 16:26:47 +0900756 int addr_type = ipv6_addr_type(addr);
757
758 if (addr_type == IPV6_ADDR_ANY ||
759 addr_type & IPV6_ADDR_MULTICAST ||
760 (!(idev->dev->flags & IFF_LOOPBACK) &&
761 addr_type & IPV6_ADDR_LOOPBACK))
762 return ERR_PTR(-EADDRNOTAVAIL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700763
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -0700764 rcu_read_lock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700765 if (idev->dead) {
766 err = -ENODEV; /*XXX*/
767 goto out2;
768 }
769
Brian Haley56d417b2009-06-01 03:07:33 -0700770 if (idev->cnf.disable_ipv6) {
Brian Haley9bdd8d42009-03-18 18:22:48 -0700771 err = -EACCES;
772 goto out2;
773 }
774
stephen hemminger5c578ae2010-03-17 20:31:11 +0000775 spin_lock(&addrconf_hash_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700776
777 /* Ignore adding duplicate addresses on an interface */
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +0900778 if (ipv6_chk_same_addr(dev_net(idev->dev), addr, idev->dev)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700779 ADBG(("ipv6_add_addr: already assigned\n"));
780 err = -EEXIST;
781 goto out;
782 }
783
Ingo Oeser322f74a2006-03-20 23:01:47 -0800784 ifa = kzalloc(sizeof(struct inet6_ifaddr), GFP_ATOMIC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700785
786 if (ifa == NULL) {
787 ADBG(("ipv6_add_addr: malloc failed\n"));
788 err = -ENOBUFS;
789 goto out;
790 }
791
David S. Miller8f031512011-12-06 16:48:14 -0500792 rt = addrconf_dst_alloc(idev, addr, false);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793 if (IS_ERR(rt)) {
794 err = PTR_ERR(rt);
795 goto out;
796 }
797
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +0000798 ifa->addr = *addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700799
800 spin_lock_init(&ifa->lock);
Herbert Xue9d3e082010-05-18 15:36:06 -0700801 spin_lock_init(&ifa->state_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700802 init_timer(&ifa->timer);
stephen hemmingerc2e21292010-03-17 20:31:10 +0000803 INIT_HLIST_NODE(&ifa->addr_lst);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804 ifa->timer.data = (unsigned long) ifa;
805 ifa->scope = scope;
806 ifa->prefix_len = pfxlen;
807 ifa->flags = flags | IFA_F_TENTATIVE;
808 ifa->cstamp = ifa->tstamp = jiffies;
809
Keir Fraser57f5f542006-08-29 02:43:49 -0700810 ifa->rt = rt;
811
Linus Torvalds1da177e2005-04-16 15:20:36 -0700812 ifa->idev = idev;
813 in6_dev_hold(idev);
814 /* For caller */
815 in6_ifa_hold(ifa);
816
817 /* Add to big hash table */
Eric Dumazetddbe5032012-07-18 08:11:12 +0000818 hash = inet6_addr_hash(addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819
stephen hemminger5c578ae2010-03-17 20:31:11 +0000820 hlist_add_head_rcu(&ifa->addr_lst, &inet6_addr_lst[hash]);
stephen hemminger5c578ae2010-03-17 20:31:11 +0000821 spin_unlock(&addrconf_hash_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822
823 write_lock(&idev->lock);
824 /* Add to inet6_dev unicast addr list. */
Brian Haleye55ffac2006-07-10 15:25:51 -0700825 ipv6_link_dev_addr(idev, ifa);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826
827#ifdef CONFIG_IPV6_PRIVACY
828 if (ifa->flags&IFA_F_TEMPORARY) {
stephen hemminger372e6c82010-03-17 20:31:09 +0000829 list_add(&ifa->tmp_list, &idev->tempaddr_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830 in6_ifa_hold(ifa);
831 }
832#endif
833
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834 in6_ifa_hold(ifa);
835 write_unlock(&idev->lock);
836out2:
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -0700837 rcu_read_unlock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838
YOSHIFUJI Hideakifd928332005-04-19 22:27:09 -0700839 if (likely(err == 0))
Alan Sterne041c682006-03-27 01:16:30 -0800840 atomic_notifier_call_chain(&inet6addr_chain, NETDEV_UP, ifa);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700841 else {
842 kfree(ifa);
843 ifa = ERR_PTR(err);
844 }
845
846 return ifa;
847out:
stephen hemminger5c578ae2010-03-17 20:31:11 +0000848 spin_unlock(&addrconf_hash_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849 goto out2;
850}
851
852/* This function wants to get referenced ifp and releases it before return */
853
854static void ipv6_del_addr(struct inet6_ifaddr *ifp)
855{
stephen hemminger502a2ff2010-03-17 20:31:13 +0000856 struct inet6_ifaddr *ifa, *ifn;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700857 struct inet6_dev *idev = ifp->idev;
Herbert Xu4c5ff6a2010-05-18 15:54:18 -0700858 int state;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700859 int deleted = 0, onlink = 0;
860 unsigned long expires = jiffies;
861
Herbert Xu4c5ff6a2010-05-18 15:54:18 -0700862 spin_lock_bh(&ifp->state_lock);
863 state = ifp->state;
Herbert Xue9d3e082010-05-18 15:36:06 -0700864 ifp->state = INET6_IFADDR_STATE_DEAD;
Herbert Xu4c5ff6a2010-05-18 15:54:18 -0700865 spin_unlock_bh(&ifp->state_lock);
866
867 if (state == INET6_IFADDR_STATE_DEAD)
868 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869
stephen hemminger5c578ae2010-03-17 20:31:11 +0000870 spin_lock_bh(&addrconf_hash_lock);
871 hlist_del_init_rcu(&ifp->addr_lst);
stephen hemminger5c578ae2010-03-17 20:31:11 +0000872 spin_unlock_bh(&addrconf_hash_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873
874 write_lock_bh(&idev->lock);
875#ifdef CONFIG_IPV6_PRIVACY
876 if (ifp->flags&IFA_F_TEMPORARY) {
stephen hemminger372e6c82010-03-17 20:31:09 +0000877 list_del(&ifp->tmp_list);
878 if (ifp->ifpub) {
879 in6_ifa_put(ifp->ifpub);
880 ifp->ifpub = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881 }
stephen hemminger372e6c82010-03-17 20:31:09 +0000882 __in6_ifa_put(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883 }
884#endif
885
stephen hemminger502a2ff2010-03-17 20:31:13 +0000886 list_for_each_entry_safe(ifa, ifn, &idev->addr_list, if_list) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887 if (ifa == ifp) {
stephen hemminger502a2ff2010-03-17 20:31:13 +0000888 list_del_init(&ifp->if_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889 __in6_ifa_put(ifp);
stephen hemminger502a2ff2010-03-17 20:31:13 +0000890
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891 if (!(ifp->flags & IFA_F_PERMANENT) || onlink > 0)
892 break;
893 deleted = 1;
Kristian Slavov1d142802005-12-21 18:47:24 -0800894 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895 } else if (ifp->flags & IFA_F_PERMANENT) {
896 if (ipv6_prefix_equal(&ifa->addr, &ifp->addr,
897 ifp->prefix_len)) {
898 if (ifa->flags & IFA_F_PERMANENT) {
899 onlink = 1;
900 if (deleted)
901 break;
902 } else {
903 unsigned long lifetime;
904
905 if (!onlink)
906 onlink = -1;
907
908 spin_lock(&ifa->lock);
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +0900909
910 lifetime = addrconf_timeout_fixup(ifa->valid_lft, HZ);
911 /*
912 * Note: Because this address is
913 * not permanent, lifetime <
914 * LONG_MAX / HZ here.
915 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700916 if (time_before(expires,
917 ifa->tstamp + lifetime * HZ))
918 expires = ifa->tstamp + lifetime * HZ;
919 spin_unlock(&ifa->lock);
920 }
921 }
922 }
923 }
924 write_unlock_bh(&idev->lock);
925
Andrey Vaginb2238562008-07-08 15:13:31 -0700926 addrconf_del_timer(ifp);
927
Linus Torvalds1da177e2005-04-16 15:20:36 -0700928 ipv6_ifa_notify(RTM_DELADDR, ifp);
929
Alan Sterne041c682006-03-27 01:16:30 -0800930 atomic_notifier_call_chain(&inet6addr_chain, NETDEV_DOWN, ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932 /*
933 * Purge or update corresponding prefix
934 *
935 * 1) we don't purge prefix here if address was not permanent.
936 * prefix is managed by its own lifetime.
937 * 2) if there're no addresses, delete prefix.
938 * 3) if there're still other permanent address(es),
939 * corresponding prefix is still permanent.
940 * 4) otherwise, update prefix lifetime to the
941 * longest valid lifetime among the corresponding
942 * addresses on the device.
943 * Note: subsequent RA will update lifetime.
944 *
945 * --yoshfuji
946 */
947 if ((ifp->flags & IFA_F_PERMANENT) && onlink < 1) {
948 struct in6_addr prefix;
949 struct rt6_info *rt;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700950
Nicolas Dichtel64c6d082012-09-26 00:04:55 +0000951 ipv6_addr_prefix(&prefix, &ifp->addr, ifp->prefix_len);
Nicolas Dichtel64c6d082012-09-26 00:04:55 +0000952
Romain Kuntz21caa662013-01-09 21:06:03 +0000953 rt = addrconf_get_prefix_route(&prefix,
954 ifp->prefix_len,
955 ifp->idev->dev,
956 0, RTF_GATEWAY | RTF_DEFAULT);
957
958 if (rt) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959 if (onlink == 0) {
Thomas Grafe0a1ad732006-08-22 00:00:21 -0700960 ip6_del_rt(rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961 rt = NULL;
962 } else if (!(rt->rt6i_flags & RTF_EXPIRES)) {
Gao feng1716a962012-04-06 00:13:10 +0000963 rt6_set_expires(rt, expires);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700964 }
965 }
Amerigo Wang94e187c2012-10-29 00:13:19 +0000966 ip6_rt_put(rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967 }
968
Daniel Walterc3968a82011-04-13 21:10:57 +0000969 /* clean up prefsrc entries */
970 rt6_remove_prefsrc(ifp);
Herbert Xu4c5ff6a2010-05-18 15:54:18 -0700971out:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972 in6_ifa_put(ifp);
973}
974
975#ifdef CONFIG_IPV6_PRIVACY
976static int ipv6_create_tempaddr(struct inet6_ifaddr *ifp, struct inet6_ifaddr *ift)
977{
978 struct inet6_dev *idev = ifp->idev;
979 struct in6_addr addr, *tmpaddr;
Lorenzo Colitti76f793e2011-07-26 13:50:49 +0000980 unsigned long tmp_prefered_lft, tmp_valid_lft, tmp_tstamp, age;
Benoit Boissinoteac55bf2008-04-02 00:01:35 -0700981 unsigned long regen_advance;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982 int tmp_plen;
983 int ret = 0;
984 int max_addresses;
Neil Horman95c385b2007-04-25 17:08:10 -0700985 u32 addr_flags;
Lorenzo Colitti76f793e2011-07-26 13:50:49 +0000986 unsigned long now = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987
988 write_lock(&idev->lock);
989 if (ift) {
990 spin_lock_bh(&ift->lock);
991 memcpy(&addr.s6_addr[8], &ift->addr.s6_addr[8], 8);
992 spin_unlock_bh(&ift->lock);
993 tmpaddr = &addr;
994 } else {
995 tmpaddr = NULL;
996 }
997retry:
998 in6_dev_hold(idev);
999 if (idev->cnf.use_tempaddr <= 0) {
1000 write_unlock(&idev->lock);
Joe Perchesf3213832012-05-15 14:11:53 +00001001 pr_info("%s: use_tempaddr is disabled\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001002 in6_dev_put(idev);
1003 ret = -1;
1004 goto out;
1005 }
1006 spin_lock_bh(&ifp->lock);
1007 if (ifp->regen_count++ >= idev->cnf.regen_max_retry) {
1008 idev->cnf.use_tempaddr = -1; /*XXX*/
1009 spin_unlock_bh(&ifp->lock);
1010 write_unlock(&idev->lock);
Joe Perchesf3213832012-05-15 14:11:53 +00001011 pr_warn("%s: regeneration time exceeded - disabled temporary address support\n",
1012 __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013 in6_dev_put(idev);
1014 ret = -1;
1015 goto out;
1016 }
1017 in6_ifa_hold(ifp);
1018 memcpy(addr.s6_addr, ifp->addr.s6_addr, 8);
Sorin Dumitrueb7e0572012-08-30 02:01:45 +00001019 __ipv6_try_regen_rndid(idev, tmpaddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001020 memcpy(&addr.s6_addr[8], idev->rndid, 8);
Lorenzo Colitti76f793e2011-07-26 13:50:49 +00001021 age = (now - ifp->tstamp) / HZ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001022 tmp_valid_lft = min_t(__u32,
1023 ifp->valid_lft,
Glenn Wurster7a876b02010-09-27 07:10:10 +00001024 idev->cnf.temp_valid_lft + age);
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001025 tmp_prefered_lft = min_t(__u32,
1026 ifp->prefered_lft,
Glenn Wurster7a876b02010-09-27 07:10:10 +00001027 idev->cnf.temp_prefered_lft + age -
Ben Hutchings784e2712010-06-26 11:42:55 +00001028 idev->cnf.max_desync_factor);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029 tmp_plen = ifp->prefix_len;
1030 max_addresses = idev->cnf.max_addresses;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001031 tmp_tstamp = ifp->tstamp;
1032 spin_unlock_bh(&ifp->lock);
1033
Benoit Boissinoteac55bf2008-04-02 00:01:35 -07001034 regen_advance = idev->cnf.regen_max_retry *
1035 idev->cnf.dad_transmits *
1036 idev->nd_parms->retrans_time / HZ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037 write_unlock(&idev->lock);
Neil Horman95c385b2007-04-25 17:08:10 -07001038
Benoit Boissinoteac55bf2008-04-02 00:01:35 -07001039 /* A temporary address is created only if this calculated Preferred
1040 * Lifetime is greater than REGEN_ADVANCE time units. In particular,
1041 * an implementation must not create a temporary address with a zero
1042 * Preferred Lifetime.
1043 */
1044 if (tmp_prefered_lft <= regen_advance) {
1045 in6_ifa_put(ifp);
1046 in6_dev_put(idev);
1047 ret = -1;
1048 goto out;
1049 }
1050
Neil Horman95c385b2007-04-25 17:08:10 -07001051 addr_flags = IFA_F_TEMPORARY;
1052 /* set in addrconf_prefix_rcv() */
1053 if (ifp->flags & IFA_F_OPTIMISTIC)
1054 addr_flags |= IFA_F_OPTIMISTIC;
1055
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056 ift = !max_addresses ||
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001057 ipv6_count_addresses(idev) < max_addresses ?
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058 ipv6_add_addr(idev, &addr, tmp_plen,
Neil Horman95c385b2007-04-25 17:08:10 -07001059 ipv6_addr_type(&addr)&IPV6_ADDR_SCOPE_MASK,
1060 addr_flags) : NULL;
YOSHIFUJI Hideaki / 吉藤英明3f0d2ba2013-01-22 06:32:54 +00001061 if (IS_ERR_OR_NULL(ift)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001062 in6_ifa_put(ifp);
1063 in6_dev_put(idev);
Joe Perchesf3213832012-05-15 14:11:53 +00001064 pr_info("%s: retry temporary address regeneration\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065 tmpaddr = &addr;
1066 write_lock(&idev->lock);
1067 goto retry;
1068 }
1069
1070 spin_lock_bh(&ift->lock);
1071 ift->ifpub = ifp;
1072 ift->valid_lft = tmp_valid_lft;
1073 ift->prefered_lft = tmp_prefered_lft;
Lorenzo Colitti76f793e2011-07-26 13:50:49 +00001074 ift->cstamp = now;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075 ift->tstamp = tmp_tstamp;
1076 spin_unlock_bh(&ift->lock);
1077
David S. Millercf22f9a2012-04-14 21:37:40 -04001078 addrconf_dad_start(ift);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079 in6_ifa_put(ift);
1080 in6_dev_put(idev);
1081out:
1082 return ret;
1083}
1084#endif
1085
1086/*
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001087 * Choose an appropriate source address (RFC3484)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088 */
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001089enum {
1090 IPV6_SADDR_RULE_INIT = 0,
1091 IPV6_SADDR_RULE_LOCAL,
1092 IPV6_SADDR_RULE_SCOPE,
1093 IPV6_SADDR_RULE_PREFERRED,
1094#ifdef CONFIG_IPV6_MIP6
1095 IPV6_SADDR_RULE_HOA,
1096#endif
1097 IPV6_SADDR_RULE_OIF,
1098 IPV6_SADDR_RULE_LABEL,
1099#ifdef CONFIG_IPV6_PRIVACY
1100 IPV6_SADDR_RULE_PRIVACY,
1101#endif
1102 IPV6_SADDR_RULE_ORCHID,
1103 IPV6_SADDR_RULE_PREFIX,
1104 IPV6_SADDR_RULE_MAX
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001105};
1106
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001107struct ipv6_saddr_score {
1108 int rule;
1109 int addr_type;
1110 struct inet6_ifaddr *ifa;
1111 DECLARE_BITMAP(scorebits, IPV6_SADDR_RULE_MAX);
1112 int scopedist;
1113 int matchlen;
1114};
1115
1116struct ipv6_saddr_dst {
YOSHIFUJI Hideaki9acd9f32008-04-10 15:42:10 +09001117 const struct in6_addr *addr;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001118 int ifindex;
1119 int scope;
1120 int label;
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001121 unsigned int prefs;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001122};
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001123
Dave Jonesb6f99a22007-03-22 12:27:49 -07001124static inline int ipv6_saddr_preferred(int type)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001125{
Ulrich Weber45bb0062010-02-25 23:28:58 +00001126 if (type & (IPV6_ADDR_MAPPED|IPV6_ADDR_COMPATv4|IPV6_ADDR_LOOPBACK))
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001127 return 1;
1128 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001129}
1130
Benjamin Thery3de23252008-05-28 14:51:24 +02001131static int ipv6_get_saddr_eval(struct net *net,
1132 struct ipv6_saddr_score *score,
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001133 struct ipv6_saddr_dst *dst,
1134 int i)
1135{
1136 int ret;
1137
1138 if (i <= score->rule) {
1139 switch (i) {
1140 case IPV6_SADDR_RULE_SCOPE:
1141 ret = score->scopedist;
1142 break;
1143 case IPV6_SADDR_RULE_PREFIX:
1144 ret = score->matchlen;
1145 break;
1146 default:
1147 ret = !!test_bit(i, score->scorebits);
1148 }
1149 goto out;
1150 }
1151
1152 switch (i) {
1153 case IPV6_SADDR_RULE_INIT:
1154 /* Rule 0: remember if hiscore is not ready yet */
1155 ret = !!score->ifa;
1156 break;
1157 case IPV6_SADDR_RULE_LOCAL:
1158 /* Rule 1: Prefer same address */
1159 ret = ipv6_addr_equal(&score->ifa->addr, dst->addr);
1160 break;
1161 case IPV6_SADDR_RULE_SCOPE:
1162 /* Rule 2: Prefer appropriate scope
1163 *
1164 * ret
1165 * ^
1166 * -1 | d 15
1167 * ---+--+-+---> scope
1168 * |
1169 * | d is scope of the destination.
1170 * B-d | \
1171 * | \ <- smaller scope is better if
1172 * B-15 | \ if scope is enough for destinaion.
1173 * | ret = B - scope (-1 <= scope >= d <= 15).
1174 * d-C-1 | /
1175 * |/ <- greater is better
1176 * -C / if scope is not enough for destination.
1177 * /| ret = scope - C (-1 <= d < scope <= 15).
1178 *
1179 * d - C - 1 < B -15 (for all -1 <= d <= 15).
1180 * C > d + 14 - B >= 15 + 14 - B = 29 - B.
1181 * Assume B = 0 and we get C > 29.
1182 */
1183 ret = __ipv6_addr_src_scope(score->addr_type);
1184 if (ret >= dst->scope)
1185 ret = -ret;
1186 else
1187 ret -= 128; /* 30 is enough */
1188 score->scopedist = ret;
1189 break;
1190 case IPV6_SADDR_RULE_PREFERRED:
1191 /* Rule 3: Avoid deprecated and optimistic addresses */
1192 ret = ipv6_saddr_preferred(score->addr_type) ||
1193 !(score->ifa->flags & (IFA_F_DEPRECATED|IFA_F_OPTIMISTIC));
1194 break;
1195#ifdef CONFIG_IPV6_MIP6
1196 case IPV6_SADDR_RULE_HOA:
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001197 {
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001198 /* Rule 4: Prefer home address */
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001199 int prefhome = !(dst->prefs & IPV6_PREFER_SRC_COA);
1200 ret = !(score->ifa->flags & IFA_F_HOMEADDRESS) ^ prefhome;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001201 break;
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001202 }
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001203#endif
1204 case IPV6_SADDR_RULE_OIF:
1205 /* Rule 5: Prefer outgoing interface */
1206 ret = (!dst->ifindex ||
1207 dst->ifindex == score->ifa->idev->dev->ifindex);
1208 break;
1209 case IPV6_SADDR_RULE_LABEL:
1210 /* Rule 6: Prefer matching label */
Benjamin Thery3de23252008-05-28 14:51:24 +02001211 ret = ipv6_addr_label(net,
1212 &score->ifa->addr, score->addr_type,
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001213 score->ifa->idev->dev->ifindex) == dst->label;
1214 break;
1215#ifdef CONFIG_IPV6_PRIVACY
1216 case IPV6_SADDR_RULE_PRIVACY:
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001217 {
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001218 /* Rule 7: Prefer public address
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001219 * Note: prefer temporary address if use_tempaddr >= 2
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001220 */
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001221 int preftmp = dst->prefs & (IPV6_PREFER_SRC_PUBLIC|IPV6_PREFER_SRC_TMP) ?
1222 !!(dst->prefs & IPV6_PREFER_SRC_TMP) :
1223 score->ifa->idev->cnf.use_tempaddr >= 2;
1224 ret = (!(score->ifa->flags & IFA_F_TEMPORARY)) ^ preftmp;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001225 break;
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001226 }
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001227#endif
1228 case IPV6_SADDR_RULE_ORCHID:
1229 /* Rule 8-: Prefer ORCHID vs ORCHID or
1230 * non-ORCHID vs non-ORCHID
1231 */
1232 ret = !(ipv6_addr_orchid(&score->ifa->addr) ^
1233 ipv6_addr_orchid(dst->addr));
1234 break;
1235 case IPV6_SADDR_RULE_PREFIX:
1236 /* Rule 8: Use longest matching prefix */
YOSHIFUJI Hideaki / 吉藤英明91b4b042012-09-10 18:41:07 +00001237 ret = ipv6_addr_diff(&score->ifa->addr, dst->addr);
1238 if (ret > score->ifa->prefix_len)
1239 ret = score->ifa->prefix_len;
1240 score->matchlen = ret;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001241 break;
1242 default:
1243 ret = 0;
1244 }
1245
1246 if (ret)
1247 __set_bit(i, score->scorebits);
1248 score->rule = i;
1249out:
1250 return ret;
1251}
1252
Patrick McHardyb3f644f2012-08-26 19:14:14 +02001253int ipv6_dev_get_saddr(struct net *net, const struct net_device *dst_dev,
YOSHIFUJI Hideaki9acd9f32008-04-10 15:42:10 +09001254 const struct in6_addr *daddr, unsigned int prefs,
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001255 struct in6_addr *saddr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256{
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001257 struct ipv6_saddr_score scores[2],
1258 *score = &scores[0], *hiscore = &scores[1];
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001259 struct ipv6_saddr_dst dst;
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001260 struct net_device *dev;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001261 int dst_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001262
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001263 dst_type = __ipv6_addr_type(daddr);
1264 dst.addr = daddr;
1265 dst.ifindex = dst_dev ? dst_dev->ifindex : 0;
1266 dst.scope = __ipv6_addr_src_scope(dst_type);
Benjamin Thery3de23252008-05-28 14:51:24 +02001267 dst.label = ipv6_addr_label(net, daddr, dst_type, dst.ifindex);
YOSHIFUJI Hideaki7cbca672008-03-25 09:37:42 +09001268 dst.prefs = prefs;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001269
1270 hiscore->rule = -1;
1271 hiscore->ifa = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07001273 rcu_read_lock();
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001274
Eric Dumazetc6d14c82009-11-04 05:43:23 -08001275 for_each_netdev_rcu(net, dev) {
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001276 struct inet6_dev *idev;
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001277
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001278 /* Candidate Source Address (section 4)
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001279 * - multicast and link-local destination address,
1280 * the set of candidate source address MUST only
1281 * include addresses assigned to interfaces
1282 * belonging to the same link as the outgoing
1283 * interface.
1284 * (- For site-local destination addresses, the
1285 * set of candidate source addresses MUST only
1286 * include addresses assigned to interfaces
1287 * belonging to the same site as the outgoing
1288 * interface.)
1289 */
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001290 if (((dst_type & IPV6_ADDR_MULTICAST) ||
1291 dst.scope <= IPV6_ADDR_SCOPE_LINKLOCAL) &&
1292 dst.ifindex && dev->ifindex != dst.ifindex)
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001293 continue;
1294
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295 idev = __in6_dev_get(dev);
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001296 if (!idev)
1297 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001299 read_lock_bh(&idev->lock);
stephen hemminger502a2ff2010-03-17 20:31:13 +00001300 list_for_each_entry(score->ifa, &idev->addr_list, if_list) {
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001301 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001303 /*
YOSHIFUJI Hideaki6b3ae802005-12-21 22:58:01 +09001304 * - Tentative Address (RFC2462 section 5.4)
1305 * - A tentative address is not considered
1306 * "assigned to an interface" in the traditional
Neil Horman95c385b2007-04-25 17:08:10 -07001307 * sense, unless it is also flagged as optimistic.
YOSHIFUJI Hideaki6b3ae802005-12-21 22:58:01 +09001308 * - Candidate Source Address (section 4)
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001309 * - In any case, anycast addresses, multicast
1310 * addresses, and the unspecified address MUST
1311 * NOT be included in a candidate set.
1312 */
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001313 if ((score->ifa->flags & IFA_F_TENTATIVE) &&
1314 (!(score->ifa->flags & IFA_F_OPTIMISTIC)))
YOSHIFUJI Hideaki6b3ae802005-12-21 22:58:01 +09001315 continue;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001316
1317 score->addr_type = __ipv6_addr_type(&score->ifa->addr);
1318
1319 if (unlikely(score->addr_type == IPV6_ADDR_ANY ||
1320 score->addr_type & IPV6_ADDR_MULTICAST)) {
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001321 LIMIT_NETDEBUG(KERN_DEBUG
Joe Perches3b6d8212007-11-19 23:47:25 -08001322 "ADDRCONF: unspecified / multicast address "
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001323 "assigned as unicast address on %s",
1324 dev->name);
1325 continue;
1326 }
1327
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001328 score->rule = -1;
1329 bitmap_zero(score->scorebits, IPV6_SADDR_RULE_MAX);
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001330
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001331 for (i = 0; i < IPV6_SADDR_RULE_MAX; i++) {
1332 int minihiscore, miniscore;
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001333
Benjamin Thery3de23252008-05-28 14:51:24 +02001334 minihiscore = ipv6_get_saddr_eval(net, hiscore, &dst, i);
1335 miniscore = ipv6_get_saddr_eval(net, score, &dst, i);
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001336
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001337 if (minihiscore > miniscore) {
1338 if (i == IPV6_SADDR_RULE_SCOPE &&
1339 score->scopedist > 0) {
1340 /*
1341 * special case:
1342 * each remaining entry
1343 * has too small (not enough)
1344 * scope, because ifa entries
1345 * are sorted by their scope
1346 * values.
1347 */
1348 goto try_nextdev;
1349 }
1350 break;
1351 } else if (minihiscore < miniscore) {
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001352 if (hiscore->ifa)
1353 in6_ifa_put(hiscore->ifa);
1354
1355 in6_ifa_hold(score->ifa);
1356
Ilpo Järvinena0bffff2009-03-21 13:36:17 -07001357 swap(hiscore, score);
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001358
1359 /* restore our iterator */
1360 score->ifa = hiscore->ifa;
1361
1362 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363 }
1364 }
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001365 }
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001366try_nextdev:
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001367 read_unlock_bh(&idev->lock);
1368 }
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07001369 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001371 if (!hiscore->ifa)
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001372 return -EADDRNOTAVAIL;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001373
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00001374 *saddr = hiscore->ifa->addr;
YOSHIFUJI Hideakia9b05722008-03-02 10:48:21 +09001375 in6_ifa_put(hiscore->ifa);
YOSHIFUJI Hideaki072047e2005-11-08 09:38:30 -08001376 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001377}
YOSHIFUJI Hideaki5e5f3f02008-03-03 21:44:34 +09001378EXPORT_SYMBOL(ipv6_dev_get_saddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001379
Neil Horman95c385b2007-04-25 17:08:10 -07001380int ipv6_get_lladdr(struct net_device *dev, struct in6_addr *addr,
1381 unsigned char banned_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001382{
1383 struct inet6_dev *idev;
1384 int err = -EADDRNOTAVAIL;
1385
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07001386 rcu_read_lock();
Stephen Hemmingere21e8462010-03-20 16:09:01 -07001387 idev = __in6_dev_get(dev);
1388 if (idev) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389 struct inet6_ifaddr *ifp;
1390
1391 read_lock_bh(&idev->lock);
stephen hemminger502a2ff2010-03-17 20:31:13 +00001392 list_for_each_entry(ifp, &idev->addr_list, if_list) {
1393 if (ifp->scope == IFA_LINK &&
1394 !(ifp->flags & banned_flags)) {
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00001395 *addr = ifp->addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396 err = 0;
1397 break;
1398 }
1399 }
1400 read_unlock_bh(&idev->lock);
1401 }
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07001402 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403 return err;
1404}
1405
1406static int ipv6_count_addresses(struct inet6_dev *idev)
1407{
1408 int cnt = 0;
1409 struct inet6_ifaddr *ifp;
1410
1411 read_lock_bh(&idev->lock);
stephen hemminger502a2ff2010-03-17 20:31:13 +00001412 list_for_each_entry(ifp, &idev->addr_list, if_list)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413 cnt++;
1414 read_unlock_bh(&idev->lock);
1415 return cnt;
1416}
1417
Eric Dumazetb71d1d42011-04-22 04:53:02 +00001418int ipv6_chk_addr(struct net *net, const struct in6_addr *addr,
Daniel Lezcanobfeade02008-01-10 22:43:18 -08001419 struct net_device *dev, int strict)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001420{
Stephen Hemmingereedf0422010-05-17 22:27:12 -07001421 struct inet6_ifaddr *ifp;
stephen hemmingerc2e21292010-03-17 20:31:10 +00001422 struct hlist_node *node;
Eric Dumazetddbe5032012-07-18 08:11:12 +00001423 unsigned int hash = inet6_addr_hash(addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424
stephen hemminger5c578ae2010-03-17 20:31:11 +00001425 rcu_read_lock_bh();
1426 hlist_for_each_entry_rcu(ifp, node, &inet6_addr_lst[hash], addr_lst) {
YOSHIFUJI Hideaki878628f2008-03-26 03:57:35 +09001427 if (!net_eq(dev_net(ifp->idev->dev), net))
Daniel Lezcanobfeade02008-01-10 22:43:18 -08001428 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001429 if (ipv6_addr_equal(&ifp->addr, addr) &&
Stephen Hemmingereedf0422010-05-17 22:27:12 -07001430 !(ifp->flags&IFA_F_TENTATIVE) &&
1431 (dev == NULL || ifp->idev->dev == dev ||
1432 !(ifp->scope&(IFA_LINK|IFA_HOST) || strict))) {
1433 rcu_read_unlock_bh();
1434 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001435 }
1436 }
stephen hemminger5c578ae2010-03-17 20:31:11 +00001437
Stephen Hemmingereedf0422010-05-17 22:27:12 -07001438 rcu_read_unlock_bh();
1439 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001440}
YOSHIFUJI Hideaki71590392007-02-22 22:05:40 +09001441EXPORT_SYMBOL(ipv6_chk_addr);
1442
David S. Miller3e81c6d2010-03-20 16:18:00 -07001443static bool ipv6_chk_same_addr(struct net *net, const struct in6_addr *addr,
1444 struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001445{
Eric Dumazetddbe5032012-07-18 08:11:12 +00001446 unsigned int hash = inet6_addr_hash(addr);
stephen hemmingerc2e21292010-03-17 20:31:10 +00001447 struct inet6_ifaddr *ifp;
1448 struct hlist_node *node;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449
stephen hemmingerc2e21292010-03-17 20:31:10 +00001450 hlist_for_each_entry(ifp, node, &inet6_addr_lst[hash], addr_lst) {
YOSHIFUJI Hideaki878628f2008-03-26 03:57:35 +09001451 if (!net_eq(dev_net(ifp->idev->dev), net))
Daniel Lezcano06bfe652008-01-10 22:43:42 -08001452 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001453 if (ipv6_addr_equal(&ifp->addr, addr)) {
1454 if (dev == NULL || ifp->idev->dev == dev)
David S. Miller3e81c6d2010-03-20 16:18:00 -07001455 return true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456 }
1457 }
David S. Miller3e81c6d2010-03-20 16:18:00 -07001458 return false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001459}
1460
Eric Dumazetb71d1d42011-04-22 04:53:02 +00001461int ipv6_chk_prefix(const struct in6_addr *addr, struct net_device *dev)
YOSHIFUJI Hideaki52eeeb82008-03-15 22:54:23 -04001462{
1463 struct inet6_dev *idev;
1464 struct inet6_ifaddr *ifa;
1465 int onlink;
1466
1467 onlink = 0;
1468 rcu_read_lock();
1469 idev = __in6_dev_get(dev);
1470 if (idev) {
1471 read_lock_bh(&idev->lock);
stephen hemminger502a2ff2010-03-17 20:31:13 +00001472 list_for_each_entry(ifa, &idev->addr_list, if_list) {
YOSHIFUJI Hideaki52eeeb82008-03-15 22:54:23 -04001473 onlink = ipv6_prefix_equal(addr, &ifa->addr,
1474 ifa->prefix_len);
1475 if (onlink)
1476 break;
1477 }
1478 read_unlock_bh(&idev->lock);
1479 }
1480 rcu_read_unlock();
1481 return onlink;
1482}
YOSHIFUJI Hideaki52eeeb82008-03-15 22:54:23 -04001483EXPORT_SYMBOL(ipv6_chk_prefix);
1484
YOSHIFUJI Hideaki9acd9f32008-04-10 15:42:10 +09001485struct inet6_ifaddr *ipv6_get_ifaddr(struct net *net, const struct in6_addr *addr,
Daniel Lezcano1cab3da2008-01-10 22:44:09 -08001486 struct net_device *dev, int strict)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001487{
David S. Millerb79d1d52010-03-25 21:39:21 -07001488 struct inet6_ifaddr *ifp, *result = NULL;
Eric Dumazetddbe5032012-07-18 08:11:12 +00001489 unsigned int hash = inet6_addr_hash(addr);
David S. Millerb79d1d52010-03-25 21:39:21 -07001490 struct hlist_node *node;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001491
stephen hemminger5c578ae2010-03-17 20:31:11 +00001492 rcu_read_lock_bh();
Eric Dumazet4f70ecc2010-05-03 10:50:14 +00001493 hlist_for_each_entry_rcu_bh(ifp, node, &inet6_addr_lst[hash], addr_lst) {
YOSHIFUJI Hideaki878628f2008-03-26 03:57:35 +09001494 if (!net_eq(dev_net(ifp->idev->dev), net))
Daniel Lezcano1cab3da2008-01-10 22:44:09 -08001495 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001496 if (ipv6_addr_equal(&ifp->addr, addr)) {
1497 if (dev == NULL || ifp->idev->dev == dev ||
1498 !(ifp->scope&(IFA_LINK|IFA_HOST) || strict)) {
David S. Millerb79d1d52010-03-25 21:39:21 -07001499 result = ifp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500 in6_ifa_hold(ifp);
1501 break;
1502 }
1503 }
1504 }
stephen hemminger5c578ae2010-03-17 20:31:11 +00001505 rcu_read_unlock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506
David S. Millerb79d1d52010-03-25 21:39:21 -07001507 return result;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508}
1509
Linus Torvalds1da177e2005-04-16 15:20:36 -07001510/* Gets referenced address, destroys ifaddr */
1511
Brian Haleycc411d02009-09-09 14:41:32 +00001512static void addrconf_dad_stop(struct inet6_ifaddr *ifp, int dad_failed)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001513{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514 if (ifp->flags&IFA_F_PERMANENT) {
1515 spin_lock_bh(&ifp->lock);
1516 addrconf_del_timer(ifp);
1517 ifp->flags |= IFA_F_TENTATIVE;
Brian Haleycc411d02009-09-09 14:41:32 +00001518 if (dad_failed)
1519 ifp->flags |= IFA_F_DADFAILED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520 spin_unlock_bh(&ifp->lock);
Herbert Xue2577a02010-03-13 12:23:29 -08001521 if (dad_failed)
1522 ipv6_ifa_notify(0, ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523 in6_ifa_put(ifp);
1524#ifdef CONFIG_IPV6_PRIVACY
1525 } else if (ifp->flags&IFA_F_TEMPORARY) {
1526 struct inet6_ifaddr *ifpub;
1527 spin_lock_bh(&ifp->lock);
1528 ifpub = ifp->ifpub;
1529 if (ifpub) {
1530 in6_ifa_hold(ifpub);
1531 spin_unlock_bh(&ifp->lock);
1532 ipv6_create_tempaddr(ifpub, ifp);
1533 in6_ifa_put(ifpub);
1534 } else {
1535 spin_unlock_bh(&ifp->lock);
1536 }
1537 ipv6_del_addr(ifp);
1538#endif
1539 } else
1540 ipv6_del_addr(ifp);
1541}
1542
Herbert Xuf2344a12010-05-18 15:55:27 -07001543static int addrconf_dad_end(struct inet6_ifaddr *ifp)
1544{
1545 int err = -ENOENT;
1546
1547 spin_lock(&ifp->state_lock);
1548 if (ifp->state == INET6_IFADDR_STATE_DAD) {
1549 ifp->state = INET6_IFADDR_STATE_POSTDAD;
1550 err = 0;
1551 }
1552 spin_unlock(&ifp->state_lock);
1553
1554 return err;
1555}
1556
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09001557void addrconf_dad_failure(struct inet6_ifaddr *ifp)
1558{
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +09001559 struct inet6_dev *idev = ifp->idev;
Brian Haley9bdd8d42009-03-18 18:22:48 -07001560
Ursula Braun853dc2e2010-10-24 23:06:43 +00001561 if (addrconf_dad_end(ifp)) {
1562 in6_ifa_put(ifp);
Herbert Xuf2344a12010-05-18 15:55:27 -07001563 return;
Ursula Braun853dc2e2010-10-24 23:06:43 +00001564 }
Herbert Xuf2344a12010-05-18 15:55:27 -07001565
Joe Perchese87cc472012-05-13 21:56:26 +00001566 net_info_ratelimited("%s: IPv6 duplicate address %pI6c detected!\n",
1567 ifp->idev->dev->name, &ifp->addr);
Brian Haley9bdd8d42009-03-18 18:22:48 -07001568
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +09001569 if (idev->cnf.accept_dad > 1 && !idev->cnf.disable_ipv6) {
1570 struct in6_addr addr;
1571
1572 addr.s6_addr32[0] = htonl(0xfe800000);
1573 addr.s6_addr32[1] = 0;
1574
1575 if (!ipv6_generate_eui64(addr.s6_addr + 8, idev->dev) &&
1576 ipv6_addr_equal(&ifp->addr, &addr)) {
1577 /* DAD failed for link-local based on MAC address */
1578 idev->cnf.disable_ipv6 = 1;
Brian Haley9bdd8d42009-03-18 18:22:48 -07001579
Joe Perchesf3213832012-05-15 14:11:53 +00001580 pr_info("%s: IPv6 being disabled!\n",
Brian Haley9bdd8d42009-03-18 18:22:48 -07001581 ifp->idev->dev->name);
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +09001582 }
1583 }
1584
Brian Haleycc411d02009-09-09 14:41:32 +00001585 addrconf_dad_stop(ifp, 1);
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09001586}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001587
1588/* Join to solicited addr multicast group. */
1589
Eric Dumazetb71d1d42011-04-22 04:53:02 +00001590void addrconf_join_solict(struct net_device *dev, const struct in6_addr *addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001591{
1592 struct in6_addr maddr;
1593
1594 if (dev->flags&(IFF_LOOPBACK|IFF_NOARP))
1595 return;
1596
1597 addrconf_addr_solict_mult(addr, &maddr);
1598 ipv6_dev_mc_inc(dev, &maddr);
1599}
1600
Eric Dumazetb71d1d42011-04-22 04:53:02 +00001601void addrconf_leave_solict(struct inet6_dev *idev, const struct in6_addr *addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602{
1603 struct in6_addr maddr;
1604
1605 if (idev->dev->flags&(IFF_LOOPBACK|IFF_NOARP))
1606 return;
1607
1608 addrconf_addr_solict_mult(addr, &maddr);
1609 __ipv6_dev_mc_dec(idev, &maddr);
1610}
1611
Arnaldo Carvalho de Melo20380732005-08-16 02:18:02 -03001612static void addrconf_join_anycast(struct inet6_ifaddr *ifp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001613{
1614 struct in6_addr addr;
Bjørn Mork2bda8a02011-07-05 23:04:13 +00001615 if (ifp->prefix_len == 127) /* RFC 6164 */
1616 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001617 ipv6_addr_prefix(&addr, &ifp->addr, ifp->prefix_len);
1618 if (ipv6_addr_any(&addr))
1619 return;
1620 ipv6_dev_ac_inc(ifp->idev->dev, &addr);
1621}
1622
Arnaldo Carvalho de Melo20380732005-08-16 02:18:02 -03001623static void addrconf_leave_anycast(struct inet6_ifaddr *ifp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001624{
1625 struct in6_addr addr;
YOSHIFUJI Hideaki32019e62011-07-24 11:44:34 +00001626 if (ifp->prefix_len == 127) /* RFC 6164 */
1627 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628 ipv6_addr_prefix(&addr, &ifp->addr, ifp->prefix_len);
1629 if (ipv6_addr_any(&addr))
1630 return;
1631 __ipv6_dev_ac_dec(ifp->idev, &addr);
1632}
1633
YOSHIFUJI Hideaki073a8e02006-03-20 16:54:49 -08001634static int addrconf_ifid_eui48(u8 *eui, struct net_device *dev)
1635{
1636 if (dev->addr_len != ETH_ALEN)
1637 return -1;
1638 memcpy(eui, dev->dev_addr, 3);
1639 memcpy(eui + 5, dev->dev_addr + 3, 3);
1640
1641 /*
1642 * The zSeries OSA network cards can be shared among various
1643 * OS instances, but the OSA cards have only one MAC address.
1644 * This leads to duplicate address conflicts in conjunction
1645 * with IPv6 if more than one instance uses the same card.
1646 *
1647 * The driver for these cards can deliver a unique 16-bit
1648 * identifier for each instance sharing the same card. It is
1649 * placed instead of 0xFFFE in the interface identifier. The
1650 * "u" bit of the interface identifier is not inverted in this
1651 * case. Hence the resulting interface identifier has local
1652 * scope according to RFC2373.
1653 */
1654 if (dev->dev_id) {
1655 eui[3] = (dev->dev_id >> 8) & 0xFF;
1656 eui[4] = dev->dev_id & 0xFF;
1657 } else {
1658 eui[3] = 0xFF;
1659 eui[4] = 0xFE;
1660 eui[0] ^= 2;
1661 }
1662 return 0;
1663}
1664
alex.bluesman.smirnov@gmail.com06a4c1c2012-05-10 03:25:52 +00001665static int addrconf_ifid_eui64(u8 *eui, struct net_device *dev)
1666{
1667 if (dev->addr_len != IEEE802154_ADDR_LEN)
1668 return -1;
1669 memcpy(eui, dev->dev_addr, 8);
YOSHIFUJI Hideaki / 吉藤英明5e98a362013-01-28 10:44:29 +00001670 eui[0] ^= 2;
alex.bluesman.smirnov@gmail.com06a4c1c2012-05-10 03:25:52 +00001671 return 0;
1672}
1673
YOSHIFUJI Hideaki073a8e02006-03-20 16:54:49 -08001674static int addrconf_ifid_arcnet(u8 *eui, struct net_device *dev)
1675{
1676 /* XXX: inherit EUI-64 from other interface -- yoshfuji */
1677 if (dev->addr_len != ARCNET_ALEN)
1678 return -1;
1679 memset(eui, 0, 7);
Eldad Zack8e5e8f32012-04-01 07:49:08 +00001680 eui[7] = *(u8 *)dev->dev_addr;
YOSHIFUJI Hideaki073a8e02006-03-20 16:54:49 -08001681 return 0;
1682}
1683
1684static int addrconf_ifid_infiniband(u8 *eui, struct net_device *dev)
1685{
1686 if (dev->addr_len != INFINIBAND_ALEN)
1687 return -1;
1688 memcpy(eui, dev->dev_addr + 12, 8);
1689 eui[0] |= 2;
1690 return 0;
1691}
1692
stephen hemmingerc61393e2010-10-04 20:17:53 +00001693static int __ipv6_isatap_ifid(u8 *eui, __be32 addr)
YOSHIFUJI Hideakidfd982b2008-04-10 15:42:09 +09001694{
Sascha Hlusiak9af28512009-05-19 12:56:51 +00001695 if (addr == 0)
1696 return -1;
YOSHIFUJI Hideakidfd982b2008-04-10 15:42:09 +09001697 eui[0] = (ipv4_is_zeronet(addr) || ipv4_is_private_10(addr) ||
1698 ipv4_is_loopback(addr) || ipv4_is_linklocal_169(addr) ||
1699 ipv4_is_private_172(addr) || ipv4_is_test_192(addr) ||
1700 ipv4_is_anycast_6to4(addr) || ipv4_is_private_192(addr) ||
1701 ipv4_is_test_198(addr) || ipv4_is_multicast(addr) ||
1702 ipv4_is_lbcast(addr)) ? 0x00 : 0x02;
1703 eui[1] = 0;
1704 eui[2] = 0x5E;
1705 eui[3] = 0xFE;
1706 memcpy(eui + 4, &addr, 4);
1707 return 0;
1708}
YOSHIFUJI Hideakidfd982b2008-04-10 15:42:09 +09001709
1710static int addrconf_ifid_sit(u8 *eui, struct net_device *dev)
1711{
1712 if (dev->priv_flags & IFF_ISATAP)
1713 return __ipv6_isatap_ifid(eui, *(__be32 *)dev->dev_addr);
1714 return -1;
1715}
1716
stephen hemmingeraee80b52011-06-08 10:44:30 +00001717static int addrconf_ifid_gre(u8 *eui, struct net_device *dev)
1718{
1719 return __ipv6_isatap_ifid(eui, *(__be32 *)dev->dev_addr);
1720}
1721
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722static int ipv6_generate_eui64(u8 *eui, struct net_device *dev)
1723{
1724 switch (dev->type) {
1725 case ARPHRD_ETHER:
1726 case ARPHRD_FDDI:
YOSHIFUJI Hideaki073a8e02006-03-20 16:54:49 -08001727 return addrconf_ifid_eui48(eui, dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001728 case ARPHRD_ARCNET:
YOSHIFUJI Hideaki073a8e02006-03-20 16:54:49 -08001729 return addrconf_ifid_arcnet(eui, dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730 case ARPHRD_INFINIBAND:
YOSHIFUJI Hideaki073a8e02006-03-20 16:54:49 -08001731 return addrconf_ifid_infiniband(eui, dev);
Fred L. Templinc7dc89c2007-11-29 22:11:40 +11001732 case ARPHRD_SIT:
YOSHIFUJI Hideakidfd982b2008-04-10 15:42:09 +09001733 return addrconf_ifid_sit(eui, dev);
stephen hemmingeraee80b52011-06-08 10:44:30 +00001734 case ARPHRD_IPGRE:
1735 return addrconf_ifid_gre(eui, dev);
alex.bluesman.smirnov@gmail.com06a4c1c2012-05-10 03:25:52 +00001736 case ARPHRD_IEEE802154:
1737 return addrconf_ifid_eui64(eui, dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738 }
1739 return -1;
1740}
1741
1742static int ipv6_inherit_eui64(u8 *eui, struct inet6_dev *idev)
1743{
1744 int err = -1;
1745 struct inet6_ifaddr *ifp;
1746
1747 read_lock_bh(&idev->lock);
stephen hemminger502a2ff2010-03-17 20:31:13 +00001748 list_for_each_entry(ifp, &idev->addr_list, if_list) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749 if (ifp->scope == IFA_LINK && !(ifp->flags&IFA_F_TENTATIVE)) {
1750 memcpy(eui, ifp->addr.s6_addr+8, 8);
1751 err = 0;
1752 break;
1753 }
1754 }
1755 read_unlock_bh(&idev->lock);
1756 return err;
1757}
1758
1759#ifdef CONFIG_IPV6_PRIVACY
1760/* (re)generation of randomized interface identifier (RFC 3041 3.2, 3.5) */
Sorin Dumitrueb7e0572012-08-30 02:01:45 +00001761static void __ipv6_regen_rndid(struct inet6_dev *idev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001763regen:
YOSHIFUJI Hideaki955189e2006-03-20 16:54:09 -08001764 get_random_bytes(idev->rndid, sizeof(idev->rndid));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765 idev->rndid[0] &= ~0x02;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766
1767 /*
1768 * <draft-ietf-ipngwg-temp-addresses-v2-00.txt>:
1769 * check if generated address is not inappropriate
1770 *
1771 * - Reserved subnet anycast (RFC 2526)
1772 * 11111101 11....11 1xxxxxxx
Fred L. Templinc7dc89c2007-11-29 22:11:40 +11001773 * - ISATAP (RFC4214) 6.1
Linus Torvalds1da177e2005-04-16 15:20:36 -07001774 * 00-00-5E-FE-xx-xx-xx-xx
1775 * - value 0
1776 * - XXX: already assigned to an address on the device
1777 */
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001778 if (idev->rndid[0] == 0xfd &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07001779 (idev->rndid[1]&idev->rndid[2]&idev->rndid[3]&idev->rndid[4]&idev->rndid[5]&idev->rndid[6]) == 0xff &&
1780 (idev->rndid[7]&0x80))
1781 goto regen;
1782 if ((idev->rndid[0]|idev->rndid[1]) == 0) {
1783 if (idev->rndid[2] == 0x5e && idev->rndid[3] == 0xfe)
1784 goto regen;
1785 if ((idev->rndid[2]|idev->rndid[3]|idev->rndid[4]|idev->rndid[5]|idev->rndid[6]|idev->rndid[7]) == 0x00)
1786 goto regen;
1787 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788}
1789
1790static void ipv6_regen_rndid(unsigned long data)
1791{
1792 struct inet6_dev *idev = (struct inet6_dev *) data;
1793 unsigned long expires;
1794
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07001795 rcu_read_lock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796 write_lock_bh(&idev->lock);
1797
1798 if (idev->dead)
1799 goto out;
1800
Sorin Dumitrueb7e0572012-08-30 02:01:45 +00001801 __ipv6_regen_rndid(idev);
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001802
Linus Torvalds1da177e2005-04-16 15:20:36 -07001803 expires = jiffies +
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001804 idev->cnf.temp_prefered_lft * HZ -
Ben Hutchings784e2712010-06-26 11:42:55 +00001805 idev->cnf.regen_max_retry * idev->cnf.dad_transmits * idev->nd_parms->retrans_time -
1806 idev->cnf.max_desync_factor * HZ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001807 if (time_before(expires, jiffies)) {
Joe Perchesf3213832012-05-15 14:11:53 +00001808 pr_warn("%s: too short regeneration interval; timer disabled for %s\n",
1809 __func__, idev->dev->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810 goto out;
1811 }
1812
1813 if (!mod_timer(&idev->regen_timer, expires))
1814 in6_dev_hold(idev);
1815
1816out:
1817 write_unlock_bh(&idev->lock);
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07001818 rcu_read_unlock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819 in6_dev_put(idev);
1820}
1821
Sorin Dumitrueb7e0572012-08-30 02:01:45 +00001822static void __ipv6_try_regen_rndid(struct inet6_dev *idev, struct in6_addr *tmpaddr)
Eldad Zack8e5e8f32012-04-01 07:49:08 +00001823{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001824 if (tmpaddr && memcmp(idev->rndid, &tmpaddr->s6_addr[8], 8) == 0)
Sorin Dumitrueb7e0572012-08-30 02:01:45 +00001825 __ipv6_regen_rndid(idev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826}
1827#endif
1828
1829/*
1830 * Add prefix route.
1831 */
1832
1833static void
1834addrconf_prefix_route(struct in6_addr *pfx, int plen, struct net_device *dev,
Jamal Hadi Salime431b8c2005-06-18 22:55:31 -07001835 unsigned long expires, u32 flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001836{
Thomas Graf86872cb2006-08-22 00:01:08 -07001837 struct fib6_config cfg = {
1838 .fc_table = RT6_TABLE_PREFIX,
1839 .fc_metric = IP6_RT_PRIO_ADDRCONF,
1840 .fc_ifindex = dev->ifindex,
1841 .fc_expires = expires,
1842 .fc_dst_len = plen,
1843 .fc_flags = RTF_UP | flags,
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09001844 .fc_nlinfo.nl_net = dev_net(dev),
Stephen Hemmingerf410a1f2008-08-23 05:16:46 -07001845 .fc_protocol = RTPROT_KERNEL,
Thomas Graf86872cb2006-08-22 00:01:08 -07001846 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001847
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +00001848 cfg.fc_dst = *pfx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001849
1850 /* Prevent useless cloning on PtP SIT.
1851 This thing is done here expecting that the whole
1852 class of non-broadcast devices need not cloning.
1853 */
Amerigo Wang07a93622012-10-29 16:23:10 +00001854#if IS_ENABLED(CONFIG_IPV6_SIT)
Thomas Graf86872cb2006-08-22 00:01:08 -07001855 if (dev->type == ARPHRD_SIT && (dev->flags & IFF_POINTOPOINT))
1856 cfg.fc_flags |= RTF_NONEXTHOP;
Joerg Roedel0be669b2006-10-10 14:49:53 -07001857#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001858
Thomas Graf86872cb2006-08-22 00:01:08 -07001859 ip6_route_add(&cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001860}
1861
Andreas Hofmeister14ef37b2011-10-26 03:24:29 +00001862
1863static struct rt6_info *addrconf_get_prefix_route(const struct in6_addr *pfx,
1864 int plen,
1865 const struct net_device *dev,
1866 u32 flags, u32 noflags)
1867{
1868 struct fib6_node *fn;
1869 struct rt6_info *rt = NULL;
1870 struct fib6_table *table;
1871
1872 table = fib6_get_table(dev_net(dev), RT6_TABLE_PREFIX);
1873 if (table == NULL)
1874 return NULL;
1875
Li RongQing5744dd92012-09-11 21:59:01 +00001876 read_lock_bh(&table->tb6_lock);
Andreas Hofmeister14ef37b2011-10-26 03:24:29 +00001877 fn = fib6_locate(&table->tb6_root, pfx, plen, NULL, 0);
1878 if (!fn)
1879 goto out;
1880 for (rt = fn->leaf; rt; rt = rt->dst.rt6_next) {
David S. Millerd1918542011-12-28 20:19:20 -05001881 if (rt->dst.dev->ifindex != dev->ifindex)
Andreas Hofmeister14ef37b2011-10-26 03:24:29 +00001882 continue;
1883 if ((rt->rt6i_flags & flags) != flags)
1884 continue;
Romain Kuntz85da53b2013-01-09 15:02:26 +01001885 if ((rt->rt6i_flags & noflags) != 0)
Andreas Hofmeister14ef37b2011-10-26 03:24:29 +00001886 continue;
1887 dst_hold(&rt->dst);
1888 break;
1889 }
1890out:
Li RongQing5744dd92012-09-11 21:59:01 +00001891 read_unlock_bh(&table->tb6_lock);
Andreas Hofmeister14ef37b2011-10-26 03:24:29 +00001892 return rt;
1893}
1894
1895
Linus Torvalds1da177e2005-04-16 15:20:36 -07001896/* Create "default" multicast route to the interface */
1897
1898static void addrconf_add_mroute(struct net_device *dev)
1899{
Thomas Graf86872cb2006-08-22 00:01:08 -07001900 struct fib6_config cfg = {
1901 .fc_table = RT6_TABLE_LOCAL,
1902 .fc_metric = IP6_RT_PRIO_ADDRCONF,
1903 .fc_ifindex = dev->ifindex,
1904 .fc_dst_len = 8,
1905 .fc_flags = RTF_UP,
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09001906 .fc_nlinfo.nl_net = dev_net(dev),
Thomas Graf86872cb2006-08-22 00:01:08 -07001907 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001908
Thomas Graf86872cb2006-08-22 00:01:08 -07001909 ipv6_addr_set(&cfg.fc_dst, htonl(0xFF000000), 0, 0, 0);
1910
1911 ip6_route_add(&cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912}
1913
Amerigo Wang07a93622012-10-29 16:23:10 +00001914#if IS_ENABLED(CONFIG_IPV6_SIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915static void sit_route_add(struct net_device *dev)
1916{
Thomas Graf86872cb2006-08-22 00:01:08 -07001917 struct fib6_config cfg = {
1918 .fc_table = RT6_TABLE_MAIN,
1919 .fc_metric = IP6_RT_PRIO_ADDRCONF,
1920 .fc_ifindex = dev->ifindex,
1921 .fc_dst_len = 96,
1922 .fc_flags = RTF_UP | RTF_NONEXTHOP,
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09001923 .fc_nlinfo.nl_net = dev_net(dev),
Thomas Graf86872cb2006-08-22 00:01:08 -07001924 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925
1926 /* prefix length - 96 bits "::d.d.d.d" */
Thomas Graf86872cb2006-08-22 00:01:08 -07001927 ip6_route_add(&cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928}
Joerg Roedel0be669b2006-10-10 14:49:53 -07001929#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931static struct inet6_dev *addrconf_add_dev(struct net_device *dev)
1932{
1933 struct inet6_dev *idev;
1934
1935 ASSERT_RTNL();
1936
Stephen Hemmingere21e8462010-03-20 16:09:01 -07001937 idev = ipv6_find_idev(dev);
1938 if (!idev)
Brian Haley64e724f2010-07-20 10:34:30 +00001939 return ERR_PTR(-ENOBUFS);
1940
1941 if (idev->cnf.disable_ipv6)
1942 return ERR_PTR(-EACCES);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943
1944 /* Add default multicast route */
Li Wei4af04ab2011-12-06 21:23:45 +00001945 if (!(dev->flags & IFF_LOOPBACK))
1946 addrconf_add_mroute(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948 return idev;
1949}
1950
Neil Hormane6bff992012-01-04 10:49:15 +00001951void addrconf_prefix_rcv(struct net_device *dev, u8 *opt, int len, bool sllao)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952{
1953 struct prefix_info *pinfo;
1954 __u32 valid_lft;
1955 __u32 prefered_lft;
1956 int addr_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957 struct inet6_dev *in6_dev;
Brian Haley56d417b2009-06-01 03:07:33 -07001958 struct net *net = dev_net(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959
1960 pinfo = (struct prefix_info *) opt;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001961
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962 if (len < sizeof(struct prefix_info)) {
1963 ADBG(("addrconf: prefix option too short\n"));
1964 return;
1965 }
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09001966
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967 /*
1968 * Validation checks ([ADDRCONF], page 19)
1969 */
1970
1971 addr_type = ipv6_addr_type(&pinfo->prefix);
1972
1973 if (addr_type & (IPV6_ADDR_MULTICAST|IPV6_ADDR_LINKLOCAL))
1974 return;
1975
1976 valid_lft = ntohl(pinfo->valid);
1977 prefered_lft = ntohl(pinfo->prefered);
1978
1979 if (prefered_lft > valid_lft) {
Joe Perchese87cc472012-05-13 21:56:26 +00001980 net_warn_ratelimited("addrconf: prefix option has invalid lifetime\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001981 return;
1982 }
1983
1984 in6_dev = in6_dev_get(dev);
1985
1986 if (in6_dev == NULL) {
Joe Perchese87cc472012-05-13 21:56:26 +00001987 net_dbg_ratelimited("addrconf: device %s not configured\n",
1988 dev->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001989 return;
1990 }
1991
1992 /*
1993 * Two things going on here:
1994 * 1) Add routes for on-link prefixes
1995 * 2) Configure prefixes with the auto flag set
1996 */
1997
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09001998 if (pinfo->onlink) {
1999 struct rt6_info *rt;
2000 unsigned long rt_expires;
2001
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002002 /* Avoid arithmetic overflow. Really, we could
2003 * save rt_expires in seconds, likely valid_lft,
2004 * but it would require division in fib gc, that it
2005 * not good.
2006 */
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002007 if (HZ > USER_HZ)
2008 rt_expires = addrconf_timeout_fixup(valid_lft, HZ);
2009 else
2010 rt_expires = addrconf_timeout_fixup(valid_lft, USER_HZ);
YOSHIFUJI Hideaki3dd4bc62005-12-19 14:02:45 -08002011
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002012 if (addrconf_finite_timeout(rt_expires))
2013 rt_expires *= HZ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014
Andreas Hofmeister14ef37b2011-10-26 03:24:29 +00002015 rt = addrconf_get_prefix_route(&pinfo->prefix,
2016 pinfo->prefix_len,
2017 dev,
2018 RTF_ADDRCONF | RTF_PREFIX_RT,
2019 RTF_GATEWAY | RTF_DEFAULT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020
Andreas Hofmeister14ef37b2011-10-26 03:24:29 +00002021 if (rt) {
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002022 /* Autoconf prefix route */
2023 if (valid_lft == 0) {
2024 ip6_del_rt(rt);
2025 rt = NULL;
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002026 } else if (addrconf_finite_timeout(rt_expires)) {
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002027 /* not infinity */
Gao feng1716a962012-04-06 00:13:10 +00002028 rt6_set_expires(rt, jiffies + rt_expires);
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002029 } else {
Gao feng1716a962012-04-06 00:13:10 +00002030 rt6_clean_expires(rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031 }
2032 } else if (valid_lft) {
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002033 clock_t expires = 0;
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002034 int flags = RTF_ADDRCONF | RTF_PREFIX_RT;
2035 if (addrconf_finite_timeout(rt_expires)) {
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002036 /* not infinity */
2037 flags |= RTF_EXPIRES;
2038 expires = jiffies_to_clock_t(rt_expires);
2039 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040 addrconf_prefix_route(&pinfo->prefix, pinfo->prefix_len,
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002041 dev, expires, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042 }
Amerigo Wang94e187c2012-10-29 00:13:19 +00002043 ip6_rt_put(rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002044 }
2045
2046 /* Try to figure out our local address for this prefix */
2047
2048 if (pinfo->autoconf && in6_dev->cnf.autoconf) {
Eldad Zack8e5e8f32012-04-01 07:49:08 +00002049 struct inet6_ifaddr *ifp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050 struct in6_addr addr;
2051 int create = 0, update_lft = 0;
2052
2053 if (pinfo->prefix_len == 64) {
2054 memcpy(&addr, &pinfo->prefix, 8);
2055 if (ipv6_generate_eui64(addr.s6_addr + 8, dev) &&
2056 ipv6_inherit_eui64(addr.s6_addr + 8, in6_dev)) {
2057 in6_dev_put(in6_dev);
2058 return;
2059 }
2060 goto ok;
2061 }
Joe Perchese87cc472012-05-13 21:56:26 +00002062 net_dbg_ratelimited("IPv6 addrconf: prefix with wrong length %d\n",
2063 pinfo->prefix_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064 in6_dev_put(in6_dev);
2065 return;
2066
2067ok:
2068
YOSHIFUJI Hideaki53b79972008-07-19 22:35:03 -07002069 ifp = ipv6_get_ifaddr(net, &addr, dev, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070
2071 if (ifp == NULL && valid_lft) {
2072 int max_addresses = in6_dev->cnf.max_addresses;
Neil Horman95c385b2007-04-25 17:08:10 -07002073 u32 addr_flags = 0;
2074
2075#ifdef CONFIG_IPV6_OPTIMISTIC_DAD
2076 if (in6_dev->cnf.optimistic_dad &&
Neil Hormane6bff992012-01-04 10:49:15 +00002077 !net->ipv6.devconf_all->forwarding && sllao)
Neil Horman95c385b2007-04-25 17:08:10 -07002078 addr_flags = IFA_F_OPTIMISTIC;
2079#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002080
2081 /* Do not allow to create too much of autoconfigured
2082 * addresses; this would be too easy way to crash kernel.
2083 */
2084 if (!max_addresses ||
2085 ipv6_count_addresses(in6_dev) < max_addresses)
2086 ifp = ipv6_add_addr(in6_dev, &addr, pinfo->prefix_len,
Neil Horman95c385b2007-04-25 17:08:10 -07002087 addr_type&IPV6_ADDR_SCOPE_MASK,
2088 addr_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002089
YOSHIFUJI Hideaki / 吉藤英明3f0d2ba2013-01-22 06:32:54 +00002090 if (IS_ERR_OR_NULL(ifp)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091 in6_dev_put(in6_dev);
2092 return;
2093 }
2094
2095 update_lft = create = 1;
2096 ifp->cstamp = jiffies;
David S. Millercf22f9a2012-04-14 21:37:40 -04002097 addrconf_dad_start(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098 }
2099
2100 if (ifp) {
2101 int flags;
2102 unsigned long now;
2103#ifdef CONFIG_IPV6_PRIVACY
2104 struct inet6_ifaddr *ift;
2105#endif
2106 u32 stored_lft;
2107
2108 /* update lifetime (RFC2462 5.5.3 e) */
2109 spin_lock(&ifp->lock);
2110 now = jiffies;
2111 if (ifp->valid_lft > (now - ifp->tstamp) / HZ)
2112 stored_lft = ifp->valid_lft - (now - ifp->tstamp) / HZ;
2113 else
2114 stored_lft = 0;
2115 if (!update_lft && stored_lft) {
2116 if (valid_lft > MIN_VALID_LIFETIME ||
2117 valid_lft > stored_lft)
2118 update_lft = 1;
2119 else if (stored_lft <= MIN_VALID_LIFETIME) {
2120 /* valid_lft <= stored_lft is always true */
Brian Haleya1ed0522009-07-02 07:10:52 +00002121 /*
2122 * RFC 4862 Section 5.5.3e:
2123 * "Note that the preferred lifetime of
2124 * the corresponding address is always
2125 * reset to the Preferred Lifetime in
2126 * the received Prefix Information
2127 * option, regardless of whether the
2128 * valid lifetime is also reset or
2129 * ignored."
2130 *
2131 * So if the preferred lifetime in
2132 * this advertisement is different
2133 * than what we have stored, but the
2134 * valid lifetime is invalid, just
2135 * reset prefered_lft.
2136 *
2137 * We must set the valid lifetime
2138 * to the stored lifetime since we'll
2139 * be updating the timestamp below,
2140 * else we'll set it back to the
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002141 * minimum.
Brian Haleya1ed0522009-07-02 07:10:52 +00002142 */
2143 if (prefered_lft != ifp->prefered_lft) {
2144 valid_lft = stored_lft;
2145 update_lft = 1;
2146 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147 } else {
2148 valid_lft = MIN_VALID_LIFETIME;
2149 if (valid_lft < prefered_lft)
2150 prefered_lft = valid_lft;
2151 update_lft = 1;
2152 }
2153 }
2154
2155 if (update_lft) {
2156 ifp->valid_lft = valid_lft;
2157 ifp->prefered_lft = prefered_lft;
2158 ifp->tstamp = now;
2159 flags = ifp->flags;
2160 ifp->flags &= ~IFA_F_DEPRECATED;
2161 spin_unlock(&ifp->lock);
2162
2163 if (!(flags&IFA_F_TENTATIVE))
2164 ipv6_ifa_notify(0, ifp);
2165 } else
2166 spin_unlock(&ifp->lock);
2167
2168#ifdef CONFIG_IPV6_PRIVACY
2169 read_lock_bh(&in6_dev->lock);
2170 /* update all temporary addresses in the list */
Lorenzo Colitti76f793e2011-07-26 13:50:49 +00002171 list_for_each_entry(ift, &in6_dev->tempaddr_list,
2172 tmp_list) {
2173 int age, max_valid, max_prefered;
2174
Benoit Boissinotc6fbfac2008-04-02 00:00:58 -07002175 if (ifp != ift->ifpub)
2176 continue;
2177
Lorenzo Colitti76f793e2011-07-26 13:50:49 +00002178 /*
2179 * RFC 4941 section 3.3:
2180 * If a received option will extend the lifetime
2181 * of a public address, the lifetimes of
2182 * temporary addresses should be extended,
2183 * subject to the overall constraint that no
2184 * temporary addresses should ever remain
2185 * "valid" or "preferred" for a time longer than
2186 * (TEMP_VALID_LIFETIME) or
2187 * (TEMP_PREFERRED_LIFETIME - DESYNC_FACTOR),
2188 * respectively.
2189 */
2190 age = (now - ift->cstamp) / HZ;
2191 max_valid = in6_dev->cnf.temp_valid_lft - age;
2192 if (max_valid < 0)
2193 max_valid = 0;
2194
2195 max_prefered = in6_dev->cnf.temp_prefered_lft -
2196 in6_dev->cnf.max_desync_factor -
2197 age;
2198 if (max_prefered < 0)
2199 max_prefered = 0;
2200
2201 if (valid_lft > max_valid)
2202 valid_lft = max_valid;
2203
2204 if (prefered_lft > max_prefered)
2205 prefered_lft = max_prefered;
2206
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207 spin_lock(&ift->lock);
2208 flags = ift->flags;
Lorenzo Colitti76f793e2011-07-26 13:50:49 +00002209 ift->valid_lft = valid_lft;
2210 ift->prefered_lft = prefered_lft;
2211 ift->tstamp = now;
2212 if (prefered_lft > 0)
2213 ift->flags &= ~IFA_F_DEPRECATED;
2214
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215 spin_unlock(&ift->lock);
2216 if (!(flags&IFA_F_TENTATIVE))
2217 ipv6_ifa_notify(0, ift);
2218 }
2219
Glenn Wursteraed65502010-09-27 07:04:30 +00002220 if ((create || list_empty(&in6_dev->tempaddr_list)) && in6_dev->cnf.use_tempaddr > 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002221 /*
Lorenzo Colitti76f793e2011-07-26 13:50:49 +00002222 * When a new public address is created as
2223 * described in [ADDRCONF], also create a new
2224 * temporary address. Also create a temporary
2225 * address if it's enabled but no temporary
2226 * address currently exists.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227 */
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002228 read_unlock_bh(&in6_dev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002229 ipv6_create_tempaddr(ifp, NULL);
2230 } else {
2231 read_unlock_bh(&in6_dev->lock);
2232 }
2233#endif
2234 in6_ifa_put(ifp);
2235 addrconf_verify(0);
2236 }
2237 }
2238 inet6_prefix_notify(RTM_NEWPREFIX, in6_dev, pinfo);
2239 in6_dev_put(in6_dev);
2240}
2241
2242/*
2243 * Set destination address.
2244 * Special case for SIT interfaces where we create a new "virtual"
2245 * device.
2246 */
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002247int addrconf_set_dstaddr(struct net *net, void __user *arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002248{
2249 struct in6_ifreq ireq;
2250 struct net_device *dev;
2251 int err = -EINVAL;
2252
2253 rtnl_lock();
2254
2255 err = -EFAULT;
2256 if (copy_from_user(&ireq, arg, sizeof(struct in6_ifreq)))
2257 goto err_exit;
2258
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002259 dev = __dev_get_by_index(net, ireq.ifr6_ifindex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002260
2261 err = -ENODEV;
2262 if (dev == NULL)
2263 goto err_exit;
2264
Amerigo Wang07a93622012-10-29 16:23:10 +00002265#if IS_ENABLED(CONFIG_IPV6_SIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002266 if (dev->type == ARPHRD_SIT) {
Stephen Hemminger5bc3eb72008-11-19 21:52:05 -08002267 const struct net_device_ops *ops = dev->netdev_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268 struct ifreq ifr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002269 struct ip_tunnel_parm p;
2270
2271 err = -EADDRNOTAVAIL;
2272 if (!(ipv6_addr_type(&ireq.ifr6_addr) & IPV6_ADDR_COMPATv4))
2273 goto err_exit;
2274
2275 memset(&p, 0, sizeof(p));
2276 p.iph.daddr = ireq.ifr6_addr.s6_addr32[3];
2277 p.iph.saddr = 0;
2278 p.iph.version = 4;
2279 p.iph.ihl = 5;
2280 p.iph.protocol = IPPROTO_IPV6;
2281 p.iph.ttl = 64;
Stephen Hemmingerd20b3102008-01-21 00:48:43 -08002282 ifr.ifr_ifru.ifru_data = (__force void __user *)&p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283
Stephen Hemminger5bc3eb72008-11-19 21:52:05 -08002284 if (ops->ndo_do_ioctl) {
2285 mm_segment_t oldfs = get_fs();
2286
2287 set_fs(KERNEL_DS);
2288 err = ops->ndo_do_ioctl(dev, &ifr, SIOCADDTUNNEL);
2289 set_fs(oldfs);
2290 } else
2291 err = -EOPNOTSUPP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292
2293 if (err == 0) {
2294 err = -ENOBUFS;
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002295 dev = __dev_get_by_name(net, p.name);
2296 if (!dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002297 goto err_exit;
2298 err = dev_open(dev);
2299 }
2300 }
Joerg Roedel0be669b2006-10-10 14:49:53 -07002301#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002302
2303err_exit:
2304 rtnl_unlock();
2305 return err;
2306}
2307
2308/*
2309 * Manual configuration of address on an interface
2310 */
Eric Dumazetb71d1d42011-04-22 04:53:02 +00002311static int inet6_addr_add(struct net *net, int ifindex, const struct in6_addr *pfx,
Thomas Graf24ef0da2008-05-28 16:54:22 +02002312 unsigned int plen, __u8 ifa_flags, __u32 prefered_lft,
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002313 __u32 valid_lft)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314{
2315 struct inet6_ifaddr *ifp;
2316 struct inet6_dev *idev;
2317 struct net_device *dev;
2318 int scope;
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002319 u32 flags;
2320 clock_t expires;
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002321 unsigned long timeout;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002322
2323 ASSERT_RTNL();
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002324
Thomas Graf24ef0da2008-05-28 16:54:22 +02002325 if (plen > 128)
2326 return -EINVAL;
2327
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09002328 /* check the lifetime */
2329 if (!valid_lft || prefered_lft > valid_lft)
2330 return -EINVAL;
2331
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002332 dev = __dev_get_by_index(net, ifindex);
2333 if (!dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334 return -ENODEV;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002335
Brian Haley64e724f2010-07-20 10:34:30 +00002336 idev = addrconf_add_dev(dev);
2337 if (IS_ERR(idev))
2338 return PTR_ERR(idev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339
2340 scope = ipv6_addr_scope(pfx);
2341
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002342 timeout = addrconf_timeout_fixup(valid_lft, HZ);
2343 if (addrconf_finite_timeout(timeout)) {
2344 expires = jiffies_to_clock_t(timeout * HZ);
2345 valid_lft = timeout;
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002346 flags = RTF_EXPIRES;
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002347 } else {
2348 expires = 0;
2349 flags = 0;
2350 ifa_flags |= IFA_F_PERMANENT;
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002351 }
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09002352
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09002353 timeout = addrconf_timeout_fixup(prefered_lft, HZ);
2354 if (addrconf_finite_timeout(timeout)) {
2355 if (timeout == 0)
2356 ifa_flags |= IFA_F_DEPRECATED;
2357 prefered_lft = timeout;
2358 }
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09002359
2360 ifp = ipv6_add_addr(idev, pfx, plen, scope, ifa_flags);
2361
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362 if (!IS_ERR(ifp)) {
Herbert Xu06aebfb2006-08-09 16:52:04 -07002363 spin_lock_bh(&ifp->lock);
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09002364 ifp->valid_lft = valid_lft;
2365 ifp->prefered_lft = prefered_lft;
2366 ifp->tstamp = jiffies;
Herbert Xu06aebfb2006-08-09 16:52:04 -07002367 spin_unlock_bh(&ifp->lock);
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09002368
YOSHIFUJI Hideaki46d48042007-02-07 20:36:26 +09002369 addrconf_prefix_route(&ifp->addr, ifp->prefix_len, dev,
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07002370 expires, flags);
Neil Horman95c385b2007-04-25 17:08:10 -07002371 /*
2372 * Note that section 3.1 of RFC 4429 indicates
2373 * that the Optimistic flag should not be set for
2374 * manually configured addresses
2375 */
David S. Millercf22f9a2012-04-14 21:37:40 -04002376 addrconf_dad_start(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002377 in6_ifa_put(ifp);
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09002378 addrconf_verify(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379 return 0;
2380 }
2381
2382 return PTR_ERR(ifp);
2383}
2384
Eric Dumazetb71d1d42011-04-22 04:53:02 +00002385static int inet6_addr_del(struct net *net, int ifindex, const struct in6_addr *pfx,
Thomas Graf24ef0da2008-05-28 16:54:22 +02002386 unsigned int plen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387{
2388 struct inet6_ifaddr *ifp;
2389 struct inet6_dev *idev;
2390 struct net_device *dev;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002391
Thomas Graf24ef0da2008-05-28 16:54:22 +02002392 if (plen > 128)
2393 return -EINVAL;
2394
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002395 dev = __dev_get_by_index(net, ifindex);
2396 if (!dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002397 return -ENODEV;
2398
2399 if ((idev = __in6_dev_get(dev)) == NULL)
2400 return -ENXIO;
2401
2402 read_lock_bh(&idev->lock);
stephen hemminger502a2ff2010-03-17 20:31:13 +00002403 list_for_each_entry(ifp, &idev->addr_list, if_list) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404 if (ifp->prefix_len == plen &&
2405 ipv6_addr_equal(pfx, &ifp->addr)) {
2406 in6_ifa_hold(ifp);
2407 read_unlock_bh(&idev->lock);
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002408
Linus Torvalds1da177e2005-04-16 15:20:36 -07002409 ipv6_del_addr(ifp);
2410
2411 /* If the last address is deleted administratively,
2412 disable IPv6 on this interface.
2413 */
stephen hemminger502a2ff2010-03-17 20:31:13 +00002414 if (list_empty(&idev->addr_list))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415 addrconf_ifdown(idev->dev, 1);
2416 return 0;
2417 }
2418 }
2419 read_unlock_bh(&idev->lock);
2420 return -EADDRNOTAVAIL;
2421}
2422
2423
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002424int addrconf_add_ifaddr(struct net *net, void __user *arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425{
2426 struct in6_ifreq ireq;
2427 int err;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002428
Eric W. Biedermanaf31f412012-11-16 03:03:06 +00002429 if (!ns_capable(net->user_ns, CAP_NET_ADMIN))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002430 return -EPERM;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002431
Linus Torvalds1da177e2005-04-16 15:20:36 -07002432 if (copy_from_user(&ireq, arg, sizeof(struct in6_ifreq)))
2433 return -EFAULT;
2434
2435 rtnl_lock();
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002436 err = inet6_addr_add(net, ireq.ifr6_ifindex, &ireq.ifr6_addr,
2437 ireq.ifr6_prefixlen, IFA_F_PERMANENT,
2438 INFINITY_LIFE_TIME, INFINITY_LIFE_TIME);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439 rtnl_unlock();
2440 return err;
2441}
2442
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002443int addrconf_del_ifaddr(struct net *net, void __user *arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002444{
2445 struct in6_ifreq ireq;
2446 int err;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002447
Eric W. Biedermanaf31f412012-11-16 03:03:06 +00002448 if (!ns_capable(net->user_ns, CAP_NET_ADMIN))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002449 return -EPERM;
2450
2451 if (copy_from_user(&ireq, arg, sizeof(struct in6_ifreq)))
2452 return -EFAULT;
2453
2454 rtnl_lock();
Daniel Lezcanoaf284932008-03-05 10:46:57 -08002455 err = inet6_addr_del(net, ireq.ifr6_ifindex, &ireq.ifr6_addr,
2456 ireq.ifr6_prefixlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457 rtnl_unlock();
2458 return err;
2459}
2460
Ilpo Järvinenb5f348e2009-02-06 23:48:01 -08002461static void add_addr(struct inet6_dev *idev, const struct in6_addr *addr,
2462 int plen, int scope)
2463{
2464 struct inet6_ifaddr *ifp;
2465
2466 ifp = ipv6_add_addr(idev, addr, plen, scope, IFA_F_PERMANENT);
2467 if (!IS_ERR(ifp)) {
2468 spin_lock_bh(&ifp->lock);
2469 ifp->flags &= ~IFA_F_TENTATIVE;
2470 spin_unlock_bh(&ifp->lock);
2471 ipv6_ifa_notify(RTM_NEWADDR, ifp);
2472 in6_ifa_put(ifp);
2473 }
2474}
2475
Amerigo Wang07a93622012-10-29 16:23:10 +00002476#if IS_ENABLED(CONFIG_IPV6_SIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002477static void sit_add_v4_addrs(struct inet6_dev *idev)
2478{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002479 struct in6_addr addr;
2480 struct net_device *dev;
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09002481 struct net *net = dev_net(idev->dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482 int scope;
2483
2484 ASSERT_RTNL();
2485
2486 memset(&addr, 0, sizeof(struct in6_addr));
2487 memcpy(&addr.s6_addr32[3], idev->dev->dev_addr, 4);
2488
2489 if (idev->dev->flags&IFF_POINTOPOINT) {
2490 addr.s6_addr32[0] = htonl(0xfe800000);
2491 scope = IFA_LINK;
2492 } else {
2493 scope = IPV6_ADDR_COMPATv4;
2494 }
2495
2496 if (addr.s6_addr32[3]) {
Ilpo Järvinenb5f348e2009-02-06 23:48:01 -08002497 add_addr(idev, &addr, 128, scope);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002498 return;
2499 }
2500
Benjamin Thery6fda7352008-03-05 10:47:47 -08002501 for_each_netdev(net, dev) {
Eldad Zack8e5e8f32012-04-01 07:49:08 +00002502 struct in_device *in_dev = __in_dev_get_rtnl(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503 if (in_dev && (dev->flags & IFF_UP)) {
Eldad Zack8e5e8f32012-04-01 07:49:08 +00002504 struct in_ifaddr *ifa;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505
2506 int flag = scope;
2507
2508 for (ifa = in_dev->ifa_list; ifa; ifa = ifa->ifa_next) {
2509 int plen;
2510
2511 addr.s6_addr32[3] = ifa->ifa_local;
2512
2513 if (ifa->ifa_scope == RT_SCOPE_LINK)
2514 continue;
2515 if (ifa->ifa_scope >= RT_SCOPE_HOST) {
2516 if (idev->dev->flags&IFF_POINTOPOINT)
2517 continue;
2518 flag |= IFA_HOST;
2519 }
2520 if (idev->dev->flags&IFF_POINTOPOINT)
2521 plen = 64;
2522 else
2523 plen = 96;
2524
Ilpo Järvinenb5f348e2009-02-06 23:48:01 -08002525 add_addr(idev, &addr, plen, flag);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526 }
2527 }
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002528 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002529}
Joerg Roedel0be669b2006-10-10 14:49:53 -07002530#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002531
2532static void init_loopback(struct net_device *dev)
2533{
2534 struct inet6_dev *idev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002535
2536 /* ::1 */
2537
2538 ASSERT_RTNL();
2539
2540 if ((idev = ipv6_find_idev(dev)) == NULL) {
Joe Perches91df42b2012-05-15 14:11:54 +00002541 pr_debug("%s: add_dev failed\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002542 return;
2543 }
2544
Ilpo Järvinenb5f348e2009-02-06 23:48:01 -08002545 add_addr(idev, &in6addr_loopback, 128, IFA_HOST);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546}
2547
Eric Dumazetb71d1d42011-04-22 04:53:02 +00002548static void addrconf_add_linklocal(struct inet6_dev *idev, const struct in6_addr *addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549{
Eldad Zack8e5e8f32012-04-01 07:49:08 +00002550 struct inet6_ifaddr *ifp;
Neil Horman95c385b2007-04-25 17:08:10 -07002551 u32 addr_flags = IFA_F_PERMANENT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552
Neil Horman95c385b2007-04-25 17:08:10 -07002553#ifdef CONFIG_IPV6_OPTIMISTIC_DAD
2554 if (idev->cnf.optimistic_dad &&
David Miller702beb82008-07-20 18:17:02 -07002555 !dev_net(idev->dev)->ipv6.devconf_all->forwarding)
Neil Horman95c385b2007-04-25 17:08:10 -07002556 addr_flags |= IFA_F_OPTIMISTIC;
2557#endif
2558
2559
2560 ifp = ipv6_add_addr(idev, addr, 64, IFA_LINK, addr_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561 if (!IS_ERR(ifp)) {
YOSHIFUJI Hideaki46d48042007-02-07 20:36:26 +09002562 addrconf_prefix_route(&ifp->addr, ifp->prefix_len, idev->dev, 0, 0);
David S. Millercf22f9a2012-04-14 21:37:40 -04002563 addrconf_dad_start(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564 in6_ifa_put(ifp);
2565 }
2566}
2567
2568static void addrconf_dev_config(struct net_device *dev)
2569{
2570 struct in6_addr addr;
Eldad Zack8e5e8f32012-04-01 07:49:08 +00002571 struct inet6_dev *idev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572
2573 ASSERT_RTNL();
2574
Herbert Xu74235a22007-06-14 13:02:55 -07002575 if ((dev->type != ARPHRD_ETHER) &&
2576 (dev->type != ARPHRD_FDDI) &&
Herbert Xu74235a22007-06-14 13:02:55 -07002577 (dev->type != ARPHRD_ARCNET) &&
alex.bluesman.smirnov@gmail.com06a4c1c2012-05-10 03:25:52 +00002578 (dev->type != ARPHRD_INFINIBAND) &&
2579 (dev->type != ARPHRD_IEEE802154)) {
Herbert Xu74235a22007-06-14 13:02:55 -07002580 /* Alas, we support only Ethernet autoconfiguration. */
2581 return;
2582 }
2583
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584 idev = addrconf_add_dev(dev);
Brian Haley64e724f2010-07-20 10:34:30 +00002585 if (IS_ERR(idev))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586 return;
2587
2588 memset(&addr, 0, sizeof(struct in6_addr));
2589 addr.s6_addr32[0] = htonl(0xFE800000);
2590
2591 if (ipv6_generate_eui64(addr.s6_addr + 8, dev) == 0)
2592 addrconf_add_linklocal(idev, &addr);
2593}
2594
Amerigo Wang07a93622012-10-29 16:23:10 +00002595#if IS_ENABLED(CONFIG_IPV6_SIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596static void addrconf_sit_config(struct net_device *dev)
2597{
2598 struct inet6_dev *idev;
2599
2600 ASSERT_RTNL();
2601
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002602 /*
2603 * Configure the tunnel with one of our IPv4
2604 * addresses... we should configure all of
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605 * our v4 addrs in the tunnel
2606 */
2607
2608 if ((idev = ipv6_find_idev(dev)) == NULL) {
Joe Perches91df42b2012-05-15 14:11:54 +00002609 pr_debug("%s: add_dev failed\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610 return;
2611 }
2612
Fred L. Templinc7dc89c2007-11-29 22:11:40 +11002613 if (dev->priv_flags & IFF_ISATAP) {
2614 struct in6_addr addr;
2615
2616 ipv6_addr_set(&addr, htonl(0xFE800000), 0, 0, 0);
2617 addrconf_prefix_route(&addr, 64, dev, 0, 0);
2618 if (!ipv6_generate_eui64(addr.s6_addr + 8, dev))
2619 addrconf_add_linklocal(idev, &addr);
2620 return;
2621 }
2622
Linus Torvalds1da177e2005-04-16 15:20:36 -07002623 sit_add_v4_addrs(idev);
2624
Nicolas Dichtel62b54dd2012-10-01 23:19:14 +00002625 if (dev->flags&IFF_POINTOPOINT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002626 addrconf_add_mroute(dev);
Nicolas Dichtel62b54dd2012-10-01 23:19:14 +00002627 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07002628 sit_route_add(dev);
2629}
Joerg Roedel0be669b2006-10-10 14:49:53 -07002630#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631
Amerigo Wang07a93622012-10-29 16:23:10 +00002632#if IS_ENABLED(CONFIG_NET_IPGRE)
stephen hemmingeraee80b52011-06-08 10:44:30 +00002633static void addrconf_gre_config(struct net_device *dev)
2634{
2635 struct inet6_dev *idev;
2636 struct in6_addr addr;
2637
Joe Perchesf3213832012-05-15 14:11:53 +00002638 pr_info("%s(%s)\n", __func__, dev->name);
stephen hemmingeraee80b52011-06-08 10:44:30 +00002639
2640 ASSERT_RTNL();
2641
2642 if ((idev = ipv6_find_idev(dev)) == NULL) {
Joe Perches91df42b2012-05-15 14:11:54 +00002643 pr_debug("%s: add_dev failed\n", __func__);
stephen hemmingeraee80b52011-06-08 10:44:30 +00002644 return;
2645 }
2646
2647 ipv6_addr_set(&addr, htonl(0xFE800000), 0, 0, 0);
2648 addrconf_prefix_route(&addr, 64, dev, 0, 0);
2649
2650 if (!ipv6_generate_eui64(addr.s6_addr + 8, dev))
2651 addrconf_add_linklocal(idev, &addr);
2652}
2653#endif
2654
Linus Torvalds1da177e2005-04-16 15:20:36 -07002655static inline int
2656ipv6_inherit_linklocal(struct inet6_dev *idev, struct net_device *link_dev)
2657{
2658 struct in6_addr lladdr;
2659
Neil Horman95c385b2007-04-25 17:08:10 -07002660 if (!ipv6_get_lladdr(link_dev, &lladdr, IFA_F_TENTATIVE)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661 addrconf_add_linklocal(idev, &lladdr);
2662 return 0;
2663 }
2664 return -1;
2665}
2666
2667static void ip6_tnl_add_linklocal(struct inet6_dev *idev)
2668{
2669 struct net_device *link_dev;
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09002670 struct net *net = dev_net(idev->dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002671
2672 /* first try to inherit the link-local address from the link device */
2673 if (idev->dev->iflink &&
Benjamin Thery6fda7352008-03-05 10:47:47 -08002674 (link_dev = __dev_get_by_index(net, idev->dev->iflink))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002675 if (!ipv6_inherit_linklocal(idev, link_dev))
2676 return;
2677 }
2678 /* then try to inherit it from any device */
Benjamin Thery6fda7352008-03-05 10:47:47 -08002679 for_each_netdev(net, link_dev) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680 if (!ipv6_inherit_linklocal(idev, link_dev))
2681 return;
2682 }
Joe Perches91df42b2012-05-15 14:11:54 +00002683 pr_debug("init ip6-ip6: add_linklocal failed\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002684}
2685
2686/*
2687 * Autoconfigure tunnel with a link-local address so routing protocols,
2688 * DHCPv6, MLD etc. can be run over the virtual link
2689 */
2690
2691static void addrconf_ip6_tnl_config(struct net_device *dev)
2692{
2693 struct inet6_dev *idev;
2694
2695 ASSERT_RTNL();
2696
Stephen Hemmingere21e8462010-03-20 16:09:01 -07002697 idev = addrconf_add_dev(dev);
Brian Haley64e724f2010-07-20 10:34:30 +00002698 if (IS_ERR(idev)) {
Joe Perches91df42b2012-05-15 14:11:54 +00002699 pr_debug("init ip6-ip6: add_dev failed\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002700 return;
2701 }
2702 ip6_tnl_add_linklocal(idev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703}
2704
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002705static int addrconf_notify(struct notifier_block *this, unsigned long event,
Eldad Zack8e5e8f32012-04-01 07:49:08 +00002706 void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707{
2708 struct net_device *dev = (struct net_device *) data;
Eric Dumazet748e2d92012-08-22 21:50:59 +00002709 struct inet6_dev *idev = __in6_dev_get(dev);
YOSHIFUJI Hideakic5e33bd2005-12-21 22:57:44 +09002710 int run_pending = 0;
Herbert Xub217d612007-07-30 17:04:52 -07002711 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002712
Stephen Hemmingere21e8462010-03-20 16:09:01 -07002713 switch (event) {
YOSHIFUJI Hideaki45ba9dd2007-02-15 02:07:27 +09002714 case NETDEV_REGISTER:
Herbert Xu74235a22007-06-14 13:02:55 -07002715 if (!idev && dev->mtu >= IPV6_MIN_MTU) {
YOSHIFUJI Hideaki45ba9dd2007-02-15 02:07:27 +09002716 idev = ipv6_add_dev(dev);
2717 if (!idev)
Herbert Xub217d612007-07-30 17:04:52 -07002718 return notifier_from_errno(-ENOMEM);
YOSHIFUJI Hideaki45ba9dd2007-02-15 02:07:27 +09002719 }
2720 break;
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002721
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722 case NETDEV_UP:
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002723 case NETDEV_CHANGE:
Jay Vosburghc2edacf2007-07-09 10:42:47 -07002724 if (dev->flags & IFF_SLAVE)
2725 break;
2726
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002727 if (event == NETDEV_UP) {
Mitsuru Chinenf24e3d62007-10-10 02:53:43 -07002728 if (!addrconf_qdisc_ok(dev)) {
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002729 /* device is not ready yet. */
Joe Perchesf3213832012-05-15 14:11:53 +00002730 pr_info("ADDRCONF(NETDEV_UP): %s: link is not ready\n",
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002731 dev->name);
2732 break;
2733 }
Kristian Slavov99081042006-02-08 16:10:53 -08002734
Evgeniy Polyakovd31c7b82007-11-30 23:36:08 +11002735 if (!idev && dev->mtu >= IPV6_MIN_MTU)
2736 idev = ipv6_add_dev(dev);
2737
Benjamin Therye3ec6cf2008-11-05 01:43:57 -08002738 if (idev) {
Kristian Slavov99081042006-02-08 16:10:53 -08002739 idev->if_flags |= IF_READY;
Benjamin Therye3ec6cf2008-11-05 01:43:57 -08002740 run_pending = 1;
2741 }
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002742 } else {
Mitsuru Chinenf24e3d62007-10-10 02:53:43 -07002743 if (!addrconf_qdisc_ok(dev)) {
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002744 /* device is still not ready. */
2745 break;
2746 }
2747
2748 if (idev) {
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002749 if (idev->if_flags & IF_READY)
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002750 /* device is already configured. */
2751 break;
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002752 idev->if_flags |= IF_READY;
2753 }
2754
Joe Perchesf3213832012-05-15 14:11:53 +00002755 pr_info("ADDRCONF(NETDEV_CHANGE): %s: link becomes ready\n",
2756 dev->name);
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002757
YOSHIFUJI Hideakic5e33bd2005-12-21 22:57:44 +09002758 run_pending = 1;
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002759 }
2760
Stephen Hemmingere21e8462010-03-20 16:09:01 -07002761 switch (dev->type) {
Amerigo Wang07a93622012-10-29 16:23:10 +00002762#if IS_ENABLED(CONFIG_IPV6_SIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002763 case ARPHRD_SIT:
2764 addrconf_sit_config(dev);
2765 break;
Joerg Roedel0be669b2006-10-10 14:49:53 -07002766#endif
Amerigo Wang07a93622012-10-29 16:23:10 +00002767#if IS_ENABLED(CONFIG_NET_IPGRE)
stephen hemmingeraee80b52011-06-08 10:44:30 +00002768 case ARPHRD_IPGRE:
2769 addrconf_gre_config(dev);
2770 break;
2771#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002772 case ARPHRD_TUNNEL6:
2773 addrconf_ip6_tnl_config(dev);
2774 break;
2775 case ARPHRD_LOOPBACK:
2776 init_loopback(dev);
2777 break;
2778
2779 default:
2780 addrconf_dev_config(dev);
2781 break;
Stephen Hemminger3ff50b72007-04-20 17:09:22 -07002782 }
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002783
Linus Torvalds1da177e2005-04-16 15:20:36 -07002784 if (idev) {
YOSHIFUJI Hideakic5e33bd2005-12-21 22:57:44 +09002785 if (run_pending)
2786 addrconf_dad_run(idev);
2787
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002788 /*
2789 * If the MTU changed during the interface down,
2790 * when the interface up, the changed MTU must be
2791 * reflected in the idev as well as routers.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002792 */
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002793 if (idev->cnf.mtu6 != dev->mtu &&
2794 dev->mtu >= IPV6_MIN_MTU) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002795 rt6_mtu_change(dev, dev->mtu);
2796 idev->cnf.mtu6 = dev->mtu;
2797 }
2798 idev->tstamp = jiffies;
2799 inet6_ifinfo_notify(RTM_NEWLINK, idev);
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002800
2801 /*
2802 * If the changed mtu during down is lower than
2803 * IPV6_MIN_MTU stop IPv6 on this interface.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002804 */
2805 if (dev->mtu < IPV6_MIN_MTU)
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002806 addrconf_ifdown(dev, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002807 }
2808 break;
2809
2810 case NETDEV_CHANGEMTU:
Evgeniy Polyakovd31c7b82007-11-30 23:36:08 +11002811 if (idev && dev->mtu >= IPV6_MIN_MTU) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002812 rt6_mtu_change(dev, dev->mtu);
2813 idev->cnf.mtu6 = dev->mtu;
2814 break;
2815 }
2816
Evgeniy Polyakovd31c7b82007-11-30 23:36:08 +11002817 if (!idev && dev->mtu >= IPV6_MIN_MTU) {
2818 idev = ipv6_add_dev(dev);
2819 if (idev)
2820 break;
2821 }
2822
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002823 /*
2824 * MTU falled under IPV6_MIN_MTU.
2825 * Stop IPv6 on this interface.
2826 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002827
2828 case NETDEV_DOWN:
2829 case NETDEV_UNREGISTER:
2830 /*
2831 * Remove all addresses from this interface.
2832 */
2833 addrconf_ifdown(dev, event != NETDEV_DOWN);
2834 break;
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002835
Linus Torvalds1da177e2005-04-16 15:20:36 -07002836 case NETDEV_CHANGENAME:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837 if (idev) {
Stephen Hemminger5632c512007-04-28 21:16:39 -07002838 snmp6_unregister_dev(idev);
Pavel Emelyanov408c4762008-01-10 17:41:21 -08002839 addrconf_sysctl_unregister(idev);
Pavel Emelyanovf52295a2007-12-02 00:58:37 +11002840 addrconf_sysctl_register(idev);
Herbert Xub217d612007-07-30 17:04:52 -07002841 err = snmp6_register_dev(idev);
2842 if (err)
2843 return notifier_from_errno(err);
Stephen Hemminger5632c512007-04-28 21:16:39 -07002844 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002845 break;
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002846
Jiri Pirko93d9b7d2010-03-10 10:28:56 +00002847 case NETDEV_PRE_TYPE_CHANGE:
2848 case NETDEV_POST_TYPE_CHANGE:
2849 addrconf_type_change(dev, event);
Moni Shoua75c78502009-09-15 02:37:40 -07002850 break;
Stephen Hemminger3ff50b72007-04-20 17:09:22 -07002851 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002852
2853 return NOTIFY_OK;
2854}
2855
2856/*
2857 * addrconf module should be notified of a device going up
2858 */
2859static struct notifier_block ipv6_dev_notf = {
2860 .notifier_call = addrconf_notify,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002861};
2862
Jiri Pirko93d9b7d2010-03-10 10:28:56 +00002863static void addrconf_type_change(struct net_device *dev, unsigned long event)
Moni Shoua75c78502009-09-15 02:37:40 -07002864{
2865 struct inet6_dev *idev;
2866 ASSERT_RTNL();
2867
2868 idev = __in6_dev_get(dev);
2869
Jiri Pirko93d9b7d2010-03-10 10:28:56 +00002870 if (event == NETDEV_POST_TYPE_CHANGE)
Moni Shoua75c78502009-09-15 02:37:40 -07002871 ipv6_mc_remap(idev);
Jiri Pirko93d9b7d2010-03-10 10:28:56 +00002872 else if (event == NETDEV_PRE_TYPE_CHANGE)
Moni Shoua75c78502009-09-15 02:37:40 -07002873 ipv6_mc_unmap(idev);
2874}
2875
Linus Torvalds1da177e2005-04-16 15:20:36 -07002876static int addrconf_ifdown(struct net_device *dev, int how)
2877{
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09002878 struct net *net = dev_net(dev);
stephen hemminger502a2ff2010-03-17 20:31:13 +00002879 struct inet6_dev *idev;
2880 struct inet6_ifaddr *ifa;
David S. Miller73a8bd72011-01-23 23:27:15 -08002881 int state, i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002882
2883 ASSERT_RTNL();
2884
David S. Miller73a8bd72011-01-23 23:27:15 -08002885 rt6_ifdown(net, dev);
2886 neigh_ifdown(&nd_tbl, dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002887
2888 idev = __in6_dev_get(dev);
2889 if (idev == NULL)
2890 return -ENODEV;
2891
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002892 /*
2893 * Step 1: remove reference to ipv6 device from parent device.
2894 * Do not dev_put!
Linus Torvalds1da177e2005-04-16 15:20:36 -07002895 */
Denis V. Lunev439e2382008-04-03 13:30:17 -07002896 if (how) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002897 idev->dead = 1;
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07002898
2899 /* protected by rtnl_lock */
Stephen Hemmingera9b3cd72011-08-01 16:19:00 +00002900 RCU_INIT_POINTER(dev->ip6_ptr, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002901
2902 /* Step 1.5: remove snmp6 entry */
2903 snmp6_unregister_dev(idev);
2904
2905 }
2906
David S. Miller73a8bd72011-01-23 23:27:15 -08002907 /* Step 2: clear hash table */
2908 for (i = 0; i < IN6_ADDR_HSIZE; i++) {
2909 struct hlist_head *h = &inet6_addr_lst[i];
2910 struct hlist_node *n;
2911
2912 spin_lock_bh(&addrconf_hash_lock);
2913 restart:
2914 hlist_for_each_entry_rcu(ifa, n, h, addr_lst) {
2915 if (ifa->idev == idev) {
2916 hlist_del_init_rcu(&ifa->addr_lst);
2917 addrconf_del_timer(ifa);
2918 goto restart;
2919 }
2920 }
2921 spin_unlock_bh(&addrconf_hash_lock);
2922 }
2923
Linus Torvalds1da177e2005-04-16 15:20:36 -07002924 write_lock_bh(&idev->lock);
2925
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002926 /* Step 2: clear flags for stateless addrconf */
Denis V. Lunev439e2382008-04-03 13:30:17 -07002927 if (!how)
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09002928 idev->if_flags &= ~(IF_RS_SENT|IF_RA_RCVD|IF_READY);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002929
Linus Torvalds1da177e2005-04-16 15:20:36 -07002930#ifdef CONFIG_IPV6_PRIVACY
Denis V. Lunev439e2382008-04-03 13:30:17 -07002931 if (how && del_timer(&idev->regen_timer))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002932 in6_dev_put(idev);
2933
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002934 /* Step 3: clear tempaddr list */
stephen hemminger372e6c82010-03-17 20:31:09 +00002935 while (!list_empty(&idev->tempaddr_list)) {
2936 ifa = list_first_entry(&idev->tempaddr_list,
2937 struct inet6_ifaddr, tmp_list);
2938 list_del(&ifa->tmp_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002939 write_unlock_bh(&idev->lock);
2940 spin_lock_bh(&ifa->lock);
2941
2942 if (ifa->ifpub) {
2943 in6_ifa_put(ifa->ifpub);
2944 ifa->ifpub = NULL;
2945 }
2946 spin_unlock_bh(&ifa->lock);
2947 in6_ifa_put(ifa);
2948 write_lock_bh(&idev->lock);
2949 }
2950#endif
stephen hemminger8f37ada2010-03-03 08:19:59 +00002951
stephen hemminger502a2ff2010-03-17 20:31:13 +00002952 while (!list_empty(&idev->addr_list)) {
2953 ifa = list_first_entry(&idev->addr_list,
2954 struct inet6_ifaddr, if_list);
stephen hemminger84e8b802010-03-02 13:32:46 +00002955 addrconf_del_timer(ifa);
2956
David S. Miller73a8bd72011-01-23 23:27:15 -08002957 list_del(&ifa->if_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958
David S. Miller73a8bd72011-01-23 23:27:15 -08002959 write_unlock_bh(&idev->lock);
stephen hemminger84e8b802010-03-02 13:32:46 +00002960
David S. Miller73a8bd72011-01-23 23:27:15 -08002961 spin_lock_bh(&ifa->state_lock);
2962 state = ifa->state;
2963 ifa->state = INET6_IFADDR_STATE_DEAD;
2964 spin_unlock_bh(&ifa->state_lock);
stephen hemminger84e8b802010-03-02 13:32:46 +00002965
David S. Miller73a8bd72011-01-23 23:27:15 -08002966 if (state != INET6_IFADDR_STATE_DEAD) {
2967 __ipv6_ifa_notify(RTM_DELADDR, ifa);
2968 atomic_notifier_call_chain(&inet6addr_chain, NETDEV_DOWN, ifa);
stephen hemminger27bdb2a2010-04-12 05:41:32 +00002969 }
David S. Miller73a8bd72011-01-23 23:27:15 -08002970 in6_ifa_put(ifa);
stephen hemminger8f37ada2010-03-03 08:19:59 +00002971
David S. Miller73a8bd72011-01-23 23:27:15 -08002972 write_lock_bh(&idev->lock);
2973 }
stephen hemminger8f37ada2010-03-03 08:19:59 +00002974
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975 write_unlock_bh(&idev->lock);
2976
2977 /* Step 5: Discard multicast list */
Denis V. Lunev439e2382008-04-03 13:30:17 -07002978 if (how)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979 ipv6_mc_destroy_dev(idev);
2980 else
2981 ipv6_mc_down(idev);
2982
Linus Torvalds1da177e2005-04-16 15:20:36 -07002983 idev->tstamp = jiffies;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09002984
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07002985 /* Last: Shot the device (if unregistered) */
Denis V. Lunev439e2382008-04-03 13:30:17 -07002986 if (how) {
Pavel Emelyanov408c4762008-01-10 17:41:21 -08002987 addrconf_sysctl_unregister(idev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988 neigh_parms_release(&nd_tbl, idev->nd_parms);
2989 neigh_ifdown(&nd_tbl, dev);
2990 in6_dev_put(idev);
2991 }
2992 return 0;
2993}
2994
2995static void addrconf_rs_timer(unsigned long data)
2996{
2997 struct inet6_ifaddr *ifp = (struct inet6_ifaddr *) data;
stephen hemminger5b2a1952010-03-02 13:32:45 +00002998 struct inet6_dev *idev = ifp->idev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999
stephen hemminger5b2a1952010-03-02 13:32:45 +00003000 read_lock(&idev->lock);
3001 if (idev->dead || !(idev->if_flags & IF_READY))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003002 goto out;
3003
Shmulik Ladkani9ba2add2012-12-02 01:44:53 +00003004 if (!ipv6_accept_ra(idev))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005 goto out;
stephen hemminger5b2a1952010-03-02 13:32:45 +00003006
3007 /* Announcement received after solicitation was sent */
3008 if (idev->if_flags & IF_RA_RCVD)
3009 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003010
3011 spin_lock(&ifp->lock);
stephen hemminger5b2a1952010-03-02 13:32:45 +00003012 if (ifp->probes++ < idev->cnf.rtr_solicits) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013 /* The wait after the last probe can be shorter */
3014 addrconf_mod_timer(ifp, AC_RS,
stephen hemminger5b2a1952010-03-02 13:32:45 +00003015 (ifp->probes == idev->cnf.rtr_solicits) ?
3016 idev->cnf.rtr_solicit_delay :
3017 idev->cnf.rtr_solicit_interval);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003018 spin_unlock(&ifp->lock);
3019
stephen hemminger5b2a1952010-03-02 13:32:45 +00003020 ndisc_send_rs(idev->dev, &ifp->addr, &in6addr_linklocal_allrouters);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003021 } else {
3022 spin_unlock(&ifp->lock);
3023 /*
3024 * Note: we do not support deprecated "all on-link"
3025 * assumption any longer.
3026 */
Joe Perches91df42b2012-05-15 14:11:54 +00003027 pr_debug("%s: no IPv6 routers present\n", idev->dev->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003028 }
3029
3030out:
stephen hemminger5b2a1952010-03-02 13:32:45 +00003031 read_unlock(&idev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032 in6_ifa_put(ifp);
3033}
3034
3035/*
3036 * Duplicate Address Detection
3037 */
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09003038static void addrconf_dad_kick(struct inet6_ifaddr *ifp)
3039{
3040 unsigned long rand_num;
3041 struct inet6_dev *idev = ifp->idev;
3042
Neil Horman95c385b2007-04-25 17:08:10 -07003043 if (ifp->flags & IFA_F_OPTIMISTIC)
3044 rand_num = 0;
3045 else
3046 rand_num = net_random() % (idev->cnf.rtr_solicit_delay ? : 1);
3047
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09003048 ifp->probes = idev->cnf.dad_transmits;
3049 addrconf_mod_timer(ifp, AC_DAD, rand_num);
3050}
3051
David S. Millercf22f9a2012-04-14 21:37:40 -04003052static void addrconf_dad_start(struct inet6_ifaddr *ifp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053{
3054 struct inet6_dev *idev = ifp->idev;
3055 struct net_device *dev = idev->dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003056
3057 addrconf_join_solict(dev, &ifp->addr);
3058
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059 net_srandom(ifp->addr.s6_addr32[3]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003060
3061 read_lock_bh(&idev->lock);
Herbert Xu622ccdf2010-05-18 15:56:06 -07003062 spin_lock(&ifp->lock);
Herbert Xue9d3e082010-05-18 15:36:06 -07003063 if (ifp->state == INET6_IFADDR_STATE_DEAD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003064 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003065
3066 if (dev->flags&(IFF_NOARP|IFF_LOOPBACK) ||
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +09003067 idev->cnf.accept_dad < 1 ||
Noriaki TAKAMIYA55ebaef2006-09-22 14:45:27 -07003068 !(ifp->flags&IFA_F_TENTATIVE) ||
3069 ifp->flags & IFA_F_NODAD) {
Brian Haleycc411d02009-09-09 14:41:32 +00003070 ifp->flags &= ~(IFA_F_TENTATIVE|IFA_F_OPTIMISTIC|IFA_F_DADFAILED);
stephen hemminger21809fa2010-02-08 19:48:52 +00003071 spin_unlock(&ifp->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003072 read_unlock_bh(&idev->lock);
3073
3074 addrconf_dad_completed(ifp);
3075 return;
3076 }
3077
YOSHIFUJI Hideaki6732bad2005-12-27 13:35:15 -08003078 if (!(idev->if_flags & IF_READY)) {
stephen hemminger21809fa2010-02-08 19:48:52 +00003079 spin_unlock(&ifp->lock);
YOSHIFUJI Hideaki6732bad2005-12-27 13:35:15 -08003080 read_unlock_bh(&idev->lock);
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09003081 /*
Masatake YAMATO590a9882009-06-09 10:41:12 +09003082 * If the device is not ready:
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09003083 * - keep it tentative if it is a permanent address.
3084 * - otherwise, kill it.
3085 */
3086 in6_ifa_hold(ifp);
Brian Haleycc411d02009-09-09 14:41:32 +00003087 addrconf_dad_stop(ifp, 0);
YOSHIFUJI Hideaki6732bad2005-12-27 13:35:15 -08003088 return;
YOSHIFUJI Hideaki3c21edb2005-12-21 22:57:24 +09003089 }
Neil Horman95c385b2007-04-25 17:08:10 -07003090
3091 /*
3092 * Optimistic nodes can start receiving
3093 * Frames right away
3094 */
Stephen Hemmingere21e8462010-03-20 16:09:01 -07003095 if (ifp->flags & IFA_F_OPTIMISTIC)
Neil Horman95c385b2007-04-25 17:08:10 -07003096 ip6_ins_rt(ifp->rt);
3097
YOSHIFUJI Hideaki6732bad2005-12-27 13:35:15 -08003098 addrconf_dad_kick(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003099out:
Herbert Xu622ccdf2010-05-18 15:56:06 -07003100 spin_unlock(&ifp->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003101 read_unlock_bh(&idev->lock);
3102}
3103
3104static void addrconf_dad_timer(unsigned long data)
3105{
3106 struct inet6_ifaddr *ifp = (struct inet6_ifaddr *) data;
3107 struct inet6_dev *idev = ifp->idev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003108 struct in6_addr mcaddr;
3109
Herbert Xuf2344a12010-05-18 15:55:27 -07003110 if (!ifp->probes && addrconf_dad_end(ifp))
3111 goto out;
3112
stephen hemminger122e4512010-03-02 13:32:44 +00003113 read_lock(&idev->lock);
3114 if (idev->dead || !(idev->if_flags & IF_READY)) {
3115 read_unlock(&idev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116 goto out;
3117 }
stephen hemminger21809fa2010-02-08 19:48:52 +00003118
3119 spin_lock(&ifp->lock);
Herbert Xu622ccdf2010-05-18 15:56:06 -07003120 if (ifp->state == INET6_IFADDR_STATE_DEAD) {
3121 spin_unlock(&ifp->lock);
3122 read_unlock(&idev->lock);
3123 goto out;
3124 }
3125
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126 if (ifp->probes == 0) {
3127 /*
3128 * DAD was successful
3129 */
3130
Brian Haleycc411d02009-09-09 14:41:32 +00003131 ifp->flags &= ~(IFA_F_TENTATIVE|IFA_F_OPTIMISTIC|IFA_F_DADFAILED);
stephen hemminger21809fa2010-02-08 19:48:52 +00003132 spin_unlock(&ifp->lock);
stephen hemminger122e4512010-03-02 13:32:44 +00003133 read_unlock(&idev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003134
3135 addrconf_dad_completed(ifp);
3136
3137 goto out;
3138 }
3139
3140 ifp->probes--;
3141 addrconf_mod_timer(ifp, AC_DAD, ifp->idev->nd_parms->retrans_time);
stephen hemminger21809fa2010-02-08 19:48:52 +00003142 spin_unlock(&ifp->lock);
stephen hemminger122e4512010-03-02 13:32:44 +00003143 read_unlock(&idev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003144
3145 /* send a neighbour solicitation for our addr */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003146 addrconf_addr_solict_mult(&ifp->addr, &mcaddr);
YOSHIFUJI Hideakid7aabf22008-04-10 15:42:11 +09003147 ndisc_send_ns(ifp->idev->dev, NULL, &ifp->addr, &mcaddr, &in6addr_any);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003148out:
3149 in6_ifa_put(ifp);
3150}
3151
3152static void addrconf_dad_completed(struct inet6_ifaddr *ifp)
3153{
Stephen Hemmingere21e8462010-03-20 16:09:01 -07003154 struct net_device *dev = ifp->idev->dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003155
3156 /*
3157 * Configure the address for reception. Now it is valid.
3158 */
3159
3160 ipv6_ifa_notify(RTM_NEWADDR, ifp);
3161
Tore Anderson026359b2011-08-28 23:47:33 +00003162 /* If added prefix is link local and we are prepared to process
3163 router advertisements, start sending router solicitations.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003164 */
3165
Shmulik Ladkaniaeaf6e92012-11-30 10:25:59 +00003166 if (ipv6_accept_ra(ifp->idev) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003167 ifp->idev->cnf.rtr_solicits > 0 &&
3168 (dev->flags&IFF_LOOPBACK) == 0 &&
3169 (ipv6_addr_type(&ifp->addr) & IPV6_ADDR_LINKLOCAL)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003170 /*
3171 * If a host as already performed a random delay
3172 * [...] as part of DAD [...] there is no need
3173 * to delay again before sending the first RS
3174 */
YOSHIFUJI Hideakif3ee4012008-04-10 15:42:11 +09003175 ndisc_send_rs(ifp->idev->dev, &ifp->addr, &in6addr_linklocal_allrouters);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003176
3177 spin_lock_bh(&ifp->lock);
3178 ifp->probes = 1;
3179 ifp->idev->if_flags |= IF_RS_SENT;
3180 addrconf_mod_timer(ifp, AC_RS, ifp->idev->cnf.rtr_solicit_interval);
3181 spin_unlock_bh(&ifp->lock);
3182 }
3183}
3184
Stephen Hemmingere21e8462010-03-20 16:09:01 -07003185static void addrconf_dad_run(struct inet6_dev *idev)
3186{
YOSHIFUJI Hideakic5e33bd2005-12-21 22:57:44 +09003187 struct inet6_ifaddr *ifp;
3188
3189 read_lock_bh(&idev->lock);
stephen hemminger502a2ff2010-03-17 20:31:13 +00003190 list_for_each_entry(ifp, &idev->addr_list, if_list) {
stephen hemminger21809fa2010-02-08 19:48:52 +00003191 spin_lock(&ifp->lock);
Herbert Xuf2344a12010-05-18 15:55:27 -07003192 if (ifp->flags & IFA_F_TENTATIVE &&
3193 ifp->state == INET6_IFADDR_STATE_DAD)
3194 addrconf_dad_kick(ifp);
stephen hemminger21809fa2010-02-08 19:48:52 +00003195 spin_unlock(&ifp->lock);
YOSHIFUJI Hideakic5e33bd2005-12-21 22:57:44 +09003196 }
3197 read_unlock_bh(&idev->lock);
3198}
3199
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200#ifdef CONFIG_PROC_FS
3201struct if6_iter_state {
Daniel Lezcano3c400902008-01-10 22:42:49 -08003202 struct seq_net_private p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003203 int bucket;
Mihai Maruseac1d578302012-01-03 23:31:35 +00003204 int offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205};
3206
Mihai Maruseac1d578302012-01-03 23:31:35 +00003207static struct inet6_ifaddr *if6_get_first(struct seq_file *seq, loff_t pos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208{
3209 struct inet6_ifaddr *ifa = NULL;
3210 struct if6_iter_state *state = seq->private;
YOSHIFUJI Hideaki12188542008-03-26 02:36:06 +09003211 struct net *net = seq_file_net(seq);
Mihai Maruseac1d578302012-01-03 23:31:35 +00003212 int p = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213
Mihai Maruseac1d578302012-01-03 23:31:35 +00003214 /* initial bucket if pos is 0 */
3215 if (pos == 0) {
3216 state->bucket = 0;
3217 state->offset = 0;
3218 }
3219
3220 for (; state->bucket < IN6_ADDR_HSIZE; ++state->bucket) {
stephen hemmingerc2e21292010-03-17 20:31:10 +00003221 struct hlist_node *n;
Eric Dumazet4f70ecc2010-05-03 10:50:14 +00003222 hlist_for_each_entry_rcu_bh(ifa, n, &inet6_addr_lst[state->bucket],
Mihai Maruseac1d578302012-01-03 23:31:35 +00003223 addr_lst) {
Eric Dumazet9f0d3c22012-10-16 07:37:27 +00003224 if (!net_eq(dev_net(ifa->idev->dev), net))
3225 continue;
Mihai Maruseac1d578302012-01-03 23:31:35 +00003226 /* sync with offset */
3227 if (p < state->offset) {
3228 p++;
3229 continue;
3230 }
3231 state->offset++;
Eric Dumazet9f0d3c22012-10-16 07:37:27 +00003232 return ifa;
Mihai Maruseac1d578302012-01-03 23:31:35 +00003233 }
3234
3235 /* prepare for next bucket */
3236 state->offset = 0;
3237 p = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003238 }
stephen hemmingerc2e21292010-03-17 20:31:10 +00003239 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240}
3241
stephen hemmingerc2e21292010-03-17 20:31:10 +00003242static struct inet6_ifaddr *if6_get_next(struct seq_file *seq,
3243 struct inet6_ifaddr *ifa)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003244{
3245 struct if6_iter_state *state = seq->private;
YOSHIFUJI Hideaki12188542008-03-26 02:36:06 +09003246 struct net *net = seq_file_net(seq);
stephen hemmingerc2e21292010-03-17 20:31:10 +00003247 struct hlist_node *n = &ifa->addr_lst;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003248
Mihai Maruseac1d578302012-01-03 23:31:35 +00003249 hlist_for_each_entry_continue_rcu_bh(ifa, n, addr_lst) {
Eric Dumazet9f0d3c22012-10-16 07:37:27 +00003250 if (!net_eq(dev_net(ifa->idev->dev), net))
3251 continue;
Mihai Maruseac1d578302012-01-03 23:31:35 +00003252 state->offset++;
Eric Dumazet9f0d3c22012-10-16 07:37:27 +00003253 return ifa;
Mihai Maruseac1d578302012-01-03 23:31:35 +00003254 }
stephen hemmingerc2e21292010-03-17 20:31:10 +00003255
3256 while (++state->bucket < IN6_ADDR_HSIZE) {
Mihai Maruseac1d578302012-01-03 23:31:35 +00003257 state->offset = 0;
Eric Dumazet4f70ecc2010-05-03 10:50:14 +00003258 hlist_for_each_entry_rcu_bh(ifa, n,
stephen hemmingerc2e21292010-03-17 20:31:10 +00003259 &inet6_addr_lst[state->bucket], addr_lst) {
Eric Dumazet9f0d3c22012-10-16 07:37:27 +00003260 if (!net_eq(dev_net(ifa->idev->dev), net))
3261 continue;
Mihai Maruseac1d578302012-01-03 23:31:35 +00003262 state->offset++;
Eric Dumazet9f0d3c22012-10-16 07:37:27 +00003263 return ifa;
Daniel Lezcano3c400902008-01-10 22:42:49 -08003264 }
3265 }
3266
stephen hemmingerc2e21292010-03-17 20:31:10 +00003267 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003268}
3269
Linus Torvalds1da177e2005-04-16 15:20:36 -07003270static void *if6_seq_start(struct seq_file *seq, loff_t *pos)
Eric Dumazet4f70ecc2010-05-03 10:50:14 +00003271 __acquires(rcu_bh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003272{
stephen hemminger5c578ae2010-03-17 20:31:11 +00003273 rcu_read_lock_bh();
Mihai Maruseac1d578302012-01-03 23:31:35 +00003274 return if6_get_first(seq, *pos);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003275}
3276
3277static void *if6_seq_next(struct seq_file *seq, void *v, loff_t *pos)
3278{
3279 struct inet6_ifaddr *ifa;
3280
3281 ifa = if6_get_next(seq, v);
3282 ++*pos;
3283 return ifa;
3284}
3285
3286static void if6_seq_stop(struct seq_file *seq, void *v)
Eric Dumazet4f70ecc2010-05-03 10:50:14 +00003287 __releases(rcu_bh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288{
stephen hemminger5c578ae2010-03-17 20:31:11 +00003289 rcu_read_unlock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003290}
3291
3292static int if6_seq_show(struct seq_file *seq, void *v)
3293{
3294 struct inet6_ifaddr *ifp = (struct inet6_ifaddr *)v;
Harvey Harrison4b7a4272008-10-29 12:50:24 -07003295 seq_printf(seq, "%pi6 %02x %02x %02x %02x %8s\n",
Harvey Harrisonb0711952008-10-28 16:05:40 -07003296 &ifp->addr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003297 ifp->idev->dev->ifindex,
3298 ifp->prefix_len,
3299 ifp->scope,
3300 ifp->flags,
3301 ifp->idev->dev->name);
3302 return 0;
3303}
3304
Philippe De Muyter56b3d972007-07-10 23:07:31 -07003305static const struct seq_operations if6_seq_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003306 .start = if6_seq_start,
3307 .next = if6_seq_next,
3308 .show = if6_seq_show,
3309 .stop = if6_seq_stop,
3310};
3311
3312static int if6_seq_open(struct inode *inode, struct file *file)
3313{
Daniel Lezcano3c400902008-01-10 22:42:49 -08003314 return seq_open_net(inode, file, &if6_seq_ops,
3315 sizeof(struct if6_iter_state));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003316}
3317
Arjan van de Ven9a321442007-02-12 00:55:35 -08003318static const struct file_operations if6_fops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003319 .owner = THIS_MODULE,
3320 .open = if6_seq_open,
3321 .read = seq_read,
3322 .llseek = seq_lseek,
Daniel Lezcano3c400902008-01-10 22:42:49 -08003323 .release = seq_release_net,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003324};
3325
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00003326static int __net_init if6_proc_net_init(struct net *net)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327{
Gao fengd4beaa62013-02-18 01:34:54 +00003328 if (!proc_create("if_inet6", S_IRUGO, net->proc_net, &if6_fops))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003329 return -ENOMEM;
3330 return 0;
3331}
3332
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00003333static void __net_exit if6_proc_net_exit(struct net *net)
Daniel Lezcano3c400902008-01-10 22:42:49 -08003334{
Gao fengece31ff2013-02-18 01:34:56 +00003335 remove_proc_entry("if_inet6", net->proc_net);
Daniel Lezcano3c400902008-01-10 22:42:49 -08003336}
3337
3338static struct pernet_operations if6_proc_net_ops = {
3339 .init = if6_proc_net_init,
3340 .exit = if6_proc_net_exit,
3341};
3342
3343int __init if6_proc_init(void)
3344{
3345 return register_pernet_subsys(&if6_proc_net_ops);
3346}
3347
Linus Torvalds1da177e2005-04-16 15:20:36 -07003348void if6_proc_exit(void)
3349{
Daniel Lezcano3c400902008-01-10 22:42:49 -08003350 unregister_pernet_subsys(&if6_proc_net_ops);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003351}
3352#endif /* CONFIG_PROC_FS */
3353
Amerigo Wang07a93622012-10-29 16:23:10 +00003354#if IS_ENABLED(CONFIG_IPV6_MIP6)
Noriaki TAKAMIYA3b9f9a12006-09-22 14:45:56 -07003355/* Check if address is a home address configured on any interface. */
Eric Dumazetb71d1d42011-04-22 04:53:02 +00003356int ipv6_chk_home_addr(struct net *net, const struct in6_addr *addr)
Noriaki TAKAMIYA3b9f9a12006-09-22 14:45:56 -07003357{
3358 int ret = 0;
stephen hemmingerc2e21292010-03-17 20:31:10 +00003359 struct inet6_ifaddr *ifp = NULL;
3360 struct hlist_node *n;
Eric Dumazetddbe5032012-07-18 08:11:12 +00003361 unsigned int hash = inet6_addr_hash(addr);
stephen hemmingerc2e21292010-03-17 20:31:10 +00003362
stephen hemminger5c578ae2010-03-17 20:31:11 +00003363 rcu_read_lock_bh();
Eric Dumazet4f70ecc2010-05-03 10:50:14 +00003364 hlist_for_each_entry_rcu_bh(ifp, n, &inet6_addr_lst[hash], addr_lst) {
YOSHIFUJI Hideaki878628f2008-03-26 03:57:35 +09003365 if (!net_eq(dev_net(ifp->idev->dev), net))
Daniel Lezcano389f6612008-01-10 22:44:40 -08003366 continue;
YOSHIFUJI Hideakicaad2952008-04-10 15:42:07 +09003367 if (ipv6_addr_equal(&ifp->addr, addr) &&
Noriaki TAKAMIYA3b9f9a12006-09-22 14:45:56 -07003368 (ifp->flags & IFA_F_HOMEADDRESS)) {
3369 ret = 1;
3370 break;
3371 }
3372 }
stephen hemminger5c578ae2010-03-17 20:31:11 +00003373 rcu_read_unlock_bh();
Noriaki TAKAMIYA3b9f9a12006-09-22 14:45:56 -07003374 return ret;
3375}
3376#endif
3377
Linus Torvalds1da177e2005-04-16 15:20:36 -07003378/*
3379 * Periodic address status verification
3380 */
3381
3382static void addrconf_verify(unsigned long foo)
3383{
YOSHIFUJI Hideakib2db7562010-03-20 16:11:12 -07003384 unsigned long now, next, next_sec, next_sched;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003385 struct inet6_ifaddr *ifp;
stephen hemmingerc2e21292010-03-17 20:31:10 +00003386 struct hlist_node *node;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003387 int i;
3388
stephen hemminger5c578ae2010-03-17 20:31:11 +00003389 rcu_read_lock_bh();
3390 spin_lock(&addrconf_verify_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003391 now = jiffies;
YOSHIFUJI Hideakib2db7562010-03-20 16:11:12 -07003392 next = round_jiffies_up(now + ADDR_CHECK_FREQUENCY);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003393
3394 del_timer(&addr_chk_timer);
3395
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07003396 for (i = 0; i < IN6_ADDR_HSIZE; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003397restart:
Eric Dumazet4f70ecc2010-05-03 10:50:14 +00003398 hlist_for_each_entry_rcu_bh(ifp, node,
stephen hemminger5c578ae2010-03-17 20:31:11 +00003399 &inet6_addr_lst[i], addr_lst) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003400 unsigned long age;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401
3402 if (ifp->flags & IFA_F_PERMANENT)
3403 continue;
3404
3405 spin_lock(&ifp->lock);
YOSHIFUJI Hideakib2db7562010-03-20 16:11:12 -07003406 /* We try to batch several events at once. */
3407 age = (now - ifp->tstamp + ADDRCONF_TIMER_FUZZ_MINUS) / HZ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408
YOSHIFUJI Hideaki8f27ebb2006-07-28 18:12:11 +09003409 if (ifp->valid_lft != INFINITY_LIFE_TIME &&
3410 age >= ifp->valid_lft) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003411 spin_unlock(&ifp->lock);
3412 in6_ifa_hold(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003413 ipv6_del_addr(ifp);
3414 goto restart;
YOSHIFUJI Hideaki8f27ebb2006-07-28 18:12:11 +09003415 } else if (ifp->prefered_lft == INFINITY_LIFE_TIME) {
3416 spin_unlock(&ifp->lock);
3417 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003418 } else if (age >= ifp->prefered_lft) {
Brian Haleya1ed0522009-07-02 07:10:52 +00003419 /* jiffies - ifp->tstamp > age >= ifp->prefered_lft */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003420 int deprecate = 0;
3421
3422 if (!(ifp->flags&IFA_F_DEPRECATED)) {
3423 deprecate = 1;
3424 ifp->flags |= IFA_F_DEPRECATED;
3425 }
3426
3427 if (time_before(ifp->tstamp + ifp->valid_lft * HZ, next))
3428 next = ifp->tstamp + ifp->valid_lft * HZ;
3429
3430 spin_unlock(&ifp->lock);
3431
3432 if (deprecate) {
3433 in6_ifa_hold(ifp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003434
3435 ipv6_ifa_notify(0, ifp);
3436 in6_ifa_put(ifp);
3437 goto restart;
3438 }
3439#ifdef CONFIG_IPV6_PRIVACY
3440 } else if ((ifp->flags&IFA_F_TEMPORARY) &&
3441 !(ifp->flags&IFA_F_TENTATIVE)) {
stephen hemminger88949cf2010-03-17 20:31:17 +00003442 unsigned long regen_advance = ifp->idev->cnf.regen_max_retry *
3443 ifp->idev->cnf.dad_transmits *
3444 ifp->idev->nd_parms->retrans_time / HZ;
3445
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446 if (age >= ifp->prefered_lft - regen_advance) {
3447 struct inet6_ifaddr *ifpub = ifp->ifpub;
3448 if (time_before(ifp->tstamp + ifp->prefered_lft * HZ, next))
3449 next = ifp->tstamp + ifp->prefered_lft * HZ;
3450 if (!ifp->regen_count && ifpub) {
3451 ifp->regen_count++;
3452 in6_ifa_hold(ifp);
3453 in6_ifa_hold(ifpub);
3454 spin_unlock(&ifp->lock);
stephen hemminger5c578ae2010-03-17 20:31:11 +00003455
Hiroyuki YAMAMORI291d8092005-12-23 11:24:05 -08003456 spin_lock(&ifpub->lock);
3457 ifpub->regen_count = 0;
3458 spin_unlock(&ifpub->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003459 ipv6_create_tempaddr(ifpub, ifp);
3460 in6_ifa_put(ifpub);
3461 in6_ifa_put(ifp);
3462 goto restart;
3463 }
3464 } else if (time_before(ifp->tstamp + ifp->prefered_lft * HZ - regen_advance * HZ, next))
3465 next = ifp->tstamp + ifp->prefered_lft * HZ - regen_advance * HZ;
3466 spin_unlock(&ifp->lock);
3467#endif
3468 } else {
3469 /* ifp->prefered_lft <= ifp->valid_lft */
3470 if (time_before(ifp->tstamp + ifp->prefered_lft * HZ, next))
3471 next = ifp->tstamp + ifp->prefered_lft * HZ;
3472 spin_unlock(&ifp->lock);
3473 }
3474 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003475 }
3476
YOSHIFUJI Hideakib2db7562010-03-20 16:11:12 -07003477 next_sec = round_jiffies_up(next);
3478 next_sched = next;
3479
3480 /* If rounded timeout is accurate enough, accept it. */
3481 if (time_before(next_sec, next + ADDRCONF_TIMER_FUZZ))
3482 next_sched = next_sec;
3483
3484 /* And minimum interval is ADDRCONF_TIMER_FUZZ_MAX. */
3485 if (time_before(next_sched, jiffies + ADDRCONF_TIMER_FUZZ_MAX))
3486 next_sched = jiffies + ADDRCONF_TIMER_FUZZ_MAX;
3487
3488 ADBG((KERN_DEBUG "now = %lu, schedule = %lu, rounded schedule = %lu => %lu\n",
3489 now, next, next_sec, next_sched));
3490
3491 addr_chk_timer.expires = next_sched;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003492 add_timer(&addr_chk_timer);
stephen hemminger5c578ae2010-03-17 20:31:11 +00003493 spin_unlock(&addrconf_verify_lock);
3494 rcu_read_unlock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003495}
3496
Thomas Graf461d8832006-09-18 00:09:49 -07003497static struct in6_addr *extract_addr(struct nlattr *addr, struct nlattr *local)
3498{
3499 struct in6_addr *pfx = NULL;
3500
3501 if (addr)
3502 pfx = nla_data(addr);
3503
3504 if (local) {
3505 if (pfx && nla_memcmp(local, pfx, sizeof(*pfx)))
3506 pfx = NULL;
3507 else
3508 pfx = nla_data(local);
3509 }
3510
3511 return pfx;
3512}
3513
Patrick McHardyef7c79e2007-06-05 12:38:30 -07003514static const struct nla_policy ifa_ipv6_policy[IFA_MAX+1] = {
Thomas Graf461d8832006-09-18 00:09:49 -07003515 [IFA_ADDRESS] = { .len = sizeof(struct in6_addr) },
3516 [IFA_LOCAL] = { .len = sizeof(struct in6_addr) },
3517 [IFA_CACHEINFO] = { .len = sizeof(struct ifa_cacheinfo) },
3518};
3519
Linus Torvalds1da177e2005-04-16 15:20:36 -07003520static int
3521inet6_rtm_deladdr(struct sk_buff *skb, struct nlmsghdr *nlh, void *arg)
3522{
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09003523 struct net *net = sock_net(skb->sk);
Thomas Grafb933f712006-09-18 00:10:19 -07003524 struct ifaddrmsg *ifm;
3525 struct nlattr *tb[IFA_MAX+1];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526 struct in6_addr *pfx;
Thomas Grafb933f712006-09-18 00:10:19 -07003527 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003528
Thomas Grafb933f712006-09-18 00:10:19 -07003529 err = nlmsg_parse(nlh, sizeof(*ifm), tb, IFA_MAX, ifa_ipv6_policy);
3530 if (err < 0)
3531 return err;
3532
3533 ifm = nlmsg_data(nlh);
3534 pfx = extract_addr(tb[IFA_ADDRESS], tb[IFA_LOCAL]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003535 if (pfx == NULL)
3536 return -EINVAL;
3537
Daniel Lezcanoaf284932008-03-05 10:46:57 -08003538 return inet6_addr_del(net, ifm->ifa_index, pfx, ifm->ifa_prefixlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003539}
3540
Noriaki TAKAMIYA55ebaef2006-09-22 14:45:27 -07003541static int inet6_addr_modify(struct inet6_ifaddr *ifp, u8 ifa_flags,
3542 u32 prefered_lft, u32 valid_lft)
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003543{
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07003544 u32 flags;
3545 clock_t expires;
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09003546 unsigned long timeout;
YOSHIFUJI Hideaki46d48042007-02-07 20:36:26 +09003547
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003548 if (!valid_lft || (prefered_lft > valid_lft))
3549 return -EINVAL;
3550
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09003551 timeout = addrconf_timeout_fixup(valid_lft, HZ);
3552 if (addrconf_finite_timeout(timeout)) {
3553 expires = jiffies_to_clock_t(timeout * HZ);
3554 valid_lft = timeout;
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07003555 flags = RTF_EXPIRES;
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09003556 } else {
3557 expires = 0;
3558 flags = 0;
3559 ifa_flags |= IFA_F_PERMANENT;
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07003560 }
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003561
YOSHIFUJI Hideaki4bed72e2008-05-27 17:37:49 +09003562 timeout = addrconf_timeout_fixup(prefered_lft, HZ);
3563 if (addrconf_finite_timeout(timeout)) {
3564 if (timeout == 0)
3565 ifa_flags |= IFA_F_DEPRECATED;
3566 prefered_lft = timeout;
3567 }
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003568
3569 spin_lock_bh(&ifp->lock);
Noriaki TAKAMIYA3b9f9a12006-09-22 14:45:56 -07003570 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 +09003571 ifp->tstamp = jiffies;
3572 ifp->valid_lft = valid_lft;
3573 ifp->prefered_lft = prefered_lft;
3574
3575 spin_unlock_bh(&ifp->lock);
3576 if (!(ifp->flags&IFA_F_TENTATIVE))
3577 ipv6_ifa_notify(0, ifp);
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003578
YOSHIFUJI Hideaki46d48042007-02-07 20:36:26 +09003579 addrconf_prefix_route(&ifp->addr, ifp->prefix_len, ifp->idev->dev,
YOSHIFUJI Hideaki6f704992008-05-19 16:56:11 -07003580 expires, flags);
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003581 addrconf_verify(0);
3582
3583 return 0;
3584}
3585
3586static int
Linus Torvalds1da177e2005-04-16 15:20:36 -07003587inet6_rtm_newaddr(struct sk_buff *skb, struct nlmsghdr *nlh, void *arg)
3588{
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09003589 struct net *net = sock_net(skb->sk);
Thomas Graf461d8832006-09-18 00:09:49 -07003590 struct ifaddrmsg *ifm;
3591 struct nlattr *tb[IFA_MAX+1];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003592 struct in6_addr *pfx;
Thomas Graf7198f8c2006-09-18 00:13:46 -07003593 struct inet6_ifaddr *ifa;
3594 struct net_device *dev;
Noriaki TAKAMIYA55ebaef2006-09-22 14:45:27 -07003595 u32 valid_lft = INFINITY_LIFE_TIME, preferred_lft = INFINITY_LIFE_TIME;
3596 u8 ifa_flags;
Thomas Graf461d8832006-09-18 00:09:49 -07003597 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003598
Thomas Graf461d8832006-09-18 00:09:49 -07003599 err = nlmsg_parse(nlh, sizeof(*ifm), tb, IFA_MAX, ifa_ipv6_policy);
3600 if (err < 0)
3601 return err;
3602
3603 ifm = nlmsg_data(nlh);
3604 pfx = extract_addr(tb[IFA_ADDRESS], tb[IFA_LOCAL]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003605 if (pfx == NULL)
3606 return -EINVAL;
3607
Thomas Graf461d8832006-09-18 00:09:49 -07003608 if (tb[IFA_CACHEINFO]) {
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09003609 struct ifa_cacheinfo *ci;
Thomas Graf461d8832006-09-18 00:09:49 -07003610
3611 ci = nla_data(tb[IFA_CACHEINFO]);
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09003612 valid_lft = ci->ifa_valid;
Thomas Graf461d8832006-09-18 00:09:49 -07003613 preferred_lft = ci->ifa_prefered;
3614 } else {
3615 preferred_lft = INFINITY_LIFE_TIME;
3616 valid_lft = INFINITY_LIFE_TIME;
Noriaki TAKAMIYA07787692006-07-28 18:12:10 +09003617 }
3618
Daniel Lezcanoaf284932008-03-05 10:46:57 -08003619 dev = __dev_get_by_index(net, ifm->ifa_index);
Thomas Graf7198f8c2006-09-18 00:13:46 -07003620 if (dev == NULL)
3621 return -ENODEV;
3622
Noriaki TAKAMIYA55ebaef2006-09-22 14:45:27 -07003623 /* We ignore other flags so far. */
Noriaki TAKAMIYA3b9f9a12006-09-22 14:45:56 -07003624 ifa_flags = ifm->ifa_flags & (IFA_F_NODAD | IFA_F_HOMEADDRESS);
Noriaki TAKAMIYA55ebaef2006-09-22 14:45:27 -07003625
Daniel Lezcano1cab3da2008-01-10 22:44:09 -08003626 ifa = ipv6_get_ifaddr(net, pfx, dev, 1);
Thomas Graf7198f8c2006-09-18 00:13:46 -07003627 if (ifa == NULL) {
3628 /*
3629 * It would be best to check for !NLM_F_CREATE here but
3630 * userspace alreay relies on not having to provide this.
3631 */
Daniel Lezcanoaf284932008-03-05 10:46:57 -08003632 return inet6_addr_add(net, ifm->ifa_index, pfx,
3633 ifm->ifa_prefixlen, ifa_flags,
3634 preferred_lft, valid_lft);
Noriaki TAKAMIYA081bba52006-07-28 18:12:13 +09003635 }
3636
Thomas Graf7198f8c2006-09-18 00:13:46 -07003637 if (nlh->nlmsg_flags & NLM_F_EXCL ||
3638 !(nlh->nlmsg_flags & NLM_F_REPLACE))
3639 err = -EEXIST;
3640 else
Noriaki TAKAMIYA55ebaef2006-09-22 14:45:27 -07003641 err = inet6_addr_modify(ifa, ifa_flags, preferred_lft, valid_lft);
Thomas Graf7198f8c2006-09-18 00:13:46 -07003642
3643 in6_ifa_put(ifa);
3644
3645 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003646}
3647
Thomas Graf101bb222006-09-18 00:11:52 -07003648static void put_ifaddrmsg(struct nlmsghdr *nlh, u8 prefixlen, u8 flags,
3649 u8 scope, int ifindex)
3650{
3651 struct ifaddrmsg *ifm;
3652
3653 ifm = nlmsg_data(nlh);
3654 ifm->ifa_family = AF_INET6;
3655 ifm->ifa_prefixlen = prefixlen;
3656 ifm->ifa_flags = flags;
3657 ifm->ifa_scope = scope;
3658 ifm->ifa_index = ifindex;
3659}
3660
Thomas Graf85486af2006-09-18 00:11:24 -07003661static int put_cacheinfo(struct sk_buff *skb, unsigned long cstamp,
3662 unsigned long tstamp, u32 preferred, u32 valid)
3663{
3664 struct ifa_cacheinfo ci;
3665
Thomas Graf18a31e12010-11-17 04:12:02 +00003666 ci.cstamp = cstamp_delta(cstamp);
3667 ci.tstamp = cstamp_delta(tstamp);
Thomas Graf85486af2006-09-18 00:11:24 -07003668 ci.ifa_prefered = preferred;
3669 ci.ifa_valid = valid;
3670
3671 return nla_put(skb, IFA_CACHEINFO, sizeof(ci), &ci);
3672}
3673
Thomas Graf101bb222006-09-18 00:11:52 -07003674static inline int rt_scope(int ifa_scope)
3675{
3676 if (ifa_scope & IFA_HOST)
3677 return RT_SCOPE_HOST;
3678 else if (ifa_scope & IFA_LINK)
3679 return RT_SCOPE_LINK;
3680 else if (ifa_scope & IFA_SITE)
3681 return RT_SCOPE_SITE;
3682 else
3683 return RT_SCOPE_UNIVERSE;
3684}
3685
Thomas Graf0ab68032006-09-18 00:12:35 -07003686static inline int inet6_ifaddr_msgsize(void)
3687{
Thomas Graf339bf982006-11-10 14:10:15 -08003688 return NLMSG_ALIGN(sizeof(struct ifaddrmsg))
3689 + nla_total_size(16) /* IFA_ADDRESS */
3690 + nla_total_size(sizeof(struct ifa_cacheinfo));
Thomas Graf0ab68032006-09-18 00:12:35 -07003691}
YOSHIFUJI Hideakic5396a32006-06-17 22:48:48 -07003692
Linus Torvalds1da177e2005-04-16 15:20:36 -07003693static int inet6_fill_ifaddr(struct sk_buff *skb, struct inet6_ifaddr *ifa,
Eric W. Biederman15e47302012-09-07 20:12:54 +00003694 u32 portid, u32 seq, int event, unsigned int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003695{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003696 struct nlmsghdr *nlh;
Thomas Graf85486af2006-09-18 00:11:24 -07003697 u32 preferred, valid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003698
Eric W. Biederman15e47302012-09-07 20:12:54 +00003699 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct ifaddrmsg), flags);
Thomas Graf0ab68032006-09-18 00:12:35 -07003700 if (nlh == NULL)
Patrick McHardy26932562007-01-31 23:16:40 -08003701 return -EMSGSIZE;
Thomas Graf0ab68032006-09-18 00:12:35 -07003702
Thomas Graf101bb222006-09-18 00:11:52 -07003703 put_ifaddrmsg(nlh, ifa->prefix_len, ifa->flags, rt_scope(ifa->scope),
3704 ifa->idev->dev->ifindex);
3705
Linus Torvalds1da177e2005-04-16 15:20:36 -07003706 if (!(ifa->flags&IFA_F_PERMANENT)) {
Thomas Graf85486af2006-09-18 00:11:24 -07003707 preferred = ifa->prefered_lft;
3708 valid = ifa->valid_lft;
3709 if (preferred != INFINITY_LIFE_TIME) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003710 long tval = (jiffies - ifa->tstamp)/HZ;
Jens Rosenbooma1faa692009-06-25 04:55:50 +00003711 if (preferred > tval)
3712 preferred -= tval;
3713 else
3714 preferred = 0;
Ben Hutchingsf56619f2010-06-26 11:37:47 +00003715 if (valid != INFINITY_LIFE_TIME) {
3716 if (valid > tval)
3717 valid -= tval;
3718 else
3719 valid = 0;
3720 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003721 }
3722 } else {
Thomas Graf85486af2006-09-18 00:11:24 -07003723 preferred = INFINITY_LIFE_TIME;
3724 valid = INFINITY_LIFE_TIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003725 }
Thomas Graf85486af2006-09-18 00:11:24 -07003726
Thomas Graf0ab68032006-09-18 00:12:35 -07003727 if (nla_put(skb, IFA_ADDRESS, 16, &ifa->addr) < 0 ||
Patrick McHardy26932562007-01-31 23:16:40 -08003728 put_cacheinfo(skb, ifa->cstamp, ifa->tstamp, preferred, valid) < 0) {
3729 nlmsg_cancel(skb, nlh);
3730 return -EMSGSIZE;
3731 }
Thomas Graf85486af2006-09-18 00:11:24 -07003732
Thomas Graf0ab68032006-09-18 00:12:35 -07003733 return nlmsg_end(skb, nlh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003734}
3735
3736static int inet6_fill_ifmcaddr(struct sk_buff *skb, struct ifmcaddr6 *ifmca,
Eric W. Biederman15e47302012-09-07 20:12:54 +00003737 u32 portid, u32 seq, int event, u16 flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003738{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003739 struct nlmsghdr *nlh;
Thomas Graf101bb222006-09-18 00:11:52 -07003740 u8 scope = RT_SCOPE_UNIVERSE;
3741 int ifindex = ifmca->idev->dev->ifindex;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003742
Thomas Graf101bb222006-09-18 00:11:52 -07003743 if (ipv6_addr_scope(&ifmca->mca_addr) & IFA_SITE)
3744 scope = RT_SCOPE_SITE;
3745
Eric W. Biederman15e47302012-09-07 20:12:54 +00003746 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct ifaddrmsg), flags);
Thomas Graf0ab68032006-09-18 00:12:35 -07003747 if (nlh == NULL)
Patrick McHardy26932562007-01-31 23:16:40 -08003748 return -EMSGSIZE;
Thomas Graf0ab68032006-09-18 00:12:35 -07003749
Thomas Graf101bb222006-09-18 00:11:52 -07003750 put_ifaddrmsg(nlh, 128, IFA_F_PERMANENT, scope, ifindex);
Thomas Graf0ab68032006-09-18 00:12:35 -07003751 if (nla_put(skb, IFA_MULTICAST, 16, &ifmca->mca_addr) < 0 ||
3752 put_cacheinfo(skb, ifmca->mca_cstamp, ifmca->mca_tstamp,
Patrick McHardy26932562007-01-31 23:16:40 -08003753 INFINITY_LIFE_TIME, INFINITY_LIFE_TIME) < 0) {
3754 nlmsg_cancel(skb, nlh);
3755 return -EMSGSIZE;
3756 }
Thomas Graf85486af2006-09-18 00:11:24 -07003757
Thomas Graf0ab68032006-09-18 00:12:35 -07003758 return nlmsg_end(skb, nlh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003759}
3760
3761static int inet6_fill_ifacaddr(struct sk_buff *skb, struct ifacaddr6 *ifaca,
Eric W. Biederman15e47302012-09-07 20:12:54 +00003762 u32 portid, u32 seq, int event, unsigned int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003763{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003764 struct nlmsghdr *nlh;
Thomas Graf101bb222006-09-18 00:11:52 -07003765 u8 scope = RT_SCOPE_UNIVERSE;
3766 int ifindex = ifaca->aca_idev->dev->ifindex;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003767
Thomas Graf101bb222006-09-18 00:11:52 -07003768 if (ipv6_addr_scope(&ifaca->aca_addr) & IFA_SITE)
3769 scope = RT_SCOPE_SITE;
3770
Eric W. Biederman15e47302012-09-07 20:12:54 +00003771 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct ifaddrmsg), flags);
Thomas Graf0ab68032006-09-18 00:12:35 -07003772 if (nlh == NULL)
Patrick McHardy26932562007-01-31 23:16:40 -08003773 return -EMSGSIZE;
Thomas Graf0ab68032006-09-18 00:12:35 -07003774
Thomas Graf101bb222006-09-18 00:11:52 -07003775 put_ifaddrmsg(nlh, 128, IFA_F_PERMANENT, scope, ifindex);
Thomas Graf0ab68032006-09-18 00:12:35 -07003776 if (nla_put(skb, IFA_ANYCAST, 16, &ifaca->aca_addr) < 0 ||
3777 put_cacheinfo(skb, ifaca->aca_cstamp, ifaca->aca_tstamp,
Patrick McHardy26932562007-01-31 23:16:40 -08003778 INFINITY_LIFE_TIME, INFINITY_LIFE_TIME) < 0) {
3779 nlmsg_cancel(skb, nlh);
3780 return -EMSGSIZE;
3781 }
Thomas Graf85486af2006-09-18 00:11:24 -07003782
Thomas Graf0ab68032006-09-18 00:12:35 -07003783 return nlmsg_end(skb, nlh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003784}
3785
Stephen Hemmingere21e8462010-03-20 16:09:01 -07003786enum addr_type_t {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003787 UNICAST_ADDR,
3788 MULTICAST_ADDR,
3789 ANYCAST_ADDR,
3790};
3791
Eric Dumazet234b27c2009-11-12 04:11:50 +00003792/* called with rcu_read_lock() */
3793static int in6_dump_addrs(struct inet6_dev *idev, struct sk_buff *skb,
3794 struct netlink_callback *cb, enum addr_type_t type,
3795 int s_ip_idx, int *p_ip_idx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003796{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003797 struct ifmcaddr6 *ifmca;
3798 struct ifacaddr6 *ifaca;
Eric Dumazet234b27c2009-11-12 04:11:50 +00003799 int err = 1;
3800 int ip_idx = *p_ip_idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003801
Eric Dumazet234b27c2009-11-12 04:11:50 +00003802 read_lock_bh(&idev->lock);
3803 switch (type) {
stephen hemminger502a2ff2010-03-17 20:31:13 +00003804 case UNICAST_ADDR: {
3805 struct inet6_ifaddr *ifa;
3806
Eric Dumazet234b27c2009-11-12 04:11:50 +00003807 /* unicast address incl. temp addr */
stephen hemminger502a2ff2010-03-17 20:31:13 +00003808 list_for_each_entry(ifa, &idev->addr_list, if_list) {
3809 if (++ip_idx < s_ip_idx)
Eric Dumazet234b27c2009-11-12 04:11:50 +00003810 continue;
3811 err = inet6_fill_ifaddr(skb, ifa,
Eric W. Biederman15e47302012-09-07 20:12:54 +00003812 NETLINK_CB(cb->skb).portid,
Eric Dumazet234b27c2009-11-12 04:11:50 +00003813 cb->nlh->nlmsg_seq,
3814 RTM_NEWADDR,
3815 NLM_F_MULTI);
3816 if (err <= 0)
3817 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003818 }
Eric Dumazet234b27c2009-11-12 04:11:50 +00003819 break;
stephen hemminger502a2ff2010-03-17 20:31:13 +00003820 }
Eric Dumazet234b27c2009-11-12 04:11:50 +00003821 case MULTICAST_ADDR:
3822 /* multicast address */
3823 for (ifmca = idev->mc_list; ifmca;
3824 ifmca = ifmca->next, ip_idx++) {
3825 if (ip_idx < s_ip_idx)
3826 continue;
3827 err = inet6_fill_ifmcaddr(skb, ifmca,
Eric W. Biederman15e47302012-09-07 20:12:54 +00003828 NETLINK_CB(cb->skb).portid,
Eric Dumazet234b27c2009-11-12 04:11:50 +00003829 cb->nlh->nlmsg_seq,
3830 RTM_GETMULTICAST,
3831 NLM_F_MULTI);
3832 if (err <= 0)
3833 break;
3834 }
3835 break;
3836 case ANYCAST_ADDR:
3837 /* anycast address */
3838 for (ifaca = idev->ac_list; ifaca;
3839 ifaca = ifaca->aca_next, ip_idx++) {
3840 if (ip_idx < s_ip_idx)
3841 continue;
3842 err = inet6_fill_ifacaddr(skb, ifaca,
Eric W. Biederman15e47302012-09-07 20:12:54 +00003843 NETLINK_CB(cb->skb).portid,
Eric Dumazet234b27c2009-11-12 04:11:50 +00003844 cb->nlh->nlmsg_seq,
3845 RTM_GETANYCAST,
3846 NLM_F_MULTI);
3847 if (err <= 0)
3848 break;
3849 }
3850 break;
3851 default:
3852 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003853 }
Eric Dumazet234b27c2009-11-12 04:11:50 +00003854 read_unlock_bh(&idev->lock);
3855 *p_ip_idx = ip_idx;
3856 return err;
3857}
3858
3859static int inet6_dump_addr(struct sk_buff *skb, struct netlink_callback *cb,
3860 enum addr_type_t type)
3861{
3862 struct net *net = sock_net(skb->sk);
3863 int h, s_h;
3864 int idx, ip_idx;
3865 int s_idx, s_ip_idx;
3866 struct net_device *dev;
3867 struct inet6_dev *idev;
3868 struct hlist_head *head;
3869 struct hlist_node *node;
3870
3871 s_h = cb->args[0];
3872 s_idx = idx = cb->args[1];
3873 s_ip_idx = ip_idx = cb->args[2];
3874
3875 rcu_read_lock();
3876 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) {
3877 idx = 0;
3878 head = &net->dev_index_head[h];
3879 hlist_for_each_entry_rcu(dev, node, head, index_hlist) {
3880 if (idx < s_idx)
3881 goto cont;
Patrick McHardy4b97efd2010-03-26 20:27:49 -07003882 if (h > s_h || idx > s_idx)
Eric Dumazet234b27c2009-11-12 04:11:50 +00003883 s_ip_idx = 0;
3884 ip_idx = 0;
Stephen Hemmingere21e8462010-03-20 16:09:01 -07003885 idev = __in6_dev_get(dev);
3886 if (!idev)
Eric Dumazet234b27c2009-11-12 04:11:50 +00003887 goto cont;
3888
3889 if (in6_dump_addrs(idev, skb, cb, type,
3890 s_ip_idx, &ip_idx) <= 0)
3891 goto done;
3892cont:
3893 idx++;
3894 }
3895 }
3896done:
3897 rcu_read_unlock();
3898 cb->args[0] = h;
3899 cb->args[1] = idx;
3900 cb->args[2] = ip_idx;
3901
Linus Torvalds1da177e2005-04-16 15:20:36 -07003902 return skb->len;
3903}
3904
3905static int inet6_dump_ifaddr(struct sk_buff *skb, struct netlink_callback *cb)
3906{
3907 enum addr_type_t type = UNICAST_ADDR;
Denis V. Lunevb8542722007-12-01 00:21:31 +11003908
Linus Torvalds1da177e2005-04-16 15:20:36 -07003909 return inet6_dump_addr(skb, cb, type);
3910}
3911
3912static int inet6_dump_ifmcaddr(struct sk_buff *skb, struct netlink_callback *cb)
3913{
3914 enum addr_type_t type = MULTICAST_ADDR;
Denis V. Lunevb8542722007-12-01 00:21:31 +11003915
Linus Torvalds1da177e2005-04-16 15:20:36 -07003916 return inet6_dump_addr(skb, cb, type);
3917}
3918
3919
3920static int inet6_dump_ifacaddr(struct sk_buff *skb, struct netlink_callback *cb)
3921{
3922 enum addr_type_t type = ANYCAST_ADDR;
Denis V. Lunevb8542722007-12-01 00:21:31 +11003923
Linus Torvalds1da177e2005-04-16 15:20:36 -07003924 return inet6_dump_addr(skb, cb, type);
3925}
3926
Eldad Zack8e5e8f32012-04-01 07:49:08 +00003927static int inet6_rtm_getaddr(struct sk_buff *in_skb, struct nlmsghdr *nlh,
Thomas Graf1b29fc22006-09-18 00:10:50 -07003928 void *arg)
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09003929{
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09003930 struct net *net = sock_net(in_skb->sk);
Thomas Graf1b29fc22006-09-18 00:10:50 -07003931 struct ifaddrmsg *ifm;
3932 struct nlattr *tb[IFA_MAX+1];
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09003933 struct in6_addr *addr = NULL;
3934 struct net_device *dev = NULL;
3935 struct inet6_ifaddr *ifa;
3936 struct sk_buff *skb;
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09003937 int err;
3938
Thomas Graf1b29fc22006-09-18 00:10:50 -07003939 err = nlmsg_parse(nlh, sizeof(*ifm), tb, IFA_MAX, ifa_ipv6_policy);
3940 if (err < 0)
3941 goto errout;
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09003942
Thomas Graf1b29fc22006-09-18 00:10:50 -07003943 addr = extract_addr(tb[IFA_ADDRESS], tb[IFA_LOCAL]);
3944 if (addr == NULL) {
3945 err = -EINVAL;
3946 goto errout;
3947 }
3948
3949 ifm = nlmsg_data(nlh);
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09003950 if (ifm->ifa_index)
Benjamin Thery6fda7352008-03-05 10:47:47 -08003951 dev = __dev_get_by_index(net, ifm->ifa_index);
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09003952
Stephen Hemmingere21e8462010-03-20 16:09:01 -07003953 ifa = ipv6_get_ifaddr(net, addr, dev, 1);
3954 if (!ifa) {
Thomas Graf1b29fc22006-09-18 00:10:50 -07003955 err = -EADDRNOTAVAIL;
3956 goto errout;
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09003957 }
3958
Stephen Hemmingere21e8462010-03-20 16:09:01 -07003959 skb = nlmsg_new(inet6_ifaddr_msgsize(), GFP_KERNEL);
3960 if (!skb) {
Thomas Graf1b29fc22006-09-18 00:10:50 -07003961 err = -ENOBUFS;
3962 goto errout_ifa;
3963 }
3964
Eric W. Biederman15e47302012-09-07 20:12:54 +00003965 err = inet6_fill_ifaddr(skb, ifa, NETLINK_CB(in_skb).portid,
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09003966 nlh->nlmsg_seq, RTM_NEWADDR, 0);
Patrick McHardy26932562007-01-31 23:16:40 -08003967 if (err < 0) {
3968 /* -EMSGSIZE implies BUG in inet6_ifaddr_msgsize() */
3969 WARN_ON(err == -EMSGSIZE);
3970 kfree_skb(skb);
3971 goto errout_ifa;
3972 }
Eric W. Biederman15e47302012-09-07 20:12:54 +00003973 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
Thomas Graf1b29fc22006-09-18 00:10:50 -07003974errout_ifa:
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09003975 in6_ifa_put(ifa);
Thomas Graf1b29fc22006-09-18 00:10:50 -07003976errout:
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09003977 return err;
Noriaki TAKAMIYA6c223822006-07-28 18:12:12 +09003978}
3979
Linus Torvalds1da177e2005-04-16 15:20:36 -07003980static void inet6_ifa_notify(int event, struct inet6_ifaddr *ifa)
3981{
3982 struct sk_buff *skb;
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09003983 struct net *net = dev_net(ifa->idev->dev);
Thomas Graf5d620262006-08-15 00:35:02 -07003984 int err = -ENOBUFS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003985
Thomas Graf0ab68032006-09-18 00:12:35 -07003986 skb = nlmsg_new(inet6_ifaddr_msgsize(), GFP_ATOMIC);
Thomas Graf5d620262006-08-15 00:35:02 -07003987 if (skb == NULL)
3988 goto errout;
3989
3990 err = inet6_fill_ifaddr(skb, ifa, 0, 0, event, 0);
Patrick McHardy26932562007-01-31 23:16:40 -08003991 if (err < 0) {
3992 /* -EMSGSIZE implies BUG in inet6_ifaddr_msgsize() */
3993 WARN_ON(err == -EMSGSIZE);
3994 kfree_skb(skb);
3995 goto errout;
3996 }
Pablo Neira Ayuso1ce85fe2009-02-24 23:18:28 -08003997 rtnl_notify(skb, net, 0, RTNLGRP_IPV6_IFADDR, NULL, GFP_ATOMIC);
3998 return;
Thomas Graf5d620262006-08-15 00:35:02 -07003999errout:
4000 if (err < 0)
Benjamin Thery6fda7352008-03-05 10:47:47 -08004001 rtnl_set_sk_err(net, RTNLGRP_IPV6_IFADDR, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004002}
4003
Dave Jonesb6f99a22007-03-22 12:27:49 -07004004static inline void ipv6_store_devconf(struct ipv6_devconf *cnf,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004005 __s32 *array, int bytes)
4006{
Thomas Graf04561c12006-11-14 19:53:58 -08004007 BUG_ON(bytes < (DEVCONF_MAX * 4));
4008
Linus Torvalds1da177e2005-04-16 15:20:36 -07004009 memset(array, 0, bytes);
4010 array[DEVCONF_FORWARDING] = cnf->forwarding;
4011 array[DEVCONF_HOPLIMIT] = cnf->hop_limit;
4012 array[DEVCONF_MTU6] = cnf->mtu6;
4013 array[DEVCONF_ACCEPT_RA] = cnf->accept_ra;
4014 array[DEVCONF_ACCEPT_REDIRECTS] = cnf->accept_redirects;
4015 array[DEVCONF_AUTOCONF] = cnf->autoconf;
4016 array[DEVCONF_DAD_TRANSMITS] = cnf->dad_transmits;
4017 array[DEVCONF_RTR_SOLICITS] = cnf->rtr_solicits;
Thomas Graf93908d12010-11-17 01:44:24 +00004018 array[DEVCONF_RTR_SOLICIT_INTERVAL] =
4019 jiffies_to_msecs(cnf->rtr_solicit_interval);
4020 array[DEVCONF_RTR_SOLICIT_DELAY] =
4021 jiffies_to_msecs(cnf->rtr_solicit_delay);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004022 array[DEVCONF_FORCE_MLD_VERSION] = cnf->force_mld_version;
4023#ifdef CONFIG_IPV6_PRIVACY
4024 array[DEVCONF_USE_TEMPADDR] = cnf->use_tempaddr;
4025 array[DEVCONF_TEMP_VALID_LFT] = cnf->temp_valid_lft;
4026 array[DEVCONF_TEMP_PREFERED_LFT] = cnf->temp_prefered_lft;
4027 array[DEVCONF_REGEN_MAX_RETRY] = cnf->regen_max_retry;
4028 array[DEVCONF_MAX_DESYNC_FACTOR] = cnf->max_desync_factor;
4029#endif
4030 array[DEVCONF_MAX_ADDRESSES] = cnf->max_addresses;
YOSHIFUJI Hideaki65f5c7c2006-03-20 16:55:08 -08004031 array[DEVCONF_ACCEPT_RA_DEFRTR] = cnf->accept_ra_defrtr;
YOSHIFUJI Hideakic4fd30e2006-03-20 16:55:26 -08004032 array[DEVCONF_ACCEPT_RA_PINFO] = cnf->accept_ra_pinfo;
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -08004033#ifdef CONFIG_IPV6_ROUTER_PREF
4034 array[DEVCONF_ACCEPT_RA_RTR_PREF] = cnf->accept_ra_rtr_pref;
Thomas Graf93908d12010-11-17 01:44:24 +00004035 array[DEVCONF_RTR_PROBE_INTERVAL] =
4036 jiffies_to_msecs(cnf->rtr_probe_interval);
Neil Hormanfa03ef32007-01-30 14:30:10 -08004037#ifdef CONFIG_IPV6_ROUTE_INFO
YOSHIFUJI Hideaki09c884d2006-03-20 17:07:03 -08004038 array[DEVCONF_ACCEPT_RA_RT_INFO_MAX_PLEN] = cnf->accept_ra_rt_info_max_plen;
4039#endif
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -08004040#endif
YOSHIFUJI Hideakifbea49e2006-09-22 14:43:49 -07004041 array[DEVCONF_PROXY_NDP] = cnf->proxy_ndp;
YOSHIFUJI Hideaki0bcbc922007-04-24 14:58:30 -07004042 array[DEVCONF_ACCEPT_SOURCE_ROUTE] = cnf->accept_source_route;
Neil Horman95c385b2007-04-25 17:08:10 -07004043#ifdef CONFIG_IPV6_OPTIMISTIC_DAD
4044 array[DEVCONF_OPTIMISTIC_DAD] = cnf->optimistic_dad;
4045#endif
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +09004046#ifdef CONFIG_IPV6_MROUTE
4047 array[DEVCONF_MC_FORWARDING] = cnf->mc_forwarding;
4048#endif
YOSHIFUJI Hideaki778d80b2008-06-28 14:17:11 +09004049 array[DEVCONF_DISABLE_IPV6] = cnf->disable_ipv6;
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +09004050 array[DEVCONF_ACCEPT_DAD] = cnf->accept_dad;
Cosmin Ratiuc3faca02009-10-09 03:11:14 +00004051 array[DEVCONF_FORCE_TLLAO] = cnf->force_tllao;
Hannes Frederic Sowa5cb04432012-11-06 16:46:20 +00004052 array[DEVCONF_NDISC_NOTIFY] = cnf->ndisc_notify;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004053}
4054
Thomas Grafb382b192010-11-16 04:33:57 +00004055static inline size_t inet6_ifla6_size(void)
4056{
4057 return nla_total_size(4) /* IFLA_INET6_FLAGS */
4058 + nla_total_size(sizeof(struct ifla_cacheinfo))
4059 + nla_total_size(DEVCONF_MAX * 4) /* IFLA_INET6_CONF */
4060 + nla_total_size(IPSTATS_MIB_MAX * 8) /* IFLA_INET6_STATS */
4061 + nla_total_size(ICMP6_MIB_MAX * 8); /* IFLA_INET6_ICMP6STATS */
4062}
4063
Thomas Graf339bf982006-11-10 14:10:15 -08004064static inline size_t inet6_if_nlmsg_size(void)
4065{
4066 return NLMSG_ALIGN(sizeof(struct ifinfomsg))
4067 + nla_total_size(IFNAMSIZ) /* IFLA_IFNAME */
4068 + nla_total_size(MAX_ADDR_LEN) /* IFLA_ADDRESS */
4069 + nla_total_size(4) /* IFLA_MTU */
4070 + nla_total_size(4) /* IFLA_LINK */
Thomas Grafb382b192010-11-16 04:33:57 +00004071 + nla_total_size(inet6_ifla6_size()); /* IFLA_PROTINFO */
Thomas Graf339bf982006-11-10 14:10:15 -08004072}
YOSHIFUJI Hideakic5396a32006-06-17 22:48:48 -07004073
Eric Dumazetbe281e52011-05-19 01:14:23 +00004074static inline void __snmp6_fill_statsdev(u64 *stats, atomic_long_t *mib,
Tejun Heo7d720c32010-02-16 15:20:26 +00004075 int items, int bytes)
Herbert Xu7f7d9a62007-04-24 21:54:09 -07004076{
4077 int i;
4078 int pad = bytes - sizeof(u64) * items;
4079 BUG_ON(pad < 0);
4080
4081 /* Use put_unaligned() because stats may not be aligned for u64. */
4082 put_unaligned(items, &stats[0]);
4083 for (i = 1; i < items; i++)
Eric Dumazetbe281e52011-05-19 01:14:23 +00004084 put_unaligned(atomic_long_read(&mib[i]), &stats[i]);
Herbert Xu7f7d9a62007-04-24 21:54:09 -07004085
4086 memset(&stats[items], 0, pad);
4087}
4088
Eric Dumazet4ce3c182010-06-30 13:31:19 -07004089static inline void __snmp6_fill_stats64(u64 *stats, void __percpu **mib,
4090 int items, int bytes, size_t syncpoff)
4091{
4092 int i;
4093 int pad = bytes - sizeof(u64) * items;
4094 BUG_ON(pad < 0);
4095
4096 /* Use put_unaligned() because stats may not be aligned for u64. */
4097 put_unaligned(items, &stats[0]);
4098 for (i = 1; i < items; i++)
4099 put_unaligned(snmp_fold_field64(mib, i, syncpoff), &stats[i]);
4100
4101 memset(&stats[items], 0, pad);
4102}
4103
Herbert Xu7f7d9a62007-04-24 21:54:09 -07004104static void snmp6_fill_stats(u64 *stats, struct inet6_dev *idev, int attrtype,
4105 int bytes)
4106{
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004107 switch (attrtype) {
Herbert Xu7f7d9a62007-04-24 21:54:09 -07004108 case IFLA_INET6_STATS:
Eric Dumazet4ce3c182010-06-30 13:31:19 -07004109 __snmp6_fill_stats64(stats, (void __percpu **)idev->stats.ipv6,
4110 IPSTATS_MIB_MAX, bytes, offsetof(struct ipstats_mib, syncp));
Herbert Xu7f7d9a62007-04-24 21:54:09 -07004111 break;
4112 case IFLA_INET6_ICMP6STATS:
Eric Dumazetbe281e52011-05-19 01:14:23 +00004113 __snmp6_fill_statsdev(stats, idev->stats.icmpv6dev->mibs, ICMP6_MIB_MAX, bytes);
Herbert Xu7f7d9a62007-04-24 21:54:09 -07004114 break;
4115 }
4116}
4117
Thomas Grafb382b192010-11-16 04:33:57 +00004118static int inet6_fill_ifla6_attrs(struct sk_buff *skb, struct inet6_dev *idev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004119{
YOSHIFUJI Hideakibf99f1b2007-04-20 15:56:20 -07004120 struct nlattr *nla;
Thomas Graf04561c12006-11-14 19:53:58 -08004121 struct ifla_cacheinfo ci;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004122
David S. Millerc78679e2012-04-01 20:27:33 -04004123 if (nla_put_u32(skb, IFLA_INET6_FLAGS, idev->if_flags))
4124 goto nla_put_failure;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004125 ci.max_reasm_len = IPV6_MAXPLEN;
David S. Miller24912422010-11-19 13:13:47 -08004126 ci.tstamp = cstamp_delta(idev->tstamp);
4127 ci.reachable_time = jiffies_to_msecs(idev->nd_parms->reachable_time);
4128 ci.retrans_time = jiffies_to_msecs(idev->nd_parms->retrans_time);
David S. Millerc78679e2012-04-01 20:27:33 -04004129 if (nla_put(skb, IFLA_INET6_CACHEINFO, sizeof(ci), &ci))
4130 goto nla_put_failure;
YOSHIFUJI Hideakibf99f1b2007-04-20 15:56:20 -07004131 nla = nla_reserve(skb, IFLA_INET6_CONF, DEVCONF_MAX * sizeof(s32));
4132 if (nla == NULL)
Thomas Graf04561c12006-11-14 19:53:58 -08004133 goto nla_put_failure;
YOSHIFUJI Hideakibf99f1b2007-04-20 15:56:20 -07004134 ipv6_store_devconf(&idev->cnf, nla_data(nla), nla_len(nla));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004135
YOSHIFUJI Hideakibf99f1b2007-04-20 15:56:20 -07004136 /* XXX - MC not implemented */
4137
4138 nla = nla_reserve(skb, IFLA_INET6_STATS, IPSTATS_MIB_MAX * sizeof(u64));
4139 if (nla == NULL)
4140 goto nla_put_failure;
4141 snmp6_fill_stats(nla_data(nla), idev, IFLA_INET6_STATS, nla_len(nla));
4142
4143 nla = nla_reserve(skb, IFLA_INET6_ICMP6STATS, ICMP6_MIB_MAX * sizeof(u64));
4144 if (nla == NULL)
4145 goto nla_put_failure;
4146 snmp6_fill_stats(nla_data(nla), idev, IFLA_INET6_ICMP6STATS, nla_len(nla));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004147
Thomas Grafb382b192010-11-16 04:33:57 +00004148 return 0;
4149
4150nla_put_failure:
4151 return -EMSGSIZE;
4152}
4153
4154static size_t inet6_get_link_af_size(const struct net_device *dev)
4155{
4156 if (!__in6_dev_get(dev))
4157 return 0;
4158
4159 return inet6_ifla6_size();
4160}
4161
4162static int inet6_fill_link_af(struct sk_buff *skb, const struct net_device *dev)
4163{
4164 struct inet6_dev *idev = __in6_dev_get(dev);
4165
4166 if (!idev)
4167 return -ENODATA;
4168
4169 if (inet6_fill_ifla6_attrs(skb, idev) < 0)
4170 return -EMSGSIZE;
4171
4172 return 0;
4173}
4174
Thomas Grafb382b192010-11-16 04:33:57 +00004175static int inet6_fill_ifinfo(struct sk_buff *skb, struct inet6_dev *idev,
Eric W. Biederman15e47302012-09-07 20:12:54 +00004176 u32 portid, u32 seq, int event, unsigned int flags)
Thomas Grafb382b192010-11-16 04:33:57 +00004177{
4178 struct net_device *dev = idev->dev;
4179 struct ifinfomsg *hdr;
4180 struct nlmsghdr *nlh;
4181 void *protoinfo;
4182
Eric W. Biederman15e47302012-09-07 20:12:54 +00004183 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*hdr), flags);
Thomas Grafb382b192010-11-16 04:33:57 +00004184 if (nlh == NULL)
4185 return -EMSGSIZE;
4186
4187 hdr = nlmsg_data(nlh);
4188 hdr->ifi_family = AF_INET6;
4189 hdr->__ifi_pad = 0;
4190 hdr->ifi_type = dev->type;
4191 hdr->ifi_index = dev->ifindex;
4192 hdr->ifi_flags = dev_get_flags(dev);
4193 hdr->ifi_change = 0;
4194
David S. Millerc78679e2012-04-01 20:27:33 -04004195 if (nla_put_string(skb, IFLA_IFNAME, dev->name) ||
4196 (dev->addr_len &&
4197 nla_put(skb, IFLA_ADDRESS, dev->addr_len, dev->dev_addr)) ||
4198 nla_put_u32(skb, IFLA_MTU, dev->mtu) ||
4199 (dev->ifindex != dev->iflink &&
4200 nla_put_u32(skb, IFLA_LINK, dev->iflink)))
4201 goto nla_put_failure;
Thomas Grafb382b192010-11-16 04:33:57 +00004202 protoinfo = nla_nest_start(skb, IFLA_PROTINFO);
4203 if (protoinfo == NULL)
4204 goto nla_put_failure;
4205
4206 if (inet6_fill_ifla6_attrs(skb, idev) < 0)
4207 goto nla_put_failure;
4208
Thomas Graf04561c12006-11-14 19:53:58 -08004209 nla_nest_end(skb, protoinfo);
4210 return nlmsg_end(skb, nlh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004211
Thomas Graf04561c12006-11-14 19:53:58 -08004212nla_put_failure:
Patrick McHardy26932562007-01-31 23:16:40 -08004213 nlmsg_cancel(skb, nlh);
4214 return -EMSGSIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004215}
4216
4217static int inet6_dump_ifinfo(struct sk_buff *skb, struct netlink_callback *cb)
4218{
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09004219 struct net *net = sock_net(skb->sk);
Eric Dumazet84d26972009-11-09 12:11:28 +00004220 int h, s_h;
David S. Miller434a8a582009-11-11 18:53:00 -08004221 int idx = 0, s_idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004222 struct net_device *dev;
4223 struct inet6_dev *idev;
Eric Dumazet84d26972009-11-09 12:11:28 +00004224 struct hlist_head *head;
4225 struct hlist_node *node;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004226
Eric Dumazet84d26972009-11-09 12:11:28 +00004227 s_h = cb->args[0];
4228 s_idx = cb->args[1];
4229
4230 rcu_read_lock();
4231 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) {
4232 idx = 0;
4233 head = &net->dev_index_head[h];
4234 hlist_for_each_entry_rcu(dev, node, head, index_hlist) {
4235 if (idx < s_idx)
4236 goto cont;
4237 idev = __in6_dev_get(dev);
4238 if (!idev)
4239 goto cont;
4240 if (inet6_fill_ifinfo(skb, idev,
Eric W. Biederman15e47302012-09-07 20:12:54 +00004241 NETLINK_CB(cb->skb).portid,
Eric Dumazet84d26972009-11-09 12:11:28 +00004242 cb->nlh->nlmsg_seq,
4243 RTM_NEWLINK, NLM_F_MULTI) <= 0)
4244 goto out;
Pavel Emelianov7562f872007-05-03 15:13:45 -07004245cont:
Eric Dumazet84d26972009-11-09 12:11:28 +00004246 idx++;
4247 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004248 }
Eric Dumazet84d26972009-11-09 12:11:28 +00004249out:
4250 rcu_read_unlock();
4251 cb->args[1] = idx;
4252 cb->args[0] = h;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004253
4254 return skb->len;
4255}
4256
4257void inet6_ifinfo_notify(int event, struct inet6_dev *idev)
4258{
4259 struct sk_buff *skb;
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09004260 struct net *net = dev_net(idev->dev);
Thomas Graf8d7a76c2006-08-15 00:35:47 -07004261 int err = -ENOBUFS;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09004262
Thomas Graf339bf982006-11-10 14:10:15 -08004263 skb = nlmsg_new(inet6_if_nlmsg_size(), GFP_ATOMIC);
Thomas Graf8d7a76c2006-08-15 00:35:47 -07004264 if (skb == NULL)
4265 goto errout;
4266
4267 err = inet6_fill_ifinfo(skb, idev, 0, 0, event, 0);
Patrick McHardy26932562007-01-31 23:16:40 -08004268 if (err < 0) {
4269 /* -EMSGSIZE implies BUG in inet6_if_nlmsg_size() */
4270 WARN_ON(err == -EMSGSIZE);
4271 kfree_skb(skb);
4272 goto errout;
4273 }
Nicolas Dichtel5f75a102010-12-07 23:38:31 +00004274 rtnl_notify(skb, net, 0, RTNLGRP_IPV6_IFINFO, NULL, GFP_ATOMIC);
Pablo Neira Ayuso1ce85fe2009-02-24 23:18:28 -08004275 return;
Thomas Graf8d7a76c2006-08-15 00:35:47 -07004276errout:
4277 if (err < 0)
Nicolas Dichtel5f75a102010-12-07 23:38:31 +00004278 rtnl_set_sk_err(net, RTNLGRP_IPV6_IFINFO, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004279}
4280
Thomas Graf339bf982006-11-10 14:10:15 -08004281static inline size_t inet6_prefix_nlmsg_size(void)
4282{
4283 return NLMSG_ALIGN(sizeof(struct prefixmsg))
4284 + nla_total_size(sizeof(struct in6_addr))
4285 + nla_total_size(sizeof(struct prefix_cacheinfo));
4286}
YOSHIFUJI Hideakic5396a32006-06-17 22:48:48 -07004287
Linus Torvalds1da177e2005-04-16 15:20:36 -07004288static int inet6_fill_prefix(struct sk_buff *skb, struct inet6_dev *idev,
Eric W. Biederman15e47302012-09-07 20:12:54 +00004289 struct prefix_info *pinfo, u32 portid, u32 seq,
Thomas Graf6051e2f2006-11-14 19:54:19 -08004290 int event, unsigned int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004291{
Thomas Graf6051e2f2006-11-14 19:54:19 -08004292 struct prefixmsg *pmsg;
4293 struct nlmsghdr *nlh;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004294 struct prefix_cacheinfo ci;
4295
Eric W. Biederman15e47302012-09-07 20:12:54 +00004296 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*pmsg), flags);
Thomas Graf6051e2f2006-11-14 19:54:19 -08004297 if (nlh == NULL)
Patrick McHardy26932562007-01-31 23:16:40 -08004298 return -EMSGSIZE;
Thomas Graf6051e2f2006-11-14 19:54:19 -08004299
4300 pmsg = nlmsg_data(nlh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004301 pmsg->prefix_family = AF_INET6;
Patrick McHardy8a470772005-06-28 12:56:45 -07004302 pmsg->prefix_pad1 = 0;
4303 pmsg->prefix_pad2 = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004304 pmsg->prefix_ifindex = idev->dev->ifindex;
4305 pmsg->prefix_len = pinfo->prefix_len;
4306 pmsg->prefix_type = pinfo->type;
Patrick McHardy8a470772005-06-28 12:56:45 -07004307 pmsg->prefix_pad3 = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004308 pmsg->prefix_flags = 0;
4309 if (pinfo->onlink)
4310 pmsg->prefix_flags |= IF_PREFIX_ONLINK;
4311 if (pinfo->autoconf)
4312 pmsg->prefix_flags |= IF_PREFIX_AUTOCONF;
4313
David S. Millerc78679e2012-04-01 20:27:33 -04004314 if (nla_put(skb, PREFIX_ADDRESS, sizeof(pinfo->prefix), &pinfo->prefix))
4315 goto nla_put_failure;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004316 ci.preferred_time = ntohl(pinfo->prefered);
4317 ci.valid_time = ntohl(pinfo->valid);
David S. Millerc78679e2012-04-01 20:27:33 -04004318 if (nla_put(skb, PREFIX_CACHEINFO, sizeof(ci), &ci))
4319 goto nla_put_failure;
Thomas Graf6051e2f2006-11-14 19:54:19 -08004320 return nlmsg_end(skb, nlh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004321
Thomas Graf6051e2f2006-11-14 19:54:19 -08004322nla_put_failure:
Patrick McHardy26932562007-01-31 23:16:40 -08004323 nlmsg_cancel(skb, nlh);
4324 return -EMSGSIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004325}
4326
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09004327static void inet6_prefix_notify(int event, struct inet6_dev *idev,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004328 struct prefix_info *pinfo)
4329{
4330 struct sk_buff *skb;
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09004331 struct net *net = dev_net(idev->dev);
Thomas Graf8c384bfa2006-08-15 00:36:07 -07004332 int err = -ENOBUFS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004333
Thomas Graf339bf982006-11-10 14:10:15 -08004334 skb = nlmsg_new(inet6_prefix_nlmsg_size(), GFP_ATOMIC);
Thomas Graf8c384bfa2006-08-15 00:36:07 -07004335 if (skb == NULL)
4336 goto errout;
4337
4338 err = inet6_fill_prefix(skb, idev, pinfo, 0, 0, event, 0);
Patrick McHardy26932562007-01-31 23:16:40 -08004339 if (err < 0) {
4340 /* -EMSGSIZE implies BUG in inet6_prefix_nlmsg_size() */
4341 WARN_ON(err == -EMSGSIZE);
4342 kfree_skb(skb);
4343 goto errout;
4344 }
Pablo Neira Ayuso1ce85fe2009-02-24 23:18:28 -08004345 rtnl_notify(skb, net, 0, RTNLGRP_IPV6_PREFIX, NULL, GFP_ATOMIC);
4346 return;
Thomas Graf8c384bfa2006-08-15 00:36:07 -07004347errout:
4348 if (err < 0)
Benjamin Thery6fda7352008-03-05 10:47:47 -08004349 rtnl_set_sk_err(net, RTNLGRP_IPV6_PREFIX, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004350}
4351
Linus Torvalds1da177e2005-04-16 15:20:36 -07004352static void __ipv6_ifa_notify(int event, struct inet6_ifaddr *ifp)
4353{
4354 inet6_ifa_notify(event ? : RTM_NEWADDR, ifp);
4355
4356 switch (event) {
4357 case RTM_NEWADDR:
Neil Horman95c385b2007-04-25 17:08:10 -07004358 /*
4359 * If the address was optimistic
4360 * we inserted the route at the start of
4361 * our DAD process, so we don't need
4362 * to do it again
4363 */
4364 if (!(ifp->rt->rt6i_node))
4365 ip6_ins_rt(ifp->rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004366 if (ifp->idev->cnf.forwarding)
4367 addrconf_join_anycast(ifp);
4368 break;
4369 case RTM_DELADDR:
4370 if (ifp->idev->cnf.forwarding)
4371 addrconf_leave_anycast(ifp);
4372 addrconf_leave_solict(ifp->idev, &ifp->addr);
Changli Gaod8d1f302010-06-10 23:31:35 -07004373 dst_hold(&ifp->rt->dst);
stephen hemminger93fa1592010-04-12 05:41:31 +00004374
David S. Miller73a8bd72011-01-23 23:27:15 -08004375 if (ip6_del_rt(ifp->rt))
Changli Gaod8d1f302010-06-10 23:31:35 -07004376 dst_free(&ifp->rt->dst);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004377 break;
4378 }
4379}
4380
4381static void ipv6_ifa_notify(int event, struct inet6_ifaddr *ifp)
4382{
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07004383 rcu_read_lock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004384 if (likely(ifp->idev->dead == 0))
4385 __ipv6_ifa_notify(event, ifp);
YOSHIFUJI Hideaki8814c4b2006-09-22 14:44:24 -07004386 rcu_read_unlock_bh();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004387}
4388
4389#ifdef CONFIG_SYSCTL
4390
4391static
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07004392int addrconf_sysctl_forward(ctl_table *ctl, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004393 void __user *buffer, size_t *lenp, loff_t *ppos)
4394{
4395 int *valp = ctl->data;
4396 int val = *valp;
Eric W. Biederman88af1822010-02-19 13:22:59 +00004397 loff_t pos = *ppos;
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004398 ctl_table lctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004399 int ret;
4400
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004401 /*
4402 * ctl->data points to idev->cnf.forwarding, we should
4403 * not modify it until we get the rtnl lock.
4404 */
4405 lctl = *ctl;
4406 lctl.data = &val;
4407
4408 ret = proc_dointvec(&lctl, write, buffer, lenp, ppos);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004409
Pavel Emelyanovc8fecf22007-12-05 01:50:24 -08004410 if (write)
Stephen Hemmingerb325fdd2009-02-26 06:55:31 +00004411 ret = addrconf_fixup_forwarding(ctl, valp, val);
Eric W. Biederman88af1822010-02-19 13:22:59 +00004412 if (ret)
4413 *ppos = pos;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09004414 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004415}
4416
Brian Haley56d417b2009-06-01 03:07:33 -07004417static void dev_disable_change(struct inet6_dev *idev)
4418{
4419 if (!idev || !idev->dev)
4420 return;
4421
4422 if (idev->cnf.disable_ipv6)
4423 addrconf_notify(NULL, NETDEV_DOWN, idev->dev);
4424 else
4425 addrconf_notify(NULL, NETDEV_UP, idev->dev);
4426}
4427
4428static void addrconf_disable_change(struct net *net, __s32 newf)
4429{
4430 struct net_device *dev;
4431 struct inet6_dev *idev;
4432
Eric Dumazetc6d14c82009-11-04 05:43:23 -08004433 rcu_read_lock();
4434 for_each_netdev_rcu(net, dev) {
Brian Haley56d417b2009-06-01 03:07:33 -07004435 idev = __in6_dev_get(dev);
4436 if (idev) {
4437 int changed = (!idev->cnf.disable_ipv6) ^ (!newf);
4438 idev->cnf.disable_ipv6 = newf;
4439 if (changed)
4440 dev_disable_change(idev);
4441 }
Brian Haley56d417b2009-06-01 03:07:33 -07004442 }
Eric Dumazetc6d14c82009-11-04 05:43:23 -08004443 rcu_read_unlock();
Brian Haley56d417b2009-06-01 03:07:33 -07004444}
4445
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004446static int addrconf_disable_ipv6(struct ctl_table *table, int *p, int newf)
Brian Haley56d417b2009-06-01 03:07:33 -07004447{
4448 struct net *net;
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004449 int old;
4450
4451 if (!rtnl_trylock())
4452 return restart_syscall();
Brian Haley56d417b2009-06-01 03:07:33 -07004453
4454 net = (struct net *)table->extra2;
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004455 old = *p;
4456 *p = newf;
Brian Haley56d417b2009-06-01 03:07:33 -07004457
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004458 if (p == &net->ipv6.devconf_dflt->disable_ipv6) {
4459 rtnl_unlock();
Brian Haley56d417b2009-06-01 03:07:33 -07004460 return 0;
Eric W. Biederman88af1822010-02-19 13:22:59 +00004461 }
Brian Haley56d417b2009-06-01 03:07:33 -07004462
4463 if (p == &net->ipv6.devconf_all->disable_ipv6) {
Brian Haley56d417b2009-06-01 03:07:33 -07004464 net->ipv6.devconf_dflt->disable_ipv6 = newf;
4465 addrconf_disable_change(net, newf);
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004466 } else if ((!newf) ^ (!old))
Brian Haley56d417b2009-06-01 03:07:33 -07004467 dev_disable_change((struct inet6_dev *)table->extra1);
4468
4469 rtnl_unlock();
4470 return 0;
4471}
4472
4473static
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07004474int addrconf_sysctl_disable(ctl_table *ctl, int write,
Brian Haley56d417b2009-06-01 03:07:33 -07004475 void __user *buffer, size_t *lenp, loff_t *ppos)
4476{
4477 int *valp = ctl->data;
4478 int val = *valp;
Eric W. Biederman88af1822010-02-19 13:22:59 +00004479 loff_t pos = *ppos;
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004480 ctl_table lctl;
Brian Haley56d417b2009-06-01 03:07:33 -07004481 int ret;
4482
Francesco Ruggeri013d97e2012-01-16 10:40:10 +00004483 /*
4484 * ctl->data points to idev->cnf.disable_ipv6, we should
4485 * not modify it until we get the rtnl lock.
4486 */
4487 lctl = *ctl;
4488 lctl.data = &val;
4489
4490 ret = proc_dointvec(&lctl, write, buffer, lenp, ppos);
Brian Haley56d417b2009-06-01 03:07:33 -07004491
4492 if (write)
4493 ret = addrconf_disable_ipv6(ctl, valp, val);
Eric W. Biederman88af1822010-02-19 13:22:59 +00004494 if (ret)
4495 *ppos = pos;
Brian Haley56d417b2009-06-01 03:07:33 -07004496 return ret;
4497}
4498
Linus Torvalds1da177e2005-04-16 15:20:36 -07004499static struct addrconf_sysctl_table
4500{
4501 struct ctl_table_header *sysctl_header;
YOSHIFUJI Hideakif6a07b22008-03-25 00:25:11 +09004502 ctl_table addrconf_vars[DEVCONF_MAX+1];
Brian Haleyab32ea52006-09-22 14:15:41 -07004503} addrconf_sysctl __read_mostly = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004504 .sysctl_header = NULL,
4505 .addrconf_vars = {
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09004506 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004507 .procname = "forwarding",
4508 .data = &ipv6_devconf.forwarding,
4509 .maxlen = sizeof(int),
4510 .mode = 0644,
4511 .proc_handler = addrconf_sysctl_forward,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004512 },
4513 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004514 .procname = "hop_limit",
4515 .data = &ipv6_devconf.hop_limit,
4516 .maxlen = sizeof(int),
4517 .mode = 0644,
4518 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004519 },
4520 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004521 .procname = "mtu",
4522 .data = &ipv6_devconf.mtu6,
4523 .maxlen = sizeof(int),
4524 .mode = 0644,
4525 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004526 },
4527 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004528 .procname = "accept_ra",
4529 .data = &ipv6_devconf.accept_ra,
4530 .maxlen = sizeof(int),
4531 .mode = 0644,
4532 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004533 },
4534 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004535 .procname = "accept_redirects",
4536 .data = &ipv6_devconf.accept_redirects,
4537 .maxlen = sizeof(int),
4538 .mode = 0644,
4539 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004540 },
4541 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004542 .procname = "autoconf",
4543 .data = &ipv6_devconf.autoconf,
4544 .maxlen = sizeof(int),
4545 .mode = 0644,
4546 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004547 },
4548 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004549 .procname = "dad_transmits",
4550 .data = &ipv6_devconf.dad_transmits,
4551 .maxlen = sizeof(int),
4552 .mode = 0644,
4553 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004554 },
4555 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004556 .procname = "router_solicitations",
4557 .data = &ipv6_devconf.rtr_solicits,
4558 .maxlen = sizeof(int),
4559 .mode = 0644,
4560 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004561 },
4562 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004563 .procname = "router_solicitation_interval",
4564 .data = &ipv6_devconf.rtr_solicit_interval,
4565 .maxlen = sizeof(int),
4566 .mode = 0644,
4567 .proc_handler = proc_dointvec_jiffies,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004568 },
4569 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004570 .procname = "router_solicitation_delay",
4571 .data = &ipv6_devconf.rtr_solicit_delay,
4572 .maxlen = sizeof(int),
4573 .mode = 0644,
4574 .proc_handler = proc_dointvec_jiffies,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004575 },
4576 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004577 .procname = "force_mld_version",
4578 .data = &ipv6_devconf.force_mld_version,
4579 .maxlen = sizeof(int),
4580 .mode = 0644,
4581 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004582 },
4583#ifdef CONFIG_IPV6_PRIVACY
4584 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004585 .procname = "use_tempaddr",
4586 .data = &ipv6_devconf.use_tempaddr,
4587 .maxlen = sizeof(int),
4588 .mode = 0644,
4589 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004590 },
4591 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004592 .procname = "temp_valid_lft",
4593 .data = &ipv6_devconf.temp_valid_lft,
4594 .maxlen = sizeof(int),
4595 .mode = 0644,
4596 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004597 },
4598 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004599 .procname = "temp_prefered_lft",
4600 .data = &ipv6_devconf.temp_prefered_lft,
4601 .maxlen = sizeof(int),
4602 .mode = 0644,
4603 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004604 },
4605 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004606 .procname = "regen_max_retry",
4607 .data = &ipv6_devconf.regen_max_retry,
4608 .maxlen = sizeof(int),
4609 .mode = 0644,
4610 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004611 },
4612 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004613 .procname = "max_desync_factor",
4614 .data = &ipv6_devconf.max_desync_factor,
4615 .maxlen = sizeof(int),
4616 .mode = 0644,
4617 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004618 },
4619#endif
4620 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004621 .procname = "max_addresses",
4622 .data = &ipv6_devconf.max_addresses,
4623 .maxlen = sizeof(int),
4624 .mode = 0644,
4625 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004626 },
4627 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004628 .procname = "accept_ra_defrtr",
4629 .data = &ipv6_devconf.accept_ra_defrtr,
4630 .maxlen = sizeof(int),
4631 .mode = 0644,
4632 .proc_handler = proc_dointvec,
YOSHIFUJI Hideaki65f5c7c2006-03-20 16:55:08 -08004633 },
4634 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004635 .procname = "accept_ra_pinfo",
4636 .data = &ipv6_devconf.accept_ra_pinfo,
4637 .maxlen = sizeof(int),
4638 .mode = 0644,
4639 .proc_handler = proc_dointvec,
YOSHIFUJI Hideakic4fd30e2006-03-20 16:55:26 -08004640 },
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -08004641#ifdef CONFIG_IPV6_ROUTER_PREF
4642 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004643 .procname = "accept_ra_rtr_pref",
4644 .data = &ipv6_devconf.accept_ra_rtr_pref,
4645 .maxlen = sizeof(int),
4646 .mode = 0644,
4647 .proc_handler = proc_dointvec,
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -08004648 },
YOSHIFUJI Hideaki52e16352006-03-20 17:05:47 -08004649 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004650 .procname = "router_probe_interval",
4651 .data = &ipv6_devconf.rtr_probe_interval,
4652 .maxlen = sizeof(int),
4653 .mode = 0644,
4654 .proc_handler = proc_dointvec_jiffies,
YOSHIFUJI Hideaki52e16352006-03-20 17:05:47 -08004655 },
Neil Hormanfa03ef32007-01-30 14:30:10 -08004656#ifdef CONFIG_IPV6_ROUTE_INFO
YOSHIFUJI Hideaki09c884d2006-03-20 17:07:03 -08004657 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004658 .procname = "accept_ra_rt_info_max_plen",
4659 .data = &ipv6_devconf.accept_ra_rt_info_max_plen,
4660 .maxlen = sizeof(int),
4661 .mode = 0644,
4662 .proc_handler = proc_dointvec,
YOSHIFUJI Hideaki09c884d2006-03-20 17:07:03 -08004663 },
4664#endif
YOSHIFUJI Hideaki930d6ff2006-03-20 17:05:30 -08004665#endif
YOSHIFUJI Hideakic4fd30e2006-03-20 16:55:26 -08004666 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004667 .procname = "proxy_ndp",
4668 .data = &ipv6_devconf.proxy_ndp,
4669 .maxlen = sizeof(int),
4670 .mode = 0644,
4671 .proc_handler = proc_dointvec,
YOSHIFUJI Hideakifbea49e2006-09-22 14:43:49 -07004672 },
4673 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004674 .procname = "accept_source_route",
4675 .data = &ipv6_devconf.accept_source_route,
4676 .maxlen = sizeof(int),
4677 .mode = 0644,
4678 .proc_handler = proc_dointvec,
YOSHIFUJI Hideaki0bcbc922007-04-24 14:58:30 -07004679 },
Neil Horman95c385b2007-04-25 17:08:10 -07004680#ifdef CONFIG_IPV6_OPTIMISTIC_DAD
4681 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004682 .procname = "optimistic_dad",
4683 .data = &ipv6_devconf.optimistic_dad,
4684 .maxlen = sizeof(int),
4685 .mode = 0644,
4686 .proc_handler = proc_dointvec,
Neil Horman95c385b2007-04-25 17:08:10 -07004687
4688 },
4689#endif
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +09004690#ifdef CONFIG_IPV6_MROUTE
4691 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004692 .procname = "mc_forwarding",
4693 .data = &ipv6_devconf.mc_forwarding,
4694 .maxlen = sizeof(int),
4695 .mode = 0444,
4696 .proc_handler = proc_dointvec,
YOSHIFUJI Hideaki7bc570c2008-04-03 09:22:53 +09004697 },
4698#endif
YOSHIFUJI Hideaki0bcbc922007-04-24 14:58:30 -07004699 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004700 .procname = "disable_ipv6",
4701 .data = &ipv6_devconf.disable_ipv6,
4702 .maxlen = sizeof(int),
4703 .mode = 0644,
4704 .proc_handler = addrconf_sysctl_disable,
YOSHIFUJI Hideaki778d80b2008-06-28 14:17:11 +09004705 },
4706 {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004707 .procname = "accept_dad",
4708 .data = &ipv6_devconf.accept_dad,
4709 .maxlen = sizeof(int),
4710 .mode = 0644,
4711 .proc_handler = proc_dointvec,
YOSHIFUJI Hideaki1b34be72008-06-28 14:18:38 +09004712 },
4713 {
Octavian Purdilaf7734fd2009-10-02 11:39:15 +00004714 .procname = "force_tllao",
4715 .data = &ipv6_devconf.force_tllao,
4716 .maxlen = sizeof(int),
4717 .mode = 0644,
4718 .proc_handler = proc_dointvec
4719 },
4720 {
Hannes Frederic Sowa5cb04432012-11-06 16:46:20 +00004721 .procname = "ndisc_notify",
4722 .data = &ipv6_devconf.ndisc_notify,
4723 .maxlen = sizeof(int),
4724 .mode = 0644,
4725 .proc_handler = proc_dointvec
4726 },
4727 {
Eric W. Biedermanf8572d82009-11-05 13:32:03 -08004728 /* sentinel */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004729 }
4730 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07004731};
4732
Pavel Emelyanovbff16c22008-01-10 17:42:13 -08004733static int __addrconf_sysctl_register(struct net *net, char *dev_name,
Eric W. Biedermanf8572d82009-11-05 13:32:03 -08004734 struct inet6_dev *idev, struct ipv6_devconf *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004735{
4736 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004737 struct addrconf_sysctl_table *t;
Eric W. Biederman6105e292012-04-19 13:41:24 +00004738 char path[sizeof("net/ipv6/conf/") + IFNAMSIZ];
Pavel Emelyanov1dab6222007-12-02 00:59:38 +11004739
Arnaldo Carvalho de Meloaf879cc2006-11-17 12:14:37 -02004740 t = kmemdup(&addrconf_sysctl, sizeof(*t), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004741 if (t == NULL)
Pavel Emelyanovf68635e2007-12-02 00:21:52 +11004742 goto out;
4743
Stephen Hemmingerbcdd5532010-03-20 16:08:18 -07004744 for (i = 0; t->addrconf_vars[i].data; i++) {
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004745 t->addrconf_vars[i].data += (char *)p - (char *)&ipv6_devconf;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004746 t->addrconf_vars[i].extra1 = idev; /* embedded; no ref */
Pavel Emelyanovbff16c22008-01-10 17:42:13 -08004747 t->addrconf_vars[i].extra2 = net;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004748 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004749
Eric W. Biederman6105e292012-04-19 13:41:24 +00004750 snprintf(path, sizeof(path), "net/ipv6/conf/%s", dev_name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004751
Eric W. Biederman6105e292012-04-19 13:41:24 +00004752 t->sysctl_header = register_net_sysctl(net, path, t->addrconf_vars);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004753 if (t->sysctl_header == NULL)
Eric W. Biederman6105e292012-04-19 13:41:24 +00004754 goto free;
Pavel Emelyanovf68635e2007-12-02 00:21:52 +11004755
4756 p->sysctl = t;
Pavel Emelyanov95897312008-01-10 17:41:45 -08004757 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004758
Pavel Emelyanovf68635e2007-12-02 00:21:52 +11004759free:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004760 kfree(t);
Pavel Emelyanovf68635e2007-12-02 00:21:52 +11004761out:
Pavel Emelyanov95897312008-01-10 17:41:45 -08004762 return -ENOBUFS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004763}
4764
Pavel Emelyanov408c4762008-01-10 17:41:21 -08004765static void __addrconf_sysctl_unregister(struct ipv6_devconf *p)
4766{
4767 struct addrconf_sysctl_table *t;
4768
4769 if (p->sysctl == NULL)
4770 return;
4771
4772 t = p->sysctl;
4773 p->sysctl = NULL;
Lucian Adrian Grijincuff538812011-05-01 01:44:01 +00004774 unregister_net_sysctl_table(t->sysctl_header);
Pavel Emelyanov408c4762008-01-10 17:41:21 -08004775 kfree(t);
4776}
4777
Pavel Emelyanovf52295a2007-12-02 00:58:37 +11004778static void addrconf_sysctl_register(struct inet6_dev *idev)
4779{
Eric W. Biederman54716e32010-02-14 03:27:03 +00004780 neigh_sysctl_register(idev->dev, idev->nd_parms, "ipv6",
Eric W. Biedermanf8572d82009-11-05 13:32:03 -08004781 &ndisc_ifinfo_sysctl_change);
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09004782 __addrconf_sysctl_register(dev_net(idev->dev), idev->dev->name,
Eric W. Biedermanf8572d82009-11-05 13:32:03 -08004783 idev, &idev->cnf);
Pavel Emelyanovf52295a2007-12-02 00:58:37 +11004784}
4785
Pavel Emelyanov408c4762008-01-10 17:41:21 -08004786static void addrconf_sysctl_unregister(struct inet6_dev *idev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004787{
Pavel Emelyanov408c4762008-01-10 17:41:21 -08004788 __addrconf_sysctl_unregister(&idev->cnf);
4789 neigh_sysctl_unregister(idev->nd_parms);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004790}
4791
4792
4793#endif
4794
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00004795static int __net_init addrconf_init_net(struct net *net)
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08004796{
4797 int err;
4798 struct ipv6_devconf *all, *dflt;
4799
4800 err = -ENOMEM;
4801 all = &ipv6_devconf;
4802 dflt = &ipv6_devconf_dflt;
4803
Octavian Purdila09ad9bc2009-11-25 15:14:13 -08004804 if (!net_eq(net, &init_net)) {
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08004805 all = kmemdup(all, sizeof(ipv6_devconf), GFP_KERNEL);
4806 if (all == NULL)
4807 goto err_alloc_all;
4808
4809 dflt = kmemdup(dflt, sizeof(ipv6_devconf_dflt), GFP_KERNEL);
4810 if (dflt == NULL)
4811 goto err_alloc_dflt;
Brian Haley56d417b2009-06-01 03:07:33 -07004812 } else {
4813 /* these will be inherited by all namespaces */
4814 dflt->autoconf = ipv6_defaults.autoconf;
4815 dflt->disable_ipv6 = ipv6_defaults.disable_ipv6;
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08004816 }
4817
4818 net->ipv6.devconf_all = all;
4819 net->ipv6.devconf_dflt = dflt;
4820
4821#ifdef CONFIG_SYSCTL
Eric W. Biedermanf8572d82009-11-05 13:32:03 -08004822 err = __addrconf_sysctl_register(net, "all", NULL, all);
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08004823 if (err < 0)
4824 goto err_reg_all;
4825
Eric W. Biedermanf8572d82009-11-05 13:32:03 -08004826 err = __addrconf_sysctl_register(net, "default", NULL, dflt);
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08004827 if (err < 0)
4828 goto err_reg_dflt;
4829#endif
4830 return 0;
4831
4832#ifdef CONFIG_SYSCTL
4833err_reg_dflt:
4834 __addrconf_sysctl_unregister(all);
4835err_reg_all:
4836 kfree(dflt);
4837#endif
4838err_alloc_dflt:
4839 kfree(all);
4840err_alloc_all:
4841 return err;
4842}
4843
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00004844static void __net_exit addrconf_exit_net(struct net *net)
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08004845{
4846#ifdef CONFIG_SYSCTL
4847 __addrconf_sysctl_unregister(net->ipv6.devconf_dflt);
4848 __addrconf_sysctl_unregister(net->ipv6.devconf_all);
4849#endif
Octavian Purdila09ad9bc2009-11-25 15:14:13 -08004850 if (!net_eq(net, &init_net)) {
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08004851 kfree(net->ipv6.devconf_dflt);
4852 kfree(net->ipv6.devconf_all);
4853 }
4854}
4855
4856static struct pernet_operations addrconf_ops = {
4857 .init = addrconf_init_net,
4858 .exit = addrconf_exit_net,
4859};
4860
Linus Torvalds1da177e2005-04-16 15:20:36 -07004861/*
4862 * Device notifier
4863 */
4864
4865int register_inet6addr_notifier(struct notifier_block *nb)
4866{
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09004867 return atomic_notifier_chain_register(&inet6addr_chain, nb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004868}
YOSHIFUJI Hideaki71590392007-02-22 22:05:40 +09004869EXPORT_SYMBOL(register_inet6addr_notifier);
4870
Linus Torvalds1da177e2005-04-16 15:20:36 -07004871int unregister_inet6addr_notifier(struct notifier_block *nb)
4872{
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004873 return atomic_notifier_chain_unregister(&inet6addr_chain, nb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004874}
YOSHIFUJI Hideaki71590392007-02-22 22:05:40 +09004875EXPORT_SYMBOL(unregister_inet6addr_notifier);
4876
Thomas Grafb382b192010-11-16 04:33:57 +00004877static struct rtnl_af_ops inet6_ops = {
4878 .family = AF_INET6,
4879 .fill_link_af = inet6_fill_link_af,
4880 .get_link_af_size = inet6_get_link_af_size,
Thomas Grafb382b192010-11-16 04:33:57 +00004881};
4882
Linus Torvalds1da177e2005-04-16 15:20:36 -07004883/*
4884 * Init / cleanup code
4885 */
4886
4887int __init addrconf_init(void)
4888{
stephen hemmingerc2e21292010-03-17 20:31:10 +00004889 int i, err;
YOSHIFUJI Hideaki2a8cc6c2007-11-14 15:56:23 +09004890
Stephen Hemmingere21e8462010-03-20 16:09:01 -07004891 err = ipv6_addr_label_init();
4892 if (err < 0) {
Joe Perchesf3213832012-05-15 14:11:53 +00004893 pr_crit("%s: cannot initialize default policy table: %d\n",
4894 __func__, err);
Neil Horman2cc6d2b2010-09-24 09:55:52 +00004895 goto out;
YOSHIFUJI Hideaki2a8cc6c2007-11-14 15:56:23 +09004896 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004897
Neil Horman2cc6d2b2010-09-24 09:55:52 +00004898 err = register_pernet_subsys(&addrconf_ops);
4899 if (err < 0)
4900 goto out_addrlabel;
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08004901
Linus Torvalds1da177e2005-04-16 15:20:36 -07004902 /* The addrconf netdev notifier requires that loopback_dev
4903 * has it's ipv6 private information allocated and setup
4904 * before it can bring up and give link-local addresses
4905 * to other devices which are up.
4906 *
4907 * Unfortunately, loopback_dev is not necessarily the first
4908 * entry in the global dev_base list of net devices. In fact,
4909 * it is likely to be the very last entry on that list.
4910 * So this causes the notifier registry below to try and
4911 * give link-local addresses to all devices besides loopback_dev
4912 * first, then loopback_dev, which cases all the non-loopback_dev
4913 * devices to fail to get a link-local address.
4914 *
4915 * So, as a temporary fix, allocate the ipv6 structure for
4916 * loopback_dev first by hand.
4917 * Longer term, all of the dependencies ipv6 has upon the loopback
4918 * device and it being up should be removed.
4919 */
4920 rtnl_lock();
Eric W. Biederman2774c7a2007-09-26 22:10:56 -07004921 if (!ipv6_add_dev(init_net.loopback_dev))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004922 err = -ENOMEM;
4923 rtnl_unlock();
4924 if (err)
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08004925 goto errlo;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004926
stephen hemmingerc2e21292010-03-17 20:31:10 +00004927 for (i = 0; i < IN6_ADDR_HSIZE; i++)
4928 INIT_HLIST_HEAD(&inet6_addr_lst[i]);
4929
Linus Torvalds1da177e2005-04-16 15:20:36 -07004930 register_netdevice_notifier(&ipv6_dev_notf);
4931
Linus Torvalds1da177e2005-04-16 15:20:36 -07004932 addrconf_verify(0);
Thomas Grafc127ea22007-03-22 11:58:32 -07004933
Thomas Grafb382b192010-11-16 04:33:57 +00004934 err = rtnl_af_register(&inet6_ops);
4935 if (err < 0)
4936 goto errout_af;
4937
Greg Rosec7ac8672011-06-10 01:27:09 +00004938 err = __rtnl_register(PF_INET6, RTM_GETLINK, NULL, inet6_dump_ifinfo,
4939 NULL);
Thomas Grafc127ea22007-03-22 11:58:32 -07004940 if (err < 0)
4941 goto errout;
4942
4943 /* Only the first call to __rtnl_register can fail */
Greg Rosec7ac8672011-06-10 01:27:09 +00004944 __rtnl_register(PF_INET6, RTM_NEWADDR, inet6_rtm_newaddr, NULL, NULL);
4945 __rtnl_register(PF_INET6, RTM_DELADDR, inet6_rtm_deladdr, NULL, NULL);
4946 __rtnl_register(PF_INET6, RTM_GETADDR, inet6_rtm_getaddr,
4947 inet6_dump_ifaddr, NULL);
4948 __rtnl_register(PF_INET6, RTM_GETMULTICAST, NULL,
4949 inet6_dump_ifmcaddr, NULL);
4950 __rtnl_register(PF_INET6, RTM_GETANYCAST, NULL,
4951 inet6_dump_ifacaddr, NULL);
Nicolas Dichtel76f8f6c2012-10-25 22:28:51 +00004952 __rtnl_register(PF_INET6, RTM_GETNETCONF, inet6_netconf_get_devconf,
4953 NULL, NULL);
Thomas Grafc127ea22007-03-22 11:58:32 -07004954
YOSHIFUJI Hideaki2a8cc6c2007-11-14 15:56:23 +09004955 ipv6_addr_label_rtnl_register();
4956
Linus Torvalds1da177e2005-04-16 15:20:36 -07004957 return 0;
Thomas Grafc127ea22007-03-22 11:58:32 -07004958errout:
Thomas Grafb382b192010-11-16 04:33:57 +00004959 rtnl_af_unregister(&inet6_ops);
4960errout_af:
Thomas Grafc127ea22007-03-22 11:58:32 -07004961 unregister_netdevice_notifier(&ipv6_dev_notf);
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08004962errlo:
4963 unregister_pernet_subsys(&addrconf_ops);
Neil Horman2cc6d2b2010-09-24 09:55:52 +00004964out_addrlabel:
4965 ipv6_addr_label_cleanup();
4966out:
Thomas Grafc127ea22007-03-22 11:58:32 -07004967 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004968}
4969
Daniel Lezcano09f77092007-12-13 05:34:58 -08004970void addrconf_cleanup(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004971{
Daniel Lezcano176c39a2009-03-03 01:06:45 -08004972 struct net_device *dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004973 int i;
4974
4975 unregister_netdevice_notifier(&ipv6_dev_notf);
Pavel Emelyanove0da5a42008-01-10 17:42:55 -08004976 unregister_pernet_subsys(&addrconf_ops);
Neil Horman2cc6d2b2010-09-24 09:55:52 +00004977 ipv6_addr_label_cleanup();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004978
4979 rtnl_lock();
4980
Thomas Grafb382b192010-11-16 04:33:57 +00004981 __rtnl_af_unregister(&inet6_ops);
4982
Daniel Lezcano176c39a2009-03-03 01:06:45 -08004983 /* clean dev list */
4984 for_each_netdev(&init_net, dev) {
4985 if (__in6_dev_get(dev) == NULL)
4986 continue;
4987 addrconf_ifdown(dev, 1);
4988 }
4989 addrconf_ifdown(init_net.loopback_dev, 2);
4990
Linus Torvalds1da177e2005-04-16 15:20:36 -07004991 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004992 * Check hash table.
4993 */
stephen hemminger5c578ae2010-03-17 20:31:11 +00004994 spin_lock_bh(&addrconf_hash_lock);
stephen hemmingerc2e21292010-03-17 20:31:10 +00004995 for (i = 0; i < IN6_ADDR_HSIZE; i++)
4996 WARN_ON(!hlist_empty(&inet6_addr_lst[i]));
stephen hemminger5c578ae2010-03-17 20:31:11 +00004997 spin_unlock_bh(&addrconf_hash_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004998
4999 del_timer(&addr_chk_timer);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005000 rtnl_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07005001}