index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
hyperv
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-01
hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event
Haiyang Zhang
1
-0
/
+30
2024-03-15
hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missed
Shradha Gupta
1
-20
/
+62
2024-03-15
hv_netvsc: use netif_is_bond_master() instead of open code
Juhee Kang
1
-2
/
+1
2024-02-23
hv_netvsc: Fix race condition between netvsc_probe and netvsc_remove
Souradeep Chakrabarti
1
-1
/
+4
2024-02-23
hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 Kbytes
Michael Kelley
1
-2
/
+2
2023-12-13
hv_netvsc: rndis_filter needs to select NLS
Randy Dunlap
1
-0
/
+1
2023-12-08
hv_netvsc: fix race of netvsc and VF register_netdevice
Haiyang Zhang
1
-10
/
+15
2023-12-03
hv_netvsc: Mark VF as slave before exposing it to user-mode
Long Li
1
-9
/
+23
2023-12-03
hv_netvsc: Fix race of register_netdevice_notifier and VF register
Haiyang Zhang
1
-2
/
+7
2023-03-10
hv_netvsc: Check status in SEND_RNDIS_PKT completion message
Michael Kelley
1
-0
/
+18
2022-10-26
hv_netvsc: Fix race between VF offering and VF association message from host
Gaurav Kohli
3
-1
/
+25
2022-06-09
hv_netvsc: Fix potential dereference of NULL pointer
Yongzhi Liu
1
-1
/
+4
2022-03-23
hv_netvsc: Add check for kvmalloc_array
Jiasheng Jiang
1
-0
/
+3
2021-06-30
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
3
-4
/
+8
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
2021-06-22
hv_netvsc: Avoid field-overflowing memcpy()
Kees Cook
2
-4
/
+3
2021-06-21
hv_netvsc: Set needed_headroom according to VF
Haiyang Zhang
1
-0
/
+5
2021-05-14
scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDs
Andrea Parri (Microsoft)
2
-3
/
+7
2021-05-14
Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer
Andres Beltran
3
-0
/
+11
2021-04-25
hv_netvsc: Make netvsc/VF binding check both MAC and serial number
Dexuan Cui
1
-2
/
+12
2021-04-07
net: remove the new_ifindex argument from dev_change_net_namespace
Andrei Vagin
1
-1
/
+1
2021-04-05
net: Allow to specify ifindex when device is moved to another namespace
Andrei Vagin
1
-1
/
+1
2021-03-29
hv_netvsc: Add error handling while switching data path
Haiyang Zhang
3
-11
/
+48
2021-03-17
netvsc: Update driver to use ethtool_sprintf
Alexander Duyck
1
-22
/
+11
2021-03-14
hv_netvsc: Add a comment clarifying batching logic
Shachar Raindel
1
-0
/
+20
2021-03-01
hv_netvsc: Fix validation in netvsc_linkstatus_callback()
Andrea Parri (Microsoft)
3
-6
/
+11
2021-02-21
Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-2
/
+16
2021-02-15
Revert "Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer"
Wei Liu
3
-7
/
+0
2021-02-11
hv_netvsc: Restrict configurations on isolated guests
Andrea Parri (Microsoft)
1
-2
/
+16
2021-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-3
/
+4
2021-02-05
Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer
Andres Beltran
3
-0
/
+7
2021-02-04
hv_netvsc: Load and store the proper (NBL_HASH_INFO) per-packet info
Andrea Parri (Microsoft)
1
-1
/
+1
2021-02-04
hv_netvsc: Allocate the recv_buf buffers after NVSP_MSG1_TYPE_SEND_RECV_BUF
Andrea Parri (Microsoft)
1
-7
/
+11
2021-02-04
hv_netvsc: Reset the RSC count if NVSP_STAT_FAIL in netvsc_receive()
Andrea Parri (Microsoft)
2
-3
/
+4
2021-01-29
hv_netvsc: Copy packets sent by Hyper-V out of the receive buffer
Andrea Parri (Microsoft)
4
-86
/
+150
2021-01-18
hv_netvsc: Add (more) validation for untrusted Hyper-V values
Andrea Parri (Microsoft)
4
-62
/
+136
2021-01-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-6
/
+2
2021-01-12
hv_netvsc: Process NETDEV_GOING_DOWN on VF hot remove
Long Li
1
-3
/
+7
2021-01-12
hv_netvsc: Wait for completion on request SWITCH_DATA_PATH
Long Li
2
-4
/
+34
2021-01-12
hv_netvsc: Check VF datapath when sending traffic to VF
Long Li
1
-1
/
+2
2021-01-08
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
1
-4
/
+1
2021-01-08
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
1
-2
/
+1
2020-12-17
Merge tag 'net-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-7
/
+4
2020-12-16
Merge tag 'hyperv-next-signed-20201214' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-6
/
+35
2020-12-16
use __netdev_notify_peers in hyperv
Lijun Pan
1
-7
/
+4
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+1
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
1
-1
/
+1
2020-11-24
hv_netvsc: Validate number of allocated sub-channels
Andrea Parri (Microsoft)
1
-0
/
+5
2020-11-23
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
2
-0
/
+2
2020-11-17
hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardening
Andres Beltran
3
-6
/
+30
[next]