summaryrefslogtreecommitdiff
path: root/drivers/net/hyperv/netvsc.c
AgeCommit message (Expand)Author
2017-03-16netvsc: fix race during initializationstephen hemminger
2017-03-12netvsc: handle select_queue when device is being removedstephen hemminger
2017-02-22Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-02-10vmbus: remove unused kickq argument to sendpacketStephen Hemminger
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-31Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()Dexuan Cui
2017-01-24netvsc: simplify get next send sectionstephen hemminger
2017-01-24netvsc: report per-channel stats in ethtool statisticsSimon Xiao
2017-01-24netvsc: account for packets/bytes transmitted after completionstephen hemminger
2017-01-24netvsc: eliminate per-device outstanding send counterstephen hemminger
2017-01-24netvsc: don't pass void * to internal device_addstephen hemminger
2017-01-24netvsc: optimize receive pathstephen hemminger
2017-01-24netvsc: group all per-channel state togetherstephen hemminger
2017-01-24netvsc: remove no longer needed receive staging buffersstephen hemminger
2016-11-29hv_netvsc: remove excessive logging on MTU changeVitaly Kuznetsov
2016-10-21hv_netvsc: fix a race between netvsc_send() and netvsc_init_buf()Vitaly Kuznetsov
2016-09-23hv_netvsc: use consume_skbStephen Hemminger
2016-09-10Revert "hv_netvsc: make inline functions static"Stephen Hemminger
2016-08-23hv_netvsc: make variable localStephen Hemminger
2016-08-23hv_netvsc: make netvsc_destroy_buf voidStephen Hemminger
2016-08-23hv_netvsc: refactor completion functionStephen Hemminger
2016-08-23hv_netvsc: init completion during allocStephen Hemminger
2016-08-23hv_netvsc: make device_remove voidStephen Hemminger
2016-08-23hv_netvsc: use ARRAY_SIZE() for NDIS versionsStephen Hemminger
2016-08-23hv_netvsc: make inline functions staticStephen Hemminger
2016-08-23hv_netvsc: style cleanupsStephen Hemminger
2016-08-23hv_netvsc: use kcallocStephen Hemminger
2016-08-19hv_netvsc: Implement batching of receive completionsHaiyang Zhang
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-15hv_netvsc: don't lose VF informationVitaly Kuznetsov
2016-08-08hv_netvsc: Add handler for physical link speed changeHaiyang Zhang
2016-07-08netvsc: Use the new in-place consumption APIs in the rx pathK. Y. Srinivasan
2016-06-09netvsc: get rid of completion timeoutsVitaly Kuznetsov
2016-06-05hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpersVitaly Kuznetsov
2016-05-16hv_netvsc: set nvdev link after populating chn_tableVitaly Kuznetsov
2016-05-16hv_netvsc: get rid of struct net_device pointer in struct netvsc_deviceVitaly Kuznetsov
2016-05-16hv_netvsc: untangle the pointer messVitaly Kuznetsov
2016-05-16hv_netvsc: move start_remove flag to net_device_contextVitaly Kuznetsov
2016-04-18hv_netvsc: Implement support for VF drivers on Hyper-VKY Srinivasan
2016-01-25hv_netvsc: Fix book keeping of skb during batching processHaiyang Zhang
2015-12-14hv_netvsc: Fix race condition on Multi-Send Data fieldHaiyang Zhang
2015-12-02hv_netvsc: Eliminate status from struct hv_netvsc_packetKY Srinivasan
2015-12-02hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packetKY Srinivasan
2015-12-02hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packetKY Srinivasan
2015-12-02hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packetKY Srinivasan
2015-12-02hv_netvsc: Eliminate page_buf from struct hv_netvsc_packetKY Srinivasan
2015-12-02hv_netvsc: remove locking in netvsc_send()Vitaly Kuznetsov
2015-12-02hv_netvsc: move subchannel existence check to netvsc_select_queue()Vitaly Kuznetsov
2015-12-02hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packetKY Srinivasan
2015-12-02hv_netvsc: Eliminate send_completion from struct hv_netvsc_packetKY Srinivasan