aboutsummaryrefslogtreecommitdiff
path: root/include/net/geneve.h
AgeCommit message (Expand)Author
2019-03-22net: Move the definition of the default Geneve udp port to public header fileMoshe Shemesh
2018-11-07net: add netif_is_geneve()John Hurley
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-06-17net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck
2016-06-17net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck
2016-06-17vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includesAlexander Duyck
2016-04-21geneve: break dependency with netdev driversHannes Frederic Sowa
2015-12-16geneve: Add geneve_get_rx_port supportSinghai, Anjali
2015-08-27geneve: Consolidate Geneve functionality in single module.Pravin B Shelar
2015-08-27geneve: Add support to collect tunnel metadata.Pravin B Shelar
2015-05-13geneve: move definition of geneve_hdr() to geneve.hJohn W. Linville
2015-01-28openvswitch: Add support for checksums on UDP tunnels.Jesse Gross
2015-01-04geneve: Remove socket hash table.Jesse Gross
2015-01-04geneve: Simplify locking.Jesse Gross
2015-01-04geneve: Remove workqueue.Jesse Gross
2014-10-07openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou
2014-10-06net: Add Geneve tunneling protocol driverAndy Zhou