ip_input.c 18.3 KB
Newer Older
1
// SPDX-License-Identifier: GPL-2.0-or-later
L
Linus Torvalds 已提交
2 3 4 5 6 7 8
/*
 * INET		An implementation of the TCP/IP protocol suite for the LINUX
 *		operating system.  INET is implemented using the  BSD Socket
 *		interface as the means of communication with the user level.
 *
 *		The Internet Protocol (IP) module.
 *
9
 * Authors:	Ross Biro
L
Linus Torvalds 已提交
10 11
 *		Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
 *		Donald Becker, <becker@super.org>
12
 *		Alan Cox, <alan@lxorguk.ukuu.org.uk>
L
Linus Torvalds 已提交
13 14 15 16
 *		Richard Underwood
 *		Stefan Becker, <stefanb@yello.ping.de>
 *		Jorge Cwik, <jorge@laser.satlink.net>
 *		Arnt Gulbrandsen, <agulbra@nvg.unit.no>
17
 *
L
Linus Torvalds 已提交
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
 * Fixes:
 *		Alan Cox	:	Commented a couple of minor bits of surplus code
 *		Alan Cox	:	Undefining IP_FORWARD doesn't include the code
 *					(just stops a compiler warning).
 *		Alan Cox	:	Frames with >=MAX_ROUTE record routes, strict routes or loose routes
 *					are junked rather than corrupting things.
 *		Alan Cox	:	Frames to bad broadcast subnets are dumped
 *					We used to process them non broadcast and
 *					boy could that cause havoc.
 *		Alan Cox	:	ip_forward sets the free flag on the
 *					new frame it queues. Still crap because
 *					it copies the frame but at least it
 *					doesn't eat memory too.
 *		Alan Cox	:	Generic queue code and memory fixes.
 *		Fred Van Kempen :	IP fragment support (borrowed from NET2E)
 *		Gerhard Koerting:	Forward fragmented frames correctly.
 *		Gerhard Koerting: 	Fixes to my fix of the above 8-).
 *		Gerhard Koerting:	IP interface addressing fix.
 *		Linus Torvalds	:	More robustness checks
 *		Alan Cox	:	Even more checks: Still not as robust as it ought to be
 *		Alan Cox	:	Save IP header pointer for later
 *		Alan Cox	:	ip option setting
 *		Alan Cox	:	Use ip_tos/ip_ttl settings
 *		Alan Cox	:	Fragmentation bogosity removed
 *					(Thanks to Mark.Bush@prg.ox.ac.uk)
 *		Dmitry Gorodchanin :	Send of a raw packet crash fix.
 *		Alan Cox	:	Silly ip bug when an overlength
 *					fragment turns up. Now frees the
 *					queue.
 *		Linus Torvalds/ :	Memory leakage on fragmentation
 *		Alan Cox	:	handling.
 *		Gerhard Koerting:	Forwarding uses IP priority hints
 *		Teemu Rantanen	:	Fragment problems.
 *		Alan Cox	:	General cleanup, comments and reformat
 *		Alan Cox	:	SNMP statistics
 *		Alan Cox	:	BSD address rule semantics. Also see
 *					UDP as there is a nasty checksum issue
 *					if you do things the wrong way.
 *		Alan Cox	:	Always defrag, moved IP_FORWARD to the config.in file
 *		Alan Cox	: 	IP options adjust sk->priority.
 *		Pedro Roque	:	Fix mtu/length error in ip_forward.
 *		Alan Cox	:	Avoid ip_chk_addr when possible.
 *	Richard Underwood	:	IP multicasting.
 *		Alan Cox	:	Cleaned up multicast handlers.
 *		Alan Cox	:	RAW sockets demultiplex in the BSD style.
 *		Gunther Mayer	:	Fix the SNMP reporting typo
 *		Alan Cox	:	Always in group 224.0.0.1
 *	Pauline Middelink	:	Fast ip_checksum update when forwarding
 *					Masquerading support.
 *		Alan Cox	:	Multicast loopback error for 224.0.0.1
 *		Alan Cox	:	IP_MULTICAST_LOOP option.
 *		Alan Cox	:	Use notifiers.
 *		Bjorn Ekwall	:	Removed ip_csum (from slhc.c too)
 *		Bjorn Ekwall	:	Moved ip_fast_csum to ip.h (inline!)
 *		Stefan Becker   :       Send out ICMP HOST REDIRECT
 *	Arnt Gulbrandsen	:	ip_build_xmit
 *		Alan Cox	:	Per socket routing cache
 *		Alan Cox	:	Fixed routing cache, added header cache.
 *		Alan Cox	:	Loopback didn't work right in original ip_build_xmit - fixed it.
 *		Alan Cox	:	Only send ICMP_REDIRECT if src/dest are the same net.
 *		Alan Cox	:	Incoming IP option handling.
 *		Alan Cox	:	Set saddr on raw output frames as per BSD.
 *		Alan Cox	:	Stopped broadcast source route explosions.
 *		Alan Cox	:	Can disable source routing
 *		Takeshi Sone    :	Masquerading didn't work.
 *	Dave Bonn,Alan Cox	:	Faster IP forwarding whenever possible.
 *		Alan Cox	:	Memory leaks, tramples, misc debugging.
 *		Alan Cox	:	Fixed multicast (by popular demand 8))
 *		Alan Cox	:	Fixed forwarding (by even more popular demand 8))
 *		Alan Cox	:	Fixed SNMP statistics [I think]
 *	Gerhard Koerting	:	IP fragmentation forwarding fix
 *		Alan Cox	:	Device lock against page fault.
 *		Alan Cox	:	IP_HDRINCL facility.
 *	Werner Almesberger	:	Zero fragment bug
 *		Alan Cox	:	RAW IP frame length bug
 *		Alan Cox	:	Outgoing firewall on build_xmit
 *		A.N.Kuznetsov	:	IP_OPTIONS support throughout the kernel
 *		Alan Cox	:	Multicast routing hooks
 *		Jos Vos		:	Do accounting *before* call_in_firewall
 *	Willy Konynenberg	:	Transparent proxying support
 *
 * To Fix:
 *		IP fragmentation wants rewriting cleanly. The RFC815 algorithm is much more efficient
 *		and could be made very efficient with the addition of some virtual memory hacks to permit
 *		the allocation of a buffer that can then be 'grown' by twiddling page tables.
103
 *		Output fragmentation wants updating along with the buffer management to use a single
L
Linus Torvalds 已提交
104 105 106 107 108
 *		interleaved copy algorithm so that fragmenting has a one copy overhead. Actual packet
 *		output should probably do its own fragmentation at the UDP/RAW layer. TCP shouldn't cause
 *		fragmentation anyway.
 */

