blob: 42b7bcf8045be90924d31ab26b7d4ff49b87cad9 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * NET3: Implementation of the ICMP protocol layer.
3 *
Alan Cox113aa832008-10-13 19:01:08 -07004 * Alan Cox, <alan@lxorguk.ukuu.org.uk>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
10 *
11 * Some of the function names and the icmp unreach table for this
12 * module were derived from [icmp.c 1.0.11 06/02/93] by
13 * Ross Biro, Fred N. van Kempen, Mark Evans, Alan Cox, Gerhard Koerting.
14 * Other than that this module is a complete rewrite.
15 *
16 * Fixes:
17 * Clemens Fruhwirth : introduce global icmp rate limiting
18 * with icmp type masking ability instead
19 * of broken per type icmp timeouts.
20 * Mike Shaver : RFC1122 checks.
21 * Alan Cox : Multicast ping reply as self.
22 * Alan Cox : Fix atomicity lockup in ip_build_xmit
23 * call.
24 * Alan Cox : Added 216,128 byte paths to the MTU
25 * code.
26 * Martin Mares : RFC1812 checks.
27 * Martin Mares : Can be configured to follow redirects
28 * if acting as a router _without_ a
29 * routing protocol (RFC 1812).
30 * Martin Mares : Echo requests may be configured to
31 * be ignored (RFC 1812).
32 * Martin Mares : Limitation of ICMP error message
33 * transmit rate (RFC 1812).
34 * Martin Mares : TOS and Precedence set correctly
35 * (RFC 1812).
36 * Martin Mares : Now copying as much data from the
37 * original packet as we can without
38 * exceeding 576 bytes (RFC 1812).
39 * Willy Konynenberg : Transparent proxying support.
40 * Keith Owens : RFC1191 correction for 4.2BSD based
41 * path MTU bug.
42 * Thomas Quinot : ICMP Dest Unreach codes up to 15 are
43 * valid (RFC 1812).
44 * Andi Kleen : Check all packet lengths properly
45 * and moved all kfree_skb() up to
46 * icmp_rcv.
47 * Andi Kleen : Move the rate limit bookkeeping
48 * into the dest entry and use a token
49 * bucket filter (thanks to ANK). Make
50 * the rates sysctl configurable.
51 * Yu Tianli : Fixed two ugly bugs in icmp_send
52 * - IP option length was accounted wrongly
53 * - ICMP header length was not accounted
54 * at all.
55 * Tristan Greaves : Added sysctl option to ignore bogus
56 * broadcast responses from broken routers.
57 *
58 * To Fix:
59 *
60 * - Should use skb_pull() instead of all the manual checking.
61 * This would also greatly simply some upper layer error handlers. --AK
62 *
63 */
64
Joe Perchesafd465032012-03-12 07:03:32 +000065#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
66
Linus Torvalds1da177e2005-04-16 15:20:36 -070067#include <linux/module.h>
68#include <linux/types.h>
69#include <linux/jiffies.h>
70#include <linux/kernel.h>
71#include <linux/fcntl.h>
72#include <linux/socket.h>
73#include <linux/in.h>
74#include <linux/inet.h>
Arnaldo Carvalho de Melo14c85022005-12-27 02:43:12 -020075#include <linux/inetdevice.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070076#include <linux/netdevice.h>
77#include <linux/string.h>
78#include <linux/netfilter_ipv4.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090079#include <linux/slab.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070080#include <net/snmp.h>
81#include <net/ip.h>
82#include <net/route.h>
83#include <net/protocol.h>
84#include <net/icmp.h>
85#include <net/tcp.h>
86#include <net/udp.h>
87#include <net/raw.h>
Vasiliy Kulikovc319b4d2011-05-13 10:01:00 +000088#include <net/ping.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070089#include <linux/skbuff.h>
90#include <net/sock.h>
91#include <linux/errno.h>
92#include <linux/timer.h>
93#include <linux/init.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070094#include <asm/uaccess.h>
95#include <net/checksum.h>
Herbert Xu8b7817f2007-12-12 10:44:43 -080096#include <net/xfrm.h>
Denis V. Lunevc1e98942008-04-03 14:29:00 -070097#include <net/inet_common.h>
David S. Miller35ebf652012-06-28 03:59:11 -070098#include <net/ip_fib.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070099
100/*
101 * Build xmit assembly blocks
102 */
103
104struct icmp_bxm {
105 struct sk_buff *skb;
106 int offset;
107 int data_len;
108
109 struct {
110 struct icmphdr icmph;
Al Virob03d73e2006-09-27 18:38:30 -0700111 __be32 times[3];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112 } data;
113 int head_len;
Eric Dumazetf6d8bd02011-04-21 09:45:37 +0000114 struct ip_options_data replyopts;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700115};
116
Linus Torvalds1da177e2005-04-16 15:20:36 -0700117/* An array of errno for error messages from dest unreach. */
118/* RFC 1122: 3.2.2.1 States that NET_UNREACH, HOST_UNREACH and SR_FAILED MUST be considered 'transient errs'. */
119
Alexey Dobriyane7548342010-01-22 10:18:25 +0000120const struct icmp_err icmp_err_convert[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700121 {
122 .errno = ENETUNREACH, /* ICMP_NET_UNREACH */
123 .fatal = 0,
124 },
125 {
126 .errno = EHOSTUNREACH, /* ICMP_HOST_UNREACH */
127 .fatal = 0,
128 },
129 {
130 .errno = ENOPROTOOPT /* ICMP_PROT_UNREACH */,
131 .fatal = 1,
132 },
133 {
134 .errno = ECONNREFUSED, /* ICMP_PORT_UNREACH */
135 .fatal = 1,
136 },
137 {
138 .errno = EMSGSIZE, /* ICMP_FRAG_NEEDED */
139 .fatal = 0,
140 },
141 {
142 .errno = EOPNOTSUPP, /* ICMP_SR_FAILED */
143 .fatal = 0,
144 },
145 {
146 .errno = ENETUNREACH, /* ICMP_NET_UNKNOWN */
147 .fatal = 1,
148 },
149 {
150 .errno = EHOSTDOWN, /* ICMP_HOST_UNKNOWN */
151 .fatal = 1,
152 },
153 {
154 .errno = ENONET, /* ICMP_HOST_ISOLATED */
155 .fatal = 1,
156 },
157 {
158 .errno = ENETUNREACH, /* ICMP_NET_ANO */
159 .fatal = 1,
160 },
161 {
162 .errno = EHOSTUNREACH, /* ICMP_HOST_ANO */
163 .fatal = 1,
164 },
165 {
166 .errno = ENETUNREACH, /* ICMP_NET_UNR_TOS */
167 .fatal = 0,
168 },
169 {
170 .errno = EHOSTUNREACH, /* ICMP_HOST_UNR_TOS */
171 .fatal = 0,
172 },
173 {
174 .errno = EHOSTUNREACH, /* ICMP_PKT_FILTERED */
175 .fatal = 1,
176 },
177 {
178 .errno = EHOSTUNREACH, /* ICMP_PREC_VIOLATION */
179 .fatal = 1,
180 },
181 {
182 .errno = EHOSTUNREACH, /* ICMP_PREC_CUTOFF */
183 .fatal = 1,
184 },
185};
Eric Dumazet4bc2f182010-07-09 21:22:10 +0000186EXPORT_SYMBOL(icmp_err_convert);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188/*
189 * ICMP control array. This specifies what to do with each ICMP.
190 */
191
192struct icmp_control {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193 void (*handler)(struct sk_buff *skb);
194 short error; /* This ICMP is classed as an error message */
195};
196
Arjan van de Ven9b5b5cf2005-11-29 16:21:38 -0800197static const struct icmp_control icmp_pointers[NR_ICMP_TYPES+1];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198
199/*
200 * The ICMP socket(s). This is the most convenient way to flow control
201 * our ICMP output as well as maintain a clean interface throughout
202 * all layers. All Socketless IP sends will soon be gone.
203 *
204 * On SMP we have one ICMP socket per-cpu.
205 */
Denis V. Lunev4a6ad7a2008-02-29 11:19:58 -0800206static struct sock *icmp_sk(struct net *net)
207{
208 return net->ipv4.icmp_sk[smp_processor_id()];
209}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210
Denis V. Lunevfdc0bde2008-08-23 04:43:33 -0700211static inline struct sock *icmp_xmit_lock(struct net *net)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212{
Denis V. Lunevfdc0bde2008-08-23 04:43:33 -0700213 struct sock *sk;
214
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215 local_bh_disable();
216
Denis V. Lunevfdc0bde2008-08-23 04:43:33 -0700217 sk = icmp_sk(net);
218
Denis V. Lunev405666d2008-02-29 11:16:46 -0800219 if (unlikely(!spin_trylock(&sk->sk_lock.slock))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220 /* This can happen if the output path signals a
221 * dst_link_failure() for an outgoing ICMP packet.
222 */
223 local_bh_enable();
Denis V. Lunevfdc0bde2008-08-23 04:43:33 -0700224 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700225 }
Denis V. Lunevfdc0bde2008-08-23 04:43:33 -0700226 return sk;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227}
228
Denis V. Lunev405666d2008-02-29 11:16:46 -0800229static inline void icmp_xmit_unlock(struct sock *sk)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700230{
Denis V. Lunev405666d2008-02-29 11:16:46 -0800231 spin_unlock_bh(&sk->sk_lock.slock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232}
233
234/*
235 * Send an ICMP frame.
236 */
237
David S. Miller92d86822011-02-04 15:55:25 -0800238static inline bool icmpv4_xrlim_allow(struct net *net, struct rtable *rt,
David S. Millera48eff12011-05-18 18:42:43 -0400239 struct flowi4 *fl4, int type, int code)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240{
Changli Gaod8d1f302010-06-10 23:31:35 -0700241 struct dst_entry *dst = &rt->dst;
David S. Miller92d86822011-02-04 15:55:25 -0800242 bool rc = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243
244 if (type > NR_ICMP_TYPES)
245 goto out;
246
247 /* Don't limit PMTU discovery. */
248 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED)
249 goto out;
250
251 /* No rate limit on loopback */
252 if (dst->dev && (dst->dev->flags&IFF_LOOPBACK))
YOSHIFUJI Hideakie905a9e2007-02-09 23:24:47 +0900253 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700254
255 /* Limit if icmp type is enabled in ratemask. */
David S. Miller92d86822011-02-04 15:55:25 -0800256 if ((1 << type) & net->ipv4.sysctl_icmp_ratemask) {
David S. Miller1d861aa2012-07-10 03:58:16 -0700257 struct inet_peer *peer = inet_getpeer_v4(net->ipv4.peers, fl4->daddr, 1);
David S. Millerfbfe95a2012-06-08 23:24:18 -0700258 rc = inet_peer_xrlim_allow(peer,
David S. Miller92d86822011-02-04 15:55:25 -0800259 net->ipv4.sysctl_icmp_ratelimit);
Neal Cardwelle1a67642012-11-24 18:54:37 +0000260 if (peer)
261 inet_putpeer(peer);
David S. Miller92d86822011-02-04 15:55:25 -0800262 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263out:
264 return rc;
265}
266
267/*
268 * Maintain the counters used in the SNMP statistics for outgoing ICMP
269 */
Pavel Emelyanov0388b002008-07-14 23:00:43 -0700270void icmp_out_count(struct net *net, unsigned char type)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271{
Pavel Emelyanov903fc192008-07-14 23:03:35 -0700272 ICMPMSGOUT_INC_STATS(net, type);
Pavel Emelyanov75c939b2008-07-14 23:02:35 -0700273 ICMP_INC_STATS(net, ICMP_MIB_OUTMSGS);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700274}
275
276/*
277 * Checksum each fragment, and on the first include the headers and final
278 * checksum.
279 */
280static int icmp_glue_bits(void *from, char *to, int offset, int len, int odd,
281 struct sk_buff *skb)
282{
283 struct icmp_bxm *icmp_param = (struct icmp_bxm *)from;
Al Viro5f92a732006-11-14 21:36:54 -0800284 __wsum csum;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285
286 csum = skb_copy_and_csum_bits(icmp_param->skb,
287 icmp_param->offset + offset,
288 to, len, 0);
289
290 skb->csum = csum_block_add(skb->csum, csum, odd);
291 if (icmp_pointers[icmp_param->data.icmph.type].error)
292 nf_ct_attach(skb, icmp_param->skb);
293 return 0;
294}
295
296static void icmp_push_reply(struct icmp_bxm *icmp_param,
David S. Miller77968b72011-05-08 17:12:19 -0700297 struct flowi4 *fl4,
Eric Dumazet2e77d892008-11-24 15:52:46 -0800298 struct ipcm_cookie *ipc, struct rtable **rt)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700299{
Denis V. Lunev1e3cf682008-02-29 11:15:42 -0800300 struct sock *sk;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301 struct sk_buff *skb;
302
Changli Gaod8d1f302010-06-10 23:31:35 -0700303 sk = icmp_sk(dev_net((*rt)->dst.dev));
David S. Millerf5fca602011-05-08 17:24:10 -0700304 if (ip_append_data(sk, fl4, icmp_glue_bits, icmp_param,
YOSHIFUJI Hideakie905a9e2007-02-09 23:24:47 +0900305 icmp_param->data_len+icmp_param->head_len,
306 icmp_param->head_len,
Eric Dumazet1f8438a2010-04-03 15:09:04 -0700307 ipc, rt, MSG_DONTWAIT) < 0) {
308 ICMP_INC_STATS_BH(sock_net(sk), ICMP_MIB_OUTERRORS);
Denis V. Lunev1e3cf682008-02-29 11:15:42 -0800309 ip_flush_pending_frames(sk);
Eric Dumazet1f8438a2010-04-03 15:09:04 -0700310 } else if ((skb = skb_peek(&sk->sk_write_queue)) != NULL) {
Arnaldo Carvalho de Melo88c76642007-03-13 14:43:18 -0300311 struct icmphdr *icmph = icmp_hdr(skb);
Al Virod3bc23e2006-11-14 21:24:49 -0800312 __wsum csum = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700313 struct sk_buff *skb1;
314
Denis V. Lunev1e3cf682008-02-29 11:15:42 -0800315 skb_queue_walk(&sk->sk_write_queue, skb1) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316 csum = csum_add(csum, skb1->csum);
317 }
318 csum = csum_partial_copy_nocheck((void *)&icmp_param->data,
319 (char *)icmph,
320 icmp_param->head_len, csum);
321 icmph->checksum = csum_fold(csum);
322 skb->ip_summed = CHECKSUM_NONE;
David S. Miller77968b72011-05-08 17:12:19 -0700323 ip_push_pending_frames(sk, fl4);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700324 }
325}
326
327/*
328 * Driving logic for building and sending ICMP messages.
329 */
330
331static void icmp_reply(struct icmp_bxm *icmp_param, struct sk_buff *skb)
332{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700333 struct ipcm_cookie ipc;
Eric Dumazet511c3f92009-06-02 05:14:27 +0000334 struct rtable *rt = skb_rtable(skb);
Changli Gaod8d1f302010-06-10 23:31:35 -0700335 struct net *net = dev_net(rt->dst.dev);
David S. Miller77968b72011-05-08 17:12:19 -0700336 struct flowi4 fl4;
Denis V. Lunevfdc0bde2008-08-23 04:43:33 -0700337 struct sock *sk;
338 struct inet_sock *inet;
David S. Miller35ebf652012-06-28 03:59:11 -0700339 __be32 daddr, saddr;
Lorenzo Colittie1108612014-05-13 10:17:33 -0700340 u32 mark = IP4_REPLY_MARK(net, skb->mark);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341
Eric Dumazetf6d8bd02011-04-21 09:45:37 +0000342 if (ip_options_echo(&icmp_param->replyopts.opt.opt, skb))
Hormsf00c4012006-02-02 17:03:18 -0800343 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344
Denis V. Lunevfdc0bde2008-08-23 04:43:33 -0700345 sk = icmp_xmit_lock(net);
346 if (sk == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347 return;
Denis V. Lunevfdc0bde2008-08-23 04:43:33 -0700348 inet = inet_sk(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700349
350 icmp_param->data.icmph.checksum = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351
Arnaldo Carvalho de Meloeddc9ec2007-04-20 22:47:35 -0700352 inet->tos = ip_hdr(skb)->tos;
Lorenzo Colittie1108612014-05-13 10:17:33 -0700353 sk->sk_mark = mark;
David S. Miller9f6abb52011-05-09 13:28:22 -0700354 daddr = ipc.addr = ip_hdr(skb)->saddr;
David S. Miller35ebf652012-06-28 03:59:11 -0700355 saddr = fib_compute_spec_dst(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700356 ipc.opt = NULL;
Oliver Hartkopp2244d072010-08-17 08:59:14 +0000357 ipc.tx_flags = 0;
Francesco Fuscoaa661582013-09-24 15:43:09 +0200358 ipc.ttl = 0;
359 ipc.tos = -1;
360
Eric Dumazetf6d8bd02011-04-21 09:45:37 +0000361 if (icmp_param->replyopts.opt.opt.optlen) {
362 ipc.opt = &icmp_param->replyopts.opt;
363 if (ipc.opt->opt.srr)
364 daddr = icmp_param->replyopts.opt.opt.faddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365 }
David S. Miller77968b72011-05-08 17:12:19 -0700366 memset(&fl4, 0, sizeof(fl4));
367 fl4.daddr = daddr;
David S. Miller35ebf652012-06-28 03:59:11 -0700368 fl4.saddr = saddr;
Lorenzo Colittie1108612014-05-13 10:17:33 -0700369 fl4.flowi4_mark = mark;
David S. Miller77968b72011-05-08 17:12:19 -0700370 fl4.flowi4_tos = RT_TOS(ip_hdr(skb)->tos);
371 fl4.flowi4_proto = IPPROTO_ICMP;
372 security_skb_classify_flow(skb, flowi4_to_flowi(&fl4));
373 rt = ip_route_output_key(net, &fl4);
374 if (IS_ERR(rt))
375 goto out_unlock;
David S. Millera48eff12011-05-18 18:42:43 -0400376 if (icmpv4_xrlim_allow(net, rt, &fl4, icmp_param->data.icmph.type,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700377 icmp_param->data.icmph.code))
David S. Miller77968b72011-05-08 17:12:19 -0700378 icmp_push_reply(icmp_param, &fl4, &ipc, &rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700379 ip_rt_put(rt);
380out_unlock:
Denis V. Lunev405666d2008-02-29 11:16:46 -0800381 icmp_xmit_unlock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700382}
383
David S. Miller77968b72011-05-08 17:12:19 -0700384static struct rtable *icmp_route_lookup(struct net *net,
385 struct flowi4 *fl4,
386 struct sk_buff *skb_in,
Eric Dumazetb71d1d42011-04-22 04:53:02 +0000387 const struct iphdr *iph,
Lorenzo Colittie1108612014-05-13 10:17:33 -0700388 __be32 saddr, u8 tos, u32 mark,
David S. Millerf6d460c2011-03-01 15:49:55 -0800389 int type, int code,
390 struct icmp_bxm *param)
391{
David S. Millerf6d460c2011-03-01 15:49:55 -0800392 struct rtable *rt, *rt2;
David S. Miller415b3332011-07-22 06:22:10 -0700393 struct flowi4 fl4_dec;
David S. Millerf6d460c2011-03-01 15:49:55 -0800394 int err;
395
David S. Miller77968b72011-05-08 17:12:19 -0700396 memset(fl4, 0, sizeof(*fl4));
397 fl4->daddr = (param->replyopts.opt.opt.srr ?
398 param->replyopts.opt.opt.faddr : iph->saddr);
399 fl4->saddr = saddr;
Lorenzo Colittie1108612014-05-13 10:17:33 -0700400 fl4->flowi4_mark = mark;
David S. Miller77968b72011-05-08 17:12:19 -0700401 fl4->flowi4_tos = RT_TOS(tos);
402 fl4->flowi4_proto = IPPROTO_ICMP;
403 fl4->fl4_icmp_type = type;
404 fl4->fl4_icmp_code = code;
405 security_skb_classify_flow(skb_in, flowi4_to_flowi(fl4));
406 rt = __ip_route_output_key(net, fl4);
David S. Millerb23dd4f2011-03-02 14:31:35 -0800407 if (IS_ERR(rt))
408 return rt;
David S. Millerf6d460c2011-03-01 15:49:55 -0800409
410 /* No need to clone since we're just using its address. */
411 rt2 = rt;
412
David S. Miller9d6ec932011-03-12 01:12:47 -0500413 rt = (struct rtable *) xfrm_lookup(net, &rt->dst,
David S. Miller77968b72011-05-08 17:12:19 -0700414 flowi4_to_flowi(fl4), NULL, 0);
David S. Miller452edd52011-03-02 13:27:41 -0800415 if (!IS_ERR(rt)) {
David S. Millerf6d460c2011-03-01 15:49:55 -0800416 if (rt != rt2)
417 return rt;
David S. Miller452edd52011-03-02 13:27:41 -0800418 } else if (PTR_ERR(rt) == -EPERM) {
David S. Millerf6d460c2011-03-01 15:49:55 -0800419 rt = NULL;
David S. Miller452edd52011-03-02 13:27:41 -0800420 } else
421 return rt;
David S. Millerf6d460c2011-03-01 15:49:55 -0800422
David S. Miller415b3332011-07-22 06:22:10 -0700423 err = xfrm_decode_session_reverse(skb_in, flowi4_to_flowi(&fl4_dec), AF_INET);
David S. Millerf6d460c2011-03-01 15:49:55 -0800424 if (err)
425 goto relookup_failed;
426
David S. Miller415b3332011-07-22 06:22:10 -0700427 if (inet_addr_type(net, fl4_dec.saddr) == RTN_LOCAL) {
428 rt2 = __ip_route_output_key(net, &fl4_dec);
David S. Millerb23dd4f2011-03-02 14:31:35 -0800429 if (IS_ERR(rt2))
430 err = PTR_ERR(rt2);
David S. Millerf6d460c2011-03-01 15:49:55 -0800431 } else {
David S. Miller9d6ec932011-03-12 01:12:47 -0500432 struct flowi4 fl4_2 = {};
David S. Millerf6d460c2011-03-01 15:49:55 -0800433 unsigned long orefdst;
434
David S. Miller415b3332011-07-22 06:22:10 -0700435 fl4_2.daddr = fl4_dec.saddr;
David S. Miller9d6ec932011-03-12 01:12:47 -0500436 rt2 = ip_route_output_key(net, &fl4_2);
David S. Millerb23dd4f2011-03-02 14:31:35 -0800437 if (IS_ERR(rt2)) {
438 err = PTR_ERR(rt2);
David S. Millerf6d460c2011-03-01 15:49:55 -0800439 goto relookup_failed;
David S. Millerb23dd4f2011-03-02 14:31:35 -0800440 }
David S. Millerf6d460c2011-03-01 15:49:55 -0800441 /* Ugh! */
442 orefdst = skb_in->_skb_refdst; /* save old refdst */
David S. Miller415b3332011-07-22 06:22:10 -0700443 err = ip_route_input(skb_in, fl4_dec.daddr, fl4_dec.saddr,
David S. Millerf6d460c2011-03-01 15:49:55 -0800444 RT_TOS(tos), rt2->dst.dev);
445
446 dst_release(&rt2->dst);
447 rt2 = skb_rtable(skb_in);
448 skb_in->_skb_refdst = orefdst; /* restore old refdst */
449 }
450
451 if (err)
452 goto relookup_failed;
453
David S. Miller9d6ec932011-03-12 01:12:47 -0500454 rt2 = (struct rtable *) xfrm_lookup(net, &rt2->dst,
David S. Miller415b3332011-07-22 06:22:10 -0700455 flowi4_to_flowi(&fl4_dec), NULL,
David S. Miller9d6ec932011-03-12 01:12:47 -0500456 XFRM_LOOKUP_ICMP);
David S. Miller452edd52011-03-02 13:27:41 -0800457 if (!IS_ERR(rt2)) {
David S. Millerf6d460c2011-03-01 15:49:55 -0800458 dst_release(&rt->dst);
David S. Miller415b3332011-07-22 06:22:10 -0700459 memcpy(fl4, &fl4_dec, sizeof(*fl4));
David S. Millerf6d460c2011-03-01 15:49:55 -0800460 rt = rt2;
David S. Miller452edd52011-03-02 13:27:41 -0800461 } else if (PTR_ERR(rt2) == -EPERM) {
462 if (rt)
463 dst_release(&rt->dst);
464 return rt2;
465 } else {
466 err = PTR_ERR(rt2);
467 goto relookup_failed;
David S. Millerf6d460c2011-03-01 15:49:55 -0800468 }
David S. Millerf6d460c2011-03-01 15:49:55 -0800469 return rt;
470
471relookup_failed:
472 if (rt)
473 return rt;
474 return ERR_PTR(err);
475}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700476
477/*
478 * Send an ICMP message in response to a situation
479 *
480 * RFC 1122: 3.2.2 MUST send at least the IP header and 8 bytes of header.
481 * MAY send more (we do).
482 * MUST NOT change this header information.
483 * MUST NOT reply to a multicast/broadcast IP address.
484 * MUST NOT reply to a multicast/broadcast MAC address.
485 * MUST reply to only the first fragment.
486 */
487
Al Viroe4883012006-09-26 22:17:28 -0700488void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489{
490 struct iphdr *iph;
491 int room;
Cong Wang9a99d4a2013-06-02 15:00:52 +0000492 struct icmp_bxm *icmp_param;
Eric Dumazet511c3f92009-06-02 05:14:27 +0000493 struct rtable *rt = skb_rtable(skb_in);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700494 struct ipcm_cookie ipc;
David S. Miller77968b72011-05-08 17:12:19 -0700495 struct flowi4 fl4;
Al Viroa61ced52006-09-26 21:27:54 -0700496 __be32 saddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700497 u8 tos;
Lorenzo Colittie1108612014-05-13 10:17:33 -0700498 u32 mark;
Denis V. Lunevdde1bc02008-01-22 23:50:57 -0800499 struct net *net;
Denis V. Lunev4a6ad7a2008-02-29 11:19:58 -0800500 struct sock *sk;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700501
502 if (!rt)
503 goto out;
Changli Gaod8d1f302010-06-10 23:31:35 -0700504 net = dev_net(rt->dst.dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700505
506 /*
507 * Find the original header. It is expected to be valid, of course.
508 * Check this, icmp_send is called from the most obscure devices
509 * sometimes.
510 */
Arnaldo Carvalho de Meloeddc9ec2007-04-20 22:47:35 -0700511 iph = ip_hdr(skb_in);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700512
Arnaldo Carvalho de Melo27a884d2007-04-19 20:29:13 -0700513 if ((u8 *)iph < skb_in->head ||
Simon Hormanf7c0c2a2013-05-28 20:34:27 +0000514 (skb_network_header(skb_in) + sizeof(*iph)) >
515 skb_tail_pointer(skb_in))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516 goto out;
517
518 /*
519 * No replies to physical multicast/broadcast
520 */
521 if (skb_in->pkt_type != PACKET_HOST)
522 goto out;
523
524 /*
525 * Now check at the protocol level
526 */
527 if (rt->rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST))
528 goto out;
529
530 /*
531 * Only reply to fragment 0. We byte re-order the constant
532 * mask for efficiency.
533 */
534 if (iph->frag_off & htons(IP_OFFSET))
535 goto out;
536
537 /*
538 * If we send an ICMP error to an ICMP error a mess would result..
539 */
540 if (icmp_pointers[type].error) {
541 /*
542 * We are an error, check if we are replying to an
543 * ICMP error
544 */
545 if (iph->protocol == IPPROTO_ICMP) {
546 u8 _inner_type, *itp;
547
548 itp = skb_header_pointer(skb_in,
Arnaldo Carvalho de Melod56f90a2007-04-10 20:50:43 -0700549 skb_network_header(skb_in) +
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550 (iph->ihl << 2) +
551 offsetof(struct icmphdr,
552 type) -
553 skb_in->data,
554 sizeof(_inner_type),
555 &_inner_type);
556 if (itp == NULL)
557 goto out;
558
559 /*
560 * Assume any unknown ICMP type is an error. This
561 * isn't specified by the RFC, but think about it..
562 */
563 if (*itp > NR_ICMP_TYPES ||
564 icmp_pointers[*itp].error)
565 goto out;
566 }
567 }
568
Cong Wang9a99d4a2013-06-02 15:00:52 +0000569 icmp_param = kmalloc(sizeof(*icmp_param), GFP_ATOMIC);
570 if (!icmp_param)
571 return;
572
Denis V. Lunevfdc0bde2008-08-23 04:43:33 -0700573 sk = icmp_xmit_lock(net);
574 if (sk == NULL)
Cong Wang9a99d4a2013-06-02 15:00:52 +0000575 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576
577 /*
578 * Construct source address and options.
579 */
580
581 saddr = iph->daddr;
J. Simonetti1c2fb7f2005-06-13 15:19:03 -0700582 if (!(rt->rt_flags & RTCF_LOCAL)) {
Patrick McHardy6e1d9102007-06-01 11:45:04 -0700583 struct net_device *dev = NULL;
584
Eric Dumazet685c7942009-11-01 19:31:03 +0000585 rcu_read_lock();
David S. Millerc7537962010-11-11 17:07:48 -0800586 if (rt_is_input_route(rt) &&
587 net->ipv4.sysctl_icmp_errors_use_inbound_ifaddr)
David S. Miller92101b32012-07-23 16:29:00 -0700588 dev = dev_get_by_index_rcu(net, inet_iif(skb_in));
Patrick McHardy6e1d9102007-06-01 11:45:04 -0700589
Eric Dumazet685c7942009-11-01 19:31:03 +0000590 if (dev)
Patrick McHardy6e1d9102007-06-01 11:45:04 -0700591 saddr = inet_select_addr(dev, 0, RT_SCOPE_LINK);
Eric Dumazet685c7942009-11-01 19:31:03 +0000592 else
J. Simonetti1c2fb7f2005-06-13 15:19:03 -0700593 saddr = 0;
Eric Dumazet685c7942009-11-01 19:31:03 +0000594 rcu_read_unlock();
J. Simonetti1c2fb7f2005-06-13 15:19:03 -0700595 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596
597 tos = icmp_pointers[type].error ? ((iph->tos & IPTOS_TOS_MASK) |
598 IPTOS_PREC_INTERNETCONTROL) :
599 iph->tos;
Lorenzo Colittie1108612014-05-13 10:17:33 -0700600 mark = IP4_REPLY_MARK(net, skb_in->mark);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601
Cong Wang9a99d4a2013-06-02 15:00:52 +0000602 if (ip_options_echo(&icmp_param->replyopts.opt.opt, skb_in))
Herbert Xufa60cf72006-02-04 02:09:34 -0800603 goto out_unlock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604
605
606 /*
607 * Prepare data for ICMP header.
608 */
609
Cong Wang9a99d4a2013-06-02 15:00:52 +0000610 icmp_param->data.icmph.type = type;
611 icmp_param->data.icmph.code = code;
612 icmp_param->data.icmph.un.gateway = info;
613 icmp_param->data.icmph.checksum = 0;
614 icmp_param->skb = skb_in;
615 icmp_param->offset = skb_network_offset(skb_in);
Denis V. Lunev405666d2008-02-29 11:16:46 -0800616 inet_sk(sk)->tos = tos;
Lorenzo Colittie1108612014-05-13 10:17:33 -0700617 sk->sk_mark = mark;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618 ipc.addr = iph->saddr;
Cong Wang9a99d4a2013-06-02 15:00:52 +0000619 ipc.opt = &icmp_param->replyopts.opt;
Oliver Hartkopp2244d072010-08-17 08:59:14 +0000620 ipc.tx_flags = 0;
Francesco Fuscoaa661582013-09-24 15:43:09 +0200621 ipc.ttl = 0;
622 ipc.tos = -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623
Lorenzo Colittie1108612014-05-13 10:17:33 -0700624 rt = icmp_route_lookup(net, &fl4, skb_in, iph, saddr, tos, mark,
Cong Wang9a99d4a2013-06-02 15:00:52 +0000625 type, code, icmp_param);
David S. Millerf6d460c2011-03-01 15:49:55 -0800626 if (IS_ERR(rt))
627 goto out_unlock;
Herbert Xu8b7817f2007-12-12 10:44:43 -0800628
David S. Millera48eff12011-05-18 18:42:43 -0400629 if (!icmpv4_xrlim_allow(net, rt, &fl4, type, code))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630 goto ende;
631
632 /* RFC says return as much as we can without exceeding 576 bytes. */
633
Changli Gaod8d1f302010-06-10 23:31:35 -0700634 room = dst_mtu(&rt->dst);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635 if (room > 576)
636 room = 576;
Cong Wang9a99d4a2013-06-02 15:00:52 +0000637 room -= sizeof(struct iphdr) + icmp_param->replyopts.opt.opt.optlen;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638 room -= sizeof(struct icmphdr);
639
Cong Wang9a99d4a2013-06-02 15:00:52 +0000640 icmp_param->data_len = skb_in->len - icmp_param->offset;
641 if (icmp_param->data_len > room)
642 icmp_param->data_len = room;
643 icmp_param->head_len = sizeof(struct icmphdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644
Cong Wang9a99d4a2013-06-02 15:00:52 +0000645 icmp_push_reply(icmp_param, &fl4, &ipc, &rt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646ende:
647 ip_rt_put(rt);
648out_unlock:
Denis V. Lunev405666d2008-02-29 11:16:46 -0800649 icmp_xmit_unlock(sk);
Cong Wang9a99d4a2013-06-02 15:00:52 +0000650out_free:
651 kfree(icmp_param);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700652out:;
653}
Eric Dumazet4bc2f182010-07-09 21:22:10 +0000654EXPORT_SYMBOL(icmp_send);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655
656
David S. Miller1de92432012-07-11 18:32:17 -0700657static void icmp_socket_deliver(struct sk_buff *skb, u32 info)
658{
659 const struct iphdr *iph = (const struct iphdr *) skb->data;
660 const struct net_protocol *ipprot;
661 int protocol = iph->protocol;
662
David S. Millerf0a70e92012-07-12 08:06:04 -0700663 /* Checkin full IP header plus 8 bytes of protocol to
664 * avoid additional coding at protocol handlers.
665 */
666 if (!pskb_may_pull(skb, iph->ihl * 4 + 8))
667 return;
668
David S. Miller1de92432012-07-11 18:32:17 -0700669 raw_icmp_error(skb, protocol, info);
670
671 rcu_read_lock();
672 ipprot = rcu_dereference(inet_protos[protocol]);
673 if (ipprot && ipprot->err_handler)
674 ipprot->err_handler(skb, info);
675 rcu_read_unlock();
676}
677
Hannes Frederic Sowa8ed1dc42014-01-09 10:01:17 +0100678static bool icmp_tag_validation(int proto)
679{
680 bool ok;
681
682 rcu_read_lock();
683 ok = rcu_dereference(inet_protos[proto])->icmp_strict_tag_validation;
684 rcu_read_unlock();
685 return ok;
686}
687
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688/*
Rami Rosen08578d82013-06-03 00:23:25 +0000689 * Handle ICMP_DEST_UNREACH, ICMP_TIME_EXCEED, ICMP_QUENCH, and
690 * ICMP_PARAMETERPROB.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700691 */
692
693static void icmp_unreach(struct sk_buff *skb)
694{
Eric Dumazetb71d1d42011-04-22 04:53:02 +0000695 const struct iphdr *iph;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700696 struct icmphdr *icmph;
Denis V. Lunevdde1bc02008-01-22 23:50:57 -0800697 struct net *net;
David S. Millerf9242b62012-06-19 18:56:21 -0700698 u32 info = 0;
Denis V. Lunevdde1bc02008-01-22 23:50:57 -0800699
Eric Dumazetadf30902009-06-02 05:19:30 +0000700 net = dev_net(skb_dst(skb)->dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700701
702 /*
703 * Incomplete header ?
704 * Only checks for the IP header, there should be an
705 * additional check for longer headers in upper levels.
706 */
707
708 if (!pskb_may_pull(skb, sizeof(struct iphdr)))
709 goto out_err;
710
Arnaldo Carvalho de Melo88c76642007-03-13 14:43:18 -0300711 icmph = icmp_hdr(skb);
Eric Dumazetb71d1d42011-04-22 04:53:02 +0000712 iph = (const struct iphdr *)skb->data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700713
714 if (iph->ihl < 5) /* Mangled header, drop. */
715 goto out_err;
716
717 if (icmph->type == ICMP_DEST_UNREACH) {
718 switch (icmph->code & 15) {
719 case ICMP_NET_UNREACH:
720 case ICMP_HOST_UNREACH:
721 case ICMP_PROT_UNREACH:
722 case ICMP_PORT_UNREACH:
723 break;
724 case ICMP_FRAG_NEEDED:
Hannes Frederic Sowa8ed1dc42014-01-09 10:01:17 +0100725 /* for documentation of the ip_no_pmtu_disc
726 * values please see
727 * Documentation/networking/ip-sysctl.txt
728 */
729 switch (net->ipv4.sysctl_ip_no_pmtu_disc) {
730 default:
Joe Perchesafd465032012-03-12 07:03:32 +0000731 LIMIT_NETDEBUG(KERN_INFO pr_fmt("%pI4: fragmentation needed and DF set\n"),
Harvey Harrison673d57e2008-10-31 00:53:57 -0700732 &iph->daddr);
Hannes Frederic Sowa8ed1dc42014-01-09 10:01:17 +0100733 break;
734 case 2:
735 goto out;
736 case 3:
737 if (!icmp_tag_validation(iph->protocol))
738 goto out;
739 /* fall through */
740 case 0:
David S. Miller46517002012-06-10 00:04:12 -0700741 info = ntohs(icmph->un.frag.mtu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700742 }
743 break;
744 case ICMP_SR_FAILED:
Joe Perchesafd465032012-03-12 07:03:32 +0000745 LIMIT_NETDEBUG(KERN_INFO pr_fmt("%pI4: Source Route Failed\n"),
Harvey Harrison673d57e2008-10-31 00:53:57 -0700746 &iph->daddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700747 break;
748 default:
749 break;
750 }
751 if (icmph->code > NR_ICMP_UNREACH)
752 goto out;
753 } else if (icmph->type == ICMP_PARAMETERPROB)
754 info = ntohl(icmph->un.gateway) >> 24;
755
756 /*
757 * Throw it at our lower layers
758 *
759 * RFC 1122: 3.2.2 MUST extract the protocol ID from the passed
760 * header.
761 * RFC 1122: 3.2.2.1 MUST pass ICMP unreach messages to the
762 * transport layer.
763 * RFC 1122: 3.2.2.2 MUST pass ICMP time expired messages to
764 * transport layer.
765 */
766
767 /*
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300768 * Check the other end isn't violating RFC 1122. Some routers send
Linus Torvalds1da177e2005-04-16 15:20:36 -0700769 * bogus responses to broadcast frames. If you see this message
770 * first check your netmask matches at both ends, if it does then
771 * get the other vendor to fix their kit.
772 */
773
Pavel Emelyanovb34a95e2008-03-26 02:00:21 -0700774 if (!net->ipv4.sysctl_icmp_ignore_bogus_error_responses &&
Denis V. Lunevdde1bc02008-01-22 23:50:57 -0800775 inet_addr_type(net, iph->daddr) == RTN_BROADCAST) {
Joe Perchese87cc472012-05-13 21:56:26 +0000776 net_warn_ratelimited("%pI4 sent an invalid ICMP type %u, code %u error to a broadcast: %pI4 on %s\n",
777 &ip_hdr(skb)->saddr,
778 icmph->type, icmph->code,
779 &iph->daddr, skb->dev->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700780 goto out;
781 }
782
David S. Miller1de92432012-07-11 18:32:17 -0700783 icmp_socket_deliver(skb, info);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700784
785out:
786 return;
787out_err:
Pavel Emelyanovdcfc23c2008-07-14 23:03:00 -0700788 ICMP_INC_STATS_BH(net, ICMP_MIB_INERRORS);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700789 goto out;
790}
791
792
793/*
794 * Handle ICMP_REDIRECT.
795 */
796
797static void icmp_redirect(struct sk_buff *skb)
798{
David S. Miller94206122012-07-11 20:38:08 -0700799 if (skb->len < sizeof(struct iphdr)) {
800 ICMP_INC_STATS_BH(dev_net(skb->dev), ICMP_MIB_INERRORS);
801 return;
YOSHIFUJI Hideakie905a9e2007-02-09 23:24:47 +0900802 }
Vasiliy Kulikovc319b4d2011-05-13 10:01:00 +0000803
David S. Miller94206122012-07-11 20:38:08 -0700804 if (!pskb_may_pull(skb, sizeof(struct iphdr)))
805 return;
Vasiliy Kulikovc319b4d2011-05-13 10:01:00 +0000806
David S. Miller94206122012-07-11 20:38:08 -0700807 icmp_socket_deliver(skb, icmp_hdr(skb)->un.gateway);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808}
809
810/*
811 * Handle ICMP_ECHO ("ping") requests.
812 *
813 * RFC 1122: 3.2.2.6 MUST have an echo server that answers ICMP echo
814 * requests.
815 * RFC 1122: 3.2.2.6 Data received in the ICMP_ECHO request MUST be
816 * included in the reply.
817 * RFC 1812: 4.3.3.6 SHOULD have a config option for silently ignoring
818 * echo requests, MUST have default=NOT.
819 * See also WRT handling of options once they are done and working.
820 */
821
822static void icmp_echo(struct sk_buff *skb)
823{
Pavel Emelyanovb34a95e2008-03-26 02:00:21 -0700824 struct net *net;
825
Eric Dumazetadf30902009-06-02 05:19:30 +0000826 net = dev_net(skb_dst(skb)->dev);
Pavel Emelyanovb34a95e2008-03-26 02:00:21 -0700827 if (!net->ipv4.sysctl_icmp_echo_ignore_all) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700828 struct icmp_bxm icmp_param;
829
Arnaldo Carvalho de Melo88c76642007-03-13 14:43:18 -0300830 icmp_param.data.icmph = *icmp_hdr(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831 icmp_param.data.icmph.type = ICMP_ECHOREPLY;
832 icmp_param.skb = skb;
833 icmp_param.offset = 0;
834 icmp_param.data_len = skb->len;
835 icmp_param.head_len = sizeof(struct icmphdr);
836 icmp_reply(&icmp_param, skb);
837 }
838}
839
840/*
841 * Handle ICMP Timestamp requests.
842 * RFC 1122: 3.2.2.8 MAY implement ICMP timestamp requests.
843 * SHOULD be in the kernel for minimum random latency.
844 * MUST be accurate to a few minutes.
845 * MUST be updated at least at 15Hz.
846 */
847static void icmp_timestamp(struct sk_buff *skb)
848{
YOSHIFUJI Hideakif25c3d62008-04-21 02:34:08 -0700849 struct timespec tv;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700850 struct icmp_bxm icmp_param;
851 /*
852 * Too short.
853 */
854 if (skb->len < 4)
855 goto out_err;
856
857 /*
858 * Fill in the current time as ms since midnight UT:
859 */
YOSHIFUJI Hideakif25c3d62008-04-21 02:34:08 -0700860 getnstimeofday(&tv);
861 icmp_param.data.times[1] = htonl((tv.tv_sec % 86400) * MSEC_PER_SEC +
862 tv.tv_nsec / NSEC_PER_MSEC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863 icmp_param.data.times[2] = icmp_param.data.times[1];
864 if (skb_copy_bits(skb, 0, &icmp_param.data.times[0], 4))
865 BUG();
Arnaldo Carvalho de Melo88c76642007-03-13 14:43:18 -0300866 icmp_param.data.icmph = *icmp_hdr(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700867 icmp_param.data.icmph.type = ICMP_TIMESTAMPREPLY;
868 icmp_param.data.icmph.code = 0;
869 icmp_param.skb = skb;
870 icmp_param.offset = 0;
871 icmp_param.data_len = 0;
872 icmp_param.head_len = sizeof(struct icmphdr) + 12;
873 icmp_reply(&icmp_param, skb);
874out:
875 return;
876out_err:
Eric Dumazetadf30902009-06-02 05:19:30 +0000877 ICMP_INC_STATS_BH(dev_net(skb_dst(skb)->dev), ICMP_MIB_INERRORS);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700878 goto out;
879}
880
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881static void icmp_discard(struct sk_buff *skb)
882{
883}
884
885/*
886 * Deal with incoming ICMP packets.
887 */
888int icmp_rcv(struct sk_buff *skb)
889{
890 struct icmphdr *icmph;
Eric Dumazet511c3f92009-06-02 05:14:27 +0000891 struct rtable *rt = skb_rtable(skb);
Changli Gaod8d1f302010-06-10 23:31:35 -0700892 struct net *net = dev_net(rt->dst.dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893
Herbert Xuaebcf822007-12-12 18:54:16 -0800894 if (!xfrm4_policy_check(NULL, XFRM_POLICY_IN, skb)) {
Alexey Dobriyandef8b4f2008-10-28 13:24:06 -0700895 struct sec_path *sp = skb_sec_path(skb);
Herbert Xu8b7817f2007-12-12 10:44:43 -0800896 int nh;
897
Alexey Dobriyandef8b4f2008-10-28 13:24:06 -0700898 if (!(sp && sp->xvec[sp->len - 1]->props.flags &
Herbert Xuaebcf822007-12-12 18:54:16 -0800899 XFRM_STATE_ICMP))
900 goto drop;
901
Herbert Xu8b7817f2007-12-12 10:44:43 -0800902 if (!pskb_may_pull(skb, sizeof(*icmph) + sizeof(struct iphdr)))
903 goto drop;
904
905 nh = skb_network_offset(skb);
906 skb_set_network_header(skb, sizeof(*icmph));
907
908 if (!xfrm4_policy_check_reverse(NULL, XFRM_POLICY_IN, skb))
909 goto drop;
910
911 skb_set_network_header(skb, nh);
912 }
913
Pavel Emelyanovdcfc23c2008-07-14 23:03:00 -0700914 ICMP_INC_STATS_BH(net, ICMP_MIB_INMSGS);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915
Tom Herbert29a96e12014-05-07 16:52:21 -0700916 if (skb_checksum_simple_validate(skb))
917 goto csum_error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918
Herbert Xu8cf22942008-02-05 03:15:50 -0800919 if (!pskb_pull(skb, sizeof(*icmph)))
920 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921
Arnaldo Carvalho de Melo88c76642007-03-13 14:43:18 -0300922 icmph = icmp_hdr(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923
Pavel Emelyanovf66ac032008-07-14 23:04:00 -0700924 ICMPMSGIN_INC_STATS_BH(net, icmph->type);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925 /*
926 * 18 is the highest 'known' ICMP type. Anything else is a mystery
927 *
928 * RFC 1122: 3.2.2 Unknown ICMP messages types MUST be silently
929 * discarded.
930 */
931 if (icmph->type > NR_ICMP_TYPES)
932 goto error;
933
934
935 /*
936 * Parse the ICMP message
937 */
938
YOSHIFUJI Hideakie905a9e2007-02-09 23:24:47 +0900939 if (rt->rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940 /*
941 * RFC 1122: 3.2.2.6 An ICMP_ECHO to broadcast MAY be
942 * silently ignored (we let user decide with a sysctl).
943 * RFC 1122: 3.2.2.8 An ICMP_TIMESTAMP MAY be silently
944 * discarded if to broadcast/multicast.
945 */
Alexey Kuznetsov4c866aa2005-07-08 17:34:46 -0700946 if ((icmph->type == ICMP_ECHO ||
947 icmph->type == ICMP_TIMESTAMP) &&
Pavel Emelyanovb34a95e2008-03-26 02:00:21 -0700948 net->ipv4.sysctl_icmp_echo_ignore_broadcasts) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949 goto error;
950 }
951 if (icmph->type != ICMP_ECHO &&
952 icmph->type != ICMP_TIMESTAMP &&
953 icmph->type != ICMP_ADDRESS &&
954 icmph->type != ICMP_ADDRESSREPLY) {
955 goto error;
YOSHIFUJI Hideakie905a9e2007-02-09 23:24:47 +0900956 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957 }
958
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959 icmp_pointers[icmph->type].handler(skb);
960
961drop:
962 kfree_skb(skb);
963 return 0;
Eric Dumazet6a5dc9e2013-04-29 08:39:56 +0000964csum_error:
965 ICMP_INC_STATS_BH(net, ICMP_MIB_CSUMERRORS);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700966error:
Pavel Emelyanovdcfc23c2008-07-14 23:03:00 -0700967 ICMP_INC_STATS_BH(net, ICMP_MIB_INERRORS);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968 goto drop;
969}
970
Li Wei5b052042013-02-21 22:18:44 +0000971void icmp_err(struct sk_buff *skb, u32 info)
972{
973 struct iphdr *iph = (struct iphdr *)skb->data;
Lorenzo Colitti6d0bfe22013-05-22 20:17:31 +0000974 int offset = iph->ihl<<2;
975 struct icmphdr *icmph = (struct icmphdr *)(skb->data + offset);
Li Wei5b052042013-02-21 22:18:44 +0000976 int type = icmp_hdr(skb)->type;
977 int code = icmp_hdr(skb)->code;
978 struct net *net = dev_net(skb->dev);
979
980 /*
981 * Use ping_err to handle all icmp errors except those
982 * triggered by ICMP_ECHOREPLY which sent from kernel.
983 */
984 if (icmph->type != ICMP_ECHOREPLY) {
Lorenzo Colitti6d0bfe22013-05-22 20:17:31 +0000985 ping_err(skb, offset, info);
Li Wei5b052042013-02-21 22:18:44 +0000986 return;
987 }
988
989 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED)
990 ipv4_update_pmtu(skb, net, info, 0, 0, IPPROTO_ICMP, 0);
991 else if (type == ICMP_REDIRECT)
992 ipv4_redirect(skb, net, 0, 0, IPPROTO_ICMP, 0);
993}
994
Linus Torvalds1da177e2005-04-16 15:20:36 -0700995/*
996 * This table is the definition of how we handle ICMP.
997 */
Arjan van de Ven9b5b5cf2005-11-29 16:21:38 -0800998static const struct icmp_control icmp_pointers[NR_ICMP_TYPES + 1] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700999 [ICMP_ECHOREPLY] = {
Vasiliy Kulikovc319b4d2011-05-13 10:01:00 +00001000 .handler = ping_rcv,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001 },
1002 [1] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003 .handler = icmp_discard,
1004 .error = 1,
1005 },
1006 [2] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001007 .handler = icmp_discard,
1008 .error = 1,
1009 },
1010 [ICMP_DEST_UNREACH] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001011 .handler = icmp_unreach,
1012 .error = 1,
1013 },
1014 [ICMP_SOURCE_QUENCH] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015 .handler = icmp_unreach,
1016 .error = 1,
1017 },
1018 [ICMP_REDIRECT] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001019 .handler = icmp_redirect,
1020 .error = 1,
1021 },
1022 [6] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023 .handler = icmp_discard,
1024 .error = 1,
1025 },
1026 [7] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027 .handler = icmp_discard,
1028 .error = 1,
1029 },
1030 [ICMP_ECHO] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001031 .handler = icmp_echo,
1032 },
1033 [9] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034 .handler = icmp_discard,
1035 .error = 1,
1036 },
1037 [10] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038 .handler = icmp_discard,
1039 .error = 1,
1040 },
1041 [ICMP_TIME_EXCEEDED] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042 .handler = icmp_unreach,
1043 .error = 1,
1044 },
1045 [ICMP_PARAMETERPROB] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001046 .handler = icmp_unreach,
1047 .error = 1,
1048 },
1049 [ICMP_TIMESTAMP] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001050 .handler = icmp_timestamp,
1051 },
1052 [ICMP_TIMESTAMPREPLY] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053 .handler = icmp_discard,
1054 },
1055 [ICMP_INFO_REQUEST] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056 .handler = icmp_discard,
1057 },
YOSHIFUJI Hideakie905a9e2007-02-09 23:24:47 +09001058 [ICMP_INFO_REPLY] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001059 .handler = icmp_discard,
1060 },
1061 [ICMP_ADDRESS] = {
David S. Miller838942a2012-07-23 13:20:26 -07001062 .handler = icmp_discard,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063 },
1064 [ICMP_ADDRESSREPLY] = {
David S. Miller838942a2012-07-23 13:20:26 -07001065 .handler = icmp_discard,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001066 },
1067};
1068
Denis V. Lunev4a6ad7a2008-02-29 11:19:58 -08001069static void __net_exit icmp_sk_exit(struct net *net)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001070{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001071 int i;
1072
Denis V. Lunev5c8cafd2008-02-29 11:19:22 -08001073 for_each_possible_cpu(i)
Denis V. Lunevc1e98942008-04-03 14:29:00 -07001074 inet_ctl_sock_destroy(net->ipv4.icmp_sk[i]);
Denis V. Lunev4a6ad7a2008-02-29 11:19:58 -08001075 kfree(net->ipv4.icmp_sk);
1076 net->ipv4.icmp_sk = NULL;
Denis V. Luneva5710d62008-02-29 11:14:50 -08001077}
1078
Adrian Bunk263173a2008-04-21 02:31:23 -07001079static int __net_init icmp_sk_init(struct net *net)
Denis V. Luneva5710d62008-02-29 11:14:50 -08001080{
Denis V. Luneva5710d62008-02-29 11:14:50 -08001081 int i, err;
1082
Denis V. Lunev4a6ad7a2008-02-29 11:19:58 -08001083 net->ipv4.icmp_sk =
1084 kzalloc(nr_cpu_ids * sizeof(struct sock *), GFP_KERNEL);
1085 if (net->ipv4.icmp_sk == NULL)
Denis V. Lunev79c91152008-02-29 11:17:11 -08001086 return -ENOMEM;
1087
Denis V. Luneva5710d62008-02-29 11:14:50 -08001088 for_each_possible_cpu(i) {
Denis V. Lunev1e3cf682008-02-29 11:15:42 -08001089 struct sock *sk;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001090
Denis V. Lunevc1e98942008-04-03 14:29:00 -07001091 err = inet_ctl_sock_create(&sk, PF_INET,
1092 SOCK_RAW, IPPROTO_ICMP, net);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093 if (err < 0)
Denis V. Luneva5710d62008-02-29 11:14:50 -08001094 goto fail;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001095
Denis V. Lunevc1e98942008-04-03 14:29:00 -07001096 net->ipv4.icmp_sk[i] = sk;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001097
1098 /* Enough space for 2 64K ICMP packets, including
Eric Dumazet87fb4b72011-10-13 07:28:54 +00001099 * sk_buff/skb_shared_info struct overhead.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001100 */
Eric Dumazet87fb4b72011-10-13 07:28:54 +00001101 sk->sk_sndbuf = 2 * SKB_TRUESIZE(64 * 1024);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102
Eric Dumazetb3a5b6c2009-09-24 12:16:51 +00001103 /*
1104 * Speedup sock_wfree()
1105 */
1106 sock_set_flag(sk, SOCK_USE_WRITE_QUEUE);
Denis V. Lunevc1e98942008-04-03 14:29:00 -07001107 inet_sk(sk)->pmtudisc = IP_PMTUDISC_DONT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108 }
Pavel Emelyanova24022e2008-03-26 01:55:37 -07001109
1110 /* Control parameters for ECHO replies. */
1111 net->ipv4.sysctl_icmp_echo_ignore_all = 0;
1112 net->ipv4.sysctl_icmp_echo_ignore_broadcasts = 1;
1113
1114 /* Control parameter - ignore bogus broadcast responses? */
1115 net->ipv4.sysctl_icmp_ignore_bogus_error_responses = 1;
1116
1117 /*
1118 * Configurable global rate limit.
1119 *
1120 * ratelimit defines tokens/packet consumed for dst->rate_token
1121 * bucket ratemask defines which icmp types are ratelimited by
1122 * setting it's bit position.
1123 *
1124 * default:
1125 * dest unreachable (3), source quench (4),
1126 * time exceeded (11), parameter problem (12)
1127 */
1128
1129 net->ipv4.sysctl_icmp_ratelimit = 1 * HZ;
1130 net->ipv4.sysctl_icmp_ratemask = 0x1818;
1131 net->ipv4.sysctl_icmp_errors_use_inbound_ifaddr = 0;
1132
Denis V. Luneva5710d62008-02-29 11:14:50 -08001133 return 0;
1134
1135fail:
Denis V. Lunev1d1c8d12008-02-29 14:15:19 -08001136 for_each_possible_cpu(i)
Denis V. Lunevc1e98942008-04-03 14:29:00 -07001137 inet_ctl_sock_destroy(net->ipv4.icmp_sk[i]);
Denis V. Lunev1d1c8d12008-02-29 14:15:19 -08001138 kfree(net->ipv4.icmp_sk);
Denis V. Luneva5710d62008-02-29 11:14:50 -08001139 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140}
1141
Denis V. Lunev4a6ad7a2008-02-29 11:19:58 -08001142static struct pernet_operations __net_initdata icmp_sk_ops = {
1143 .init = icmp_sk_init,
1144 .exit = icmp_sk_exit,
1145};
1146
1147int __init icmp_init(void)
1148{
Eric W. Biederman959d2722009-02-22 00:09:14 -08001149 return register_pernet_subsys(&icmp_sk_ops);
Denis V. Lunev4a6ad7a2008-02-29 11:19:58 -08001150}