| Commit message (Expand) | Author | Age | Files | Lines |
* | netvsc: fix race on sub channel creation | stephen hemminger | 2017-08-07 | 3 | -7/+11 |
* | netvsc: Initialize 64-bit stats seqcount | Florian Fainelli | 2017-08-02 | 1 | -0/+2 |
* | Revert "netvsc: optimize calculation of number of slots" | stephen hemminger | 2017-07-26 | 1 | -10/+33 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-30 | 1 | -2/+2 |
|\ |
|
| * | netvsc: don't access netdev->num_rx_queues directly | Arnd Bergmann | 2017-06-22 | 1 | -2/+2 |
* | | hv_netvsc: Fix the carrier state error when data path is off | Haiyang Zhang | 2017-06-22 | 3 | -3/+9 |
* | | hv_netvsc: Remove unnecessary var link_state from struct netvsc_device_info | Haiyang Zhang | 2017-06-22 | 2 | -5/+4 |
* | | networking: introduce and use skb_put_data() | Johannes Berg | 2017-06-16 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-15 | 3 | -39/+50 |
|\| |
|
| * | netvsc: move filter setting to rndis_device | stephen hemminger | 2017-06-08 | 3 | -34/+34 |
| * | netvsc: fix net poll mode | stephen hemminger | 2017-06-08 | 1 | -4/+15 |
| * | netvsc: fix rcu dereference warning from ethtool | stephen hemminger | 2017-06-08 | 1 | -1/+1 |
* | | netvsc: fold in get_outbound_net_device | stephen hemminger | 2017-06-09 | 1 | -13/+3 |
* | | netvsc: pass net_device to netvsc_init_buf and netvsc_connect_vsp | stephen hemminger | 2017-06-09 | 1 | -20/+11 |
* | | netvsc: mark error cases as unlikely | stephen hemminger | 2017-06-09 | 1 | -2/+2 |
* | | netvsc: use typed pointer for internal state | stephen hemminger | 2017-06-09 | 1 | -2/+1 |
* | | netvsc: use hv_get_bytes_to_read | stephen hemminger | 2017-06-09 | 1 | -7/+3 |
* | | netvsc: optimize calculation of number of slots | stephen hemminger | 2017-06-09 | 1 | -33/+10 |
* | | netvsc: Add #include's for csum_* function declarations | Michael Kelley | 2017-05-31 | 1 | -0/+2 |
|/ |
|
* | netvsc: make sure napi enabled before vmbus_open | stephen hemminger | 2017-05-04 | 2 | -4/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-27 | 2 | -6/+4 |
|\ |
|
| * | netvsc: fix calculation of available send sections | stephen hemminger | 2017-04-25 | 2 | -6/+4 |
| * | netvsc: fix race during initialization | stephen hemminger | 2017-03-17 | 1 | -2/+5 |
* | | netvsc: fix use after free on module removal | stephen hemminger | 2017-04-21 | 2 | -7/+11 |
* | | netvsc: Deal with rescinded channels correctly | K. Y. Srinivasan | 2017-04-21 | 1 | -0/+16 |
* | | hv_netvsc: change netvsc device default duplex to FULL | Simon Xiao | 2017-04-17 | 1 | -1/+1 |
* | | netvsc: fix RCU warning in get_stats | stephen hemminger | 2017-04-17 | 1 | -1/+1 |
* | | hv_netvsc: Exclude non-TCP port numbers from vRSS hashing | Haiyang Zhang | 2017-04-17 | 1 | -1/+31 |
* | | hv_netvsc: Fix the queue index computation in forwarding case | Haiyang Zhang | 2017-04-17 | 2 | -15/+31 |
* | | netvsc: use napi_consume_skb | stephen hemminger | 2017-04-10 | 1 | -7/+11 |
* | | netvsc: Initialize all channel related state prior to opening the channel | K. Y. Srinivasan | 2017-04-08 | 2 | -14/+18 |
* | | netvsc: fix dereference before null check errors | Colin Ian King | 2017-03-28 | 1 | -2/+4 |
* | | netvsc: Properly initialize the return value | K. Y. Srinivasan | 2017-03-26 | 1 | -1/+1 |
* | | netvsc: Fix a bug in sub-channel handling | K. Y. Srinivasan | 2017-03-26 | 1 | -0/+5 |
* | | netvsc: fix and cleanup rndis_filter_set_packet_filter | stephen hemminger | 2017-03-23 | 1 | -12/+6 |
* | | netvsc: eliminate unnecessary skb == NULL checks | stephen hemminger | 2017-03-23 | 1 | -6/+3 |
* | | netvsc: remove unnecessary lock on shutdown | stephen hemminger | 2017-03-23 | 1 | -4/+3 |
* | | netvsc: use refcount_t for keeping track of sub channels | stephen hemminger | 2017-03-23 | 2 | -33/+12 |
* | | netvsc: uses RCU instead of removal flag | stephen hemminger | 2017-03-23 | 3 | -31/+10 |
* | | netvsc: use RCU to protect inner device structure | stephen hemminger | 2017-03-23 | 3 | -24/+57 |
* | | netvsc: change max channel calculation | stephen hemminger | 2017-03-23 | 2 | -17/+11 |
* | | netvsc: handle offline mtu and channel change | stephen hemminger | 2017-03-23 | 1 | -9/+20 |
* | | netvsc: fix NAPI performance regression | stephen hemminger | 2017-03-23 | 2 | -23/+19 |
* | | netvsc: remove unused #define | stephen hemminger | 2017-03-17 | 1 | -3/+0 |
* | | netvsc: add comments about callback's and NAPI | stephen hemminger | 2017-03-17 | 1 | -1/+12 |
* | | netvsc: avoid race with callback | stephen hemminger | 2017-03-17 | 2 | -18/+15 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-03-15 | 3 | -15/+7 |
|\| |
|
| * | netvsc: handle select_queue when device is being removed | stephen hemminger | 2017-03-13 | 3 | -15/+7 |
* | | netvsc: fix hang on netvsc module removal | stephen hemminger | 2017-03-13 | 1 | -2/+2 |
* | | netvsc: need napi scheduled during removal | stephen hemminger | 2017-03-13 | 1 | -14/+2 |