109 110
#define pr_fmt(fmt) "IPv4: " fmt

L
Linus Torvalds 已提交
111 112 113 114 115
#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/errno.h>
116
#include <linux/slab.h>
L
Linus Torvalds 已提交
117 118 119 120 121 122

#include <linux/net.h>
#include <linux/socket.h>
#include <linux/sockios.h>
#include <linux/in.h>
#include <linux/inet.h>
123
#include <linux/inetdevice.h>
L
Linus Torvalds 已提交
124 125
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
126
#include <linux/indirect_call_wrapper.h>
L
Linus Torvalds 已提交
127 128 129 130 131 132 133 134 135 136 137

#include <net/snmp.h>
#include <net/ip.h>
#include <net/protocol.h>
#include <net/route.h>
#include <linux/skbuff.h>
#include <net/sock.h>
#include <net/arp.h>
#include <net/icmp.h>
#include <net/raw.h>
#include <net/checksum.h>
138
#include <net/inet_ecn.h>
L
Linus Torvalds 已提交
139 140 141 142
#include <linux/netfilter_ipv4.h>
#include <net/xfrm.h>
#include <linux/mroute.h>
#include <linux/netlink.h>
T
Thomas Graf 已提交
143
#include <net/dst_metadata.h>
L
Linus Torvalds 已提交
144 145

