aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_conntrack_helper.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-30netfilter: add API to manage NAT helpers.Flavio Leitner1-1/+21
2019-04-30netfilter: use macros to create module aliases.Flavio Leitner1-0/+4
2018-12-21netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal1-2/+1
2018-07-18netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng1-3/+1
2018-03-05netfilter: nf_conntrack_broadcast: remove useless parameterTaehee Yoo1-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-15netfilter: nfnl_cthelper: reject del request if helper obj is in useLiping Zhang1-0/+2
2017-05-15netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang1-0/+2
2017-04-19netfilter: helpers: remove data_len usage for inkernel helpersFlorian Westphal1-5/+6
2017-04-19netfilter: helper: add build-time asserts for helper data sizeFlorian Westphal1-1/+4
2017-04-19netfilter: conntrack: move helper struct to nf_conntrack_helper.hFlorian Westphal1-0/+17
2016-07-21netfilter: Add helper array register/unregister functionsGao Feng1-0/+15
2013-09-23netfilter: Remove extern from function prototypesJoe Perches1-19/+21
2013-02-19netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso1-0/+4
2013-01-23netfilter: nf_ct_helper: move initialization out of pernet_operationsGao feng1-2/+5
2012-06-16netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso1-0/+11
2012-06-16netfilter: ctnetlink: add CTA_HELP_INFO attributePablo Neira Ayuso1-0/+1
2012-06-16netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso1-1/+14
2012-06-16netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso1-1/+1
2012-05-08netfilter: nf_ct_helper: allow to disable automatic helper assignmentEric Leblond1-2/+2
2012-03-07netfilter: ctnetlink: allow to set expectfn for expectationsPablo Neira Ayuso1-0/+13
2011-01-18netfilter: nf_conntrack: nf_conntrack snmp helperJiri Olsa1-0/+6
2010-02-03netfilter: xtables: add CT targetPatrick McHardy1-0/+3
2010-02-03netfilter: nf_conntrack: support conntrack templatesPatrick McHardy1-1/+2
2010-02-03netfilter: ctnetlink: only assign helpers for matching protocolsPatrick McHardy1-1/+1
2009-11-04net: cleanup include/netEric Dumazet1-2/+1
2009-06-13netfilter: conntrack: move helper destruction to nf_ct_helper_destroy()Pablo Neira Ayuso1-0/+2
2009-03-25netfilter: limit the length of the helper nameHolger Eitzenberger1-0/+2
2008-11-18netfilter: ctnetlink: helper modules load-on-demand supportPablo Neira Ayuso1-3/+2
2008-03-25[NETFILTER]: nf_conntrack: introduce expectation classes and policiesPatrick McHardy1-3/+2
2008-01-31[NETFILTER]: nf_conntrack: use RCU for conntrack helpersPatrick McHardy1-4/+0
2008-01-28[NETFILTER]: nf_conntrack: clean up a few header filesPatrick McHardy1-0/+4
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-1/+1
2007-10-10[NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy1-1/+1
2007-07-10[NETFILTER]: nf_conntrack_helper: use hashtable for conntrack helpersPatrick McHardy1-2/+2
2007-07-10[NETFILTER]: nf_conntrack_expect: maintain per conntrack expectation listPatrick McHardy1-0/+2
2007-07-10[NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy1-3/+2
2007-07-10[NETFILTER]: nf_conntrack: use extension infrastructure for helperYasuyuki Kozakai1-0/+5
2006-12-02[NETFILTER]: nf_conntrack/nf_nat: add PPTP helper portPatrick McHardy1-0/+2
2006-12-02[NETFILTER]: nf_conntrack: split out helper handlingMartin Josefsson1-0/+10
2006-12-02[NETFILTER]: nf_conntrack: split out expectation handlingMartin Josefsson1-10/+0
2006-01-05[NETFILTER]: Add ctnetlink port for nf_conntrackPablo Neira Ayuso1-0/+2
2005-11-09[NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai1-0/+51