summaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/hyperv_net.h
Commit message (Expand)AuthorAgeFilesLines
* netvsc: fix calculation of available send sectionsstephen hemminger2017-04-251-1/+0
* netvsc: handle select_queue when device is being removedstephen hemminger2017-03-121-1/+2
* netvsc: report per-channel stats in ethtool statisticsSimon Xiao2017-01-241-2/+3
* netvsc: account for packets/bytes transmitted after completionstephen hemminger2017-01-241-1/+3
* netvsc: eliminate per-device outstanding send counterstephen hemminger2017-01-241-1/+0
* netvsc: simplify rndis_filter_removestephen hemminger2017-01-241-1/+2
* netvsc: don't pass void * to internal device_addstephen hemminger2017-01-241-2/+3
* netvsc: optimize receive pathstephen hemminger2017-01-241-10/+11
* netvsc: group all per-channel state togetherstephen hemminger2017-01-241-4/+10
* netvsc: allow get/set of RSS indirection tablestephen hemminger2017-01-241-0/+1
* netvsc: allow more flexible setting of number of channelsstephen hemminger2017-01-241-0/+1
* netvsc: add ethtool ops to get/set RSS keystephen hemminger2017-01-241-1/+6
* netvsc: negotiate checksum and segmentation parametersstephen hemminger2017-01-241-11/+138
* netvsc: remove no longer needed receive staging buffersstephen hemminger2017-01-241-5/+0
* net: use core MTU range checking in virt driversJarod Wilson2016-10-201-2/+2
* hv_netvsc: fix commentsStephen Hemminger2016-09-241-4/+3
* hv_netvsc: count multicast packets receivedStephen Hemminger2016-09-231-0/+2
* hv_netvsc: remove VF in flight countersStephen Hemminger2016-09-231-2/+1
* hv_netvsc: use RCU to protect vf_netdevStephen Hemminger2016-09-231-1/+1
* hv_netvsc: add ethtool statistics for tx packet issuesStephen Hemminger2016-08-231-0/+9
* hv_netvsc: make device_remove voidStephen Hemminger2016-08-231-1/+1
* hv_netvsc: make RSS hash key staticStephen Hemminger2016-08-231-2/+0
* hv_netvsc: Implement batching of receive completionsHaiyang Zhang2016-08-191-0/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-181-15/+9
|\
| * hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt waitVitaly Kuznetsov2016-08-151-7/+0
| * hv_netvsc: don't lose VF informationVitaly Kuznetsov2016-08-151-9/+10
* | hv_netvsc: Add handler for physical link speed changeHaiyang Zhang2016-08-081-0/+1
|/
* hv_netvsc: pass struct net_device to rndis_filter_set_device_mac()Vitaly Kuznetsov2016-06-051-1/+1
* hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()Vitaly Kuznetsov2016-06-051-2/+3
* hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpersVitaly Kuznetsov2016-06-051-0/+12
* hv_netvsc: get rid of struct net_device pointer in struct netvsc_deviceVitaly Kuznetsov2016-05-161-4/+1
* hv_netvsc: untangle the pointer messVitaly Kuznetsov2016-05-161-6/+4
* hv_netvsc: move start_remove flag to net_device_contextVitaly Kuznetsov2016-05-161-1/+3
* hv_netvsc: Implement support for VF drivers on Hyper-VKY Srinivasan2016-04-181-0/+14
* hv_netvsc: Fix the array sizes to be max supported channelsHaiyang Zhang2016-03-231-3/+4
* hv_netvsc: add ethtool support for set and get of settingssixiao@microsoft.com2016-02-291-0/+4
* hv_netvsc: Fix book keeping of skb during batching processHaiyang Zhang2016-01-251-0/+1
* hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packetKY Srinivasan2015-12-021-2/+2
* hv_netvsc: Eliminate status from struct hv_netvsc_packetKY Srinivasan2015-12-021-1/+0
* hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packetKY Srinivasan2015-12-021-1/+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-6/+2
* hv_netvsc: Eliminate page_buf from struct hv_netvsc_packetKY Srinivasan2015-12-021-2/+2
* hv_netvsc: remove locking in netvsc_send()Vitaly Kuznetsov2015-12-021-1/+0
* hv_netvsc: move subchannel existence check to netvsc_select_queue()Vitaly Kuznetsov2015-12-021-15/+0
* hv_netvsc: Don't ask for additional head room in the skbKY Srinivasan2015-12-021-0/+3
* hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packetKY Srinivasan2015-12-021-1/+0
* hv_netvsc: Eliminate send_completion from struct hv_netvsc_packetKY Srinivasan2015-12-021-2/+1
* hv_netvsc: Eliminatte the data field from struct hv_netvsc_packetKY Srinivasan2015-12-021-3/+2
OpenPOWER on IntegriCloud