/*
E
Eric Dumazet 已提交
146
 *	Process Router Attention IP option (RFC 2113)
147
 */
148
bool ip_call_ra_chain(struct sk_buff *skb)
L
Linus Torvalds 已提交
149 150
{
	struct ip_ra_chain *ra;
151
	u8 protocol = ip_hdr(skb)->protocol;
L
Linus Torvalds 已提交
152
	struct sock *last = NULL;
153
	struct net_device *dev = skb->dev;
154
	struct net *net = dev_net(dev);
L
Linus Torvalds 已提交
155

156
	for (ra = rcu_dereference(net->ipv4.ra_chain); ra; ra = rcu_dereference(ra->next)) {
L
Linus Torvalds 已提交
157 158 159 160 161
		struct sock *sk = ra->sk;

		/* If socket is bound to an interface, only report
		 * the packet if it came  from that interface.
		 */
E
Eric Dumazet 已提交
162
		if (sk && inet_sk(sk)->inet_num == protocol &&
L
Linus Torvalds 已提交
163
		    (!sk->sk_bound_dev_if ||
164
		     sk->sk_bound_dev_if == dev->ifindex)) {
165
			if (ip_is_fragment(ip_hdr(skb))) {
166
				if (ip_defrag(net, skb, IP_DEFRAG_CALL_RA_CHAIN))
167
					return true;
L
Linus Torvalds 已提交
168 169 170 171 172 173 174 175 176 177 178 179
			}
			if (last) {
				struct sk_buff *skb2 = skb_clone(skb, GFP_ATOMIC);
				if (skb2)
					raw_rcv(last, skb2);
			}
			last = sk;
		}
	}

	if (last) {
		raw_rcv(last, skb);
180
		return true;
L
Linus Torvalds 已提交
181
	}
182
	return false;
L
Linus Torvalds 已提交
183 184
}

185 186
INDIRECT_CALLABLE_DECLARE(int udp_rcv(struct sk_buff *));
INDIRECT_CALLABLE_DECLARE(int tcp_v4_rcv(struct sk_buff *));
187
void ip_protocol_deliver_rcu(struct net *net, struct sk_buff *skb, int protocol)
L
Linus Torvalds 已提交
188
{
189 190
	const struct net_protocol *ipprot;
	int raw, ret;
L
Linus Torvalds 已提交
191

192 193 194 195 196 197 198 199 200
resubmit:
	raw = raw_local_deliver(skb, protocol);

	ipprot = rcu_dereference(inet_protos[protocol]);
	if (ipprot) {
		if (!ipprot->no_policy) {
			if (!xfrm4_policy_check(NULL, XFRM_POLICY_IN, skb)) {
				kfree_skb(skb);
				return;
L
Linus Torvalds 已提交
201
			}
202
			nf_reset_ct(skb);
203
		}
204 205
		ret = INDIRECT_CALL_2(ipprot->handler, tcp_v4_rcv, udp_rcv,
				      skb);
206 207 208 209 210 211 212 213 214 215 216
		if (ret < 0) {
			protocol = -ret;
			goto resubmit;
		}
		__IP_INC_STATS(net, IPSTATS_MIB_INDELIVERS);
	} else {
		if (!raw) {
			if (xfrm4_policy_check(NULL, XFRM_POLICY_IN, skb)) {
				__IP_INC_STATS(net, IPSTATS_MIB_INUNKNOWNPROTOS);
				icmp_send(skb, ICMP_DEST_UNREACH,
					  ICMP_PROT_UNREACH, 0);
L
Linus Torvalds 已提交
217
			}
218
			kfree_skb(skb);
L
Linus Torvalds 已提交
219
		} else {
220 221
			__IP_INC_STATS(net, IPSTATS_MIB_INDELIVERS);
			consume_skb(skb);
L
Linus Torvalds 已提交
222 223
		}
	}
224 225 226 227 228 229 230 231
}

