geneve: add initial netdev driver for GENEVE tunnels
authorJohn W. Linville <linville@tuxdriver.com>
Wed, 13 May 2015 16:57:30 +0000 (12:57 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 May 2015 19:59:13 +0000 (15:59 -0400)
commit2d07dc79fe04a43d82a346ced6bbf07bdb523f1b
tree2c6eaa5b8f0cc9931d3db53d60ef2fae12349a02
parentd37d29c30509854d15401277f39aab0336525f27
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>
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/geneve.c [new file with mode: 0644]
include/uapi/linux/if_link.h