aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/geneve.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-22net: Move the definition of the default Geneve udp port to public header fileMoshe Shemesh1-0/+2
2018-11-07net: add netif_is_geneve()John Hurley1-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-06-17net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck1-5/+0
2016-06-17net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck1-2/+1
2016-06-17vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includesAlexander Duyck1-3/+0
2016-04-21geneve: break dependency with netdev driversHannes Frederic Sowa1-4/+2
2015-12-16geneve: Add geneve_get_rx_port supportSinghai, Anjali1-0/+8
2015-08-27geneve: Consolidate Geneve functionality in single module.Pravin B Shelar1-34/+0
2015-08-27geneve: Add support to collect tunnel metadata.Pravin B Shelar1-0/+3
2015-05-13geneve: move definition of geneve_hdr() to geneve.hJohn W. Linville1-0/+5
2015-01-28openvswitch: Add support for checksums on UDP tunnels.Jesse Gross1-1/+1
2015-01-04geneve: Remove socket hash table.Jesse Gross1-1/+1
2015-01-04geneve: Simplify locking.Jesse Gross1-1/+1
2015-01-04geneve: Remove workqueue.Jesse Gross1-1/+0
2014-10-07openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou1-15/+21
2014-10-06net: Add Geneve tunneling protocol driverAndy Zhou1-0/+91