aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_cthelper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-20netfilter: nfnetlink_cthelper: Remove VLA usageGustavo A. R. Silva1-8/+17
2017-12-04netfilter: nfnetlink_cthelper: Add missing permission checksKevin Cernekee1-0/+10
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso1-3/+6
2017-05-15netfilter: nfnl_cthelper: reject del request if helper obj is in useLiping Zhang1-6/+11
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-3/+15
2017-04-19netfilter: nfnetlink_cthelper: reject too large userspace allocation requestsFlorian Westphal1-2/+8
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-5/+7
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso1-1/+1
2017-04-06netfilter: expect: Make sure the max_expected limit is effectiveGao Feng1-0/+6
2017-03-27netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash tableLiping Zhang1-96/+81
2017-03-22netfilter: nfnl_cthelper: Fix memory leakJeffy Chen1-3/+9
2017-03-22netfilter: nfnl_cthelper: fix runtime expectation policy updatesPablo Neira Ayuso1-2/+84
2017-03-21netfilter: nfnl_cthelper: fix incorrect helper->expect_class_maxLiping Zhang1-9/+11
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole1-1/+1
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso1-9/+9
2015-03-12netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()Ian Wilson1-0/+3
2015-01-05netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid warningsChen Gang1-2/+2
2013-06-20netfilter: check return code from nla_parse_testedDaniel Borkmann1-4/+12
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-10/+7
2012-09-24netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entriesPablo Neira Ayuso1-0/+3
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-6/+6
2012-08-20netfilter: sparse endian fixesPatrick McHardy1-1/+1
2012-06-16netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso1-0/+672