datapath-windows: Fix broken build on MSVC.
[cascardo/ovs.git] / datapath-windows /
2014-11-25 Alin Serdeandatapath-windows: Fix broken build on MSVC.
2014-11-25 Sorin Vinturisdatapath-windows: Update OVSEXT VS project to support...
2014-11-25 Sorin Vinturisdatapath-windows: Fixed Release broken build.
2014-11-25 Nithin Rajudatapath-windows: Move vport code from Datapath.c to...
2014-11-25 Sorin Vinturisdatapath-windows: Support for hybrid forwarding
2014-11-24 Sorin Vinturisdatapath-windows: Removed duplicate checking of previou...
2014-11-24 Sorin Vinturisdatapath-windows: BSOD for a transactional NL cmd witho...
2014-11-21 Eitan Eliahudatapath-windows: do not complete an IRP when pending...
2014-11-20 Nithin Rajudatapath-windows: rename 'hvDeleted' to 'isPresentOnHv'
2014-11-20 Nithin Rajudatpaath-windows: consolidate check for output buffer
2014-11-20 Nithin Rajudatapath-windows: cleanup DpInternal.h
2014-11-20 Nithin Rajudatpath-windows: include/OvsPub.h => ovsext/DpInternal.h
2014-11-20 Nithin Rajudatapath-windows: nuke non-netlink based interface
2014-11-20 Sorin Vinturisdatapath-windows: Avoid BSOD when switch context is...
2014-11-20 Nithin Rajudatapath-windows: Fixes in HvCreatePort() to re-add...
2014-11-20 Nithin Rajudatapath-windows: Change return type of OvsInitVxlanTun...
2014-11-20 Nithin Rajudatapath-windows: Changes to InitOvsVportCommon()
2014-11-20 Nithin Rajudatapath-windows: Changes to OvsRemoveAndDeleteVport()
2014-11-20 Nithin Rajudatapath-windows: clarify 'portIdHashArray' in the...
2014-11-20 Nithin Rajudatapath-windows: add WCHAR version of OvsFindVportByHv...
2014-11-20 Nithin Rajudatapath-windows: fixes in OvsGetExtInfoIoctl()
2014-11-14 Sorin Vinturisdatapath-windows: Remove all duplicate checks for NULL.
2014-11-12 Eitan Eliahudatapath-windows: Update port property.
2014-11-12 Alin Serdeandatapath-windows: Add functionality to return OVSPortNa...
2014-11-06 Ankur Sharmadatapath-windows: Remove a not needed debug message...
2014-11-05 Eitan Eliahudatapath-windows: Add WMI to set Hyper-V port "friendly...
2014-10-31 Nithin Rajudatapath-windows: Increase the maximum size of port...
2014-10-31 Nithin Rajudatapath-windows: Fix locking code in OvsGetNetdevCmdHa...
2014-10-31 Nithin Rajudatapath-windows: Nuke USE_NEW_VPORT_ADD_WORKFLOW.
2014-10-31 Nithin Rajudatapath-windows: Don't leak NBLs with multiple NBs.
2014-10-28 Nithin Rajudatapath-windows: Allow encapsulation if source is...
2014-10-28 Nithin Rajudatapath-windows: OvsFindVportByPortIdAndNicIndex(...
2014-10-28 Nithin Rajudatapath-windows: Update vport add code.
2014-10-28 Nithin Rajudatapath-windows: Refactor core in Vport.c.
2014-10-28 Nithin Rajudatapath-windows: OvsInitTunnelVport() and OvsInitBridg...
2014-10-28 Nithin Rajudatapath-windows: Introduce bridge-internal ports.
2014-10-28 Nithin Rajudatapath-windows: Clarify externalVport.
2014-10-28 Nithin Rajudatapath-windows: Re-init the list entry in OvsDeleteVp...
2014-10-28 Sorin Vinturisdatapath-windows: Fix BSOD caused by DV due to memory...
2014-10-28 Eitan Eliahudatapath-windows:Remove user mode instance from pid...
2014-10-24 Alin Serdeandatapath-windows: Avoid BSOD when no event queue found.
2014-10-24 Nithin Rajudatapath-windows: check for 'gOvsSwitchContext' in...
2014-10-24 Ankur Sharmadatapath-windows: Refactor CreateQueue function to...
2014-10-24 Ankur Sharmadatapath-windows: Add code for OvsGetQueue.
2014-10-24 Ankur Sharmadatapath-windows: pid-instance hash table APIs.
2014-10-23 Ankur Sharmadatapath-windows: Fixes during integration testing.
2014-10-23 Ankur Sharmadatapath-windows: Calling OvsAddPidInstance and OvsDelP...
2014-10-23 Ankur Sharmadatapath-windows: pid-instance hash table data structure.
2014-10-22 Nithin Rajudatapath-windows: Return success when duplicate flow...
2014-10-21 Nithin Rajudatapath-windows: Fixes in packet created for userspace
2014-10-21 Nithin Rajudatapath-windows: Fix key parsing in Flow.c.
2014-10-21 Nithin Rajudatapath-windows: event read should not fail when no...
2014-10-20 Eitan Eliahudatapath-windows: Implement missed packet kernel-to...
2014-10-17 Eitan Eliahudatapath-windows: Packet subscribe handler
2014-10-16 Eitan Eliahudatapath-windows: Add packet miss read Netlink command.
2014-10-16 Eitan Eliahudatapath-windows: Fix compilation error in release...
2014-10-16 Nithin Rajudatapath-windows: Fixes in OvsSetVportCmdHandler()
2014-10-16 Nithin Rajudatapath-windows: Add netlink command vport set
2014-10-16 Ankur Sharmadatapath-windows: Action not supported error handling
2014-10-16 Ankur Sharmadatapath-windows: OVS_PACKET_CMD_EXECUTE handler.
2014-10-16 Ankur Sharmadatapath-windows: changes to existing PACKET_CMD handler.
2014-10-16 Ankur Sharmadatapath-windows: OVS_PACKET_CMD_EXECUTE command handler.
2014-10-16 Ankur Sharmadatapath-windows: Making Flow parsing policies global.
2014-10-15 Ankur Sharmadatapath-windows: Transactional error fix for flow...
2014-10-15 Eitan Eliahudatapath-windows: Upcall NL packet format: Call NL...
2014-10-15 Eitan Eliahudatapath-windows: Upcall NL packet format: Queue elem...
2014-10-15 Eitan Eliahudatapath-windows: Upcall NL packet format: Parametrized...
2014-10-15 Eitan Eliahudatapath-windows: Upcall NL packet format: Add NL utilities
2014-10-14 Ankur Sharmadatapath-windows: Fix CtrlLock acquire issue in OvsRead...
2014-10-13 Ankur Sharmadatapath-windows: Fix assertion in Netlink.c
2014-10-13 Ankur Sharmadatapath-windows: Remove invalid assertion.
2014-10-13 Ankur Sharmadatapath-windows: Remove setting of replyLen to zero.
2014-10-13 Ankur Sharmadatapath-windows: Reply for Flow Flush.
2014-10-13 Ankur Sharmadatapath-windows: Validate ETHERTYPE and ETHERNET attri...
2014-10-13 Ankur Sharmadatapath-windows: Transactional error support in Flow...
2014-10-13 Nithin Rajudatapath-windows: loop iterator fixes in Vport.c
2014-10-13 Nithin Rajudatapath-windows: delete ports from portIdHashArray...
2014-10-13 Nithin Rajudatapath-windows: pass NDIS_RWL_AT_DISPATCH_LEVEL inste...
2014-10-13 Nithin Rajudatapath-windows: remove vport from lists upon deletion
2014-10-13 Nithin Rajudatapath-windows: Add netlink command vport delete
2014-10-13 Nithin Rajudatapath-windows: Add netlink command: vport new
2014-10-09 Alin Serdeandatapath-windows: Add port friendly name to OVS_VPORT_ENTRY
2014-10-09 Alin Serdeandatapath-windows: Make VPORT ovs number values smaller...
2014-10-09 Alin Serdeandatapath-windows: Rename switch context's portHashArray...
2014-10-09 Alin Serdeandatapath-windows: Rename switch context's nameHashArray...
2014-10-09 Alin Serdeandatapath-windows: Rename OvsGetVportNo into OvsComputeV...
2014-10-09 Alin Serdeandatapath-windows: Define OVS_DPPORT_NUMBER_INVALID
2014-10-09 Alin Serdeandatapath-windows: Update OVS_SWITCH_CONTEXT: external...
2014-10-09 Alin Serdeandatapath-windows: We don't need to keep validation...
2014-10-09 Alin Serdeandatapath-windows: Rename hyper-v switch port and nic...
2014-10-09 Alin Serdeandatapath-windows: Remove the old IOCTL vport functions.
2014-10-09 Nithin Rajudatapath-windows: Update OvsGetExtInfoIoctl() to the...
2014-10-09 Nithin Rajudatapath-windows: Add support for OVS_DP_CMD_NEW Netlin...
2014-10-08 Lucian PetrutUpdate the WMI Script handling Hyper-V friendly port...
2014-10-06 Nithin Rajudatapath-windows: implementation of netdev commands
2014-10-06 Nithin Rajudatapath-windows: Some fixes in vport get code
2014-10-06 Nithin Rajudatapath-windows: Add stub handlers for netdev commands
2014-10-06 Nithin RajuOvsDpInterfaceExt.h: add support for netlink family...
2014-10-06 Sorin Vinturisdatapath-windows: Incorrect assumption of the IRQL
2014-10-06 Ankur Sharmadatapath-windows: Flow get implementation.
next