aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/netvsc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-14hv_netvsc: Fix race condition on Multi-Send Data fieldHaiyang Zhang1-0/+9
2015-12-02hv_netvsc: Eliminate status from struct hv_netvsc_packetKY Srinivasan1-4/+2
2015-12-02hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packetKY Srinivasan1-5/+8
2015-12-02hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packetKY Srinivasan1-6/+8
2015-12-02hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packetKY Srinivasan1-14/+14
2015-12-02hv_netvsc: Eliminate page_buf from struct hv_netvsc_packetKY Srinivasan1-11/+14
2015-12-02hv_netvsc: remove locking in netvsc_send()Vitaly Kuznetsov1-8/+0
2015-12-02hv_netvsc: move subchannel existence check to netvsc_select_queue()Vitaly Kuznetsov1-3/+2
2015-12-02hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packetKY Srinivasan1-2/+1
2015-12-02hv_netvsc: Eliminate send_completion from struct hv_netvsc_packetKY Srinivasan1-3/+3
2015-12-02hv_netvsc: Eliminatte the data field from struct hv_netvsc_packetKY Srinivasan1-2/+3
2015-12-02hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structureKY Srinivasan1-4/+6
2015-12-02hv_netvsc: Eliminate the channel field in hv_netvsc_packet structureKY Srinivasan1-11/+8
2015-07-27hv_netvsc: Add structs and handlers for VF messagesHaiyang Zhang1-10/+33
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-18/+36
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell1-0/+1
2015-05-31hv_netvsc: Allocate the sendbuf in a NUMA aware wayK. Y. Srinivasan1-1/+3
2015-05-31hv_netvsc: Allocate the receive buffer from the correct NUMA nodeK. Y. Srinivasan1-1/+6
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+2
2015-05-12hv_netvsc: Use the xmit_more skb flag to optimize signaling the hostKY Srinivasan1-16/+27
2015-05-05hv_netvsc: remove unused variable in netvsc_send()Jerry Snitselaar1-7/+2
2015-04-29hv_netvsc: Fix a bug in netvsc_start_xmit()KY Srinivasan1-5/+0
2015-04-29hv_netvsc: introduce netif-msg into netvsc moduleSimon Xiao1-0/+3
2015-04-14hv_netvsc: Implement partial copy into send bufferHaiyang Zhang1-16/+34
2015-04-07hv_netvsc: Fix the packet free when it is in skb headroomHaiyang Zhang1-2/+4
2015-04-07hv_netvsc: Clean up two unused variablesHaiyang Zhang1-1/+0
2015-03-31hv_netvsc: Eliminate memory allocation in the packet send pathKY Srinivasan1-3/+7
2015-03-31hv_netvsc: Cleanup the test for freeing skb when we use sendbuf mechanismKY Srinivasan1-0/+1
2015-03-29hv_netvsc: Implement batching in send bufferHaiyang Zhang1-46/+141
2015-02-05hyperv: fix sparse warningsLad, Prabhakar1-3/+3
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2015-01-31hyperv: Fix the error processing in netvsc_send()Haiyang Zhang1-3/+8
2015-01-27hyperv: netvsc.c: match wait_for_completion_timeout return typeNicholas Mc Guire1-2/+3
2014-12-22hyperv: Fix some variable name typos in send-buffer init/revokeHaiyang Zhang1-7/+8
2014-12-08hyperv: Add support for vNIC hot removalHaiyang Zhang1-0/+3
2014-11-25net: Hyper-V: Deletion of an unnecessary check before the function call "vfree"Markus Elfring1-3/+1
2014-11-12hyperv: Add processing of MTU reduced by the hostHaiyang Zhang1-1/+2
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+8
2014-10-05hyperv: Fix a bug in netvsc_send()KY Srinivasan1-7/+8
2014-09-05hyperv: NULL dereference on errorDan Carpenter1-4/+2
2014-08-22hyperv: Increase the buffer length for netvsc_channel_cb()Haiyang Zhang1-2/+14
2014-08-04Drivers: net-next: hyperv: Increase the size of the sendbuf regionKY Srinivasan1-5/+2
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2014-07-23hyperv: Fix error return code in netvsc_init_buf()Wei Yongjun1-1/+3
2014-07-02drivers/net/hyperv/netvsc.c: remove unnecessary null test before kfreeFabian Frederick1-3/+1
2014-06-16hyperv: fix apparent cut-n-paste error in send path teardownDave Jones1-1/+1
2014-04-30hyperv: Enable sendbuf mechanism on the send pathKY Srinivasan1-8/+218
2014-04-23hyperv: Simplify the send_completion variablesHaiyang Zhang1-4/+3
2014-04-23hyperv: Remove recv_pkt_list and lockHaiyang Zhang1-162/+12
2014-04-21hyperv: Add support for virtual Receive Side Scaling (vRSS)Haiyang Zhang1-27/+109