summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_cthelper.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+3
* netfilter: provide correct argument to nla_strlcpy()Eric Dumazet2018-05-241-2/+2
* netfilter: prefer nla_strlcpy for dealing with NLA_STRING attributesFlorian Westphal2018-05-081-3/+4
* netfilter: nfnetlink_cthelper: Remove VLA usageGustavo A. R. Silva2018-03-201-8/+17
* netfilter: nfnetlink_cthelper: Add missing permission checksKevin Cernekee2017-12-041-0/+10
* netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso2017-06-191-3/+6
* netfilter: nfnl_cthelper: reject del request if helper obj is in useLiping Zhang2017-05-151-6/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-05-011-3/+15
|\
| * netfilter: nfnetlink_cthelper: reject too large userspace allocation requestsFlorian Westphal2017-04-191-2/+8
| * netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso2017-04-071-1/+1
| * netfilter: expect: Make sure the max_expected limit is effectiveGao Feng2017-04-061-0/+6
* | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-5/+7
|/
* netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash tableLiping Zhang2017-03-271-96/+81
* netfilter: nfnl_cthelper: Fix memory leakJeffy Chen2017-03-221-3/+9
* netfilter: nfnl_cthelper: fix runtime expectation policy updatesPablo Neira Ayuso2017-03-221-2/+84
* netfilter: nfnl_cthelper: fix incorrect helper->expect_class_maxLiping Zhang2017-03-211-9/+11
* scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole2016-09-241-1/+1
* netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso2015-12-281-9/+9
* netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()Ian Wilson2015-03-121-0/+3
* netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid warningsChen Gang2015-01-051-2/+2
* netfilter: check return code from nla_parse_testedDaniel Borkmann2013-06-201-4/+12
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-10/+7
* netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entriesPablo Neira Ayuso2012-09-241-0/+3
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-6/+6
* netfilter: sparse endian fixesPatrick McHardy2012-08-201-1/+1
* netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso2012-06-161-0/+672
OpenPOWER on IntegriCloud