aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv/channel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-14scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDsAndrea Parri (Microsoft)1-8/+6
2021-05-14Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran1-3/+6
2021-04-18Drivers: hv: vmbus: Drivers: hv: vmbus: Introduce CHANNELMSG_MODIFYCHANNEL_RESPONSEAndrea Parri (Microsoft)1-17/+82
2021-04-16Drivers: hv: vmbus: Use after free in __vmbus_open()Dan Carpenter1-1/+1
2021-03-08drivers: hv: Fix whitespace errorsVasanth1-1/+1
2021-02-15Revert "Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer"Wei Liu1-6/+3
2021-02-05Drivers: hv: vmbus: Initialize memory to be sent to the hostAndrea Parri (Microsoft)1-2/+2
2021-02-05Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran1-3/+6
2020-11-17Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardeningAndres Beltran1-6/+168
2020-09-28Drivers: hv: vmbus: Move virt_to_hvpfn() to hyperv headerBoqun Feng1-13/+0
2020-09-28Drivers: hv: vmbus: Introduce types of GPADLBoqun Feng1-20/+140
2020-09-28Drivers: hv: vmbus: Move __vmbus_open()Boqun Feng1-154/+155
2020-09-28Drivers: hv: vmbus: Always use HV_HYP_PAGE_SIZE for gpadlBoqun Feng1-8/+5
2020-06-20Drivers: hv: vmbus: Remove the lock field from the vmbus_channel structAndrea Parri (Microsoft)1-5/+1
2020-06-19Drivers: hv: vmbus: Remove the target_vp field from the vmbus_channel structAndrea Parri (Microsoft)1-1/+2
2020-04-23Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL message typeAndrea Parri (Microsoft)1-0/+28
2020-04-23Drivers: hv: vmbus: Use a spin lock for synchronizing channel scheduling vs. channel removalAndrea Parri (Microsoft)1-17/+7
2020-04-23hv_netvsc: Disable NAPI before closing the VMBus channelAndrea Parri (Microsoft)1-0/+6
2019-08-20Drivers: hv: vmbus: Fix virt_to_hvpfn() for X86_PAEDexuan Cui1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner1-13/+1
2019-02-14vmbus: Switch to use new generic UUID APIAndy Shevchenko1-2/+2
2019-01-09vmbus: fix subchannel removalDexuan Cui1-8/+1
2018-12-03Merge 4.20-rc5 into char-misc-nextGreg Kroah-Hartman1-0/+8
2018-11-26Drivers: hv: vmbus: check the creation_status in vmbus_establish_gpadl()Dexuan Cui1-0/+8
2018-11-26Drivers: hv: vmbus: Remove the useless API vmbus_get_outgoing_channel()Dexuan Cui1-1/+0
2018-10-02Drivers: hv: vmbus: Fix the descriptions of some function parametersDexuan Cui1-11/+13
2018-09-25vmbus: split ring buffer allocation from openStephen Hemminger1-115/+152
2018-09-25vmbus: keep pointer to ring buffer pageStephen Hemminger1-11/+9
2018-09-25vmbus: pass channel to hv_process_channel_removalStephen Hemminger1-2/+1
2018-08-02Drivers: hv: vmbus: Remove use of slow_virt_to_phys()Michael Kelley1-7/+20
2018-08-02Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()Dexuan Cui1-16/+24
2017-11-28Drivers: hv: vmbus: Fix a rescind issueK. Y. Srinivasan1-2/+8
2017-11-04hyper-v: trace channel eventsVitaly Kuznetsov1-0/+2
2017-11-04hyper-v: trace vmbus_send_tl_connect_request()Vitaly Kuznetsov1-1/+6
2017-11-04hyper-v: trace vmbus_teardown_gpadl()Vitaly Kuznetsov1-0/+2
2017-11-04hyper-v: trace vmbus_establish_gpadl()Vitaly Kuznetsov1-0/+6
2017-11-04hyper-v: trace vmbus_close_internal()Vitaly Kuznetsov1-0/+2
2017-11-04hyper-v: trace vmbus_open()Vitaly Kuznetsov1-0/+2
2017-10-20vmbus: initialize reserved fields in messagesStephen Hemminger1-0/+2
2017-10-04Drivers: hv: vmbus: Fix bugs in rescind handlingK. Y. Srinivasan1-3/+3
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-106/+23
2017-08-16vmbus: remove unused vmbus_sendpacket_ctlstephen hemminger1-26/+17
2017-08-16vmbus: remove unused vmubs_sendpacket_pagebuffer_ctlstephen hemminger1-24/+6
2017-08-16vmbus: remove unused vmbus_sendpacket_multipagebufferstephen hemminger1-56/+0
2017-08-16Drivers: hv: vmbus: Fix rescind handling issuesK. Y. Srinivasan1-0/+14
2017-07-17vmbus: re-enable channel taskletStephen Hemminger1-0/+2
2017-05-18Drivers: hv: vmbus: Fix rescind handlingK. Y. Srinivasan1-2/+6
2017-03-27Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman1-13/+12
2017-03-17vmbus: fix spelling errorsStephen Hemminger1-5/+5
2017-03-16Drivers: hv: vmbus: Don't leak memory when a channel is rescindedK. Y. Srinivasan1-5/+8