summaryrefslogtreecommitdiff
path: root/net/netfilter/nft_compat.c
AgeCommit message (Expand)Author
2024-02-28netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()Ignat Korchagin
2024-02-07netfilter: nft_compat: restrict match/target protocol to u16Pablo Neira Ayuso
2024-02-07netfilter: nft_compat: reject unused compat flagPablo Neira Ayuso
2024-02-07netfilter: nft_compat: narrow down revision to unsigned 8-bitsPablo Neira Ayuso
2024-01-24netfilter: nf_tables: validate NFPROTO_* familyPablo Neira Ayuso
2022-11-15netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter
2022-03-20netfilter: nf_tables: do not reduce read-only expressionsPablo Neira Ayuso
2022-02-04netfilter: nft_compat: suppress comment matchFlorian Westphal
2021-09-21netfilter: log: work around missing softdep backend moduleFlorian Westphal
2021-08-01netfilter: nft_compat: use nfnetlink_unicast()Pablo Neira Ayuso
2021-06-07netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso
2021-05-29netfilter: nf_tables: remove xt_action_param from nft_pktinfoFlorian Westphal
2021-04-26netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso
2021-04-26netfilter: nfnetlink: pass struct nfnl_info to rcu callbacksPablo Neira Ayuso
2021-03-31netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso
2020-08-10netfilter: nft_compat: remove flush counter optimizationFlorian Westphal
2020-07-31netfilter: nft_compat: make sure xtables destructors have runFlorian Westphal
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-02-27netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso
2019-02-13netfilter: nft_compat: use-after-free when deleting targetsPablo Neira Ayuso
2019-02-05netfilter: nft_compat: don't use refcount_inc on newly allocated entryFlorian Westphal
2019-02-04netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso
2019-01-18netfilter: nft_compat: destroy function must not have side effectsFlorian Westphal
2019-01-18netfilter: nft_compat: make lists per netnsFlorian Westphal
2019-01-18netfilter: nft_compat: use refcnt_t type for nft_xt reference countFlorian Westphal
2018-11-13netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal
2018-11-03netfilter: nft_compat: ebtables 'nat' table is normal chain typeFlorian Westphal
2018-10-11netfilter: nft_compat: do not dump private areaPablo Neira Ayuso
2018-07-09netfilter: nft_compat: explicitly reject ERROR and standard targetFlorian Westphal
2018-05-29netfilter: nft_compat: use call_rcu for nfnl_compat_getFlorian Westphal
2018-05-09netfilter: nft_compat: fix handling of large matchinfo sizeFlorian Westphal
2018-05-09netfilter: nft_compat: prepare for indirect info storageFlorian Westphal
2018-05-08netfilter: nf_tables: nft_compat: fix refcount leak on xt moduleFlorian Westphal
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso
2018-01-10netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso
2018-01-08netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso
2017-07-19netfilter: nft_compat: check extension hook mask only if setPablo Neira Ayuso
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
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: nf_tables: add nft_is_base_chain() helperPablo Neira Ayuso
2017-03-06netfilter: nf_tables: validate the expr explicitly after init successfullyLiping Zhang
2016-07-23netfilter: nft_compat: fix crash when related match/target module is removedLiping Zhang
2016-07-23netfilter: nft_compat: put back match/target module if init failLiping Zhang
2016-03-11netfilter: nft_compat: check match/targetinfo attr sizeFlorian Westphal
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso
2015-09-14netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPECPablo Neira Ayuso