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