summaryrefslogtreecommitdiffstats
path: root/include/net/geneve.h
Commit message (Expand)AuthorAgeFilesLines
* net: Move the definition of the default Geneve udp port to public header fileMoshe Shemesh2019-03-221-0/+2
* net: add netif_is_geneve()John Hurley2018-11-081-0/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck2016-06-181-5/+0Star
* net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck2016-06-181-2/+1Star
* vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includesAlexander Duyck2016-06-181-3/+0Star
* geneve: break dependency with netdev driversHannes Frederic Sowa2016-04-211-4/+2Star
* geneve: Add geneve_get_rx_port supportSinghai, Anjali2015-12-161-0/+8
* geneve: Consolidate Geneve functionality in single module.Pravin B Shelar2015-08-281-34/+0Star
* geneve: Add support to collect tunnel metadata.Pravin B Shelar2015-08-281-0/+3
* geneve: move definition of geneve_hdr() to geneve.hJohn W. Linville2015-05-131-0/+5
* openvswitch: Add support for checksums on UDP tunnels.Jesse Gross2015-01-291-1/+1
* geneve: Remove socket hash table.Jesse Gross2015-01-051-1/+1
* geneve: Simplify locking.Jesse Gross2015-01-051-1/+1
* geneve: Remove workqueue.Jesse Gross2015-01-051-1/+0Star
* openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou2014-10-071-15/+21
* net: Add Geneve tunneling protocol driverAndy Zhou2014-10-061-0/+91