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
2019-09-10
hv_netvsc: Fix a warning of suspicious RCU usage
Dexuan Cui
1
-2
/
+7
2019-07-28
hv_netvsc: Fix extra rcu_read_unlock in netvsc_recv_callback()
Haiyang Zhang
1
-1
/
+0
2019-06-22
hv_netvsc: Set probe mode to sync
Haiyang Zhang
1
-1
/
+1
2019-04-17
hv_netvsc: Fix unwanted wakeup after tx_disable
Haiyang Zhang
1
-6
/
+26
2019-03-10
hv_netvsc: Fix IP header checksum for coalesced packets
Haiyang Zhang
1
-3
/
+19
2019-03-05
hv_netvsc: Fix hash key value reset after other ops
Haiyang Zhang
1
-1
/
+4
2019-03-05
hv_netvsc: Refactor assignments of struct netvsc_device_info
Haiyang Zhang
1
-49
/
+85
2018-11-13
hv_netvsc: fix vf serial matching with pci slot info
Haiyang Zhang
1
-4
/
+11
2018-09-17
hv_netvsc: pair VF based on serial number
Stephen Hemminger
1
-25
/
+33
2018-09-13
hv_netvsc: fix schedule in RCU context
Stephen Hemminger
1
-6
/
+3
2018-09-01
hv_netvsc: Fix a deadlock by getting rtnl lock earlier in netvsc_probe()
Dexuan Cui
1
-1
/
+10
2018-08-21
hv_netvsc: ignore devices that are not PCI
Stephen Hemminger
1
-0
/
+5
2018-08-18
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+3
2018-07-30
hv_netvsc: Add per-cpu ethtool stats for netvsc
Yidong Ren
1
-3
/
+103
2018-07-16
Merge 4.18-rc5 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+16
2018-07-09
net: allow fallback function to pass netdev
Alexander Duyck
1
-1
/
+1
2018-07-09
net: allow ndo_select_queue to pass netdev
Alexander Duyck
1
-2
/
+2
2018-07-03
use the new async probing feature for the hyperv drivers
Arjan van de Ven
1
-0
/
+3
2018-06-30
hv_netvsc: split sub-channel setup into async and sync
Stephen Hemminger
1
-1
/
+16
2018-06-13
hv_netvsc: move VF to same namespace as netvsc device
Stephen Hemminger
1
-1
/
+20
2018-06-13
hv_netvsc: fix network namespace issues with VF support
Stephen Hemminger
1
-23
/
+20
2018-06-13
hv_netvsc: drop common code until callback model fixed
Stephen Hemminger
1
-59
/
+165
2018-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+3
2018-06-10
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+0
2018-06-07
hv_netvsc: Fix a network regression after ifdown/ifup
Dexuan Cui
1
-1
/
+3
2018-06-03
hv_netvsc: fix error return code in netvsc_probe()
Wei Yongjun
1
-1
/
+3
2018-05-29
netvsc: refactor notifier/event handling code to use the failover framework
Sridhar Samudrala
1
-165
/
+57
2018-05-23
hv_netvsc: Add handlers for ethtool get/set msg level
Haiyang Zhang
1
-0
/
+16
2018-05-11
hv_netvsc: set master device
Stephen Hemminger
1
-1
/
+2
2018-04-19
scsi: netvsc: Use the vmbus function to calculate ring buffer percentage
Long Li
1
-3
/
+0
2018-03-26
drivers/net: Use octal not symbolic permissions
Joe Perches
1
-2
/
+2
2018-03-26
hv_netvsc: Fix the return status in RX path
Haiyang Zhang
1
-1
/
+1
2018-03-22
hv_netvsc: common detach logic
Stephen Hemminger
1
-123
/
+155
2018-03-08
hv_netvsc: fix locking during VF setup
Stephen Hemminger
1
-0
/
+4
2018-03-08
hv_netvsc: fix locking for rx_mode
Stephen Hemminger
1
-3
/
+8
2018-03-05
hv_netvsc: propagate rx filters to VF
Stephen Hemminger
1
-4
/
+36
2018-03-05
hv_netvsc: defer queue selection to VF
Stephen Hemminger
1
-2
/
+13
2018-03-05
hv_netvsc: only wake transmit queue if link is up
Stephen Hemminger
1
-4
/
+3
2017-12-13
hv_netvsc: empty current transmit aggregation if flow blocked
Stephen Hemminger
1
-1
/
+1
2017-12-13
hv_netvsc: pass netvsc_device to receive callback
Stephen Hemminger
1
-12
/
+2
2017-12-13
hv_netvsc: simplify function args in receive status path
Stephen Hemminger
1
-10
/
+2
2017-12-13
hv_netvsc: track memory allocation failures in ethtool stats
Stephen Hemminger
1
-2
/
+3
2017-12-13
hv_netvsc: Fix the TX/RX buffer default sizes
Haiyang Zhang
1
-4
/
+0
2017-12-03
hv_netvsc: optimize initialization of RNDIS header
Stephen Hemminger
1
-31
/
+26
2017-12-03
hv_netvsc: use reciprocal divide to speed up percent calculation
Stephen Hemminger
1
-8
/
+9
2017-11-16
hv_netvsc: preserve hw_features on mtu/channels/ringparam changes
Vitaly Kuznetsov
1
-1
/
+1
2017-10-15
hv_netvsc: Rename tx_send_table to tx_table
Haiyang Zhang
1
-2
/
+2
2017-10-15
hv_netvsc: Rename ind_table to rx_table
Haiyang Zhang
1
-2
/
+2
2017-10-08
hv_netvsc: Add ethtool handler to set and get TCP hash levels
Haiyang Zhang
1
-1
/
+24
2017-10-08
hv_netvsc: Change the hash level variable to bit flags
Haiyang Zhang
1
-23
/
+50
[next]