-
- Downloads
net: Add Geneve tunneling protocol driver
This adds a device level support for Geneve -- Generic Network Virtualization Encapsulation. The protocol is documented at http://tools.ietf.org/html/draft-gross-geneve-01 Only protocol layer Geneve support is provided by this driver. Openvswitch can be used for configuring, set up and tear down functional Geneve tunnels. Signed-off-by:Jesse Gross <jesse@nicira.com> Signed-off-by:
Andy Zhou <azhou@nicira.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/geneve.h 91 additions, 0 deletionsinclude/net/geneve.h
- include/net/ip_tunnels.h 2 additions, 0 deletionsinclude/net/ip_tunnels.h
- net/ipv4/Kconfig 14 additions, 0 deletionsnet/ipv4/Kconfig
- net/ipv4/Makefile 1 addition, 0 deletionsnet/ipv4/Makefile
- net/ipv4/geneve.c 373 additions, 0 deletionsnet/ipv4/geneve.c
Loading
Please register or sign in to comment