summaryrefslogtreecommitdiff
path: root/datapath-windows
Commit message (Expand)AuthorAgeFilesLines
* datapath-windows: Enable checksum offloads in STTSairam Venugopal2015-09-221-8/+165
* datapath-windows: Removed hardcoded names for internal/external vportsSorin Vinturis2015-09-222-54/+58
* datapath-windows: Append flow attribute keyAlin Serdean2015-09-183-22/+46
* datapath-windows: Output to multiple VXLAN portsAlin Serdean2015-09-181-4/+3
* datapath-windows: Tunnel filter initialization checkSorin Vinturis2015-09-041-23/+48
* datapath-windows: Add corresponding tag for tunnel context allocationsSorin Vinturis2015-09-041-1/+2
* datapath-windows: New tag for tunnel filter pool allocationsSorin Vinturis2015-09-042-1/+4
* datapath-windows: check vport attribute before accessNithin Raju2015-09-041-4/+6
* datapath-windows: Clean up properly in case of driver init failure.Sorin Vinturis2015-09-011-6/+14
* datapath-windows: Support for IRP cancelling mechanismSorin Vinturis2015-08-312-22/+180
* datapath-windows: Process tunnel filter requests iterativelySorin Vinturis2015-08-311-70/+27
* datapath-windows: Fix broken build.Alin Serdean2015-08-281-5/+5
* datapath-windows: Suppress flow attribute probe.Alin Serdean2015-08-281-1/+8
* datapath-windows: Enable failure after restarting extensionSorin Vinturis2015-08-281-12/+16
* datapath-windows: Fix iterator in NlAttrParse()Sairam Venugopal2015-08-266-27/+50
* tunneling: Remove gre64 tunnel support.Pravin B Shelar2015-08-204-18/+12
* treewide: Fix doubled "the".Ben Pfaff2015-08-033-3/+3
* datapath-windows: Avoid BSOD when cleaning up a tunnel vportSorin Vinturis2015-07-282-2/+6
* datapath-windows/include/automake.mk: Only build for WIN32 buildsAaron Conole2015-07-211-0/+2
* datapath-windows: Fixed spelling errors in OVSSorin Vinturis2015-07-164-31/+31
* datapath-windows: Fix broken break by distributing resource.h.Ben Pfaff2015-07-151-1/+2
* datapath-windows: update extension informationAlin Gabriel Serdean2015-07-154-20/+1662
* datapath-windows: Update VXLAN header informationAlin Serdean2015-07-152-5/+9
* datapath-windows: Solved BSOD when cleaning up the VXLAN tunnelSorin Vinturis2015-07-152-3/+9
* datapath-windows: Solved BSOD when adding OVS portsSorin Vinturis2015-07-061-1/+4
* datapath-windows: Solved memory leak in OVS datapathSorin Vinturis2015-07-021-0/+1
* Solved datapath-windows: BSOD when initializing switch contextAlin Serdean2015-07-021-0/+9
* datapath-windows: Solved BSOD when handling flowsSorin Vinturis2015-07-011-1/+0
* datapath-windows: Rename 'vport->isPresentOnHv' to 'isAbsentOnHv'Nithin Raju2015-07-012-12/+12
* datapath-windows: Code refactoring and fixes in Vport.cNithin Raju2015-07-011-112/+117
* datapath-windows: Failed initialization for datapath tunnel portsSorin Vinturis2015-07-011-1/+1
* datapath-windows: Avoid double incrementation of tx VXLAN packet statisticsSorin Vinturis2015-07-011-1/+0
* datapath-windows: Duplicate tag for STT poolsSorin Vinturis2015-07-011-1/+1
* datapath-windows: Wrong cleanup of newly created multiple NBLsSorin Vinturis2015-06-241-1/+1
* datapath-windows: Return success for already existing WFP objectsSorin Vinturis2015-06-231-2/+11
* datapath-windows: Initialize reference count when enabling extensionSorin Vinturis2015-06-191-1/+2
* datapath-windows: use correct dst port during Vxlan TxNithin Raju2015-06-194-50/+19
* datapath-windows: Return pending for IRPs completed laterSorin Vinturis2015-06-181-0/+1
* datapath-windows: BSOD when disabling the extensionSorin Vinturis2015-06-151-1/+2
* datapath-windows: Stateless TCP Tunnelling protocol - Initial implementationEitan Eliahu2015-06-1113-46/+613
* datapath-windows: Correctly complete the original NBL with multiple NBsSorin Vinturis2015-06-111-2/+3
* This commit adds the windows installer to the OVS tree.Alin Gabriel Serdean2015-06-071-25/+25
* datapath-windows: Fix build.Alin Serdean2015-05-291-1/+0
* datapath-windows: Multiple NBLs support for ingress data pathSorin Vinturis2015-05-281-20/+70
* datapath-windows: Removed memory barrier and master lockSorin Vinturis2015-05-272-23/+0
* datapath-windows: Document OVS tunnel filter calloutSorin Vinturis2015-05-271-4/+221
* datapath-windows: Support for multiple VXLAN tunnelsSorin Vinturis2015-05-278-37/+70
* datapath-windows: Support for custom VXLAN tunnel portSorin Vinturis2015-05-2711-279/+1226
* datpath-windows: Make PacketIO.c compilable with WDK8.Nithin Raju2015-05-261-1/+5
* datapath-windows: Fix warning from the powershell moduleAlin Serdean2015-05-191-3/+5