index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.48-dubhe
starfive-6.6.63-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
/
netvsc.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-2
/
+1
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
1
-16
/
+2
2016-08-23
hv_netvsc: use kcalloc
Stephen Hemminger
1
-2
/
+2
2016-08-20
hv_netvsc: Implement batching of receive completions
Haiyang Zhang
1
-32
/
+138
2016-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+8
2016-08-15
hv_netvsc: don't lose VF information
Vitaly Kuznetsov
1
-11
/
+8
2016-08-09
hv_netvsc: Add handler for physical link speed change
Haiyang Zhang
1
-1
/
+5
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
1
-11
/
+3
2016-06-06
hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpers
Vitaly Kuznetsov
1
-8
/
+3
2016-05-16
hv_netvsc: set nvdev link after populating chn_table
Vitaly Kuznetsov
1
-11
/
+18
2016-05-16
hv_netvsc: get rid of struct net_device pointer in struct netvsc_device
Vitaly Kuznetsov
1
-21
/
+15
2016-05-16
hv_netvsc: untangle the pointer mess
Vitaly Kuznetsov
1
-49
/
+33
2016-05-16
hv_netvsc: move start_remove flag to net_device_context
Vitaly Kuznetsov
1
-2
/
+1
2016-04-18
hv_netvsc: Implement support for VF drivers on Hyper-V
KY Srinivasan
1
-0
/
+29
2016-01-25
hv_netvsc: Fix book keeping of skb during batching process
Haiyang Zhang
1
-11
/
+22
2015-12-14
hv_netvsc: Fix race condition on Multi-Send Data field
Haiyang Zhang
1
-0
/
+9
2015-12-03
hv_netvsc: Eliminate status from struct hv_netvsc_packet
KY Srinivasan
1
-4
/
+2
2015-12-03
hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packet
KY Srinivasan
1
-5
/
+8
2015-12-03
hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packet
KY Srinivasan
1
-6
/
+8
2015-12-03
hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packet
KY Srinivasan
1
-14
/
+14
2015-12-03
hv_netvsc: Eliminate page_buf from struct hv_netvsc_packet
KY Srinivasan
1
-11
/
+14
2015-12-03
hv_netvsc: remove locking in netvsc_send()
Vitaly Kuznetsov
1
-8
/
+0
2015-12-03
hv_netvsc: move subchannel existence check to netvsc_select_queue()
Vitaly Kuznetsov
1
-3
/
+2
2015-12-03
hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packet
KY Srinivasan
1
-2
/
+1
2015-12-03
hv_netvsc: Eliminate send_completion from struct hv_netvsc_packet
KY Srinivasan
1
-3
/
+3
2015-12-03
hv_netvsc: Eliminatte the data field from struct hv_netvsc_packet
KY Srinivasan
1
-2
/
+3
2015-12-03
hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structure
KY Srinivasan
1
-4
/
+6
2015-12-03
hv_netvsc: Eliminate the channel field in hv_netvsc_packet structure
KY Srinivasan
1
-11
/
+8
2015-07-27
hv_netvsc: Add structs and handlers for VF messages
Haiyang Zhang
1
-10
/
+33
2015-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-18
/
+36
2015-06-03
x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>
Stephen Rothwell
1
-0
/
+1
2015-05-31
hv_netvsc: Allocate the sendbuf in a NUMA aware way
K. Y. Srinivasan
1
-1
/
+3
2015-05-31
hv_netvsc: Allocate the receive buffer from the correct NUMA node
K. Y. Srinivasan
1
-1
/
+6
2015-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+2
2015-05-13
hv_netvsc: Use the xmit_more skb flag to optimize signaling the host
KY Srinivasan
1
-16
/
+27
2015-05-06
hv_netvsc: remove unused variable in netvsc_send()
Jerry Snitselaar
1
-7
/
+2
2015-04-29
hv_netvsc: Fix a bug in netvsc_start_xmit()
KY Srinivasan
1
-5
/
+0
2015-04-29
hv_netvsc: introduce netif-msg into netvsc module
Simon Xiao
1
-0
/
+3
2015-04-14
hv_netvsc: Implement partial copy into send buffer
Haiyang Zhang
1
-16
/
+34
2015-04-08
hv_netvsc: Fix the packet free when it is in skb headroom
Haiyang Zhang
1
-2
/
+4
2015-04-08
hv_netvsc: Clean up two unused variables
Haiyang Zhang
1
-1
/
+0
2015-03-31
hv_netvsc: Eliminate memory allocation in the packet send path
KY Srinivasan
1
-3
/
+7
2015-03-31
hv_netvsc: Cleanup the test for freeing skb when we use sendbuf mechanism
KY Srinivasan
1
-0
/
+1
2015-03-29
hv_netvsc: Implement batching in send buffer
Haiyang Zhang
1
-46
/
+141
2015-02-06
hyperv: fix sparse warnings
Lad, Prabhakar
1
-3
/
+3
2015-02-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+8
[prev]
[next]