summaryrefslogtreecommitdiff
path: root/net/netfilter/nfnetlink_cthelper.c
AgeCommit message (Expand)Author
2022-07-11netfilter: nf_conntrack: use rcu accessors where neededFlorian Westphal
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-06-02netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatchesPablo Neira Ayuso
2021-05-29netfilter: use nfnetlink_unicast()Pablo Neira Ayuso
2021-04-26netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso
2021-04-26netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso
2021-03-31netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-05-25netfilter: nfnetlink_cthelper: unbreak userspace helper supportPablo Neira Ayuso
2020-03-04netfilter: cthelper: add missing attribute validation for cthelperJakub Kicinski
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 77Thomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-24netfilter: provide correct argument to nla_strlcpy()Eric Dumazet
2018-05-08netfilter: prefer nla_strlcpy for dealing with NLA_STRING attributesFlorian Westphal
2018-03-20netfilter: nfnetlink_cthelper: Remove VLA usageGustavo A. R. Silva
2017-12-04netfilter: nfnetlink_cthelper: Add missing permission checksKevin Cernekee
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso
2017-05-15netfilter: nfnl_cthelper: reject del request if helper obj is in useLiping Zhang
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-04-19netfilter: nfnetlink_cthelper: reject too large userspace allocation requestsFlorian Westphal
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso
2017-04-06netfilter: expect: Make sure the max_expected limit is effectiveGao Feng
2017-03-27netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash tableLiping Zhang
2017-03-22netfilter: nfnl_cthelper: Fix memory leakJeffy Chen
2017-03-22netfilter: nfnl_cthelper: fix runtime expectation policy updatesPablo Neira Ayuso
2017-03-21netfilter: nfnl_cthelper: fix incorrect helper->expect_class_maxLiping Zhang
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso
2015-03-12netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()Ian Wilson
2015-01-05netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid warningsChen Gang
2013-06-20netfilter: check return code from nla_parse_testedDaniel Borkmann
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-09-24netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entriesPablo Neira Ayuso
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-08-20netfilter: sparse endian fixesPatrick McHardy
2012-06-16netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso