index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2016-08-23
hv_netvsc: add ethtool statistics for tx packet issues
Stephen Hemminger
2
-16
/
+79
2016-08-23
hv_netvsc: report vmbus name in ethtool
Stephen Hemminger
1
-0
/
+4
2016-08-23
hv_netvsc: make variable local
Stephen Hemminger
1
-3
/
+3
2016-08-23
hv_netvsc: make netvsc_destroy_buf void
Stephen Hemminger
1
-8
/
+6
2016-08-23
hv_netvsc: refactor completion function
Stephen Hemminger
1
-47
/
+56
2016-08-23
hv_netvsc: rearrange start_xmit
Stephen Hemminger
1
-55
/
+51
2016-08-23
hv_netvsc: init completion during alloc
Stephen Hemminger
1
-3
/
+1
2016-08-23
hv_netvsc: make device_remove void
Stephen Hemminger
2
-3
/
+2
2016-08-23
hv_netvsc: use ARRAY_SIZE() for NDIS versions
Stephen Hemminger
1
-3
/
+4
2016-08-23
hv_netvsc: make inline functions static
Stephen Hemminger
1
-1
/
+84
2016-08-23
hv_netvsc: style cleanups
Stephen Hemminger
3
-30
/
+3
2016-08-23
hv_netvsc: use kcalloc
Stephen Hemminger
1
-2
/
+2
2016-08-23
hv_netvsc: make RSS hash key static
Stephen Hemminger
2
-3
/
+2
2016-08-23
hv_netvsc: fix rtnl locking in callback
Stephen Hemminger
1
-4
/
+1
2016-08-20
hv_netvsc: Implement batching of receive completions
Haiyang Zhang
3
-33
/
+160
2016-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-82
/
+66
2016-08-15
hv_netvsc: fix bonding devices check in netvsc_netdev_event()
Vitaly Kuznetsov
1
-2
/
+7
2016-08-15
hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdev
Vitaly Kuznetsov
1
-2
/
+2
2016-08-15
hv_netvsc: reset vf_inject on VF removal
Vitaly Kuznetsov
1
-10
/
+16
2016-08-15
hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt wait
Vitaly Kuznetsov
2
-35
/
+5
2016-08-15
hv_netvsc: don't lose VF information
Vitaly Kuznetsov
3
-42
/
+45
2016-08-09
hv_netvsc: Add handler for physical link speed change
Haiyang Zhang
3
-7
/
+25
2016-08-09
hv_netvsc: Add query for initial physical link speed
Haiyang Zhang
2
-2
/
+26
2016-07-25
hv_netvsc: Fix VF register on bonding devices
Haiyang Zhang
1
-2
/
+2
2016-07-09
netvsc: Use the new in-place consumption APIs in the rx path
K. Y. Srinivasan
1
-29
/
+59
2016-06-09
netvsc: get rid of completion timeouts
Vitaly Kuznetsov
2
-100
/
+31
2016-06-06
hv_netvsc: pass struct net_device to rndis_filter_set_offload_params()
Vitaly Kuznetsov
1
-3
/
+2
2016-06-06
hv_netvsc: pass struct net_device to rndis_filter_set_device_mac()
Vitaly Kuznetsov
3
-6
/
+3
2016-06-06
hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()
Vitaly Kuznetsov
3
-19
/
+13
2016-06-06
hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpers
Vitaly Kuznetsov
3
-25
/
+22
2016-06-06
hv_netvsc: remove redundant assignment in netvsc_recv_callback()
Vitaly Kuznetsov
1
-1
/
+0
2016-06-04
hv_netvsc: Fix VF register on vlan devices
Haiyang Zhang
1
-0
/
+4
2016-05-16
hv_netvsc: set nvdev link after populating chn_table
Vitaly Kuznetsov
1
-11
/
+18
2016-05-16
hv_netvsc: synchronize netvsc_change_mtu()/netvsc_set_channels() with netvsc_...
Vitaly Kuznetsov
1
-2
/
+7
2016-05-16
hv_netvsc: get rid of struct net_device pointer in struct netvsc_device
Vitaly Kuznetsov
4
-64
/
+72
2016-05-16
hv_netvsc: untangle the pointer mess
Vitaly Kuznetsov
4
-122
/
+99
2016-05-16
hv_netvsc: use start_remove flag to protect netvsc_link_change()
Vitaly Kuznetsov
1
-4
/
+17
2016-05-16
hv_netvsc: move start_remove flag to net_device_context
Vitaly Kuznetsov
3
-6
/
+13
2016-04-25
hv_netvsc: Fix the list processing for network change event
Haiyang Zhang
1
-1
/
+1
2016-04-18
hv_netvsc: Implement support for VF drivers on Hyper-V
KY Srinivasan
4
-26
/
+335
2016-03-24
hv_netvsc: Fix the order of num_sc_offered decrement
Haiyang Zhang
1
-6
/
+6
2016-03-23
hv_netvsc: Fix the array sizes to be max supported channels
Haiyang Zhang
2
-5
/
+6
2016-03-23
hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
Haiyang Zhang
1
-1
/
+4
2016-03-07
hv_netvsc: Move subchannel waiting to rndis_filter_device_remove()
Haiyang Zhang
1
-6
/
+13
2016-03-01
hv_netvsc: add ethtool support for set and get of settings
sixiao@microsoft.com
2
-0
/
+60
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2016-02-19
hv_netvsc: add software transmit timestamp support
sixiao@microsoft.com
1
-0
/
+3
2016-02-13
hv_netvsc: Restore needed_headroom request
Vitaly Kuznetsov
1
-0
/
+3
2016-02-11
hv_netvsc: cleanup netdev feature flags for netvsc
sixiao@microsoft.com
1
-4
/
+7
2016-01-25
hv_netvsc: Fix book keeping of skb during batching process
Haiyang Zhang
2
-11
/
+23
[next]