summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/Flow.c
Commit message (Expand)AuthorAgeFilesLines
...
* datapath-windows: Cleanup OVSSorin Vinturis2014-12-311-1/+0
* datapath-windows: return bool from NlFillOvs[Msg/Hdr]Nithin Raju2014-12-111-11/+20
* datapath-windows: refactor BuildReplyMsgFromMsgIn & BuildErrorMsgNithin Raju2014-12-111-2/+2
* datapath-windows: nuke unused code in Flow.cNithin Raju2014-12-051-22/+0
* datapath-windows: Fix broken build on MSVC.Alin Serdean2014-11-251-2/+0
* datapath-windows: BSOD for a transactional NL cmd without dump state.Sorin Vinturis2014-11-241-2/+2
* datapath-windows: Remove all duplicate checks for NULL.Sorin Vinturis2014-11-141-8/+4
* datapath-windows: Remove a not needed debug message from Flow.c.Ankur Sharma2014-11-061-2/+0
* datapath-windows: Return success when duplicate flow is added.Nithin Raju2014-10-221-1/+3
* datapath-windows: Fix key parsing in Flow.c.Nithin Raju2014-10-211-21/+36
* datapath-windows: Making Flow parsing policies global.Ankur Sharma2014-10-151-4/+4
* datapath-windows: Transactional error fix for flow dump.Ankur Sharma2014-10-151-43/+18
* datapath-windows: Upcall NL packet format: Parametrized Key to NL conversion.Eitan Eliahu2014-10-151-16/+58
* datapath-windows: Remove invalid assertion.Ankur Sharma2014-10-131-1/+4
* datapath-windows: Remove setting of replyLen to zero.Ankur Sharma2014-10-131-6/+0
* datapath-windows: Reply for Flow Flush.Ankur Sharma2014-10-131-1/+44
* datapath-windows: Validate ETHERTYPE and ETHERNET attribute.Ankur Sharma2014-10-131-7/+15
* datapath-windows: Transactional error support in Flow commands.Ankur Sharma2014-10-131-19/+47
* datapath-windows: Incorrect assumption of the IRQLSorin Vinturis2014-10-061-4/+8
* datapath-windows: Flow get implementation.Ankur Sharma2014-10-061-23/+180
* datapath-windows: Flow dump implementation.Ankur Sharma2014-10-061-11/+600
* datapath-windows: Flow Dump handlerAnkur Sharma2014-10-061-0/+19
* datapath-windows: Rename OvsFlowNlNewCmdHandler to OvsFlowNlCmdHandlerAnkur Sharma2014-09-291-3/+3
* datapath-windows/Flow.c: DEL_FLOWS command handler.Ankur Sharma2014-09-291-9/+10
* datapath-windows/Flow.c: FLOW_DEL command handler.Ankur Sharma2014-09-291-2/+5
* datapath-windows/Flow.c: FLOW_NEW command handler.Ankur Sharma2014-09-291-21/+420
* datapath-windows/Flow.c : Basic support for add-flow.Ankur Sharma2014-09-291-0/+155
* datapath-windows: Rename files.Samuel Ghinet2014-08-291-0/+978