aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/nfnetlink_cthelper.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-25netfilter: nfnetlink_cthelper: unbreak userspace helper supportGravatar Pablo Neira Ayuso 1-1/+2
2020-03-04netfilter: cthelper: add missing attribute validation for cthelperGravatar Jakub Kicinski 1-0/+2
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 77Gravatar Thomas Gleixner 1-4/+1
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-10/+12
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 1-4/+3
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-2/+3
2018-05-24netfilter: provide correct argument to nla_strlcpy()Gravatar Eric Dumazet 1-2/+2
2018-05-08netfilter: prefer nla_strlcpy for dealing with NLA_STRING attributesGravatar Florian Westphal 1-3/+4
2018-03-20netfilter: nfnetlink_cthelper: Remove VLA usageGravatar Gustavo A. R. Silva 1-8/+17
2017-12-04netfilter: nfnetlink_cthelper: Add missing permission checksGravatar Kevin Cernekee 1-0/+10
2017-06-19netfilter: nfnetlink: extended ACK reportingGravatar Pablo Neira Ayuso 1-3/+6
2017-05-15netfilter: nfnl_cthelper: reject del request if helper obj is in useGravatar Liping Zhang 1-6/+11
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 1-3/+15
2017-04-19netfilter: nfnetlink_cthelper: reject too large userspace allocation requestsGravatar Florian Westphal 1-2/+8
2017-04-13netlink: pass extended ACK struct to parsing functionsGravatar Johannes Berg 1-5/+7
2017-04-07netfilter: Add nfnl_msg_type() helper functionGravatar Pablo Neira Ayuso 1-1/+1
2017-04-06netfilter: expect: Make sure the max_expected limit is effectiveGravatar Gao Feng 1-0/+6
2017-03-27netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash tableGravatar Liping Zhang 1-96/+81
2017-03-22netfilter: nfnl_cthelper: Fix memory leakGravatar Jeffy Chen 1-3/+9
2017-03-22netfilter: nfnl_cthelper: fix runtime expectation policy updatesGravatar Pablo Neira Ayuso 1-2/+84
2017-03-21netfilter: nfnl_cthelper: fix incorrect helper->expect_class_maxGravatar Liping Zhang 1-9/+11
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowGravatar Aaron Conole 1-1/+1
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Gravatar Pablo Neira Ayuso 1-9/+9
2015-03-12netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()Gravatar Ian Wilson 1-0/+3
2015-01-05netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid warningsGravatar Chen Gang 1-2/+2
2013-06-20netfilter: check return code from nla_parse_testedGravatar Daniel Borkmann 1-4/+12
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-10/+7
2012-09-24netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entriesGravatar Pablo Neira Ayuso 1-0/+3
2012-09-10netlink: Rename pid to portid to avoid confusionGravatar Eric W. Biederman 1-6/+6
2012-08-20netfilter: sparse endian fixesGravatar Patrick McHardy 1-1/+1
2012-06-16netfilter: add user-space connection tracking helper infrastructureGravatar Pablo Neira Ayuso 1-0/+672