]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
geneve: Remove socket hash table.
authorJesse Gross <jesse@nicira.com>
Sat, 3 Jan 2015 02:26:04 +0000 (18:26 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Jan 2015 03:21:33 +0000 (22:21 -0500)
commitdf5dba8e52be50e615e03ef73b34611d82587f42
treee74e1098ddf8f923670a44f67799863794259416
parent829a3ada9cc7d4c30fa61f8033403fb6c8f8092a
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 <jesse@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/geneve.h
net/ipv4/geneve.c