aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_cttimeout.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-29netfilter: use nfnetlink_unicast()Pablo Neira Ayuso1-24/+10
2021-04-26netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso1-15/+30
2021-04-26netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso1-54/+47
2021-04-06netfilter: cttimeout: use net_generic infraFlorian Westphal1-9/+32
2021-03-31netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso1-16/+6
2020-07-22netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 77Thomas Gleixner1-4/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+5
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-2/+2
2019-01-18netfilter: conntrack: remove nf_ct_l4proto_find_getFlorian Westphal1-3/+3
2019-01-18netfilter: conntrack: remove module owner fieldFlorian Westphal1-6/+0
2019-01-18netfilter: conntrack: gre: switch module to be built-inFlorian Westphal1-6/+1
2018-11-26netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal1-2/+13
2018-11-03netfilter: nfnetlink_cttimeout: pass default timeout policy to obj_to_nlattrPablo Neira Ayuso1-7/+40
2018-10-16netfilter: cttimeout: remove set but not used variable 'l3num'YueHaibing1-2/+0
2018-09-20netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal1-5/+6
2018-09-17netfilter: cttimeout: remove superfluous check on layer 4 netlink functionsPablo Neira Ayuso1-30/+18
2018-09-11netfilter: cttimeout: ctnl_timeout_find_get() returns incorrect pointer to typePablo Neira Ayuso1-3/+3
2018-08-07netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout objectPablo Neira Ayuso1-16/+21
2018-08-07netfilter: cttimeout: move ctnl_untimeout to nf_conntrackHarsha Sharma1-18/+2
2018-08-03netfilter: cttimeout: Make NF_CT_NETLINK_TIMEOUT depend on NF_CONNTRACK_TIMEOUTHarsha Sharma1-6/+0
2018-07-16netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal1-8/+4
2018-07-16netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal1-1/+0
2018-03-20netfilter: cttimeout: remove VLA usageGustavo A. R. Silva1-9/+17
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso1-2/+0
2017-08-24netfilter: conntrack: make protocol tracker pointers constFlorian Westphal1-7/+7
2017-08-02netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall1-2/+3
2017-07-31netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal1-0/+1
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo1-2/+0
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso1-5/+10
2017-05-29netfilter: cttimeout: use nf_ct_iterate_cleanup_net to unlink timeout objsLiping Zhang1-34/+5
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+2
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+2
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso1-2/+2
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-03-27netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang1-1/+1
2017-03-17netfilter: refcounter conversionsReshetova, Elena1-6/+6
2016-08-25netfilter: cttimeout: unlink timeout objs in the unconfirmed ct listsLiping Zhang1-1/+10
2016-08-25netfilter: cttimeout: put back l4proto when replacing timeout policyLiping Zhang1-18/+15
2016-08-25netfilter: nfnetlink: use list_for_each_entry_safe to delete all objectsLiping Zhang1-2/+3
2016-08-18netfilter: cttimeout: fix use after free error when delete netnsLiping Zhang1-6/+10
2016-07-11netfilter: cttimeout: unlink timeout obj again when hash resize happenLiping Zhang1-6/+14
2016-05-05netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal1-3/+3
2016-02-01netfilter: cttimeout: fix deadlock due to erroneous unlock/lock conversionFlorian Westphal1-1/+1
2016-01-20netfilter: nf_conntrack: use safer way to lock all bucketsSasha Levin1-2/+2
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso1-23/+19
2015-12-14netfilter: cttimeout: add netns supportPablo Neira1-31/+51
2015-10-12nfnetlink_cttimeout: add rcu_barrier() on module removalPablo Neira Ayuso1-0/+1
2015-10-12netfilter: conntrack: fix crash on timeout object removalPablo Neira Ayuso1-0/+33
2013-10-01netfilter: cttimeout: allow to set/get default protocol timeoutsPablo Neira Ayuso1-8/+153