static int ip_local_deliver_finish(struct net *net, struct sock *sk, struct sk_buff *skb)
{
	__skb_pull(skb, skb_network_header_len(skb));

	rcu_read_lock();
	ip_protocol_deliver_rcu(net, skb, ip_hdr(skb)->protocol);
L
Linus Torvalds 已提交
232 233 234 235 236 237 238
	rcu_read_unlock();

	return 0;
}

/*
 * 	Deliver IP Packets to the higher protocol layers.
239
 */
L
Linus Torvalds 已提交
240 241 242 243 244
int ip_local_deliver(struct sk_buff *skb)
{
	/*
	 *	Reassemble IP fragments.
	 */
245
	struct net *net = dev_net(skb->dev);
L
Linus Torvalds 已提交
246

247
	if (ip_is_fragment(ip_hdr(skb))) {
248
		if (ip_defrag(net, skb, IP_DEFRAG_LOCAL_DELIVER))
L
Linus Torvalds 已提交
249 250 251
			return 0;
	}

252
	return NF_HOOK(NFPROTO_IPV4, NF_INET_LOCAL_IN,
253
		       net, NULL, skb, skb->dev, NULL,
L
Linus Torvalds 已提交
254 255 256
		       ip_local_deliver_finish);
}

257
static inline bool ip_rcv_options(struct sk_buff *skb, struct net_device *dev)
258 259
{
	struct ip_options *opt;
260
	const struct iphdr *iph;
261 262 263 264 265 266 267 268 269

	/* It looks as overkill, because not all
	   IP options require packet mangling.
	   But it is the easiest for now, especially taking
	   into account that combination of IP options
	   and running sniffer is extremely rare condition.
					      --ANK (980813)
	*/
	if (skb_cow(skb, skb_headroom(skb))) {
E
Eric Dumazet 已提交
270
		__IP_INC_STATS(dev_net(dev), IPSTATS_MIB_INDISCARDS);
271 272 273
		goto drop;
	}

274
	iph = ip_hdr(skb);
275 276
	opt = &(IPCB(skb)->opt);
	opt->optlen = iph->ihl*4 - sizeof(struct iphdr);
277

278
	if (ip_options_compile(dev_net(dev), opt, skb)) {
E
Eric Dumazet 已提交
279
		__IP_INC_STATS(dev_net(dev), IPSTATS_MIB_INHDRERRORS);
280 281 282 283
		goto drop;
	}

	if (unlikely(opt->srr)) {
284 285
		struct in_device *in_dev = __in_dev_get_rcu(dev);

286 287
		if (in_dev) {
			if (!IN_DEV_SOURCE_ROUTE(in_dev)) {
288 289 290 291
				if (IN_DEV_LOG_MARTIANS(in_dev))
					net_info_ratelimited("source route option %pI4 -> %pI4\n",
							     &iph->saddr,
							     &iph->daddr);
292 293 294 295
				goto drop;
			}
		}

296
		if (ip_options_rcv_srr(skb, dev))
297 298 299
			goto drop;
	}

300
	return false;
301
drop:
302
	return true;
303 304
}

305 306 307 308 309 310 311
static bool ip_can_use_hint(const struct sk_buff *skb, const struct iphdr *iph,
			    const struct sk_buff *hint)
{
	return hint && !skb_dst(skb) && ip_hdr(hint)->daddr == iph->daddr &&
	       ip_hdr(hint)->tos == iph->tos;
}

