summaryrefslogtreecommitdiff
path: root/datapath-windows
Commit message (Expand)AuthorAgeFilesLines
* datapath-windows: Solved BSOD when uninstalling the driver (race condition)Sorin Vinturis2015-04-073-3/+71
* datapath-windows Release lock on HVUpdateNICAlin Serdean2015-04-061-0/+1
* datapath-windows: Allow NdisSwitchPortTypeSynthetic to be updatedAlin Serdean2015-04-061-2/+2
* datapath-windows: Make GET_PID a separate IOCTLSorin Vinturis2015-04-023-36/+47
* datapath-windows: Added specific pool tag for vport codeSorin Vinturis2015-03-262-15/+17
* datapath-windows: Added specific pool tag for user codeSorin Vinturis2015-03-262-8/+11
* datapath-windows: Added specific pool tag for switch codeSorin Vinturis2015-03-262-23/+31
* datapath-windows: Added specific pool tag for oid codeSorin Vinturis2015-03-263-12/+33
* datapath-windows: Added specific pool tag for iphelper codeSorin Vinturis2015-03-262-34/+37
* datapath-windows: Added specific pool tag for vxlan codeSorin Vinturis2015-03-262-2/+4
* datapath-windows: Added specific pool tag for flow codeSorin Vinturis2015-03-262-5/+7
* datapath-windows: Added specific pool tag for event codeSorin Vinturis2015-03-262-8/+11
* datapath-windows: Added specific pool tag for buffermgmt codeSorin Vinturis2015-03-262-3/+4
* datapath-windows: Added specific pool tag for datapath codeSorin Vinturis2015-03-263-31/+39
* datapath-windows: Support for allocating/releasing memory with tagSorin Vinturis2015-03-262-0/+17
* datapath-windows: Updated WFP system provider handlingSorin Vinturis2015-03-243-27/+100
* datapath-windows: Solved BSOD when loading an activated extensionSorin Vinturis2015-01-303-4/+11
* 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