summaryrefslogtreecommitdiff
path: root/net/netfilter/nft_compat.c
AgeCommit message (Expand)Author
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
2015-05-15netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy
2015-04-08netfilter: Fix switch statement warnings with recent gcc.David Miller
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-22netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is setPablo Neira Ayuso
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-02netfilter: nft_compat: add support for arptables extensionsArturo Borrero
2015-02-22netfilter: nft_compat: don't truncate ethernet protocol type to u8Arturo Borrero
2015-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-02-16netfilter: nft_compat: fix module refcount underflowPablo Neira Ayuso
2015-01-30netfilter: nft_compat: add ebtables supportArturo Borrero
2014-11-12netfilter: nft_compat: use the match->table to validate dependenciesPablo Neira Ayuso
2014-11-12netfilter: nft_compat: relax chain type validationPablo Neira Ayuso
2014-11-12netfilter: nft_compat: use current net namespacePablo Neira Ayuso
2014-10-27netfilter: nft_compat: fix wrong target lookup in nft_target_select_ops()Arturo Borrero
2014-10-18netfilter: nft_compat: validate chain type in match/targetPablo Neira Ayuso
2014-10-14netfilter: nft_compat: fix hook validation for non-base chainsPablo Neira Ayuso