aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_connlimit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-13netfilter: update include directives.Jeremy Sowden1-0/+2
2018-07-30netfilter: use PTR_ERR_OR_ZERO()YueHaibing1-3/+1
2018-03-20netfilter: Refactor nf_conncountYi-Hung Wei1-2/+2
2018-01-08netfilter: connlimit: split xt_connlimit into front and backendFlorian Westphal1-345/+24
2017-11-06netfilter: xt_connlimit: remove mask argumentFlorian Westphal1-32/+20
2017-10-24netfilter: xt_connlimit: don't store address in the conn nodesFlorian Westphal1-3/+0
2017-08-19netfilter: connlimit: merge root4 and root6.Taehee Yoo1-15/+8
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo1-3/+0
2017-01-09xtables: extend matches and targets with .usersizeWillem de Bruijn1-0/+1
2017-01-05netfilter: xt_connlimit: use rb_entry()Geliang Tang1-2/+2
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal1-3/+3
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso1-4/+4
2016-09-23netfilter: Enhance the codes used to get random onceGao Feng1-7/+1
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman1-1/+1
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net devicesEric W. Biederman1-1/+1
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann1-4/+5
2014-11-17netfilter: xt_connlimit: honor conntrack zone if availableFlorian Westphal1-11/+14
2014-04-03netfilter: connlimit: move lock array out of struct connlimit_dataFlorian Westphal1-9/+16
2014-04-03netfilter: connlimit: fix UP buildFlorian Westphal1-1/+1
2014-03-17netfilter: connlimit: use rbtree for per-host conntrack obj storageFlorian Westphal1-47/+177
2014-03-17netfilter: connlimit: make same_source_net signedFlorian Westphal1-4/+5
2014-03-17netfilter: connlimit: use keyed locksFlorian Westphal1-8/+18
2014-03-12netfilter: connlimit: use kmem_cache for conn objectsFlorian Westphal1-5/+19
2014-03-12netfilter: connlimit: move insertion of new element out of count functionFlorian Westphal1-15/+23
2014-03-12netfilter: connlimit: improve packet-to-closed-connection logicFlorian Westphal1-15/+8
2014-03-12netfilter: connlimit: factor hlist search into new functionFlorian Westphal1-16/+33
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+4
2012-06-07netfilter: xt_connlimit: remove revision 0Cong Wang1-24/+11
2011-03-15netfilter: xt_connlimit: remove connlimit_rnd_initedChangli Gao1-4/+7
2011-03-15netfilter: xt_connlimit: use hlist insteadChangli Gao1-14/+14
2011-03-15netfilter: xt_connlimit: use kmalloc() instead of kzalloc()Changli Gao1-1/+1
2011-03-15netfilter: xt_connlimit: fix daddr connlimit in SNAT scenarioChangli Gao1-11/+9
2011-02-14Revert "netfilter: xt_connlimit: connlimit-above early loop termination"Stefan Berger1-10/+3
2011-02-11netfilter: xt_connlimit: connlimit-above early loop terminationStefan Berger1-3/+10
2011-01-26netfilter: xt_connlimit: pick right dstaddr in NAT scenarioJan Engelhardt1-4/+8
2011-01-19netfilter: xtables: connlimit revision 1Jan Engelhardt1-14/+30
2011-01-18netfilter: xt_connlimit: use hotdrop jump markRichard Weinberger1-4/+2
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