aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_cttimeout.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-20netfilter: check return code from nla_parse_testedDaniel Borkmann1-2/+4
2013-06-05netfilter: nfnetlink_cttimeout: fix incomplete dumping of objectsPablo Neira Ayuso1-2/+5
2012-11-21netfilter: cttimeout: fix buffer overflowFlorian Westphal1-1/+2
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-6/+6
2012-06-07netfilter: nf_conntrack: add namespace support for cttimeoutGao feng1-5/+8
2012-04-01nfnetlink_cttimeout: Stop using NLA_PUT*().David S. Miller1-5/+6
2012-03-23netfilter: cttimeout: fix dependency with l4protocol conntrack modulePablo Neira Ayuso1-22/+23
2012-03-07netfilter: xt_CT: allow to attach timeout policy + glue codePablo Neira Ayuso1-0/+41
2012-03-07netfilter: nf_ct_ext: add timeout extensionPablo Neira Ayuso1-10/+0
2012-03-07netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso1-0/+398