summaryrefslogtreecommitdiff
path: root/net/netfilter/nfnetlink_cttimeout.c
AgeCommit message (Expand)Author
2022-06-17netfilter: cttimeout: fix slab-out-of-bounds read typo in cttimeout_net_exitFlorian Westphal
2022-05-27netfilter: cttimeout: fix slab-out-of-bounds read in cttimeout_net_exitFlorian Westphal
2022-05-13netfilter: conntrack: remove __nf_ct_unconfirmed_destroyFlorian Westphal
2022-05-13netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal
2022-05-13netfilter: remove nf_ct_unconfirmed_destroy helperFlorian Westphal
2022-05-13netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal
2022-04-08netfilter: cttimeout: inc/dec module refcount per object, not per use refcountFlorian Westphal
2022-02-09netfilter: cttimeout: use option structureFlorian Westphal
2021-05-29netfilter: use nfnetlink_unicast()Pablo Neira Ayuso
2021-04-26netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso
2021-04-26netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso
2021-04-06netfilter: cttimeout: use net_generic infraFlorian Westphal
2021-03-31netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso
2020-07-22netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 77Thomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-01-18netfilter: conntrack: remove nf_ct_l4proto_find_getFlorian Westphal
2019-01-18netfilter: conntrack: remove module owner fieldFlorian Westphal
2019-01-18netfilter: conntrack: gre: switch module to be built-inFlorian Westphal
2018-11-26netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal
2018-11-03netfilter: nfnetlink_cttimeout: pass default timeout policy to obj_to_nlattrPablo Neira Ayuso
2018-10-16netfilter: cttimeout: remove set but not used variable 'l3num'YueHaibing
2018-09-20netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal
2018-09-17netfilter: cttimeout: remove superfluous check on layer 4 netlink functionsPablo Neira Ayuso
2018-09-11netfilter: cttimeout: ctnl_timeout_find_get() returns incorrect pointer to typePablo Neira Ayuso
2018-08-07netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout objectPablo Neira Ayuso
2018-08-07netfilter: cttimeout: move ctnl_untimeout to nf_conntrackHarsha Sharma
2018-08-03netfilter: cttimeout: Make NF_CT_NETLINK_TIMEOUT depend on NF_CONNTRACK_TIMEOUTHarsha Sharma
2018-07-16netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal
2018-07-16netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal
2018-03-20netfilter: cttimeout: remove VLA usageGustavo A. R. Silva
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso
2017-08-24netfilter: conntrack: make protocol tracker pointers constFlorian Westphal
2017-08-02netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall
2017-07-31netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso
2017-05-29netfilter: cttimeout: use nf_ct_iterate_cleanup_net to unlink timeout objsLiping Zhang
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-27netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang
2017-03-17netfilter: refcounter conversionsReshetova, Elena
2016-08-25netfilter: cttimeout: unlink timeout objs in the unconfirmed ct listsLiping Zhang
2016-08-25netfilter: cttimeout: put back l4proto when replacing timeout policyLiping Zhang
2016-08-25netfilter: nfnetlink: use list_for_each_entry_safe to delete all objectsLiping Zhang
2016-08-18netfilter: cttimeout: fix use after free error when delete netnsLiping Zhang
2016-07-11netfilter: cttimeout: unlink timeout obj again when hash resize happenLiping Zhang