summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/vport-geneve.c
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: do not ignore netdev errors when creating tunnel vportsMartynas Pumputis2016-08-101-1/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-03-171-1/+1
|\
| * treewide: Fix typo in printkMasanari Iida2016-02-151-1/+1
* | openvswitch: fix struct geneve_port member nameJean Sacren2016-01-101-3/+3
* | openvswitch: properly refcount vport-vxlan modulePaolo Abeni2015-12-021-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-13/+0
|\
| * openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-221-13/+0
* | openvswitch: Use dev_queue_xmit for vport send.Pravin B Shelar2015-10-221-1/+1
|/
* ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2015-08-311-3/+2
* openvswitch: Remove egress_tun_info.Pravin B Shelar2015-08-291-2/+1
* openvswitch: Use Geneve device.Pravin B Shelar2015-08-271-147/+32
* ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc2015-08-201-2/+2
* ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc2015-08-201-1/+1
* ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf2015-07-211-9/+8
* geneve: move definition of geneve_hdr() to geneve.hJohn W. Linville2015-05-131-5/+0
* openvswitch: Add support for checksums on UDP tunnels.Jesse Gross2015-01-281-1/+1
* openvswitch: Support VXLAN Group Policy extensionThomas Graf2015-01-151-4/+11
* openvswitch: Introduce ovs_tunnel_route_lookupFan Du2015-01-141-11/+2
* openvswitch: Remove unnecessary version.h inclusionSyam Sidhardhan2015-01-131-2/+0
* openvswitch: Fix vport_send double freePravin B Shelar2014-12-231-0/+3
* openvswitch: Constify various function argumentsThomas Graf2014-11-091-1/+1
* openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang2014-11-091-1/+20
* ovs: Turn vports with dependencies into separate modulesThomas Graf2014-10-281-1/+22
* openvswitch: kerneldoc warning fixFabian Frederick2014-10-151-1/+1
* openvswitch: fix a sparse warningAndy Zhou2014-10-071-3/+2
* openvswitch: Add support for Geneve tunneling.Jesse Gross2014-10-061-0/+236