summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_sane.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu2019-07-161-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* netfilter: add API to manage NAT helpers.Flavio Leitner2019-04-301-5/+7
* netfilter: add __exit mark to helper modulesTaehee Yoo2018-04-241-2/+1Star
* netfilter: helpers: remove data_len usage for inkernel helpersFlorian Westphal2017-04-191-4/+2Star
* netfilter: helper: add build-time asserts for helper data sizeFlorian Westphal2017-04-191-0/+2
* netfilter: Add helper array register/unregister functionsGao Feng2016-07-211-37/+20Star
* netfilter: nf_ct_helper: Fix helper unregister count.Taehee Yoo2016-05-301-0/+1
* netfilter: nf_ct_helper: define pr_fmt()Pablo Neira Ayuso2016-01-041-10/+9Star
* netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso2013-02-191-1/+4
* netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso2012-06-161-2/+2
* netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso2012-06-161-6/+2Star
* netfilter: add more values to enum ip_conntrack_infoEric Dumazet2011-06-061-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* netfilter: nf_conntrack: connection tracking helper name persistent aliasesPablo Neira Ayuso2008-11-171-0/+1
* [NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by funct...Jan Engelhardt2008-04-141-1/+1
* [NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessorsPatrick McHardy2008-04-141-2/+1Star
* [NETFILTER]: nf_conntrack: introduce expectation classes and policiesPatrick McHardy2008-03-261-3/+8
* [NETFILTER]: nf_conntrack_sane: annotate SANE helper with constJan Engelhardt2008-02-011-4/+5
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-5/+5
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-111-17/+10Star
* [NETFILTER]: nf_conntrack: mark helpers __read_mostlyPatrick McHardy2007-07-111-2/+2
* [NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy2007-07-111-2/+0Star
* [NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy2007-07-111-7/+5Star
* [NETFILTER]: Add SANE connection tracking helperMichal Schmidt2007-02-081-0/+242