]> 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 15:06:10 +0000 (17:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 May 2023 11:42:12 +0000 (12:42 +0100)
commit3612f8c8a15293d73ae4de2f349299cd0f5756d9
tree47b3a9ad0de200b39ff7a53eb26121514cd97d25
parent4ebe5cb06456a12ecb109ed02a4e06b268330770
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