Age | Commit message (Expand) | Author | Files | Lines |
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 |