summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_conntrack_l3proto.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* netfilter: nf_conntrack: remove unused ctl_table_path member in nf_conntrack_...Liping Zhang2016-09-091-4/+0Star
* netfilter: Convert print_tuple functions to return voidJoe Perches2014-11-051-2/+2
* netfilter: nf_conntrack: remove dead codestephen hemminger2014-01-031-1/+0Star
* 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/+0Star
* 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-211-1/+1
* netfilter: add __rcu annotationsEric Dumazet2010-11-151-1/+1
* net: cleanup include/netEric Dumazet2009-11-041-2/+1Star
* 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/+0Star
* [NETFILTER]: nf_conntrack: naming unificationPatrick McHardy2008-02-011-2/+2
* [NETFILTER]: nf_conntrack: remove print_conntrack function from l3protosPatrick McHardy2008-01-291-3/+0Star
* [NETFILTER]: Use the ctl paths instead of hand-made analoguePavel Emelyanov2008-01-291-1/+1
* [NETFILTER]: ctnetlink: use netlink policyPatrick McHardy2007-10-111-0/+2
* [NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy2007-10-111-2/+2
* [NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy2007-10-111-3/+2Star
* [NETFILTER]: nf_conntrack: mark protocols __read_mostlyPatrick McHardy2007-07-151-2/+0Star
* [NETFILTER]: nf_conntrack: make l3proto->prepare() generic and renames itYasuyuki Kozakai2007-07-151-3/+3
* [NETFILTER]: nf_conntrack: remove old memory allocator of conntrackYasuyuki Kozakai2007-07-111-2/+0Star
* [NETFILTER]: nf_conntrack: Removes unused destroy operation of l3protoYasuyuki Kozakai2007-05-111-3/+0Star
* [NETFILTER]: nfnetlink: use mutex instead of semaphorePatrick McHardy2007-04-261-4/+1Star
* [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-031-0/+6
* [NETFILTER]: nf_conntrack: remove unused struct list_head from protocolsMartin Josefsson2006-12-031-3/+0Star
* [NETFILTER]: nf_conntrack: more sanity checks in protocol registration/unregi...Martin Josefsson2006-12-031-1/+1
* [NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocolMartin Josefsson2006-12-031-2/+2
* [NETFILTER]: nf_conntrack: check address family when finding protocol moduleYasuyuki Kozakai2006-02-051-6/+9
* [NETFILTER]: Add ctnetlink port for nf_conntrackPablo Neira Ayuso2006-01-051-1/+14
* [NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai2005-11-101-0/+93