aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/rndis_filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-09netvsc: get rid of completion timeoutsVitaly Kuznetsov1-89/+28
2016-06-05hv_netvsc: pass struct net_device to rndis_filter_set_offload_params()Vitaly Kuznetsov1-3/+2
2016-06-05hv_netvsc: pass struct net_device to rndis_filter_set_device_mac()Vitaly Kuznetsov1-2/+1
2016-06-05hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()Vitaly Kuznetsov1-9/+5
2016-06-05hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpersVitaly Kuznetsov1-17/+7
2016-05-16hv_netvsc: get rid of struct net_device pointer in struct netvsc_deviceVitaly Kuznetsov1-2/+2
2016-05-16hv_netvsc: untangle the pointer messVitaly Kuznetsov1-37/+41
2016-04-18hv_netvsc: Implement support for VF drivers on Hyper-VKY Srinivasan1-0/+6
2016-03-23hv_netvsc: Fix the order of num_sc_offered decrementHaiyang Zhang1-6/+6
2016-03-23hv_netvsc: Fix the array sizes to be max supported channelsHaiyang Zhang1-2/+2
2016-03-07hv_netvsc: Move subchannel waiting to rndis_filter_device_remove()Haiyang Zhang1-6/+13
2015-12-02hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packetKY Srinivasan1-4/+3
2015-12-02hv_netvsc: Eliminate status from struct hv_netvsc_packetKY Srinivasan1-11/+9
2015-12-02hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packetKY Srinivasan1-2/+0
2015-12-02hv_netvsc: Eliminate completion_func from struct hv_netvsc_packetKY Srinivasan1-1/+0
2015-12-02hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packetKY Srinivasan1-1/+0
2015-12-02hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packetKY Srinivasan1-1/+1
2015-12-02hv_netvsc: Eliminate page_buf from struct hv_netvsc_packetKY Srinivasan1-13/+13
2015-12-02hv_netvsc: Eliminate send_completion from struct hv_netvsc_packetKY Srinivasan1-1/+1
2015-12-02hv_netvsc: Eliminatte the data field from struct hv_netvsc_packetKY Srinivasan1-4/+7
2015-12-02hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structureKY Srinivasan1-1/+1
2015-12-02hv_netvsc: Eliminate the channel field in hv_netvsc_packet structureKY Srinivasan1-4/+6
2015-08-12hv_netvsc: Set vRSS with num_chn in RNDIS filterAndrew Schwartzmeyer1-1/+6
2015-07-26hv_netvsc: Wait for sub-channels to be processed during probeKY Srinivasan1-0/+28
2015-07-08hv_netvsc: Add support to set MTU reservation from guest sideHaiyang Zhang1-1/+1
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+14
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell1-0/+1
2015-05-30hv_netvsc: Properly size the vrss queuesKY Srinivasan1-2/+14
2015-04-29hv_netvsc: introduce netif-msg into netvsc moduleSimon Xiao1-1/+2
2015-04-07hv_netvsc: Clean up two unused variablesHaiyang Zhang1-2/+0
2015-03-31hv_netvsc: Eliminate memory allocation in the packet send pathKY Srinivasan1-0/+2
2015-03-29hv_netvsc: remove vmbus_are_subchannels_present() in rndis_filter_device_add()Haiyang Zhang1-2/+0
2015-03-29hv_netvsc: Implement batching in send bufferHaiyang Zhang1-0/+4
2015-02-28hyperv: Implement netvsc_get_channels() ethool opAndrew Schwartzmeyer1-1/+5
2015-02-05hyperv: fix sparse warningsLad, Prabhakar1-2/+3
2015-01-27hyperv: match wait_for_completion_timeout return typeNicholas Mc Guire1-7/+12
2014-12-08hyperv: Add support for vNIC hot removalHaiyang Zhang1-0/+3
2014-11-12hyperv: Add processing of MTU reduced by the hostHaiyang Zhang1-0/+9
2014-10-30hyperv: Add IPv6 into the hash computation for vRSSHaiyang Zhang1-1/+2
2014-06-19hyperv: Add handler for RNDIS_STATUS_NETWORK_CHANGE eventHaiyang Zhang1-20/+1
2014-04-23hyperv: Simplify the send_completion variablesHaiyang Zhang1-1/+1
2014-04-23hyperv: Remove recv_pkt_list and lockHaiyang Zhang1-2/+0
2014-04-21hyperv: Add support for virtual Receive Side Scaling (vRSS)Haiyang Zhang1-3/+186
2014-04-11Drivers: net: hyperv: Address UDP checksum issuesKY Srinivasan1-1/+11
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+20
2014-03-10Drivers: net: hyperv: Enable receive side IP checksum offloadKY Srinivasan1-1/+3
2014-03-10Drivers: net: hyperv: Enable offloads on the hostKY Srinivasan1-0/+80
2014-03-10Drivers: net: hyperv: Cleanup the send pathKY Srinivasan1-66/+0
2014-03-05hyperv: Move state setting for link queryHaiyang Zhang1-1/+20
2014-02-17Drivers: net: hyperv: Get rid of the rndis_filter_packet structureKY Srinivasan1-38/+3