312 313
INDIRECT_CALLABLE_DECLARE(int udp_v4_early_demux(struct sk_buff *));
INDIRECT_CALLABLE_DECLARE(int tcp_v4_early_demux(struct sk_buff *));
E
Edward Cree 已提交
314
static int ip_rcv_finish_core(struct net *net, struct sock *sk,
315 316
			      struct sk_buff *skb, struct net_device *dev,
			      const struct sk_buff *hint)
L
Linus Torvalds 已提交
317
{
318
	const struct iphdr *iph = ip_hdr(skb);
319 320 321
	int (*edemux)(struct sk_buff *skb);
	struct rtable *rt;
	int err;
L
Linus Torvalds 已提交
322

323 324 325 326 327 328 329
	if (ip_can_use_hint(skb, iph, hint)) {
		err = ip_route_use_hint(skb, iph->daddr, iph->saddr, iph->tos,
					dev, hint);
		if (unlikely(err))
			goto drop_error;
	}

330
	if (net->ipv4.sysctl_ip_early_demux &&
331 332 333
	    !skb_dst(skb) &&
	    !skb->sk &&
	    !ip_is_fragment(iph)) {
334 335 336 337
		const struct net_protocol *ipprot;
		int protocol = iph->protocol;

		ipprot = rcu_dereference(inet_protos[protocol]);
338
		if (ipprot && (edemux = READ_ONCE(ipprot->early_demux))) {
339 340
			err = INDIRECT_CALL_2(edemux, tcp_v4_early_demux,
					      udp_v4_early_demux, skb);
341 342
			if (unlikely(err))
				goto drop_error;
E
Eric Dumazet 已提交
343 344 345
			/* must reload iph, skb->head might have changed */
			iph = ip_hdr(skb);
		}
346 347
	}

L
Linus Torvalds 已提交
348 349 350
	/*
	 *	Initialise the virtual path cache for the packet. It describes
	 *	how the packet travels inside Linux networking.
351
	 */
T
Thomas Graf 已提交
352
	if (!skb_valid_dst(skb)) {
353 354 355 356
		err = ip_route_input_noref(skb, iph->daddr, iph->saddr,
					   iph->tos, dev);
		if (unlikely(err))
			goto drop_error;
L
Linus Torvalds 已提交
357 358
	}

359
#ifdef CONFIG_IP_ROUTE_CLASSID
E
Eric Dumazet 已提交
360
	if (unlikely(skb_dst(skb)->tclassid)) {
E
Eric Dumazet 已提交
361
		struct ip_rt_acct *st = this_cpu_ptr(ip_rt_acct);
E
Eric Dumazet 已提交
362
		u32 idx = skb_dst(skb)->tclassid;
L
Linus Torvalds 已提交
363
		st[idx&0xFF].o_packets++;
364
		st[idx&0xFF].o_bytes += skb->len;
L
Linus Torvalds 已提交
365
		st[(idx>>16)&0xFF].i_packets++;
366
		st[(idx>>16)&0xFF].i_bytes += skb->len;
L
Linus Torvalds 已提交
367 368 369
	}
#endif

370
	if (iph->ihl > 5 && ip_rcv_options(skb, dev))
371
		goto drop;
L
Linus Torvalds 已提交
372

E
Eric Dumazet 已提交
373
	rt = skb_rtable(skb);
374
	if (rt->rt_type == RTN_MULTICAST) {
E
Eric Dumazet 已提交
375
		__IP_UPD_PO_STATS(net, IPSTATS_MIB_INMCAST, skb->len);
376
	} else if (rt->rt_type == RTN_BROADCAST) {
E
Eric Dumazet 已提交
377
		__IP_UPD_PO_STATS(net, IPSTATS_MIB_INBCAST, skb->len);
378 379
	} else if (skb->pkt_type == PACKET_BROADCAST ||
		   skb->pkt_type == PACKET_MULTICAST) {
380
		struct in_device *in_dev = __in_dev_get_rcu(dev);
381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400

		/* RFC 1122 3.3.6:
		 *
		 *   When a host sends a datagram to a link-layer broadcast
		 *   address, the IP destination address MUST be a legal IP
		 *   broadcast or IP multicast address.
		 *
		 *   A host SHOULD silently discard a datagram that is received
		 *   via a link-layer broadcast (see Section 2.4) but does not
		 *   specify an IP multicast or broadcast destination address.
		 *
		 * This doesn't explicitly say L2 *broadcast*, but broadcast is
		 * in a way a form of multicast and the most common use case for
		 * this is 802.11 protecting against cross-station spoofing (the
		 * so-called "hole-196" attack) so do it for both.
		 */
		if (in_dev &&
		    IN_DEV_ORCONF(in_dev, DROP_UNICAST_IN_L2_MULTICAST))
			goto drop;
	}
401

E
Edward Cree 已提交
402
	return NET_RX_SUCCESS;
L
Linus Torvalds 已提交
403 404

drop:
405 406
	kfree_skb(skb);
	return NET_RX_DROP;
407 408 409 410 411

drop_error:
	if (err == -EXDEV)
		__NET_INC_STATS(net, LINUX_MIB_IPRPFILTER);
	goto drop;
L
Linus Torvalds 已提交
412 413
}

