aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_statistic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-31netfilter: x_tables: fix pointer leaks to userspaceDmitry Vyukov1-0/+1
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2010-06-01netfilter: xt_statistic: remove nth_lock spinlockEric Dumazet1-10/+9
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt1-1/+1
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt1-1/+1
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt1-1/+1
2010-03-25netfilter: xtables: change matches to return error codeJan Engelhardt1-3/+3
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt1-1/+1
2010-03-18netfilter: xtables: do not print any messages on ENOMEMJan Engelhardt1-3/+1
2009-03-16netfilter: xtables: avoid pointer to selfJan Engelhardt1-5/+23
2008-10-08netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt1-5/+2
2008-10-08netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt1-5/+2
2008-10-08netfilter: implement NFPROTO_UNSPEC as a wildcard for extensionsJan Engelhardt1-21/+10
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt1-2/+2
2008-01-28[NETFILTER]: Update modules' descriptionsJan Engelhardt1-1/+1
2008-01-28[NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt1-20/+20
2007-07-10[NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy1-1/+1
2007-07-10[NETFILTER]: add some consts, remove some castsJan Engelhardt1-1/+1
2007-07-10[NETFILTER]: x_tables: switch xt_match->checkentry to boolJan Engelhardt1-3/+3
2007-07-10[NETFILTER]: x_tables: switch xt_match->match to boolJan Engelhardt1-4/+4
2007-07-10[NETFILTER]: x_tables: switch hotdrop to boolJan Engelhardt1-1/+1
2006-09-22[NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy1-1/+1
2006-09-22[NETFILTER]: x_tables: make use of mass registation helpersPatrick McHardy1-32/+21
2006-06-17[NETFILTER]: x_tables: add statistic matchPatrick McHardy1-0/+112