| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-27 | 1 | -1/+0 |
|\ |
|
| * | netvsc: fix calculation of available send sections | stephen hemminger | 2017-04-25 | 1 | -1/+0 |
* | | hv_netvsc: Fix the queue index computation in forwarding case | Haiyang Zhang | 2017-04-17 | 1 | -1/+1 |
* | | netvsc: use refcount_t for keeping track of sub channels | stephen hemminger | 2017-03-23 | 1 | -2/+2 |
* | | netvsc: uses RCU instead of removal flag | stephen hemminger | 2017-03-23 | 1 | -3/+0 |
* | | netvsc: use RCU to protect inner device structure | stephen hemminger | 2017-03-23 | 1 | -1/+3 |
* | | netvsc: fix NAPI performance regression | stephen hemminger | 2017-03-23 | 1 | -0/+1 |
* | | netvsc: remove unused #define | stephen hemminger | 2017-03-17 | 1 | -3/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-03-15 | 1 | -1/+2 |
|\| |
|
| * | netvsc: handle select_queue when device is being removed | stephen hemminger | 2017-03-13 | 1 | -1/+2 |
* | | netvsc: implement NAPI | stephen hemminger | 2017-03-07 | 1 | -0/+2 |
|/ |
|
* | netvsc: report per-channel stats in ethtool statistics | Simon Xiao | 2017-01-24 | 1 | -2/+3 |
* | netvsc: account for packets/bytes transmitted after completion | stephen hemminger | 2017-01-24 | 1 | -1/+3 |
* | netvsc: eliminate per-device outstanding send counter | stephen hemminger | 2017-01-24 | 1 | -1/+0 |
* | netvsc: simplify rndis_filter_remove | stephen hemminger | 2017-01-24 | 1 | -1/+2 |
* | netvsc: don't pass void * to internal device_add | stephen hemminger | 2017-01-24 | 1 | -2/+3 |
* | netvsc: optimize receive path | stephen hemminger | 2017-01-24 | 1 | -10/+11 |
* | netvsc: group all per-channel state together | stephen hemminger | 2017-01-24 | 1 | -4/+10 |
* | netvsc: allow get/set of RSS indirection table | stephen hemminger | 2017-01-24 | 1 | -0/+1 |
* | netvsc: allow more flexible setting of number of channels | stephen hemminger | 2017-01-24 | 1 | -0/+1 |
* | netvsc: add ethtool ops to get/set RSS key | stephen hemminger | 2017-01-24 | 1 | -1/+6 |
* | netvsc: negotiate checksum and segmentation parameters | stephen hemminger | 2017-01-24 | 1 | -11/+138 |
* | netvsc: remove no longer needed receive staging buffers | stephen hemminger | 2017-01-24 | 1 | -5/+0 |
* | net: use core MTU range checking in virt drivers | Jarod Wilson | 2016-10-20 | 1 | -2/+2 |
* | hv_netvsc: fix comments | Stephen Hemminger | 2016-09-24 | 1 | -4/+3 |
* | hv_netvsc: count multicast packets received | Stephen Hemminger | 2016-09-23 | 1 | -0/+2 |
* | hv_netvsc: remove VF in flight counters | Stephen Hemminger | 2016-09-23 | 1 | -2/+1 |
* | hv_netvsc: use RCU to protect vf_netdev | Stephen Hemminger | 2016-09-23 | 1 | -1/+1 |
* | hv_netvsc: add ethtool statistics for tx packet issues | Stephen Hemminger | 2016-08-23 | 1 | -0/+9 |
* | hv_netvsc: make device_remove void | Stephen Hemminger | 2016-08-23 | 1 | -1/+1 |
* | hv_netvsc: make RSS hash key static | Stephen Hemminger | 2016-08-23 | 1 | -2/+0 |
* | hv_netvsc: Implement batching of receive completions | Haiyang Zhang | 2016-08-20 | 1 | -0/+17 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-08-18 | 1 | -15/+9 |
|\ |
|
| * | hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt wait | Vitaly Kuznetsov | 2016-08-15 | 1 | -7/+0 |
| * | hv_netvsc: don't lose VF information | Vitaly Kuznetsov | 2016-08-15 | 1 | -9/+10 |
* | | hv_netvsc: Add handler for physical link speed change | Haiyang Zhang | 2016-08-09 | 1 | -0/+1 |
|/ |
|
* | hv_netvsc: pass struct net_device to rndis_filter_set_device_mac() | Vitaly Kuznetsov | 2016-06-06 | 1 | -1/+1 |
* | hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}() | Vitaly Kuznetsov | 2016-06-06 | 1 | -2/+3 |
* | hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpers | Vitaly Kuznetsov | 2016-06-06 | 1 | -0/+12 |
* | hv_netvsc: get rid of struct net_device pointer in struct netvsc_device | Vitaly Kuznetsov | 2016-05-16 | 1 | -4/+1 |
* | hv_netvsc: untangle the pointer mess | Vitaly Kuznetsov | 2016-05-16 | 1 | -6/+4 |
* | hv_netvsc: move start_remove flag to net_device_context | Vitaly Kuznetsov | 2016-05-16 | 1 | -1/+3 |
* | hv_netvsc: Implement support for VF drivers on Hyper-V | KY Srinivasan | 2016-04-18 | 1 | -0/+14 |
* | hv_netvsc: Fix the array sizes to be max supported channels | Haiyang Zhang | 2016-03-23 | 1 | -3/+4 |
* | hv_netvsc: add ethtool support for set and get of settings | sixiao@microsoft.com | 2016-02-29 | 1 | -0/+4 |
* | hv_netvsc: Fix book keeping of skb during batching process | Haiyang Zhang | 2016-01-25 | 1 | -0/+1 |
* | hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packet | KY Srinivasan | 2015-12-03 | 1 | -2/+2 |
* | hv_netvsc: Eliminate status from struct hv_netvsc_packet | KY Srinivasan | 2015-12-03 | 1 | -1/+0 |
* | hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packet | KY Srinivasan | 2015-12-03 | 1 | -1/+0 |
* | hv_netvsc: Eliminate completion_func from struct hv_netvsc_packet | KY Srinivasan | 2015-12-03 | 1 | -1/+0 |