net: Combine GENEVE and VXLAN port notifiers into single functions
authorAlexander Duyck <aduyck@mirantis.com>
Thu, 16 Jun 2016 19:20:52 +0000 (12:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Jun 2016 03:23:29 +0000 (20:23 -0700)
commite7b3db5e60e8f471c3f5ef93b497bafe5863e56a
tree7cc8ee25fc39778069825cc8b87de542d7938d3e
parent86a98057256020e75e1be0f88d7617491a06e8f1
net: Combine GENEVE and VXLAN port notifiers into single functions

This patch merges the GENEVE and VXLAN code so that both functions pass
through a shared code path.  This way we can start the effort of using a
single function on the network device drivers to handle both of these
tunnel types.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/geneve.c
drivers/net/vxlan.c
include/net/udp_tunnel.h
net/ipv4/udp_tunnel.c
This page took 0.0394 seconds and 5 git commands to generate.