| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-14 | tools: hv: Fix cross-compilation | Aditya Garg | 1 | -2/+2 |
| 2025-07-15 | tools/hv: fcopy: Fix irregularities with size of ring buffer | Naman Jain | 1 | -10/+81 |
| 2025-07-09 | tools/hv: fcopy: Fix incorrect file path conversion | Yasumasa Suenaga | 1 | -23/+14 |
| 2025-05-23 | tools: hv: Enable debug logs for hv_kvp_daemon | Shradha Gupta | 1 | -5/+59 |
| 2025-04-25 | tools/hv: update route parsing in kvp daemon | Olaf Hering | 1 | -24/+84 |
| 2024-12-09 | tools/hv: reduce resource usage in hv_kvp_daemon | Olaf Hering | 1 | -4/+5 |
| 2024-12-09 | tools/hv: add a .gitignore file | Olaf Hering | 1 | -0/+3 |
| 2024-12-09 | tools/hv: reduce resouce usage in hv_get_dns_info helper | Olaf Hering | 1 | -2/+2 |
| 2024-12-09 | hv/hv_kvp_daemon: Pass NIC name to hv_get_dns_info as well | Vitaly Kuznetsov | 1 | -1/+1 |
| 2024-12-09 | tools/hv: terminate fcopy daemon if read from uio fails | Olaf Hering | 1 | -1/+3 |
| 2024-12-09 | tools: hv: change permissions of NetworkManager configuration file | Olaf Hering | 1 | -1/+1 |
| 2024-12-09 | tools: hv: Fix a complier warning in the fcopy uio daemon | Dexuan Cui | 1 | -5/+3 |
| 2024-09-19 | Merge tag 'hyperv-next-signed-20240916' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -0/+7 |
| 2024-09-09 | tools/hv: Add memory allocation check in hv_fcopy_start | Zhu Jun | 1 | -0/+7 |
| 2024-09-05 | tools: hv: rm .*.cmd when make clean | zhang jiao | 1 | -1/+1 |
| 2024-08-03 | tools: hv: lsvmbus: change shebang to use python3 | Anthony Nandaa | 1 | -1/+1 |
| 2024-05-28 | tools: hv: suppress the invalid warning for packed member alignment | Saurabh Sengar | 1 | -0/+1 |
| 2024-04-23 | Merge 6.9-rc5 into char-misc-next | Greg Kroah-Hartman | 1 | -41/+172 |
| 2024-04-11 | Drivers: hv: Remove fcopy driver | Saurabh Sengar | 1 | -266/+0 |
| 2024-04-11 | tools: hv: Add new fcopy application based on uio driver | Saurabh Sengar | 3 | -6/+501 |
| 2024-04-11 | tools: hv: Add vmbus_bufring | Saurabh Sengar | 2 | -0/+476 |
| 2024-04-10 | hv/hv_kvp_daemon: Handle IPv4 and Ipv6 combination for keyfile format | Shradha Gupta | 1 | -41/+172 |
| 2023-11-10 | hv/hv_kvp_daemon: Some small fixes for handling NM keyfiles | Ani Sinha | 2 | -10/+14 |
| 2023-10-10 | hv/hv_kvp_daemon:Support for keyfile based connection profile | Shradha Gupta | 2 | -37/+235 |
| 2023-07-23 | vmbus_testing: fix wrong python syntax for integer value comparison | Ani Sinha | 1 | -2/+2 |
| 2022-09-05 | tools: hv: kvp: remove unnecessary (void*) conversions | Zhou jie | 1 | -2/+2 |
| 2022-08-15 | tools: hv: Remove an extraneous "the" | Jason Wang | 1 | -1/+1 |
| 2022-02-15 | kbuild: replace $(if A,A,B) with $(or A,B) | Masahiro Yamada | 1 | -1/+1 |
| 2020-07-06 | tools: hv: change http to https in hv_kvp_daemon.c | Alexander A. Klimov | 1 | -1/+1 |
| 2020-01-26 | Tools: hv: Reopen the devices if read() or write() returns errors | Dexuan Cui | 3 | -31/+91 |
| 2019-11-21 | tools: hv: add vmbus testing tool | Branden Bonaby | 1 | -0/+376 |
| 2019-09-24 | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -10/+44 |
| 2019-08-20 | Tools: hv: move to tools buildsystem | Andy Shevchenko | 2 | -10/+44 |
| 2019-08-20 | Tools: hv: kvp: eliminate 'may be used uninitialized' warning | Vitaly Kuznetsov | 1 | -1/+1 |
| 2019-08-17 | tools: hv: fix typos in toolchain | Adrian Vladu | 4 | -6/+6 |
| 2019-08-17 | tools: hv: fix KVP and VSS daemons exit code | Adrian Vladu | 2 | -0/+4 |
| 2019-08-17 | tools: hv: fixed Python pep8/flake8 warnings for lsvmbus | Adrian Vladu | 1 | -33/+42 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 280 | Thomas Gleixner | 2 | -22/+2 |
| 2018-11-11 | Tools: hv: kvp: Fix a warning of buffer overflow with gcc 8.0.1 | Dexuan Cui | 1 | -2/+13 |
| 2018-09-30 | tools: hv: fcopy: set 'error' in case an unknown operation was requested | Vitaly Kuznetsov | 1 | -0/+1 |
| 2018-09-12 | Tools: hv: Fix a bug in the key delete code | K. Y. Srinivasan | 1 | -1/+1 |
| 2018-07-03 | Tools: hv: vss: fix loop device detection | Vitaly Kuznetsov | 1 | -4/+61 |
| 2018-07-03 | tools: hv: update lsvmbus to be compatible with python3 | Olaf Hering | 1 | -6/+6 |
| 2018-03-06 | tools: hv: include string.h in hv_fcopy_daemon | Olaf Hering | 1 | -0/+1 |
| 2018-03-06 | tools: hv: fix compiler warnings about major/target_fname | Dexuan Cui | 2 | -1/+3 |
| 2018-03-06 | tools/hv: Fix IP reporting by KVP daemon with SRIOV | Haiyang Zhang | 1 | -73/+65 |
| 2018-02-21 | tools: fix cross-compile var clobbering | Martin Kelly | 1 | -1/+0 |
| 2017-12-11 | Merge 4.15-rc3 into char-misc-next | Greg Kroah-Hartman | 1 | -56/+14 |
| 2017-11-28 | hv: kvp: Avoid reading past allocated blocks from KVP file | Paul Meyer | 1 | -56/+14 |
| 2017-11-28 | tools/hv: add install target to Makefile | Vitaly Kuznetsov | 1 | -1/+22 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 4 | -0/+4 |
| 2017-09-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -232/+0 |
| 2017-08-16 | Tools: hv: update buffer handling in hv_fcopy_daemon | Olaf Hering | 1 | -15/+17 |
| 2017-08-16 | Tools: hv: fix snprintf warning in kvp_daemon | Olaf Hering | 1 | -1/+1 |
| 2017-08-16 | Tools: hv: vss: Skip freezing filesystems backed by loop | Alex Ng | 1 | -0/+7 |
| 2017-08-02 | netvsc: remove bonding setup script | stephen hemminger | 1 | -255/+0 |
| 2017-07-16 | tools: hv: ignore a NIC if it has been configured | sixiao@microsoft.com | 1 | -2/+25 |
| 2017-07-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -6/+27 |
| 2017-06-02 | tools: hv: set hotplug for VF on Suse | sixiao@microsoft.com | 1 | -1/+5 |
| 2017-06-02 | tools: hv: set allow-hotplug for VF on Ubuntu | sixiao@microsoft.com | 1 | -2/+4 |
| 2017-05-18 | tools: hv: properly handle long paths | Vitaly Kuznetsov | 1 | -26/+18 |
| 2017-05-18 | Tools: hv: vss: Thaw the filesystem and continue if freeze call has timed out | Alex Ng | 1 | -1/+3 |
| 2017-05-16 | tools: hv: Add clean up for included files in Ubuntu net config | Haiyang Zhang | 1 | -3/+18 |
| 2017-03-06 | tools: hv: Add clean up function for Ubuntu config | Haiyang Zhang | 1 | -0/+18 |
| 2016-12-13 | Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -20/+10 |
| 2016-12-06 | tools: hv: Enable network manager for bonding scripts on RHEL | Haiyang Zhang | 1 | -2/+2 |
| 2016-12-06 | Tools: hv: kvp: configurable external scripts path | Alex Fluter | 1 | -3/+8 |
| 2016-11-07 | tools: hv: remove unnecessary header files and netlink related code | Weibing Zhang | 2 | -14/+0 |
| 2016-11-07 | tools: hv: fix a compile warning in snprintf | Weibing Zhang | 1 | -1/+1 |
| 2016-11-07 | tools: hv: remove unnecessary link flag | Weibing Zhang | 1 | -2/+1 |
| 2016-09-02 | Drivers: hv: utils: Check VSS daemon is listening before a hot backup | Alex Ng | 1 | -0/+3 |
| 2016-08-31 | Tools: hv: kvp: ensure kvp device fd is closed on exec | Vitaly Kuznetsov | 1 | -1/+1 |
| 2016-07-12 | tools: hv: Add a script to help bonding synthetic and VF NICs | Haiyang Zhang | 1 | -0/+193 |
| 2016-05-01 | tools: hv: lsvmbus: add pci pass-through UUID | Vitaly Kuznetsov | 1 | -0/+1 |
| 2016-02-07 | tools/hv: Use include/uapi with __EXPORTED_HEADERS__ | Kamal Mostafa | 1 | -0/+2 |
| 2015-12-14 | tools: hv: vss: fix the write()'s argument: error -> vss_msg | Dexuan Cui | 1 | -1/+1 |
| 2015-12-14 | tools: hv: remove repeated HV_FCOPY string | Olaf Hering | 1 | -2/+2 |
| 2015-12-14 | tools: hv: report ENOSPC errors in hv_fcopy_daemon | Olaf Hering | 1 | -3/+17 |
| 2015-08-05 | tools: hv: add a python script lsvmbus to list VMBus devices | Dexuan Cui | 1 | -0/+101 |
| 2015-05-24 | Drivers: hv: fcopy: full handshake support | Vitaly Kuznetsov | 1 | -0/+15 |
| 2015-05-24 | Drivers: hv: vss: full handshake support | Vitaly Kuznetsov | 1 | -0/+14 |
| 2015-05-24 | Tools: hv: vss: use misc char device to communicate with kernel | Vitaly Kuznetsov | 1 | -114/+25 |
| 2015-05-24 | Tools: hv: kvp: use misc char device to communicate with kernel | Vitaly Kuznetsov | 1 | -135/+31 |
| 2015-03-25 | hv: hypervvssd: call endmntent before call setmntent again | Vaughan Cao | 1 | -2/+8 |
| 2015-03-25 | tools: hv: fcopy_daemon: support >2GB files for x86_32 guest | Dexuan Cui | 1 | -1/+1 |
| 2015-01-25 | Tools: hv: do not add redundant '/' in hv_start_fcopy() | Vitaly Kuznetsov | 1 | -6/+0 |
| 2015-01-25 | Tools: hv: address compiler warnings for hv_fcopy_daemon.c | Vitaly Kuznetsov | 1 | -2/+2 |
| 2015-01-25 | Tools: hv: address compiler warnings for hv_kvp_daemon.c | Vitaly Kuznetsov | 1 | -13/+12 |
| 2015-01-25 | Tools: hv: remove unused bytes_written from kvp_update_file() | Vitaly Kuznetsov | 1 | -3/+1 |
| 2015-01-12 | tools: hv: kvp_daemon: make IPv6-only-injection work | Dexuan Cui | 1 | -6/+6 |
| 2015-01-12 | tools: hv: Makefile: Add hv_fcopy_daemon to Makefile | Matej Muzila | 1 | -2/+2 |
| 2014-11-26 | tools: hv: ignore ENOBUFS and ENOMEM in the KVP daemon | Dexuan Cui | 1 | -0/+14 |
| 2014-11-26 | Tools: hv: vssdaemon: skip all filesystems mounted readonly | Vitaly Kuznetsov | 1 | -1/+1 |
| 2014-11-26 | Tools: hv: vssdaemon: report freeze errors | Vitaly Kuznetsov | 1 | -4/+12 |
| 2014-11-07 | tools: hv: introduce -n/--no-daemon option | Vitaly Kuznetsov | 3 | -6/+94 |
| 2014-11-07 | Tools: hv: vssdaemon: ignore the EBUSY on multiple freezing the same partition | Dexuan Cui | 1 | -8/+40 |
| 2014-07-09 | Tools: hv: fix file overwriting of hv_fcopy_daemon | Yue Zhang | 1 | -1/+2 |
| 2014-04-16 | Tools: hv: Handle the case when the target file exists correctly | K. Y. Srinivasan | 1 | -1/+3 |
| 2014-02-18 | Drivers: hv: Implement the file copy service | K. Y. Srinivasan | 1 | -0/+195 |
| 2014-02-15 | Tools: hv: vssdaemon: Ignore VFAT mounts during the Freeze operation | K. Y. Srinivasan | 1 | -0/+2 |
| 2014-02-15 | Adding makefile for tools/hv | Bjarke Istrup Pedersen | 1 | -0/+13 |
| 2013-12-08 | Tools: hv: remove inclusion of linux/types.h | Olaf Hering | 2 | -2/+0 |
| 2013-09-26 | Tools: hv: use single send+recv buffer | Olaf Hering | 2 | -11/+7 |
| 2013-09-26 | Tools: hv: cache FQDN in kvp_daemon to avoid timeouts | Olaf Hering | 1 | -7/+12 |
| 2013-08-12 | Tools: hv: use full nlmsghdr in netlink_send | Olaf Hering | 2 | -20/+10 |
| 2013-08-12 | Tools: hv: correct payload size in netlink_send | Olaf Hering | 2 | -2/+2 |
| 2013-08-05 | Tools: hv: check return value of system in hv_kvp_daemon | Olaf Hering | 1 | -1/+5 |
| 2013-08-05 | Tools: hv: in kvp_set_ip_info free mac_addr right after usage | Olaf Hering | 1 | -2/+1 |
| 2013-08-02 | Tools: hv: check return value of daemon to fix compiler warning. | Olaf Hering | 1 | -1/+2 |
| 2013-08-02 | Tools: hv: fix send/recv buffer allocation | Olaf Hering | 2 | -6/+24 |
| 2013-07-29 | Merge 3.11-rc3 into char-misc-next. | Greg Kroah-Hartman | 1 | -2/+3 |
| 2013-07-26 | tools: hv: Check return value of setsockopt call | Tomas Hozza | 1 | -1/+5 |
| 2013-07-26 | tools: hv: Check return value of poll call | Tomas Hozza | 1 | -1/+10 |
| 2013-07-26 | tools: hv: Improve error logging in VSS daemon. | Tomas Hozza | 1 | -4/+6 |
| 2013-07-16 | Tools: hv: KVP: Fix a bug in IPV6 subnet enumeration | K. Y. Srinivasan | 1 | -2/+3 |
| 2013-06-17 | tools: hv: Improve error logging in KVP daemon. | Tomas Hozza | 1 | -11/+18 |
| 2013-06-03 | tools: hv: Fix file descriptor leaks | Tomas Hozza | 1 | -1/+5 |
| 2013-06-03 | tools: hv: Check retrun value of strchr call | Tomas Hozza | 1 | -1/+3 |
| 2013-06-03 | tools: hv: Check return value of poll call | Tomas Hozza | 1 | -1/+10 |
| 2013-06-03 | tools: hv: Check return value of setsockopt call | Tomas Hozza | 1 | -1/+7 |
| 2013-04-24 | Tools: hv: Fix a checkpatch warning | K. Y. Srinivasan | 1 | -1/+1 |
| 2013-04-24 | tools: hv: skip iso9660 mounts in hv_vss_daemon | Olaf Hering | 1 | -0/+2 |
| 2013-04-24 | tools: hv: use FIFREEZE/FITHAW in hv_vss_daemon | Olaf Hering | 1 | -9/+22 |
| 2013-04-24 | tools: hv: use getmntent in hv_vss_daemon | Olaf Hering | 1 | -18/+21 |
| 2013-04-24 | Tools: hv: Fix a checkpatch warning | K. Y. Srinivasan | 1 | -2/+3 |
| 2013-04-24 | tools: hv: fix checks for origin of netlink message in hv_vss_daemon | Olaf Hering | 1 | -1/+7 |
| 2013-04-24 | Tools: hv: fix warnings in hv_vss_daemon | Olaf Hering | 1 | -4/+8 |
| 2013-03-15 | Drivers: hv: Add a new driver to support host initiated backup | K. Y. Srinivasan | 1 | -0/+220 |
| 2013-03-15 | tools: hv: daemon should check type of received Netlink msg | Tomas Hozza | 1 | -0/+4 |
| 2013-03-15 | tools: hv: daemon setsockopt should use options macros | Tomas Hozza | 1 | -3/+7 |
| 2013-03-15 | tools: hv: daemon should subscribe only to CN_KVP_IDX group | Tomas Hozza | 1 | -2/+2 |
| 2013-01-18 | tools: hv: Use CLOEXEC when opening kvp_pool files | Tomas Hozza | 1 | -4/+4 |
| 2013-01-17 | tools: hv: Fix how ifcfg-* file is created | Tomas Hozza | 2 | -43/+38 |
| 2013-01-17 | tools: hv: fix a typo in hv_set_ifconfig.sh | Jason Wang | 1 | -1/+1 |
| 2013-01-17 | tools/hv: Fix permissions of created directory and files | Ben Hutchings | 1 | -2/+2 |
| 2013-01-17 | tools/hv: Fix /var subdirectory | Tomas Hozza | 1 | -6/+6 |
| 2012-11-15 | tools/hv: Fix string types | Tomas Hozza | 1 | -5/+5 |
| 2012-11-15 | tools: hv: Netlink source address validation allows DoS | Tomas Hozza | 1 | -1/+7 |
| 2012-10-30 | Tools: hv: Don't return loopback addresses | K. Y. Srinivasan | 1 | -4/+9 |
| 2012-10-30 | tools: hv: Return the full kernel version | K. Y. Srinivasan | 1 | -3/+6 |
| 2012-09-10 | tools/hv: Parse /etc/os-release | Ben Hutchings | 1 | -4/+55 |
| 2012-09-10 | tools/hv: Check for read/write errors | Ben Hutchings | 1 | -3/+19 |
| 2012-09-10 | tools/hv: Fix exit() error code | Ben Hutchings | 1 | -11/+11 |
| 2012-09-10 | tools/hv: Fix file handle leak | Ben Hutchings | 1 | -1/+2 |
| 2012-09-10 | Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO | K. Y. Srinivasan | 1 | -3/+90 |
| 2012-09-10 | Tools: hv: Rename the function kvp_get_ip_address() | K. Y. Srinivasan | 1 | -3/+3 |
| 2012-09-10 | Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO | K. Y. Srinivasan | 1 | -0/+443 |
| 2012-09-10 | Tools: hv: Add an example script to configure an interface | K. Y. Srinivasan | 1 | -0/+68 |
| 2012-09-10 | Tools: hv: Gather DHCP information | K. Y. Srinivasan | 1 | -0/+31 |
| 2012-09-10 | Tools: hv: Add an example script to retrieve dhcp state | K. Y. Srinivasan | 1 | -0/+28 |
| 2012-09-04 | Tools: hv: Gather DNS information | K. Y. Srinivasan | 1 | -0/+23 |
| 2012-09-04 | Tools: hv: Add an example script to retrieve DNS entries | K. Y. Srinivasan | 1 | -0/+13 |
| 2012-09-04 | Tools: hv: Correctly type string variables | K. Y. Srinivasan | 1 | -4/+4 |
| 2012-09-04 | Tools: hv: Get rid of some unused variables | K. Y. Srinivasan | 1 | -2/+1 |
| 2012-08-17 | Tools: hv: Gather ipv[4,6] gateway information | K. Y. Srinivasan | 1 | -0/+68 |
| 2012-08-17 | Tools: hv: Represent the ipv6 mask using CIDR notation | K. Y. Srinivasan | 1 | -10/+36 |
| 2012-08-17 | Tools: hv: Gather subnet information | K. Y. Srinivasan | 1 | -2/+29 |
| 2012-08-17 | Tools: hv: Gather address family information | K. Y. Srinivasan | 1 | -0/+11 |
| 2012-08-17 | Tools: hv: Further refactor kvp_get_ip_address() | K. Y. Srinivasan | 1 | -52/+42 |
| 2012-08-17 | Tools: hv: Prepare to expand kvp_get_ip_address() functionality | K. Y. Srinivasan | 1 | -43/+82 |
| 2012-08-16 | Drivers: hv: kvp: Cleanup error handling in KVP | K. Y. Srinivasan | 1 | -33/+33 |
| 2012-08-16 | Drivers: hv: Add KVP definitions for IP address injection | K. Y. Srinivasan | 1 | -1/+1 |
| 2012-06-10 | Tools: hv: verify origin of netlink connector message | Olaf Hering | 1 | -3/+7 |
| 2012-03-16 | Tools: hv: Support enumeration from all the pools | K. Y. Srinivasan | 1 | -7/+117 |
| 2012-03-16 | Tools: hv: Fully support the new KVP verbs in the user level daemon | K. Y. Srinivasan | 1 | -1/+280 |
| 2012-03-16 | Drivers: hv: Support the newly introduced KVP messages in the driver | K. Y. Srinivasan | 1 | -0/+7 |
| 2012-03-13 | Drivers: hv: Add new message types to enhance KVP | K. Y. Srinivasan | 1 | -1/+1 |
| 2012-02-09 | drivers: hv: kvp: Cleanup the kernel/user protocol | K. Y. Srinivasan | 1 | -15/+15 |
| 2012-02-09 | tools: hv: Use hyperv.h to get the KVP definitions | K. Y. Srinivasan | 1 | -27/+1 |
| 2012-02-02 | drivers: hv: kvp: Add/cleanup connector defines | K. Y. Srinivasan | 1 | -4/+0 |
| 2011-10-10 | Staging: hv: move hyperv code out of staging directory | Greg Kroah-Hartman | 1 | -0/+500 |