summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
AgeCommit message (Expand)Author
2020-09-09netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso
2020-09-09netfilter: nf_tables: add NFTA_SET_USERDATA if not nullPablo Neira Ayuso
2020-04-23netfilter: nf_tables: report EOPNOTSUPP on unsupported flags/object typePablo Neira Ayuso
2020-01-29netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso
2020-01-23netfilter: nf_tables: fix flowtable list del corruptionFlorian Westphal
2020-01-23netfilter: nf_tables: store transaction list locally while requesting modulePablo Neira Ayuso
2020-01-23netfilter: nf_tables: remove WARN and add NLA_STRING upper limitsFlorian Westphal
2020-01-12netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()Pablo Neira Ayuso
2020-01-12netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_ENDPablo Neira Ayuso
2019-12-13netfilter: nf_tables: don't use position attribute on rule replacementFlorian Westphal
2019-12-05netfilter: nf_tables: fix a missing check of nla_put_failureKangjie Lu
2019-11-20netfilter: nf_tables: avoid BUG_ON usageFlorian Westphal
2019-10-11netfilter: 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-15netfilter: nf_tables: fix base chain stat rcu_dereference usageFlorian Westphal
2019-05-16netfilter: nf_tables: add missing ->release_ops() in error path of newrule()Taehee Yoo
2019-05-16netfilter: nf_tables: use-after-free in dynamic operationsPablo Neira Ayuso
2019-05-16netfilter: nf_tables: prevent shift wrap in nft_chain_parse_hook()Dan Carpenter
2019-05-02netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso
2019-05-02netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso
2019-05-02netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso
2019-05-02netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso
2019-05-02netfilter: nf_tables: warn when expr implements only one of activate/deactivateFlorian Westphal
2019-05-02netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal
2019-04-20netfilter: nf_flow_table: remove flowtable hook flush routine in netns exit r...Taehee Yoo
2019-02-27netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso
2019-02-27netfilter: nf_tables: fix leaking object reference countTaehee Yoo
2019-01-13netfilter: nf_tables: fix suspicious RCU usage in nft_chain_stats_replace()Taehee Yoo
2018-12-17netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo
2018-12-17netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal
2018-12-17netfilter: nf_tables: don't skip inactive chains during updateFlorian Westphal
2018-08-31netfilter: nf_tables: release chain in flushing setTaehee Yoo
2018-08-16netfilter: nf_tables: don't prevent event handler from device cleanup on netn...Florian Westphal
2018-08-16netfilter: nf_tables: fix register orderingFlorian Westphal
2018-08-16netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo
2018-08-03netfilter: nf_tables: simplify NLM_F_CREATE handlingPablo Neira Ayuso
2018-08-03netfilter: nf_tables: remove unused variableYueHaibing
2018-08-03netfilter: nf_tables: flow event notifier must use transaction mutexFlorian Westphal
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-24netfilter: nf_tables: move dumper state allocation into ->startFlorian Westphal
2018-07-20netfilter: nf_tables: don't allow to rename to already-pending nameFlorian Westphal
2018-07-20netfilter: nf_tables: fix memory leaks on chain renameFlorian Westphal
2018-07-20netfilter: nf_tables: free flow table struct tooFlorian Westphal
2018-07-20netfilter: nf_tables: use dev->name directlyFlorian Westphal
2018-07-18netfilter: nf_tables: use dedicated mutex to guard transactionsFlorian Westphal
2018-07-18netfilter: nf_tables: avoid global info storageFlorian Westphal
2018-07-18netfilter: nf_tables: take module reference when starting a batchFlorian Westphal
2018-07-18netfilter: nf_tables: make valid_genid callback mandatoryFlorian Westphal
2018-07-18netfilter: nf_tables: add and use helper for module autoloadFlorian Westphal
2018-07-17netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo