aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_connlimit.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: xt_connlimit: remove connlimit_rnd_initedChangli Gao2011-03-151-4/+7
* netfilter: xt_connlimit: use hlist insteadChangli Gao2011-03-151-14/+14
* netfilter: xt_connlimit: use kmalloc() instead of kzalloc()Changli Gao2011-03-151-1/+1
* netfilter: xt_connlimit: fix daddr connlimit in SNAT scenarioChangli Gao2011-03-151-11/+9
* Revert "netfilter: xt_connlimit: connlimit-above early loop termination"Stefan Berger2011-02-141-10/+3
* netfilter: xt_connlimit: connlimit-above early loop terminationStefan Berger2011-02-111-3/+10
* netfilter: xt_connlimit: pick right dstaddr in NAT scenarioJan Engelhardt2011-01-261-4/+8
* netfilter: xtables: connlimit revision 1Jan Engelhardt2011-01-191-14/+30
* netfilter: xt_connlimit: use hotdrop jump markRichard Weinberger2011-01-181-4/+2
* netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt2010-05-111-2/+2
* netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt2010-05-111-1/+1
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-1/+1
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | netfilter: xtables: slightly better error reportingJan Engelhardt2010-03-251-3/+5
* | netfilter: xtables: change matches to return error codeJan Engelhardt2010-03-251-3/+3
* | netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt2010-03-251-1/+1
* | netfilter: xt extensions: use pr_<level>Jan Engelhardt2010-03-181-2/+3
* | netfilter: update my email addressJan Engelhardt2010-03-171-1/+0
|/
* netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy2010-02-151-1/+3
* netfilter: xt_connlimit: netns supportAlexey Dobriyan2010-01-181-3/+5
* netfilter: xtables: obtain random bytes earlier, in checkentryJan Engelhardt2010-01-041-11/+6
* netfilter: xt_connlimit: fix regression caused by zero family valueJan Engelhardt2009-11-061-6/+4
* netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet2009-03-251-2/+4
* netfilter: xtables: cut down on static data for family-independent extensionsJan Engelhardt2008-10-081-29/+18
* netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt2008-10-081-4/+3
* netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt2008-10-081-8/+5
* netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt2008-10-081-10/+7
* netfilter: netns nf_conntrack: per-netns conntrack hashAlexey Dobriyan2008-10-081-1/+1
* netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt2008-10-081-5/+5
* netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-081-1/+1
* netfilter: xt_connlimit: fix accouning when receive RST packet in ESTABLISHED...Dong Wei2008-06-041-1/+2
* [NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessorsPatrick McHardy2008-04-141-3/+1
* [NETFILTER]: annotate xtables targets with const and remove castsJan Engelhardt2008-04-141-3/+3
* [NETFILTER]: nf_conntrack: optimize __nf_conntrack_find()Patrick McHardy2008-01-311-1/+1
* [NETFILTER]: nf_conntrack: use RCU for conntrack hashPatrick McHardy2008-01-311-2/+2
* [NETFILTER]: Update modules' descriptionsJan Engelhardt2008-01-281-1/+1
* [NETFILTER]: xt_connlimit: use the new union nf_inet_addrJan Engelhardt2008-01-281-4/+3
* [NETFILTER]: Introduce nf_inet_addressJan Engelhardt2008-01-281-10/+10
* [NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt2008-01-281-24/+26
* [NETFILTER]: Copyright/Email updateJan Engelhardt2007-11-071-2/+3
* netfilter endian regressionsAl Viro2007-07-261-3/+3
* [NETFILTER]: x_tables: add connlimit matchJan Engelhardt2007-07-141-0/+313