summaryrefslogtreecommitdiff
path: root/drivers/net/hyperv/netvsc.c
AgeCommit message (Expand)Author
2021-10-28Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VMTianyu Lan
2021-05-14scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDsAndrea Parri (Microsoft)
2021-05-14Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran
2021-03-29hv_netvsc: Add error handling while switching data pathHaiyang Zhang
2021-03-14hv_netvsc: Add a comment clarifying batching logicShachar Raindel
2021-02-21Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-02-15Revert "Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer"Wei Liu
2021-02-11hv_netvsc: Restrict configurations on isolated guestsAndrea Parri (Microsoft)
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-05Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran
2021-02-04hv_netvsc: Allocate the recv_buf buffers after NVSP_MSG1_TYPE_SEND_RECV_BUFAndrea Parri (Microsoft)
2021-02-04hv_netvsc: Reset the RSC count if NVSP_STAT_FAIL in netvsc_receive()Andrea Parri (Microsoft)
2021-01-29hv_netvsc: Copy packets sent by Hyper-V out of the receive bufferAndrea Parri (Microsoft)
2021-01-18hv_netvsc: Add (more) validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)
2021-01-12hv_netvsc: Wait for completion on request SWITCH_DATA_PATHLong Li
2020-12-16Merge tag 'hyperv-next-signed-20201214' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-11-17hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardeningAndres Beltran
2020-10-14Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-09-28hv_netvsc: Use HV_HYP_PAGE_SIZE for Hyper-V communicationBoqun Feng
2020-09-17hv_netvsc: Add validation for untrusted Hyper-V valuesAndres Beltran
2020-04-23hv_netvsc: Disable NAPI before closing the VMBus channelAndrea Parri (Microsoft)
2020-03-30hv_netvsc: Remove unnecessary round_up for recv_completion_cntHaiyang Zhang
2020-02-23hv_netvsc: Fix unwanted wakeup in netvsc_attach()Haiyang Zhang
2020-01-25hv_netvsc: Add XDP supportHaiyang Zhang
2019-11-21hv_netvsc: Fix send_table offset in case of a host bugHaiyang Zhang
2019-11-21hv_netvsc: Fix offset usage in netvsc_send_table()Haiyang Zhang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-03hv_netvsc: fix race that may miss tx queue wakeupHaiyang Zhang
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-03-29hv_netvsc: Fix unwanted wakeup after tx_disableHaiyang Zhang
2019-01-23hv_netvsc: fix typos in code commentsAdrian Vladu
2019-01-23hv_netvsc: Fix hash key value reset after other opsHaiyang Zhang
2018-09-22hv_netvsc: Add support for LRO/RSC in the vSwitchHaiyang Zhang
2018-09-17hv_netvsc: pair VF based on serial numberStephen Hemminger
2018-07-18hv_netvsc: Fix napi reschedule while receive completion is busyHaiyang Zhang
2018-06-30hv_netvsc: split sub-channel setup into async and syncStephen Hemminger
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-04-27hv_netvsc: simplify receive side calling argumentsStephen Hemminger
2018-04-18hv_netvsc: Add NetVSP v6 and v6.1 into version negotiationHaiyang Zhang
2018-04-18scsi: netvsc: Use the vmbus function to calculate ring buffer percentageLong Li
2018-04-05hv_netvsc: Pass net_device parameter to revoke and teardown functionsMohammed Gamal
2018-04-05hv_netvsc: Ensure correct teardown message sequence orderMohammed Gamal
2018-04-05hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl()Mohammed Gamal
2018-04-05hv_netvsc: Use Windows version instead of NVSP version on GPAD teardownMohammed Gamal
2018-03-25hv_netvsc: Add range checking for rx packet offset and lengthHaiyang Zhang
2018-03-25hv_netvsc: Fix the return status in RX pathHaiyang Zhang
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller