vxlan: Restructure vxlan socket apis.
authorPravin B Shelar <pshelar@nicira.com>
Mon, 19 Aug 2013 18:22:48 +0000 (11:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Aug 2013 07:15:43 +0000 (00:15 -0700)
commit9c2e24e16fbccf6cc1102442acc4a629f79615a7
tree7965520c9933a05a47901d31ddc99db42a7bbd65
parent7559fb2fc547b3507ba462c6558e291fb21b9cee
vxlan: Restructure vxlan socket apis.

Restructure vxlan-socket management APIs so that it can be
shared between vxlan and ovs modules.
This patch does not change any functionality.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
v6-v7:
 - get rid of zero refcnt vs from hashtable.
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c