summaryrefslogtreecommitdiff
path: root/net/netfilter/xt_connlimit.c
AgeCommit message (Expand)Author
2017-11-06netfilter: xt_connlimit: remove mask argumentFlorian Westphal
2017-10-24netfilter: xt_connlimit: don't store address in the conn nodesFlorian Westphal
2017-08-19netfilter: connlimit: merge root4 and root6.Taehee Yoo
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo
2017-01-09xtables: extend matches and targets with .usersizeWillem de Bruijn
2017-01-05netfilter: xt_connlimit: use rb_entry()Geliang Tang
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso
2016-09-23netfilter: Enhance the codes used to get random onceGao Feng
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann
2014-11-17netfilter: xt_connlimit: honor conntrack zone if availableFlorian Westphal
2014-04-03netfilter: connlimit: move lock array out of struct connlimit_dataFlorian Westphal
2014-04-03netfilter: connlimit: fix UP buildFlorian Westphal
2014-03-17netfilter: connlimit: use rbtree for per-host conntrack obj storageFlorian Westphal
2014-03-17netfilter: connlimit: make same_source_net signedFlorian Westphal
2014-03-17netfilter: connlimit: use keyed locksFlorian Westphal
2014-03-12netfilter: connlimit: use kmem_cache for conn objectsFlorian Westphal
2014-03-12netfilter: connlimit: move insertion of new element out of count functionFlorian Westphal
2014-03-12netfilter: connlimit: improve packet-to-closed-connection logicFlorian Westphal
2014-03-12netfilter: connlimit: factor hlist search into new functionFlorian Westphal
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-06-07netfilter: xt_connlimit: remove revision 0Cong Wang
2011-03-15netfilter: xt_connlimit: remove connlimit_rnd_initedChangli Gao
2011-03-15netfilter: xt_connlimit: use hlist insteadChangli Gao
2011-03-15netfilter: xt_connlimit: use kmalloc() instead of kzalloc()Changli Gao
2011-03-15netfilter: xt_connlimit: fix daddr connlimit in SNAT scenarioChangli Gao
2011-02-14Revert "netfilter: xt_connlimit: connlimit-above early loop termination"Stefan Berger
2011-02-11netfilter: xt_connlimit: connlimit-above early loop terminationStefan Berger
2011-01-26netfilter: xt_connlimit: pick right dstaddr in NAT scenarioJan Engelhardt
2011-01-19netfilter: xtables: connlimit revision 1Jan Engelhardt
2011-01-18netfilter: xt_connlimit: use hotdrop jump markRichard Weinberger
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt
2010-03-25netfilter: xtables: change matches to return error codeJan Engelhardt
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt
2010-03-18netfilter: xt extensions: use pr_<level>Jan Engelhardt
2010-03-17netfilter: update my email addressJan Engelhardt
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy
2010-01-18netfilter: xt_connlimit: netns supportAlexey Dobriyan
2010-01-04netfilter: xtables: obtain random bytes earlier, in checkentryJan Engelhardt
2009-11-06netfilter: xt_connlimit: fix regression caused by zero family valueJan Engelhardt
2009-03-25netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet
2008-10-08netfilter: xtables: cut down on static data for family-independent extensionsJan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt