summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: reject unbound chain set before commit phasePablo Neira Ayuso2023-06-201-0/+13
* netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso2023-06-201-3/+32
* netfilter: nf_tables: disallow element updates of bound anonymous setsPablo Neira Ayuso2023-06-201-2/+5
* netfilter: nf_tables: fix underflow in object reference counterPablo Neira Ayuso2023-06-201-8/+5
* netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso2023-06-201-17/+130
* netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso2023-06-201-7/+38
* netfilter: nf_tables: fix chain binding transaction logicPablo Neira Ayuso2023-06-201-31/+55
* netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULEPablo Neira Ayuso2023-06-081-1/+2
* netfilter: nf_tables: integrate pipapo into commit protocolPablo Neira Ayuso2023-06-081-0/+56
* netfilter: nf_tables: out-of-bound check in chain blobPablo Neira Ayuso2023-06-071-1/+1
* netfilter: nf_tables: Add null check for nla_nest_start_noflag() in nft_dump_...Gavrilov Ilia2023-06-071-0/+2
* netfilter: nf_tables: fix nft_trans type confusionFlorian Westphal2023-05-171-3/+1
* netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso2023-05-031-0/+12
* netfilter: nf_tables: hit ENOENT on unexisting chain/flowtable update with mi...Pablo Neira Ayuso2023-05-031-12/+17
* netfilter: nf_tables: allow to create netdev chain without devicePablo Neira Ayuso2023-04-221-12/+11
* netfilter: nf_tables: support for deleting devices in an existing netdev chainPablo Neira Ayuso2023-04-221-11/+88
* netfilter: nf_tables: support for adding new devices to an existing netdev chainPablo Neira Ayuso2023-04-221-81/+136
* netfilter: nf_tables: rename function to destroy hook listPablo Neira Ayuso2023-04-221-4/+4
* netfilter: nf_tables: do not send complete notification of deletionsPablo Neira Ayuso2023-04-221-19/+51
* netfilter: nf_tables: extended netlink error reporting for netdevicePablo Neira Ayuso2023-04-221-14/+24
* netfilter: nf_tables: make validation state per tableFlorian Westphal2023-04-221-20/+18
* netfilter: nf_tables: don't write table validation state without mutexFlorian Westphal2023-04-221-6/+2
* netfilter: nf_tables: don't store chain address on jumpFlorian Westphal2023-04-221-7/+0
* netfilter: nf_tables: merge nft_rules_old structure and end of ruleblob markerFlorian Westphal2023-04-221-28/+27
* netfilter: nf_tables: tighten netlink attribute requirements for catch-all el...Pablo Neira Ayuso2023-04-181-1/+2
* netfilter: nf_tables: validate catch-all set elementsPablo Neira Ayuso2023-04-181-6/+58
* netfilter: nf_tables: Modify nla_memdup's flag to GFP_KERNEL_ACCOUNTChen Aotian2023-04-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-02-221-1/+1
|\
| * netfilter: nf_tables: allow to fetch set elements when table has an ownerPablo Neira Ayuso2023-02-091-1/+1
* | netfilter: nf_tables: fix wrong pointer passed to PTR_ERR()Yang Yingliang2023-02-011-1/+1
* | netfilter: nf_tables: NULL pointer dereference in nf_tables_updobj()Alok Tiwari2023-02-011-0/+3
* | netfilter: nf_tables: add support to destroy operationFernando Fernandez Mancera2023-01-181-8/+103
|/
* netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso2022-12-221-18/+45
* netfilter: nf_tables: perform type checking for existing setsPablo Neira Ayuso2022-12-211-1/+35
* netfilter: nf_tables: add function to create set stateful expressionsPablo Neira Ayuso2022-12-211-38/+68
* netfilter: nf_tables: consolidate set descriptionPablo Neira Ayuso2022-12-211-30/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-12-121-2/+2
|\
| * netfilter: nft_inner: fix IS_ERR() vs NULL checkDan Carpenter2022-11-221-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-2/+4
|\ \ | |/ |/|
| * netfilter: nf_tables: do not set up extensions for end intervalPablo Neira Ayuso2022-11-181-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-11-151-16/+33
|\ \
| * | netfilter: nf_tables: Introduce NFT_MSG_GETRULE_RESETPhil Sutter2022-11-151-16/+33
| * | netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter2022-11-151-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-101-1/+2
|\ \ \ | | |/ | |/|
| * | netfilter: Cleanup nft_net->module_list from nf_tables_exit_net()Shigeru Yoshida2022-11-081-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-031-3/+5
|\| | | |/ |/|
| * netfilter: nf_tables: release flow rule object from commit pathPablo Neira Ayuso2022-11-011-3/+3
| * netfilter: nf_tables: netlink notifier might race to release objectsPablo Neira Ayuso2022-11-011-0/+2
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-281-2/+2
* | netfilter: nft_inner: support for inner tunnel header matchingPablo Neira Ayuso2022-10-251-0/+37
|/