aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/rndis_filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-19netvsc: add rtnl annotations in rndisstephen hemminger1-2/+10
2017-07-19netvsc: need rcu_derefence when accessing internal device infostephen hemminger1-1/+1
2017-07-19netvsc: use ERR_PTR to avoid dereference issuesstephen hemminger1-25/+18
2017-07-19netvsc: change logic for change mtu and set_queuesstephen hemminger1-0/+5
2017-06-22hv_netvsc: Remove unnecessary var link_state from struct netvsc_device_infoHaiyang Zhang1-3/+1
2017-06-08netvsc: move filter setting to rndis_devicestephen hemminger1-1/+29
2017-05-04netvsc: make sure napi enabled before vmbus_openstephen hemminger1-1/+1
2017-04-21netvsc: fix use after free on module removalstephen hemminger1-3/+6
2017-04-08netvsc: Initialize all channel related state prior to opening the channelK. Y. Srinivasan1-2/+3
2017-03-25netvsc: Fix a bug in sub-channel handlingK. Y. Srinivasan1-0/+5
2017-03-22netvsc: fix and cleanup rndis_filter_set_packet_filterstephen hemminger1-12/+6
2017-03-22netvsc: remove unnecessary lock on shutdownstephen hemminger1-4/+3
2017-03-22netvsc: use refcount_t for keeping track of sub channelsstephen hemminger1-31/+10
2017-03-22netvsc: change max channel calculationstephen hemminger1-15/+10
2017-03-16netvsc: avoid race with callbackstephen hemminger1-5/+10
2017-03-06netvsc: implement NAPIstephen hemminger1-0/+2
2017-01-24netvsc: eliminate per-device outstanding send counterstephen hemminger1-3/+18
2017-01-24netvsc: simplify rndis_filter_removestephen hemminger1-6/+6
2017-01-24netvsc: don't pass void * to internal device_addstephen hemminger1-3/+2
2017-01-24netvsc: optimize receive pathstephen hemminger1-62/+37
2017-01-24netvsc: group all per-channel state togetherstephen hemminger1-3/+3
2017-01-24netvsc: remove unused variablesstephen hemminger1-3/+0
2017-01-24netvsc: allow get/set of RSS indirection tablestephen hemminger1-2/+7
2017-01-24netvsc: add ethtool ops to get/set RSS keystephen hemminger1-16/+18
2017-01-24netvsc: negotiate checksum and segmentation parametersstephen hemminger1-13/+127
2017-01-24netvsc: remove no longer needed receive staging buffersstephen hemminger1-11/+0
2016-11-29hv_netvsc: remove excessive logging on MTU changeVitaly Kuznetsov1-3/+3
2016-08-23hv_netvsc: style cleanupsStephen Hemminger1-7/+1
2016-08-23hv_netvsc: make RSS hash key staticStephen Hemminger1-1/+2
2016-08-19hv_netvsc: Implement batching of receive completionsHaiyang Zhang1-1/+5
2016-08-08hv_netvsc: Add query for initial physical link speedHaiyang Zhang1-0/+24
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