aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_sane.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-24netfilter: add __exit mark to helper modulesTaehee Yoo1-2/+1
2017-04-19netfilter: helpers: remove data_len usage for inkernel helpersFlorian Westphal1-4/+2
2017-04-19netfilter: helper: add build-time asserts for helper data sizeFlorian Westphal1-0/+2
2016-07-21netfilter: Add helper array register/unregister functionsGao Feng1-37/+20
2016-05-30netfilter: nf_ct_helper: Fix helper unregister count.Taehee Yoo1-0/+1
2016-01-04netfilter: nf_ct_helper: define pr_fmt()Pablo Neira Ayuso1-10/+9
2013-02-19netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso1-1/+4
2012-06-16netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso1-2/+2
2012-06-16netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso1-6/+2
2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet1-1/+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
2008-11-17netfilter: nf_conntrack: connection tracking helper name persistent aliasesPablo Neira Ayuso1-0/+1
2008-04-14[NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by function callJan Engelhardt1-1/+1
2008-04-14[NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessorsPatrick McHardy1-2/+1
2008-03-25[NETFILTER]: nf_conntrack: introduce expectation classes and policiesPatrick McHardy1-3/+8
2008-01-31[NETFILTER]: nf_conntrack_sane: annotate SANE helper with constJan Engelhardt1-4/+5
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-5/+5
2007-07-10[NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy1-17/+10
2007-07-10[NETFILTER]: nf_conntrack: mark helpers __read_mostlyPatrick McHardy1-2/+2
2007-07-10[NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy1-2/+0
2007-07-10[NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy1-7/+5
2007-02-08[NETFILTER]: Add SANE connection tracking helperMichal Schmidt1-0/+242