summaryrefslogtreecommitdiff
path: root/drivers/net/hyperv
AgeCommit message (Expand)Author
2017-03-26hv_netvsc: use skb_get_hash() instead of a homegrown implementationVitaly Kuznetsov
2017-02-14netvsc: Set maximum GSO size in the right placeBen Hutchings
2017-01-15netvsc: reduce maximum GSO sizestephen hemminger
2015-09-01flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert
2015-08-18hv_netvsc: Fix dereference of nvdev before checkAndrew Schwartzmeyer
2015-08-12hv_netvsc: Implement set_channels ethtool opAndrew Schwartzmeyer
2015-08-12hv_netvsc: Set vRSS with num_chn in RNDIS filterAndrew Schwartzmeyer
2015-07-27hv_netvsc: Add structs and handlers for VF messagesHaiyang Zhang
2015-07-26hv_netvsc: Wait for sub-channels to be processed during probeKY Srinivasan
2015-07-15hv_netvsc: Add close of RNDIS filter into change mtu callHaiyang Zhang
2015-07-08hv_netvsc: Add support to set MTU reservation from guest sideHaiyang Zhang
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-30hv_netvsc: Properly size the vrss queuesKY Srinivasan
2015-05-17hv_netvsc: change member name of struct netvsc_statssixiao@microsoft.com
2015-05-14hv_netvsc: use per_cpu stats to calculate TX/RX datasixiao@microsoft.com
2015-05-13flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko
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-08hv_netvsc: try linearizing big SKBs before dropping themVitaly Kuznetsov
2015-04-08hv_netvsc: use single existing drop path in netvsc_start_xmitVitaly Kuznetsov
2015-04-07hv_netvsc: Fix the packet free when it is in skb headroomHaiyang Zhang
2015-04-07hv_netvsc: Define a macro RNDIS_AND_PPI_SIZEHaiyang 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: remove vmbus_are_subchannels_present() in rndis_filter_device_add()Haiyang Zhang
2015-03-29hv_netvsc: Implement batching in send bufferHaiyang Zhang
2015-02-28hyperv: Implement netvsc_get_channels() ethool opAndrew Schwartzmeyer
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: match wait_for_completion_timeout return typeNicholas Mc Guire
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-30hyperv: Add IPv6 into the hash computation for vRSSHaiyang Zhang
2014-10-22hyperv: Fix the total_data_buflen in send pathHaiyang Zhang
2014-10-17hyperv: Add handling of IP header with option field in netvsc_set_hash()Haiyang 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-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller