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