aboutsummaryrefslogtreecommitdiff
path: root/drivers/hv/hv_kvp.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-08Drivers: hv: Fix syntax errors in commentsGravatar Xiang wangx 1-1/+1
2021-05-14Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferGravatar Andres Beltran 1-0/+1
2021-02-15Revert "Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer"Gravatar Wei Liu 1-1/+0
2021-02-05hv_utils: Add validation for untrusted Hyper-V valuesGravatar Andres Beltran 1-53/+69
2021-02-05Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferGravatar Andres Beltran 1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-01-26hv_utils: Add the support of hibernationGravatar Dexuan Cui 1-2/+41
2019-11-21Drivers: hv: Specify receive buffer size using Hyper-V page sizeGravatar Himadri Pandya 1-1/+2
2018-11-26Merge 4.20-rc4 into char-misc-nextGravatar Greg Kroah-Hartman 1-4/+22
2018-11-11Drivers: hv: kvp: Use %u to print U32Gravatar Dexuan Cui 1-1/+1
2018-11-11Drivers: hv: kvp: Fix the recent regression caused by incorrect clean-upGravatar Dexuan Cui 1-4/+22
2018-10-02Drivers: hv: kvp: Fix two "this statement may fall through" warningsGravatar Dexuan Cui 1-2/+4
2018-10-02Drivers: hv: kvp: Fix the indentation of some "break" statementsGravatar Dexuan Cui 1-4/+4
2017-08-16Drivers: hv: kvp: Use MAX_ADAPTER_ID_SIZE for translating adapter idGravatar Alex Ng 1-1/+1
2017-05-18HV: properly delay KVP packets when negotiation is in progressGravatar Long Li 1-6/+8
2017-03-27Merge 4.11-rc4 into char-misc-nextGravatar Greg Kroah-Hartman 1-4/+0
2017-03-17vmbus: fix spelling errorsGravatar Stephen Hemminger 1-5/+5
2017-03-17vmbus: remove useless return'sGravatar Stephen Hemminger 1-2/+0
2017-03-16Drivers: hv: util: move waiting for release to hv_utils_transport itselfGravatar Vitaly Kuznetsov 1-4/+0
2017-01-31Drivers: hv: Log the negotiated IC versions.Gravatar Alex Ng 1-2/+6
2017-01-31Drivers: hv: vmbus: Use all supported IC versions to negotiateGravatar Alex Ng 1-24/+17
2017-01-10Drivers: hv: util: kvp: Fix a rescind processing issueGravatar K. Y. Srinivasan 1-0/+4
2016-08-31Drivers: hv: utils: fix a race on userspace daemons registrationGravatar Vitaly Kuznetsov 1-11/+16
2016-05-01Drivers: hv: kvp: fix IP FailoverGravatar Vitaly Kuznetsov 1-0/+31
2016-03-01Drivers: hv: util: Pass the channel information during the init callGravatar K. Y. Srinivasan 1-1/+1
2015-12-14Drivers: hv: utils: Invoke the poll function after handshakeGravatar K. Y. Srinivasan 1-1/+1
2015-12-14Drivers: hv: utils: run polling callback always in interrupt contextGravatar Olaf Hering 1-18/+10
2015-12-14Drivers: hv: util: Increase the timeout for util servicesGravatar K. Y. Srinivasan 1-1/+2
2015-08-04Drivers: hv: kvp: check kzalloc return valueGravatar Vitaly Kuznetsov 1-0/+3
2015-05-24Drivers: hv: utils: unify driver registration reportingGravatar Vitaly Kuznetsov 1-1/+2
2015-05-24Drivers: hv: kvp: convert to hv_utils_transportGravatar Vitaly Kuznetsov 1-49/+42
2015-05-24Drivers: hv: kvp: switch to using the hvutil_device_state state machineGravatar Vitaly Kuznetsov 1-38/+49
2015-05-24Drivers: hv: kvp: rename kvp_work -> kvp_timeout_workGravatar Vitaly Kuznetsov 1-8/+8
2015-05-24Drivers: hv: kvp: move poll_channel() to hyperv_vmbus.hGravatar Vitaly Kuznetsov 1-14/+3
2015-05-24Drivers: hv: kvp: reset kvp_contextGravatar Vitaly Kuznetsov 1-0/+1
2015-05-24Drivers: hv: util: move kvp/vss function declarations to hyperv_vmbus.hGravatar Vitaly Kuznetsov 1-0/+1
2014-11-26Drivers: hv: kvp,vss: Fast propagation of userspace communication failureGravatar Vitaly Kuznetsov 1-1/+8
2014-07-09Drivers: hv: util: Fix a bug in the KVP codeGravatar K. Y. Srinivasan 1-3/+14
2014-02-07connector: add portid to unicast in addition to broadcastingGravatar David Fries 1-2/+2
2013-09-26Drivers: hv: util: Correctly support ws2008R2 and earlierGravatar K. Y. Srinivasan 1-12/+26
2013-08-02Drivers: hv: remove HV_DRV_VERSIONGravatar Olaf Hering 1-0/+2
2013-07-26Drivers: hv: util: Fix a bug in version negotiation code for util servicesGravatar K. Y. Srinivasan 1-1/+23
2012-09-05Drivers: hv: kvp: Copy the address family informationGravatar K. Y. Srinivasan 1-0/+2
2012-08-17Drivers: hv: kvp: Support the new IP injection messagesGravatar K. Y. Srinivasan 1-6/+135
2012-08-16Drivers: hv: kvp: Cleanup error handling in KVPGravatar K. Y. Srinivasan 1-23/+91
2012-05-14Drivers: hv: util: Properly handle version negotiations.Gravatar K. Y. Srinivasan 1-1/+2
2012-03-16Tools: hv: Support enumeration from all the poolsGravatar K. Y. Srinivasan 1-3/+4
2012-03-16Drivers: hv: Support the newly introduced KVP messages in the driverGravatar K. Y. Srinivasan 1-51/+167
2012-03-13Drivers: hv: Add new message types to enhance KVPGravatar K. Y. Srinivasan 1-2/+3
2012-02-09drivers: hv: kvp: Cleanup the kernel/user protocolGravatar K. Y. Srinivasan 1-16/+25