index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
geneve.h
Age
Commit message (
Expand
)
Author
2019-03-22
net: Move the definition of the default Geneve udp port to public header file
Moshe Shemesh
2018-11-07
net: add netif_is_geneve()
John Hurley
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-06-17
net: Remove deprecated tunnel specific UDP offload functions
Alexander Duyck
2016-06-17
net: Merge VXLAN and GENEVE push notifiers into a single notifier
Alexander Duyck
2016-06-17
vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includes
Alexander Duyck
2016-04-21
geneve: break dependency with netdev drivers
Hannes Frederic Sowa
2015-12-16
geneve: Add geneve_get_rx_port support
Singhai, Anjali
2015-08-27
geneve: Consolidate Geneve functionality in single module.
Pravin B Shelar
2015-08-27
geneve: Add support to collect tunnel metadata.
Pravin B Shelar
2015-05-13
geneve: move definition of geneve_hdr() to geneve.h
John W. Linville
2015-01-28
openvswitch: Add support for checksums on UDP tunnels.
Jesse Gross
2015-01-04
geneve: Remove socket hash table.
Jesse Gross
2015-01-04
geneve: Simplify locking.
Jesse Gross
2015-01-04
geneve: Remove workqueue.
Jesse Gross
2014-10-07
openvswitch: fix a compilation error when CONFIG_INET is not setW!
Andy Zhou
2014-10-06
net: Add Geneve tunneling protocol driver
Andy Zhou