aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_connlimit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt1-2/+2
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-3/+5
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: xt extensions: use pr_<level>Jan Engelhardt1-2/+3
2010-03-17netfilter: update my email addressJan Engelhardt1-1/+0
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy1-1/+3
2010-01-18netfilter: xt_connlimit: netns supportAlexey Dobriyan1-3/+5
2010-01-04netfilter: xtables: obtain random bytes earlier, in checkentryJan Engelhardt1-11/+6
2009-11-06netfilter: xt_connlimit: fix regression caused by zero family valueJan Engelhardt1-6/+4
2009-03-25netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet1-2/+4
2008-10-08netfilter: xtables: cut down on static data for family-independent extensionsJan Engelhardt1-29/+18
2008-10-08netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt1-4/+3
2008-10-08netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt1-8/+5
2008-10-08netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt1-10/+7
2008-10-08netfilter: netns nf_conntrack: per-netns conntrack hashAlexey Dobriyan1-1/+1
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt1-5/+5
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt1-1/+1
2008-06-04netfilter: xt_connlimit: fix accouning when receive RST packet in ESTABLISHED stateDong Wei1-1/+2
2008-04-14[NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessorsPatrick McHardy1-3/+1
2008-04-14[NETFILTER]: annotate xtables targets with const and remove castsJan Engelhardt1-3/+3
2008-01-31[NETFILTER]: nf_conntrack: optimize __nf_conntrack_find()Patrick McHardy1-1/+1
2008-01-31[NETFILTER]: nf_conntrack: use RCU for conntrack hashPatrick McHardy1-2/+2
2008-01-28[NETFILTER]: Update modules' descriptionsJan Engelhardt1-1/+1
2008-01-28[NETFILTER]: xt_connlimit: use the new union nf_inet_addrJan Engelhardt1-4/+3
2008-01-28[NETFILTER]: Introduce nf_inet_addressJan Engelhardt1-10/+10
2008-01-28[NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt1-24/+26
2007-11-07[NETFILTER]: Copyright/Email updateJan Engelhardt1-2/+3
2007-07-26netfilter endian regressionsAl Viro1-3/+3
2007-07-14[NETFILTER]: x_tables: add connlimit matchJan Engelhardt1-0/+313