aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv
Commit message (Expand)AuthorAge
* hv_netvsc: Move subchannel waiting to rndis_filter_device_remove()Haiyang Zhang2016-03-07
* hv_netvsc: add ethtool support for set and get of settingssixiao@microsoft.com2016-02-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-23
|\
| * hv_netvsc: Restore needed_headroom requestVitaly Kuznetsov2016-02-13
* | hv_netvsc: add software transmit timestamp supportsixiao@microsoft.com2016-02-19
* | hv_netvsc: cleanup netdev feature flags for netvscsixiao@microsoft.com2016-02-11
|/
* hv_netvsc: Fix book keeping of skb during batching processHaiyang Zhang2016-01-25
* hv_netvsc: use skb_get_hash() instead of a homegrown implementationVitaly Kuznetsov2016-01-25
* hv_netvsc: Fix race condition on Multi-Send Data fieldHaiyang Zhang2015-12-14
* hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packetKY Srinivasan2015-12-02
* hv_netvsc: Eliminate status from struct hv_netvsc_packetKY Srinivasan2015-12-02
* hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packetKY Srinivasan2015-12-02
* hv_netvsc: Eliminate completion_func from struct hv_netvsc_packetKY Srinivasan2015-12-02
* hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packetKY Srinivasan2015-12-02
* hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packetKY Srinivasan2015-12-02
* hv_netvsc: Eliminate page_buf from struct hv_netvsc_packetKY Srinivasan2015-12-02
* hv_netvsc: remove locking in netvsc_send()Vitaly Kuznetsov2015-12-02
* hv_netvsc: move subchannel existence check to netvsc_select_queue()Vitaly Kuznetsov2015-12-02
* hv_netvsc: Don't ask for additional head room in the skbKY Srinivasan2015-12-02
* hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packetKY Srinivasan2015-12-02
* hv_netvsc: Eliminate send_completion from struct hv_netvsc_packetKY Srinivasan2015-12-02
* hv_netvsc: Eliminatte the data field from struct hv_netvsc_packetKY Srinivasan2015-12-02
* hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structureKY Srinivasan2015-12-02
* hv_netvsc: Eliminate the channel field in hv_netvsc_packet structureKY Srinivasan2015-12-02
* hv_netvsc: Rearrange the hv_negtvsc_packet to be space efficientKY Srinivasan2015-12-02
* hv_netvsc: Resize some of the variables in hv_netvsc_packetKY Srinivasan2015-12-02
* hv_netvsc: rework link status change handlingVitaly Kuznetsov2015-12-01
* flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert2015-09-01
* hv_netvsc: Fix dereference of nvdev before checkAndrew Schwartzmeyer2015-08-18
* hv_netvsc: Implement set_channels ethtool opAndrew Schwartzmeyer2015-08-12
* hv_netvsc: Set vRSS with num_chn in RNDIS filterAndrew Schwartzmeyer2015-08-12
* hv_netvsc: Add structs and handlers for VF messagesHaiyang Zhang2015-07-27
* hv_netvsc: Wait for sub-channels to be processed during probeKY Srinivasan2015-07-26
* hv_netvsc: Add close of RNDIS filter into change mtu callHaiyang Zhang2015-07-16
* hv_netvsc: Add support to set MTU reservation from guest sideHaiyang Zhang2015-07-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-24
|\
| * hv_netvsc: Allocate the sendbuf in a NUMA aware wayK. Y. Srinivasan2015-05-31
| * hv_netvsc: Allocate the receive buffer from the correct NUMA nodeK. Y. Srinivasan2015-05-31
| * hv_netvsc: Properly size the vrss queuesKY Srinivasan2015-05-30
| * hv_netvsc: change member name of struct netvsc_statssixiao@microsoft.com2015-05-17
| * hv_netvsc: use per_cpu stats to calculate TX/RX datasixiao@microsoft.com2015-05-14
| * flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko2015-05-13
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-13
| |\
| * | hv_netvsc: Use the xmit_more skb flag to optimize signaling the hostKY Srinivasan2015-05-12
* | | x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-03
| |/ |/|
* | hv_netvsc: remove unused variable in netvsc_send()Jerry Snitselaar2015-05-05
|/
* hv_netvsc: Fix a bug in netvsc_start_xmit()KY Srinivasan2015-04-29
* hv_netvsc: introduce netif-msg into netvsc moduleSimon Xiao2015-04-29
* hv_netvsc: Implement partial copy into send bufferHaiyang Zhang2015-04-14
* hv_netvsc: try linearizing big SKBs before dropping themVitaly Kuznetsov2015-04-08