summaryrefslogtreecommitdiff
path: root/drivers/net/hyperv/netvsc.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-22Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-18/+3
2017-02-10vmbus: remove unused kickq argument to sendpacketStephen Hemminger1-18/+3
2017-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-01-31Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()Dexuan Cui1-0/+6
2017-01-25netvsc: simplify get next send sectionstephen hemminger1-20/+8
2017-01-25netvsc: report per-channel stats in ethtool statisticsSimon Xiao1-1/+1
2017-01-25netvsc: account for packets/bytes transmitted after completionstephen hemminger1-3/+16
2017-01-25netvsc: eliminate per-device outstanding send counterstephen hemminger1-28/+16
2017-01-25netvsc: don't pass void * to internal device_addstephen hemminger1-3/+3
2017-01-25netvsc: optimize receive pathstephen hemminger1-45/+29
2017-01-25netvsc: group all per-channel state togetherstephen hemminger1-37/+36
2017-01-25netvsc: remove no longer needed receive staging buffersstephen hemminger1-72/+11
2016-11-30hv_netvsc: remove excessive logging on MTU changeVitaly Kuznetsov1-4/+4
2016-10-21hv_netvsc: fix a race between netvsc_send() and netvsc_init_buf()Vitaly Kuznetsov1-0/+7
2016-09-23hv_netvsc: use consume_skbStephen Hemminger1-2/+2
2016-09-11Revert "hv_netvsc: make inline functions static"Stephen Hemminger1-84/+1
2016-08-23hv_netvsc: make variable localStephen Hemminger1-3/+3
2016-08-23hv_netvsc: make netvsc_destroy_buf voidStephen Hemminger1-8/+6
2016-08-23hv_netvsc: refactor completion functionStephen Hemminger1-47/+56
2016-08-23hv_netvsc: init completion during allocStephen Hemminger1-3/+1
2016-08-23hv_netvsc: make device_remove voidStephen Hemminger1-2/+1
2016-08-23hv_netvsc: use ARRAY_SIZE() for NDIS versionsStephen Hemminger1-3/+4
2016-08-23hv_netvsc: make inline functions staticStephen Hemminger1-1/+84
2016-08-23hv_netvsc: style cleanupsStephen Hemminger1-16/+2
2016-08-23hv_netvsc: use kcallocStephen Hemminger1-2/+2
2016-08-20hv_netvsc: Implement batching of receive completionsHaiyang Zhang1-32/+138
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+8
2016-08-15hv_netvsc: don't lose VF informationVitaly Kuznetsov1-11/+8
2016-08-09hv_netvsc: Add handler for physical link speed changeHaiyang Zhang1-1/+5
2016-07-09netvsc: Use the new in-place consumption APIs in the rx pathK. Y. Srinivasan1-29/+59
2016-06-09netvsc: get rid of completion timeoutsVitaly Kuznetsov1-11/+3
2016-06-06hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpersVitaly Kuznetsov1-8/+3
2016-05-16hv_netvsc: set nvdev link after populating chn_tableVitaly Kuznetsov1-11/+18
2016-05-16hv_netvsc: get rid of struct net_device pointer in struct netvsc_deviceVitaly Kuznetsov1-21/+15
2016-05-16hv_netvsc: untangle the pointer messVitaly Kuznetsov1-49/+33
2016-05-16hv_netvsc: move start_remove flag to net_device_contextVitaly Kuznetsov1-2/+1
2016-04-18hv_netvsc: Implement support for VF drivers on Hyper-VKY Srinivasan1-0/+29
2016-01-25hv_netvsc: Fix book keeping of skb during batching processHaiyang Zhang1-11/+22
2015-12-14hv_netvsc: Fix race condition on Multi-Send Data fieldHaiyang Zhang1-0/+9
2015-12-03hv_netvsc: Eliminate status from struct hv_netvsc_packetKY Srinivasan1-4/+2
2015-12-03hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packetKY Srinivasan1-5/+8
2015-12-03hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packetKY Srinivasan1-6/+8
2015-12-03hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packetKY Srinivasan1-14/+14
2015-12-03hv_netvsc: Eliminate page_buf from struct hv_netvsc_packetKY Srinivasan1-11/+14
2015-12-03hv_netvsc: remove locking in netvsc_send()Vitaly Kuznetsov1-8/+0
2015-12-03hv_netvsc: move subchannel existence check to netvsc_select_queue()Vitaly Kuznetsov1-3/+2
2015-12-03hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packetKY Srinivasan1-2/+1
2015-12-03hv_netvsc: Eliminate send_completion from struct hv_netvsc_packetKY Srinivasan1-3/+3
2015-12-03hv_netvsc: Eliminatte the data field from struct hv_netvsc_packetKY Srinivasan1-2/+3
2015-12-03hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structureKY Srinivasan1-4/+6