summaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/netvsc.c
AgeCommit message (Expand)Author
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell
2015-05-31hv_netvsc: Allocate the sendbuf in a NUMA aware wayK. Y. Srinivasan
2015-05-31hv_netvsc: Allocate the receive buffer from the correct NUMA nodeK. Y. Srinivasan
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-12hv_netvsc: Use the xmit_more skb flag to optimize signaling the hostKY Srinivasan
2015-05-05hv_netvsc: remove unused variable in netvsc_send()Jerry Snitselaar
2015-04-29hv_netvsc: Fix a bug in netvsc_start_xmit()KY Srinivasan
2015-04-29hv_netvsc: introduce netif-msg into netvsc moduleSimon Xiao
2015-04-14hv_netvsc: Implement partial copy into send bufferHaiyang Zhang
2015-04-07hv_netvsc: Fix the packet free when it is in skb headroomHaiyang Zhang
2015-04-07hv_netvsc: Clean up two unused variablesHaiyang Zhang
2015-03-31hv_netvsc: Eliminate memory allocation in the packet send pathKY Srinivasan
2015-03-31hv_netvsc: Cleanup the test for freeing skb when we use sendbuf mechanismKY Srinivasan
2015-03-29hv_netvsc: Implement batching in send bufferHaiyang Zhang
2015-02-05hyperv: fix sparse warningsLad, Prabhakar
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-31hyperv: Fix the error processing in netvsc_send()Haiyang Zhang
2015-01-27hyperv: netvsc.c: match wait_for_completion_timeout return typeNicholas Mc Guire
2014-12-22hyperv: Fix some variable name typos in send-buffer init/revokeHaiyang Zhang
2014-12-08hyperv: Add support for vNIC hot removalHaiyang Zhang
2014-11-25net: Hyper-V: Deletion of an unnecessary check before the function call "vfree"Markus Elfring
2014-11-12hyperv: Add processing of MTU reduced by the hostHaiyang Zhang
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-05hyperv: Fix a bug in netvsc_send()KY Srinivasan
2014-09-05hyperv: NULL dereference on errorDan Carpenter
2014-08-22hyperv: Increase the buffer length for netvsc_channel_cb()Haiyang Zhang
2014-08-04Drivers: net-next: hyperv: Increase the size of the sendbuf regionKY Srinivasan
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-23hyperv: Fix error return code in netvsc_init_buf()Wei Yongjun
2014-07-02drivers/net/hyperv/netvsc.c: remove unnecessary null test before kfreeFabian Frederick
2014-06-16hyperv: fix apparent cut-n-paste error in send path teardownDave Jones
2014-04-30hyperv: Enable sendbuf mechanism on the send pathKY Srinivasan
2014-04-23hyperv: Simplify the send_completion variablesHaiyang Zhang
2014-04-23hyperv: Remove recv_pkt_list and lockHaiyang Zhang
2014-04-21hyperv: Add support for virtual Receive Side Scaling (vRSS)Haiyang Zhang
2014-04-11Drivers: net: hyperv: Negotiate suitable ndis version for offload supportKY Srinivasan
2014-03-10hyperv: Change the receive buffer size for legacy hostsHaiyang Zhang
2014-02-19hyperv: Add latest NetVSP versions to auto negotiationHaiyang Zhang
2014-02-17Drivers: net: hyperv: Cleanup the netvsc receive callback functioKY Srinivasan
2014-02-17Drivers: net: hyperv: Cleanup the receive pathKY Srinivasan
2014-01-27hyperv: Add support for physically discontinuous receive bufferHaiyang Zhang
2013-12-06drivers/net/*: Fix FSF address in file headersJeff Kirsher
2013-04-29hyperv: Fix a compiler warning in netvsc_send()Haiyang Zhang
2013-04-08hyperv: Fix RNDIS send_completion code pathHaiyang Zhang
2012-10-02hyperv: Report actual status in receive completion packetHaiyang Zhang
2012-10-02hyperv: Remove extra allocated space for recv_pkt_list elementsHaiyang Zhang
2012-08-03hyperv: Move wait completion msg code into rndis_filter_halt_device()Haiyang Zhang
2012-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-06drivers: net: Remove casts to same typeJoe Perches