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
/
netvsc_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-02
hv_netvsc: Fix validation in netvsc_linkstatus_callback()
Andrea Parri (Microsoft)
1
-4
/
+9
2021-01-30
hv_netvsc: Copy packets sent by Hyper-V out of the receive buffer
Andrea Parri (Microsoft)
1
-10
/
+14
2021-01-19
hv_netvsc: Add (more) validation for untrusted Hyper-V values
Andrea Parri (Microsoft)
1
-1
/
+17
2021-01-13
hv_netvsc: Process NETDEV_GOING_DOWN on VF hot remove
Long Li
1
-3
/
+7
2021-01-13
hv_netvsc: Wait for completion on request SWITCH_DATA_PATH
Long Li
1
-1
/
+0
2021-01-13
hv_netvsc: Check VF datapath when sending traffic to VF
Long Li
1
-1
/
+2
2020-12-16
use __netdev_notify_peers in hyperv
Lijun Pan
1
-7
/
+4
2020-11-24
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
1
-0
/
+1
2020-10-14
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-23
/
+23
2020-09-28
hv_netvsc: Use HV_HYP_PAGE_SIZE for Hyper-V communication
Boqun Feng
1
-23
/
+23
2020-09-18
hv_netvsc: Add validation for untrusted Hyper-V values
Andres Beltran
1
-0
/
+7
2020-09-10
hv_netvsc: Cache the current data path to avoid duplicate call and message
Dexuan Cui
1
-1
/
+20
2020-09-10
hv_netvsc: Switch the data path at the right time during hibernation
Dexuan Cui
1
-10
/
+1
2020-09-08
hv_netvsc: Fix hibernation for mlx5 VF driver
Dexuan Cui
1
-5
/
+11
2020-08-21
hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit()
Haiyang Zhang
1
-1
/
+1
2020-08-21
hv_netvsc: Remove "unlikely" from netvsc_select_queue
Haiyang Zhang
1
-1
/
+1
2020-08-05
hv_netvsc: do not use VF device if link is down
Stephen Hemminger
1
-3
/
+4
2020-07-25
net: hyperv: dump TX indirection table to ethtool regs
Chi Song
1
-0
/
+19
2020-07-23
hv_netvsc: add support for vlans in AF_PACKET mode
Sriram Krishnan
1
-0
/
+24
2020-05-15
hv_netvsc: Add XDP frame size to driver
Jesper Dangaard Brouer
1
-1
/
+1
2020-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+2
2020-05-04
net: partially revert dynamic lockdep key changes
Cong Wang
1
-0
/
+2
2020-05-02
hv_netvsc: Fix netvsc_start_xmit's return type
Nathan Chancellor
1
-1
/
+2
2020-03-01
net/ethtool: Introduce link_ksettings API for virtual network devices
Cris Forno
1
-26
/
+15
2020-02-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+3
2020-02-24
hv_netvsc: Fix unwanted wakeup in netvsc_attach()
Haiyang Zhang
1
-0
/
+3
2020-02-19
hv_netvsc: use new helper tcp_v6_gso_csum_prep
Heiner Kallweit
1
-4
/
+1
2020-02-07
hv_netvsc: Fix XDP refcnt for synthetic and VF NICs
Haiyang Zhang
1
-1
/
+4
2020-01-25
hv_netvsc: Add XDP support
Haiyang Zhang
1
-31
/
+152
2019-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-2
/
+2
2019-12-21
hv_netvsc: Fix unwanted rx_table reset
Haiyang Zhang
1
-2
/
+2
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-1
/
+1
2019-12-01
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+57
2019-11-24
hv_netvsc: make recording RSS hash depend on feature flag
Stephen Hemminger
1
-1
/
+1
2019-11-22
hv_netvsc: Add the support of hibernation
Dexuan Cui
1
-0
/
+57
2019-11-06
hv_netvsc: record hardware hash in skb
Stephen Hemminger
1
-0
/
+4
2019-11-06
hv_netvsc: flag software created hash value
Stephen Hemminger
1
-4
/
+3
2019-10-31
hv_netvsc: Fix error handling in netvsc_attach()
Haiyang Zhang
1
-1
/
+8
2019-10-31
hv_netvsc: Fix error handling in netvsc_set_features()
Haiyang Zhang
1
-1
/
+3
2019-10-25
net: core: add generic lockdep keys
Taehee Yoo
1
-2
/
+0
2019-09-07
hv_netvsc: Sync offloading features to VF NIC
Haiyang Zhang
1
-2
/
+20
2019-09-07
hv_netvsc: Allow scatter-gather feature to be tunable
Haiyang Zhang
1
-2
/
+2
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+7
2019-08-09
hv_netvsc: Fix a warning of suspicious RCU usage
Dexuan Cui
1
-2
/
+7
2019-07-31
net: Use skb_frag_off accessors
Jonathan Lemon
1
-2
/
+2
2019-07-22
hv_netvsc: Fix extra rcu_read_unlock in netvsc_recv_callback()
Haiyang Zhang
1
-1
/
+0
2019-06-15
hv_netvsc: Set probe mode to sync
Haiyang Zhang
1
-1
/
+1
2019-05-31
Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
1
-12
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201
Thomas Gleixner
1
-12
/
+1
2019-05-30
netvsc: unshare skb in VF rx handler
Stephen Hemminger
1
-0
/
+6
[next]