]> git.itanic.dy.fi Git - linux-stable/commit
netfilter: nf_tables: allow up to 64 bytes in the set element data area
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 16 May 2023 14:44:32 +0000 (16:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 May 2023 11:44:08 +0000 (12:44 +0100)
commite832e4bae556bfc7ed5ecbb87683bdca2cd5ce9c
treede099e248bce312535677f54c949df23ed13a51c
parent28fe10236a64c544cd26da6eebec42f21bc15430
netfilter: nf_tables: allow up to 64 bytes in the set element data area

fdb9c405e35bdc6e305b9b4e20ebc141ed14fc81 ]

So far, the set elements could store up to 128-bits in the data area.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/net/netfilter/nf_tables.h
net/netfilter/nf_tables_api.c