]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
netfilter: nft_set_hash: add non-resizable hashtable implementation
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 22 May 2017 16:48:03 +0000 (17:48 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 29 May 2017 10:46:21 +0000 (12:46 +0200)
commit6c03ae210ce306f443767d619a0390b0a541a5d8
tree8e0542e8b089352ceb4403e0bd9e8700fdd6db98
parent1ff75a3e9ab72368fc3ad63d9bc6c7518cbd1389
netfilter: nft_set_hash: add non-resizable hashtable implementation

This patch adds a simple non-resizable hashtable implementation. If the
user specifies the set size, then this new faster hashtable flavour is
selected.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nft_set_hash.c