summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_conntrack_l3proto.h
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* netfilter: conntrack: make protocol tracker pointers constFlorian Westphal2017-08-241-3/+3
* netfilter: conntrack: place print_tuple in procfs partFlorian Westphal2017-08-241-4/+0
* netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal2017-08-241-3/+0
* netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal2017-08-241-11/+8
* netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal2017-07-311-15/+0
* netfilter: conntrack: use NFPROTO_MAX to size arrayFlorian Westphal2017-06-191-2/+2
* netfilter: conntrack: add nf_conntrack_default_on sysctlFlorian Westphal2016-12-041-0/+9
* netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal2016-12-041-0/+4
* netfilter: conntrack: remove unused init_net hookFlorian Westphal2016-12-041-3/+0
* netfilter: nf_conntrack: remove unused ctl_table_path member in nf_conntrack_...Liping Zhang2016-09-091-4/+0
* netfilter: Convert print_tuple functions to return voidJoe Perches2014-11-051-2/+2
* netfilter: nf_conntrack: remove dead codestephen hemminger2014-01-031-1/+0
* netfilter: Remove extern from function prototypesJoe Perches2013-09-231-8/+8
* netfilter: nf_conntrack: refactor l3proto support for netnsGao feng2013-01-231-3/+8
* netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]protoPablo Neira Ayuso2012-06-071-2/+0
* netfilter: nf_conntrack: prepare namespace support for l3 protocol trackersGao feng2012-06-071-2/+7
* net: Convert nf_conntrack_proto to use register_net_sysctlEric W. Biederman2012-04-201-1/+1
* netfilter: add __rcu annotationsEric Dumazet2010-11-151-1/+1
* net: cleanup include/netEric Dumazet2009-11-041-2/+1
* netfilter: ctnetlink: add callbacks to the per-proto nlattrsHolger Eitzenberger2009-03-251-0/+7
* [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l3protoJan Engelhardt2008-04-141-4/+4
* [NETFILTER]: Remove unused callbacks in nf_conntrack_l3protoJan Engelhardt2008-04-141-11/+0
* [NETFILTER]: nf_conntrack: naming unificationPatrick McHardy2008-01-311-2/+2
* [NETFILTER]: nf_conntrack: remove print_conntrack function from l3protosPatrick McHardy2008-01-281-3/+0
* [NETFILTER]: Use the ctl paths instead of hand-made analoguePavel Emelyanov2008-01-281-1/+1
* [NETFILTER]: ctnetlink: use netlink policyPatrick McHardy2007-10-101-0/+2
* [NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy2007-10-101-2/+2
* [NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy2007-10-101-3/+2
* [NETFILTER]: nf_conntrack: mark protocols __read_mostlyPatrick McHardy2007-07-141-2/+0
* [NETFILTER]: nf_conntrack: make l3proto->prepare() generic and renames itYasuyuki Kozakai2007-07-141-3/+3
* [NETFILTER]: nf_conntrack: remove old memory allocator of conntrackYasuyuki Kozakai2007-07-101-2/+0
* [NETFILTER]: nf_conntrack: Removes unused destroy operation of l3protoYasuyuki Kozakai2007-05-101-3/+0
* [NETFILTER]: nfnetlink: use mutex instead of semaphorePatrick McHardy2007-04-251-4/+1
* [NETFILTER]: nf_conntrack: change nf_conntrack_l[34]proto_unregister to voidPatrick McHardy2007-02-121-1/+1
* [NETFILTER]: nf_conntrack: properly use RCU API for nf_ct_protos/nf_ct_l3prot...Patrick McHardy2007-02-121-1/+1
* [NETFILTER]: nf_conntrack: automatic sysctl registation for conntrack protocolsPatrick McHardy2006-12-021-0/+6
* [NETFILTER]: nf_conntrack: remove unused struct list_head from protocolsMartin Josefsson2006-12-021-3/+0
* [NETFILTER]: nf_conntrack: more sanity checks in protocol registration/unregi...Martin Josefsson2006-12-021-1/+1
* [NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocolMartin Josefsson2006-12-021-2/+2
* [NETFILTER]: nf_conntrack: check address family when finding protocol moduleYasuyuki Kozakai2006-02-041-6/+9
* [NETFILTER]: Add ctnetlink port for nf_conntrackPablo Neira Ayuso2006-01-051-1/+14
* [NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai2005-11-091-0/+93
OpenPOWER on IntegriCloud