summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_conntrack_helper.c
AgeCommit message (Expand)Author
2018-03-24netfilter: nf_ct_helper: permit cthelpers with different names via nfnetlinkLiping Zhang
2017-02-26netfilter: nf_ct_helper: warn when not applying default helper assignmentJiri Kosina
2016-11-08netfilter: conntrack: fix CT target for UNSPEC helpersFlorian Westphal
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole
2016-09-12netfilter: nf_conntrack: simplify __nf_ct_try_assign_helper() return logicPablo Neira
2016-07-21netfilter: Add helper array register/unregister functionsGao Feng
2016-07-11netfilter: nf_ct_helper: unlink helper again when hash resize happenLiping Zhang
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-06-07netfilter: helper: avoid extra expectation iterations on unregisterFlorian Westphal
2016-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-05-31netfilter: nf_ct_helper: bail out on duplicated helpersPablo Neira Ayuso
2016-05-06netfilter: conntrack: use a single expectation table for all namespacesFlorian Westphal
2016-05-05netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal
2016-04-25netfilter: nf_ct_helper: disable automatic helper assignmentPablo Neira Ayuso
2016-01-20netfilter: nf_conntrack: use safer way to lock all bucketsSasha Levin
2014-10-30netfilter: fix spelling errorsstephen hemminger
2014-03-07netfilter: conntrack: remove central spinlock nf_conntrack_lockJesper Dangaard Brouer
2014-03-07netfilter: conntrack: seperate expect locking from nf_conntrack_lockJesper Dangaard Brouer
2014-03-07netfilter: conntrack: spinlock per cpu to protect special lists.Jesper Dangaard Brouer
2013-04-18netfilter: add my copyright statementsPatrick McHardy
2013-04-05netfilter: nf_log: prepare net namespace support for loggersGao feng
2013-03-07Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller
2013-03-02netfilter: nf_ct_helper: Fix logging for dropped packetsJoe Perches
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-18Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller
2013-02-19netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso
2013-02-12netfilter: nf_ct_helper: don't discard helper if it is actually the sameFlorian Westphal
2013-01-23netfilter: nf_ct_helper: move initialization out of pernet_operationsGao feng
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman
2012-06-19netfilter: nf_ct_helper: disable automatic helper re-assignment of different ...Pablo Neira Ayuso
2012-06-16netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso
2012-06-16netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso
2012-05-08netfilter: nf_conntrack: fix explicit helper attachment and NATPablo Neira Ayuso
2012-05-08netfilter: nf_ct_helper: allow to disable automatic helper assignmentEric Leblond
2012-03-07netfilter: ctnetlink: allow to set expectfn for expectationsPablo Neira Ayuso
2012-01-16netfilter: revert user-space expectation helper supportPablo Neira Ayuso
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2011-12-23netfilter: rework user-space expectation helper supportPablo Neira Ayuso
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-01-14netfilter: nf_conntrack: use is_vmalloc_addr()Patrick McHardy
2010-11-15netfilter: rcu sparse cleanupsEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-02-08netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy
2010-02-03netfilter: xtables: add CT targetPatrick McHardy
2010-02-03netfilter: nf_conntrack: support conntrack templatesPatrick McHardy
2010-02-03netfilter: ctnetlink: only assign helpers for matching protocolsPatrick McHardy
2009-06-13netfilter: conntrack: move helper destruction to nf_ct_helper_destroy()Pablo Neira Ayuso
2009-04-15netfilter: nf_conntrack: fix crash when unloading helpersPatrick McHardy