E
Edward Cree 已提交
414 415
static int ip_rcv_finish(struct net *net, struct sock *sk, struct sk_buff *skb)
{
416
	struct net_device *dev = skb->dev;
417 418 419 420 421 422 423 424
	int ret;

	/* if ingress device is enslaved to an L3 master device pass the
	 * skb to its handler for processing
	 */
	skb = l3mdev_ip_rcv(skb);
	if (!skb)
		return NET_RX_SUCCESS;
E
Edward Cree 已提交
425

426
	ret = ip_rcv_finish_core(net, sk, skb, dev, NULL);
E
Edward Cree 已提交
427 428 429 430 431
	if (ret != NET_RX_DROP)
		ret = dst_input(skb);
	return ret;
}

L
Linus Torvalds 已提交
432 433
/*
 * 	Main IP Receive routine.
434
 */
435
static struct sk_buff *ip_rcv_core(struct sk_buff *skb, struct net *net)
L
Linus Torvalds 已提交
436
{
437
	const struct iphdr *iph;
438
	u32 len;
L
Linus Torvalds 已提交
439 440 441 442 443 444 445

	/* When the interface is in promisc. mode, drop all the crap
	 * that it receives, do not try to analyse it.
	 */
	if (skb->pkt_type == PACKET_OTHERHOST)
		goto drop;

E
Eric Dumazet 已提交
446
	__IP_UPD_PO_STATS(net, IPSTATS_MIB_IN, skb->len);
L
Linus Torvalds 已提交
447

448 449
	skb = skb_share_check(skb, GFP_ATOMIC);
	if (!skb) {
E
Eric Dumazet 已提交
450
		__IP_INC_STATS(net, IPSTATS_MIB_INDISCARDS);
L
Linus Torvalds 已提交
451 452 453 454 455 456
		goto out;
	}

	if (!pskb_may_pull(skb, sizeof(struct iphdr)))
		goto inhdr_error;

457
	iph = ip_hdr(skb);
L
Linus Torvalds 已提交
458 459

	/*
460
	 *	RFC1122: 3.2.1.2 MUST silently discard any IP frame that fails the checksum.
L
Linus Torvalds 已提交
461 462 463 464 465 466 467 468 469 470
	 *
	 *	Is the datagram acceptable?
	 *
	 *	1.	Length at least the size of an ip header
	 *	2.	Version of 4
	 *	3.	Checksums correctly. [Speed optimisation for later, skip loopback checksums]
	 *	4.	Doesn't have a bogus length
	 */

	if (iph->ihl < 5 || iph->version != 4)
471
		goto inhdr_error;
L
Linus Torvalds 已提交
472

473 474 475
	BUILD_BUG_ON(IPSTATS_MIB_ECT1PKTS != IPSTATS_MIB_NOECTPKTS + INET_ECN_ECT_1);
	BUILD_BUG_ON(IPSTATS_MIB_ECT0PKTS != IPSTATS_MIB_NOECTPKTS + INET_ECN_ECT_0);
	BUILD_BUG_ON(IPSTATS_MIB_CEPKTS != IPSTATS_MIB_NOECTPKTS + INET_ECN_CE);
E
Eric Dumazet 已提交
476 477 478
	__IP_ADD_STATS(net,
		       IPSTATS_MIB_NOECTPKTS + (iph->tos & INET_ECN_MASK),
		       max_t(unsigned short, 1, skb_shinfo(skb)->gso_segs));
479

L
Linus Torvalds 已提交
480 481 482
	if (!pskb_may_pull(skb, iph->ihl*4))
		goto inhdr_error;

483
	iph = ip_hdr(skb);
L
Linus Torvalds 已提交
484

485
	if (unlikely(ip_fast_csum((u8 *)iph, iph->ihl)))
486
		goto csum_error;
L
Linus Torvalds 已提交
487

488
	len = ntohs(iph->tot_len);
489
	if (skb->len < len) {
E
Eric Dumazet 已提交
490
		__IP_INC_STATS(net, IPSTATS_MIB_INTRUNCATEDPKTS);
491 492
		goto drop;
	} else if (len < (iph->ihl*4))
493
		goto inhdr_error;
L
Linus Torvalds 已提交
494

495 496 497 498 499
	/* Our transport medium may have padded the buffer out. Now we know it
	 * is IP we can trim to the true length of the frame.
	 * Note this now means skb->len holds ntohs(iph->tot_len).
	 */
	if (pskb_trim_rcsum(skb, len)) {
E
Eric Dumazet 已提交
500
		__IP_INC_STATS(net, IPSTATS_MIB_INDISCARDS);
501
		goto drop;
L
Linus Torvalds 已提交
502 503
	}

504
	iph = ip_hdr(skb);
505 506
	skb->transport_header = skb->network_header + iph->ihl*4;

507
	/* Remove any debris in the socket control block */
508
	memset(IPCB(skb), 0, sizeof(struct inet_skb_parm));
509
	IPCB(skb)->iif = skb->skb_iif;
510

511
	/* Must drop socket now because of tproxy. */
J
Joe Stringer 已提交
512 513
	if (!skb_sk_is_prefetched(skb))
		skb_orphan(skb);
514

515
	return skb;
L
Linus Torvalds 已提交
516

517
csum_error:
E
Eric Dumazet 已提交
518
	__IP_INC_STATS(net, IPSTATS_MIB_CSUMERRORS);
L
Linus Torvalds 已提交
519
inhdr_error:
E
Eric Dumazet 已提交
520
	__IP_INC_STATS(net, IPSTATS_MIB_INHDRERRORS);
L
Linus Torvalds 已提交
521
drop:
522
	kfree_skb(skb);
L
Linus Torvalds 已提交
523
out:
524 525 526 527 528 529 530 531 532 533 534 535 536 537
	return NULL;
}

