summary refs log tree commit diff
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2015-05-13 12:57:30 -0400
committerDavid S. Miller <davem@davemloft.net>2015-05-13 15:59:13 -0400
commit2d07dc79fe04a43d82a346ced6bbf07bdb523f1b (patch)
tree2c6eaa5b8f0cc9931d3db53d60ef2fae12349a02 /drivers/net/Makefile
parentd37d29c30509854d15401277f39aab0336525f27 (diff)
downloadlinux-2d07dc79fe04a43d82a346ced6bbf07bdb523f1b.tar.gz
geneve: add initial netdev driver for GENEVE tunnels
This is an initial implementation of a netdev driver for GENEVE
tunnels.  This implementation uses a fixed UDP port, and only supports
point-to-point links with specific partner endpoints.  Only IPv4
links are supported at this time.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r--drivers/net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index e25fdd7d905e..c12cb22478a7 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -23,6 +23,7 @@ obj-$(CONFIG_TUN) += tun.o
 obj-$(CONFIG_VETH) += veth.o
 obj-$(CONFIG_VIRTIO_NET) += virtio_net.o
 obj-$(CONFIG_VXLAN) += vxlan.o
+obj-$(CONFIG_GENEVE) += geneve.o
 obj-$(CONFIG_NLMON) += nlmon.o
 
 #