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.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-02-01
hyperv: Fix the error processing in netvsc_send()
Haiyang Zhang
1
-3
/
+8
2015-01-28
hyperv: netvsc.c: match wait_for_completion_timeout return type
Nicholas Mc Guire
1
-2
/
+3
2014-12-23
hyperv: Fix some variable name typos in send-buffer init/revoke
Haiyang Zhang
1
-7
/
+8
2014-12-09
hyperv: Add support for vNIC hot removal
Haiyang Zhang
1
-0
/
+3
2014-11-26
net: Hyper-V: Deletion of an unnecessary check before the function call "vfree"
Markus Elfring
1
-3
/
+1
2014-11-13
hyperv: Add processing of MTU reduced by the host
Haiyang Zhang
1
-1
/
+2
2014-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+8
2014-10-06
hyperv: Fix a bug in netvsc_send()
KY Srinivasan
1
-7
/
+8
2014-09-06
hyperv: NULL dereference on error
Dan Carpenter
1
-4
/
+2
2014-08-22
hyperv: Increase the buffer length for netvsc_channel_cb()
Haiyang Zhang
1
-2
/
+14
2014-08-05
Drivers: net-next: hyperv: Increase the size of the sendbuf region
KY Srinivasan
1
-5
/
+2
2014-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2014-07-24
hyperv: Fix error return code in netvsc_init_buf()
Wei Yongjun
1
-1
/
+3
2014-07-03
drivers/net/hyperv/netvsc.c: remove unnecessary null test before kfree
Fabian Frederick
1
-3
/
+1
2014-06-17
hyperv: fix apparent cut-n-paste error in send path teardown
Dave Jones
1
-1
/
+1
2014-04-30
hyperv: Enable sendbuf mechanism on the send path
KY Srinivasan
1
-8
/
+218
2014-04-23
hyperv: Simplify the send_completion variables
Haiyang Zhang
1
-4
/
+3
2014-04-23
hyperv: Remove recv_pkt_list and lock
Haiyang Zhang
1
-162
/
+12
2014-04-21
hyperv: Add support for virtual Receive Side Scaling (vRSS)
Haiyang Zhang
1
-27
/
+109
2014-04-11
Drivers: net: hyperv: Negotiate suitable ndis version for offload support
KY Srinivasan
1
-1
/
+1
2014-03-11
hyperv: Change the receive buffer size for legacy hosts
Haiyang Zhang
1
-1
/
+5
2014-02-20
hyperv: Add latest NetVSP versions to auto negotiation
Haiyang Zhang
1
-9
/
+16
2014-02-18
Drivers: net: hyperv: Cleanup the netvsc receive callback functio
KY Srinivasan
1
-23
/
+10
2014-02-18
Drivers: net: hyperv: Cleanup the receive path
KY Srinivasan
1
-16
/
+13
2014-01-28
hyperv: Add support for physically discontinuous receive buffer
Haiyang Zhang
1
-5
/
+2
2013-12-06
drivers/net/*: Fix FSF address in file headers
Jeff Kirsher
1
-2
/
+1
2013-04-29
hyperv: Fix a compiler warning in netvsc_send()
Haiyang Zhang
1
-1
/
+1
2013-04-08
hyperv: Fix RNDIS send_completion code path
Haiyang Zhang
1
-5
/
+12
2012-10-02
hyperv: Report actual status in receive completion packet
Haiyang Zhang
1
-6
/
+12
2012-10-02
hyperv: Remove extra allocated space for recv_pkt_list elements
Haiyang Zhang
1
-3
/
+1
2012-08-04
hyperv: Move wait completion msg code into rndis_filter_halt_device()
Haiyang Zhang
1
-7
/
+0
2012-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+6
2012-06-06
drivers: net: Remove casts to same type
Joe Perches
1
-1
/
+1
[next]