summaryrefslogtreecommitdiff
path: root/drivers/net/hyperv/netvsc.c
AgeCommit message (Expand)Author
2024-04-10hv_netvsc: Don't free decrypted memoryRick Edgecombe
2024-02-01hv_netvsc: Fix race condition between netvsc_probe and netvsc_removeSouradeep Chakrabarti
2023-10-11hv_netvsc: fix netvsc_send_completion to avoid multiple message length checksSonia Sharma
2023-04-17hv_netvsc: Remove second mapping of send and recv buffersMichael Kelley
2023-02-14hv_netvsc: Check status in SEND_RNDIS_PKT completion messageMichael Kelley
2023-02-07hv_netvsc: Allocate memory in netvsc_dma_map() with GFP_ATOMICMichael Kelley
2023-02-02hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()Michael Kelley
2022-10-07hv_netvsc: Fix race between VF offering and VF association message from hostGaurav Kohli
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-04-11hv_netvsc: Add support for XDP_REDIRECTHaiyang Zhang
2022-04-07hv_netvsc: Print value of invalid ID in netvsc_send_{completion,tx_complete}()Andrea Parri (Microsoft)
2022-03-11net: netvsc: remove break after returnSaurabh Sengar
2022-02-09Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()Tianyu Lan
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-12-20net: netvsc: Add Isolation VM support for netvsc driverTianyu Lan
2021-11-22hv_netvsc: Use bitmap_zalloc() when applicableChristophe JAILLET
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