| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-26 | net: hv_netvsc: fix loss of early receive events from host during channel open. | Dipayaan Roy | 1 | -9/+8 |
| 2025-05-14 | hv_netvsc: Remove rmsg_pgcnt | Michael Kelley | 1 | -4/+3 |
| 2025-05-14 | hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages | Michael Kelley | 1 | -5/+45 |
| 2025-01-17 | hv_netvsc: Replace one-element array with flexible array member | Thorsten Blum | 1 | -1/+2 |
| 2024-10-06 | hv_netvsc: Link queues to NAPIs | Joe Damato | 1 | -1/+12 |
| 2024-04-10 | hv_netvsc: Don't free decrypted memory | Rick Edgecombe | 1 | -2/+5 |
| 2024-02-01 | hv_netvsc: Fix race condition between netvsc_probe and netvsc_remove | Souradeep Chakrabarti | 1 | -1/+4 |
| 2023-10-11 | hv_netvsc: fix netvsc_send_completion to avoid multiple message length checks | Sonia Sharma | 1 | -8/+10 |
| 2023-04-17 | hv_netvsc: Remove second mapping of send and recv buffers | Michael Kelley | 1 | -46/+2 |
| 2023-02-14 | hv_netvsc: Check status in SEND_RNDIS_PKT completion message | Michael Kelley | 1 | -0/+18 |
| 2023-02-07 | hv_netvsc: Allocate memory in netvsc_dma_map() with GFP_ATOMIC | Michael Kelley | 1 | -1/+1 |
| 2023-02-02 | hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap() | Michael Kelley | 1 | -7/+2 |
| 2022-10-07 | hv_netvsc: Fix race between VF offering and VF association message from host | Gaurav Kohli | 1 | -0/+4 |
| 2022-09-28 | net: drop the weight argument from netif_napi_add | Jakub Kicinski | 1 | -2/+1 |
| 2022-04-11 | hv_netvsc: Add support for XDP_REDIRECT | Haiyang Zhang | 1 | -1/+7 |
| 2022-04-07 | hv_netvsc: Print value of invalid ID in netvsc_send_{completion,tx_complete}() | Andrea Parri (Microsoft) | 1 | -4/+4 |
| 2022-03-11 | net: netvsc: remove break after return | Saurabh Sengar | 1 | -1/+0 |
| 2022-02-09 | Netvsc: Call hv_unmap_memory() in the netvsc_device_remove() | Tianyu Lan | 1 | -8/+16 |
| 2022-01-16 | Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -3/+133 |
| 2021-12-20 | net: netvsc: Add Isolation VM support for netvsc driver | Tianyu Lan | 1 | -3/+133 |
| 2021-11-22 | hv_netvsc: Use bitmap_zalloc() when applicable | Christophe JAILLET | 1 | -6/+4 |
| 2021-10-28 | Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VM | Tianyu Lan | 1 | -8/+7 |
| 2021-05-14 | scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDs | Andrea Parri (Microsoft) | 1 | -3/+5 |
| 2021-05-14 | Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer | Andres Beltran | 1 | -0/+2 |
| 2021-03-29 | hv_netvsc: Add error handling while switching data path | Haiyang Zhang | 1 | -4/+31 |
| 2021-03-14 | hv_netvsc: Add a comment clarifying batching logic | Shachar Raindel | 1 | -0/+20 |
| 2021-02-21 | Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -2/+16 |
| 2021-02-15 | Revert "Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer" | Wei Liu | 1 | -2/+0 |
| 2021-02-11 | hv_netvsc: Restrict configurations on isolated guests | Andrea Parri (Microsoft) | 1 | -2/+16 |
| 2021-02-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+4 |
| 2021-02-05 | Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer | Andres Beltran | 1 | -0/+2 |
| 2021-02-04 | hv_netvsc: Allocate the recv_buf buffers after NVSP_MSG1_TYPE_SEND_RECV_BUF | Andrea Parri (Microsoft) | 1 | -7/+11 |
| 2021-02-04 | hv_netvsc: Reset the RSC count if NVSP_STAT_FAIL in netvsc_receive() | Andrea Parri (Microsoft) | 1 | -1/+4 |
| 2021-01-29 | hv_netvsc: Copy packets sent by Hyper-V out of the receive buffer | Andrea Parri (Microsoft) | 1 | -0/+20 |
| 2021-01-18 | hv_netvsc: Add (more) validation for untrusted Hyper-V values | Andrea Parri (Microsoft) | 1 | -1/+2 |
| 2021-01-12 | hv_netvsc: Wait for completion on request SWITCH_DATA_PATH | Long Li | 1 | -3/+34 |
| 2020-12-16 | Merge tag 'hyperv-next-signed-20201214' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -6/+16 |
| 2020-12-01 | xsk: Propagate napi_id to XDP socket Rx path | Björn Töpel | 1 | -1/+1 |
| 2020-11-17 | hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardening | Andres Beltran | 1 | -6/+16 |
| 2020-10-14 | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2020-09-28 | hv_netvsc: Use HV_HYP_PAGE_SIZE for Hyper-V communication | Boqun Feng | 1 | -1/+1 |
| 2020-09-17 | hv_netvsc: Add validation for untrusted Hyper-V values | Andres Beltran | 1 | -13/+111 |
| 2020-04-23 | hv_netvsc: Disable NAPI before closing the VMBus channel | Andrea Parri (Microsoft) | 1 | -2/+5 |
| 2020-03-30 | hv_netvsc: Remove unnecessary round_up for recv_completion_cnt | Haiyang Zhang | 1 | -4/+5 |
| 2020-02-23 | hv_netvsc: Fix unwanted wakeup in netvsc_attach() | Haiyang Zhang | 1 | -1/+1 |
| 2020-01-25 | hv_netvsc: Add XDP support | Haiyang Zhang | 1 | -5/+26 |
| 2019-11-21 | hv_netvsc: Fix send_table offset in case of a host bug | Haiyang Zhang | 1 | -2/+14 |
| 2019-11-21 | hv_netvsc: Fix offset usage in netvsc_send_table() | Haiyang Zhang | 1 | -8/+18 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 | Thomas Gleixner | 1 | -12/+1 |
| 2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+9 |
| 2019-05-03 | hv_netvsc: fix race that may miss tx queue wakeup | Haiyang Zhang | 1 | -6/+9 |
| 2019-04-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+4 |
| 2019-04-01 | net: move skb->xmit_more hint to softnet data | Florian Westphal | 1 | -1/+1 |
| 2019-03-29 | hv_netvsc: Fix unwanted wakeup after tx_disable | Haiyang Zhang | 1 | -2/+4 |
| 2019-01-23 | hv_netvsc: fix typos in code comments | Adrian Vladu | 1 | -1/+1 |
| 2019-01-23 | hv_netvsc: Fix hash key value reset after other ops | Haiyang Zhang | 1 | -1/+1 |
| 2018-09-22 | hv_netvsc: Add support for LRO/RSC in the vSwitch | Haiyang Zhang | 1 | -5/+13 |
| 2018-09-17 | hv_netvsc: pair VF based on serial number | Stephen Hemminger | 1 | -0/+3 |
| 2018-07-18 | hv_netvsc: Fix napi reschedule while receive completion is busy | Haiyang Zhang | 1 | -7/+10 |
| 2018-06-30 | hv_netvsc: split sub-channel setup into async and sync | Stephen Hemminger | 1 | -1/+36 |
| 2018-06-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -15/+3 |
| 2018-04-27 | hv_netvsc: simplify receive side calling arguments | Stephen Hemminger | 1 | -32/+26 |
| 2018-04-18 | hv_netvsc: Add NetVSP v6 and v6.1 into version negotiation | Haiyang Zhang | 1 | -1/+2 |
| 2018-04-18 | scsi: netvsc: Use the vmbus function to calculate ring buffer percentage | Long Li | 1 | -15/+3 |
| 2018-04-05 | hv_netvsc: Pass net_device parameter to revoke and teardown functions | Mohammed Gamal | 1 | -19/+18 |
| 2018-04-05 | hv_netvsc: Ensure correct teardown message sequence order | Mohammed Gamal | 1 | -6/+13 |
| 2018-04-05 | hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl() | Mohammed Gamal | 1 | -12/+34 |
| 2018-04-05 | hv_netvsc: Use Windows version instead of NVSP version on GPAD teardown | Mohammed Gamal | 1 | -2/+2 |
| 2018-03-25 | hv_netvsc: Add range checking for rx packet offset and length | Haiyang Zhang | 1 | -2/+15 |
| 2018-03-25 | hv_netvsc: Fix the return status in RX path | Haiyang Zhang | 1 | -2/+6 |
| 2018-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -26/+26 |
| 2018-03-22 | hv_netvsc: common detach logic | Stephen Hemminger | 1 | -9/+11 |
| 2018-03-22 | hv_netvsc: change GPAD teardown order on older versions | Stephen Hemminger | 1 | -1/+6 |
| 2018-03-22 | hv_netvsc: use RCU to fix concurrent rx and queue changes | Stephen Hemminger | 1 | -12/+5 |
| 2018-03-22 | hv_netvsc: disable NAPI before channel close | Stephen Hemminger | 1 | -4/+4 |
| 2018-03-17 | hv_netvsc: add trace points | Stephen Hemminger | 1 | -1/+25 |
| 2018-03-04 | hv_netvsc: use napi_schedule_irqoff | Stephen Hemminger | 1 | -1/+1 |
| 2018-03-04 | hv_netvsc: fix race in napi poll when rescheduling | Stephen Hemminger | 1 | -2/+3 |
| 2018-03-04 | hv_netvsc: fix error unwind handling if vmbus_open fails | Stephen Hemminger | 1 | -1/+1 |
| 2018-03-04 | hv_netvsc: avoid retry on send during shutdown | Stephen Hemminger | 1 | -17/+7 |
| 2017-12-13 | hv_netvsc: empty current transmit aggregation if flow blocked | Stephen Hemminger | 1 | -6/+14 |
| 2017-12-13 | hv_netvsc: remove open_cnt reference count | Stephen Hemminger | 1 | -1/+1 |
| 2017-12-13 | hv_netvsc: simplify function args in receive status path | Stephen Hemminger | 1 | -1/+1 |
| 2017-12-13 | hv_netvsc: copy_to_send buf can be void | Stephen Hemminger | 1 | -14/+8 |
| 2017-12-13 | hv_netvsc: Fix the receive buffer size limit | Haiyang Zhang | 1 | -0/+5 |
| 2017-12-03 | hv_netvsc: use reciprocal divide to speed up percent calculation | Stephen Hemminger | 1 | -13/+7 |
| 2017-12-03 | hv_netvsc: replace divide with mask when computing padding | Stephen Hemminger | 1 | -1/+2 |
| 2017-12-03 | hv_netvsc: don't need local xmit_more | Stephen Hemminger | 1 | -2/+1 |
| 2017-11-08 | hv_netvsc: netvsc_teardown_gpadl() split | Vitaly Kuznetsov | 1 | -33/+36 |
| 2017-10-14 | hv_netvsc: Add initialization of tx_table in netvsc_device_add() | Haiyang Zhang | 1 | -0/+3 |
| 2017-10-14 | hv_netvsc: Rename tx_send_table to tx_table | Haiyang Zhang | 1 | -1/+1 |
| 2017-10-01 | hv_netvsc: report stop_queue and wake_queue | Simon Xiao | 1 | -2/+10 |
| 2017-09-25 | hv_netvsc: make const array ver_list static, reduces object code size | Colin Ian King | 1 | -1/+1 |
| 2017-09-21 | hv_netvsc: fix send buffer failure on MTU change | Alex Ng | 1 | -5/+2 |
| 2017-09-11 | hv_netvsc: fix deadlock on hotplug | Stephen Hemminger | 1 | -0/+3 |
| 2017-08-16 | vmbus: remove unused vmbus_sendpacket_ctl | stephen hemminger | 1 | -5/+4 |
| 2017-08-16 | vmbus: remove unused vmubs_sendpacket_pagebuffer_ctl | stephen hemminger | 1 | -6/+4 |
| 2017-08-11 | netvsc: keep track of some non-fatal overload conditions | stephen hemminger | 1 | -6/+13 |
| 2017-08-11 | netvsc: allow controlling send/recv buffer size | stephen hemminger | 1 | -32/+38 |
| 2017-08-11 | netvsc: no need to allocate send/receive on numa node | stephen hemminger | 1 | -14/+5 |
| 2017-08-11 | netvsc: don't signal host twice if empty | stephen hemminger | 1 | -4/+0 |
| 2017-08-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
| 2017-08-08 | netvsc: make sure and unregister datapath | stephen hemminger | 1 | -2/+0 |
| 2017-08-06 | netvsc: fix race on sub channel creation | stephen hemminger | 1 | -0/+1 |
| 2017-08-02 | hyperv: netvsc: Neaten netvsc_send_pkt by using a temporary | Joe Perches | 1 | -14/+11 |
| 2017-08-01 | netvsc: Initialize 64-bit stats seqcount | Florian Fainelli | 1 | -0/+2 |
| 2017-07-29 | netvsc: signal host if receive ring is emptied | stephen hemminger | 1 | -3/+8 |
| 2017-07-29 | netvsc: fix error unwind on device setup failure | stephen hemminger | 1 | -1/+2 |
| 2017-07-29 | netvsc: optimize receive completions | stephen hemminger | 1 | -158/+109 |
| 2017-07-29 | netvsc: remove unnecessary indirection of page_buffer | stephen hemminger | 1 | -11/+10 |
| 2017-07-29 | netvsc: don't print pointer value in error message | stephen hemminger | 1 | -2/+4 |
| 2017-07-29 | netvsc: fix warnings reported by lockdep | stephen hemminger | 1 | -1/+1 |
| 2017-07-24 | netvsc: prefetch the first incoming ring element | stephen hemminger | 1 | -1/+7 |
| 2017-07-19 | netvsc: add rtnl annotations in rndis | stephen hemminger | 1 | -2/+4 |
| 2017-07-19 | netvsc: save pointer to parent netvsc_device in channel table | stephen hemminger | 1 | -1/+2 |
| 2017-07-19 | netvsc: need rcu_derefence when accessing internal device info | stephen hemminger | 1 | -3/+5 |
| 2017-07-19 | netvsc: use ERR_PTR to avoid dereference issues | stephen hemminger | 1 | -6/+7 |
| 2017-07-19 | netvsc: add some rtnl_dereference annotations | stephen hemminger | 1 | -2/+3 |
| 2017-06-22 | hv_netvsc: Fix the carrier state error when data path is off | Haiyang Zhang | 1 | -0/+2 |
| 2017-06-09 | netvsc: fold in get_outbound_net_device | stephen hemminger | 1 | -13/+3 |
| 2017-06-09 | netvsc: pass net_device to netvsc_init_buf and netvsc_connect_vsp | stephen hemminger | 1 | -20/+11 |
| 2017-06-09 | netvsc: mark error cases as unlikely | stephen hemminger | 1 | -2/+2 |
| 2017-05-04 | netvsc: make sure napi enabled before vmbus_open | stephen hemminger | 1 | -3/+5 |
| 2017-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+4 |
| 2017-04-25 | netvsc: fix calculation of available send sections | stephen hemminger | 1 | -5/+4 |
| 2017-04-21 | netvsc: fix use after free on module removal | stephen hemminger | 1 | -4/+5 |
| 2017-04-21 | netvsc: Deal with rescinded channels correctly | K. Y. Srinivasan | 1 | -0/+16 |
| 2017-04-09 | netvsc: use napi_consume_skb | stephen hemminger | 1 | -7/+11 |
| 2017-04-08 | netvsc: Initialize all channel related state prior to opening the channel | K. Y. Srinivasan | 1 | -12/+15 |
| 2017-03-22 | netvsc: eliminate unnecessary skb == NULL checks | stephen hemminger | 1 | -6/+3 |
| 2017-03-22 | netvsc: uses RCU instead of removal flag | stephen hemminger | 1 | -4/+0 |
| 2017-03-22 | netvsc: use RCU to protect inner device structure | stephen hemminger | 1 | -5/+11 |
| 2017-03-22 | netvsc: fix NAPI performance regression | stephen hemminger | 1 | -23/+18 |
| 2017-03-16 | netvsc: add comments about callback's and NAPI | stephen hemminger | 1 | -1/+12 |
| 2017-03-16 | netvsc: avoid race with callback | stephen hemminger | 1 | -13/+5 |
| 2017-03-16 | netvsc: fix race during initialization | stephen hemminger | 1 | -2/+5 |
| 2017-03-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+2 |
| 2017-03-12 | netvsc: fix hang on netvsc module removal | stephen hemminger | 1 | -2/+2 |
| 2017-03-12 | netvsc: need napi scheduled during removal | stephen hemminger | 1 | -14/+2 |
| 2017-03-12 | netvsc: handle select_queue when device is being removed | stephen hemminger | 1 | -6/+2 |
| 2017-03-06 | netvsc: implement NAPI | stephen hemminger | 1 | -42/+98 |
| 2017-03-06 | vmbus: introduce in-place packet iterator | stephen hemminger | 1 | -24/+10 |
| 2017-03-06 | netvsc: don't overload variable in same function | stephen hemminger | 1 | -2/+2 |
| 2017-02-22 | Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -18/+3 |
| 2017-02-10 | vmbus: remove unused kickq argument to sendpacket | Stephen Hemminger | 1 | -18/+3 |
| 2017-02-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
| 2017-01-31 | Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read() | Dexuan Cui | 1 | -0/+6 |
| 2017-01-24 | netvsc: simplify get next send section | stephen hemminger | 1 | -20/+8 |
| 2017-01-24 | netvsc: report per-channel stats in ethtool statistics | Simon Xiao | 1 | -1/+1 |
| 2017-01-24 | netvsc: account for packets/bytes transmitted after completion | stephen hemminger | 1 | -3/+16 |
| 2017-01-24 | netvsc: eliminate per-device outstanding send counter | stephen hemminger | 1 | -28/+16 |
| 2017-01-24 | netvsc: don't pass void * to internal device_add | stephen hemminger | 1 | -3/+3 |
| 2017-01-24 | netvsc: optimize receive path | stephen hemminger | 1 | -45/+29 |
| 2017-01-24 | netvsc: group all per-channel state together | stephen hemminger | 1 | -37/+36 |
| 2017-01-24 | netvsc: remove no longer needed receive staging buffers | stephen hemminger | 1 | -72/+11 |
| 2016-11-29 | hv_netvsc: remove excessive logging on MTU change | Vitaly Kuznetsov | 1 | -4/+4 |
| 2016-10-21 | hv_netvsc: fix a race between netvsc_send() and netvsc_init_buf() | Vitaly Kuznetsov | 1 | -0/+7 |
| 2016-09-23 | hv_netvsc: use consume_skb | Stephen Hemminger | 1 | -2/+2 |
| 2016-09-10 | Revert "hv_netvsc: make inline functions static" | Stephen Hemminger | 1 | -84/+1 |
| 2016-08-23 | hv_netvsc: make variable local | Stephen Hemminger | 1 | -3/+3 |
| 2016-08-23 | hv_netvsc: make netvsc_destroy_buf void | Stephen Hemminger | 1 | -8/+6 |
| 2016-08-23 | hv_netvsc: refactor completion function | Stephen Hemminger | 1 | -47/+56 |
| 2016-08-23 | hv_netvsc: init completion during alloc | Stephen Hemminger | 1 | -3/+1 |
| 2016-08-23 | hv_netvsc: make device_remove void | Stephen Hemminger | 1 | -2/+1 |
| 2016-08-23 | hv_netvsc: use ARRAY_SIZE() for NDIS versions | Stephen Hemminger | 1 | -3/+4 |
| 2016-08-23 | hv_netvsc: make inline functions static | Stephen Hemminger | 1 | -1/+84 |
| 2016-08-23 | hv_netvsc: style cleanups | Stephen Hemminger | 1 | -16/+2 |
| 2016-08-23 | hv_netvsc: use kcalloc | Stephen Hemminger | 1 | -2/+2 |
| 2016-08-19 | hv_netvsc: Implement batching of receive completions | Haiyang Zhang | 1 | -32/+138 |
| 2016-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -11/+8 |
| 2016-08-15 | hv_netvsc: don't lose VF information | Vitaly Kuznetsov | 1 | -11/+8 |
| 2016-08-08 | hv_netvsc: Add handler for physical link speed change | Haiyang Zhang | 1 | -1/+5 |
| 2016-07-08 | netvsc: Use the new in-place consumption APIs in the rx path | K. Y. Srinivasan | 1 | -29/+59 |
| 2016-06-09 | netvsc: get rid of completion timeouts | Vitaly Kuznetsov | 1 | -11/+3 |
| 2016-06-05 | hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpers | Vitaly Kuznetsov | 1 | -8/+3 |
| 2016-05-16 | hv_netvsc: set nvdev link after populating chn_table | Vitaly Kuznetsov | 1 | -11/+18 |
| 2016-05-16 | hv_netvsc: get rid of struct net_device pointer in struct netvsc_device | Vitaly Kuznetsov | 1 | -21/+15 |
| 2016-05-16 | hv_netvsc: untangle the pointer mess | Vitaly Kuznetsov | 1 | -49/+33 |
| 2016-05-16 | hv_netvsc: move start_remove flag to net_device_context | Vitaly Kuznetsov | 1 | -2/+1 |
| 2016-04-18 | hv_netvsc: Implement support for VF drivers on Hyper-V | KY Srinivasan | 1 | -0/+29 |
| 2016-01-25 | hv_netvsc: Fix book keeping of skb during batching process | Haiyang Zhang | 1 | -11/+22 |
| 2015-12-14 | hv_netvsc: Fix race condition on Multi-Send Data field | Haiyang Zhang | 1 | -0/+9 |
| 2015-12-02 | hv_netvsc: Eliminate status from struct hv_netvsc_packet | KY Srinivasan | 1 | -4/+2 |
| 2015-12-02 | hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packet | KY Srinivasan | 1 | -5/+8 |
| 2015-12-02 | hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packet | KY Srinivasan | 1 | -6/+8 |
| 2015-12-02 | hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packet | KY Srinivasan | 1 | -14/+14 |
| 2015-12-02 | hv_netvsc: Eliminate page_buf from struct hv_netvsc_packet | KY Srinivasan | 1 | -11/+14 |
| 2015-12-02 | hv_netvsc: remove locking in netvsc_send() | Vitaly Kuznetsov | 1 | -8/+0 |
| 2015-12-02 | hv_netvsc: move subchannel existence check to netvsc_select_queue() | Vitaly Kuznetsov | 1 | -3/+2 |
| 2015-12-02 | hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packet | KY Srinivasan | 1 | -2/+1 |
| 2015-12-02 | hv_netvsc: Eliminate send_completion from struct hv_netvsc_packet | KY Srinivasan | 1 | -3/+3 |
| 2015-12-02 | hv_netvsc: Eliminatte the data field from struct hv_netvsc_packet | KY Srinivasan | 1 | -2/+3 |
| 2015-12-02 | hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structure | KY Srinivasan | 1 | -4/+6 |
| 2015-12-02 | hv_netvsc: Eliminate the channel field in hv_netvsc_packet structure | KY Srinivasan | 1 | -11/+8 |
| 2015-07-27 | hv_netvsc: Add structs and handlers for VF messages | Haiyang Zhang | 1 | -10/+33 |
| 2015-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -18/+36 |
| 2015-06-03 | x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h> | Stephen Rothwell | 1 | -0/+1 |
| 2015-05-31 | hv_netvsc: Allocate the sendbuf in a NUMA aware way | K. Y. Srinivasan | 1 | -1/+3 |
| 2015-05-31 | hv_netvsc: Allocate the receive buffer from the correct NUMA node | K. Y. Srinivasan | 1 | -1/+6 |
| 2015-05-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -7/+2 |