netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / datapath-windows / ovsext / Datapath.c
2015-11-25 Nithin Rajudatapath-windows: cleanup events code
2015-09-30 Nithin Rajudatapath-windows: return netlink error for read operation
2015-09-29 Nithin Rajudatapath-windows: move packet read code to User.c
2015-08-31 Sorin Vinturisdatapath-windows: Support for IRP cancelling mechanism
2015-08-26 Sairam Venugopaldatapath-windows: Fix iterator in NlAttrParse()
2015-07-02 Sorin Vinturisdatapath-windows: Solved memory leak in OVS datapath
2015-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-18 Sorin Vinturisdatapath-windows: Return pending for IRPs completed...
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-05-27 Sorin Vinturisdatapath-windows: Removed memory barrier and master...
2015-05-27 Sorin Vinturisdatapath-windows: Support for custom VXLAN tunnel port
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-04-29 Nithin Rajuovs-hyperv: make kernel return values netlink socket...
2015-04-23 Sorin Vinturisdatapath-windows: Removed gOvsCtrlLock global spinlock
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-04-07 Sorin Vinturisdatapath-windows: Solved BSOD when uninstalling the...
2015-04-02 Sorin Vinturisdatapath-windows: Make GET_PID a separate IOCTL
2015-03-26 Sorin Vinturisdatapath-windows: Added specific pool tag for datapath...
2015-03-24 Sorin Vinturisdatapath-windows: Updated WFP system provider handling
2015-01-30 Sorin Vinturisdatapath-windows: Solved BSOD when loading an activated...
2015-01-06 Sorin Vinturisdatapath-windows: Add a WFP system provider
2014-12-31 Sorin Vinturisdatapath-windows: Cleanup OVS
2014-12-12 Nithin Rajudatapath-windows: refactor BuildReplyMsgFromMsgIn ...
2014-12-05 Eitan Eliahudatapath-windows: Add PID Number attribute for port...
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-24 Sorin Vinturisdatapath-windows: Removed duplicate checking of previou...
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: nuke non-netlink based interface
2014-11-20 Nithin Rajudatapath-windows: Change return type of OvsInitVxlanTun...
2014-11-20 Nithin Rajudatapath-windows: Changes to OvsRemoveAndDeleteVport()
2014-11-20 Nithin Rajudatapath-windows: add WCHAR version of OvsFindVportByHv...
2014-11-14 Sorin Vinturisdatapath-windows: Remove all duplicate checks for NULL.
2014-10-28 Nithin Rajudatapath-windows: Update vport add code.
2014-10-28 Nithin Rajudatapath-windows: Clarify externalVport.
2014-10-28 Nithin Rajudatapath-windows: Re-init the list entry in OvsDeleteVp...
2014-10-24 Nithin Rajudatapath-windows: check for 'gOvsSwitchContext' in...
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: OVS_PACKET_CMD_EXECUTE command handler.
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: Rename switch context's portHashArray...
2014-10-09 Alin Serdeandatapath-windows: Define OVS_DPPORT_NUMBER_INVALID
2014-10-09 Nithin Rajudatapath-windows: Add support for OVS_DP_CMD_NEW Netlin...
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 Sorin Vinturisdatapath-windows: Incorrect assumption of the IRQL
2014-10-06 Ankur Sharmadatapath-windows: Flow Dump handler
2014-10-06 Ankur Sharmadatapath-windows: Added the API for getting unused...
2014-09-29 Ankur Sharmadatapath-windows: Build fix.
2014-09-29 Sorin Vinturisdatapath-windows: Missed packets are not queued.
2014-09-29 Ankur Sharmadatapath-windows: Rename OvsFlowNlNewCmdHandler to...
2014-09-29 Ankur Sharmadatapath-windows/Flow.c: FLOW_DEL command handler.
2014-09-29 Ankur Sharmadatapath-windows/Flow.c: FLOW_SET command handler.
2014-09-29 Ankur Sharmadatapath-windows/Flow.c: FLOW_NEW command handler.
2014-09-29 Ankur Sharmadatapath-windows/Flow.c : Basic support for add-flow.
2014-09-29 Ankur Sharmadatapath-windows/Netlink: Fixed NlAttrParseNested
2014-09-29 Eitan Eliahudatapath-windows: Implement event read handler.
2014-09-29 Nithin Rajudatapath-windows: NUL character should be left out...
2014-09-26 Samuel Ghinetdatapath-windows: Add Netlink vport command get.
2014-09-26 Samuel Ghinetdatapath-windows: Add file NetlinkError.h.
2014-09-26 Samuel Ghinetdatapath-windows: Implement vport dump Netlink command.
2014-09-19 Nithin Rajudatapath-windows: add OVS_DP_CMD_SET and OVS_DP_CMD_GET...
2014-09-18 Eitan Eliahudatapath-windows: NetLink kernel side, Event subscripti...
2014-09-17 Nithin Rajudatapath-windows: use the Netlink set API and need...
2014-09-09 Nithin Rajudatapath-windows: refactor code to setup dump start...
2014-09-04 Nithin Rajudatapath-windows: add support for GET_DP command to...
2014-09-04 Nithin Rajudatapath-windows: add a context structure for user...
2014-09-04 Nithin Rajudatapath-windows: make NL version a UIN8 and add a...
2014-08-29 Samuel Ghinetdatapath-windows: Rename files.
2014-08-22 Ankur Sharmadatapath-windows: Using windows kernel netlink parsing...
2014-08-19 Nithin Rajudatapath-windows: add infrastructure for supporting...
2014-08-19 Nithin Rajudatapath-windows: Add Datapath.[ch] and OVS_USE_NL_INTE...