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_drv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-05-08
1
-2
/
+2
*
hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missed
Shradha Gupta
2024-02-04
1
-20
/
+62
*
hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 Kbytes
Michael Kelley
2024-01-24
1
-2
/
+2
*
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
2023-12-14
1
-15
/
+17
*
net: Convert some ethtool_sprintf() to ethtool_puts()
justinstitt@google.com
2023-12-08
1
-2
/
+2
*
hv_netvsc: Mark VF as slave before exposing it to user-mode
Long Li
2023-11-21
1
-9
/
+23
*
hv_netvsc: Fix race of register_netdevice_notifier and VF register
Haiyang Zhang
2023-11-21
1
-2
/
+7
*
hv_netvsc: fix race of netvsc and VF register_netdevice
Haiyang Zhang
2023-11-21
1
-10
/
+15
*
hv_netvsc: Allocate rx indirection table size dynamically
Shradha Gupta
2023-06-07
1
-4
/
+6
*
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-02-22
1
-0
/
+3
|
\
|
*
hv_netvsc: add missing NETDEV_XDP_ACT_NDO_XMIT xdp-features flag
Lorenzo Bianconi
2023-02-14
1
-1
/
+2
|
*
drivers: net: turn on XDP features
Marek Majtyka
2023-02-03
1
-0
/
+2
*
|
Drivers: hv: Make remove callback of hyperv driver void returned
Dawei Li
2023-01-17
1
-3
/
+2
|
/
*
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
2022-10-29
1
-16
/
+16
*
hv_netvsc: Fix race between VF offering and VF association message from host
Gaurav Kohli
2022-10-07
1
-0
/
+19
*
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-24
1
-1
/
+4
|
\
|
*
hv_netvsc: Fix potential dereference of NULL pointer
Yongzhi Liu
2022-05-21
1
-1
/
+4
*
|
hv_netvsc: Add support for XDP_REDIRECT
Haiyang Zhang
2022-04-12
1
-89
/
+61
|
/
*
hv_netvsc: Add check for kvmalloc_array
Jiasheng Jiang
2022-03-16
1
-0
/
+3
*
Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2022-01-16
1
-0
/
+1
|
\
|
*
net: netvsc: Add Isolation VM support for netvsc driver
Tianyu Lan
2021-12-20
1
-0
/
+1
*
|
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-22
1
-2
/
+6
|
/
*
hv_netvsc: Add comment of netvsc_xdp_xmit()
Jiasheng Jiang
2021-10-15
1
-0
/
+1
*
hv_netvsc: use netif_is_bond_master() instead of open code
Juhee Kang
2021-10-10
1
-2
/
+1
*
net: use eth_hw_addr_set()
Jakub Kicinski
2021-10-02
1
-1
/
+1
*
hv_netvsc: Set needed_headroom according to VF
Haiyang Zhang
2021-06-21
1
-0
/
+5
*
hv_netvsc: Make netvsc/VF binding check both MAC and serial number
Dexuan Cui
2021-04-26
1
-2
/
+12
*
net: remove the new_ifindex argument from dev_change_net_namespace
Andrei Vagin
2021-04-07
1
-1
/
+1
*
net: Allow to specify ifindex when device is moved to another namespace
Andrei Vagin
2021-04-05
1
-1
/
+1
*
hv_netvsc: Add error handling while switching data path
Haiyang Zhang
2021-03-30
1
-6
/
+12
*
netvsc: Update driver to use ethtool_sprintf
Alexander Duyck
2021-03-17
1
-22
/
+11
*
hv_netvsc: Fix validation in netvsc_linkstatus_callback()
Andrea Parri (Microsoft)
2021-03-02
1
-4
/
+9
*
hv_netvsc: Copy packets sent by Hyper-V out of the receive buffer
Andrea Parri (Microsoft)
2021-01-30
1
-10
/
+14
*
hv_netvsc: Add (more) validation for untrusted Hyper-V values
Andrea Parri (Microsoft)
2021-01-19
1
-1
/
+17
*
hv_netvsc: Process NETDEV_GOING_DOWN on VF hot remove
Long Li
2021-01-13
1
-3
/
+7
*
hv_netvsc: Wait for completion on request SWITCH_DATA_PATH
Long Li
2021-01-13
1
-1
/
+0
*
hv_netvsc: Check VF datapath when sending traffic to VF
Long Li
2021-01-13
1
-1
/
+2
*
use __netdev_notify_peers in hyperv
Lijun Pan
2020-12-16
1
-7
/
+4
*
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
2020-11-24
1
-0
/
+1
*
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-10-14
1
-23
/
+23
|
\
|
*
hv_netvsc: Use HV_HYP_PAGE_SIZE for Hyper-V communication
Boqun Feng
2020-09-28
1
-23
/
+23
*
|
hv_netvsc: Add validation for untrusted Hyper-V values
Andres Beltran
2020-09-18
1
-0
/
+7
*
|
hv_netvsc: Cache the current data path to avoid duplicate call and message
Dexuan Cui
2020-09-10
1
-1
/
+20
*
|
hv_netvsc: Switch the data path at the right time during hibernation
Dexuan Cui
2020-09-10
1
-10
/
+1
*
|
hv_netvsc: Fix hibernation for mlx5 VF driver
Dexuan Cui
2020-09-08
1
-5
/
+11
*
|
hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit()
Haiyang Zhang
2020-08-21
1
-1
/
+1
*
|
hv_netvsc: Remove "unlikely" from netvsc_select_queue
Haiyang Zhang
2020-08-21
1
-1
/
+1
|
/
*
hv_netvsc: do not use VF device if link is down
Stephen Hemminger
2020-08-05
1
-3
/
+4
*
net: hyperv: dump TX indirection table to ethtool regs
Chi Song
2020-07-25
1
-0
/
+19
[next]