summaryrefslogtreecommitdiff
path: root/datapath/vport-geneve.c
Commit message (Expand)AuthorAgeFilesLines
* make: Remove the Linux datapath.Greg Rose2022-07-151-147/+0
* net: core: dev: Add extack argument to dev_change_flags()Petr Machata2019-06-131-1/+1
* datapath: backport: openvswitch: do not ignore netdev errors when creating tu...Pravin B Shelar2016-08-151-1/+8
* dataoath: compat: Do not use upstream fill-meta-data function for compat tunnelPravin B Shelar2016-07-181-0/+2
* datapath: compat: Refactor egress tunnel infoPravin B Shelar2016-07-081-13/+1
* datapath: Drop support for kernel older than 3.10Pravin B Shelar2016-03-141-4/+4
* datapath: Backport: openvswitch: properly refcount vport-vxlan modulePravin B Shelar2015-12-081-1/+0
* datapath: Add support for lwtunnelPravin B Shelar2015-12-031-158/+35
* datapath: Add support for 4.2 kernel.Pravin B Shelar2015-09-231-5/+0
* datapath: Turn vports with dependencies into separate modulesThomas Graf2015-04-041-1/+21
* datapath: Backport upstream Geneve implementation.Jesse Gross2015-02-201-288/+61
* datapath: Support VXLAN Group Policy extensionThomas Graf2015-02-061-1/+5
* datapath: Account for "rename vlan_tx_* helpers since "tx" is misleading there"Thomas Graf2015-02-031-3/+3
* datapath: Account for rename to vlan_insert_tag_set_proto()Thomas Graf2015-01-071-3/+3
* datapath: Simplify vport_send() error handling.Pravin B Shelar2014-12-231-3/+8
* datapath: compat: introduce ovs_iptunnel_handle_offloads()Pravin B Shelar2014-12-231-17/+19
* datapath:compat: Fix build failure on old kernels.Pravin B Shelar2014-12-191-8/+11
* datapath: compat: Fix compilation 3.11Pravin B Shelar2014-10-131-1/+0
* datapath: Constify various function argumentsThomas Graf2014-09-231-1/+1
* datapath: Provide compatibility for kernels up to 3.17Thomas Graf2014-09-201-3/+5
* Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang2014-08-181-7/+27
* datapath: Use tun_info only for egress tunnel path.Pravin B Shelar2014-08-061-5/+7
* datapath: do not use vport type to determine presence of Geneve attributesAnsis Atteka2014-08-011-1/+1
* datapath: Enable tunnel GSO features.Pravin B Shelar2014-07-111-0/+5
* datapath: Check tunnel info before dereferencing on send.Jesse Gross2014-06-201-1/+3
* datapath: Add support for Geneve tunneling.Jesse Gross2014-06-201-0/+442