aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_tables.h
AgeCommit message (Expand)Author
2024-02-23netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter
2023-11-28netfilter: nf_tables: fix table flag updatesPablo Neira Ayuso
2023-11-28netfilter: nftables: update table flags from the commit phasePablo Neira Ayuso
2023-11-28netfilter: nf_tables: fix memleak when more than 255 elements expiredPablo Neira Ayuso
2023-11-28netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal
2023-11-28netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso
2023-11-28netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso
2023-11-28netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso
2023-08-16netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso
2023-07-27netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso
2023-07-27netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso
2023-07-27netfilter: nf_tables: use net_generic infra for transaction dataFlorian Westphal
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
2022-03-02netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso
2020-12-30netfilter: nft_dynset: fix timeouts later than 23 daysPablo Neira Ayuso
2020-12-30netfilter: nft_compat: make sure xtables destructors have runFlorian Westphal
2020-11-01netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_c...Saeed Mirzamohammadi
2020-09-09netfilter: nf_tables: fix destination register zeroingFlorian Westphal
2019-11-04netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner
2019-09-25netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushLaura Garcia Liebana
2019-09-20netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use itPablo Neira Ayuso
2019-09-13netfilter: remove CONFIG_NETFILTER checks from headers.Jeremy Sowden
2019-09-03netfilter: nf_tables: Introduce stateful object update operationFernando Fernandez Mancera
2019-08-27netfilter: nft_dynset: support for element deletionAnder Juaristi
2019-08-26netfilter: nf_tables: Introduce new 64-bit helper register functionsAnder Juaristi
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-13netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files.Jeremy Sowden
2019-08-13netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to header-file.Jeremy Sowden
2019-08-09netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso
2019-07-09netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso
2019-06-19netfilter: nf_tables: enable set expiration time for set elementsLaura Garcia Liebana
2019-04-30netfilter: nf_tables: drop include of module.h from nf_tables.hPaul Gortmaker
2019-04-30netfilter: nf_tables: relocate header content to consumerPaul Gortmaker
2019-04-08netfilter: make two functions staticFlorian Westphal
2019-04-08netfilter: nf_tables: merge route type into coreFlorian Westphal
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-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-18netfilter: nf_tables: handle nft_object lookups via rhltableFlorian Westphal
2019-01-18netfilter: nf_tables: prepare nft_object for lookups via hashtableFlorian Westphal
2018-09-17netfilter: nf_tables: asynchronous releaseFlorian Westphal
2018-09-17netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal
2018-08-16netfilter: nf_tables: fix register orderingFlorian Westphal