summaryrefslogtreecommitdiffstats
path: root/include/net/geneve.h
Commit message (Expand)AuthorAgeFilesLines
* net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck2016-06-171-5/+0
* net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck2016-06-171-2/+1
* vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includesAlexander Duyck2016-06-171-3/+0
* geneve: break dependency with netdev driversHannes Frederic Sowa2016-04-211-4/+2
* geneve: Add geneve_get_rx_port supportSinghai, Anjali2015-12-161-0/+8
* geneve: Consolidate Geneve functionality in single module.Pravin B Shelar2015-08-271-34/+0
* geneve: Add support to collect tunnel metadata.Pravin B Shelar2015-08-271-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-281-1/+1
* geneve: Remove socket hash table.Jesse Gross2015-01-041-1/+1
* geneve: Simplify locking.Jesse Gross2015-01-041-1/+1
* geneve: Remove workqueue.Jesse Gross2015-01-041-1/+0
* 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