summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_conntrack_helper.h
Commit message (Expand)AuthorAgeFilesLines
* netfilter: add API to manage NAT helpers.Flavio Leitner2019-04-301-1/+21
* netfilter: use macros to create module aliases.Flavio Leitner2019-04-301-0/+4
* netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal2018-12-211-2/+1Star
* netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng2018-07-181-3/+1Star
* netfilter: nf_conntrack_broadcast: remove useless parameterTaehee Yoo2018-03-051-2/+1Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* netfilter: nfnl_cthelper: reject del request if helper obj is in useLiping Zhang2017-05-151-0/+2
* netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang2017-05-151-0/+2
* netfilter: helpers: remove data_len usage for inkernel helpersFlorian Westphal2017-04-191-5/+6
* netfilter: helper: add build-time asserts for helper data sizeFlorian Westphal2017-04-191-1/+4
* netfilter: conntrack: move helper struct to nf_conntrack_helper.hFlorian Westphal2017-04-191-0/+17
* netfilter: Add helper array register/unregister functionsGao Feng2016-07-211-0/+15
* netfilter: Remove extern from function prototypesJoe Perches2013-09-231-19/+21
* netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso2013-02-191-0/+4
* netfilter: nf_ct_helper: move initialization out of pernet_operationsGao feng2013-01-231-2/+5
* netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso2012-06-161-0/+11
* netfilter: ctnetlink: add CTA_HELP_INFO attributePablo Neira Ayuso2012-06-161-0/+1
* netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso2012-06-161-1/+14
* netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso2012-06-161-1/+1
* netfilter: nf_ct_helper: allow to disable automatic helper assignmentEric Leblond2012-05-081-2/+2
* netfilter: ctnetlink: allow to set expectfn for expectationsPablo Neira Ayuso2012-03-071-0/+13
* netfilter: nf_conntrack: nf_conntrack snmp helperJiri Olsa2011-01-181-0/+6
* netfilter: xtables: add CT targetPatrick McHardy2010-02-031-0/+3
* netfilter: nf_conntrack: support conntrack templatesPatrick McHardy2010-02-031-1/+2
* netfilter: ctnetlink: only assign helpers for matching protocolsPatrick McHardy2010-02-031-1/+1
* net: cleanup include/netEric Dumazet2009-11-041-2/+1Star
* netfilter: conntrack: move helper destruction to nf_ct_helper_destroy()Pablo Neira Ayuso2009-06-131-0/+2
* netfilter: limit the length of the helper nameHolger Eitzenberger2009-03-251-0/+2
* netfilter: ctnetlink: helper modules load-on-demand supportPablo Neira Ayuso2008-11-181-3/+2Star
* [NETFILTER]: nf_conntrack: introduce expectation classes and policiesPatrick McHardy2008-03-261-3/+2Star
* [NETFILTER]: nf_conntrack: use RCU for conntrack helpersPatrick McHardy2008-02-011-4/+0Star
* [NETFILTER]: nf_conntrack: clean up a few header filesPatrick McHardy2008-01-291-0/+4
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-1/+1
* [NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy2007-10-111-1/+1
* [NETFILTER]: nf_conntrack_helper: use hashtable for conntrack helpersPatrick McHardy2007-07-111-2/+2
* [NETFILTER]: nf_conntrack_expect: maintain per conntrack expectation listPatrick McHardy2007-07-111-0/+2
* [NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy2007-07-111-3/+2Star
* [NETFILTER]: nf_conntrack: use extension infrastructure for helperYasuyuki Kozakai2007-07-111-0/+5
* [NETFILTER]: nf_conntrack/nf_nat: add PPTP helper portPatrick McHardy2006-12-031-0/+2
* [NETFILTER]: nf_conntrack: split out helper handlingMartin Josefsson2006-12-031-0/+10
* [NETFILTER]: nf_conntrack: split out expectation handlingMartin Josefsson2006-12-031-10/+0Star
* [NETFILTER]: Add ctnetlink port for nf_conntrackPablo Neira Ayuso2006-01-051-0/+2
* [NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai2005-11-101-0/+51