aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_proto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-26netfilter: conntrack: skip confirmation and nat hooks in postrouting for vrfFlorian Westphal1-0/+16
2021-07-02netfilter: conntrack: nf_ct_gre_keymap_flush() removalVasily Averin1-7/+0
2021-06-18netfilter: conntrack: pass hook state to log functionsFlorian Westphal1-7/+9
2021-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-4/+2
2021-06-07netfilter: nftables: add nf_ct_pernet() helper functionPablo Neira Ayuso1-4/+2
2021-05-20netfilter: conntrack: unregister ipv4 sockopts on error unwindFlorian Westphal1-1/+1
2021-04-26netfilter: disable defrag once its no longer neededFlorian Westphal1-2/+6
2020-09-08netfilter: conntrack: nf_conncount_init is failing with IPv6 disabledEelco Chaudron1-0/+2
2020-07-22netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-05-30netfilter: nf_conntrack_bridge: register inet conntrack for bridgePablo Neira Ayuso1-16/+42
2019-05-30netfilter: bridge: add connection tracking systemPablo Neira Ayuso1-4/+3
2019-05-30netfilter: nf_conntrack: allow to register bridge supportPablo Neira Ayuso1-3/+58
2019-04-22netfilter: fix nf_l4proto_log_invalid to log invalid packetsAndrei Vagin1-1/+1
2019-01-22netfilter: conntrack: fix IPV6=n buildsFlorian Westphal1-0/+2
2019-01-18netfilter: conntrack: remove nf_ct_l4proto_find_getFlorian Westphal1-149/+26
2019-01-18netfilter: conntrack: remove l4proto init and get_net callbacksFlorian Westphal1-89/+14
2019-01-18netfilter: conntrack: remove sysctl registration helpersFlorian Westphal1-76/+1
2019-01-18netfilter: conntrack: remove pernet l4 proto register interfaceFlorian Westphal1-16/+12
2019-01-18netfilter: conntrack: remove module owner fieldFlorian Westphal1-8/+0
2019-01-18netfilter: conntrack: remove net_idFlorian Westphal1-6/+2
2019-01-18netfilter: conntrack: gre: switch module to be built-inFlorian Westphal1-1/+6
2019-01-18netfilter: conntrack: remove helper hook againFlorian Westphal1-106/+36
2018-12-17netfilter: remove unused parameters in nf_ct_l4proto_[un]register_sysctl()Yafang Shao1-14/+7
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-75/+29
2018-09-20netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal1-3/+2
2018-09-20netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal1-4/+4
2018-09-11netfilter: conntrack: reset tcp maxwin on re-registerFlorian Westphal1-0/+26
2018-08-16netfilter: conntrack: fix removal of conntrack entries when l4tracker is removedFlorian Westphal1-5/+10
2018-08-03netfilter: conntrack: avoid use-after free on rmmodFlorian Westphal1-4/+3
2018-07-17netfilter: conntrack: remove l3proto abstractionFlorian Westphal1-230/+617
2018-07-16netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackersFlorian Westphal1-0/+5
2018-07-16netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal1-4/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-01-08netfilter: conntrack: constify list of builtin trackersFlorian Westphal1-6/+6
2018-01-08netfilter: conntrack: remove nlattr_size pointer from l4proto trackersFlorian Westphal1-5/+1
2017-11-06netfilter: conntrack: move nf_ct_netns_{get,put}() to corePablo Neira Ayuso1-2/+35
2017-11-06netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal1-2/+0
2017-10-24netfilter: conntrack: add and use nf_ct_l4proto_log_invalidFlorian Westphal1-0/+23
2017-10-24netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal1-0/+24
2017-08-24netfilter: conntrack: make protocol tracker pointers constFlorian Westphal1-10/+10
2017-08-24netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal1-4/+4
2017-08-24netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal1-6/+3
2017-08-02netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall1-12/+12
2017-07-31netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal1-29/+0
2017-06-19netfilter: conntrack: use NFPROTO_MAX to size arrayFlorian Westphal1-9/+9
2017-06-19netfilter: move table iteration out of netns exit pathsFlorian Westphal1-9/+17
2017-05-29netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal1-2/+2
2017-04-14netfilter: nf_conntrack: remove double assignmentAaron Conole1-2/+1
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal1-1/+1