aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
AgeCommit message (Expand)Author
2020-06-01netfilter: nf_tables: report EOPNOTSUPP on unsupported flags/object typePablo Neira Ayuso
2020-04-16netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso
2020-04-12netfilter: nf_tables: fix infinite loop when expr is not availableFlorian Westphal
2020-04-12netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso
2020-04-12netfilter: nf_tables: force module load in case select_ops() returns -EAGAINPablo Neira Ayuso
2020-04-12netfilter: nf_tables: add nft_expr_type_request_module()Pablo Neira Ayuso
2020-04-12netfilter: nf_tables: fix flowtable list del corruptionFlorian Westphal
2020-04-12netfilter: nf_tables: store transaction list locally while requesting modulePablo Neira Ayuso
2020-04-12netfilter: nf_tables: remove WARN and add NLA_STRING upper limitsFlorian Westphal
2020-03-20netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()Pablo Neira Ayuso
2020-03-20netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_ENDPablo Neira Ayuso
2019-11-09netfilter: nf_tables: allow lookups in dynamic setsFlorian Westphal
2019-09-10netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-20netfilter: nf_tables: fix oops during rule dumpFlorian Westphal
2019-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-05-06netfilter: nf_tables: fix base chain stat rcu_dereference usageFlorian Westphal
2019-04-30netfilter: nf_tables: delay chain policy update until transaction is completeFlorian Westphal
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-15netfilter: nf_tables: prevent shift wrap in nft_chain_parse_hook()Dan Carpenter
2019-04-08netfilter: make two functions staticFlorian Westphal
2019-04-08netfilter: nf_tables: merge route type into coreFlorian Westphal
2019-04-08netfilter: nf_tables: remove unused parameter ctxColin Ian King
2019-04-08time: Introduce jiffies64_to_msecs()Li RongQing
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown
2019-03-20netfilter: nf_tables: add missing ->release_ops() in error path of newrule()Taehee Yoo
2019-03-11netfilter: nf_tables: return immediately on empty commitFlorian Westphal
2019-03-11netfilter: nf_tables: use-after-free in dynamic operationsPablo Neira Ayuso
2019-03-11netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso
2019-03-08netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso
2019-02-27netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-02-15netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-04netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso
2019-01-29netfilter: nf_tables: add NFTA_RULE_POSITION_ID to nla_policyFlorian Westphal
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-01-18netfilter: nf_tables: Support RULE_ID reference in new rulePhil Sutter
2019-01-18netfilter: nf_tables: handle nft_object lookups via rhltableFlorian Westphal
2019-01-18netfilter: nf_tables: prepare nft_object for lookups via hashtableFlorian Westphal
2019-01-08netfilter: nf_tables: selective rule dump needs table to be specifiedPablo Neira Ayuso
2019-01-08netfilter: nf_tables: fix leaking object reference countTaehee Yoo
2019-01-08netfilter: nf_tables: Fix for endless loop when dumping rulesetPhil Sutter
2018-12-29netfilter: nf_tables: fix a missing check of nla_put_failureKangjie Lu
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-12-18netfilter: nf_tables: Speed up selective rule dumpsPhil Sutter
2018-12-04netfilter: nf_tables: fix suspicious RCU usage in nft_chain_stats_replace()Taehee Yoo