aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/hyperv_net.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-16netvsc: remove unused #definestephen hemminger1-3/+0
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-03-12netvsc: handle select_queue when device is being removedstephen hemminger1-1/+2
2017-03-06netvsc: implement NAPIstephen hemminger1-0/+2
2017-01-24netvsc: report per-channel stats in ethtool statisticsSimon Xiao1-2/+3
2017-01-24netvsc: account for packets/bytes transmitted after completionstephen hemminger1-1/+3
2017-01-24netvsc: eliminate per-device outstanding send counterstephen hemminger1-1/+0
2017-01-24netvsc: simplify rndis_filter_removestephen hemminger1-1/+2
2017-01-24netvsc: don't pass void * to internal device_addstephen hemminger1-2/+3
2017-01-24netvsc: optimize receive pathstephen hemminger1-10/+11
2017-01-24netvsc: group all per-channel state togetherstephen hemminger1-4/+10
2017-01-24netvsc: allow get/set of RSS indirection tablestephen hemminger1-0/+1
2017-01-24netvsc: allow more flexible setting of number of channelsstephen hemminger1-0/+1
2017-01-24netvsc: add ethtool ops to get/set RSS keystephen hemminger1-1/+6
2017-01-24netvsc: negotiate checksum and segmentation parametersstephen hemminger1-11/+138
2017-01-24netvsc: remove no longer needed receive staging buffersstephen hemminger1-5/+0
2016-10-20net: use core MTU range checking in virt driversJarod Wilson1-2/+2
2016-09-24hv_netvsc: fix commentsStephen Hemminger1-4/+3
2016-09-23hv_netvsc: count multicast packets receivedStephen Hemminger1-0/+2
2016-09-23hv_netvsc: remove VF in flight countersStephen Hemminger1-2/+1
2016-09-23hv_netvsc: use RCU to protect vf_netdevStephen Hemminger1-1/+1
2016-08-23hv_netvsc: add ethtool statistics for tx packet issuesStephen Hemminger1-0/+9
2016-08-23hv_netvsc: make device_remove voidStephen Hemminger1-1/+1
2016-08-23hv_netvsc: make RSS hash key staticStephen Hemminger1-2/+0
2016-08-19hv_netvsc: Implement batching of receive completionsHaiyang Zhang1-0/+17
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+9
2016-08-15hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt waitVitaly Kuznetsov1-7/+0
2016-08-15hv_netvsc: don't lose VF informationVitaly Kuznetsov1-9/+10
2016-08-08hv_netvsc: Add handler for physical link speed changeHaiyang Zhang1-0/+1
2016-06-05hv_netvsc: pass struct net_device to rndis_filter_set_device_mac()Vitaly Kuznetsov1-1/+1
2016-06-05hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}()Vitaly Kuznetsov1-2/+3
2016-06-05hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpersVitaly Kuznetsov1-0/+12
2016-05-16hv_netvsc: get rid of struct net_device pointer in struct netvsc_deviceVitaly Kuznetsov1-4/+1
2016-05-16hv_netvsc: untangle the pointer messVitaly Kuznetsov1-6/+4
2016-05-16hv_netvsc: move start_remove flag to net_device_contextVitaly Kuznetsov1-1/+3
2016-04-18hv_netvsc: Implement support for VF drivers on Hyper-VKY Srinivasan1-0/+14
2016-03-23hv_netvsc: Fix the array sizes to be max supported channelsHaiyang Zhang1-3/+4
2016-02-29hv_netvsc: add ethtool support for set and get of settingssixiao@microsoft.com1-0/+4
2016-01-25hv_netvsc: Fix book keeping of skb during batching processHaiyang Zhang1-0/+1
2015-12-02hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packetKY Srinivasan1-2/+2
2015-12-02hv_netvsc: Eliminate status from struct hv_netvsc_packetKY Srinivasan1-1/+0
2015-12-02hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packetKY Srinivasan1-1/+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-6/+2
2015-12-02hv_netvsc: Eliminate page_buf from struct hv_netvsc_packetKY Srinivasan1-2/+2
2015-12-02hv_netvsc: remove locking in netvsc_send()Vitaly Kuznetsov1-1/+0
2015-12-02hv_netvsc: move subchannel existence check to netvsc_select_queue()Vitaly Kuznetsov1-15/+0
2015-12-02hv_netvsc: Don't ask for additional head room in the skbKY Srinivasan1-0/+3
2015-12-02hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packetKY Srinivasan1-1/+0