summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/Datapath.c
Commit message (Expand)AuthorAgeFilesLines
* datapath-windows: support meter action initial versionldejing2022-09-201-1/+45
* datapath-windows: Add support to configure ct zone limitsAnand Kumar2018-09-201-1/+33
* datapath-windows: Use only non executable memoryAlin Serdean2017-11-291-2/+1
* datapath-windows: Add annotations for OvsReleaseCtrlLockAlin Serdean2017-08-021-0/+1
* datapath-windows: Add annotations for OvsAcquireCtrlLockAlin Serdean2017-08-021-0/+1
* datapath-windows: Suppress PAGED_CODE warningsAlin Serdean2017-08-021-0/+3
* datapath-windows: Add support for UPDATE events in ConntrackAnand Kumar2017-06-211-0/+3
* datapath-windows: Fix conntrack event handlerSairam Venugopal2016-09-121-2/+2
* datapath-windows: Update OvsReadEventCmdHandler in Datapath.c to support diff...Sairam Venugopal2016-07-291-16/+50
* datapath-windows: Define new multicast conntrack events and netlink protocolSairam Venugopal2016-07-291-3/+18
* datapath-windows: Fix bugs in Event.c around subscribe and lockSairam Venugopal2016-07-291-1/+6
* datapath-windows: Explicitly name vport related event to vportEventSairam Venugopal2016-07-291-3/+4
* Windows: Add support for handling protocol (netlink family)Sairam Venugopal2016-07-131-1/+103
* datapath-windows: Add support for Conntrack IPCTNL_MSG_CT_GET cmd in Datapath.cSairam Venugopal2016-07-011-2/+9
* datapath-windows: Add support for Conntrack IPCTNL_MSG_CT_DELETE cmd in Datap...Sairam Venugopal2016-07-011-4/+59
* datapath-windows: Remove unused headers from Datapath.cSairam Venugopal2016-06-211-7/+0
* datapath-windows: o/p buffer must fit NL error messageNithin Raju2016-05-251-7/+12
* datapath-windows: don't map output buffer in OVS_IOCTL_WRITENithin Raju2016-05-251-13/+0
* datapath-windows: Validate Netlink packets' integrity.Paul Boca2016-05-161-5/+40
* datapath-windows: Avoid using uninitialized gOvsExtDriverHandlePaul Boca2016-04-211-1/+3
* datapath-windows: cleanup after NdisRegisterDeviceEx()Nithin Raju2016-04-121-10/+4
* datapath-windows: Hot add CPU support.Sorin Vinturis2016-04-101-5/+8
* datapath-windows: Added recirculation support.Sorin Vinturis2016-03-251-0/+5
* datapath-windows: cleanup events codeNithin Raju2015-11-251-13/+5
* datapath-windows: return netlink error for read operationNithin Raju2015-09-291-1/+15
* datapath-windows: move packet read code to User.cNithin Raju2015-09-291-111/+4
* datapath-windows: Support for IRP cancelling mechanismSorin Vinturis2015-08-311-4/+0
* datapath-windows: Fix iterator in NlAttrParse()Sairam Venugopal2015-08-261-3/+7
* datapath-windows: Solved memory leak in OVS datapathSorin Vinturis2015-07-021-0/+1
* datapath-windows: Return pending for IRPs completed laterSorin Vinturis2015-06-181-0/+1
* datapath-windows: Removed memory barrier and master lockSorin Vinturis2015-05-271-9/+0
* datapath-windows: Support for custom VXLAN tunnel portSorin Vinturis2015-05-271-3/+5
* ovs-hyperv: make kernel return values netlink socket likeNithin Raju2015-04-291-8/+53
* datapath-windows: Removed gOvsCtrlLock global spinlockSorin Vinturis2015-04-231-15/+0
* datapath-windows: Solved BSOD when uninstalling the driver (race condition)Sorin Vinturis2015-04-071-2/+10
* datapath-windows: Make GET_PID a separate IOCTLSorin Vinturis2015-04-021-28/+35
* datapath-windows: Added specific pool tag for datapath codeSorin Vinturis2015-03-261-3/+35
* datapath-windows: Updated WFP system provider handlingSorin Vinturis2015-03-241-16/+4
* datapath-windows: Solved BSOD when loading an activated extensionSorin Vinturis2015-01-301-4/+1
* datapath-windows: Add a WFP system providerSorin Vinturis2015-01-061-0/+16
* datapath-windows: Cleanup OVSSorin Vinturis2014-12-311-1/+0
* datapath-windows: refactor BuildReplyMsgFromMsgIn & BuildErrorMsgNithin Raju2014-12-111-1/+1
* datapath-windows: Add PID Number attribute for port notification / Fix logicEitan Eliahu2014-12-051-6/+8
* 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-241-747/+3
* datapath-windows: Removed duplicate checking of previous dump stateSorin Vinturis2014-11-241-4/+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-201-1/+1
* datpaath-windows: consolidate check for output bufferNithin Raju2014-11-201-18/+20
* datapath-windows: nuke non-netlink based interfaceNithin Raju2014-11-201-3/+0