summaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv
AgeCommit message (Expand)Author
2016-03-23hv_netvsc: Fix the order of num_sc_offered decrementHaiyang Zhang
2016-03-23hv_netvsc: Fix the array sizes to be max supported channelsHaiyang Zhang
2016-03-23hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()Haiyang Zhang
2016-03-07hv_netvsc: Move subchannel waiting to rndis_filter_device_remove()Haiyang Zhang
2016-02-29hv_netvsc: add ethtool support for set and get of settingssixiao@microsoft.com
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-19hv_netvsc: add software transmit timestamp supportsixiao@microsoft.com
2016-02-13hv_netvsc: Restore needed_headroom requestVitaly Kuznetsov
2016-02-11hv_netvsc: cleanup netdev feature flags for netvscsixiao@microsoft.com
2016-01-25hv_netvsc: Fix book keeping of skb during batching processHaiyang Zhang
2016-01-25hv_netvsc: use skb_get_hash() instead of a homegrown implementationVitaly Kuznetsov
2015-12-14hv_netvsc: Fix race condition on Multi-Send Data fieldHaiyang Zhang
2015-12-02hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packetKY Srinivasan
2015-12-02hv_netvsc: Eliminate status from struct hv_netvsc_packetKY Srinivasan
2015-12-02hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packetKY Srinivasan
2015-12-02hv_netvsc: Eliminate completion_func from struct hv_netvsc_packetKY Srinivasan
2015-12-02hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packetKY Srinivasan
2015-12-02hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packetKY Srinivasan
2015-12-02hv_netvsc: Eliminate page_buf from struct hv_netvsc_packetKY Srinivasan
2015-12-02hv_netvsc: remove locking in netvsc_send()Vitaly Kuznetsov
2015-12-02hv_netvsc: move subchannel existence check to netvsc_select_queue()Vitaly Kuznetsov
2015-12-02hv_netvsc: Don't ask for additional head room in the skbKY Srinivasan
2015-12-02hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packetKY Srinivasan
2015-12-02hv_netvsc: Eliminate send_completion from struct hv_netvsc_packetKY Srinivasan
2015-12-02hv_netvsc: Eliminatte the data field from struct hv_netvsc_packetKY Srinivasan
2015-12-02hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structureKY Srinivasan
2015-12-02hv_netvsc: Eliminate the channel field in hv_netvsc_packet structureKY Srinivasan
2015-12-02hv_netvsc: Rearrange the hv_negtvsc_packet to be space efficientKY Srinivasan
2015-12-02hv_netvsc: Resize some of the variables in hv_netvsc_packetKY Srinivasan
2015-12-01hv_netvsc: rework link status change handlingVitaly Kuznetsov
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