blob: ed86a3be678ea28590d34018b5ec990cbf052e8d [file] [log] [blame]
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001/* Connection state tracking for netfilter. This is separated from,
2 but required by, the NAT layer; it can also be used by an iptables
3 extension. */
4
5/* (C) 1999-2001 Paul `Rusty' Russell
Harald Weltedc808fe2006-03-20 17:56:32 -08006 * (C) 2002-2006 Netfilter Core Team <coreteam@netfilter.org>
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08007 * (C) 2003,2004 USAGI/WIDE Project <http://www.linux-ipv6.org>
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License version 2 as
11 * published by the Free Software Foundation.
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -080012 */
13
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -080014#include <linux/types.h>
15#include <linux/netfilter.h>
16#include <linux/module.h>
Alexey Dobriyand43c36d2009-10-07 17:09:06 +040017#include <linux/sched.h>
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -080018#include <linux/skbuff.h>
19#include <linux/proc_fs.h>
20#include <linux/vmalloc.h>
21#include <linux/stddef.h>
22#include <linux/slab.h>
23#include <linux/random.h>
24#include <linux/jhash.h>
25#include <linux/err.h>
26#include <linux/percpu.h>
27#include <linux/moduleparam.h>
28#include <linux/notifier.h>
29#include <linux/kernel.h>
30#include <linux/netdevice.h>
31#include <linux/socket.h>
Al Virod7fe0f22006-12-03 23:15:30 -050032#include <linux/mm.h>
Patrick McHardyd696c7b2010-02-08 11:18:07 -080033#include <linux/nsproxy.h>
Eric Dumazetea781f12009-03-25 21:05:46 +010034#include <linux/rculist_nulls.h>
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -080035
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -080036#include <net/netfilter/nf_conntrack.h>
37#include <net/netfilter/nf_conntrack_l3proto.h>
Martin Josefsson605dcad2006-11-29 02:35:06 +010038#include <net/netfilter/nf_conntrack_l4proto.h>
Martin Josefsson77ab9cf2006-11-29 02:34:58 +010039#include <net/netfilter/nf_conntrack_expect.h>
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -080040#include <net/netfilter/nf_conntrack_helper.h>
41#include <net/netfilter/nf_conntrack_core.h>
Yasuyuki Kozakaiecfab2c2007-07-07 22:23:21 -070042#include <net/netfilter/nf_conntrack_extend.h>
Krzysztof Piotr Oledzki58401572008-07-21 10:01:34 -070043#include <net/netfilter/nf_conntrack_acct.h>
Pablo Neira Ayusoa0891aa2009-06-13 12:26:29 +020044#include <net/netfilter/nf_conntrack_ecache.h>
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +010045#include <net/netfilter/nf_conntrack_zones.h>
Pablo Neira Ayusoa992ca22011-01-19 16:00:07 +010046#include <net/netfilter/nf_conntrack_timestamp.h>
Pablo Neira Ayusoe6a7d3c2008-10-14 11:58:31 -070047#include <net/netfilter/nf_nat.h>
Patrick McHardye17b6662008-11-18 12:24:17 +010048#include <net/netfilter/nf_nat_core.h>
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -080049
Harald Weltedc808fe2006-03-20 17:56:32 -080050#define NF_CONNTRACK_VERSION "0.5.0"
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -080051
Patrick McHardye17b6662008-11-18 12:24:17 +010052int (*nfnetlink_parse_nat_setup_hook)(struct nf_conn *ct,
53 enum nf_nat_manip_type manip,
Patrick McHardy39938322009-08-25 16:07:58 +020054 const struct nlattr *attr) __read_mostly;
Pablo Neira Ayusoe6a7d3c2008-10-14 11:58:31 -070055EXPORT_SYMBOL_GPL(nfnetlink_parse_nat_setup_hook);
56
Patrick McHardyf8ba1af2008-01-31 04:38:58 -080057DEFINE_SPINLOCK(nf_conntrack_lock);
Patrick McHardy13b18332006-12-02 22:11:25 -080058EXPORT_SYMBOL_GPL(nf_conntrack_lock);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -080059
Martin Josefssone2b76062006-11-29 02:35:04 +010060unsigned int nf_conntrack_htable_size __read_mostly;
Patrick McHardy13b18332006-12-02 22:11:25 -080061EXPORT_SYMBOL_GPL(nf_conntrack_htable_size);
62
Hagen Paul Pfeifere4780752009-02-20 10:47:09 +010063unsigned int nf_conntrack_max __read_mostly;
Patrick McHardya999e682006-11-29 02:35:20 +010064EXPORT_SYMBOL_GPL(nf_conntrack_max);
Patrick McHardy13b18332006-12-02 22:11:25 -080065
Eric Dumazetb3c51632010-06-09 14:43:38 +020066DEFINE_PER_CPU(struct nf_conn, nf_conntrack_untracked);
67EXPORT_PER_CPU_SYMBOL(nf_conntrack_untracked);
Patrick McHardy13b18332006-12-02 22:11:25 -080068
Changli Gaof682cef2011-01-05 04:23:23 +000069unsigned int nf_conntrack_hash_rnd __read_mostly;
Patrick McHardy4d4e61c2011-12-23 14:00:13 +010070EXPORT_SYMBOL_GPL(nf_conntrack_hash_rnd);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -080071
Changli Gao99f07e92010-09-21 17:49:20 +020072static u32 hash_conntrack_raw(const struct nf_conntrack_tuple *tuple, u16 zone)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -080073{
Patrick McHardy07949352008-01-31 04:40:52 -080074 unsigned int n;
Sami Farin9b887902007-03-14 16:43:00 -070075
Patrick McHardy07949352008-01-31 04:40:52 -080076 /* The direction must be ignored, so we hash everything up to the
77 * destination ports (which is a multiple of 4) and treat the last
78 * three bytes manually.
79 */
80 n = (sizeof(tuple->src) + sizeof(tuple->dst.u3)) / sizeof(u32);
Changli Gao99f07e92010-09-21 17:49:20 +020081 return jhash2((u32 *)tuple, n, zone ^ nf_conntrack_hash_rnd ^
82 (((__force __u16)tuple->dst.u.all << 16) |
83 tuple->dst.protonum));
84}
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -080085
Changli Gao99f07e92010-09-21 17:49:20 +020086static u32 __hash_bucket(u32 hash, unsigned int size)
87{
88 return ((u64)hash * size) >> 32;
89}
90
91static u32 hash_bucket(u32 hash, const struct net *net)
92{
93 return __hash_bucket(hash, net->ct.htable_size);
94}
95
96static u_int32_t __hash_conntrack(const struct nf_conntrack_tuple *tuple,
97 u16 zone, unsigned int size)
98{
99 return __hash_bucket(hash_conntrack_raw(tuple, zone), size);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800100}
101
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +0100102static inline u_int32_t hash_conntrack(const struct net *net, u16 zone,
Patrick McHardyd696c7b2010-02-08 11:18:07 -0800103 const struct nf_conntrack_tuple *tuple)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800104{
Changli Gao99f07e92010-09-21 17:49:20 +0200105 return __hash_conntrack(tuple, zone, net->ct.htable_size);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800106}
107
Jan Engelhardt5f2b4c92008-04-14 11:15:53 +0200108bool
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800109nf_ct_get_tuple(const struct sk_buff *skb,
110 unsigned int nhoff,
111 unsigned int dataoff,
112 u_int16_t l3num,
113 u_int8_t protonum,
114 struct nf_conntrack_tuple *tuple,
115 const struct nf_conntrack_l3proto *l3proto,
Martin Josefsson605dcad2006-11-29 02:35:06 +0100116 const struct nf_conntrack_l4proto *l4proto)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800117{
Philip Craig443a70d2008-04-29 03:35:10 -0700118 memset(tuple, 0, sizeof(*tuple));
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800119
120 tuple->src.l3num = l3num;
121 if (l3proto->pkt_to_tuple(skb, nhoff, tuple) == 0)
Jan Engelhardt5f2b4c92008-04-14 11:15:53 +0200122 return false;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800123
124 tuple->dst.protonum = protonum;
125 tuple->dst.dir = IP_CT_DIR_ORIGINAL;
126
Martin Josefsson605dcad2006-11-29 02:35:06 +0100127 return l4proto->pkt_to_tuple(skb, dataoff, tuple);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800128}
Patrick McHardy13b18332006-12-02 22:11:25 -0800129EXPORT_SYMBOL_GPL(nf_ct_get_tuple);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800130
Jan Engelhardt5f2b4c92008-04-14 11:15:53 +0200131bool nf_ct_get_tuplepr(const struct sk_buff *skb, unsigned int nhoff,
132 u_int16_t l3num, struct nf_conntrack_tuple *tuple)
Yasuyuki Kozakaie2a31232007-07-14 20:45:14 -0700133{
134 struct nf_conntrack_l3proto *l3proto;
135 struct nf_conntrack_l4proto *l4proto;
136 unsigned int protoff;
137 u_int8_t protonum;
138 int ret;
139
140 rcu_read_lock();
141
142 l3proto = __nf_ct_l3proto_find(l3num);
143 ret = l3proto->get_l4proto(skb, nhoff, &protoff, &protonum);
144 if (ret != NF_ACCEPT) {
145 rcu_read_unlock();
Jan Engelhardt5f2b4c92008-04-14 11:15:53 +0200146 return false;
Yasuyuki Kozakaie2a31232007-07-14 20:45:14 -0700147 }
148
149 l4proto = __nf_ct_l4proto_find(l3num, protonum);
150
151 ret = nf_ct_get_tuple(skb, nhoff, protoff, l3num, protonum, tuple,
152 l3proto, l4proto);
153
154 rcu_read_unlock();
155 return ret;
156}
157EXPORT_SYMBOL_GPL(nf_ct_get_tuplepr);
158
Jan Engelhardt5f2b4c92008-04-14 11:15:53 +0200159bool
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800160nf_ct_invert_tuple(struct nf_conntrack_tuple *inverse,
161 const struct nf_conntrack_tuple *orig,
162 const struct nf_conntrack_l3proto *l3proto,
Martin Josefsson605dcad2006-11-29 02:35:06 +0100163 const struct nf_conntrack_l4proto *l4proto)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800164{
Philip Craig443a70d2008-04-29 03:35:10 -0700165 memset(inverse, 0, sizeof(*inverse));
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800166
167 inverse->src.l3num = orig->src.l3num;
168 if (l3proto->invert_tuple(inverse, orig) == 0)
Jan Engelhardt5f2b4c92008-04-14 11:15:53 +0200169 return false;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800170
171 inverse->dst.dir = !orig->dst.dir;
172
173 inverse->dst.protonum = orig->dst.protonum;
Martin Josefsson605dcad2006-11-29 02:35:06 +0100174 return l4proto->invert_tuple(inverse, orig);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800175}
Patrick McHardy13b18332006-12-02 22:11:25 -0800176EXPORT_SYMBOL_GPL(nf_ct_invert_tuple);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800177
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800178static void
179clean_from_lists(struct nf_conn *ct)
180{
Patrick McHardy0d537782007-07-07 22:39:38 -0700181 pr_debug("clean_from_lists(%p)\n", ct);
Eric Dumazetea781f12009-03-25 21:05:46 +0100182 hlist_nulls_del_rcu(&ct->tuplehash[IP_CT_DIR_ORIGINAL].hnnode);
183 hlist_nulls_del_rcu(&ct->tuplehash[IP_CT_DIR_REPLY].hnnode);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800184
185 /* Destroy all pending expectations */
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -0800186 nf_ct_remove_expectations(ct);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800187}
188
189static void
190destroy_conntrack(struct nf_conntrack *nfct)
191{
192 struct nf_conn *ct = (struct nf_conn *)nfct;
Alexey Dobriyan0d55af82008-10-08 11:35:07 +0200193 struct net *net = nf_ct_net(ct);
Martin Josefsson605dcad2006-11-29 02:35:06 +0100194 struct nf_conntrack_l4proto *l4proto;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800195
Patrick McHardy0d537782007-07-07 22:39:38 -0700196 pr_debug("destroy_conntrack(%p)\n", ct);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800197 NF_CT_ASSERT(atomic_read(&nfct->use) == 0);
198 NF_CT_ASSERT(!timer_pending(&ct->timeout));
199
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800200 /* To make sure we don't get any weird locking issues here:
201 * destroy_conntrack() MUST NOT be called with a write lock
202 * to nf_conntrack_lock!!! -HW */
Patrick McHardy923f4902007-02-12 11:12:57 -0800203 rcu_read_lock();
Patrick McHardy5e8fbe22008-04-14 11:15:52 +0200204 l4proto = __nf_ct_l4proto_find(nf_ct_l3num(ct), nf_ct_protonum(ct));
Martin Josefsson605dcad2006-11-29 02:35:06 +0100205 if (l4proto && l4proto->destroy)
206 l4proto->destroy(ct);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800207
Patrick McHardy982d9a92007-02-12 11:14:11 -0800208 rcu_read_unlock();
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800209
Patrick McHardyf8ba1af2008-01-31 04:38:58 -0800210 spin_lock_bh(&nf_conntrack_lock);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800211 /* Expectations will have been removed in clean_from_lists,
212 * except TFTP can create an expectation on the first packet,
213 * before connection is in the list, so we need to clean here,
214 * too. */
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -0800215 nf_ct_remove_expectations(ct);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800216
217 /* We overload first tuple to link into unconfirmed list. */
218 if (!nf_ct_is_confirmed(ct)) {
Eric Dumazetea781f12009-03-25 21:05:46 +0100219 BUG_ON(hlist_nulls_unhashed(&ct->tuplehash[IP_CT_DIR_ORIGINAL].hnnode));
220 hlist_nulls_del_rcu(&ct->tuplehash[IP_CT_DIR_ORIGINAL].hnnode);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800221 }
222
Alexey Dobriyan0d55af82008-10-08 11:35:07 +0200223 NF_CT_STAT_INC(net, delete);
Patrick McHardyf8ba1af2008-01-31 04:38:58 -0800224 spin_unlock_bh(&nf_conntrack_lock);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800225
226 if (ct->master)
227 nf_ct_put(ct->master);
228
Patrick McHardy0d537782007-07-07 22:39:38 -0700229 pr_debug("destroy_conntrack: returning ct=%p to slab\n", ct);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800230 nf_conntrack_free(ct);
231}
232
Pablo Neira Ayusodd7669a2009-06-13 12:30:52 +0200233void nf_ct_delete_from_lists(struct nf_conn *ct)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800234{
Alexey Dobriyan0d55af82008-10-08 11:35:07 +0200235 struct net *net = nf_ct_net(ct);
Patrick McHardy5397e972007-05-19 14:23:52 -0700236
Pablo Neira Ayuso9858a3a2009-06-13 12:28:22 +0200237 nf_ct_helper_destroy(ct);
Patrick McHardyf8ba1af2008-01-31 04:38:58 -0800238 spin_lock_bh(&nf_conntrack_lock);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800239 /* Inside lock so preempt is disabled on module removal path.
240 * Otherwise we can get spurious warnings. */
Alexey Dobriyan0d55af82008-10-08 11:35:07 +0200241 NF_CT_STAT_INC(net, delete_list);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800242 clean_from_lists(ct);
Patrick McHardyf8ba1af2008-01-31 04:38:58 -0800243 spin_unlock_bh(&nf_conntrack_lock);
Pablo Neira Ayusodd7669a2009-06-13 12:30:52 +0200244}
245EXPORT_SYMBOL_GPL(nf_ct_delete_from_lists);
246
247static void death_by_event(unsigned long ul_conntrack)
248{
249 struct nf_conn *ct = (void *)ul_conntrack;
250 struct net *net = nf_ct_net(ct);
251
252 if (nf_conntrack_event(IPCT_DESTROY, ct) < 0) {
253 /* bad luck, let's retry again */
254 ct->timeout.expires = jiffies +
255 (random32() % net->ct.sysctl_events_retry_timeout);
256 add_timer(&ct->timeout);
257 return;
258 }
259 /* we've got the event delivered, now it's dying */
260 set_bit(IPS_DYING_BIT, &ct->status);
261 spin_lock(&nf_conntrack_lock);
262 hlist_nulls_del(&ct->tuplehash[IP_CT_DIR_ORIGINAL].hnnode);
263 spin_unlock(&nf_conntrack_lock);
264 nf_ct_put(ct);
265}
266
267void nf_ct_insert_dying_list(struct nf_conn *ct)
268{
269 struct net *net = nf_ct_net(ct);
270
271 /* add this conntrack to the dying list */
272 spin_lock_bh(&nf_conntrack_lock);
273 hlist_nulls_add_head(&ct->tuplehash[IP_CT_DIR_ORIGINAL].hnnode,
274 &net->ct.dying);
275 spin_unlock_bh(&nf_conntrack_lock);
276 /* set a new timer to retry event delivery */
277 setup_timer(&ct->timeout, death_by_event, (unsigned long)ct);
278 ct->timeout.expires = jiffies +
279 (random32() % net->ct.sysctl_events_retry_timeout);
280 add_timer(&ct->timeout);
281}
282EXPORT_SYMBOL_GPL(nf_ct_insert_dying_list);
283
284static void death_by_timeout(unsigned long ul_conntrack)
285{
286 struct nf_conn *ct = (void *)ul_conntrack;
Pablo Neira Ayusoa992ca22011-01-19 16:00:07 +0100287 struct nf_conn_tstamp *tstamp;
288
289 tstamp = nf_conn_tstamp_find(ct);
290 if (tstamp && tstamp->stop == 0)
291 tstamp->stop = ktime_to_ns(ktime_get_real());
Pablo Neira Ayusodd7669a2009-06-13 12:30:52 +0200292
293 if (!test_bit(IPS_DYING_BIT, &ct->status) &&
294 unlikely(nf_conntrack_event(IPCT_DESTROY, ct) < 0)) {
295 /* destroy event was not delivered */
296 nf_ct_delete_from_lists(ct);
297 nf_ct_insert_dying_list(ct);
298 return;
299 }
300 set_bit(IPS_DYING_BIT, &ct->status);
301 nf_ct_delete_from_lists(ct);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800302 nf_ct_put(ct);
303}
304
Eric Dumazetea781f12009-03-25 21:05:46 +0100305/*
306 * Warning :
307 * - Caller must take a reference on returned object
308 * and recheck nf_ct_tuple_equal(tuple, &h->tuple)
309 * OR
310 * - Caller must lock nf_conntrack_lock before calling this function
311 */
Changli Gao99f07e92010-09-21 17:49:20 +0200312static struct nf_conntrack_tuple_hash *
313____nf_conntrack_find(struct net *net, u16 zone,
314 const struct nf_conntrack_tuple *tuple, u32 hash)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800315{
316 struct nf_conntrack_tuple_hash *h;
Eric Dumazetea781f12009-03-25 21:05:46 +0100317 struct hlist_nulls_node *n;
Changli Gao99f07e92010-09-21 17:49:20 +0200318 unsigned int bucket = hash_bucket(hash, net);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800319
Patrick McHardy4e29e9e2008-02-27 12:07:47 -0800320 /* Disable BHs the entire time since we normally need to disable them
321 * at least once for the stats anyway.
322 */
323 local_bh_disable();
Eric Dumazetea781f12009-03-25 21:05:46 +0100324begin:
Changli Gao99f07e92010-09-21 17:49:20 +0200325 hlist_nulls_for_each_entry_rcu(h, n, &net->ct.hash[bucket], hnnode) {
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +0100326 if (nf_ct_tuple_equal(tuple, &h->tuple) &&
327 nf_ct_zone(nf_ct_tuplehash_to_ctrack(h)) == zone) {
Alexey Dobriyan0d55af82008-10-08 11:35:07 +0200328 NF_CT_STAT_INC(net, found);
Patrick McHardy4e29e9e2008-02-27 12:07:47 -0800329 local_bh_enable();
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800330 return h;
331 }
Alexey Dobriyan0d55af82008-10-08 11:35:07 +0200332 NF_CT_STAT_INC(net, searched);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800333 }
Eric Dumazetea781f12009-03-25 21:05:46 +0100334 /*
335 * if the nulls value we got at the end of this lookup is
336 * not the expected one, we must restart lookup.
337 * We probably met an item that was moved to another chain.
338 */
Changli Gao99f07e92010-09-21 17:49:20 +0200339 if (get_nulls_value(n) != bucket) {
Jesper Dangaard Broueraf740b22010-04-23 12:34:56 +0200340 NF_CT_STAT_INC(net, search_restart);
Eric Dumazetea781f12009-03-25 21:05:46 +0100341 goto begin;
Jesper Dangaard Broueraf740b22010-04-23 12:34:56 +0200342 }
Patrick McHardy4e29e9e2008-02-27 12:07:47 -0800343 local_bh_enable();
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800344
345 return NULL;
346}
Changli Gao99f07e92010-09-21 17:49:20 +0200347
348struct nf_conntrack_tuple_hash *
349__nf_conntrack_find(struct net *net, u16 zone,
350 const struct nf_conntrack_tuple *tuple)
351{
352 return ____nf_conntrack_find(net, zone, tuple,
353 hash_conntrack_raw(tuple, zone));
354}
Patrick McHardy13b18332006-12-02 22:11:25 -0800355EXPORT_SYMBOL_GPL(__nf_conntrack_find);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800356
357/* Find a connection corresponding to a tuple. */
Changli Gao99f07e92010-09-21 17:49:20 +0200358static struct nf_conntrack_tuple_hash *
359__nf_conntrack_find_get(struct net *net, u16 zone,
360 const struct nf_conntrack_tuple *tuple, u32 hash)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800361{
362 struct nf_conntrack_tuple_hash *h;
Patrick McHardy76507f62008-01-31 04:38:38 -0800363 struct nf_conn *ct;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800364
Patrick McHardy76507f62008-01-31 04:38:38 -0800365 rcu_read_lock();
Eric Dumazetea781f12009-03-25 21:05:46 +0100366begin:
Changli Gao99f07e92010-09-21 17:49:20 +0200367 h = ____nf_conntrack_find(net, zone, tuple, hash);
Patrick McHardy76507f62008-01-31 04:38:38 -0800368 if (h) {
369 ct = nf_ct_tuplehash_to_ctrack(h);
Patrick McHardy8d8890b2009-06-22 14:14:41 +0200370 if (unlikely(nf_ct_is_dying(ct) ||
371 !atomic_inc_not_zero(&ct->ct_general.use)))
Patrick McHardy76507f62008-01-31 04:38:38 -0800372 h = NULL;
Eric Dumazetea781f12009-03-25 21:05:46 +0100373 else {
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +0100374 if (unlikely(!nf_ct_tuple_equal(tuple, &h->tuple) ||
375 nf_ct_zone(ct) != zone)) {
Eric Dumazetea781f12009-03-25 21:05:46 +0100376 nf_ct_put(ct);
377 goto begin;
378 }
379 }
Patrick McHardy76507f62008-01-31 04:38:38 -0800380 }
381 rcu_read_unlock();
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800382
383 return h;
384}
Changli Gao99f07e92010-09-21 17:49:20 +0200385
386struct nf_conntrack_tuple_hash *
387nf_conntrack_find_get(struct net *net, u16 zone,
388 const struct nf_conntrack_tuple *tuple)
389{
390 return __nf_conntrack_find_get(net, zone, tuple,
391 hash_conntrack_raw(tuple, zone));
392}
Patrick McHardy13b18332006-12-02 22:11:25 -0800393EXPORT_SYMBOL_GPL(nf_conntrack_find_get);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800394
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -0800395static void __nf_conntrack_hash_insert(struct nf_conn *ct,
396 unsigned int hash,
YOSHIFUJI Hideaki601e68e2007-02-12 11:15:49 -0800397 unsigned int repl_hash)
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -0800398{
Alexey Dobriyan400dad32008-10-08 11:35:03 +0200399 struct net *net = nf_ct_net(ct);
400
Eric Dumazetea781f12009-03-25 21:05:46 +0100401 hlist_nulls_add_head_rcu(&ct->tuplehash[IP_CT_DIR_ORIGINAL].hnnode,
Alexey Dobriyan400dad32008-10-08 11:35:03 +0200402 &net->ct.hash[hash]);
Eric Dumazetea781f12009-03-25 21:05:46 +0100403 hlist_nulls_add_head_rcu(&ct->tuplehash[IP_CT_DIR_REPLY].hnnode,
Alexey Dobriyan400dad32008-10-08 11:35:03 +0200404 &net->ct.hash[repl_hash]);
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -0800405}
406
Jozsef Kadlecsik7d367e02012-02-24 11:45:49 +0100407int
408nf_conntrack_hash_check_insert(struct nf_conn *ct)
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -0800409{
Patrick McHardyd696c7b2010-02-08 11:18:07 -0800410 struct net *net = nf_ct_net(ct);
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -0800411 unsigned int hash, repl_hash;
Jozsef Kadlecsik7d367e02012-02-24 11:45:49 +0100412 struct nf_conntrack_tuple_hash *h;
413 struct hlist_nulls_node *n;
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +0100414 u16 zone;
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -0800415
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +0100416 zone = nf_ct_zone(ct);
Jozsef Kadlecsik7d367e02012-02-24 11:45:49 +0100417 hash = hash_conntrack(net, zone,
418 &ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple);
419 repl_hash = hash_conntrack(net, zone,
420 &ct->tuplehash[IP_CT_DIR_REPLY].tuple);
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -0800421
Jozsef Kadlecsik7d367e02012-02-24 11:45:49 +0100422 spin_lock_bh(&nf_conntrack_lock);
423
424 /* See if there's one in the list already, including reverse */
425 hlist_nulls_for_each_entry(h, n, &net->ct.hash[hash], hnnode)
426 if (nf_ct_tuple_equal(&ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple,
427 &h->tuple) &&
428 zone == nf_ct_zone(nf_ct_tuplehash_to_ctrack(h)))
429 goto out;
430 hlist_nulls_for_each_entry(h, n, &net->ct.hash[repl_hash], hnnode)
431 if (nf_ct_tuple_equal(&ct->tuplehash[IP_CT_DIR_REPLY].tuple,
432 &h->tuple) &&
433 zone == nf_ct_zone(nf_ct_tuplehash_to_ctrack(h)))
434 goto out;
435
436 add_timer(&ct->timeout);
437 nf_conntrack_get(&ct->ct_general);
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -0800438 __nf_conntrack_hash_insert(ct, hash, repl_hash);
Jozsef Kadlecsik7d367e02012-02-24 11:45:49 +0100439 NF_CT_STAT_INC(net, insert);
440 spin_unlock_bh(&nf_conntrack_lock);
441
442 return 0;
443
444out:
445 NF_CT_STAT_INC(net, insert_failed);
446 spin_unlock_bh(&nf_conntrack_lock);
447 return -EEXIST;
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -0800448}
Jozsef Kadlecsik7d367e02012-02-24 11:45:49 +0100449EXPORT_SYMBOL_GPL(nf_conntrack_hash_check_insert);
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -0800450
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800451/* Confirm a connection given skb; places it in hash table */
452int
Herbert Xu3db05fe2007-10-15 00:53:15 -0700453__nf_conntrack_confirm(struct sk_buff *skb)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800454{
455 unsigned int hash, repl_hash;
Patrick McHardydf0933d2006-09-20 11:57:53 -0700456 struct nf_conntrack_tuple_hash *h;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800457 struct nf_conn *ct;
Patrick McHardydf0933d2006-09-20 11:57:53 -0700458 struct nf_conn_help *help;
Pablo Neira Ayusoa992ca22011-01-19 16:00:07 +0100459 struct nf_conn_tstamp *tstamp;
Eric Dumazetea781f12009-03-25 21:05:46 +0100460 struct hlist_nulls_node *n;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800461 enum ip_conntrack_info ctinfo;
Alexey Dobriyan400dad32008-10-08 11:35:03 +0200462 struct net *net;
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +0100463 u16 zone;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800464
Herbert Xu3db05fe2007-10-15 00:53:15 -0700465 ct = nf_ct_get(skb, &ctinfo);
Alexey Dobriyan400dad32008-10-08 11:35:03 +0200466 net = nf_ct_net(ct);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800467
468 /* ipt_REJECT uses nf_conntrack_attach to attach related
469 ICMP/TCP RST packets in other direction. Actual packet
470 which created connection will be IP_CT_NEW or for an
471 expected connection, IP_CT_RELATED. */
472 if (CTINFO2DIR(ctinfo) != IP_CT_DIR_ORIGINAL)
473 return NF_ACCEPT;
474
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +0100475 zone = nf_ct_zone(ct);
Changli Gao99f07e92010-09-21 17:49:20 +0200476 /* reuse the hash saved before */
477 hash = *(unsigned long *)&ct->tuplehash[IP_CT_DIR_REPLY].hnnode.pprev;
478 hash = hash_bucket(hash, net);
479 repl_hash = hash_conntrack(net, zone,
480 &ct->tuplehash[IP_CT_DIR_REPLY].tuple);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800481
482 /* We're not in hash table, and we refuse to set up related
483 connections for unconfirmed conns. But packet copies and
484 REJECT will give spurious warnings here. */
485 /* NF_CT_ASSERT(atomic_read(&ct->ct_general.use) == 1); */
486
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300487 /* No external references means no one else could have
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800488 confirmed us. */
489 NF_CT_ASSERT(!nf_ct_is_confirmed(ct));
Patrick McHardy0d537782007-07-07 22:39:38 -0700490 pr_debug("Confirming conntrack %p\n", ct);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800491
Patrick McHardyf8ba1af2008-01-31 04:38:58 -0800492 spin_lock_bh(&nf_conntrack_lock);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800493
Joerg Marxfc350772010-05-20 15:55:30 +0200494 /* We have to check the DYING flag inside the lock to prevent
495 a race against nf_ct_get_next_corpse() possibly called from
496 user context, else we insert an already 'dead' hash, blocking
497 further use of that particular connection -JM */
498
499 if (unlikely(nf_ct_is_dying(ct))) {
500 spin_unlock_bh(&nf_conntrack_lock);
501 return NF_ACCEPT;
502 }
503
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800504 /* See if there's one in the list already, including reverse:
505 NAT could have grabbed it without realizing, since we're
506 not in the hash. If there is, we lost race. */
Eric Dumazetea781f12009-03-25 21:05:46 +0100507 hlist_nulls_for_each_entry(h, n, &net->ct.hash[hash], hnnode)
Patrick McHardydf0933d2006-09-20 11:57:53 -0700508 if (nf_ct_tuple_equal(&ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple,
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +0100509 &h->tuple) &&
510 zone == nf_ct_zone(nf_ct_tuplehash_to_ctrack(h)))
Patrick McHardydf0933d2006-09-20 11:57:53 -0700511 goto out;
Eric Dumazetea781f12009-03-25 21:05:46 +0100512 hlist_nulls_for_each_entry(h, n, &net->ct.hash[repl_hash], hnnode)
Patrick McHardydf0933d2006-09-20 11:57:53 -0700513 if (nf_ct_tuple_equal(&ct->tuplehash[IP_CT_DIR_REPLY].tuple,
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +0100514 &h->tuple) &&
515 zone == nf_ct_zone(nf_ct_tuplehash_to_ctrack(h)))
Patrick McHardydf0933d2006-09-20 11:57:53 -0700516 goto out;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800517
Patrick McHardydf0933d2006-09-20 11:57:53 -0700518 /* Remove from unconfirmed list */
Eric Dumazetea781f12009-03-25 21:05:46 +0100519 hlist_nulls_del_rcu(&ct->tuplehash[IP_CT_DIR_ORIGINAL].hnnode);
Patrick McHardydf0933d2006-09-20 11:57:53 -0700520
Patrick McHardydf0933d2006-09-20 11:57:53 -0700521 /* Timer relative to confirmation time, not original
522 setting time, otherwise we'd get timer wrap in
523 weird delay cases. */
524 ct->timeout.expires += jiffies;
525 add_timer(&ct->timeout);
526 atomic_inc(&ct->ct_general.use);
Changli Gao45eec342011-01-18 15:08:13 +0100527 ct->status |= IPS_CONFIRMED;
Patrick McHardy5c8ec912009-06-22 14:14:16 +0200528
Pablo Neira Ayusoa992ca22011-01-19 16:00:07 +0100529 /* set conntrack timestamp, if enabled. */
530 tstamp = nf_conn_tstamp_find(ct);
531 if (tstamp) {
532 if (skb->tstamp.tv64 == 0)
533 __net_timestamp((struct sk_buff *)skb);
534
535 tstamp->start = ktime_to_ns(skb->tstamp);
536 }
Patrick McHardy5c8ec912009-06-22 14:14:16 +0200537 /* Since the lookup is lockless, hash insertion must be done after
538 * starting the timer and setting the CONFIRMED bit. The RCU barriers
539 * guarantee that no other CPU can find the conntrack before the above
540 * stores are visible.
541 */
542 __nf_conntrack_hash_insert(ct, hash, repl_hash);
Alexey Dobriyan0d55af82008-10-08 11:35:07 +0200543 NF_CT_STAT_INC(net, insert);
Patrick McHardyf8ba1af2008-01-31 04:38:58 -0800544 spin_unlock_bh(&nf_conntrack_lock);
Patrick McHardy5c8ec912009-06-22 14:14:16 +0200545
Patrick McHardydf0933d2006-09-20 11:57:53 -0700546 help = nfct_help(ct);
547 if (help && help->helper)
Alexey Dobriyana71996f2008-10-08 11:35:07 +0200548 nf_conntrack_event_cache(IPCT_HELPER, ct);
Pablo Neira Ayuso17e6e4e2009-06-02 20:08:46 +0200549
Patrick McHardydf0933d2006-09-20 11:57:53 -0700550 nf_conntrack_event_cache(master_ct(ct) ?
Alexey Dobriyana71996f2008-10-08 11:35:07 +0200551 IPCT_RELATED : IPCT_NEW, ct);
Patrick McHardydf0933d2006-09-20 11:57:53 -0700552 return NF_ACCEPT;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800553
Patrick McHardydf0933d2006-09-20 11:57:53 -0700554out:
Alexey Dobriyan0d55af82008-10-08 11:35:07 +0200555 NF_CT_STAT_INC(net, insert_failed);
Patrick McHardyf8ba1af2008-01-31 04:38:58 -0800556 spin_unlock_bh(&nf_conntrack_lock);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800557 return NF_DROP;
558}
Patrick McHardy13b18332006-12-02 22:11:25 -0800559EXPORT_SYMBOL_GPL(__nf_conntrack_confirm);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800560
561/* Returns true if a connection correspondings to the tuple (required
562 for NAT). */
563int
564nf_conntrack_tuple_taken(const struct nf_conntrack_tuple *tuple,
565 const struct nf_conn *ignored_conntrack)
566{
Alexey Dobriyan400dad32008-10-08 11:35:03 +0200567 struct net *net = nf_ct_net(ignored_conntrack);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800568 struct nf_conntrack_tuple_hash *h;
Eric Dumazetea781f12009-03-25 21:05:46 +0100569 struct hlist_nulls_node *n;
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +0100570 struct nf_conn *ct;
571 u16 zone = nf_ct_zone(ignored_conntrack);
572 unsigned int hash = hash_conntrack(net, zone, tuple);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800573
Patrick McHardy4e29e9e2008-02-27 12:07:47 -0800574 /* Disable BHs the entire time since we need to disable them at
575 * least once for the stats anyway.
576 */
577 rcu_read_lock_bh();
Eric Dumazetea781f12009-03-25 21:05:46 +0100578 hlist_nulls_for_each_entry_rcu(h, n, &net->ct.hash[hash], hnnode) {
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +0100579 ct = nf_ct_tuplehash_to_ctrack(h);
580 if (ct != ignored_conntrack &&
581 nf_ct_tuple_equal(tuple, &h->tuple) &&
582 nf_ct_zone(ct) == zone) {
Alexey Dobriyan0d55af82008-10-08 11:35:07 +0200583 NF_CT_STAT_INC(net, found);
Patrick McHardy4e29e9e2008-02-27 12:07:47 -0800584 rcu_read_unlock_bh();
Patrick McHardyba419af2008-01-31 04:39:23 -0800585 return 1;
586 }
Alexey Dobriyan0d55af82008-10-08 11:35:07 +0200587 NF_CT_STAT_INC(net, searched);
Patrick McHardyba419af2008-01-31 04:39:23 -0800588 }
Patrick McHardy4e29e9e2008-02-27 12:07:47 -0800589 rcu_read_unlock_bh();
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800590
Patrick McHardyba419af2008-01-31 04:39:23 -0800591 return 0;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800592}
Patrick McHardy13b18332006-12-02 22:11:25 -0800593EXPORT_SYMBOL_GPL(nf_conntrack_tuple_taken);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800594
Patrick McHardy7ae77302007-07-07 22:37:38 -0700595#define NF_CT_EVICTION_RANGE 8
596
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800597/* There's a small race here where we may free a just-assured
598 connection. Too bad: we're in trouble anyway. */
Alexey Dobriyan400dad32008-10-08 11:35:03 +0200599static noinline int early_drop(struct net *net, unsigned int hash)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800600{
Patrick McHardyf205c5e2007-07-07 22:28:14 -0700601 /* Use oldest entry, which is roughly LRU */
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800602 struct nf_conntrack_tuple_hash *h;
Patrick McHardydf0933d2006-09-20 11:57:53 -0700603 struct nf_conn *ct = NULL, *tmp;
Eric Dumazetea781f12009-03-25 21:05:46 +0100604 struct hlist_nulls_node *n;
Patrick McHardy7ae77302007-07-07 22:37:38 -0700605 unsigned int i, cnt = 0;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800606 int dropped = 0;
607
Patrick McHardy76507f62008-01-31 04:38:38 -0800608 rcu_read_lock();
Patrick McHardyd696c7b2010-02-08 11:18:07 -0800609 for (i = 0; i < net->ct.htable_size; i++) {
Eric Dumazetea781f12009-03-25 21:05:46 +0100610 hlist_nulls_for_each_entry_rcu(h, n, &net->ct.hash[hash],
611 hnnode) {
Patrick McHardy7ae77302007-07-07 22:37:38 -0700612 tmp = nf_ct_tuplehash_to_ctrack(h);
613 if (!test_bit(IPS_ASSURED_BIT, &tmp->status))
614 ct = tmp;
615 cnt++;
616 }
Patrick McHardy76507f62008-01-31 04:38:38 -0800617
Changli Gao5ae27aa2009-11-05 14:51:31 +0100618 if (ct != NULL) {
619 if (likely(!nf_ct_is_dying(ct) &&
620 atomic_inc_not_zero(&ct->ct_general.use)))
621 break;
622 else
623 ct = NULL;
624 }
625
626 if (cnt >= NF_CT_EVICTION_RANGE)
Patrick McHardy7ae77302007-07-07 22:37:38 -0700627 break;
Changli Gao5ae27aa2009-11-05 14:51:31 +0100628
Patrick McHardyd696c7b2010-02-08 11:18:07 -0800629 hash = (hash + 1) % net->ct.htable_size;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800630 }
Patrick McHardy76507f62008-01-31 04:38:38 -0800631 rcu_read_unlock();
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800632
633 if (!ct)
634 return dropped;
635
636 if (del_timer(&ct->timeout)) {
637 death_by_timeout((unsigned long)ct);
638 dropped = 1;
Alexey Dobriyan0d55af82008-10-08 11:35:07 +0200639 NF_CT_STAT_INC_ATOMIC(net, early_drop);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800640 }
641 nf_ct_put(ct);
642 return dropped;
643}
644
Changli Gaof682cef2011-01-05 04:23:23 +0000645void init_nf_conntrack_hash_rnd(void)
646{
647 unsigned int rand;
648
649 /*
650 * Why not initialize nf_conntrack_rnd in a "init()" function ?
651 * Because there isn't enough entropy when system initializing,
652 * and we initialize it as late as possible.
653 */
654 do {
655 get_random_bytes(&rand, sizeof(rand));
656 } while (!rand);
657 cmpxchg(&nf_conntrack_hash_rnd, 0, rand);
658}
659
Changli Gao99f07e92010-09-21 17:49:20 +0200660static struct nf_conn *
661__nf_conntrack_alloc(struct net *net, u16 zone,
662 const struct nf_conntrack_tuple *orig,
663 const struct nf_conntrack_tuple *repl,
664 gfp_t gfp, u32 hash)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800665{
Julia Lawallcd7fcbf2009-01-12 00:06:08 +0000666 struct nf_conn *ct;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800667
Changli Gaob2390962010-09-16 19:55:03 +0200668 if (unlikely(!nf_conntrack_hash_rnd)) {
Changli Gaof682cef2011-01-05 04:23:23 +0000669 init_nf_conntrack_hash_rnd();
Changli Gao99f07e92010-09-21 17:49:20 +0200670 /* recompute the hash as nf_conntrack_hash_rnd is initialized */
671 hash = hash_conntrack_raw(orig, zone);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800672 }
673
Pablo Neira Ayuso5251e2d2006-09-20 12:01:06 -0700674 /* We don't want any race condition at early drop stage */
Alexey Dobriyan49ac8712008-10-08 11:35:03 +0200675 atomic_inc(&net->ct.count);
Pablo Neira Ayuso5251e2d2006-09-20 12:01:06 -0700676
Patrick McHardy76eb9462008-01-31 04:41:44 -0800677 if (nf_conntrack_max &&
Alexey Dobriyan49ac8712008-10-08 11:35:03 +0200678 unlikely(atomic_read(&net->ct.count) > nf_conntrack_max)) {
Changli Gao99f07e92010-09-21 17:49:20 +0200679 if (!early_drop(net, hash_bucket(hash, net))) {
Alexey Dobriyan49ac8712008-10-08 11:35:03 +0200680 atomic_dec(&net->ct.count);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800681 if (net_ratelimit())
682 printk(KERN_WARNING
683 "nf_conntrack: table full, dropping"
684 " packet.\n");
685 return ERR_PTR(-ENOMEM);
686 }
687 }
688
Eric Dumazet941297f2009-07-16 14:03:40 +0200689 /*
690 * Do not use kmem_cache_zalloc(), as this cache uses
691 * SLAB_DESTROY_BY_RCU.
692 */
Eric Dumazet5b3501f2010-02-08 11:16:56 -0800693 ct = kmem_cache_alloc(net->ct.nf_conntrack_cachep, gfp);
Patrick McHardyc88130b2008-01-31 04:42:11 -0800694 if (ct == NULL) {
Alexey Dobriyan49ac8712008-10-08 11:35:03 +0200695 atomic_dec(&net->ct.count);
Yasuyuki Kozakaidacd2a12007-07-07 22:25:51 -0700696 return ERR_PTR(-ENOMEM);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800697 }
Eric Dumazet941297f2009-07-16 14:03:40 +0200698 /*
699 * Let ct->tuplehash[IP_CT_DIR_ORIGINAL].hnnode.next
700 * and ct->tuplehash[IP_CT_DIR_REPLY].hnnode.next unchanged.
701 */
702 memset(&ct->tuplehash[IP_CT_DIR_MAX], 0,
Changli Gaoe5fc9e72010-11-12 17:33:17 +0100703 offsetof(struct nf_conn, proto) -
704 offsetof(struct nf_conn, tuplehash[IP_CT_DIR_MAX]));
Patrick McHardy440f0d52009-06-10 14:32:47 +0200705 spin_lock_init(&ct->lock);
Patrick McHardyc88130b2008-01-31 04:42:11 -0800706 ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple = *orig;
Eric Dumazet941297f2009-07-16 14:03:40 +0200707 ct->tuplehash[IP_CT_DIR_ORIGINAL].hnnode.pprev = NULL;
Patrick McHardyc88130b2008-01-31 04:42:11 -0800708 ct->tuplehash[IP_CT_DIR_REPLY].tuple = *repl;
Changli Gao99f07e92010-09-21 17:49:20 +0200709 /* save hash for reusing when confirming */
710 *(unsigned long *)(&ct->tuplehash[IP_CT_DIR_REPLY].hnnode.pprev) = hash;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800711 /* Don't set timer yet: wait for confirmation */
Patrick McHardyc88130b2008-01-31 04:42:11 -0800712 setup_timer(&ct->timeout, death_by_timeout, (unsigned long)ct);
Eric Dumazetc2d9ba92010-06-01 06:51:19 +0000713 write_pnet(&ct->ct_net, net);
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +0100714#ifdef CONFIG_NF_CONNTRACK_ZONES
715 if (zone) {
716 struct nf_conntrack_zone *nf_ct_zone;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800717
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +0100718 nf_ct_zone = nf_ct_ext_add(ct, NF_CT_EXT_ZONE, GFP_ATOMIC);
719 if (!nf_ct_zone)
720 goto out_free;
721 nf_ct_zone->id = zone;
722 }
723#endif
Eric Dumazet941297f2009-07-16 14:03:40 +0200724 /*
725 * changes to lookup keys must be done before setting refcnt to 1
726 */
727 smp_wmb();
728 atomic_set(&ct->ct_general.use, 1);
Patrick McHardyc88130b2008-01-31 04:42:11 -0800729 return ct;
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +0100730
731#ifdef CONFIG_NF_CONNTRACK_ZONES
732out_free:
733 kmem_cache_free(net->ct.nf_conntrack_cachep, ct);
734 return ERR_PTR(-ENOMEM);
735#endif
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800736}
Changli Gao99f07e92010-09-21 17:49:20 +0200737
738struct nf_conn *nf_conntrack_alloc(struct net *net, u16 zone,
739 const struct nf_conntrack_tuple *orig,
740 const struct nf_conntrack_tuple *repl,
741 gfp_t gfp)
742{
743 return __nf_conntrack_alloc(net, zone, orig, repl, gfp, 0);
744}
Patrick McHardy13b18332006-12-02 22:11:25 -0800745EXPORT_SYMBOL_GPL(nf_conntrack_alloc);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800746
Patrick McHardyc88130b2008-01-31 04:42:11 -0800747void nf_conntrack_free(struct nf_conn *ct)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800748{
Eric Dumazet1d452092009-03-24 14:26:50 +0100749 struct net *net = nf_ct_net(ct);
750
Patrick McHardyceeff752008-06-11 17:51:10 -0700751 nf_ct_ext_destroy(ct);
Eric Dumazet1d452092009-03-24 14:26:50 +0100752 atomic_dec(&net->ct.count);
Eric Dumazetea781f12009-03-25 21:05:46 +0100753 nf_ct_ext_free(ct);
Eric Dumazet5b3501f2010-02-08 11:16:56 -0800754 kmem_cache_free(net->ct.nf_conntrack_cachep, ct);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800755}
Patrick McHardy13b18332006-12-02 22:11:25 -0800756EXPORT_SYMBOL_GPL(nf_conntrack_free);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800757
758/* Allocate a new conntrack: we return -ENOMEM if classification
759 failed due to stress. Otherwise it really is unclassifiable. */
760static struct nf_conntrack_tuple_hash *
Patrick McHardyb2a15a62010-02-03 14:13:03 +0100761init_conntrack(struct net *net, struct nf_conn *tmpl,
Alexey Dobriyan5a1fb392008-10-08 11:35:02 +0200762 const struct nf_conntrack_tuple *tuple,
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800763 struct nf_conntrack_l3proto *l3proto,
Martin Josefsson605dcad2006-11-29 02:35:06 +0100764 struct nf_conntrack_l4proto *l4proto,
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800765 struct sk_buff *skb,
Changli Gao99f07e92010-09-21 17:49:20 +0200766 unsigned int dataoff, u32 hash)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800767{
Patrick McHardyc88130b2008-01-31 04:42:11 -0800768 struct nf_conn *ct;
Patrick McHarrdy3c158f72007-06-05 12:55:27 -0700769 struct nf_conn_help *help;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800770 struct nf_conntrack_tuple repl_tuple;
Patrick McHardyb2a15a62010-02-03 14:13:03 +0100771 struct nf_conntrack_ecache *ecache;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800772 struct nf_conntrack_expect *exp;
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +0100773 u16 zone = tmpl ? nf_ct_zone(tmpl) : NF_CT_DEFAULT_ZONE;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800774
Martin Josefsson605dcad2006-11-29 02:35:06 +0100775 if (!nf_ct_invert_tuple(&repl_tuple, tuple, l3proto, l4proto)) {
Patrick McHardy0d537782007-07-07 22:39:38 -0700776 pr_debug("Can't invert tuple.\n");
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800777 return NULL;
778 }
779
Changli Gao99f07e92010-09-21 17:49:20 +0200780 ct = __nf_conntrack_alloc(net, zone, tuple, &repl_tuple, GFP_ATOMIC,
781 hash);
Joe Perches0a9ee812011-08-29 14:17:25 -0700782 if (IS_ERR(ct))
Patrick McHardyc88130b2008-01-31 04:42:11 -0800783 return (struct nf_conntrack_tuple_hash *)ct;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800784
Patrick McHardyc88130b2008-01-31 04:42:11 -0800785 if (!l4proto->new(ct, skb, dataoff)) {
786 nf_conntrack_free(ct);
Patrick McHardy0d537782007-07-07 22:39:38 -0700787 pr_debug("init conntrack: can't track with proto module\n");
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800788 return NULL;
789 }
790
Krzysztof Piotr Oledzki58401572008-07-21 10:01:34 -0700791 nf_ct_acct_ext_add(ct, GFP_ATOMIC);
Pablo Neira Ayusoa992ca22011-01-19 16:00:07 +0100792 nf_ct_tstamp_ext_add(ct, GFP_ATOMIC);
Patrick McHardyb2a15a62010-02-03 14:13:03 +0100793
794 ecache = tmpl ? nf_ct_ecache_find(tmpl) : NULL;
795 nf_ct_ecache_ext_add(ct, ecache ? ecache->ctmask : 0,
796 ecache ? ecache->expmask : 0,
797 GFP_ATOMIC);
Krzysztof Piotr Oledzki58401572008-07-21 10:01:34 -0700798
Patrick McHardyf8ba1af2008-01-31 04:38:58 -0800799 spin_lock_bh(&nf_conntrack_lock);
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +0100800 exp = nf_ct_find_expectation(net, zone, tuple);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800801 if (exp) {
Patrick McHardy0d537782007-07-07 22:39:38 -0700802 pr_debug("conntrack: expectation arrives ct=%p exp=%p\n",
Patrick McHardyc88130b2008-01-31 04:42:11 -0800803 ct, exp);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800804 /* Welcome, Mr. Bond. We've been expecting you... */
Patrick McHardyc88130b2008-01-31 04:42:11 -0800805 __set_bit(IPS_EXPECTED_BIT, &ct->status);
806 ct->master = exp->master;
Yasuyuki Kozakaiceceae12007-07-07 22:23:42 -0700807 if (exp->helper) {
Patrick McHardyc88130b2008-01-31 04:42:11 -0800808 help = nf_ct_helper_ext_add(ct, GFP_ATOMIC);
Yasuyuki Kozakaiceceae12007-07-07 22:23:42 -0700809 if (help)
Eric Dumazetcf778b02012-01-12 04:41:32 +0000810 rcu_assign_pointer(help->helper, exp->helper);
Yasuyuki Kozakaiceceae12007-07-07 22:23:42 -0700811 }
812
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800813#ifdef CONFIG_NF_CONNTRACK_MARK
Patrick McHardyc88130b2008-01-31 04:42:11 -0800814 ct->mark = exp->master->mark;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800815#endif
James Morris7c9728c2006-06-09 00:31:46 -0700816#ifdef CONFIG_NF_CONNTRACK_SECMARK
Patrick McHardyc88130b2008-01-31 04:42:11 -0800817 ct->secmark = exp->master->secmark;
James Morris7c9728c2006-06-09 00:31:46 -0700818#endif
Patrick McHardyc88130b2008-01-31 04:42:11 -0800819 nf_conntrack_get(&ct->master->ct_general);
Alexey Dobriyan0d55af82008-10-08 11:35:07 +0200820 NF_CT_STAT_INC(net, expect_new);
Yasuyuki Kozakai22e74102006-11-27 10:25:59 -0800821 } else {
Patrick McHardyb2a15a62010-02-03 14:13:03 +0100822 __nf_ct_try_assign_helper(ct, tmpl, GFP_ATOMIC);
Alexey Dobriyan0d55af82008-10-08 11:35:07 +0200823 NF_CT_STAT_INC(net, new);
Yasuyuki Kozakai22e74102006-11-27 10:25:59 -0800824 }
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800825
826 /* Overload tuple linked list to put us in unconfirmed list. */
Eric Dumazetea781f12009-03-25 21:05:46 +0100827 hlist_nulls_add_head_rcu(&ct->tuplehash[IP_CT_DIR_ORIGINAL].hnnode,
Alexey Dobriyan63c9a262008-10-08 11:35:04 +0200828 &net->ct.unconfirmed);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800829
Patrick McHardyf8ba1af2008-01-31 04:38:58 -0800830 spin_unlock_bh(&nf_conntrack_lock);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800831
832 if (exp) {
833 if (exp->expectfn)
Patrick McHardyc88130b2008-01-31 04:42:11 -0800834 exp->expectfn(ct, exp);
Patrick McHardy68236452007-07-07 22:30:49 -0700835 nf_ct_expect_put(exp);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800836 }
837
Patrick McHardyc88130b2008-01-31 04:42:11 -0800838 return &ct->tuplehash[IP_CT_DIR_ORIGINAL];
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800839}
840
841/* On success, returns conntrack ptr, sets skb->nfct and ctinfo */
842static inline struct nf_conn *
Patrick McHardyb2a15a62010-02-03 14:13:03 +0100843resolve_normal_ct(struct net *net, struct nf_conn *tmpl,
Alexey Dobriyana702a652008-10-08 11:35:04 +0200844 struct sk_buff *skb,
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800845 unsigned int dataoff,
846 u_int16_t l3num,
847 u_int8_t protonum,
848 struct nf_conntrack_l3proto *l3proto,
Martin Josefsson605dcad2006-11-29 02:35:06 +0100849 struct nf_conntrack_l4proto *l4proto,
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800850 int *set_reply,
851 enum ip_conntrack_info *ctinfo)
852{
853 struct nf_conntrack_tuple tuple;
854 struct nf_conntrack_tuple_hash *h;
855 struct nf_conn *ct;
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +0100856 u16 zone = tmpl ? nf_ct_zone(tmpl) : NF_CT_DEFAULT_ZONE;
Changli Gao99f07e92010-09-21 17:49:20 +0200857 u32 hash;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800858
Arnaldo Carvalho de Melobbe735e2007-03-10 22:16:10 -0300859 if (!nf_ct_get_tuple(skb, skb_network_offset(skb),
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800860 dataoff, l3num, protonum, &tuple, l3proto,
Martin Josefsson605dcad2006-11-29 02:35:06 +0100861 l4proto)) {
Patrick McHardy0d537782007-07-07 22:39:38 -0700862 pr_debug("resolve_normal_ct: Can't get tuple\n");
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800863 return NULL;
864 }
865
866 /* look for tuple match */
Changli Gao99f07e92010-09-21 17:49:20 +0200867 hash = hash_conntrack_raw(&tuple, zone);
868 h = __nf_conntrack_find_get(net, zone, &tuple, hash);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800869 if (!h) {
Patrick McHardyb2a15a62010-02-03 14:13:03 +0100870 h = init_conntrack(net, tmpl, &tuple, l3proto, l4proto,
Changli Gao99f07e92010-09-21 17:49:20 +0200871 skb, dataoff, hash);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800872 if (!h)
873 return NULL;
874 if (IS_ERR(h))
875 return (void *)h;
876 }
877 ct = nf_ct_tuplehash_to_ctrack(h);
878
879 /* It exists; we have (non-exclusive) reference. */
880 if (NF_CT_DIRECTION(h) == IP_CT_DIR_REPLY) {
Eric Dumazetfb048832011-05-19 15:44:27 +0200881 *ctinfo = IP_CT_ESTABLISHED_REPLY;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800882 /* Please set reply bit if this packet OK */
883 *set_reply = 1;
884 } else {
885 /* Once we've had two way comms, always ESTABLISHED. */
886 if (test_bit(IPS_SEEN_REPLY_BIT, &ct->status)) {
Patrick McHardy0d537782007-07-07 22:39:38 -0700887 pr_debug("nf_conntrack_in: normal packet for %p\n", ct);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800888 *ctinfo = IP_CT_ESTABLISHED;
889 } else if (test_bit(IPS_EXPECTED_BIT, &ct->status)) {
Patrick McHardy0d537782007-07-07 22:39:38 -0700890 pr_debug("nf_conntrack_in: related packet for %p\n",
891 ct);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800892 *ctinfo = IP_CT_RELATED;
893 } else {
Patrick McHardy0d537782007-07-07 22:39:38 -0700894 pr_debug("nf_conntrack_in: new packet for %p\n", ct);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800895 *ctinfo = IP_CT_NEW;
896 }
897 *set_reply = 0;
898 }
899 skb->nfct = &ct->ct_general;
900 skb->nfctinfo = *ctinfo;
901 return ct;
902}
903
904unsigned int
Alexey Dobriyana702a652008-10-08 11:35:04 +0200905nf_conntrack_in(struct net *net, u_int8_t pf, unsigned int hooknum,
906 struct sk_buff *skb)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800907{
Patrick McHardyb2a15a62010-02-03 14:13:03 +0100908 struct nf_conn *ct, *tmpl = NULL;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800909 enum ip_conntrack_info ctinfo;
910 struct nf_conntrack_l3proto *l3proto;
Martin Josefsson605dcad2006-11-29 02:35:06 +0100911 struct nf_conntrack_l4proto *l4proto;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800912 unsigned int dataoff;
913 u_int8_t protonum;
914 int set_reply = 0;
915 int ret;
916
Herbert Xu3db05fe2007-10-15 00:53:15 -0700917 if (skb->nfct) {
Patrick McHardyb2a15a62010-02-03 14:13:03 +0100918 /* Previously seen (loopback or untracked)? Ignore. */
919 tmpl = (struct nf_conn *)skb->nfct;
920 if (!nf_ct_is_template(tmpl)) {
921 NF_CT_STAT_INC_ATOMIC(net, ignore);
922 return NF_ACCEPT;
923 }
924 skb->nfct = NULL;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800925 }
926
Patrick McHardy923f4902007-02-12 11:12:57 -0800927 /* rcu_read_lock()ed by nf_hook_slow */
Jan Engelhardt76108ce2008-10-08 11:35:00 +0200928 l3proto = __nf_ct_l3proto_find(pf);
Herbert Xu3db05fe2007-10-15 00:53:15 -0700929 ret = l3proto->get_l4proto(skb, skb_network_offset(skb),
Yasuyuki Kozakaiffc30692007-07-14 20:44:50 -0700930 &dataoff, &protonum);
931 if (ret <= 0) {
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300932 pr_debug("not prepared to track yet or error occurred\n");
Alexey Dobriyan0d55af82008-10-08 11:35:07 +0200933 NF_CT_STAT_INC_ATOMIC(net, error);
934 NF_CT_STAT_INC_ATOMIC(net, invalid);
Patrick McHardyb2a15a62010-02-03 14:13:03 +0100935 ret = -ret;
936 goto out;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800937 }
938
Jan Engelhardt76108ce2008-10-08 11:35:00 +0200939 l4proto = __nf_ct_l4proto_find(pf, protonum);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800940
941 /* It may be an special packet, error, unclean...
942 * inverse of the return code tells to the netfilter
943 * core what to do with the packet. */
Alexey Dobriyan74c51a12008-10-08 11:35:05 +0200944 if (l4proto->error != NULL) {
Patrick McHardy8fea97e2010-02-15 17:45:08 +0100945 ret = l4proto->error(net, tmpl, skb, dataoff, &ctinfo,
946 pf, hooknum);
Alexey Dobriyan74c51a12008-10-08 11:35:05 +0200947 if (ret <= 0) {
Alexey Dobriyan0d55af82008-10-08 11:35:07 +0200948 NF_CT_STAT_INC_ATOMIC(net, error);
949 NF_CT_STAT_INC_ATOMIC(net, invalid);
Patrick McHardyb2a15a62010-02-03 14:13:03 +0100950 ret = -ret;
951 goto out;
Alexey Dobriyan74c51a12008-10-08 11:35:05 +0200952 }
Pablo Neira Ayuso88ed01d2011-06-02 15:08:45 +0200953 /* ICMP[v6] protocol trackers may assign one conntrack. */
954 if (skb->nfct)
955 goto out;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800956 }
957
Patrick McHardyb2a15a62010-02-03 14:13:03 +0100958 ct = resolve_normal_ct(net, tmpl, skb, dataoff, pf, protonum,
Alexey Dobriyana702a652008-10-08 11:35:04 +0200959 l3proto, l4proto, &set_reply, &ctinfo);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800960 if (!ct) {
961 /* Not valid part of a connection */
Alexey Dobriyan0d55af82008-10-08 11:35:07 +0200962 NF_CT_STAT_INC_ATOMIC(net, invalid);
Patrick McHardyb2a15a62010-02-03 14:13:03 +0100963 ret = NF_ACCEPT;
964 goto out;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800965 }
966
967 if (IS_ERR(ct)) {
968 /* Too stressed to deal. */
Alexey Dobriyan0d55af82008-10-08 11:35:07 +0200969 NF_CT_STAT_INC_ATOMIC(net, drop);
Patrick McHardyb2a15a62010-02-03 14:13:03 +0100970 ret = NF_DROP;
971 goto out;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800972 }
973
Herbert Xu3db05fe2007-10-15 00:53:15 -0700974 NF_CT_ASSERT(skb->nfct);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800975
Herbert Xu3db05fe2007-10-15 00:53:15 -0700976 ret = l4proto->packet(ct, skb, dataoff, ctinfo, pf, hooknum);
Christoph Paaschec8d5402009-03-16 15:51:29 +0100977 if (ret <= 0) {
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800978 /* Invalid: inverse of the return code tells
979 * the netfilter core what to do */
Patrick McHardy0d537782007-07-07 22:39:38 -0700980 pr_debug("nf_conntrack_in: Can't track with proto module\n");
Herbert Xu3db05fe2007-10-15 00:53:15 -0700981 nf_conntrack_put(skb->nfct);
982 skb->nfct = NULL;
Alexey Dobriyan0d55af82008-10-08 11:35:07 +0200983 NF_CT_STAT_INC_ATOMIC(net, invalid);
Pablo Neira Ayuso7d1e0452009-02-24 14:48:01 +0100984 if (ret == -NF_DROP)
985 NF_CT_STAT_INC_ATOMIC(net, drop);
Patrick McHardyb2a15a62010-02-03 14:13:03 +0100986 ret = -ret;
987 goto out;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -0800988 }
989
990 if (set_reply && !test_and_set_bit(IPS_SEEN_REPLY_BIT, &ct->status))
Patrick McHardy858b31332010-02-03 13:48:53 +0100991 nf_conntrack_event_cache(IPCT_REPLY, ct);
Patrick McHardyb2a15a62010-02-03 14:13:03 +0100992out:
Pablo Neira Ayusoc3174282011-02-09 08:08:20 +0100993 if (tmpl) {
994 /* Special case: we have to repeat this hook, assign the
995 * template again to this packet. We assume that this packet
996 * has no conntrack assigned. This is used by nf_ct_tcp. */
997 if (ret == NF_REPEAT)
998 skb->nfct = (struct nf_conntrack *)tmpl;
999 else
1000 nf_ct_put(tmpl);
1001 }
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001002
1003 return ret;
1004}
Patrick McHardy13b18332006-12-02 22:11:25 -08001005EXPORT_SYMBOL_GPL(nf_conntrack_in);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001006
Jan Engelhardt5f2b4c92008-04-14 11:15:53 +02001007bool nf_ct_invert_tuplepr(struct nf_conntrack_tuple *inverse,
1008 const struct nf_conntrack_tuple *orig)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001009{
Jan Engelhardt5f2b4c92008-04-14 11:15:53 +02001010 bool ret;
Patrick McHardy923f4902007-02-12 11:12:57 -08001011
1012 rcu_read_lock();
1013 ret = nf_ct_invert_tuple(inverse, orig,
1014 __nf_ct_l3proto_find(orig->src.l3num),
1015 __nf_ct_l4proto_find(orig->src.l3num,
1016 orig->dst.protonum));
1017 rcu_read_unlock();
1018 return ret;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001019}
Patrick McHardy13b18332006-12-02 22:11:25 -08001020EXPORT_SYMBOL_GPL(nf_ct_invert_tuplepr);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001021
Jozsef Kadlecsik5b1158e2006-12-02 22:07:13 -08001022/* Alter reply tuple (maybe alter helper). This is for NAT, and is
1023 implicitly racy: see __nf_conntrack_confirm */
1024void nf_conntrack_alter_reply(struct nf_conn *ct,
1025 const struct nf_conntrack_tuple *newreply)
1026{
1027 struct nf_conn_help *help = nfct_help(ct);
1028
Jozsef Kadlecsik5b1158e2006-12-02 22:07:13 -08001029 /* Should be unconfirmed, so not in hash table yet */
1030 NF_CT_ASSERT(!nf_ct_is_confirmed(ct));
1031
Patrick McHardy0d537782007-07-07 22:39:38 -07001032 pr_debug("Altering reply tuple of %p to ", ct);
Jan Engelhardt3c9fba62008-04-14 11:15:54 +02001033 nf_ct_dump_tuple(newreply);
Jozsef Kadlecsik5b1158e2006-12-02 22:07:13 -08001034
1035 ct->tuplehash[IP_CT_DIR_REPLY].tuple = *newreply;
Patrick McHardyef1a5a52008-04-14 11:21:01 +02001036 if (ct->master || (help && !hlist_empty(&help->expectations)))
Patrick McHardyc52fbb42008-01-31 04:37:36 -08001037 return;
Yasuyuki Kozakaiceceae12007-07-07 22:23:42 -07001038
Patrick McHardyc52fbb42008-01-31 04:37:36 -08001039 rcu_read_lock();
Patrick McHardyb2a15a62010-02-03 14:13:03 +01001040 __nf_ct_try_assign_helper(ct, NULL, GFP_ATOMIC);
Patrick McHardyc52fbb42008-01-31 04:37:36 -08001041 rcu_read_unlock();
Jozsef Kadlecsik5b1158e2006-12-02 22:07:13 -08001042}
Patrick McHardy13b18332006-12-02 22:11:25 -08001043EXPORT_SYMBOL_GPL(nf_conntrack_alter_reply);
Jozsef Kadlecsik5b1158e2006-12-02 22:07:13 -08001044
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001045/* Refresh conntrack for this many jiffies and do accounting if do_acct is 1 */
1046void __nf_ct_refresh_acct(struct nf_conn *ct,
1047 enum ip_conntrack_info ctinfo,
1048 const struct sk_buff *skb,
1049 unsigned long extra_jiffies,
1050 int do_acct)
1051{
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001052 NF_CT_ASSERT(ct->timeout.data == (unsigned long)ct);
1053 NF_CT_ASSERT(skb);
1054
Eric Leblond997ae832006-05-29 18:24:20 -07001055 /* Only update if this is not a fixed timeout */
Patrick McHardy47d95042008-01-31 04:36:31 -08001056 if (test_bit(IPS_FIXED_TIMEOUT_BIT, &ct->status))
1057 goto acct;
Eric Leblond997ae832006-05-29 18:24:20 -07001058
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001059 /* If not in hash table, timer will not be active yet */
1060 if (!nf_ct_is_confirmed(ct)) {
1061 ct->timeout.expires = extra_jiffies;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001062 } else {
Martin Josefssonbe00c8e2006-11-29 02:35:12 +01001063 unsigned long newtime = jiffies + extra_jiffies;
1064
1065 /* Only update the timeout if the new timeout is at least
1066 HZ jiffies from the old timeout. Need del_timer for race
1067 avoidance (may already be dying). */
Patrick McHardy65cb9fd2009-06-13 12:21:49 +02001068 if (newtime - ct->timeout.expires >= HZ)
1069 mod_timer_pending(&ct->timeout, newtime);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001070 }
1071
Patrick McHardy47d95042008-01-31 04:36:31 -08001072acct:
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001073 if (do_acct) {
Krzysztof Piotr Oledzki58401572008-07-21 10:01:34 -07001074 struct nf_conn_counter *acct;
Martin Josefsson3ffd5ee2006-11-29 02:35:10 +01001075
Krzysztof Piotr Oledzki58401572008-07-21 10:01:34 -07001076 acct = nf_conn_acct_find(ct);
1077 if (acct) {
Eric Dumazetb3e0bfa2011-12-14 14:45:20 +01001078 atomic64_inc(&acct[CTINFO2DIR(ctinfo)].packets);
1079 atomic64_add(skb->len, &acct[CTINFO2DIR(ctinfo)].bytes);
Krzysztof Piotr Oledzki58401572008-07-21 10:01:34 -07001080 }
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001081 }
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001082}
Patrick McHardy13b18332006-12-02 22:11:25 -08001083EXPORT_SYMBOL_GPL(__nf_ct_refresh_acct);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001084
David S. Miller4c889492008-07-14 20:22:38 -07001085bool __nf_ct_kill_acct(struct nf_conn *ct,
1086 enum ip_conntrack_info ctinfo,
1087 const struct sk_buff *skb,
1088 int do_acct)
Patrick McHardy51091762008-06-09 15:59:06 -07001089{
Fabian Hugelshofer718d4ad2008-06-09 15:59:40 -07001090 if (do_acct) {
Krzysztof Piotr Oledzki58401572008-07-21 10:01:34 -07001091 struct nf_conn_counter *acct;
1092
Krzysztof Piotr Oledzki58401572008-07-21 10:01:34 -07001093 acct = nf_conn_acct_find(ct);
1094 if (acct) {
Eric Dumazetb3e0bfa2011-12-14 14:45:20 +01001095 atomic64_inc(&acct[CTINFO2DIR(ctinfo)].packets);
1096 atomic64_add(skb->len - skb_network_offset(skb),
1097 &acct[CTINFO2DIR(ctinfo)].bytes);
Krzysztof Piotr Oledzki58401572008-07-21 10:01:34 -07001098 }
Fabian Hugelshofer718d4ad2008-06-09 15:59:40 -07001099 }
Krzysztof Piotr Oledzki58401572008-07-21 10:01:34 -07001100
David S. Miller4c889492008-07-14 20:22:38 -07001101 if (del_timer(&ct->timeout)) {
Patrick McHardy51091762008-06-09 15:59:06 -07001102 ct->timeout.function((unsigned long)ct);
David S. Miller4c889492008-07-14 20:22:38 -07001103 return true;
1104 }
1105 return false;
Patrick McHardy51091762008-06-09 15:59:06 -07001106}
Fabian Hugelshofer718d4ad2008-06-09 15:59:40 -07001107EXPORT_SYMBOL_GPL(__nf_ct_kill_acct);
Patrick McHardy51091762008-06-09 15:59:06 -07001108
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +01001109#ifdef CONFIG_NF_CONNTRACK_ZONES
1110static struct nf_ct_ext_type nf_ct_zone_extend __read_mostly = {
1111 .len = sizeof(struct nf_conntrack_zone),
1112 .align = __alignof__(struct nf_conntrack_zone),
1113 .id = NF_CT_EXT_ZONE,
1114};
1115#endif
1116
Igor Maravićc0cd1152011-12-12 02:58:24 +00001117#if IS_ENABLED(CONFIG_NF_CT_NETLINK)
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -08001118
1119#include <linux/netfilter/nfnetlink.h>
1120#include <linux/netfilter/nfnetlink_conntrack.h>
Ingo Molnar57b47a52006-03-20 22:35:41 -08001121#include <linux/mutex.h>
1122
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -08001123/* Generic function for tcp/udp/sctp/dccp and alike. This needs to be
1124 * in ip_conntrack_core, since we don't want the protocols to autoload
1125 * or depend on ctnetlink */
Patrick McHardyfdf70832007-09-28 14:37:41 -07001126int nf_ct_port_tuple_to_nlattr(struct sk_buff *skb,
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -08001127 const struct nf_conntrack_tuple *tuple)
1128{
Patrick McHardy77236b62007-12-17 22:29:45 -08001129 NLA_PUT_BE16(skb, CTA_PROTO_SRC_PORT, tuple->src.u.tcp.port);
1130 NLA_PUT_BE16(skb, CTA_PROTO_DST_PORT, tuple->dst.u.tcp.port);
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -08001131 return 0;
1132
Patrick McHardydf6fb862007-09-28 14:37:03 -07001133nla_put_failure:
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -08001134 return -1;
1135}
Patrick McHardyfdf70832007-09-28 14:37:41 -07001136EXPORT_SYMBOL_GPL(nf_ct_port_tuple_to_nlattr);
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -08001137
Patrick McHardyf73e9242007-09-28 14:39:55 -07001138const struct nla_policy nf_ct_port_nla_policy[CTA_PROTO_MAX+1] = {
1139 [CTA_PROTO_SRC_PORT] = { .type = NLA_U16 },
1140 [CTA_PROTO_DST_PORT] = { .type = NLA_U16 },
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -08001141};
Patrick McHardyf73e9242007-09-28 14:39:55 -07001142EXPORT_SYMBOL_GPL(nf_ct_port_nla_policy);
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -08001143
Patrick McHardyfdf70832007-09-28 14:37:41 -07001144int nf_ct_port_nlattr_to_tuple(struct nlattr *tb[],
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -08001145 struct nf_conntrack_tuple *t)
1146{
Patrick McHardydf6fb862007-09-28 14:37:03 -07001147 if (!tb[CTA_PROTO_SRC_PORT] || !tb[CTA_PROTO_DST_PORT])
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -08001148 return -EINVAL;
1149
Patrick McHardy77236b62007-12-17 22:29:45 -08001150 t->src.u.tcp.port = nla_get_be16(tb[CTA_PROTO_SRC_PORT]);
1151 t->dst.u.tcp.port = nla_get_be16(tb[CTA_PROTO_DST_PORT]);
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -08001152
1153 return 0;
1154}
Patrick McHardyfdf70832007-09-28 14:37:41 -07001155EXPORT_SYMBOL_GPL(nf_ct_port_nlattr_to_tuple);
Holger Eitzenberger5c0de292009-03-25 21:52:17 +01001156
1157int nf_ct_port_nlattr_tuple_size(void)
1158{
1159 return nla_policy_len(nf_ct_port_nla_policy, CTA_PROTO_MAX + 1);
1160}
1161EXPORT_SYMBOL_GPL(nf_ct_port_nlattr_tuple_size);
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -08001162#endif
1163
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001164/* Used by ipt_REJECT and ip6t_REJECT. */
Patrick McHardyb334aad2008-01-14 23:48:57 -08001165static void nf_conntrack_attach(struct sk_buff *nskb, struct sk_buff *skb)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001166{
1167 struct nf_conn *ct;
1168 enum ip_conntrack_info ctinfo;
1169
1170 /* This ICMP is in reverse direction to the packet which caused it */
1171 ct = nf_ct_get(skb, &ctinfo);
1172 if (CTINFO2DIR(ctinfo) == IP_CT_DIR_ORIGINAL)
Eric Dumazetfb048832011-05-19 15:44:27 +02001173 ctinfo = IP_CT_RELATED_REPLY;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001174 else
1175 ctinfo = IP_CT_RELATED;
1176
1177 /* Attach to new skbuff, and increment count */
1178 nskb->nfct = &ct->ct_general;
1179 nskb->nfctinfo = ctinfo;
1180 nf_conntrack_get(nskb->nfct);
1181}
1182
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001183/* Bring out ya dead! */
Patrick McHardydf0933d2006-09-20 11:57:53 -07001184static struct nf_conn *
Alexey Dobriyan400dad32008-10-08 11:35:03 +02001185get_next_corpse(struct net *net, int (*iter)(struct nf_conn *i, void *data),
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001186 void *data, unsigned int *bucket)
1187{
Patrick McHardydf0933d2006-09-20 11:57:53 -07001188 struct nf_conntrack_tuple_hash *h;
1189 struct nf_conn *ct;
Eric Dumazetea781f12009-03-25 21:05:46 +01001190 struct hlist_nulls_node *n;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001191
Patrick McHardyf8ba1af2008-01-31 04:38:58 -08001192 spin_lock_bh(&nf_conntrack_lock);
Patrick McHardyd696c7b2010-02-08 11:18:07 -08001193 for (; *bucket < net->ct.htable_size; (*bucket)++) {
Eric Dumazetea781f12009-03-25 21:05:46 +01001194 hlist_nulls_for_each_entry(h, n, &net->ct.hash[*bucket], hnnode) {
Patrick McHardydf0933d2006-09-20 11:57:53 -07001195 ct = nf_ct_tuplehash_to_ctrack(h);
1196 if (iter(ct, data))
1197 goto found;
1198 }
YOSHIFUJI Hideaki601e68e2007-02-12 11:15:49 -08001199 }
Eric Dumazetea781f12009-03-25 21:05:46 +01001200 hlist_nulls_for_each_entry(h, n, &net->ct.unconfirmed, hnnode) {
Patrick McHardydf0933d2006-09-20 11:57:53 -07001201 ct = nf_ct_tuplehash_to_ctrack(h);
1202 if (iter(ct, data))
Patrick McHardyec68e972007-03-04 15:57:01 -08001203 set_bit(IPS_DYING_BIT, &ct->status);
Patrick McHardydf0933d2006-09-20 11:57:53 -07001204 }
Patrick McHardyf8ba1af2008-01-31 04:38:58 -08001205 spin_unlock_bh(&nf_conntrack_lock);
Patrick McHardydf0933d2006-09-20 11:57:53 -07001206 return NULL;
1207found:
Martin Josefssonc073e3f2006-10-30 15:13:58 -08001208 atomic_inc(&ct->ct_general.use);
Patrick McHardyf8ba1af2008-01-31 04:38:58 -08001209 spin_unlock_bh(&nf_conntrack_lock);
Patrick McHardydf0933d2006-09-20 11:57:53 -07001210 return ct;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001211}
1212
Alexey Dobriyan400dad32008-10-08 11:35:03 +02001213void nf_ct_iterate_cleanup(struct net *net,
1214 int (*iter)(struct nf_conn *i, void *data),
1215 void *data)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001216{
Patrick McHardydf0933d2006-09-20 11:57:53 -07001217 struct nf_conn *ct;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001218 unsigned int bucket = 0;
1219
Alexey Dobriyan400dad32008-10-08 11:35:03 +02001220 while ((ct = get_next_corpse(net, iter, data, &bucket)) != NULL) {
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001221 /* Time to push up daises... */
1222 if (del_timer(&ct->timeout))
1223 death_by_timeout((unsigned long)ct);
1224 /* ... else the timer will get him soon. */
1225
1226 nf_ct_put(ct);
1227 }
1228}
Patrick McHardy13b18332006-12-02 22:11:25 -08001229EXPORT_SYMBOL_GPL(nf_ct_iterate_cleanup);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001230
Pablo Neira Ayuso19abb7b2008-11-18 11:56:20 +01001231struct __nf_ct_flush_report {
1232 u32 pid;
1233 int report;
1234};
1235
Pablo Neira Ayuso274d3832009-06-02 20:08:38 +02001236static int kill_report(struct nf_conn *i, void *data)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001237{
Pablo Neira Ayuso19abb7b2008-11-18 11:56:20 +01001238 struct __nf_ct_flush_report *fr = (struct __nf_ct_flush_report *)data;
Pablo Neira Ayusoa992ca22011-01-19 16:00:07 +01001239 struct nf_conn_tstamp *tstamp;
1240
1241 tstamp = nf_conn_tstamp_find(i);
1242 if (tstamp && tstamp->stop == 0)
1243 tstamp->stop = ktime_to_ns(ktime_get_real());
Pablo Neira Ayuso19abb7b2008-11-18 11:56:20 +01001244
Pablo Neira Ayusodd7669a2009-06-13 12:30:52 +02001245 /* If we fail to deliver the event, death_by_timeout() will retry */
1246 if (nf_conntrack_event_report(IPCT_DESTROY, i,
1247 fr->pid, fr->report) < 0)
1248 return 1;
1249
1250 /* Avoid the delivery of the destroy event in death_by_timeout(). */
1251 set_bit(IPS_DYING_BIT, &i->status);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001252 return 1;
1253}
1254
Pablo Neira Ayuso274d3832009-06-02 20:08:38 +02001255static int kill_all(struct nf_conn *i, void *data)
1256{
1257 return 1;
1258}
1259
Patrick McHardyd862a662011-01-14 15:45:56 +01001260void nf_ct_free_hashtable(void *hash, unsigned int size)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001261{
Patrick McHardyd862a662011-01-14 15:45:56 +01001262 if (is_vmalloc_addr(hash))
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001263 vfree(hash);
1264 else
YOSHIFUJI Hideaki601e68e2007-02-12 11:15:49 -08001265 free_pages((unsigned long)hash,
Patrick McHardyf205c5e2007-07-07 22:28:14 -07001266 get_order(sizeof(struct hlist_head) * size));
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001267}
Patrick McHardyac565e52007-07-07 22:30:08 -07001268EXPORT_SYMBOL_GPL(nf_ct_free_hashtable);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001269
Pablo Neira Ayuso274d3832009-06-02 20:08:38 +02001270void nf_conntrack_flush_report(struct net *net, u32 pid, int report)
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -08001271{
Pablo Neira Ayuso19abb7b2008-11-18 11:56:20 +01001272 struct __nf_ct_flush_report fr = {
1273 .pid = pid,
1274 .report = report,
1275 };
Pablo Neira Ayuso274d3832009-06-02 20:08:38 +02001276 nf_ct_iterate_cleanup(net, kill_report, &fr);
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -08001277}
Pablo Neira Ayuso274d3832009-06-02 20:08:38 +02001278EXPORT_SYMBOL_GPL(nf_conntrack_flush_report);
Pablo Neira Ayusoc1d10ad2006-01-05 12:19:05 -08001279
Alexey Dobriyanee254fa2009-08-31 14:23:15 +02001280static void nf_ct_release_dying_list(struct net *net)
Pablo Neira Ayusodd7669a2009-06-13 12:30:52 +02001281{
1282 struct nf_conntrack_tuple_hash *h;
1283 struct nf_conn *ct;
1284 struct hlist_nulls_node *n;
1285
1286 spin_lock_bh(&nf_conntrack_lock);
Alexey Dobriyanee254fa2009-08-31 14:23:15 +02001287 hlist_nulls_for_each_entry(h, n, &net->ct.dying, hnnode) {
Pablo Neira Ayusodd7669a2009-06-13 12:30:52 +02001288 ct = nf_ct_tuplehash_to_ctrack(h);
1289 /* never fails to remove them, no listeners at this point */
1290 nf_ct_kill(ct);
1291 }
1292 spin_unlock_bh(&nf_conntrack_lock);
1293}
1294
Eric Dumazetb3c51632010-06-09 14:43:38 +02001295static int untrack_refs(void)
1296{
1297 int cnt = 0, cpu;
1298
1299 for_each_possible_cpu(cpu) {
1300 struct nf_conn *ct = &per_cpu(nf_conntrack_untracked, cpu);
1301
1302 cnt += atomic_read(&ct->ct_general.use) - 1;
1303 }
1304 return cnt;
1305}
1306
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001307static void nf_conntrack_cleanup_init_net(void)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001308{
Eric Dumazetb3c51632010-06-09 14:43:38 +02001309 while (untrack_refs() > 0)
Patrick McHardy9edd7ca2010-02-08 11:16:26 -08001310 schedule();
1311
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001312 nf_conntrack_helper_fini();
1313 nf_conntrack_proto_fini();
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +01001314#ifdef CONFIG_NF_CONNTRACK_ZONES
1315 nf_ct_extend_unregister(&nf_ct_zone_extend);
1316#endif
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001317}
Yasuyuki Kozakai7d3cdc62006-02-15 15:22:21 -08001318
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001319static void nf_conntrack_cleanup_net(struct net *net)
1320{
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001321 i_see_dead_people:
Pablo Neira Ayuso274d3832009-06-02 20:08:38 +02001322 nf_ct_iterate_cleanup(net, kill_all, NULL);
Alexey Dobriyanee254fa2009-08-31 14:23:15 +02001323 nf_ct_release_dying_list(net);
Alexey Dobriyan49ac8712008-10-08 11:35:03 +02001324 if (atomic_read(&net->ct.count) != 0) {
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001325 schedule();
1326 goto i_see_dead_people;
1327 }
1328
Patrick McHardyd862a662011-01-14 15:45:56 +01001329 nf_ct_free_hashtable(net->ct.hash, net->ct.htable_size);
Pablo Neira Ayusoa0891aa2009-06-13 12:26:29 +02001330 nf_conntrack_ecache_fini(net);
Stephen Hemmingerfe8f6612011-03-14 19:20:44 +01001331 nf_conntrack_tstamp_fini(net);
Alexey Dobriyand716a4d2008-10-08 11:35:09 +02001332 nf_conntrack_acct_fini(net);
Alexey Dobriyan9b03f382008-10-08 11:35:03 +02001333 nf_conntrack_expect_fini(net);
Eric Dumazet5b3501f2010-02-08 11:16:56 -08001334 kmem_cache_destroy(net->ct.nf_conntrack_cachep);
1335 kfree(net->ct.slabname);
Alexey Dobriyan0d55af82008-10-08 11:35:07 +02001336 free_percpu(net->ct.stat);
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001337}
1338
1339/* Mishearing the voices in his head, our hero wonders how he's
1340 supposed to kill the mall. */
1341void nf_conntrack_cleanup(struct net *net)
1342{
1343 if (net_eq(net, &init_net))
Stephen Hemmingera9b3cd72011-08-01 16:19:00 +00001344 RCU_INIT_POINTER(ip_ct_attach, NULL);
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001345
1346 /* This makes sure all current packets have passed through
1347 netfilter framework. Roll on, two-stage module
1348 delete... */
1349 synchronize_net();
1350
1351 nf_conntrack_cleanup_net(net);
1352
1353 if (net_eq(net, &init_net)) {
Stephen Hemmingera9b3cd72011-08-01 16:19:00 +00001354 RCU_INIT_POINTER(nf_ct_destroy, NULL);
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001355 nf_conntrack_cleanup_init_net();
1356 }
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001357}
1358
Patrick McHardyd862a662011-01-14 15:45:56 +01001359void *nf_ct_alloc_hashtable(unsigned int *sizep, int nulls)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001360{
Eric Dumazetea781f12009-03-25 21:05:46 +01001361 struct hlist_nulls_head *hash;
1362 unsigned int nr_slots, i;
1363 size_t sz;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001364
Eric Dumazetea781f12009-03-25 21:05:46 +01001365 BUILD_BUG_ON(sizeof(struct hlist_nulls_head) != sizeof(struct hlist_head));
1366 nr_slots = *sizep = roundup(*sizep, PAGE_SIZE / sizeof(struct hlist_nulls_head));
1367 sz = nr_slots * sizeof(struct hlist_nulls_head);
1368 hash = (void *)__get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO,
1369 get_order(sz));
YOSHIFUJI Hideaki601e68e2007-02-12 11:15:49 -08001370 if (!hash) {
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001371 printk(KERN_WARNING "nf_conntrack: falling back to vmalloc.\n");
Eric Dumazet966567b2011-12-19 16:01:38 -05001372 hash = vzalloc(sz);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001373 }
1374
Eric Dumazetea781f12009-03-25 21:05:46 +01001375 if (hash && nulls)
1376 for (i = 0; i < nr_slots; i++)
1377 INIT_HLIST_NULLS_HEAD(&hash[i], i);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001378
1379 return hash;
1380}
Patrick McHardyac565e52007-07-07 22:30:08 -07001381EXPORT_SYMBOL_GPL(nf_ct_alloc_hashtable);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001382
Patrick McHardyfae718d2007-12-24 21:09:10 -08001383int nf_conntrack_set_hashsize(const char *val, struct kernel_param *kp)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001384{
Patrick McHardyd862a662011-01-14 15:45:56 +01001385 int i, bucket;
Stephen Hemminger96eb24d2008-01-31 04:07:29 -08001386 unsigned int hashsize, old_size;
Eric Dumazetea781f12009-03-25 21:05:46 +01001387 struct hlist_nulls_head *hash, *old_hash;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001388 struct nf_conntrack_tuple_hash *h;
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +01001389 struct nf_conn *ct;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001390
Patrick McHardyd696c7b2010-02-08 11:18:07 -08001391 if (current->nsproxy->net_ns != &init_net)
1392 return -EOPNOTSUPP;
1393
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001394 /* On boot, we can set this without any fancy locking. */
1395 if (!nf_conntrack_htable_size)
1396 return param_set_uint(val, kp);
1397
Stephen Hemminger96eb24d2008-01-31 04:07:29 -08001398 hashsize = simple_strtoul(val, NULL, 0);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001399 if (!hashsize)
1400 return -EINVAL;
1401
Patrick McHardyd862a662011-01-14 15:45:56 +01001402 hash = nf_ct_alloc_hashtable(&hashsize, 1);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001403 if (!hash)
1404 return -ENOMEM;
1405
Patrick McHardy76507f62008-01-31 04:38:38 -08001406 /* Lookups in the old hash might happen in parallel, which means we
1407 * might get false negatives during connection lookup. New connections
1408 * created because of a false negative won't make it into the hash
1409 * though since that required taking the lock.
1410 */
Patrick McHardyf8ba1af2008-01-31 04:38:58 -08001411 spin_lock_bh(&nf_conntrack_lock);
Patrick McHardyd696c7b2010-02-08 11:18:07 -08001412 for (i = 0; i < init_net.ct.htable_size; i++) {
Eric Dumazetea781f12009-03-25 21:05:46 +01001413 while (!hlist_nulls_empty(&init_net.ct.hash[i])) {
1414 h = hlist_nulls_entry(init_net.ct.hash[i].first,
1415 struct nf_conntrack_tuple_hash, hnnode);
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +01001416 ct = nf_ct_tuplehash_to_ctrack(h);
Eric Dumazetea781f12009-03-25 21:05:46 +01001417 hlist_nulls_del_rcu(&h->hnnode);
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +01001418 bucket = __hash_conntrack(&h->tuple, nf_ct_zone(ct),
Changli Gao99f07e92010-09-21 17:49:20 +02001419 hashsize);
Eric Dumazetea781f12009-03-25 21:05:46 +01001420 hlist_nulls_add_head_rcu(&h->hnnode, &hash[bucket]);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001421 }
1422 }
Patrick McHardyd696c7b2010-02-08 11:18:07 -08001423 old_size = init_net.ct.htable_size;
Alexey Dobriyan400dad32008-10-08 11:35:03 +02001424 old_hash = init_net.ct.hash;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001425
Patrick McHardyd696c7b2010-02-08 11:18:07 -08001426 init_net.ct.htable_size = nf_conntrack_htable_size = hashsize;
Alexey Dobriyan400dad32008-10-08 11:35:03 +02001427 init_net.ct.hash = hash;
Patrick McHardyf8ba1af2008-01-31 04:38:58 -08001428 spin_unlock_bh(&nf_conntrack_lock);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001429
Patrick McHardyd862a662011-01-14 15:45:56 +01001430 nf_ct_free_hashtable(old_hash, old_size);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001431 return 0;
1432}
Patrick McHardyfae718d2007-12-24 21:09:10 -08001433EXPORT_SYMBOL_GPL(nf_conntrack_set_hashsize);
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001434
Patrick McHardyfae718d2007-12-24 21:09:10 -08001435module_param_call(hashsize, nf_conntrack_set_hashsize, param_get_uint,
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001436 &nf_conntrack_htable_size, 0600);
1437
Eric Dumazet5bfddbd2010-06-08 16:09:52 +02001438void nf_ct_untracked_status_or(unsigned long bits)
1439{
Eric Dumazetb3c51632010-06-09 14:43:38 +02001440 int cpu;
1441
1442 for_each_possible_cpu(cpu)
1443 per_cpu(nf_conntrack_untracked, cpu).status |= bits;
Eric Dumazet5bfddbd2010-06-08 16:09:52 +02001444}
1445EXPORT_SYMBOL_GPL(nf_ct_untracked_status_or);
1446
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001447static int nf_conntrack_init_init_net(void)
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001448{
Patrick McHardyf205c5e2007-07-07 22:28:14 -07001449 int max_factor = 8;
Eric Dumazetb3c51632010-06-09 14:43:38 +02001450 int ret, cpu;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001451
1452 /* Idea from tcp.c: use 1/16384 of memory. On i386: 32MB
Patrick McHardyf205c5e2007-07-07 22:28:14 -07001453 * machine has 512 buckets. >= 1GB machines have 16384 buckets. */
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001454 if (!nf_conntrack_htable_size) {
1455 nf_conntrack_htable_size
Jan Beulich44813742009-09-21 17:03:05 -07001456 = (((totalram_pages << PAGE_SHIFT) / 16384)
Patrick McHardyf205c5e2007-07-07 22:28:14 -07001457 / sizeof(struct hlist_head));
Jan Beulich44813742009-09-21 17:03:05 -07001458 if (totalram_pages > (1024 * 1024 * 1024 / PAGE_SIZE))
Patrick McHardyf205c5e2007-07-07 22:28:14 -07001459 nf_conntrack_htable_size = 16384;
1460 if (nf_conntrack_htable_size < 32)
1461 nf_conntrack_htable_size = 32;
1462
1463 /* Use a max. factor of four by default to get the same max as
1464 * with the old struct list_heads. When a table size is given
1465 * we use the old value of 8 to avoid reducing the max.
1466 * entries. */
1467 max_factor = 4;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001468 }
Patrick McHardyf205c5e2007-07-07 22:28:14 -07001469 nf_conntrack_max = max_factor * nf_conntrack_htable_size;
Patrick McHardy8e5105a2007-07-07 22:27:33 -07001470
Stephen Hemminger654d0fb2010-05-13 15:02:08 +02001471 printk(KERN_INFO "nf_conntrack version %s (%u buckets, %d max)\n",
Patrick McHardy8e5105a2007-07-07 22:27:33 -07001472 NF_CONNTRACK_VERSION, nf_conntrack_htable_size,
1473 nf_conntrack_max);
1474
Patrick McHardyac5357e2007-03-14 16:38:25 -07001475 ret = nf_conntrack_proto_init();
Patrick McHardy933a41e2006-11-29 02:35:18 +01001476 if (ret < 0)
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001477 goto err_proto;
Patrick McHardy933a41e2006-11-29 02:35:18 +01001478
Yasuyuki Kozakaiceceae12007-07-07 22:23:42 -07001479 ret = nf_conntrack_helper_init();
1480 if (ret < 0)
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001481 goto err_helper;
Yasuyuki Kozakaiceceae12007-07-07 22:23:42 -07001482
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +01001483#ifdef CONFIG_NF_CONNTRACK_ZONES
1484 ret = nf_ct_extend_register(&nf_ct_zone_extend);
1485 if (ret < 0)
1486 goto err_extend;
1487#endif
Patrick McHardy9edd7ca2010-02-08 11:16:26 -08001488 /* Set up fake conntrack: to never be deleted, not in any hashes */
Eric Dumazetb3c51632010-06-09 14:43:38 +02001489 for_each_possible_cpu(cpu) {
1490 struct nf_conn *ct = &per_cpu(nf_conntrack_untracked, cpu);
Eric Dumazetb3c51632010-06-09 14:43:38 +02001491 write_pnet(&ct->ct_net, &init_net);
1492 atomic_set(&ct->ct_general.use, 1);
1493 }
Patrick McHardy9edd7ca2010-02-08 11:16:26 -08001494 /* - and look it like as a confirmed connection */
Eric Dumazet5bfddbd2010-06-08 16:09:52 +02001495 nf_ct_untracked_status_or(IPS_CONFIRMED | IPS_UNTRACKED);
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001496 return 0;
1497
Patrick McHardy5d0aa2c2010-02-15 18:13:33 +01001498#ifdef CONFIG_NF_CONNTRACK_ZONES
1499err_extend:
1500 nf_conntrack_helper_fini();
1501#endif
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001502err_helper:
1503 nf_conntrack_proto_fini();
1504err_proto:
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001505 return ret;
1506}
1507
Eric Dumazet8cc20192009-06-22 14:13:55 +02001508/*
1509 * We need to use special "null" values, not used in hash table
1510 */
1511#define UNCONFIRMED_NULLS_VAL ((1<<30)+0)
1512#define DYING_NULLS_VAL ((1<<30)+1)
1513
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001514static int nf_conntrack_init_net(struct net *net)
1515{
1516 int ret;
1517
1518 atomic_set(&net->ct.count, 0);
Eric Dumazet8cc20192009-06-22 14:13:55 +02001519 INIT_HLIST_NULLS_HEAD(&net->ct.unconfirmed, UNCONFIRMED_NULLS_VAL);
1520 INIT_HLIST_NULLS_HEAD(&net->ct.dying, DYING_NULLS_VAL);
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001521 net->ct.stat = alloc_percpu(struct ip_conntrack_stat);
1522 if (!net->ct.stat) {
1523 ret = -ENOMEM;
1524 goto err_stat;
1525 }
Eric Dumazet5b3501f2010-02-08 11:16:56 -08001526
1527 net->ct.slabname = kasprintf(GFP_KERNEL, "nf_conntrack_%p", net);
1528 if (!net->ct.slabname) {
1529 ret = -ENOMEM;
1530 goto err_slabname;
1531 }
1532
1533 net->ct.nf_conntrack_cachep = kmem_cache_create(net->ct.slabname,
1534 sizeof(struct nf_conn), 0,
1535 SLAB_DESTROY_BY_RCU, NULL);
1536 if (!net->ct.nf_conntrack_cachep) {
1537 printk(KERN_ERR "Unable to create nf_conn slab cache\n");
1538 ret = -ENOMEM;
1539 goto err_cache;
1540 }
Patrick McHardyd696c7b2010-02-08 11:18:07 -08001541
1542 net->ct.htable_size = nf_conntrack_htable_size;
Patrick McHardyd862a662011-01-14 15:45:56 +01001543 net->ct.hash = nf_ct_alloc_hashtable(&net->ct.htable_size, 1);
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001544 if (!net->ct.hash) {
1545 ret = -ENOMEM;
1546 printk(KERN_ERR "Unable to create nf_conntrack_hash\n");
1547 goto err_hash;
1548 }
1549 ret = nf_conntrack_expect_init(net);
1550 if (ret < 0)
1551 goto err_expect;
Alexey Dobriyand716a4d2008-10-08 11:35:09 +02001552 ret = nf_conntrack_acct_init(net);
Krzysztof Piotr Oledzki58401572008-07-21 10:01:34 -07001553 if (ret < 0)
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001554 goto err_acct;
Pablo Neira Ayusoa992ca22011-01-19 16:00:07 +01001555 ret = nf_conntrack_tstamp_init(net);
1556 if (ret < 0)
1557 goto err_tstamp;
Pablo Neira Ayusoa0891aa2009-06-13 12:26:29 +02001558 ret = nf_conntrack_ecache_init(net);
1559 if (ret < 0)
1560 goto err_ecache;
Yasuyuki Kozakai7d3cdc62006-02-15 15:22:21 -08001561
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001562 return 0;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001563
Pablo Neira Ayusoa0891aa2009-06-13 12:26:29 +02001564err_ecache:
Pablo Neira Ayusoa992ca22011-01-19 16:00:07 +01001565 nf_conntrack_tstamp_fini(net);
1566err_tstamp:
Pablo Neira Ayusoa0891aa2009-06-13 12:26:29 +02001567 nf_conntrack_acct_fini(net);
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001568err_acct:
Alexey Dobriyan9b03f382008-10-08 11:35:03 +02001569 nf_conntrack_expect_fini(net);
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001570err_expect:
Patrick McHardyd862a662011-01-14 15:45:56 +01001571 nf_ct_free_hashtable(net->ct.hash, net->ct.htable_size);
Alexey Dobriyan6058fa62008-10-08 11:35:07 +02001572err_hash:
Eric Dumazet5b3501f2010-02-08 11:16:56 -08001573 kmem_cache_destroy(net->ct.nf_conntrack_cachep);
1574err_cache:
1575 kfree(net->ct.slabname);
1576err_slabname:
Alexey Dobriyan0d55af82008-10-08 11:35:07 +02001577 free_percpu(net->ct.stat);
1578err_stat:
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001579 return ret;
1580}
1581
Jozsef Kadlecsikf9dd09c2009-11-06 00:43:42 -08001582s16 (*nf_ct_nat_offset)(const struct nf_conn *ct,
1583 enum ip_conntrack_dir dir,
1584 u32 seq);
1585EXPORT_SYMBOL_GPL(nf_ct_nat_offset);
1586
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001587int nf_conntrack_init(struct net *net)
1588{
1589 int ret;
1590
1591 if (net_eq(net, &init_net)) {
1592 ret = nf_conntrack_init_init_net();
1593 if (ret < 0)
1594 goto out_init_net;
1595 }
1596 ret = nf_conntrack_init_net(net);
1597 if (ret < 0)
1598 goto out_net;
1599
1600 if (net_eq(net, &init_net)) {
1601 /* For use by REJECT target */
Stephen Hemmingera9b3cd72011-08-01 16:19:00 +00001602 RCU_INIT_POINTER(ip_ct_attach, nf_conntrack_attach);
1603 RCU_INIT_POINTER(nf_ct_destroy, destroy_conntrack);
Jozsef Kadlecsikf9dd09c2009-11-06 00:43:42 -08001604
1605 /* Howto get NAT offsets */
Stephen Hemmingera9b3cd72011-08-01 16:19:00 +00001606 RCU_INIT_POINTER(nf_ct_nat_offset, NULL);
Alexey Dobriyan08f65472008-10-08 11:35:09 +02001607 }
1608 return 0;
1609
1610out_net:
1611 if (net_eq(net, &init_net))
1612 nf_conntrack_cleanup_init_net();
1613out_init_net:
1614 return ret;
Yasuyuki Kozakai9fb9cbb2005-11-09 16:38:16 -08001615}