summaryrefslogtreecommitdiff
path: root/datapath-windows
Commit message (Expand)AuthorAgeFilesLines
* datapath-windows: Fix build.Alin Serdean2015-05-291-1/+0
* datapath-windows: Multiple NBLs support for ingress data pathSorin Vinturis2015-05-281-20/+70
* datapath-windows: Removed memory barrier and master lockSorin Vinturis2015-05-272-23/+0
* datapath-windows: Document OVS tunnel filter calloutSorin Vinturis2015-05-271-4/+221
* datapath-windows: Support for multiple VXLAN tunnelsSorin Vinturis2015-05-278-37/+70
* datapath-windows: Support for custom VXLAN tunnel portSorin Vinturis2015-05-2711-279/+1226
* datpath-windows: Make PacketIO.c compilable with WDK8.Nithin Raju2015-05-261-1/+5
* datapath-windows: Fix warning from the powershell moduleAlin Serdean2015-05-191-3/+5
* datapath-windows: Correctly link newly allocated NBLSorin Vinturis2015-05-081-1/+1
* datapath-windows: Added new function for native forwarded trafficSorin Vinturis2015-05-081-47/+40
* ovs-hyperv: make kernel return values netlink socket likeNithin Raju2015-04-292-10/+53
* datapath-windows: Enable extension after rrestartSorin Vinturis2015-04-293-26/+109
* datapath-windows: Removed duplicate instance pid removalSorin Vinturis2015-04-281-6/+0
* datapath-windows: Removed gOvsCtrlLock global spinlockSorin Vinturis2015-04-235-83/+24
* datapath-windows: don't free switch cxt until ref == 0Nithin Raju2015-04-231-3/+8
* datapath-windows: Removed assert from FilterNetPnPEvent handlerSorin Vinturis2015-04-201-1/+0
* 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