From: Jesse Gross Date: Sat, 3 Jan 2015 02:26:04 +0000 (-0800) Subject: geneve: Remove socket hash table. X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~293^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df5dba8e52be50e615e03ef73b34611d82587f42;p=pandora-kernel.git geneve: Remove socket hash table. The hash table for open Geneve ports is used only on creation and deletion time. It is not performance critical and is not likely to grow to a large number of items. Therefore, this can be changed to use a simple linked list. Signed-off-by: Jesse Gross Signed-off-by: David S. Miller --- Reading git-diff-tree failed