aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-1/+1
2010-02-08netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy1-1/+1
2010-02-03netfilter: xtables: add CT targetPatrick McHardy1-0/+19
2010-02-03netfilter: nf_conntrack: support conntrack templatesPatrick McHardy1-4/+13
2010-02-03netfilter: ctnetlink: only assign helpers for matching protocolsPatrick McHardy1-3/+5
2009-06-13netfilter: conntrack: move helper destruction to nf_ct_helper_destroy()Pablo Neira Ayuso1-0/+14
2009-04-15netfilter: nf_conntrack: fix crash when unloading helpersPatrick McHardy1-1/+1
2009-03-25netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet1-3/+4
2009-03-25netfilter: limit the length of the helper nameHolger Eitzenberger1-0/+1
2008-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-2/+30
2008-11-18netfilter: ctnetlink: helper modules load-on-demand supportPablo Neira Ayuso1-2/+30
2008-11-05netfilter: netns ct: walk netns list under RTNLAlexey Dobriyan1-0/+3
2008-10-08netfilter: netns nf_conntrack: unregister helper in every netnsAlexey Dobriyan1-16/+24
2008-10-08netfilter: netns nf_conntrack: per-netns unconfirmed listAlexey Dobriyan1-1/+1
2008-10-08netfilter: netns nf_conntrack: per-netns expectationsAlexey Dobriyan1-1/+1
2008-10-08netfilter: netns nf_conntrack: per-netns conntrack hashAlexey Dobriyan1-1/+1
2008-05-22rcu: fix nf_conntrack_helper.c build bugIngo Molnar1-0/+1
2008-04-14[NETFILTER]: annotate rest of nf_conntrack_* with constJan Engelhardt1-1/+1
2008-03-25[NETFILTER]: nf_conntrack: introduce expectation classes and policiesPatrick McHardy1-1/+2
2008-01-31[NETFILTER]: nf_conntrack: switch rwlock to spinlockPatrick McHardy1-2/+2
2008-01-31[NETFILTER]: nf_conntrack: use RCU for conntrack helpersPatrick McHardy1-41/+17
2007-07-26netfilter endian regressionsAl Viro1-1/+1
2007-07-20ANSIfy a couple of functions in netfilterAl Viro1-2/+2
2007-07-10[NETFILTER]: nf_conntrack_helper: use hashtable for conntrack helpersPatrick McHardy1-13/+57
2007-07-10[NETFILTER]: nf_conntrack_expect: maintain per conntrack expectation listPatrick McHardy1-0/+13
2007-07-10[NETFILTER]: nf_conntrack_helper/nf_conntrack_netlink: convert to expectation hashPatrick McHardy1-9/+12
2007-07-10[NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy1-1/+2
2007-07-10[NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy1-2/+2
2007-07-10[NETFILTER]: nf_conntrack: use hlists for conntrack hashPatrick McHardy1-2/+3
2007-07-10[NETFILTER]: nf_conntrack_extend: use __read_mostly for struct nf_ct_ext_typePatrick McHardy1-1/+1
2007-07-10[NETFILTER]: nf_conntrack: use extension infrastructure for helperYasuyuki Kozakai1-10/+17
2007-06-07[NETFILTER]: nf_conntrack: fix helper module unload racesPatrick McHarrdy1-1/+1
2006-12-02[NETFILTER]: nf_conntrack: EXPORT_SYMBOL cleanupPatrick McHardy1-0/+5
2006-12-02[NETFILTER]: nf_conntrack: automatic helper assignment for expectationsPatrick McHardy1-1/+2
2006-12-02[NETFILTER]: nf_conntrack: fix helper structure alignmentPatrick McHardy1-4/+5
2006-12-02[NETFILTER]: remove remaining ASSERT_{READ,WRITE}_LOCKPatrick McHardy1-3/+0
2006-12-02[NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocolMartin Josefsson1-1/+1
2006-12-02[NETFILTER]: More __read_mostly annotationsMartin Josefsson1-1/+1
2006-12-02[NETFILTER]: nf_conntrack: split out helper handlingMartin Josefsson1-0/+151