aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
AgeCommit message (Expand)Author
2024-05-02netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()Ziyang Xuan
2024-04-13netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso
2024-04-13netfilter: nf_tables: release mutex after nft_gc_seq_end from abort pathPablo Neira Ayuso
2024-04-13netfilter: nf_tables: release batch on table validation from abort pathPablo Neira Ayuso
2024-04-13netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso
2024-04-13netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan
2024-04-13netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso
2024-04-13netfilter: nf_tables: disallow timeout for anonymous setsPablo Neira Ayuso
2024-04-13netfilter: nf_tables: reject constant set with timeoutPablo Neira Ayuso
2024-04-13netfilter: nf_tables: disallow anonymous set with timeout flagPablo Neira Ayuso
2024-04-13netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeoutPablo Neira Ayuso
2024-03-26netfilter: nf_tables: do not compare internal table flags on updatesPablo Neira Ayuso
2024-03-01netfilter: nf_tables: set dormant flag on hook register failureFlorian Westphal
2024-02-23netfilter: nf_tables: reject QUEUE/DROP verdict parametersFlorian Westphal
2024-02-23netfilter: nf_tables: restrict anonymous set and map names to 16 bytesFlorian Westphal
2024-01-25netfilter: nf_tables: skip dead set elements in netlink dumpPablo Neira Ayuso
2024-01-25netfilter: nf_tables: mark newset as dead on transaction abortFlorian Westphal
2024-01-15netfilter: nf_tables: Reject tables of unsupported familyPhil Sutter
2023-11-28netfilter: nf_tables: bogus EBUSY when deleting flowtable after flush (for 5.4)Pablo Neira Ayuso
2023-11-28netfilter: nf_tables: disable toggling dormant table state more than oncePablo Neira Ayuso
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: double hook unregistration in netns pathPablo Neira Ayuso
2023-11-28netfilter: nf_tables: unregister flowtable hooks on netns exitPablo Neira Ayuso
2023-11-28netfilter: nf_tables: fix memleak when more than 255 elements expiredPablo Neira Ayuso
2023-11-28netfilter: nf_tables: use correct lock to protect gc_listPablo Neira Ayuso
2023-11-28netfilter: nf_tables: GC transaction race with abort pathPablo Neira Ayuso
2023-11-28netfilter: nf_tables: GC transaction race with netns dismantlePablo Neira Ayuso
2023-11-28netfilter: nf_tables: fix GC transaction races with netns and netlink event e...Pablo Neira Ayuso
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: don't skip expired elements during walkFlorian Westphal
2023-11-28netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso
2023-11-28netfilter: nftables: rename set element data activation/deactivation functionsPablo Neira Ayuso
2023-11-28netfilter: nf_tables: pass context to nft_set_destroy()Pablo Neira Ayuso
2023-10-10netfilter: nf_tables: disallow element removal on anonymous setsPablo Neira Ayuso
2023-08-16netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso
2023-07-27netfilter: nf_tables: can't schedule in nft_chain_validateFlorian Westphal
2023-07-27netfilter: nf_tables: fix spurious set element insertion failureFlorian Westphal
2023-07-27netfilter: nf_tables: fix scheduling-while-atomic splatFlorian Westphal
2023-07-27netfilter: nf_tables: unbind non-anonymous set if rule construction failsPablo 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: incorrect error path handling with NFT_MSG_NEWRULEPablo Neira Ayuso
2023-07-27netfilter: nf_tables: add rescheduling points during loop detection walksFlorian Westphal
2023-07-27netfilter: nf_tables: use net_generic infra for transaction dataFlorian Westphal
2023-07-27netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso
2023-07-27netfilter: nftables: add helper function to set the base sequence numberPablo Neira Ayuso
2023-07-27netfilter: nf_tables: fix nat hook table deletionFlorian Westphal
2023-06-28netfilter: nf_tables: disallow element updates of bound anonymous setsPablo Neira Ayuso