summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_cttimeout.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: cttimeout: fix slab-out-of-bounds read typo in cttimeout_net_exitFlorian Westphal2022-06-171-1/+1
* netfilter: cttimeout: fix slab-out-of-bounds read in cttimeout_net_exitFlorian Westphal2022-05-271-2/+3
* netfilter: conntrack: remove __nf_ct_unconfirmed_destroyFlorian Westphal2022-05-131-1/+0
* netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal2022-05-131-0/+12
* netfilter: remove nf_ct_unconfirmed_destroy helperFlorian Westphal2022-05-131-1/+3
* netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal2022-05-131-2/+28
* netfilter: cttimeout: inc/dec module refcount per object, not per use refcountFlorian Westphal2022-04-081-9/+5
* netfilter: cttimeout: use option structureFlorian Westphal2022-02-091-4/+7
* netfilter: use nfnetlink_unicast()Pablo Neira Ayuso2021-05-291-24/+10
* netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso2021-04-261-15/+30
* netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso2021-04-261-54/+47
* netfilter: cttimeout: use net_generic infraFlorian Westphal2021-04-061-9/+32
* netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso2021-03-311-16/+6
* netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-221-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 77Thomas Gleixner2019-05-241-4/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+5
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+2
* netfilter: conntrack: remove nf_ct_l4proto_find_getFlorian Westphal2019-01-181-3/+3
* netfilter: conntrack: remove module owner fieldFlorian Westphal2019-01-181-6/+0
* netfilter: conntrack: gre: switch module to be built-inFlorian Westphal2019-01-181-6/+1
* netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal2018-11-261-2/+13
* netfilter: nfnetlink_cttimeout: pass default timeout policy to obj_to_nlattrPablo Neira Ayuso2018-11-031-7/+40
* netfilter: cttimeout: remove set but not used variable 'l3num'YueHaibing2018-10-161-2/+0
* netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal2018-09-201-5/+6
* netfilter: cttimeout: remove superfluous check on layer 4 netlink functionsPablo Neira Ayuso2018-09-171-30/+18
* netfilter: cttimeout: ctnl_timeout_find_get() returns incorrect pointer to typePablo Neira Ayuso2018-09-111-3/+3
* netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout objectPablo Neira Ayuso2018-08-071-16/+21
* netfilter: cttimeout: move ctnl_untimeout to nf_conntrackHarsha Sharma2018-08-071-18/+2
* netfilter: cttimeout: Make NF_CT_NETLINK_TIMEOUT depend on NF_CONNTRACK_TIMEOUTHarsha Sharma2018-08-031-6/+0
* netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal2018-07-161-8/+4
* netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal2018-07-161-1/+0
* netfilter: cttimeout: remove VLA usageGustavo A. R. Silva2018-03-201-9/+17
* netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-191-2/+0
* netfilter: conntrack: make protocol tracker pointers constFlorian Westphal2017-08-241-7/+7
* netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall2017-08-021-2/+3
* netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal2017-07-311-0/+1
* netfilter: Remove duplicated rcu_read_lock.Taehee Yoo2017-07-241-2/+0
* netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso2017-06-191-5/+10
* netfilter: cttimeout: use nf_ct_iterate_cleanup_net to unlink timeout objsLiping Zhang2017-05-291-34/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-05-011-2/+2
|\
| * netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso2017-04-071-2/+2
* | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-1/+1
|\
| * netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang2017-03-271-1/+1
* | netfilter: refcounter conversionsReshetova, Elena2017-03-171-6/+6
|/
* netfilter: cttimeout: unlink timeout objs in the unconfirmed ct listsLiping Zhang2016-08-251-1/+10
* netfilter: cttimeout: put back l4proto when replacing timeout policyLiping Zhang2016-08-251-18/+15
* netfilter: nfnetlink: use list_for_each_entry_safe to delete all objectsLiping Zhang2016-08-251-2/+3
* netfilter: cttimeout: fix use after free error when delete netnsLiping Zhang2016-08-181-6/+10
* netfilter: cttimeout: unlink timeout obj again when hash resize happenLiping Zhang2016-07-111-6/+14