summaryrefslogtreecommitdiff
path: root/datapath-windows
Commit message (Expand)AuthorAgeFilesLines
* datapath-windows: set the nlBuf tail properlyAlin Serdean2015-01-061-2/+7
* datapath-windows: Add a WFP system providerSorin Vinturis2015-01-066-17/+183
* datapath-windows: Release WFP allocated objectsSorin Vinturis2015-01-011-2/+61
* datapath-windows: Cleanup OVSSorin Vinturis2014-12-313-5/+5
* datapath-windows: return bool from NlFillOvs[Msg/Hdr]Nithin Raju2014-12-115-40/+53
* datapath-windows: refactor BuildReplyMsgFromMsgIn & BuildErrorMsgNithin Raju2014-12-116-52/+30
* datapath-windows: nuke unused code in Flow.cNithin Raju2014-12-051-22/+0
* datapath-windows: Move Build*Msg() to Netlink.cNithin Raju2014-12-054-56/+55
* datapath-windows: Add PID Number attribute for port notification / Fix logicEitan Eliahu2014-12-051-6/+8
* datapath-windows: Update DESIGN document.Nithin Raju2014-11-251-98/+184
* datapath-windows: Fix broken build on MSVC.Alin Serdean2014-11-251-2/+0
* datapath-windows: Update OVSEXT VS project to support 6.40Sorin Vinturis2014-11-251-1/+34
* datapath-windows: Fixed Release broken build.Sorin Vinturis2014-11-251-0/+2
* datapath-windows: Move vport code from Datapath.c to Vport.c.Nithin Raju2014-11-242-747/+746
* datapath-windows: Support for hybrid forwardingSorin Vinturis2014-11-241-0/+51
* datapath-windows: Removed duplicate checking of previous dump stateSorin Vinturis2014-11-241-4/+2
* datapath-windows: BSOD for a transactional NL cmd without dump state.Sorin Vinturis2014-11-241-2/+2
* datapath-windows: do not complete an IRP when pending status returnedEitan Eliahu2014-11-211-0/+5
* datapath-windows: rename 'hvDeleted' to 'isPresentOnHv'Nithin Raju2014-11-203-9/+10
* datpaath-windows: consolidate check for output bufferNithin Raju2014-11-201-18/+20
* datapath-windows: cleanup DpInternal.hNithin Raju2014-11-204-179/+14
* datpath-windows: include/OvsPub.h => ovsext/DpInternal.hNithin Raju2014-11-203-5/+5
* datapath-windows: nuke non-netlink based interfaceNithin Raju2014-11-208-930/+2
* datapath-windows: Avoid BSOD when switch context is NULLSorin Vinturis2014-11-202-5/+11
* datapath-windows: Fixes in HvCreatePort() to re-add a portNithin Raju2014-11-201-7/+62
* datapath-windows: Change return type of OvsInitVxlanTunnel()Nithin Raju2014-11-204-6/+13
* datapath-windows: Changes to InitOvsVportCommon()Nithin Raju2014-11-202-12/+18
* datapath-windows: Changes to OvsRemoveAndDeleteVport()Nithin Raju2014-11-203-49/+89
* datapath-windows: clarify 'portIdHashArray' in the swithc contextNithin Raju2014-11-201-1/+4
* datapath-windows: add WCHAR version of OvsFindVportByHvName()Nithin Raju2014-11-203-24/+34
* datapath-windows: fixes in OvsGetExtInfoIoctl()Nithin Raju2014-11-201-2/+14
* datapath-windows: Remove all duplicate checks for NULL.Sorin Vinturis2014-11-144-80/+13
* datapath-windows: Update port property.Eitan Eliahu2014-11-123-0/+62
* datapath-windows: Add functionality to return OVSPortName given a VMAlin Serdean2014-11-121-2/+30
* datapath-windows: Remove a not needed debug message from Flow.c.Ankur Sharma2014-11-061-2/+0
* datapath-windows: Add WMI to set Hyper-V port "friendly name" from NOVA.Eitan Eliahu2014-11-051-0/+26
* datapath-windows: Increase the maximum size of port name.Nithin Raju2014-10-313-10/+7
* datapath-windows: Fix locking code in OvsGetNetdevCmdHandler().Nithin Raju2014-10-311-5/+0
* datapath-windows: Nuke USE_NEW_VPORT_ADD_WORKFLOW.Nithin Raju2014-10-311-15/+0
* datapath-windows: Don't leak NBLs with multiple NBs.Nithin Raju2014-10-311-1/+6
* datapath-windows: Allow encapsulation if source is bridge-internal port.Nithin Raju2014-10-281-3/+7
* datapath-windows: OvsFindVportByPortIdAndNicIndex() and external port.Nithin Raju2014-10-281-2/+6
* datapath-windows: Update vport add code.Nithin Raju2014-10-285-101/+100
* datapath-windows: Refactor core in Vport.c.Nithin Raju2014-10-283-55/+206
* datapath-windows: OvsInitTunnelVport() and OvsInitBridgeInternalVport().Nithin Raju2014-10-282-2/+52
* datapath-windows: Introduce bridge-internal ports.Nithin Raju2014-10-283-11/+42
* datapath-windows: Clarify externalVport.Nithin Raju2014-10-286-30/+64
* datapath-windows: Re-init the list entry in OvsDeleteVportCmdHandler().Nithin Raju2014-10-281-1/+4
* datapath-windows: Fix BSOD caused by DV due to memory leaks.Sorin Vinturis2014-10-281-7/+17
* datapath-windows:Remove user mode instance from pid hash on process terminationEitan Eliahu2014-10-281-0/+6