summaryrefslogtreecommitdiff
path: root/tools/hv
AgeCommit message (Expand)AuthorFilesLines
2013-08-04Tools: hv: KVP: Fix a bug in IPV6 subnet enumerationK. Y. Srinivasan1-2/+3
2013-04-24Tools: hv: Fix a checkpatch warningK. Y. Srinivasan1-1/+1
2013-04-24tools: hv: skip iso9660 mounts in hv_vss_daemonOlaf Hering1-0/+2
2013-04-24tools: hv: use FIFREEZE/FITHAW in hv_vss_daemonOlaf Hering1-9/+22
2013-04-24tools: hv: use getmntent in hv_vss_daemonOlaf Hering1-18/+21
2013-04-24Tools: hv: Fix a checkpatch warningK. Y. Srinivasan1-2/+3
2013-04-24tools: hv: fix checks for origin of netlink message in hv_vss_daemonOlaf Hering1-1/+7
2013-04-24Tools: hv: fix warnings in hv_vss_daemonOlaf Hering1-4/+8
2013-03-15Drivers: hv: Add a new driver to support host initiated backupK. Y. Srinivasan1-0/+220
2013-03-15tools: hv: daemon should check type of received Netlink msgTomas Hozza1-0/+4
2013-03-15tools: hv: daemon setsockopt should use options macrosTomas Hozza1-3/+7
2013-03-15tools: hv: daemon should subscribe only to CN_KVP_IDX groupTomas Hozza1-2/+2
2013-01-18tools: hv: Use CLOEXEC when opening kvp_pool filesTomas Hozza1-4/+4
2013-01-17tools: hv: Fix how ifcfg-* file is createdTomas Hozza2-43/+38
2013-01-17tools: hv: fix a typo in hv_set_ifconfig.shJason Wang1-1/+1
2013-01-17tools/hv: Fix permissions of created directory and filesBen Hutchings1-2/+2
2013-01-17tools/hv: Fix /var subdirectoryTomas Hozza1-6/+6
2012-11-15tools/hv: Fix string typesTomas Hozza1-5/+5
2012-11-15tools: hv: Netlink source address validation allows DoSTomas Hozza1-1/+7
2012-10-30Tools: hv: Don't return loopback addressesK. Y. Srinivasan1-4/+9
2012-10-30tools: hv: Return the full kernel versionK. Y. Srinivasan1-3/+6
2012-09-10tools/hv: Parse /etc/os-releaseBen Hutchings1-4/+55
2012-09-10tools/hv: Check for read/write errorsBen Hutchings1-3/+19
2012-09-10tools/hv: Fix exit() error codeBen Hutchings1-11/+11
2012-09-10tools/hv: Fix file handle leakBen Hutchings1-1/+2
2012-09-10Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFOK. Y. Srinivasan1-3/+90
2012-09-10Tools: hv: Rename the function kvp_get_ip_address()K. Y. Srinivasan1-3/+3
2012-09-10Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFOK. Y. Srinivasan1-0/+443
2012-09-10Tools: hv: Add an example script to configure an interfaceK. Y. Srinivasan1-0/+68
2012-09-10Tools: hv: Gather DHCP informationK. Y. Srinivasan1-0/+31
2012-09-10Tools: hv: Add an example script to retrieve dhcp stateK. Y. Srinivasan1-0/+28
2012-09-04Tools: hv: Gather DNS informationK. Y. Srinivasan1-0/+23
2012-09-04Tools: hv: Add an example script to retrieve DNS entriesK. Y. Srinivasan1-0/+13
2012-09-04Tools: hv: Correctly type string variablesK. Y. Srinivasan1-4/+4
2012-09-04Tools: hv: Get rid of some unused variablesK. Y. Srinivasan1-2/+1
2012-08-17Tools: hv: Gather ipv[4,6] gateway informationK. Y. Srinivasan1-0/+68
2012-08-17Tools: hv: Represent the ipv6 mask using CIDR notationK. Y. Srinivasan1-10/+36
2012-08-17Tools: hv: Gather subnet informationK. Y. Srinivasan1-2/+29
2012-08-17Tools: hv: Gather address family informationK. Y. Srinivasan1-0/+11
2012-08-17Tools: hv: Further refactor kvp_get_ip_address()K. Y. Srinivasan1-52/+42
2012-08-17Tools: hv: Prepare to expand kvp_get_ip_address() functionalityK. Y. Srinivasan1-45/+84
2012-08-16Drivers: hv: kvp: Cleanup error handling in KVPK. Y. Srinivasan1-33/+33
2012-08-16Drivers: hv: Add KVP definitions for IP address injectionK. Y. Srinivasan1-1/+1
2012-06-10Tools: hv: verify origin of netlink connector messageOlaf Hering1-3/+7
2012-03-16Tools: hv: Support enumeration from all the poolsK. Y. Srinivasan1-7/+117
2012-03-16Tools: hv: Fully support the new KVP verbs in the user level daemonK. Y. Srinivasan1-1/+280
2012-03-16Drivers: hv: Support the newly introduced KVP messages in the driverK. Y. Srinivasan1-0/+7
2012-03-13Drivers: hv: Add new message types to enhance KVPK. Y. Srinivasan1-1/+1
2012-02-09drivers: hv: kvp: Cleanup the kernel/user protocolK. Y. Srinivasan1-15/+15
2012-02-09tools: hv: Use hyperv.h to get the KVP definitionsK. Y. Srinivasan1-27/+1