summaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_connlimit.c
Commit message (Expand)AuthorAgeFilesLines
* xtables: extend matches and targets with .usersizeWillem de Bruijn2017-01-091-0/+1
* netfilter: xt_connlimit: use rb_entry()Geliang Tang2017-01-051-2/+2
* netfilter: add and use nf_ct_netns_get/putFlorian Westphal2016-12-041-3/+3
* netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-031-4/+4
* netfilter: Enhance the codes used to get random onceGao Feng2016-09-231-7/+1
* netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman2015-09-181-1/+1
* netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman2015-09-181-1/+1
* netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann2015-08-111-4/+5
* netfilter: xt_connlimit: honor conntrack zone if availableFlorian Westphal2014-11-171-11/+14
* netfilter: connlimit: move lock array out of struct connlimit_dataFlorian Westphal2014-04-031-9/+16
* netfilter: connlimit: fix UP buildFlorian Westphal2014-04-031-1/+1
* netfilter: connlimit: use rbtree for per-host conntrack obj storageFlorian Westphal2014-03-171-47/+177
* netfilter: connlimit: make same_source_net signedFlorian Westphal2014-03-171-4/+5
* netfilter: connlimit: use keyed locksFlorian Westphal2014-03-171-8/+18
* netfilter: connlimit: use kmem_cache for conn objectsFlorian Westphal2014-03-121-5/+19
* netfilter: connlimit: move insertion of new element out of count functionFlorian Westphal2014-03-121-15/+23
* netfilter: connlimit: improve packet-to-closed-connection logicFlorian Westphal2014-03-121-15/+8
* netfilter: connlimit: factor hlist search into new functionFlorian Westphal2014-03-121-16/+33
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-4/+4
* netfilter: xt_connlimit: remove revision 0Cong Wang2012-06-071-24/+11
* 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