summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/Datapath.c
Commit message (Expand)AuthorAgeFilesLines
...
* datapath-windows: Change return type of OvsInitVxlanTunnel()Nithin Raju2014-11-201-1/+2
* datapath-windows: Changes to OvsRemoveAndDeleteVport()Nithin Raju2014-11-201-25/+13
* datapath-windows: add WCHAR version of OvsFindVportByHvName()Nithin Raju2014-11-201-1/+1
* datapath-windows: Remove all duplicate checks for NULL.Sorin Vinturis2014-11-141-57/+9
* datapath-windows: Update vport add code.Nithin Raju2014-10-281-75/+63
* datapath-windows: Clarify externalVport.Nithin Raju2014-10-281-4/+4
* datapath-windows: Re-init the list entry in OvsDeleteVportCmdHandler().Nithin Raju2014-10-281-1/+4
* datapath-windows: check for 'gOvsSwitchContext' in ValidateNetlinkCmd()Nithin Raju2014-10-241-2/+2
* datapath-windows: event read should not fail when no eventsNithin Raju2014-10-211-0/+4
* datapath-windows: Implement missed packet kernel-to-user mode notification.Eitan Eliahu2014-10-201-0/+30
* datapath-windows: Packet subscribe handlerEitan Eliahu2014-10-171-3/+59
* datapath-windows: Add packet miss read Netlink command.Eitan Eliahu2014-10-161-1/+52
* datapath-windows: Fix compilation error in release build.Eitan Eliahu2014-10-161-1/+2
* datapath-windows: Fixes in OvsSetVportCmdHandler()Nithin Raju2014-10-161-15/+27
* datapath-windows: Add netlink command vport setNithin Raju2014-10-161-0/+119
* datapath-windows: OVS_PACKET_CMD_EXECUTE command handler.Ankur Sharma2014-10-151-5/+13
* datapath-windows: remove vport from lists upon deletionNithin Raju2014-10-131-0/+2
* datapath-windows: Add netlink command vport deleteNithin Raju2014-10-131-2/+110
* datapath-windows: Add netlink command: vport newNithin Raju2014-10-131-6/+232
* datapath-windows: Rename switch context's portHashArray and vport's portLinkAlin Serdean2014-10-091-2/+2
* datapath-windows: Define OVS_DPPORT_NUMBER_INVALIDAlin Serdean2014-10-091-2/+2
* datapath-windows: Add support for OVS_DP_CMD_NEW Netlink command.Nithin Raju2014-10-091-13/+56
* datapath-windows: Some fixes in vport get codeNithin Raju2014-10-061-5/+12
* datapath-windows: Add stub handlers for netdev commandsNithin Raju2014-10-061-2/+25
* datapath-windows: Incorrect assumption of the IRQLSorin Vinturis2014-10-061-2/+3
* datapath-windows: Flow Dump handlerAnkur Sharma2014-10-061-17/+10
* datapath-windows: Added the API for getting unused space in nlbuf.Ankur Sharma2014-10-061-2/+1
* datapath-windows: Build fix.Ankur Sharma2014-09-291-0/+1
* datapath-windows: Missed packets are not queued.Sorin Vinturis2014-09-291-0/+2
* datapath-windows: Rename OvsFlowNlNewCmdHandler to OvsFlowNlCmdHandlerAnkur Sharma2014-09-291-3/+3
* datapath-windows/Flow.c: FLOW_DEL command handler.Ankur Sharma2014-09-291-1/+6
* datapath-windows/Flow.c: FLOW_SET command handler.Ankur Sharma2014-09-291-0/+5
* datapath-windows/Flow.c: FLOW_NEW command handler.Ankur Sharma2014-09-291-1/+1
* datapath-windows/Flow.c : Basic support for add-flow.Ankur Sharma2014-09-291-4/+14
* datapath-windows/Netlink: Fixed NlAttrParseNestedAnkur Sharma2014-09-291-1/+3
* datapath-windows: Implement event read handler.Eitan Eliahu2014-09-291-0/+158
* datapath-windows: NUL character should be left out during VPORT hash lookupNithin Raju2014-09-291-1/+2
* datapath-windows: Add Netlink vport command get.Samuel Ghinet2014-09-261-1/+82
* datapath-windows: Add file NetlinkError.h.Samuel Ghinet2014-09-261-0/+10
* datapath-windows: Implement vport dump Netlink command.Samuel Ghinet2014-09-261-6/+267
* datapath-windows: add OVS_DP_CMD_SET and OVS_DP_CMD_GET transaction supportNithin Raju2014-09-191-9/+141
* datapath-windows: NetLink kernel side, Event subscription and notificationEitan Eliahu2014-09-181-10/+93
* datapath-windows: use the Netlink set API and need new APIsNithin Raju2014-09-161-59/+66
* datapath-windows: refactor code to setup dump start stateNithin Raju2014-09-091-26/+40
* datapath-windows: add support for GET_DP command to dump datpathsNithin Raju2014-09-041-34/+190
* datapath-windows: add a context structure for user parametersNithin Raju2014-09-041-51/+21
* datapath-windows: make NL version a UIN8 and add a validateDp argNithin Raju2014-09-041-35/+39
* datapath-windows: Rename files.Samuel Ghinet2014-08-291-10/+10
* datapath-windows: Using windows kernel netlink parsing APIs.Ankur Sharma2014-08-221-4/+4
* datapath-windows: add infrastructure for supporting netlinkNithin Raju2014-08-191-6/+450