summaryrefslogtreecommitdiff
path: root/datapath-windows
Commit message (Expand)AuthorAgeFilesLines
* datapath-windows/Netlink: Add NlFillOvsMsg API for creating Netlink message h...Ankur Sharma2014-09-292-0/+48
* datapath-windows: move OVS_MESSAGE to Netlink.hAnkur Sharma2014-09-292-10/+11
* datapath-windows: Fix broken build by adding new file to distribution.Ben Pfaff2014-09-291-0/+1
* datapath-windows: Add WMI Script that updates Hyper-V friendly port names.Alin Serdean2014-09-291-0/+76
* datapath-windows: Implement event read handler.Eitan Eliahu2014-09-294-2/+213
* 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-267-3/+224
* datapath-windows: Implement vport dump Netlink command.Samuel Ghinet2014-09-262-8/+276
* datapath-windows: fix OVS_VPORT_TYPESamuel Ghinet2014-09-268-78/+66
* datapath-windows: add OVS_DP_CMD_SET and OVS_DP_CMD_GET transaction supportNithin Raju2014-09-191-9/+141
* datapath-windows: add OvsCompareString() to compare stringsNithin Raju2014-09-192-0/+16
* datapath-windows: return TRUE on success in NlAttrValidateNithin Raju2014-09-191-2/+5
* datapath-windows: NetLink kernel side, Event subscription and notificationEitan Eliahu2014-09-181-10/+93
* datapath-windows/Netlink: Add optional flag in policy.Ankur Sharma2014-09-162-1/+2
* datapath-windows: Add support for getting 64 and 16 bit attributes.Ankur Sharma2014-09-162-0/+26
* datapath-windows/Netlink: Added support for variable length attributes in val...Ankur Sharma2014-09-162-1/+4
* datapath-windows: use the Netlink set API and need new APIsNithin Raju2014-09-162-59/+68
* datapath-windows: fix bug in NlBufCopyAtTailUninitNithin Raju2014-09-161-5/+3
* Netlink_socket.c Join/Unjoin an MC group for event subscriptionEitan Eliahu2014-09-121-1/+8
* datapath-windows/Netlink: Nested attributes put/parse.Ankur Sharma2014-09-122-3/+101
* datapath-windows/NetlinkBuf.h: Added NlBufSizeAnkur Sharma2014-09-121-0/+14
* datapath-windows: update CodingStyle guideline for variable namesNithin Raju2014-09-101-0/+13
* datapath-windows: refactor code to setup dump start stateNithin Raju2014-09-091-26/+40
* netlink-socket: Add support for async notification on Windows.Eitan Eliahu2014-09-091-0/+1
* 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-042-51/+59
* datapath-windows: make NL version a UIN8 and add a validateDp argNithin Raju2014-09-041-35/+39
* datapath-windows: Data structures and functions for dump stateNithin Raju2014-09-041-10/+48
* datapath-windows: NetlinkBuf.c: Minor fix for lines exceeding 79 charsAnkur Sharma2014-09-041-3/+6
* datapath-windows: Netlink.c: Add netlink put APIs.Ankur Sharma2014-09-042-4/+427
* datapath-windows: OvsTypes.h: Add support for BE16.Ankur Sharma2014-09-041-0/+1
* datapath-windows: NetlinkProto: Fix typo and add padding macro.Ankur Sharma2014-09-041-1/+4
* datapath-windows: Add Netlink buffer management APIs.Ankur Sharma2014-09-044-0/+394
* datapath-windows: Move netlink files to a new directory.Ankur Sharma2014-09-047-11/+11
* datapath-windows: Rename files.Samuel Ghinet2014-08-2950-302/+303
* datapath-windows: Update netlink family IDsNithin Raju2014-08-271-5/+5
* datapath-windows: define mcgroup IDs for VPORT and other familiesNithin Raju2014-08-271-0/+4
* datapath-windows: Use OVS_DEFAULT_PORT_NO instead of 0 in a few placesNithin Raju2014-08-222-2/+3
* datapath-windows: remove reference to OvsNetlink.hAnkur Sharma2014-08-222-175/+0
* datapath-windows: Using windows kernel netlink parsing APIs.Ankur Sharma2014-08-2211-49/+53
* datapath-windows: add netlink message parsing APIsAnkur Sharma2014-08-224-0/+698
* datapath-windows: define a version number in DP extensionsNithin Raju2014-08-221-0/+3
* datapath-windows: add infrastructure for supporting netlinkNithin Raju2014-08-193-7/+476
* datapath-windows: Add Datapath.[ch] and OVS_USE_NL_INTERFACE CPPNithin Raju2014-08-1919-14/+500
* Add extentions to the standard datapath interfaceNithin Raju2014-08-193-1/+71
* Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang2014-08-181-0/+1
* datapath-windows: Use local time for Inf2CatAlin Serdean2014-08-151-1/+19
* datapath-windows: check source port during tunnel TxNithin Raju2014-08-133-24/+60
* odp-netlink.h: Autogenerate a version of odp-netlink for windows kernel.Ankur Sharma2014-08-112-1/+11