]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9369aaf3abd912c4a2ef1f38948d7c1a56662519
tree7cc8ee25fc39778069825cc8b87de542d7938d3e
parentd1fbc4b3a7c15de28e355be445fc4924cc5b5023
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