/*
 * IP receive entry point
 */
int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,
	   struct net_device *orig_dev)
{
	struct net *net = dev_net(dev);

	skb = ip_rcv_core(skb, net);
	if (skb == NULL)
		return NET_RX_DROP;
538

539 540 541 542 543
	return NF_HOOK(NFPROTO_IPV4, NF_INET_PRE_ROUTING,
		       net, NULL, skb, dev, NULL,
		       ip_rcv_finish);
}

E
Edward Cree 已提交
544
static void ip_sublist_rcv_finish(struct list_head *head)
545 546 547
{
	struct sk_buff *skb, *next;

548
	list_for_each_entry_safe(skb, next, head, list) {
549
		skb_list_del_init(skb);
E
Edward Cree 已提交
550
		dst_input(skb);
551
	}
E
Edward Cree 已提交
552 553
}

554 555 556 557 558 559 560 561 562
static struct sk_buff *ip_extract_route_hint(const struct net *net,
					     struct sk_buff *skb, int rt_type)
{
	if (fib4_has_custom_rules(net) || rt_type == RTN_BROADCAST)
		return NULL;

	return skb;
}

E
Edward Cree 已提交
563 564 565
static void ip_list_rcv_finish(struct net *net, struct sock *sk,
			       struct list_head *head)
{
566
	struct sk_buff *skb, *next, *hint = NULL;
E
Edward Cree 已提交
567 568 569
	struct dst_entry *curr_dst = NULL;
	struct list_head sublist;

570
	INIT_LIST_HEAD(&sublist);
E
Edward Cree 已提交
571
	list_for_each_entry_safe(skb, next, head, list) {
572
		struct net_device *dev = skb->dev;
E
Edward Cree 已提交
573 574
		struct dst_entry *dst;

575
		skb_list_del_init(skb);
576 577 578 579 580 581
		/* if ingress device is enslaved to an L3 master device pass the
		 * skb to its handler for processing
		 */
		skb = l3mdev_ip_rcv(skb);
		if (!skb)
			continue;
582
		if (ip_rcv_finish_core(net, sk, skb, dev, hint) == NET_RX_DROP)
E
Edward Cree 已提交
583 584 585 586
			continue;

		dst = skb_dst(skb);
		if (curr_dst != dst) {
587 588 589
			hint = ip_extract_route_hint(net, skb,
					       ((struct rtable *)dst)->rt_type);

E
Edward Cree 已提交
590 591 592 593
			/* dispatch old sublist */
			if (!list_empty(&sublist))
				ip_sublist_rcv_finish(&sublist);
			/* start new sublist */
594
			INIT_LIST_HEAD(&sublist);
E
Edward Cree 已提交
595 596
			curr_dst = dst;
		}
597
		list_add_tail(&skb->list, &sublist);
E
Edward Cree 已提交
598 599
	}
	/* dispatch final sublist */
600
	ip_sublist_rcv_finish(&sublist);
E
Edward Cree 已提交
601 602 603 604 605
}

