aboutsummaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext
AgeCommit message (Expand)Author
2014-12-05datapath-windows: nuke unused code in Flow.cNithin Raju
2014-12-05datapath-windows: Move Build*Msg() to Netlink.cNithin Raju
2014-12-05datapath-windows: Add PID Number attribute for port notification / Fix logicEitan Eliahu
2014-11-25datapath-windows: Fix broken build on MSVC.Alin Serdean
2014-11-25datapath-windows: Update OVSEXT VS project to support 6.40Sorin Vinturis
2014-11-25datapath-windows: Fixed Release broken build.Sorin Vinturis
2014-11-24datapath-windows: Move vport code from Datapath.c to Vport.c.Nithin Raju
2014-11-24datapath-windows: Support for hybrid forwardingSorin Vinturis
2014-11-24datapath-windows: Removed duplicate checking of previous dump stateSorin Vinturis
2014-11-24datapath-windows: BSOD for a transactional NL cmd without dump state.Sorin Vinturis
2014-11-21datapath-windows: do not complete an IRP when pending status returnedEitan Eliahu
2014-11-20datapath-windows: rename 'hvDeleted' to 'isPresentOnHv'Nithin Raju
2014-11-20datpaath-windows: consolidate check for output bufferNithin Raju
2014-11-20datapath-windows: cleanup DpInternal.hNithin Raju
2014-11-20datpath-windows: include/OvsPub.h => ovsext/DpInternal.hNithin Raju
2014-11-20datapath-windows: nuke non-netlink based interfaceNithin Raju
2014-11-20datapath-windows: Avoid BSOD when switch context is NULLSorin Vinturis
2014-11-20datapath-windows: Fixes in HvCreatePort() to re-add a portNithin Raju
2014-11-20datapath-windows: Change return type of OvsInitVxlanTunnel()Nithin Raju
2014-11-20datapath-windows: Changes to InitOvsVportCommon()Nithin Raju
2014-11-20datapath-windows: Changes to OvsRemoveAndDeleteVport()Nithin Raju
2014-11-20datapath-windows: clarify 'portIdHashArray' in the swithc contextNithin Raju
2014-11-20datapath-windows: add WCHAR version of OvsFindVportByHvName()Nithin Raju
2014-11-20datapath-windows: fixes in OvsGetExtInfoIoctl()Nithin Raju
2014-11-14datapath-windows: Remove all duplicate checks for NULL.Sorin Vinturis
2014-11-12datapath-windows: Update port property.Eitan Eliahu
2014-11-06datapath-windows: Remove a not needed debug message from Flow.c.Ankur Sharma
2014-10-31datapath-windows: Fix locking code in OvsGetNetdevCmdHandler().Nithin Raju
2014-10-31datapath-windows: Nuke USE_NEW_VPORT_ADD_WORKFLOW.Nithin Raju
2014-10-31datapath-windows: Don't leak NBLs with multiple NBs.Nithin Raju
2014-10-28datapath-windows: Allow encapsulation if source is bridge-internal port.Nithin Raju
2014-10-28datapath-windows: OvsFindVportByPortIdAndNicIndex() and external port.Nithin Raju
2014-10-28datapath-windows: Update vport add code.Nithin Raju
2014-10-28datapath-windows: Refactor core in Vport.c.Nithin Raju
2014-10-28datapath-windows: OvsInitTunnelVport() and OvsInitBridgeInternalVport().Nithin Raju
2014-10-28datapath-windows: Introduce bridge-internal ports.Nithin Raju
2014-10-28datapath-windows: Clarify externalVport.Nithin Raju
2014-10-28datapath-windows: Re-init the list entry in OvsDeleteVportCmdHandler().Nithin Raju
2014-10-28datapath-windows: Fix BSOD caused by DV due to memory leaks.Sorin Vinturis
2014-10-28datapath-windows:Remove user mode instance from pid hash on process terminationEitan Eliahu
2014-10-24datapath-windows: Avoid BSOD when no event queue found.Alin Serdean
2014-10-24datapath-windows: check for 'gOvsSwitchContext' in ValidateNetlinkCmd()Nithin Raju
2014-10-24datapath-windows: Refactor CreateQueue function to handle vport pid.Ankur Sharma
2014-10-24datapath-windows: Add code for OvsGetQueue.Ankur Sharma
2014-10-24datapath-windows: pid-instance hash table APIs.Ankur Sharma
2014-10-23datapath-windows: Fixes during integration testing.Ankur Sharma
2014-10-23datapath-windows: Calling OvsAddPidInstance and OvsDelPidInstanceAnkur Sharma
2014-10-23datapath-windows: pid-instance hash table data structure.Ankur Sharma
2014-10-22datapath-windows: Return success when duplicate flow is added.Nithin Raju
2014-10-21datapath-windows: Fixes in packet created for userspaceNithin Raju