History log of /include/linux/netfilter/xt_statistic.h
Revision Date Author Comments
60c195c729532815c5209c81442fa0eb26ace706 26-Feb-2009 Arnd Bergmann <arnd@arndb.de> make netfilter use strict integer types

Netfilter traditionally uses BSD integer types in its
interface headers. This changes it to use the Linux
strict integer types, like everyone else.

Cc: netfilter-devel@vger.kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
acc738fec03bdaa5b77340c32a82fbfedaaabef0 16-Mar-2009 Jan Engelhardt <jengelh@medozas.de> netfilter: xtables: avoid pointer to self

Commit 784544739a25c30637397ace5489eeb6e15d7d49 (netfilter: iptables:
lock free counters) broke a number of modules whose rule data referenced
itself. A reallocation would not reestablish the correct references, so
it is best to use a separate struct that does not fall under RCU.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
8b6f3f62fea7b85fce8f7d12aabba7b191bf60d2 15-Jan-2008 Jan Engelhardt <jengelh@computergmbh.de> [NETFILTER]: Annotate start of kernel fields in NF headers

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
f3389805e53a13bd969ee1c8fc5a4137b7c6c167 30-May-2006 Patrick McHardy <kaber@trash.net> [NETFILTER]: x_tables: add statistic match

Add statistic match which is a combination of the nth and random matches.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>