static void ip_sublist_rcv(struct list_head *head, struct net_device *dev,
			   struct net *net)
{
606 607
	NF_HOOK_LIST(NFPROTO_IPV4, NF_INET_PRE_ROUTING, net, NULL,
		     head, dev, NULL, ip_rcv_finish);
E
Edward Cree 已提交
608
	ip_list_rcv_finish(net, NULL, head);
609 610 611 612 613 614 615 616 617 618 619
}

/* Receive a list of IP packets */
void ip_list_rcv(struct list_head *head, struct packet_type *pt,
		 struct net_device *orig_dev)
{
	struct net_device *curr_dev = NULL;
	struct net *curr_net = NULL;
	struct sk_buff *skb, *next;
	struct list_head sublist;

620
	INIT_LIST_HEAD(&sublist);
621 622 623 624
	list_for_each_entry_safe(skb, next, head, list) {
		struct net_device *dev = skb->dev;
		struct net *net = dev_net(dev);

625
		skb_list_del_init(skb);
626 627 628 629 630 631 632
		skb = ip_rcv_core(skb, net);
		if (skb == NULL)
			continue;

		if (curr_dev != dev || curr_net != net) {
			/* dispatch old sublist */
			if (!list_empty(&sublist))
633
				ip_sublist_rcv(&sublist, curr_dev, curr_net);
634
			/* start new sublist */
635
			INIT_LIST_HEAD(&sublist);
636 637 638
			curr_dev = dev;
			curr_net = net;
		}
639
		list_add_tail(&skb->list, &sublist);
640 641
	}
	/* dispatch final sublist */
642 643
	if (!list_empty(&sublist))
		ip_sublist_rcv(&sublist, curr_dev, curr_net);
L
Linus Torvalds 已提交
644
}