From: Patrick McHardy Date: Sat, 11 Apr 2015 01:27:39 +0000 (+0100) Subject: netfilter: nf_tables: variable sized set element keys / data X-Git-Tag: omap-for-v4.2/o2_dc~131^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d7402642eaf385aef0772eff5a35e34fc4995d7;p=pandora-kernel.git netfilter: nf_tables: variable sized set element keys / data This patch changes sets to support variable sized set element keys / data up to 64 bytes each by using variable sized set extensions. This allows to use concatenations with bigger data items suchs as IPv6 addresses. As a side effect, small keys/data now don't require the full 16 bytes of struct nft_data anymore but just the space they need. Signed-off-by: Patrick McHardy Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed