summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_helper.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: add my copyright statementsPatrick McHardy2013-04-181-0/+1
* netfilter: nf_log: prepare net namespace support for loggersGao feng2013-04-051-1/+1
* Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-03-071-1/+10
|\
| * netfilter: nf_ct_helper: Fix logging for dropped packetsJoe Perches2013-03-021-1/+10
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-8/+5Star
|/
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-02-191-0/+19
|\
| * netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso2013-02-191-0/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller2013-02-191-1/+3
|\ \ | |/ |/|
| * netfilter: nf_ct_helper: don't discard helper if it is actually the sameFlorian Westphal2013-02-121-1/+3
* | netfilter: nf_ct_helper: move initialization out of pernet_operationsGao feng2013-01-231-28/+25Star
|/
* net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-191-0/+4
* netfilter: nf_ct_helper: disable automatic helper re-assignment of different ...Pablo Neira Ayuso2012-06-191-1/+7
* netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso2012-06-161-4/+17
* netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso2012-06-161-4/+7
* netfilter: nf_conntrack: fix explicit helper attachment and NATPablo Neira Ayuso2012-05-081-1/+12
* netfilter: nf_ct_helper: allow to disable automatic helper assignmentEric Leblond2012-05-081-11/+98
* netfilter: ctnetlink: allow to set expectfn for expectationsPablo Neira Ayuso2012-03-071-0/+54
* netfilter: revert user-space expectation helper supportPablo Neira Ayuso2012-01-161-12/+0Star
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-1/+1
* netfilter: rework user-space expectation helper supportPablo Neira Ayuso2011-12-231-0/+12
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-3/+3
* netfilter: nf_conntrack: use is_vmalloc_addr()Patrick McHardy2011-01-141-7/+3Star
* netfilter: rcu sparse cleanupsEric Dumazet2010-11-151-2/+8
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0Star
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-02-101-1/+1
|\
| * netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy2010-02-081-1/+1
* | netfilter: xtables: add CT targetPatrick McHardy2010-02-031-0/+19
* | netfilter: nf_conntrack: support conntrack templatesPatrick McHardy2010-02-031-4/+13
* | netfilter: ctnetlink: only assign helpers for matching protocolsPatrick McHardy2010-02-031-3/+5
|/
* netfilter: conntrack: move helper destruction to nf_ct_helper_destroy()Pablo Neira Ayuso2009-06-131-0/+14
* netfilter: nf_conntrack: fix crash when unloading helpersPatrick McHardy2009-04-151-1/+1
* netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet2009-03-251-3/+4
* netfilter: limit the length of the helper nameHolger Eitzenberger2009-03-251-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2008-11-281-2/+30
|\
| * netfilter: ctnetlink: helper modules load-on-demand supportPablo Neira Ayuso2008-11-181-2/+30
* | netfilter: netns ct: walk netns list under RTNLAlexey Dobriyan2008-11-051-0/+3
|/
* netfilter: netns nf_conntrack: unregister helper in every netnsAlexey Dobriyan2008-10-081-16/+24
* netfilter: netns nf_conntrack: per-netns unconfirmed listAlexey Dobriyan2008-10-081-1/+1
* netfilter: netns nf_conntrack: per-netns expectationsAlexey Dobriyan2008-10-081-1/+1
* netfilter: netns nf_conntrack: per-netns conntrack hashAlexey Dobriyan2008-10-081-1/+1
* rcu: fix nf_conntrack_helper.c build bugIngo Molnar2008-05-221-0/+1
* [NETFILTER]: annotate rest of nf_conntrack_* with constJan Engelhardt2008-04-141-1/+1
* [NETFILTER]: nf_conntrack: introduce expectation classes and policiesPatrick McHardy2008-03-261-1/+2
* [NETFILTER]: nf_conntrack: switch rwlock to spinlockPatrick McHardy2008-02-011-2/+2
* [NETFILTER]: nf_conntrack: use RCU for conntrack helpersPatrick McHardy2008-02-011-41/+17Star
* netfilter endian regressionsAl Viro2007-07-261-1/+1
* ANSIfy a couple of functions in netfilterAl Viro2007-07-201-2/+2
* [NETFILTER]: nf_conntrack_helper: use hashtable for conntrack helpersPatrick McHardy2007-07-111-13/+57
* [NETFILTER]: nf_conntrack_expect: maintain per conntrack expectation listPatrick McHardy2007-07-111-0/+13
* [NETFILTER]: nf_conntrack_helper/nf_conntrack_netlink: convert to expectation...Patrick McHardy2007-07-111-9/+12