aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_connlimit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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