index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
hyperv
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-11
hv_netvsc: Don't free decrypted memory
Rick Edgecombe
1
-2
/
+5
2024-02-04
hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missed
Shradha Gupta
1
-20
/
+62
2024-02-01
hv_netvsc: Fix race condition between netvsc_probe and netvsc_remove
Souradeep Chakrabarti
1
-1
/
+4
2024-01-24
hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 Kbytes
Michael Kelley
1
-2
/
+2
2023-12-15
hv_netvsc: remove duplicated including of slab.h
Wang Jinchao
1
-1
/
+0
2023-12-14
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
1
-15
/
+17
2023-12-08
net: Convert some ethtool_sprintf() to ethtool_puts()
justinstitt@google.com
1
-2
/
+2
2023-12-02
hv_netvsc: rndis_filter needs to select NLS
Randy Dunlap
1
-0
/
+1
2023-11-21
hv_netvsc: Mark VF as slave before exposing it to user-mode
Long Li
1
-9
/
+23
2023-11-21
hv_netvsc: Fix race of register_netdevice_notifier and VF register
Haiyang Zhang
1
-2
/
+7
2023-11-21
hv_netvsc: fix race of netvsc and VF register_netdevice
Haiyang Zhang
1
-10
/
+15
2023-10-11
hv_netvsc: fix netvsc_send_completion to avoid multiple message length checks
Sonia Sharma
1
-8
/
+10
2023-08-03
eth: add missing xdp.h includes in drivers
Jakub Kicinski
1
-0
/
+1
2023-06-07
hv_netvsc: Allocate rx indirection table size dynamically
Shradha Gupta
3
-9
/
+35
2023-04-17
hv_netvsc: Remove second mapping of send and recv buffers
Michael Kelley
2
-48
/
+2
2023-02-22
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-0
/
+21
2023-02-22
Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-3
/
+2
2023-02-14
hv_netvsc: Check status in SEND_RNDIS_PKT completion message
Michael Kelley
1
-0
/
+18
2023-02-14
hv_netvsc: add missing NETDEV_XDP_ACT_NDO_XMIT xdp-features flag
Lorenzo Bianconi
1
-1
/
+2
2023-02-11
Daniel Borkmann says:
Jakub Kicinski
1
-0
/
+2
2023-02-08
hv_netvsc: Allocate memory in netvsc_dma_map() with GFP_ATOMIC
Michael Kelley
1
-1
/
+1
2023-02-03
drivers: net: turn on XDP features
Marek Majtyka
1
-0
/
+2
2023-02-02
hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
Michael Kelley
1
-7
/
+2
2023-01-17
Drivers: hv: Make remove callback of hyperv driver void returned
Dawei Li
1
-3
/
+2
2022-10-29
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
1
-16
/
+16
2022-10-15
net: hv_netvsc: Fix a warning triggered by memcpy in rndis_filter
Cezar Bulinaru
1
-2
/
+4
2022-10-07
hv_netvsc: Fix race between VF offering and VF association message from host
Gaurav Kohli
3
-1
/
+25
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2
-3
/
+2
2022-09-01
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2022-05-21
hv_netvsc: Fix potential dereference of NULL pointer
Yongzhi Liu
1
-1
/
+4
2022-05-16
net: allow gso_max_size to exceed 65536
Alexander Duyck
1
-1
/
+1
2022-05-06
net: make drivers set the TSO limit not the GSO limit
Jakub Kicinski
1
-1
/
+1
2022-04-12
hv_netvsc: Add support for XDP_REDIRECT
Haiyang Zhang
4
-94
/
+228
2022-04-08
hv_netvsc: Print value of invalid ID in netvsc_send_{completion,tx_complete}()
Andrea Parri (Microsoft)
1
-4
/
+4
2022-04-08
net: hyperv: remove use of bpf_op_t
Jakub Kicinski
1
-4
/
+2
2022-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2022-03-16
hv_netvsc: Add check for kvmalloc_array
Jiasheng Jiang
1
-0
/
+3
2022-03-12
net: netvsc: remove break after return
Saurabh Sengar
1
-1
/
+0
2022-02-09
Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()
Tianyu Lan
1
-8
/
+16
2022-01-16
Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
4
-3
/
+141
2021-12-20
net: netvsc: Add Isolation VM support for netvsc driver
Tianyu Lan
4
-3
/
+141
2021-12-14
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
1
-1
/
+1
2021-11-22
hv_netvsc: Use bitmap_zalloc() when applicable
Christophe JAILLET
1
-6
/
+4
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-2
/
+6
2021-11-02
Merge tag 'hyperv-next-signed-20211102' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-10
/
+10
2021-10-28
Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VM
Tianyu Lan
2
-10
/
+10
2021-10-15
hv_netvsc: Add comment of netvsc_xdp_xmit()
Jiasheng Jiang
1
-0
/
+1
2021-10-10
hv_netvsc: use netif_is_bond_master() instead of open code
Juhee Kang
1
-2
/
+1
2021-10-02
net: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+1
[next]