aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_conntrack_l4proto.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-13netfilter: remove CONFIG_NETFILTER checks from headers.Jeremy Sowden1-2/+0
2019-09-13netfilter: fix coding-style errors.Jeremy Sowden1-7/+7
2019-08-13netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files.Jeremy Sowden1-0/+2
2019-08-13netfilter: add missing IS_ENABLED(CONFIG_NF_CONNTRACK) checks to some header-files.Jeremy Sowden1-0/+2
2019-04-13netfilter: conntrack: don't set related state for different outer addressFlorian Westphal1-0/+6
2019-01-18netfilter: conntrack: remove nf_ct_l4proto_find_getFlorian Westphal1-7/+1
2019-01-18netfilter: conntrack: remove l4proto destroy hookFlorian Westphal1-3/+0
2019-01-18netfilter: conntrack: remove l4proto init and get_net callbacksFlorian Westphal1-6/+9
2019-01-18netfilter: conntrack: remove pernet l4 proto register interfaceFlorian Westphal1-12/+0
2019-01-18netfilter: conntrack: remove remaining l4proto indirect packet callsFlorian Westphal1-7/+5
2019-01-18netfilter: conntrack: remove module owner fieldFlorian Westphal1-4/+0
2019-01-18netfilter: conntrack: remove invert_tuple callbackFlorian Westphal1-6/+5
2019-01-18netfilter: conntrack: remove pkt_to_tuple callbackFlorian Westphal1-5/+0
2019-01-18netfilter: conntrack: remove net_idFlorian Westphal1-1/+1
2019-01-18netfilter: conntrack: gre: switch module to be built-inFlorian Westphal1-0/+7
2019-01-18netfilter: conntrack: handle icmp pkt_to_tuple helper via direct callsFlorian Westphal1-0/+10
2019-01-18netfilter: conntrack: handle builtin l4proto packet functions via direct callsFlorian Westphal1-0/+37
2018-11-03netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet()Pablo Neira Ayuso1-0/+39
2018-09-20netfilter: conntrack: clamp l4proto array size at largers supported protocolFlorian Westphal1-1/+1
2018-09-20netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal1-7/+2
2018-09-20netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal1-1/+1
2018-09-20netfilter: conntrack: remove error callback and handle icmp from coreFlorian Westphal1-4/+9
2018-09-20netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal1-1/+1
2018-09-20netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal1-5/+0
2018-09-20netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal1-3/+4
2018-08-07netfilter: remove ifdef around cttimeout in struct nf_conntrack_l4protoPablo Neira Ayuso1-2/+0
2018-07-17netfilter: conntrack: remove l3proto abstractionFlorian Westphal1-4/+0
2018-07-16netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal1-6/+2
2018-07-16netfilter: conntrack: avoid calls to l4proto invert_tupleFlorian Westphal1-1/+1
2018-01-08netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal1-1/+1
2018-01-08netfilter: conntrack: constify list of builtin trackersFlorian Westphal1-5/+5
2018-01-08netfilter: conntrack: remove nlattr_size pointer from l4proto trackersFlorian Westphal1-4/+3
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-7/+18
2017-11-06netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-24netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal1-1/+0
2017-10-24netfilter: conntrack: add and use nf_ct_l4proto_log_invalidFlorian Westphal1-6/+8
2017-10-24netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal1-0/+10
2017-09-04netfilter: remove unused hooknum arg from packet functionsFlorian Westphal1-1/+0
2017-08-24netfilter: conntrack: make protocol tracker pointers constFlorian Westphal1-2/+2
2017-08-24netfilter: conntrack: print_conntrack only needed if CONFIG_NF_CONNTRACK_PROCFSFlorian Westphal1-3/+4
2017-08-24netfilter: conntrack: place print_tuple in procfs partFlorian Westphal1-4/+0
2017-08-24netfilter: conntrack: reduce size of l4protocol trackersFlorian Westphal1-2/+2
2017-08-24netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal1-3/+0
2017-08-02netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall1-7/+7
2017-04-19netfilter: allow early drop of assured conntracksFlorian Westphal1-0/+3
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-09netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti1-4/+14
2016-08-13netfilter: remove ip_conntrack* sysctl compat codePablo Neira Ayuso1-8/+0