summaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/rndis_filter.c
Commit message (Expand)AuthorAgeFilesLines
* netvsc: eliminate per-device outstanding send counterstephen hemminger2017-01-241-3/+18
* netvsc: simplify rndis_filter_removestephen hemminger2017-01-241-6/+6
* netvsc: don't pass void * to internal device_addstephen hemminger2017-01-241-3/+2
* netvsc: optimize receive pathstephen hemminger2017-01-241-62/+37
* netvsc: group all per-channel state togetherstephen hemminger2017-01-241-3/+3
* netvsc: remove unused variablesstephen hemminger2017-01-241-3/+0
* netvsc: allow get/set of RSS indirection tablestephen hemminger2017-01-241-2/+7
* netvsc: add ethtool ops to get/set RSS keystephen hemminger2017-01-241-16/+18
* netvsc: negotiate checksum and segmentation parametersstephen hemminger2017-01-241-13/+127
* netvsc: remove no longer needed receive staging buffersstephen hemminger2017-01-241-11/+0
* hv_netvsc: remove excessive logging on MTU changeVitaly Kuznetsov2016-11-291-3/+3
* hv_netvsc: style cleanupsStephen Hemminger2016-08-231-7/+1
* hv_netvsc: make RSS hash key staticStephen Hemminger2016-08-231-1/+2
* hv_netvsc: Implement batching of receive completionsHaiyang Zhang2016-08-191-1/+5
* hv_netvsc: Add query for initial physical link speedHaiyang Zhang2016-08-081-0/+24
* netvsc: get rid of completion timeoutsVitaly Kuznetsov2016-06-091-89/+28
* hv_netvsc: pass struct net_device to rndis_filter_set_offload_params()Vitaly Kuznetsov2016-06-051-3/+2
* hv_netvsc: pass struct net_device to rndis_filter_set_device_mac()Vitaly Kuznetsov2016-06-051-2/+1
* hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()Vitaly Kuznetsov2016-06-051-9/+5
* hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpersVitaly Kuznetsov2016-06-051-17/+7
* hv_netvsc: get rid of struct net_device pointer in struct netvsc_deviceVitaly Kuznetsov2016-05-161-2/+2
* hv_netvsc: untangle the pointer messVitaly Kuznetsov2016-05-161-37/+41
* hv_netvsc: Implement support for VF drivers on Hyper-VKY Srinivasan2016-04-181-0/+6
* hv_netvsc: Fix the order of num_sc_offered decrementHaiyang Zhang2016-03-231-6/+6
* hv_netvsc: Fix the array sizes to be max supported channelsHaiyang Zhang2016-03-231-2/+2
* hv_netvsc: Move subchannel waiting to rndis_filter_device_remove()Haiyang Zhang2016-03-071-6/+13
* hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packetKY Srinivasan2015-12-021-4/+3
* hv_netvsc: Eliminate status from struct hv_netvsc_packetKY Srinivasan2015-12-021-11/+9
* hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packetKY Srinivasan2015-12-021-2/+0
* hv_netvsc: Eliminate completion_func from struct hv_netvsc_packetKY Srinivasan2015-12-021-1/+0
* hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packetKY Srinivasan2015-12-021-1/+0
* hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packetKY Srinivasan2015-12-021-1/+1
* hv_netvsc: Eliminate page_buf from struct hv_netvsc_packetKY Srinivasan2015-12-021-13/+13
* hv_netvsc: Eliminate send_completion from struct hv_netvsc_packetKY Srinivasan2015-12-021-1/+1
* hv_netvsc: Eliminatte the data field from struct hv_netvsc_packetKY Srinivasan2015-12-021-4/+7
* hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structureKY Srinivasan2015-12-021-1/+1
* hv_netvsc: Eliminate the channel field in hv_netvsc_packet structureKY Srinivasan2015-12-021-4/+6
* hv_netvsc: Set vRSS with num_chn in RNDIS filterAndrew Schwartzmeyer2015-08-121-1/+6
* hv_netvsc: Wait for sub-channels to be processed during probeKY Srinivasan2015-07-261-0/+28
* hv_netvsc: Add support to set MTU reservation from guest sideHaiyang Zhang2015-07-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-2/+14
|\
| * hv_netvsc: Properly size the vrss queuesKY Srinivasan2015-05-301-2/+14
* | x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-031-0/+1
|/
* hv_netvsc: introduce netif-msg into netvsc moduleSimon Xiao2015-04-291-1/+2
* hv_netvsc: Clean up two unused variablesHaiyang Zhang2015-04-071-2/+0
* hv_netvsc: Eliminate memory allocation in the packet send pathKY Srinivasan2015-03-311-0/+2
* hv_netvsc: remove vmbus_are_subchannels_present() in rndis_filter_device_add()Haiyang Zhang2015-03-291-2/+0
* hv_netvsc: Implement batching in send bufferHaiyang Zhang2015-03-291-0/+4
* hyperv: Implement netvsc_get_channels() ethool opAndrew Schwartzmeyer2015-02-281-1/+5
* hyperv: fix sparse warningsLad, Prabhakar2015-02-051-2/+3