Age | Commit message (Expand) | Author | Files | Lines |
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-27 | Tools: hv: Reopen the devices if read() or write() returns errors | Dexuan Cui | 3 | -31/+91 |
2019-11-22 | 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-22 | 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-07 | 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-03 | netvsc: remove bonding setup script | stephen hemminger | 1 | -255/+0 |
2017-07-17 | 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-07 | 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-08 | tools/hv: Use include/uapi with __EXPORTED_HEADERS__ | Kamal Mostafa | 1 | -0/+2 |