aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/netvsc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07hv_netvsc: Fix race between VF offering and VF association message from hostGaurav Kohli1-0/+4
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-04-11hv_netvsc: Add support for XDP_REDIRECTHaiyang Zhang1-1/+7
2022-04-07hv_netvsc: Print value of invalid ID in netvsc_send_{completion,tx_complete}()Andrea Parri (Microsoft)1-4/+4
2022-03-11net: netvsc: remove break after returnSaurabh Sengar1-1/+0
2022-02-09Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()Tianyu Lan1-8/+16
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-3/+133
2021-12-20net: netvsc: Add Isolation VM support for netvsc driverTianyu Lan1-3/+133
2021-11-22hv_netvsc: Use bitmap_zalloc() when applicableChristophe JAILLET1-6/+4
2021-10-28Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VMTianyu Lan1-8/+7
2021-05-14scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDsAndrea Parri (Microsoft)1-3/+5
2021-05-14Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran1-0/+2
2021-03-29hv_netvsc: Add error handling while switching data pathHaiyang Zhang1-4/+31
2021-03-14hv_netvsc: Add a comment clarifying batching logicShachar Raindel1-0/+20
2021-02-21Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-2/+16
2021-02-15Revert "Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer"Wei Liu1-2/+0
2021-02-11hv_netvsc: Restrict configurations on isolated guestsAndrea Parri (Microsoft)1-2/+16
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2021-02-05Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran1-0/+2
2021-02-04hv_netvsc: Allocate the recv_buf buffers after NVSP_MSG1_TYPE_SEND_RECV_BUFAndrea Parri (Microsoft)1-7/+11
2021-02-04hv_netvsc: Reset the RSC count if NVSP_STAT_FAIL in netvsc_receive()Andrea Parri (Microsoft)1-1/+4
2021-01-29hv_netvsc: Copy packets sent by Hyper-V out of the receive bufferAndrea Parri (Microsoft)1-0/+20
2021-01-18hv_netvsc: Add (more) validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)1-1/+2
2021-01-12hv_netvsc: Wait for completion on request SWITCH_DATA_PATHLong Li1-3/+34
2020-12-16Merge tag 'hyperv-next-signed-20201214' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-6/+16
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-17hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardeningAndres Beltran1-6/+16
2020-10-14Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-1/+1
2020-09-28hv_netvsc: Use HV_HYP_PAGE_SIZE for Hyper-V communicationBoqun Feng1-1/+1
2020-09-17hv_netvsc: Add validation for untrusted Hyper-V valuesAndres Beltran1-13/+111
2020-04-23hv_netvsc: Disable NAPI before closing the VMBus channelAndrea Parri (Microsoft)1-2/+5
2020-03-30hv_netvsc: Remove unnecessary round_up for recv_completion_cntHaiyang Zhang1-4/+5
2020-02-23hv_netvsc: Fix unwanted wakeup in netvsc_attach()Haiyang Zhang1-1/+1
2020-01-25hv_netvsc: Add XDP supportHaiyang Zhang1-5/+26
2019-11-21hv_netvsc: Fix send_table offset in case of a host bugHaiyang Zhang1-2/+14
2019-11-21hv_netvsc: Fix offset usage in netvsc_send_table()Haiyang Zhang1-8/+18
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-12/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+9
2019-05-03hv_netvsc: fix race that may miss tx queue wakeupHaiyang Zhang1-6/+9
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-03-29hv_netvsc: Fix unwanted wakeup after tx_disableHaiyang Zhang1-2/+4
2019-01-23hv_netvsc: fix typos in code commentsAdrian Vladu1-1/+1
2019-01-23hv_netvsc: Fix hash key value reset after other opsHaiyang Zhang1-1/+1
2018-09-22hv_netvsc: Add support for LRO/RSC in the vSwitchHaiyang Zhang1-5/+13
2018-09-17hv_netvsc: pair VF based on serial numberStephen Hemminger1-0/+3
2018-07-18hv_netvsc: Fix napi reschedule while receive completion is busyHaiyang Zhang1-7/+10
2018-06-30hv_netvsc: split sub-channel setup into async and syncStephen Hemminger1-1/+36
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-15/+3
2018-04-27hv_netvsc: simplify receive side calling argumentsStephen Hemminger1-32/+26