aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
AgeCommit message (Expand)Author
2019-05-30netfilter: nf_tables: use-after-free in dynamic operationsPablo Neira Ayuso
2019-05-30netfilter: nf_tables: prevent shift wrap in nft_chain_parse_hook()Dan Carpenter
2019-05-15netfilter: nf_tables: warn when expr implements only one of activate/deactivateFlorian Westphal
2019-05-05netfilter: nf_flow_table: remove flowtable hook flush routine in netns exit r...Taehee Yoo
2019-03-08netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso
2019-03-08netfilter: nf_tables: fix leaking object reference countTaehee Yoo
2019-01-30netfilter: nf_tables: don't prevent event handler from device cleanup on netn...Florian Westphal
2018-12-30netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo
2018-12-30netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal
2018-12-30netfilter: nf_tables: don't skip inactive chains during updateFlorian Westphal
2018-10-10netfilter: nf_tables: release chain in flushing setTaehee Yoo
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-17netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-12netfilter: nf_tables: close race between netns exit and rmmodFlorian Westphal
2018-06-12netfilter: nf_tables: fix module unload raceFlorian Westphal
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-03netfilter: nf_tables: handle chain name lookups via rhltableFlorian Westphal
2018-06-03netfilter: nf_tables: add destroy_clone expressionPablo Neira Ayuso
2018-06-03netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()Pablo Neira Ayuso
2018-06-03netfilter: nf_tables: pass context to object destroy indirectionPablo Neira Ayuso
2018-06-01netfilter: nf_tables: check msg_type before nft_trans_set(trans)Alexey Kodanev
2018-06-01netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso
2018-05-29netfilter: nf_tables: use call_rcu in netlink dumpsFlorian Westphal
2018-05-29netfilter: nf_tables: fix endian mismatch in return typeFlorian Westphal
2018-05-29netfilter: nf_tables: remove synchronize_rcu in commit phaseFlorian Westphal
2018-05-29netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()Taehee Yoo
2018-05-29netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()Taehee Yoo
2018-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-05-23netfilter: lift one-nat-hook-only restrictionFlorian Westphal
2018-05-23netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-14netfilter: nf_tables: fix memory leak on error exit returnColin Ian King
2018-05-09netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso
2018-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-04-27netfilter: nf_tables: skip synchronize_rcu if transaction log is emptyFlorian Westphal
2018-04-24netfilter: nf_tables: support timeouts larger than 23 daysFlorian Westphal
2018-04-24netfilter: nf_tables: Simplify set backend selectionPhil Sutter
2018-04-24netfilter: nf_tables: initial support for extended ACK reportingPablo Neira Ayuso
2018-04-24netfilter: nf_tables: simplify lookup functionsPablo Neira Ayuso
2018-04-24netfilter: nf_flow_table: track flow tables in nf_flow_table directlyFelix Fietkau
2018-04-24netfilter: nf_flow_table: fix priv pointer for netdev hookFelix Fietkau
2018-04-24netfilter: nf_flow_table: move init code to nf_flow_table_core.cFelix Fietkau