linux/net/ipv6/netfilter
Pavel Emelyanov 3140c25c82 [NETNS][FRAGS]: Make the LRU list per namespace.
The inet_frags.lru_list is used for evicting only, so we have
to make it per-namespace, to evict only those fragments, who's
namespace exceeded its high threshold, but not the whole hash.
Besides, this helps to avoid long loops  in evictor.

The spinlock is not per-namespace because it protects the
hash table as well, which is global.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-01-28 15:10:39 -08:00
..
Kconfig [NETFILTER]: Remove some EXPERIMENTAL dependencies 2008-01-28 15:02:16 -08:00
Makefile [NETFILTER]: merge ipt_owner/ip6t_owner in xt_owner 2008-01-28 14:55:55 -08:00
ip6_queue.c [NETNS]: Consolidate kernel netlink socket destruction. 2008-01-28 15:08:07 -08:00
ip6_tables.c [NETFILTER]: {ip,ip6}_tables: remove some inlines 2008-01-28 15:02:29 -08:00
ip6t_HL.c [NETFILTER]: Update modules' descriptions 2008-01-28 15:02:26 -08:00
ip6t_LOG.c [NETFILTER]: Update modules' descriptions 2008-01-28 15:02:26 -08:00
ip6t_REJECT.c [NETFILTER]: Update modules' descriptions 2008-01-28 15:02:26 -08:00
ip6t_ah.c [NETFILTER]: Update modules' descriptions 2008-01-28 15:02:26 -08:00
ip6t_eui64.c [NETFILTER]: Update modules' descriptions 2008-01-28 15:02:26 -08:00
ip6t_frag.c [NETFILTER]: Update modules' descriptions 2008-01-28 15:02:26 -08:00
ip6t_hbh.c [NETFILTER]: Update modules' descriptions 2008-01-28 15:02:26 -08:00
ip6t_hl.c [NETFILTER]: Update modules' descriptions 2008-01-28 15:02:26 -08:00
ip6t_ipv6header.c [NETFILTER]: Update modules' descriptions 2008-01-28 15:02:26 -08:00
ip6t_mh.c [NETFILTER]: Update modules' descriptions 2008-01-28 15:02:26 -08:00
ip6t_rt.c [NETFILTER]: Update modules' descriptions 2008-01-28 15:02:26 -08:00
ip6table_filter.c [NETFILTER]: Mark hooks __read_mostly 2008-01-28 14:56:07 -08:00
ip6table_mangle.c [NETFILTER]: Mark hooks __read_mostly 2008-01-28 14:56:07 -08:00
ip6table_raw.c [NETFILTER]: Mark hooks __read_mostly 2008-01-28 14:56:07 -08:00
nf_conntrack_l3proto_ipv6.c [NETNS][FRAGS]: Move ctl tables around. 2008-01-28 15:10:34 -08:00
nf_conntrack_proto_icmpv6.c [NETFILTER]: nf_conntrack: make print_conntrack function optional for l4protos 2008-01-28 15:02:42 -08:00
nf_conntrack_reasm.c [NETNS][FRAGS]: Make the LRU list per namespace. 2008-01-28 15:10:39 -08:00