summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirementsPablo Neira Ayuso2022-10-191-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-4/+4
|\
| * netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain()Tetsuo Handa2022-09-201-0/+1
| * netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain()Tetsuo Handa2022-09-201-4/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2022-09-091-1/+1
|\ \ | |/ |/|
| * netfilter: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-071-1/+1
* | netfilter: nf_tables: clean up hook list when offload flags check failsPablo Neira Ayuso2022-08-311-1/+3
|/
* netfilter: nf_tables: disallow binding to already bound chainPablo Neira Ayuso2022-08-241-0/+2
* netfilter: nf_tables: do not leave chain stats enabled on errorPablo Neira Ayuso2022-08-241-2/+4
* netfilter: nf_tables: make table handle allocation per-netns friendlyPablo Neira Ayuso2022-08-241-2/+1
* netfilter: nf_tables: disallow updates of implicit chainPablo Neira Ayuso2022-08-241-0/+3
* netfilter: nf_tables: check NFT_SET_CONCAT flag if field_count is specifiedPablo Neira Ayuso2022-08-151-0/+5
* netfilter: nf_tables: disallow NFT_SET_ELEM_CATCHALL and NFT_SET_ELEM_INTERVA...Pablo Neira Ayuso2022-08-151-0/+3
* netfilter: nf_tables: NFTA_SET_ELEM_KEY_END requires concat and interval flagsPablo Neira Ayuso2022-08-151-0/+24
* netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flagPablo Neira Ayuso2022-08-121-4/+9
* netfilter: nf_tables: really skip inactive sets when allocating namePablo Neira Ayuso2022-08-111-1/+1
* netfilter: nf_tables: fix scheduling-while-atomic splatFlorian Westphal2022-08-111-4/+0
* netfilter: nf_tables: possible module reference underflow in error pathPablo Neira Ayuso2022-08-101-1/+1
* netfilter: nf_tables: disallow NFTA_SET_ELEM_KEY_END with NFT_SET_ELEM_INTERV...Pablo Neira Ayuso2022-08-101-0/+1
* netfilter: nf_tables: use READ_ONCE and WRITE_ONCE for shared generation id a...Pablo Neira Ayuso2022-08-101-7/+13
* netfilter: nf_tables: fix null deref due to zeroed list headFlorian Westphal2022-08-091-0/+1
* netfilter: nf_tables: disallow jump to implicit chain from set elementPablo Neira Ayuso2022-08-091-0/+4
* netfilter: nf_tables: upfront validation of data via nft_data_init()Pablo Neira Ayuso2022-08-091-38/+40
* netfilter: nf_tables: do not allow RULE_ID to refer to another chainThadeu Lima de Souza Cascardo2022-08-091-2/+5
* netfilter: nf_tables: do not allow CHAIN_ID to refer to another tableThadeu Lima de Souza Cascardo2022-08-091-2/+4
* netfilter: nf_tables: do not allow SET_ID to refer to another tableThadeu Lima de Souza Cascardo2022-08-091-1/+3
* netfilter: nf_tables: validate variable length element extensionPablo Neira Ayuso2022-08-091-15/+69