summaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv
Commit message (Expand)AuthorAgeFilesLines
* hv_netvsc: add ethtool support for set and get of settingssixiao@microsoft.com2016-02-292-0/+60
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-0/+3
|\
| * hv_netvsc: Restore needed_headroom requestVitaly Kuznetsov2016-02-131-0/+3
* | hv_netvsc: add software transmit timestamp supportsixiao@microsoft.com2016-02-191-0/+3
* | hv_netvsc: cleanup netdev feature flags for netvscsixiao@microsoft.com2016-02-111-4/+7
|/
* hv_netvsc: Fix book keeping of skb during batching processHaiyang Zhang2016-01-252-11/+23
* hv_netvsc: use skb_get_hash() instead of a homegrown implementationVitaly Kuznetsov2016-01-251-64/+3
* hv_netvsc: Fix race condition on Multi-Send Data fieldHaiyang Zhang2015-12-141-0/+9
* hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packetKY Srinivasan2015-12-023-13/+12
* hv_netvsc: Eliminate status from struct hv_netvsc_packetKY Srinivasan2015-12-024-22/+13
* hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packetKY Srinivasan2015-12-024-9/+8
* hv_netvsc: Eliminate completion_func from struct hv_netvsc_packetKY Srinivasan2015-12-023-5/+0
* hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packetKY Srinivasan2015-12-024-9/+8
* hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packetKY Srinivasan2015-12-024-33/+19
* hv_netvsc: Eliminate page_buf from struct hv_netvsc_packetKY Srinivasan2015-12-024-31/+35
* hv_netvsc: remove locking in netvsc_send()Vitaly Kuznetsov2015-12-022-9/+0
* hv_netvsc: move subchannel existence check to netvsc_select_queue()Vitaly Kuznetsov2015-12-023-18/+5
* hv_netvsc: Don't ask for additional head room in the skbKY Srinivasan2015-12-022-19/+14
* hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packetKY Srinivasan2015-12-023-4/+1
* hv_netvsc: Eliminate send_completion from struct hv_netvsc_packetKY Srinivasan2015-12-024-7/+6
* hv_netvsc: Eliminatte the data field from struct hv_netvsc_packetKY Srinivasan2015-12-024-10/+14
* hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structureKY Srinivasan2015-12-024-14/+13
* hv_netvsc: Eliminate the channel field in hv_netvsc_packet structureKY Srinivasan2015-12-024-21/+35
* hv_netvsc: Rearrange the hv_negtvsc_packet to be space efficientKY Srinivasan2015-12-021-8/+10
* hv_netvsc: Resize some of the variables in hv_netvsc_packetKY Srinivasan2015-12-021-7/+7
* hv_netvsc: rework link status change handlingVitaly Kuznetsov2015-12-012-48/+108
* flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert2015-09-011-1/+1
* hv_netvsc: Fix dereference of nvdev before checkAndrew Schwartzmeyer2015-08-181-2/+5
* hv_netvsc: Implement set_channels ethtool opAndrew Schwartzmeyer2015-08-121-0/+97
* hv_netvsc: Set vRSS with num_chn in RNDIS filterAndrew Schwartzmeyer2015-08-123-1/+10
* hv_netvsc: Add structs and handlers for VF messagesHaiyang Zhang2015-07-272-10/+62
* hv_netvsc: Wait for sub-channels to be processed during probeKY Srinivasan2015-07-262-0/+30
* hv_netvsc: Add close of RNDIS filter into change mtu callHaiyang Zhang2015-07-151-6/+52
* hv_netvsc: Add support to set MTU reservation from guest sideHaiyang Zhang2015-07-083-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-244-32/+145
|\
| * hv_netvsc: Allocate the sendbuf in a NUMA aware wayK. Y. Srinivasan2015-05-311-1/+3
| * hv_netvsc: Allocate the receive buffer from the correct NUMA nodeK. Y. Srinivasan2015-05-311-1/+6
| * hv_netvsc: Properly size the vrss queuesKY Srinivasan2015-05-303-2/+19
| * hv_netvsc: change member name of struct netvsc_statssixiao@microsoft.com2015-05-172-9/+9
| * hv_netvsc: use per_cpu stats to calculate TX/RX datasixiao@microsoft.com2015-05-142-8/+86
| * flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko2015-05-131-4/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-7/+2
| |\
| * | hv_netvsc: Use the xmit_more skb flag to optimize signaling the hostKY Srinivasan2015-05-121-16/+27
* | | x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-032-0/+2
| |/ |/|
* | hv_netvsc: remove unused variable in netvsc_send()Jerry Snitselaar2015-05-051-7/+2
|/
* hv_netvsc: Fix a bug in netvsc_start_xmit()KY Srinivasan2015-04-293-26/+7
* hv_netvsc: introduce netif-msg into netvsc moduleSimon Xiao2015-04-294-7/+31
* hv_netvsc: Implement partial copy into send bufferHaiyang Zhang2015-04-143-19/+46
* hv_netvsc: try linearizing big SKBs before dropping themVitaly Kuznetsov2015-04-081-5/+20
* hv_netvsc: use single existing drop path in netvsc_start_xmitVitaly Kuznetsov2015-04-081-8/+6
OpenPOWER on IntegriCloud