summaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/netvsc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-01-161-3/+133
|\
| * net: netvsc: Add Isolation VM support for netvsc driverTianyu Lan2021-12-201-3/+133
* | hv_netvsc: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-221-6/+4
|/
* Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VMTianyu Lan2021-10-281-8/+7
* scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDsAndrea Parri (Microsoft)2021-05-141-3/+5
* Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran2021-05-141-0/+2
* hv_netvsc: Add error handling while switching data pathHaiyang Zhang2021-03-291-4/+31
* hv_netvsc: Add a comment clarifying batching logicShachar Raindel2021-03-141-0/+20
* Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-02-211-2/+16
|\
| * Revert "Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer"Wei Liu2021-02-151-2/+0
| * hv_netvsc: Restrict configurations on isolated guestsAndrea Parri (Microsoft)2021-02-111-2/+16
| * Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran2021-02-051-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-1/+4
|\ \
| * | hv_netvsc: Reset the RSC count if NVSP_STAT_FAIL in netvsc_receive()Andrea Parri (Microsoft)2021-02-041-1/+4
| |/
* | hv_netvsc: Allocate the recv_buf buffers after NVSP_MSG1_TYPE_SEND_RECV_BUFAndrea Parri (Microsoft)2021-02-041-7/+11
* | hv_netvsc: Copy packets sent by Hyper-V out of the receive bufferAndrea Parri (Microsoft)2021-01-291-0/+20
* | hv_netvsc: Add (more) validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)2021-01-181-1/+2
* | hv_netvsc: Wait for completion on request SWITCH_DATA_PATHLong Li2021-01-121-3/+34
|/
* Merge tag 'hyperv-next-signed-20201214' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-12-161-6/+16
|\
| * hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardeningAndres Beltran2020-11-171-6/+16
* | xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
|/
* Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-141-1/+1
|\
| * hv_netvsc: Use HV_HYP_PAGE_SIZE for Hyper-V communicationBoqun Feng2020-09-281-1/+1
* | hv_netvsc: Add validation for untrusted Hyper-V valuesAndres Beltran2020-09-171-13/+111
|/
* hv_netvsc: Disable NAPI before closing the VMBus channelAndrea Parri (Microsoft)2020-04-231-2/+5
* hv_netvsc: Remove unnecessary round_up for recv_completion_cntHaiyang Zhang2020-03-301-4/+5
* hv_netvsc: Fix unwanted wakeup in netvsc_attach()Haiyang Zhang2020-02-231-1/+1
* hv_netvsc: Add XDP supportHaiyang Zhang2020-01-251-5/+26
* hv_netvsc: Fix send_table offset in case of a host bugHaiyang Zhang2019-11-211-2/+14
* hv_netvsc: Fix offset usage in netvsc_send_table()Haiyang Zhang2019-11-211-8/+18
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-301-12/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-071-6/+9
|\
| * hv_netvsc: fix race that may miss tx queue wakeupHaiyang Zhang2019-05-031-6/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-2/+4
|\|
| * hv_netvsc: Fix unwanted wakeup after tx_disableHaiyang Zhang2019-03-291-2/+4
* | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
|/
* hv_netvsc: fix typos in code commentsAdrian Vladu2019-01-231-1/+1
* hv_netvsc: Fix hash key value reset after other opsHaiyang Zhang2019-01-231-1/+1
* hv_netvsc: Add support for LRO/RSC in the vSwitchHaiyang Zhang2018-09-221-5/+13
* hv_netvsc: pair VF based on serial numberStephen Hemminger2018-09-171-0/+3
* hv_netvsc: Fix napi reschedule while receive completion is busyHaiyang Zhang2018-07-181-7/+10
* hv_netvsc: split sub-channel setup into async and syncStephen Hemminger2018-06-301-1/+36
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-15/+3
|\
| * scsi: netvsc: Use the vmbus function to calculate ring buffer percentageLong Li2018-04-181-15/+3
* | hv_netvsc: simplify receive side calling argumentsStephen Hemminger2018-04-271-32/+26
* | hv_netvsc: Add NetVSP v6 and v6.1 into version negotiationHaiyang Zhang2018-04-181-1/+2
|/
* hv_netvsc: Pass net_device parameter to revoke and teardown functionsMohammed Gamal2018-04-051-19/+18
* hv_netvsc: Ensure correct teardown message sequence orderMohammed Gamal2018-04-051-6/+13
* hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl()Mohammed Gamal2018-04-051-12/+34
* hv_netvsc: Use Windows version instead of NVSP version on GPAD teardownMohammed Gamal2018-04-051-2/+2