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
2019-04-17
hv_netvsc: Fix unwanted wakeup after tx_disable
Haiyang Zhang
3
-8
/
+31
2019-03-14
hv_netvsc: Fix IP header checksum for coalesced packets
Haiyang Zhang
1
-3
/
+19
2019-03-05
hv_netvsc: Fix ethtool change hash key error
Haiyang Zhang
1
-6
/
+19
2018-10-18
hv_netvsc: fix schedule in RCU context
Stephen Hemminger
1
-6
/
+3
2018-09-26
hv/netvsc: Fix NULL dereference at single queue mode fallback
Takashi Iwai
1
-1
/
+1
2018-09-15
hv_netvsc: Fix a deadlock by getting rtnl lock earlier in netvsc_probe()
Dexuan Cui
1
-1
/
+10
2018-09-15
hv_netvsc: ignore devices that are not PCI
Stephen Hemminger
1
-0
/
+5
2018-08-24
hv/netvsc: fix handling of fallback to single queue mode
Stephen Hemminger
1
-0
/
+1
2018-08-03
hv_netvsc: fix network namespace issues with VF support
Stephen Hemminger
2
-23
/
+22
2018-07-25
hv_netvsc: Fix napi reschedule while receive completion is busy
Haiyang Zhang
1
-7
/
+10
2018-07-22
hv_netvsc: split sub-channel setup into async and sync
Stephen Hemminger
4
-52
/
+65
2018-06-26
hv_netvsc: Fix a network regression after ifdown/ifup
Dexuan Cui
1
-1
/
+3
2018-05-30
hv_netvsc: enable multicast if necessary
Stephen Hemminger
1
-1
/
+1
2018-05-30
hv_netvsc: fix locking during VF setup
Stephen Hemminger
1
-0
/
+4
2018-05-30
hv_netvsc: fix locking for rx_mode
Stephen Hemminger
1
-3
/
+8
2018-05-30
hv_netvsc: fix filter flags
Stephen Hemminger
1
-2
/
+2
2018-05-30
hv_netvsc: propagate rx filters to VF
Stephen Hemminger
1
-4
/
+36
2018-05-30
hv_netvsc: filter multicast/broadcast
Stephen Hemminger
1
-8
/
+12
2018-05-30
hv_netvsc: use napi_schedule_irqoff
Stephen Hemminger
1
-1
/
+1
2018-05-25
hv_netvsc: Fix net device attach on older Windows hosts
Mohammed Gamal
1
-1
/
+1
2018-05-25
hv_netvsc: Ensure correct teardown message sequence order
Mohammed Gamal
1
-6
/
+13
2018-05-25
hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl()
Mohammed Gamal
1
-12
/
+34
2018-05-25
hv_netvsc: Use Windows version instead of NVSP version on GPAD teardown
Mohammed Gamal
1
-2
/
+2
2018-05-25
hv_netvsc: common detach logic
Stephen Hemminger
4
-140
/
+173
2018-05-25
hv_netvsc: change GPAD teardown order on older versions
Stephen Hemminger
1
-1
/
+6
2018-05-25
hv_netvsc: use RCU to fix concurrent rx and queue changes
Stephen Hemminger
2
-34
/
+22
2018-05-25
hv_netvsc: disable NAPI before channel close
Stephen Hemminger
1
-4
/
+4
2018-05-25
hv_netvsc: defer queue selection to VF
Stephen Hemminger
1
-2
/
+13
2018-05-25
hv_netvsc: fix race in napi poll when rescheduling
Stephen Hemminger
1
-2
/
+3
2018-05-25
hv_netvsc: cancel subchannel setup before halting device
Stephen Hemminger
1
-0
/
+3
2018-05-25
hv_netvsc: fix error unwind handling if vmbus_open fails
Stephen Hemminger
1
-1
/
+1
2018-05-25
hv_netvsc: only wake transmit queue if link is up
Stephen Hemminger
1
-4
/
+3
2018-05-25
hv_netvsc: avoid retry on send during shutdown
Stephen Hemminger
1
-17
/
+7
2018-05-25
hv_netvsc: Use the num_online_cpus() for channel limit
Haiyang Zhang
1
-9
/
+2
2018-05-25
hv_netvsc: empty current transmit aggregation if flow blocked
Stephen Hemminger
4
-19
/
+24
2018-05-25
hv_netvsc: preserve hw_features on mtu/channels/ringparam changes
Vitaly Kuznetsov
3
-59
/
+83
2018-05-25
hv_netvsc: netvsc_teardown_gpadl() split
Vitaly Kuznetsov
1
-33
/
+36
2018-05-25
hv_netvsc: Set tx_table to equal weight after subchannels open
Haiyang Zhang
1
-0
/
+3
2018-05-25
hv_netvsc: Add initialization of tx_table in netvsc_device_add()
Haiyang Zhang
1
-0
/
+3
2018-05-25
hv_netvsc: Rename tx_send_table to tx_table
Haiyang Zhang
3
-4
/
+4
2018-05-25
hv_netvsc: Rename ind_table to rx_table
Haiyang Zhang
3
-6
/
+6
2018-05-25
hv_netvsc: Fix the real number of queues of non-vRSS cases
Haiyang Zhang
1
-0
/
+6
2018-05-19
hv_netvsc: set master device
Stephen Hemminger
1
-1
/
+2
2018-03-24
hv_netvsc: Fix the TX/RX buffer default sizes
Haiyang Zhang
2
-5
/
+12
2018-03-24
hv_netvsc: Fix the receive buffer size limit
Haiyang Zhang
2
-2
/
+9
2017-09-22
hv_netvsc: fix send buffer failure on MTU change
Alex Ng
3
-5
/
+12
2017-09-16
netvsc: increase default receive buffer size
Stephen Hemminger
1
-1
/
+1
2017-09-12
hv_netvsc: avoid unnecessary wakeups on subchannel creation
Stephen Hemminger
1
-2
/
+2
2017-09-12
hv_netvsc: fix deadlock on hotplug
Stephen Hemminger
4
-45
/
+94
2017-09-02
hv_netvsc: Fix the channel limit in netvsc_set_rxfh()
Haiyang Zhang
1
-1
/
+1
[next]