aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv/hv_kvp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-26Merge 4.20-rc4 into char-misc-nextGreg Kroah-Hartman1-4/+22
2018-11-11Drivers: hv: kvp: Use %u to print U32Dexuan Cui1-1/+1
2018-11-11Drivers: hv: kvp: Fix the recent regression caused by incorrect clean-upDexuan Cui1-4/+22
2018-10-02Drivers: hv: kvp: Fix two "this statement may fall through" warningsDexuan Cui1-2/+4
2018-10-02Drivers: hv: kvp: Fix the indentation of some "break" statementsDexuan Cui1-4/+4
2017-08-16Drivers: hv: kvp: Use MAX_ADAPTER_ID_SIZE for translating adapter idAlex Ng1-1/+1
2017-05-18HV: properly delay KVP packets when negotiation is in progressLong Li1-6/+8
2017-03-27Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman1-4/+0
2017-03-17vmbus: fix spelling errorsStephen Hemminger1-5/+5
2017-03-17vmbus: remove useless return'sStephen Hemminger1-2/+0
2017-03-16Drivers: hv: util: move waiting for release to hv_utils_transport itselfVitaly Kuznetsov1-4/+0
2017-01-31Drivers: hv: Log the negotiated IC versions.Alex Ng1-2/+6
2017-01-31Drivers: hv: vmbus: Use all supported IC versions to negotiateAlex Ng1-24/+17
2017-01-10Drivers: hv: util: kvp: Fix a rescind processing issueK. Y. Srinivasan1-0/+4
2016-08-31Drivers: hv: utils: fix a race on userspace daemons registrationVitaly Kuznetsov1-11/+16
2016-05-01Drivers: hv: kvp: fix IP FailoverVitaly Kuznetsov1-0/+31
2016-03-01Drivers: hv: util: Pass the channel information during the init callK. Y. Srinivasan1-1/+1
2015-12-14Drivers: hv: utils: Invoke the poll function after handshakeK. Y. Srinivasan1-1/+1
2015-12-14Drivers: hv: utils: run polling callback always in interrupt contextOlaf Hering1-18/+10
2015-12-14Drivers: hv: util: Increase the timeout for util servicesK. Y. Srinivasan1-1/+2
2015-08-04Drivers: hv: kvp: check kzalloc return valueVitaly Kuznetsov1-0/+3
2015-05-24Drivers: hv: utils: unify driver registration reportingVitaly Kuznetsov1-1/+2
2015-05-24Drivers: hv: kvp: convert to hv_utils_transportVitaly Kuznetsov1-49/+42
2015-05-24Drivers: hv: kvp: switch to using the hvutil_device_state state machineVitaly Kuznetsov1-38/+49
2015-05-24Drivers: hv: kvp: rename kvp_work -> kvp_timeout_workVitaly Kuznetsov1-8/+8
2015-05-24Drivers: hv: kvp: move poll_channel() to hyperv_vmbus.hVitaly Kuznetsov1-14/+3
2015-05-24Drivers: hv: kvp: reset kvp_contextVitaly Kuznetsov1-0/+1
2015-05-24Drivers: hv: util: move kvp/vss function declarations to hyperv_vmbus.hVitaly Kuznetsov1-0/+1
2014-11-26Drivers: hv: kvp,vss: Fast propagation of userspace communication failureVitaly Kuznetsov1-1/+8
2014-07-09Drivers: hv: util: Fix a bug in the KVP codeK. Y. Srinivasan1-3/+14
2014-02-07connector: add portid to unicast in addition to broadcastingDavid Fries1-2/+2
2013-09-26Drivers: hv: util: Correctly support ws2008R2 and earlierK. Y. Srinivasan1-12/+26
2013-08-02Drivers: hv: remove HV_DRV_VERSIONOlaf Hering1-0/+2
2013-07-26Drivers: hv: util: Fix a bug in version negotiation code for util servicesK. Y. Srinivasan1-1/+23
2012-09-05Drivers: hv: kvp: Copy the address family informationK. Y. Srinivasan1-0/+2
2012-08-17Drivers: hv: kvp: Support the new IP injection messagesK. Y. Srinivasan1-6/+135
2012-08-16Drivers: hv: kvp: Cleanup error handling in KVPK. Y. Srinivasan1-23/+91
2012-05-14Drivers: hv: util: Properly handle version negotiations.K. Y. Srinivasan1-1/+2
2012-03-16Tools: hv: Support enumeration from all the poolsK. Y. Srinivasan1-3/+4
2012-03-16Drivers: hv: Support the newly introduced KVP messages in the driverK. Y. Srinivasan1-51/+167
2012-03-13Drivers: hv: Add new message types to enhance KVPK. Y. Srinivasan1-2/+3
2012-02-09drivers: hv: kvp: Cleanup the kernel/user protocolK. Y. Srinivasan1-16/+25
2012-02-02drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.hK. Y. Srinivasan1-2/+0
2011-11-18NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern1-4/+6
2011-10-11hv: rename prep_negotiate_resp() to vmbus_prep_negotiate_resp()Greg Kroah-Hartman1-1/+1
2011-10-10Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman1-0/+339