datapath-windows: Rename switch context's portHashArray and vport's portLink
[cascardo/ovs.git] / datapath-windows /
2014-10-09 Alin Serdeandatapath-windows: Rename switch context's portHashArray...
2014-10-09 Alin Serdeandatapath-windows: Rename switch context's nameHashArray...
2014-10-09 Alin Serdeandatapath-windows: Rename OvsGetVportNo into OvsComputeV...
2014-10-09 Alin Serdeandatapath-windows: Define OVS_DPPORT_NUMBER_INVALID
2014-10-09 Alin Serdeandatapath-windows: Update OVS_SWITCH_CONTEXT: external...
2014-10-09 Alin Serdeandatapath-windows: We don't need to keep validation...
2014-10-09 Alin Serdeandatapath-windows: Rename hyper-v switch port and nic...
2014-10-09 Alin Serdeandatapath-windows: Remove the old IOCTL vport functions.
2014-10-09 Nithin Rajudatapath-windows: Update OvsGetExtInfoIoctl() to the...
2014-10-09 Nithin Rajudatapath-windows: Add support for OVS_DP_CMD_NEW Netlin...
2014-10-08 Lucian PetrutUpdate the WMI Script handling Hyper-V friendly port...
2014-10-06 Nithin Rajudatapath-windows: implementation of netdev commands
2014-10-06 Nithin Rajudatapath-windows: Some fixes in vport get code
2014-10-06 Nithin Rajudatapath-windows: Add stub handlers for netdev commands
2014-10-06 Nithin RajuOvsDpInterfaceExt.h: add support for netlink family...
2014-10-06 Sorin Vinturisdatapath-windows: Incorrect assumption of the IRQL
2014-10-06 Ankur Sharmadatapath-windows: Flow get implementation.
2014-10-06 Ankur Sharmadatapath-windows: Flow dump implementation.
2014-10-06 Ankur Sharmadatapath-windows: Flow Dump handler
2014-10-06 Ankur Sharmadatapath-windows: Added the API for getting unused...
2014-10-06 Ankur Sharmadatapath-windows: Netlink additional APIs.
2014-09-29 Ben PfaffMakefiles: Add $(AM_V_GEN) annotations to clean up...
2014-09-29 Ankur Sharmadatapath-windows: Build fix.
2014-09-29 Sorin Vinturisdatapath-windows: Missed packets are not queued.
2014-09-29 Ankur Sharmadatapath-windows: Rename OvsFlowNlNewCmdHandler to...
2014-09-29 Ankur Sharmadatapath-windows/Flow.c: DEL_FLOWS command handler.
2014-09-29 Ankur Sharmadatapath-windows/Flow.c: FLOW_DEL command handler.
2014-09-29 Ankur Sharmadatapath-windows/Flow.c: FLOW_SET command handler.
2014-09-29 Ankur Sharmadatapath-windows/Flow.c: FLOW_NEW command handler.
2014-09-29 Ankur Sharmadatapath-windows/Flow.c : Basic support for add-flow.
2014-09-29 Ankur Sharmadatapath-windows/Netlink: Fixed NlAttrParseNested
2014-09-29 Ankur Sharmadatapath-windows/Netlink: Allow support for NESTED...
2014-09-29 Ankur Sharmadatapath-windows/Netlink: Add NlAttrLen API
2014-09-29 Ankur Sharmadatapath-windows/Netlink: Add NlFillOvsMsg API for...
2014-09-29 Ankur Sharmadatapath-windows: move OVS_MESSAGE to Netlink.h
2014-09-29 Ben Pfaffdatapath-windows: Fix broken build by adding new file...
2014-09-29 Alin Serdeandatapath-windows: Add WMI Script that updates Hyper...
2014-09-29 Eitan Eliahudatapath-windows: Implement event read handler.
2014-09-29 Nithin Rajudatapath-windows: NUL character should be left out...
2014-09-26 Samuel Ghinetdatapath-windows: Add Netlink vport command get.
2014-09-26 Samuel Ghinetdatapath-windows: Add file NetlinkError.h.
2014-09-26 Samuel Ghinetdatapath-windows: Implement vport dump Netlink command.
2014-09-26 Samuel Ghinetdatapath-windows: fix OVS_VPORT_TYPE
2014-09-19 Nithin Rajudatapath-windows: add OVS_DP_CMD_SET and OVS_DP_CMD_GET...
2014-09-19 Nithin Rajudatapath-windows: add OvsCompareString() to compare...
2014-09-19 Nithin Rajudatapath-windows: return TRUE on success in NlAttrValidate
2014-09-18 Eitan Eliahudatapath-windows: NetLink kernel side, Event subscripti...
2014-09-17 Ankur Sharmadatapath-windows/Netlink: Add optional flag in policy.
2014-09-17 Ankur Sharmadatapath-windows: Add support for getting 64 and 16...
2014-09-17 Ankur Sharmadatapath-windows/Netlink: Added support for variable...
2014-09-17 Nithin Rajudatapath-windows: use the Netlink set API and need...
2014-09-17 Nithin Rajudatapath-windows: fix bug in NlBufCopyAtTailUninit
2014-09-12 Eitan EliahuNetlink_socket.c Join/Unjoin an MC group for event...
2014-09-12 Ankur Sharmadatapath-windows/Netlink: Nested attributes put/parse.
2014-09-12 Ankur Sharmadatapath-windows/NetlinkBuf.h: Added NlBufSize
2014-09-10 Nithin Rajudatapath-windows: update CodingStyle guideline for...
2014-09-09 Nithin Rajudatapath-windows: refactor code to setup dump start...
2014-09-09 Eitan Eliahunetlink-socket: Add support for async notification...
2014-09-04 Nithin Rajudatapath-windows: add support for GET_DP command to...
2014-09-04 Nithin Rajudatapath-windows: add a context structure for user...
2014-09-04 Nithin Rajudatapath-windows: make NL version a UIN8 and add a...
2014-09-04 Nithin Rajudatapath-windows: Data structures and functions for...
2014-09-04 Ankur Sharmadatapath-windows: NetlinkBuf.c: Minor fix for lines...
2014-09-04 Ankur Sharmadatapath-windows: Netlink.c: Add netlink put APIs.
2014-09-04 Ankur Sharmadatapath-windows: OvsTypes.h: Add support for BE16.
2014-09-04 Ankur Sharmadatapath-windows: NetlinkProto: Fix typo and add paddin...
2014-09-04 Ankur Sharmadatapath-windows: Add Netlink buffer management APIs.
2014-09-04 Ankur Sharmadatapath-windows: Move netlink files to a new directory.
2014-08-29 Samuel Ghinetdatapath-windows: Rename files.
2014-08-27 Nithin Rajudatapath-windows: Update netlink family IDs
2014-08-27 Nithin Rajudatapath-windows: define mcgroup IDs for VPORT and...
2014-08-22 Nithin Rajudatapath-windows: Use OVS_DEFAULT_PORT_NO instead of...
2014-08-22 Ankur Sharmadatapath-windows: remove reference to OvsNetlink.h
2014-08-22 Ankur Sharmadatapath-windows: Using windows kernel netlink parsing...
2014-08-22 Ankur Sharmadatapath-windows: add netlink message parsing APIs
2014-08-22 Nithin Rajudatapath-windows: define a version number in DP extensions
2014-08-19 Nithin Rajudatapath-windows: add infrastructure for supporting...
2014-08-19 Nithin Rajudatapath-windows: Add Datapath.[ch] and OVS_USE_NL_INTE...
2014-08-19 Nithin RajuAdd extentions to the standard datapath interface
2014-08-18 Wenyu ZhangExtend OVS IPFIX exporter to export tunnel headers
2014-08-15 Alin Serdeandatapath-windows: Use local time for Inf2Cat
2014-08-13 Nithin Rajudatapath-windows: check source port during tunnel Tx
2014-08-12 Ankur Sharmaodp-netlink.h: Autogenerate a version of odp-netlink...
2014-08-06 Alin Serdeandatapath-windows: Update ovsext.sln to properly build...
2014-08-05 Samuel Ghinetdatapath-windows: Rename solution name.
2014-08-01 Eitan Eliahudatapath-windows: Fix crash when internal port is removed.
2014-07-31 Saurabh Shahdatapath-windows: Add temporary files to gitignore.
2014-07-31 Saurabh Shahdatapath-windows: Rename the extension & vendor in...
2014-07-28 Saurabh Shahdatapath-windows: Kernel module for HyperV.