Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-25netvsc: eliminate per-device outstanding send counterstephen hemminger
2017-01-25netvsc: simplify rndis_filter_removestephen hemminger
2017-01-25netvsc: don't pass void * to internal device_addstephen hemminger
2017-01-25netvsc: optimize receive pathstephen hemminger
2017-01-25netvsc: group all per-channel state togetherstephen hemminger
2017-01-25netvsc: remove unused variablesstephen hemminger
2017-01-25netvsc: allow get/set of RSS indirection tablestephen hemminger
2017-01-25netvsc: add ethtool ops to get/set RSS keystephen hemminger
2017-01-25netvsc: negotiate checksum and segmentation parametersstephen hemminger
2017-01-25netvsc: remove no longer needed receive staging buffersstephen hemminger
2016-11-30hv_netvsc: remove excessive logging on MTU changeVitaly Kuznetsov
2016-08-23hv_netvsc: style cleanupsStephen Hemminger
2016-08-23hv_netvsc: make RSS hash key staticStephen Hemminger
2016-08-20hv_netvsc: Implement batching of receive completionsHaiyang Zhang
2016-08-09hv_netvsc: Add query for initial physical link speedHaiyang Zhang
2016-06-09netvsc: get rid of completion timeoutsVitaly Kuznetsov
2016-06-06hv_netvsc: pass struct net_device to rndis_filter_set_offload_params()Vitaly Kuznetsov
2016-06-06hv_netvsc: pass struct net_device to rndis_filter_set_device_mac()Vitaly Kuznetsov
2016-06-06hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()Vitaly Kuznetsov
2016-06-06hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpersVitaly Kuznetsov
2016-05-16hv_netvsc: get rid of struct net_device pointer in struct netvsc_deviceVitaly Kuznetsov
2016-05-16hv_netvsc: untangle the pointer messVitaly Kuznetsov
2016-04-18hv_netvsc: Implement support for VF drivers on Hyper-VKY Srinivasan
2016-03-24hv_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-07hv_netvsc: Move subchannel waiting to rndis_filter_device_remove()Haiyang Zhang
2015-12-03hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packetKY Srinivasan
2015-12-03hv_netvsc: Eliminate status from struct hv_netvsc_packetKY Srinivasan
2015-12-03hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packetKY Srinivasan
2015-12-03hv_netvsc: Eliminate completion_func from struct hv_netvsc_packetKY Srinivasan
2015-12-03hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packetKY Srinivasan
2015-12-03hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packetKY Srinivasan
2015-12-03hv_netvsc: Eliminate page_buf from struct hv_netvsc_packetKY Srinivasan
2015-12-03hv_netvsc: Eliminate send_completion from struct hv_netvsc_packetKY Srinivasan
2015-12-03hv_netvsc: Eliminatte the data field from struct hv_netvsc_packetKY Srinivasan
2015-12-03hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structureKY Srinivasan
2015-12-03hv_netvsc: Eliminate the channel field in hv_netvsc_packet structureKY Srinivasan
2015-08-13hv_netvsc: Set vRSS with num_chn in RNDIS filterAndrew Schwartzmeyer
2015-07-27hv_netvsc: Wait for sub-channels to be processed during probeKY Srinivasan
2015-07-09hv_netvsc: Add support to set MTU reservation from guest sideHaiyang Zhang
2015-06-25Merge 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: Properly size the vrss queuesKY Srinivasan
2015-04-29hv_netvsc: introduce netif-msg into netvsc moduleSimon Xiao
2015-04-08hv_netvsc: Clean up two unused variablesHaiyang Zhang
2015-03-31hv_netvsc: Eliminate memory allocation in the packet send pathKY 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-03-01hyperv: Implement netvsc_get_channels() ethool opAndrew Schwartzmeyer
2015-02-06hyperv: fix sparse warningsLad, Prabhakar