index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
hyperv
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
hv_netvsc: Remove GPADL teardown special case for old Hyper-V hosts
Michael Kelley
1
-17
/
+3
2026-08-24
hv_netvsc: Allocate send/receive buffers using vmbus_alloc_buffer()
Kameron Carr
3
-34
/
+83
2026-06-09
hv_netvsc: use kmap_local_page in netvsc_copy_to_send_buf
Anton Leontev
1
-4
/
+15
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
3
-11
/
+9
2026-01-13
net: hv_netvsc: reject RSS hash key programming without RX indirection table
Aditya Garg
1
-0
/
+3
2025-11-24
net: hyperv: convert to use .get_rx_ring_count
Breno Leitao
1
-11
/
+4
2025-10-07
Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-1
/
+1
2025-10-01
Drivers: hv: Add CONFIG_HYPERV_VMBUS option
Mukesh Rathor
1
-1
/
+1
2025-08-26
net: hv_netvsc: fix loss of early receive events from host during channel open.
Dipayaan Roy
2
-16
/
+24
2025-08-08
hv_netvsc: Fix panic during namespace deletion with VF
Haiyang Zhang
2
-1
/
+31
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2025-07-17
hv_netvsc: Set VF priv_flags to IFF_NO_ADDRCONF before open to prevent IPv6 a...
Li Tian
1
-1
/
+4
2025-06-12
net: drv: hyperv: migrate to new RXFH callbacks
Jakub Kicinski
1
-19
/
+11
2025-05-30
hv_netvsc: fix potential deadlock in netvsc_vf_setxdp()
Saurabh Sengar
2
-3
/
+3
2025-05-27
net: core: Convert dev_set_mac_address() to struct sockaddr_storage
Kees Cook
1
-3
/
+3
2025-05-14
hv_netvsc: Remove rmsg_pgcnt
Michael Kelley
3
-6
/
+3
2025-05-14
hv_netvsc: Preserve contiguous PFN grouping in the page buffer array
Michael Kelley
3
-67
/
+32
2025-05-14
hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages
Michael Kelley
1
-5
/
+45
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
1
-0
/
+1
2025-02-19
hv_netvsc: Use VF's tso_max_size value when data path is VF
Shradha Gupta
3
-6
/
+24
2025-01-17
hv_netvsc: Replace one-element array with flexible array member
Thorsten Blum
2
-2
/
+3
2024-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-0
/
+30
2024-10-24
hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event
Haiyang Zhang
1
-0
/
+30
2024-10-06
hv_netvsc: Link queues to NAPIs
Joe Damato
2
-3
/
+19
2024-10-04
hv_netvsc: Don't assume cpu_possible_mask is dense
Michael Kelley
1
-1
/
+1
2024-08-28
net: netvsc: Update default VMBus channels
Erni Sri Satya Vennela
2
-2
/
+3
2024-08-24
net: refactor ->ndo_bpf calls into dev_xdp_propagate
Mina Almasry
1
-1
/
+1
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
1
-4
/
+4
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-2
/
+2
2024-04-10
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-23
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-13
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-01
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-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-0
/
+21
2023-02-21
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-13
hv_netvsc: add missing NETDEV_XDP_ACT_NDO_XMIT xdp-features flag
Lorenzo Bianconi
1
-1
/
+2
[next]