android_kernel_samsung_msm8976/net/ipv6/netfilter
Eric Dumazet 3183606469 [NETFILTER] ip_tables: NUMA-aware allocation
Part of a performance problem with ip_tables is that memory allocation
is not NUMA aware, but 'only' SMP aware (ie each CPU normally touch
separate cache lines)

Even with small iptables rules, the cost of this misplacement can be
high on common workloads.  Instead of using one vmalloc() area
(located in the node of the iptables process), we now allocate an area
for each possible CPU, using vmalloc_node() so that memory should be
allocated in the CPU's node if possible.

Port to arp_tables and ip6_tables by Harald Welte.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-01-03 13:10:29 -08:00
..
ip6_queue.c
ip6_tables.c [NETFILTER] ip_tables: NUMA-aware allocation 2006-01-03 13:10:29 -08:00
ip6t_ah.c
ip6t_dst.c
ip6t_esp.c
ip6t_eui64.c
ip6t_frag.c
ip6t_hbh.c
ip6t_HL.c
ip6t_hl.c
ip6t_ipv6header.c
ip6t_length.c
ip6t_limit.c
ip6t_LOG.c
ip6t_mac.c
ip6t_MARK.c [NETFILTER]: Add nf_conntrack subsystem. 2005-11-09 16:38:16 -08:00
ip6t_mark.c
ip6t_multiport.c
ip6t_NFQUEUE.c
ip6t_owner.c
ip6t_physdev.c
ip6t_REJECT.c
ip6t_rt.c
ip6table_filter.c
ip6table_mangle.c
ip6table_raw.c
Kconfig [NETFILTER]: Fix incorrect dependency for IP6_NF_TARGET_NFQUEUE 2005-12-19 13:53:26 -08:00
Makefile [NETFILTER]: Add nf_conntrack subsystem. 2005-11-09 16:38:16 -08:00
nf_conntrack_l3proto_ipv6.c [NETFILTER]: fix type of sysctl variables in nf_conntrack_ipv6 2005-11-14 15:27:43 -08:00
nf_conntrack_proto_icmpv6.c [NETFILTER]: nf_conntrack: Fix missing check for ICMPv6 type 2005-12-05 13:32:50 -08:00
nf_conntrack_reasm.c [NETFILTER] fix leak of fragment queue at unloading nf_conntrack_ipv6 2005-11-14 15:28:45 -08:00