blob: 15bb122e1ce494a4078fbaa7db19bd91a0eba402 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * IPv6 fragment reassembly
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +09003 * Linux INET6 implementation
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 *
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 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 * Based on: net/ipv4/ip_fragment.c
9 *
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License
12 * as published by the Free Software Foundation; either version
13 * 2 of the License, or (at your option) any later version.
14 */
15
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +090016/*
17 * Fixes:
Linus Torvalds1da177e2005-04-16 15:20:36 -070018 * Andi Kleen Make it work with multiple hosts.
19 * More RFC compliance.
20 *
21 * Horst von Brand Add missing #include <linux/string.h>
22 * Alexey Kuznetsov SMP races, threading, cleanup.
23 * Patrick McHardy LRU queue of frag heads for evictor.
24 * Mitsuru KANDA @USAGI Register inet6_protocol{}.
25 * David Stevens and
26 * YOSHIFUJI,H. @USAGI Always remove fragment header to
27 * calculate ICV correctly.
28 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070029#include <linux/errno.h>
30#include <linux/types.h>
31#include <linux/string.h>
32#include <linux/socket.h>
33#include <linux/sockios.h>
34#include <linux/jiffies.h>
35#include <linux/net.h>
36#include <linux/list.h>
37#include <linux/netdevice.h>
38#include <linux/in6.h>
39#include <linux/ipv6.h>
40#include <linux/icmpv6.h>
41#include <linux/random.h>
42#include <linux/jhash.h>
Herbert Xuf61944e2007-10-15 01:28:47 -070043#include <linux/skbuff.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070044
45#include <net/sock.h>
46#include <net/snmp.h>
47
48#include <net/ipv6.h>
YOSHIFUJI Hideakia11d2062006-11-04 20:11:37 +090049#include <net/ip6_route.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070050#include <net/protocol.h>
51#include <net/transp_v6.h>
52#include <net/rawv6.h>
53#include <net/ndisc.h>
54#include <net/addrconf.h>
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -070055#include <net/inet_frag.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070056
Linus Torvalds1da177e2005-04-16 15:20:36 -070057struct ip6frag_skb_cb
58{
59 struct inet6_skb_parm h;
60 int offset;
61};
62
63#define FRAG6_CB(skb) ((struct ip6frag_skb_cb*)((skb)->cb))
64
65
66/*
67 * Equivalent of ipv4 struct ipq
68 */
69
70struct frag_queue
71{
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -070072 struct inet_frag_queue q;
Linus Torvalds1da177e2005-04-16 15:20:36 -070073
Al Viroe69a4adc2006-11-14 20:56:00 -080074 __be32 id; /* fragment id */
Patrick McHardy0b5ccb22009-12-15 16:59:18 +010075 u32 user;
Linus Torvalds1da177e2005-04-16 15:20:36 -070076 struct in6_addr saddr;
77 struct in6_addr daddr;
78
Linus Torvalds1da177e2005-04-16 15:20:36 -070079 int iif;
Linus Torvalds1da177e2005-04-16 15:20:36 -070080 unsigned int csum;
Linus Torvalds1da177e2005-04-16 15:20:36 -070081 __u16 nhoffset;
Linus Torvalds1da177e2005-04-16 15:20:36 -070082};
83
Pavel Emelyanov7eb95152007-10-15 02:31:52 -070084static struct inet_frags ip6_frags;
Linus Torvalds1da177e2005-04-16 15:20:36 -070085
Pavel Emelyanove5a2bb82008-01-22 06:06:23 -080086int ip6_frag_nqueues(struct net *net)
Pavel Emelyanov7eb95152007-10-15 02:31:52 -070087{
Pavel Emelyanove5a2bb82008-01-22 06:06:23 -080088 return net->ipv6.frags.nqueues;
Pavel Emelyanov7eb95152007-10-15 02:31:52 -070089}
Linus Torvalds1da177e2005-04-16 15:20:36 -070090
Pavel Emelyanov6ddc0822008-01-22 06:07:25 -080091int ip6_frag_mem(struct net *net)
Pavel Emelyanov7eb95152007-10-15 02:31:52 -070092{
Pavel Emelyanov6ddc0822008-01-22 06:07:25 -080093 return atomic_read(&net->ipv6.frags.mem);
Pavel Emelyanov7eb95152007-10-15 02:31:52 -070094}
Linus Torvalds1da177e2005-04-16 15:20:36 -070095
Herbert Xuf61944e2007-10-15 01:28:47 -070096static int ip6_frag_reasm(struct frag_queue *fq, struct sk_buff *prev,
97 struct net_device *dev);
98
Zach Brownf6596f92006-04-10 16:05:34 -070099/*
100 * callers should be careful not to use the hash value outside the ipfrag_lock
101 * as doing so could race with ipfrag_hash_rnd being recalculated.
102 */
Ilpo Järvinen93c8b902008-10-01 02:48:31 -0700103unsigned int inet6_hash_frag(__be32 id, const struct in6_addr *saddr,
104 const struct in6_addr *daddr, u32 rnd)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105{
106 u32 a, b, c;
107
Al Viroe69a4adc2006-11-14 20:56:00 -0800108 a = (__force u32)saddr->s6_addr32[0];
109 b = (__force u32)saddr->s6_addr32[1];
110 c = (__force u32)saddr->s6_addr32[2];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111
112 a += JHASH_GOLDEN_RATIO;
113 b += JHASH_GOLDEN_RATIO;
Ilpo Järvinen93c8b902008-10-01 02:48:31 -0700114 c += rnd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700115 __jhash_mix(a, b, c);
116
Al Viroe69a4adc2006-11-14 20:56:00 -0800117 a += (__force u32)saddr->s6_addr32[3];
118 b += (__force u32)daddr->s6_addr32[0];
119 c += (__force u32)daddr->s6_addr32[1];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700120 __jhash_mix(a, b, c);
121
Al Viroe69a4adc2006-11-14 20:56:00 -0800122 a += (__force u32)daddr->s6_addr32[2];
123 b += (__force u32)daddr->s6_addr32[3];
124 c += (__force u32)id;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700125 __jhash_mix(a, b, c);
126
Pavel Emelyanov7eb95152007-10-15 02:31:52 -0700127 return c & (INETFRAGS_HASHSZ - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128}
Ilpo Järvinen93c8b902008-10-01 02:48:31 -0700129EXPORT_SYMBOL_GPL(inet6_hash_frag);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130
Pavel Emelyanov321a3a92007-10-15 02:38:08 -0700131static unsigned int ip6_hashfn(struct inet_frag_queue *q)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700132{
Pavel Emelyanov321a3a92007-10-15 02:38:08 -0700133 struct frag_queue *fq;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134
Pavel Emelyanov321a3a92007-10-15 02:38:08 -0700135 fq = container_of(q, struct frag_queue, q);
Ilpo Järvinen93c8b902008-10-01 02:48:31 -0700136 return inet6_hash_frag(fq->id, &fq->saddr, &fq->daddr, ip6_frags.rnd);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137}
138
Pavel Emelyanovabd65232007-10-17 19:47:21 -0700139int ip6_frag_match(struct inet_frag_queue *q, void *a)
140{
141 struct frag_queue *fq;
142 struct ip6_create_arg *arg = a;
143
144 fq = container_of(q, struct frag_queue, q);
Patrick McHardy0b5ccb22009-12-15 16:59:18 +0100145 return (fq->id == arg->id && fq->user == arg->user &&
Pavel Emelyanovabd65232007-10-17 19:47:21 -0700146 ipv6_addr_equal(&fq->saddr, arg->src) &&
147 ipv6_addr_equal(&fq->daddr, arg->dst));
148}
149EXPORT_SYMBOL(ip6_frag_match);
150
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151/* Memory Tracking Functions. */
Pavel Emelyanov6ddc0822008-01-22 06:07:25 -0800152static inline void frag_kfree_skb(struct netns_frags *nf,
153 struct sk_buff *skb, int *work)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154{
155 if (work)
156 *work -= skb->truesize;
Pavel Emelyanov6ddc0822008-01-22 06:07:25 -0800157 atomic_sub(skb->truesize, &nf->mem);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158 kfree_skb(skb);
159}
160
Pavel Emelyanovc6fda282007-10-17 19:46:47 -0700161void ip6_frag_init(struct inet_frag_queue *q, void *a)
162{
163 struct frag_queue *fq = container_of(q, struct frag_queue, q);
164 struct ip6_create_arg *arg = a;
165
166 fq->id = arg->id;
Patrick McHardy0b5ccb22009-12-15 16:59:18 +0100167 fq->user = arg->user;
Pavel Emelyanovc6fda282007-10-17 19:46:47 -0700168 ipv6_addr_copy(&fq->saddr, arg->src);
169 ipv6_addr_copy(&fq->daddr, arg->dst);
170}
171EXPORT_SYMBOL(ip6_frag_init);
172
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173/* Destruction primitives. */
174
Pavel Emelyanov4b6cb5d2007-10-15 02:41:09 -0700175static __inline__ void fq_put(struct frag_queue *fq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176{
Pavel Emelyanov762cc402007-10-15 02:41:56 -0700177 inet_frag_put(&fq->q, &ip6_frags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178}
179
180/* Kill fq entry. It is not destroyed immediately,
181 * because caller (and someone more) holds reference count.
182 */
183static __inline__ void fq_kill(struct frag_queue *fq)
184{
Pavel Emelyanov277e6502007-10-15 02:37:18 -0700185 inet_frag_kill(&fq->q, &ip6_frags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186}
187
Pavel Emelyanov6ddc0822008-01-22 06:07:25 -0800188static void ip6_evictor(struct net *net, struct inet6_dev *idev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700189{
Pavel Emelyanov8e7999c2007-10-15 02:40:06 -0700190 int evicted;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191
Pavel Emelyanov6ddc0822008-01-22 06:07:25 -0800192 evicted = inet_frag_evictor(&net->ipv6.frags, &ip6_frags);
Pavel Emelyanov8e7999c2007-10-15 02:40:06 -0700193 if (evicted)
Denis V. Lunev821d5772008-10-08 10:32:43 -0700194 IP6_ADD_STATS_BH(net, idev, IPSTATS_MIB_REASMFAILS, evicted);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700195}
196
197static void ip6_frag_expire(unsigned long data)
198{
Pavel Emelyanove521db92007-10-17 19:45:23 -0700199 struct frag_queue *fq;
YOSHIFUJI Hideakia11d2062006-11-04 20:11:37 +0900200 struct net_device *dev = NULL;
Daniel Lezcano4ac2ccd2008-05-02 17:02:03 -0700201 struct net *net;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700202
Pavel Emelyanove521db92007-10-17 19:45:23 -0700203 fq = container_of((struct inet_frag_queue *)data, struct frag_queue, q);
204
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -0700205 spin_lock(&fq->q.lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206
Joe Perchesbc578a52008-03-28 16:35:27 -0700207 if (fq->q.last_in & INET_FRAG_COMPLETE)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208 goto out;
209
210 fq_kill(fq);
211
Daniel Lezcano4ac2ccd2008-05-02 17:02:03 -0700212 net = container_of(fq->q.net, struct net, ipv6.frags);
YOSHIFUJI Hideakia11d2062006-11-04 20:11:37 +0900213 rcu_read_lock();
Eric Dumazet69df9d52009-11-05 20:59:47 -0800214 dev = dev_get_by_index_rcu(net, fq->iif);
215 if (!dev)
216 goto out_rcu_unlock;
217
Denis V. Lunev483a47d2008-10-08 11:09:27 -0700218 IP6_INC_STATS_BH(net, __in6_dev_get(dev), IPSTATS_MIB_REASMTIMEOUT);
219 IP6_INC_STATS_BH(net, __in6_dev_get(dev), IPSTATS_MIB_REASMFAILS);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220
Ingo Oeser78c784c2006-03-20 23:01:17 -0800221 /* Don't send error if the first segment did not arrive. */
Joe Perchesbc578a52008-03-28 16:35:27 -0700222 if (!(fq->q.last_in & INET_FRAG_FIRST_IN) || !fq->q.fragments)
Eric Dumazet69df9d52009-11-05 20:59:47 -0800223 goto out_rcu_unlock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224
Ingo Oeser78c784c2006-03-20 23:01:17 -0800225 /*
226 But use as source device on which LAST ARRIVED
227 segment was received. And do not use fq->dev
228 pointer directly, device might already disappeared.
229 */
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -0700230 fq->q.fragments->dev = dev;
231 icmpv6_send(fq->q.fragments, ICMPV6_TIME_EXCEED, ICMPV6_EXC_FRAGTIME, 0, dev);
Eric Dumazet69df9d52009-11-05 20:59:47 -0800232out_rcu_unlock:
233 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234out:
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -0700235 spin_unlock(&fq->q.lock);
Pavel Emelyanov4b6cb5d2007-10-15 02:41:09 -0700236 fq_put(fq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700237}
238
Pavel Emelyanovabd65232007-10-17 19:47:21 -0700239static __inline__ struct frag_queue *
Pavel Emelyanovac18e752008-01-22 06:02:14 -0800240fq_find(struct net *net, __be32 id, struct in6_addr *src, struct in6_addr *dst,
Pavel Emelyanovabd65232007-10-17 19:47:21 -0700241 struct inet6_dev *idev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242{
Pavel Emelyanovc6fda282007-10-17 19:46:47 -0700243 struct inet_frag_queue *q;
244 struct ip6_create_arg arg;
Pavel Emelyanovabd65232007-10-17 19:47:21 -0700245 unsigned int hash;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700246
Pavel Emelyanovc6fda282007-10-17 19:46:47 -0700247 arg.id = id;
Patrick McHardy0b5ccb22009-12-15 16:59:18 +0100248 arg.user = IP6_DEFRAG_LOCAL_DELIVER;
Pavel Emelyanovc6fda282007-10-17 19:46:47 -0700249 arg.src = src;
250 arg.dst = dst;
Pavel Emelyanov9a375802008-06-27 20:06:08 -0700251
252 read_lock(&ip6_frags.lock);
Ilpo Järvinen93c8b902008-10-01 02:48:31 -0700253 hash = inet6_hash_frag(id, src, dst, ip6_frags.rnd);
Pavel Emelyanovc6fda282007-10-17 19:46:47 -0700254
Pavel Emelyanovac18e752008-01-22 06:02:14 -0800255 q = inet_frag_find(&net->ipv6.frags, &ip6_frags, &arg, hash);
Pavel Emelyanovc6fda282007-10-17 19:46:47 -0700256 if (q == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700257 goto oom;
258
Pavel Emelyanovc6fda282007-10-17 19:46:47 -0700259 return container_of(q, struct frag_queue, q);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700260
261oom:
Denis V. Lunev483a47d2008-10-08 11:09:27 -0700262 IP6_INC_STATS_BH(net, idev, IPSTATS_MIB_REASMFAILS);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263 return NULL;
264}
265
Herbert Xuf61944e2007-10-15 01:28:47 -0700266static int ip6_frag_queue(struct frag_queue *fq, struct sk_buff *skb,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700267 struct frag_hdr *fhdr, int nhoff)
268{
269 struct sk_buff *prev, *next;
Herbert Xuf61944e2007-10-15 01:28:47 -0700270 struct net_device *dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271 int offset, end;
Eric Dumazetadf30902009-06-02 05:19:30 +0000272 struct net *net = dev_net(skb_dst(skb)->dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273
Joe Perchesbc578a52008-03-28 16:35:27 -0700274 if (fq->q.last_in & INET_FRAG_COMPLETE)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275 goto err;
276
277 offset = ntohs(fhdr->frag_off) & ~0x7;
Arnaldo Carvalho de Melo0660e032007-04-25 17:54:47 -0700278 end = offset + (ntohs(ipv6_hdr(skb)->payload_len) -
279 ((u8 *)(fhdr + 1) - (u8 *)(ipv6_hdr(skb) + 1)));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700280
281 if ((unsigned int)end > IPV6_MAXPLEN) {
Eric Dumazetadf30902009-06-02 05:19:30 +0000282 IP6_INC_STATS_BH(net, ip6_dst_idev(skb_dst(skb)),
YOSHIFUJI Hideakia11d2062006-11-04 20:11:37 +0900283 IPSTATS_MIB_INHDRERRORS);
Arnaldo Carvalho de Melod56f90a2007-04-10 20:50:43 -0700284 icmpv6_param_prob(skb, ICMPV6_HDR_FIELD,
285 ((u8 *)&fhdr->frag_off -
286 skb_network_header(skb)));
Herbert Xuf61944e2007-10-15 01:28:47 -0700287 return -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288 }
289
Arnaldo Carvalho de Melod56f90a2007-04-10 20:50:43 -0700290 if (skb->ip_summed == CHECKSUM_COMPLETE) {
291 const unsigned char *nh = skb_network_header(skb);
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +0900292 skb->csum = csum_sub(skb->csum,
Arnaldo Carvalho de Melod56f90a2007-04-10 20:50:43 -0700293 csum_partial(nh, (u8 *)(fhdr + 1) - nh,
294 0));
295 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700296
297 /* Is this the final fragment? */
298 if (!(fhdr->frag_off & htons(IP6_MF))) {
299 /* If we already have some bits beyond end
300 * or have different end, the segment is corrupted.
301 */
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -0700302 if (end < fq->q.len ||
Joe Perchesbc578a52008-03-28 16:35:27 -0700303 ((fq->q.last_in & INET_FRAG_LAST_IN) && end != fq->q.len))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304 goto err;
Joe Perchesbc578a52008-03-28 16:35:27 -0700305 fq->q.last_in |= INET_FRAG_LAST_IN;
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -0700306 fq->q.len = end;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700307 } else {
308 /* Check if the fragment is rounded to 8 bytes.
309 * Required by the RFC.
310 */
311 if (end & 0x7) {
312 /* RFC2460 says always send parameter problem in
313 * this case. -DaveM
314 */
Eric Dumazetadf30902009-06-02 05:19:30 +0000315 IP6_INC_STATS_BH(net, ip6_dst_idev(skb_dst(skb)),
YOSHIFUJI Hideakia11d2062006-11-04 20:11:37 +0900316 IPSTATS_MIB_INHDRERRORS);
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +0900317 icmpv6_param_prob(skb, ICMPV6_HDR_FIELD,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318 offsetof(struct ipv6hdr, payload_len));
Herbert Xuf61944e2007-10-15 01:28:47 -0700319 return -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320 }
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -0700321 if (end > fq->q.len) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322 /* Some bits beyond end -> corruption. */
Joe Perchesbc578a52008-03-28 16:35:27 -0700323 if (fq->q.last_in & INET_FRAG_LAST_IN)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700324 goto err;
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -0700325 fq->q.len = end;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700326 }
327 }
328
329 if (end == offset)
330 goto err;
331
332 /* Point into the IP datagram 'data' part. */
333 if (!pskb_pull(skb, (u8 *) (fhdr + 1) - skb->data))
334 goto err;
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +0900335
Stephen Hemminger42ca89c2005-09-08 12:57:43 -0700336 if (pskb_trim_rcsum(skb, end - offset))
337 goto err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338
339 /* Find out which fragments are in front and at the back of us
340 * in the chain of fragments so far. We must know where to put
341 * this fragment, right?
342 */
343 prev = NULL;
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -0700344 for(next = fq->q.fragments; next != NULL; next = next->next) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700345 if (FRAG6_CB(next)->offset >= offset)
346 break; /* bingo! */
347 prev = next;
348 }
349
350 /* We found where to put this one. Check for overlap with
351 * preceding fragment, and, if needed, align things so that
352 * any overlaps are eliminated.
353 */
354 if (prev) {
355 int i = (FRAG6_CB(prev)->offset + prev->len) - offset;
356
357 if (i > 0) {
358 offset += i;
359 if (end <= offset)
360 goto err;
361 if (!pskb_pull(skb, i))
362 goto err;
363 if (skb->ip_summed != CHECKSUM_UNNECESSARY)
364 skb->ip_summed = CHECKSUM_NONE;
365 }
366 }
367
368 /* Look for overlap with succeeding segments.
369 * If we can merge fragments, do it.
370 */
371 while (next && FRAG6_CB(next)->offset < end) {
372 int i = end - FRAG6_CB(next)->offset; /* overlap is 'i' bytes */
373
374 if (i < next->len) {
375 /* Eat head of the next overlapped fragment
376 * and leave the loop. The next ones cannot overlap.
377 */
378 if (!pskb_pull(next, i))
379 goto err;
380 FRAG6_CB(next)->offset += i; /* next fragment */
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -0700381 fq->q.meat -= i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700382 if (next->ip_summed != CHECKSUM_UNNECESSARY)
383 next->ip_summed = CHECKSUM_NONE;
384 break;
385 } else {
386 struct sk_buff *free_it = next;
387
388 /* Old fragment is completely overridden with
389 * new one drop it.
390 */
391 next = next->next;
392
393 if (prev)
394 prev->next = next;
395 else
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -0700396 fq->q.fragments = next;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700397
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -0700398 fq->q.meat -= free_it->len;
Pavel Emelyanov6ddc0822008-01-22 06:07:25 -0800399 frag_kfree_skb(fq->q.net, free_it, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700400 }
401 }
402
403 FRAG6_CB(skb)->offset = offset;
404
405 /* Insert this fragment in the chain of fragments. */
406 skb->next = next;
407 if (prev)
408 prev->next = skb;
409 else
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -0700410 fq->q.fragments = skb;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411
Herbert Xuf61944e2007-10-15 01:28:47 -0700412 dev = skb->dev;
413 if (dev) {
414 fq->iif = dev->ifindex;
415 skb->dev = NULL;
416 }
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -0700417 fq->q.stamp = skb->tstamp;
418 fq->q.meat += skb->len;
Pavel Emelyanov6ddc0822008-01-22 06:07:25 -0800419 atomic_add(skb->truesize, &fq->q.net->mem);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700420
421 /* The first fragment.
422 * nhoffset is obtained from the first fragment, of course.
423 */
424 if (offset == 0) {
425 fq->nhoffset = nhoff;
Joe Perchesbc578a52008-03-28 16:35:27 -0700426 fq->q.last_in |= INET_FRAG_FIRST_IN;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427 }
Herbert Xuf61944e2007-10-15 01:28:47 -0700428
Joe Perchesbc578a52008-03-28 16:35:27 -0700429 if (fq->q.last_in == (INET_FRAG_FIRST_IN | INET_FRAG_LAST_IN) &&
430 fq->q.meat == fq->q.len)
Herbert Xuf61944e2007-10-15 01:28:47 -0700431 return ip6_frag_reasm(fq, prev, dev);
432
Pavel Emelyanov7eb95152007-10-15 02:31:52 -0700433 write_lock(&ip6_frags.lock);
Pavel Emelyanov3140c252008-01-22 06:11:48 -0800434 list_move_tail(&fq->q.lru_list, &fq->q.net->lru_list);
Pavel Emelyanov7eb95152007-10-15 02:31:52 -0700435 write_unlock(&ip6_frags.lock);
Herbert Xuf61944e2007-10-15 01:28:47 -0700436 return -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437
438err:
Eric Dumazetadf30902009-06-02 05:19:30 +0000439 IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)),
Denis V. Lunev3bd653c2008-10-08 10:54:51 -0700440 IPSTATS_MIB_REASMFAILS);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700441 kfree_skb(skb);
Herbert Xuf61944e2007-10-15 01:28:47 -0700442 return -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443}
444
445/*
446 * Check if this packet is complete.
447 * Returns NULL on failure by any reason, and pointer
448 * to current nexthdr field in reassembled frame.
449 *
450 * It is called with locked fq, and caller must check that
451 * queue is eligible for reassembly i.e. it is not COMPLETE,
452 * the last and the first frames arrived and all the bits are here.
453 */
Herbert Xuf61944e2007-10-15 01:28:47 -0700454static int ip6_frag_reasm(struct frag_queue *fq, struct sk_buff *prev,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455 struct net_device *dev)
456{
Jorge Boncompte [DTI2]2bad35b2009-03-18 23:26:11 -0700457 struct net *net = container_of(fq->q.net, struct net, ipv6.frags);
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -0700458 struct sk_buff *fp, *head = fq->q.fragments;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459 int payload_len;
460 unsigned int nhoff;
461
462 fq_kill(fq);
463
Herbert Xuf61944e2007-10-15 01:28:47 -0700464 /* Make the one we just received the head. */
465 if (prev) {
466 head = prev->next;
467 fp = skb_clone(head, GFP_ATOMIC);
468
469 if (!fp)
470 goto out_oom;
471
472 fp->next = head->next;
473 prev->next = fp;
474
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -0700475 skb_morph(head, fq->q.fragments);
476 head->next = fq->q.fragments->next;
Herbert Xuf61944e2007-10-15 01:28:47 -0700477
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -0700478 kfree_skb(fq->q.fragments);
479 fq->q.fragments = head;
Herbert Xuf61944e2007-10-15 01:28:47 -0700480 }
481
Ilpo Järvinen547b7922008-07-25 21:43:18 -0700482 WARN_ON(head == NULL);
483 WARN_ON(FRAG6_CB(head)->offset != 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484
485 /* Unfragmented part is taken from the first segment. */
Arnaldo Carvalho de Melod56f90a2007-04-10 20:50:43 -0700486 payload_len = ((head->data - skb_network_header(head)) -
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -0700487 sizeof(struct ipv6hdr) + fq->q.len -
Arnaldo Carvalho de Melod56f90a2007-04-10 20:50:43 -0700488 sizeof(struct frag_hdr));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489 if (payload_len > IPV6_MAXPLEN)
490 goto out_oversize;
491
492 /* Head of list must not be cloned. */
493 if (skb_cloned(head) && pskb_expand_head(head, 0, 0, GFP_ATOMIC))
494 goto out_oom;
495
496 /* If the first fragment is fragmented itself, we split
497 * it to two chunks: the first with data and paged part
498 * and the second, holding only fragments. */
David S. Miller4d9092b2009-06-09 00:20:05 -0700499 if (skb_has_frags(head)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500 struct sk_buff *clone;
501 int i, plen = 0;
502
503 if ((clone = alloc_skb(0, GFP_ATOMIC)) == NULL)
504 goto out_oom;
505 clone->next = head->next;
506 head->next = clone;
507 skb_shinfo(clone)->frag_list = skb_shinfo(head)->frag_list;
David S. Miller4d9092b2009-06-09 00:20:05 -0700508 skb_frag_list_init(head);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700509 for (i=0; i<skb_shinfo(head)->nr_frags; i++)
510 plen += skb_shinfo(head)->frags[i].size;
511 clone->len = clone->data_len = head->data_len - plen;
512 head->data_len -= clone->len;
513 head->len -= clone->len;
514 clone->csum = 0;
515 clone->ip_summed = head->ip_summed;
Pavel Emelyanov6ddc0822008-01-22 06:07:25 -0800516 atomic_add(clone->truesize, &fq->q.net->mem);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517 }
518
519 /* We have to remove fragment header from datagram and to relocate
520 * header in order to calculate ICV correctly. */
521 nhoff = fq->nhoffset;
Arnaldo Carvalho de Melob0e380b2007-04-10 21:21:55 -0700522 skb_network_header(head)[nhoff] = skb_transport_header(head)[0];
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +0900523 memmove(head->head + sizeof(struct frag_hdr), head->head,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700524 (head->data - head->head) - sizeof(struct frag_hdr));
Arnaldo Carvalho de Melob0e380b2007-04-10 21:21:55 -0700525 head->mac_header += sizeof(struct frag_hdr);
526 head->network_header += sizeof(struct frag_hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700527
528 skb_shinfo(head)->frag_list = head->next;
Arnaldo Carvalho de Melobadff6d2007-03-13 13:06:52 -0300529 skb_reset_transport_header(head);
Arnaldo Carvalho de Melod56f90a2007-04-10 20:50:43 -0700530 skb_push(head, head->data - skb_network_header(head));
Pavel Emelyanov6ddc0822008-01-22 06:07:25 -0800531 atomic_sub(head->truesize, &fq->q.net->mem);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700532
533 for (fp=head->next; fp; fp = fp->next) {
534 head->data_len += fp->len;
535 head->len += fp->len;
536 if (head->ip_summed != fp->ip_summed)
537 head->ip_summed = CHECKSUM_NONE;
Patrick McHardy84fa7932006-08-29 16:44:56 -0700538 else if (head->ip_summed == CHECKSUM_COMPLETE)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700539 head->csum = csum_add(head->csum, fp->csum);
540 head->truesize += fp->truesize;
Pavel Emelyanov6ddc0822008-01-22 06:07:25 -0800541 atomic_sub(fp->truesize, &fq->q.net->mem);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542 }
543
544 head->next = NULL;
545 head->dev = dev;
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -0700546 head->tstamp = fq->q.stamp;
Arnaldo Carvalho de Melo0660e032007-04-25 17:54:47 -0700547 ipv6_hdr(head)->payload_len = htons(payload_len);
Patrick McHardy951dbc82006-01-06 23:02:34 -0800548 IP6CB(head)->nhoff = nhoff;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550 /* Yes, and fold redundant checksum back. 8) */
Patrick McHardy84fa7932006-08-29 16:44:56 -0700551 if (head->ip_summed == CHECKSUM_COMPLETE)
Arnaldo Carvalho de Melod56f90a2007-04-10 20:50:43 -0700552 head->csum = csum_partial(skb_network_header(head),
Arnaldo Carvalho de Melocfe1fc72007-03-16 17:26:39 -0300553 skb_network_header_len(head),
Arnaldo Carvalho de Melod56f90a2007-04-10 20:50:43 -0700554 head->csum);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700555
YOSHIFUJI Hideakia11d2062006-11-04 20:11:37 +0900556 rcu_read_lock();
Jorge Boncompte [DTI2]2bad35b2009-03-18 23:26:11 -0700557 IP6_INC_STATS_BH(net, __in6_dev_get(dev), IPSTATS_MIB_REASMOKS);
YOSHIFUJI Hideakia11d2062006-11-04 20:11:37 +0900558 rcu_read_unlock();
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -0700559 fq->q.fragments = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700560 return 1;
561
562out_oversize:
563 if (net_ratelimit())
564 printk(KERN_DEBUG "ip6_frag_reasm: payload len = %d\n", payload_len);
565 goto out_fail;
566out_oom:
567 if (net_ratelimit())
568 printk(KERN_DEBUG "ip6_frag_reasm: no memory for reassembly\n");
569out_fail:
YOSHIFUJI Hideakia11d2062006-11-04 20:11:37 +0900570 rcu_read_lock();
Jorge Boncompte [DTI2]2bad35b2009-03-18 23:26:11 -0700571 IP6_INC_STATS_BH(net, __in6_dev_get(dev), IPSTATS_MIB_REASMFAILS);
YOSHIFUJI Hideakia11d2062006-11-04 20:11:37 +0900572 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700573 return -1;
574}
575
Herbert Xue5bbef22007-10-15 12:50:28 -0700576static int ipv6_frag_rcv(struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700577{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578 struct frag_hdr *fhdr;
579 struct frag_queue *fq;
Arnaldo Carvalho de Melo0660e032007-04-25 17:54:47 -0700580 struct ipv6hdr *hdr = ipv6_hdr(skb);
Eric Dumazetadf30902009-06-02 05:19:30 +0000581 struct net *net = dev_net(skb_dst(skb)->dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700582
Eric Dumazetadf30902009-06-02 05:19:30 +0000583 IP6_INC_STATS_BH(net, ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_REASMREQDS);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700584
585 /* Jumbo payload inhibits frag. header */
Denis V. Lunev98b3377c2008-10-08 10:31:44 -0700586 if (hdr->payload_len==0)
587 goto fail_hdr;
588
Arnaldo Carvalho de Meloea2ae172007-04-25 17:55:53 -0700589 if (!pskb_may_pull(skb, (skb_transport_offset(skb) +
Denis V. Lunev98b3377c2008-10-08 10:31:44 -0700590 sizeof(struct frag_hdr))))
591 goto fail_hdr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592
Arnaldo Carvalho de Melo0660e032007-04-25 17:54:47 -0700593 hdr = ipv6_hdr(skb);
Arnaldo Carvalho de Melo9c702202007-04-25 18:04:18 -0700594 fhdr = (struct frag_hdr *)skb_transport_header(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595
596 if (!(fhdr->frag_off & htons(0xFFF9))) {
597 /* It is not a fragmented frame */
Arnaldo Carvalho de Melob0e380b2007-04-10 21:21:55 -0700598 skb->transport_header += sizeof(struct frag_hdr);
Denis V. Lunev483a47d2008-10-08 11:09:27 -0700599 IP6_INC_STATS_BH(net,
Eric Dumazetadf30902009-06-02 05:19:30 +0000600 ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_REASMOKS);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601
Arnaldo Carvalho de Melod56f90a2007-04-10 20:50:43 -0700602 IP6CB(skb)->nhoff = (u8 *)fhdr - skb_network_header(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603 return 1;
604 }
605
Pavel Emelyanove31e0bdc72008-01-22 06:10:13 -0800606 if (atomic_read(&net->ipv6.frags.mem) > net->ipv6.frags.high_thresh)
Eric Dumazetadf30902009-06-02 05:19:30 +0000607 ip6_evictor(net, ip6_dst_idev(skb_dst(skb)));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608
Pavel Emelyanovac18e752008-01-22 06:02:14 -0800609 if ((fq = fq_find(net, fhdr->identification, &hdr->saddr, &hdr->daddr,
Eric Dumazetadf30902009-06-02 05:19:30 +0000610 ip6_dst_idev(skb_dst(skb)))) != NULL) {
Herbert Xuf61944e2007-10-15 01:28:47 -0700611 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -0700613 spin_lock(&fq->q.lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614
Herbert Xuf61944e2007-10-15 01:28:47 -0700615 ret = ip6_frag_queue(fq, skb, fhdr, IP6CB(skb)->nhoff);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616
Pavel Emelyanov5ab11c92007-10-15 02:24:19 -0700617 spin_unlock(&fq->q.lock);
Pavel Emelyanov4b6cb5d2007-10-15 02:41:09 -0700618 fq_put(fq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700619 return ret;
620 }
621
Eric Dumazetadf30902009-06-02 05:19:30 +0000622 IP6_INC_STATS_BH(net, ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_REASMFAILS);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623 kfree_skb(skb);
624 return -1;
Denis V. Lunev98b3377c2008-10-08 10:31:44 -0700625
626fail_hdr:
Eric Dumazetadf30902009-06-02 05:19:30 +0000627 IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_INHDRERRORS);
Denis V. Lunev98b3377c2008-10-08 10:31:44 -0700628 icmpv6_param_prob(skb, ICMPV6_HDR_FIELD, skb_network_header_len(skb));
629 return -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630}
631
Alexey Dobriyan41135cc2009-09-14 12:22:28 +0000632static const struct inet6_protocol frag_protocol =
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633{
634 .handler = ipv6_frag_rcv,
635 .flags = INET6_PROTO_NOPOLICY,
636};
637
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800638#ifdef CONFIG_SYSCTL
Pavel Emelyanov0a64b4b2008-05-19 13:51:29 -0700639static struct ctl_table ip6_frags_ns_ctl_table[] = {
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800640 {
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800641 .procname = "ip6frag_high_thresh",
Pavel Emelyanove31e0bdc72008-01-22 06:10:13 -0800642 .data = &init_net.ipv6.frags.high_thresh,
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800643 .maxlen = sizeof(int),
644 .mode = 0644,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -0800645 .proc_handler = proc_dointvec
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800646 },
647 {
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800648 .procname = "ip6frag_low_thresh",
Pavel Emelyanove31e0bdc72008-01-22 06:10:13 -0800649 .data = &init_net.ipv6.frags.low_thresh,
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800650 .maxlen = sizeof(int),
651 .mode = 0644,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -0800652 .proc_handler = proc_dointvec
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800653 },
654 {
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800655 .procname = "ip6frag_time",
Pavel Emelyanovb2fd5322008-01-22 06:09:37 -0800656 .data = &init_net.ipv6.frags.timeout,
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800657 .maxlen = sizeof(int),
658 .mode = 0644,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -0800659 .proc_handler = proc_dointvec_jiffies,
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800660 },
Pavel Emelyanov7d291eb2008-05-19 13:53:02 -0700661 { }
662};
663
664static struct ctl_table ip6_frags_ctl_table[] = {
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800665 {
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800666 .procname = "ip6frag_secret_interval",
Pavel Emelyanov3b4bc4a2008-01-22 06:11:04 -0800667 .data = &ip6_frags.secret_interval,
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800668 .maxlen = sizeof(int),
669 .mode = 0644,
Alexey Dobriyan6d9f2392008-11-03 18:21:05 -0800670 .proc_handler = proc_dointvec_jiffies,
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800671 },
672 { }
673};
Daniel Lezcano7d460db2008-01-18 23:52:35 -0800674
Pavel Emelyanov0a64b4b2008-05-19 13:51:29 -0700675static int ip6_frags_ns_sysctl_register(struct net *net)
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800676{
Pavel Emelyanove4a2d5c2008-01-22 06:08:36 -0800677 struct ctl_table *table;
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800678 struct ctl_table_header *hdr;
679
Pavel Emelyanov0a64b4b2008-05-19 13:51:29 -0700680 table = ip6_frags_ns_ctl_table;
Octavian Purdila09ad9bc2009-11-25 15:14:13 -0800681 if (!net_eq(net, &init_net)) {
Pavel Emelyanov0a64b4b2008-05-19 13:51:29 -0700682 table = kmemdup(table, sizeof(ip6_frags_ns_ctl_table), GFP_KERNEL);
Pavel Emelyanove4a2d5c2008-01-22 06:08:36 -0800683 if (table == NULL)
684 goto err_alloc;
685
Pavel Emelyanove31e0bdc72008-01-22 06:10:13 -0800686 table[0].data = &net->ipv6.frags.high_thresh;
687 table[1].data = &net->ipv6.frags.low_thresh;
Pavel Emelyanovb2fd5322008-01-22 06:09:37 -0800688 table[2].data = &net->ipv6.frags.timeout;
Pavel Emelyanove4a2d5c2008-01-22 06:08:36 -0800689 }
690
691 hdr = register_net_sysctl_table(net, net_ipv6_ctl_path, table);
692 if (hdr == NULL)
693 goto err_reg;
694
695 net->ipv6.sysctl.frags_hdr = hdr;
696 return 0;
697
698err_reg:
Octavian Purdila09ad9bc2009-11-25 15:14:13 -0800699 if (!net_eq(net, &init_net))
Pavel Emelyanove4a2d5c2008-01-22 06:08:36 -0800700 kfree(table);
701err_alloc:
702 return -ENOMEM;
703}
704
Pavel Emelyanov0a64b4b2008-05-19 13:51:29 -0700705static void ip6_frags_ns_sysctl_unregister(struct net *net)
Pavel Emelyanove4a2d5c2008-01-22 06:08:36 -0800706{
707 struct ctl_table *table;
708
709 table = net->ipv6.sysctl.frags_hdr->ctl_table_arg;
710 unregister_net_sysctl_table(net->ipv6.sysctl.frags_hdr);
Yang Hongyang3705e112009-12-18 20:25:13 -0800711 if (!net_eq(net, &init_net))
712 kfree(table);
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800713}
Pavel Emelyanov7d291eb2008-05-19 13:53:02 -0700714
715static struct ctl_table_header *ip6_ctl_header;
716
717static int ip6_frags_sysctl_register(void)
718{
719 ip6_ctl_header = register_net_sysctl_rotable(net_ipv6_ctl_path,
720 ip6_frags_ctl_table);
721 return ip6_ctl_header == NULL ? -ENOMEM : 0;
722}
723
724static void ip6_frags_sysctl_unregister(void)
725{
726 unregister_net_sysctl_table(ip6_ctl_header);
727}
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800728#else
Pavel Emelyanov0a64b4b2008-05-19 13:51:29 -0700729static inline int ip6_frags_ns_sysctl_register(struct net *net)
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800730{
731 return 0;
732}
Pavel Emelyanove4a2d5c2008-01-22 06:08:36 -0800733
Pavel Emelyanov0a64b4b2008-05-19 13:51:29 -0700734static inline void ip6_frags_ns_sysctl_unregister(struct net *net)
Pavel Emelyanove4a2d5c2008-01-22 06:08:36 -0800735{
736}
Pavel Emelyanov7d291eb2008-05-19 13:53:02 -0700737
738static inline int ip6_frags_sysctl_register(void)
739{
740 return 0;
741}
742
743static inline void ip6_frags_sysctl_unregister(void)
744{
745}
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800746#endif
747
748static int ipv6_frags_init_net(struct net *net)
749{
Shan Wei7c070aa2010-01-20 10:42:41 +0100750 net->ipv6.frags.high_thresh = IPV6_FRAG_HIGH_THRESH;
751 net->ipv6.frags.low_thresh = IPV6_FRAG_LOW_THRESH;
Pavel Emelyanovb2fd5322008-01-22 06:09:37 -0800752 net->ipv6.frags.timeout = IPV6_FRAG_TIMEOUT;
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800753
Pavel Emelyanove5a2bb82008-01-22 06:06:23 -0800754 inet_frags_init_net(&net->ipv6.frags);
755
Pavel Emelyanov0a64b4b2008-05-19 13:51:29 -0700756 return ip6_frags_ns_sysctl_register(net);
Daniel Lezcanoe71e0342008-01-10 02:56:03 -0800757}
758
Pavel Emelyanov81566e82008-01-22 06:12:39 -0800759static void ipv6_frags_exit_net(struct net *net)
760{
Pavel Emelyanov0a64b4b2008-05-19 13:51:29 -0700761 ip6_frags_ns_sysctl_unregister(net);
Pavel Emelyanov81566e82008-01-22 06:12:39 -0800762 inet_frags_exit_net(&net->ipv6.frags, &ip6_frags);
763}
764
765static struct pernet_operations ip6_frags_ops = {
766 .init = ipv6_frags_init_net,
767 .exit = ipv6_frags_exit_net,
768};
769
Daniel Lezcano853cbba2007-12-11 02:24:29 -0800770int __init ipv6_frag_init(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771{
Daniel Lezcano853cbba2007-12-11 02:24:29 -0800772 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773
Daniel Lezcano853cbba2007-12-11 02:24:29 -0800774 ret = inet6_add_protocol(&frag_protocol, IPPROTO_FRAGMENT);
775 if (ret)
776 goto out;
Daniel Lezcanoe71e0342008-01-10 02:56:03 -0800777
Pavel Emelyanov7d291eb2008-05-19 13:53:02 -0700778 ret = ip6_frags_sysctl_register();
779 if (ret)
780 goto err_sysctl;
781
Pavel Emelyanov0002c632008-05-19 13:52:28 -0700782 ret = register_pernet_subsys(&ip6_frags_ops);
783 if (ret)
784 goto err_pernet;
Pavel Emelyanov8d8354d2008-01-22 05:58:31 -0800785
Pavel Emelyanov321a3a92007-10-15 02:38:08 -0700786 ip6_frags.hashfn = ip6_hashfn;
Pavel Emelyanovc6fda282007-10-17 19:46:47 -0700787 ip6_frags.constructor = ip6_frag_init;
Pavel Emelyanovc9547702007-10-17 19:48:26 -0700788 ip6_frags.destructor = NULL;
Pavel Emelyanov1e4b8282007-10-15 02:39:14 -0700789 ip6_frags.skb_free = NULL;
790 ip6_frags.qsize = sizeof(struct frag_queue);
Pavel Emelyanovabd65232007-10-17 19:47:21 -0700791 ip6_frags.match = ip6_frag_match;
Pavel Emelyanove521db92007-10-17 19:45:23 -0700792 ip6_frags.frag_expire = ip6_frag_expire;
Pavel Emelyanov3b4bc4a2008-01-22 06:11:04 -0800793 ip6_frags.secret_interval = 10 * 60 * HZ;
Pavel Emelyanov7eb95152007-10-15 02:31:52 -0700794 inet_frags_init(&ip6_frags);
Daniel Lezcano853cbba2007-12-11 02:24:29 -0800795out:
796 return ret;
Pavel Emelyanov0002c632008-05-19 13:52:28 -0700797
798err_pernet:
Pavel Emelyanov7d291eb2008-05-19 13:53:02 -0700799 ip6_frags_sysctl_unregister();
800err_sysctl:
Pavel Emelyanov0002c632008-05-19 13:52:28 -0700801 inet6_del_protocol(&frag_protocol, IPPROTO_FRAGMENT);
802 goto out;
Daniel Lezcano853cbba2007-12-11 02:24:29 -0800803}
804
805void ipv6_frag_exit(void)
806{
807 inet_frags_fini(&ip6_frags);
Pavel Emelyanov7d291eb2008-05-19 13:53:02 -0700808 ip6_frags_sysctl_unregister();
Pavel Emelyanov81566e82008-01-22 06:12:39 -0800809 unregister_pernet_subsys(&ip6_frags_ops);
Daniel Lezcano853cbba2007-12-11 02:24:29 -0800810 inet6_del_protocol(&frag_protocol, IPPROTO_FRAGMENT);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811}