net: Remove deprecated tunnel specific UDP offload functions
authorAlexander Duyck <aduyck@mirantis.com>
Thu, 16 Jun 2016 19:23:12 +0000 (12:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Jun 2016 03:23:32 +0000 (20:23 -0700)
commit1938ee1fd3de74d761a60806b048df652666afec
treee16e09d5f68a6ca90da18cbe0ccb9548be87e6b0
parent5e44f8e299f64c7b5ce8c9185d14f6f98ff30b21
net: Remove deprecated tunnel specific UDP offload functions

Now that we have all the drivers using udp_tunnel_get_rx_ports,
ndo_add_udp_enc_rx_port, and ndo_del_udp_enc_rx_port we can drop the
function calls that were specific to VXLAN and GENEVE.

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>
include/linux/netdevice.h
include/net/geneve.h
include/net/vxlan.h
net/ipv4/udp_tunnel.c