index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
hyperv
/
netvsc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hv_netvsc: Don't free decrypted memory
Rick Edgecombe
2024-04-10
1
-2
/
+5
*
hv_netvsc: Fix race condition between netvsc_probe and netvsc_remove
Souradeep Chakrabarti
2024-02-01
1
-1
/
+4
*
hv_netvsc: fix netvsc_send_completion to avoid multiple message length checks
Sonia Sharma
2023-10-11
1
-8
/
+10
*
hv_netvsc: Remove second mapping of send and recv buffers
Michael Kelley
2023-04-17
1
-46
/
+2
*
hv_netvsc: Check status in SEND_RNDIS_PKT completion message
Michael Kelley
2023-02-14
1
-0
/
+18
*
hv_netvsc: Allocate memory in netvsc_dma_map() with GFP_ATOMIC
Michael Kelley
2023-02-08
1
-1
/
+1
*
hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
Michael Kelley
2023-02-02
1
-7
/
+2
*
hv_netvsc: Fix race between VF offering and VF association message from host
Gaurav Kohli
2022-10-07
1
-0
/
+4
*
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-29
1
-2
/
+1
*
hv_netvsc: Add support for XDP_REDIRECT
Haiyang Zhang
2022-04-12
1
-1
/
+7
*
hv_netvsc: Print value of invalid ID in netvsc_send_{completion,tx_complete}()
Andrea Parri (Microsoft)
2022-04-08
1
-4
/
+4
*
net: netvsc: remove break after return
Saurabh Sengar
2022-03-12
1
-1
/
+0
*
Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()
Tianyu Lan
2022-02-09
1
-8
/
+16
*
Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2022-01-16
1
-3
/
+133
|
\
|
*
net: netvsc: Add Isolation VM support for netvsc driver
Tianyu Lan
2021-12-20
1
-3
/
+133
*
|
hv_netvsc: Use bitmap_zalloc() when applicable
Christophe JAILLET
2021-11-22
1
-6
/
+4
|
/
*
Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VM
Tianyu Lan
2021-10-28
1
-8
/
+7
*
scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDs
Andrea Parri (Microsoft)
2021-05-14
1
-3
/
+5
*
Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer
Andres Beltran
2021-05-14
1
-0
/
+2
*
hv_netvsc: Add error handling while switching data path
Haiyang Zhang
2021-03-30
1
-4
/
+31
*
hv_netvsc: Add a comment clarifying batching logic
Shachar Raindel
2021-03-14
1
-0
/
+20
*
Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2021-02-21
1
-2
/
+16
|
\
|
*
Revert "Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer"
Wei Liu
2021-02-15
1
-2
/
+0
|
*
hv_netvsc: Restrict configurations on isolated guests
Andrea Parri (Microsoft)
2021-02-11
1
-2
/
+16
|
*
Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer
Andres Beltran
2021-02-05
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-02-10
1
-1
/
+4
|
\
\
|
*
|
hv_netvsc: Reset the RSC count if NVSP_STAT_FAIL in netvsc_receive()
Andrea Parri (Microsoft)
2021-02-05
1
-1
/
+4
|
|
/
*
|
hv_netvsc: Allocate the recv_buf buffers after NVSP_MSG1_TYPE_SEND_RECV_BUF
Andrea Parri (Microsoft)
2021-02-05
1
-7
/
+11
*
|
hv_netvsc: Copy packets sent by Hyper-V out of the receive buffer
Andrea Parri (Microsoft)
2021-01-30
1
-0
/
+20
*
|
hv_netvsc: Add (more) validation for untrusted Hyper-V values
Andrea Parri (Microsoft)
2021-01-19
1
-1
/
+2
*
|
hv_netvsc: Wait for completion on request SWITCH_DATA_PATH
Long Li
2021-01-13
1
-3
/
+34
|
/
*
Merge tag 'hyperv-next-signed-20201214' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2020-12-16
1
-6
/
+16
|
\
|
*
hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardening
Andres Beltran
2020-11-17
1
-6
/
+16
*
|
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
2020-12-01
1
-1
/
+1
|
/
*
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-10-14
1
-1
/
+1
|
\
|
*
hv_netvsc: Use HV_HYP_PAGE_SIZE for Hyper-V communication
Boqun Feng
2020-09-28
1
-1
/
+1
*
|
hv_netvsc: Add validation for untrusted Hyper-V values
Andres Beltran
2020-09-18
1
-13
/
+111
|
/
*
hv_netvsc: Disable NAPI before closing the VMBus channel
Andrea Parri (Microsoft)
2020-04-23
1
-2
/
+5
*
hv_netvsc: Remove unnecessary round_up for recv_completion_cnt
Haiyang Zhang
2020-03-31
1
-4
/
+5
*
hv_netvsc: Fix unwanted wakeup in netvsc_attach()
Haiyang Zhang
2020-02-24
1
-1
/
+1
*
hv_netvsc: Add XDP support
Haiyang Zhang
2020-01-25
1
-5
/
+26
*
hv_netvsc: Fix send_table offset in case of a host bug
Haiyang Zhang
2019-11-22
1
-2
/
+14
*
hv_netvsc: Fix offset usage in netvsc_send_table()
Haiyang Zhang
2019-11-22
1
-8
/
+18
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201
Thomas Gleixner
2019-05-30
1
-12
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-08
1
-6
/
+9
|
\
|
*
hv_netvsc: fix race that may miss tx queue wakeup
Haiyang Zhang
2019-05-04
1
-6
/
+9
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-05
1
-2
/
+4
|
\
|
|
*
hv_netvsc: Fix unwanted wakeup after tx_disable
Haiyang Zhang
2019-03-29
1
-2
/
+4
*
|
net: move skb->xmit_more hint to softnet data
Florian Westphal
2019-04-02
1
-1
/
+1
|
/
*
hv_netvsc: fix typos in code comments
Adrian Vladu
2019-01-23
1
-1
/
+1
[next]