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: 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: reject new basechain after table flag updatePablo 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: reject NFT_SET_CONCAT with not field length descriptionPablo Neira Ayuso
2024-01-25netfilter: nf_tables: skip dead set elements in netlink dumpPablo Neira Ayuso
2024-01-25netfilter: nf_tables: do not allow mismatch field size and set key lengthPablo 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
2024-01-15netfilter: nftables: add loop check helper functionPablo Neira Ayuso
2024-01-05netfilter: nf_tables: skip set commit for deleted/destroyed setsPablo 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-10-10netfilter: nf_tables: disallow rule removal from chain bindingPablo Neira Ayuso
2023-10-10netfilter: nf_tables: double hook unregistration in netns pathPablo Neira Ayuso
2023-10-10netfilter: nf_tables: unregister flowtable hooks on netns exitPablo Neira Ayuso
2023-10-10netfilter: nf_tables: disallow element removal on anonymous setsPablo Neira Ayuso
2023-10-10netfilter: nf_tables: fix memleak when more than 255 elements expiredFlorian Westphal
2023-10-10netfilter: nf_tables: use correct lock to protect gc_listPablo Neira Ayuso
2023-10-10netfilter: nf_tables: GC transaction race with abort pathPablo Neira Ayuso
2023-10-10netfilter: nf_tables: GC transaction race with netns dismantlePablo Neira Ayuso
2023-10-10netfilter: nf_tables: fix GC transaction races with netns and netlink event e...Pablo Neira Ayuso
2023-10-10netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso
2023-10-10netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso
2023-10-10netfilter: nf_tables: don't skip expired elements during walkFlorian Westphal
2023-10-10netfilter: nf_tables: integrate pipapo into commit protocolPablo Neira Ayuso
2023-08-16netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso
2023-08-11netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHA...Pablo Neira Ayuso
2023-08-11netfilter: nftables: add helper function to validate set element dataPablo Neira Ayuso
2023-07-27netfilter: nf_tables: skip bound chain on rule flushPablo Neira Ayuso
2023-07-27netfilter: nf_tables: skip bound chain in netns release pathPablo 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: do not ignore genmask when looking up chain by idThadeu Lima de Souza Cascardo
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: drop map element references from preparation phasePablo Neira Ayuso
2023-07-27netfilter: nftables: rename set element data activation/deactivation functionsPablo Neira Ayuso