Eric Dumazet 78f3648601 netfilter: nf_conntrack: use hlist_add_head_rcu() in nf_conntrack_set_hashsize()
Using hlist_add_head() in nf_conntrack_set_hashsize() is quite dangerous.
Without any barrier, one CPU could see a loop while doing its lookup.
Its true new table cannot be seen by another cpu, but previous table is still
readable.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
2009-03-25 17:24:34 +01:00
..
2009-02-06 22:07:41 -08:00
2009-01-21 14:02:00 -08:00
2009-01-07 17:23:17 -08:00
2009-01-04 17:29:21 -08:00
2009-01-06 10:44:34 -08:00
2009-01-25 20:49:14 -08:00
2009-01-21 14:02:02 -08:00
2009-01-21 14:02:04 -08:00
2009-01-11 00:06:33 -08:00