aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_tables.h
AgeCommit message (Expand)Author
2023-08-16netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso
2023-08-16netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushPablo Neira Ayuso
2023-08-11netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso
2023-08-11netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso
2023-08-11netfilter: nf_tables: use net_generic infra for transaction dataPablo Neira Ayuso
2023-05-30netfilter: nf_tables: allow up to 64 bytes in the set element data areaPablo Neira Ayuso
2023-05-30netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso
2023-05-30netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso
2023-05-30netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso
2023-05-17netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso
2020-09-09netfilter: nf_tables: fix destination register zeroingFlorian Westphal
2019-11-12netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner
2019-09-10netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso
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: split set destruction in deactivate and destroy phaseFlorian 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-07-20netfilter: nf_tables: use dev->name directlyFlorian Westphal
2018-07-17netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo
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: garbage collection for stateful expressionsPablo 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: fix chain dependency validationPablo Neira Ayuso
2018-05-29netfilter: nf_tables: remove synchronize_rcu in commit phaseFlorian Westphal
2018-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
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-09netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso
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: simplify lookup functionsPablo Neira Ayuso
2018-04-24netfilter: nf_flow_table: track flow tables in nf_flow_table directlyFelix Fietkau
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-30netfilter: nf_tables: rename to nft_set_lookup_global()Pablo Neira Ayuso
2018-03-30netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso
2018-03-30netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso
2018-03-30netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso
2018-03-30netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso
2018-03-22netfilter: nf_tables: cache device name in flowtable objectPablo Neira Ayuso
2018-01-19netfilter: nf_tables: allocate handle and delete objects via handleHarsha Sharma
2018-01-10netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso
2018-01-10netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso
2018-01-10netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso
2018-01-10netfilter: nf_tables: remove flag field from struct nft_af_infoPablo Neira Ayuso
2018-01-10netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso