1. 2289f0a netvsc: simplify rndis_filter_remove by stephen hemminger · 9 years ago
  2. dc54a08 netvsc: optimize receive path by stephen hemminger · 9 years ago
  3. b8b835a netvsc: group all per-channel state together by stephen hemminger · 9 years ago
  4. ceaaea0 netvsc: remove unused variables by stephen hemminger · 9 years ago
  5. d8e18ee netvsc: enhance transmit select_queue by stephen hemminger · 9 years ago
  6. ff4a441 netvsc: allow get/set of RSS indirection table by stephen hemminger · 9 years ago
  7. 2b01888 netvsc: allow more flexible setting of number of channels by stephen hemminger · 9 years ago
  8. 962f3fe netvsc: add ethtool ops to get/set RSS key by stephen hemminger · 9 years ago
  9. b5a5dc8 netvsc: report rss field values by stephen hemminger · 9 years ago
  10. b448f4e netvsc: report number of rx queues in ethtool by stephen hemminger · 9 years ago
  11. 23312a3 netvsc: negotiate checksum and segmentation parameters by stephen hemminger · 9 years ago
  12. 580bdf5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  13. 0719e72 netvsc: add rcu_read locking to netvsc callback by stephen hemminger · 9 years ago
  14. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 9 years ago
  15. 821781a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  16. a50af86 netvsc: reduce maximum GSO size by stephen hemminger · 9 years ago
  17. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  18. e934f68 Revert "hv_netvsc: report vmbus name in ethtool" by Stephen Hemminger · 9 years ago
  19. e52fed7 netvsc: fix incorrect receive checksum offloading by Stephen Hemminger · 9 years ago
  20. d0c2c99 net: use core MTU range checking in virt drivers by Jarod Wilson · 9 years ago
  21. 52ccd63 net/hyperv: avoid uninitialized variable by Arnd Bergmann · 9 years ago
  22. 3f2b0a5 netvsc: Remove mistaken udp.h inclusion. by David S. Miller · 9 years ago
  23. ad19bc8 netvsc: fix checksum on UDP IPV6 by stephen hemminger · 9 years ago
  24. f7ad75b hv_netvsc: count multicast packets received by Stephen Hemminger · 9 years ago
  25. 9cbcc42 hv_netvsc: remove VF in flight counters by Stephen Hemminger · 9 years ago
  26. f207c10 hv_netvsc: use RCU to protect vf_netdev by Stephen Hemminger · 9 years ago
  27. e8ff40d hv_netvsc: improve VF device matching by Stephen Hemminger · 9 years ago
  28. ee837a1 hv_netvsc: simplify callback event code by Stephen Hemminger · 9 years ago
  29. 07d0f00 hv_netvsc: dev hold/put reference to VF by Stephen Hemminger · 9 years ago
  30. 4323b47 hv_netvsc: add ethtool statistics for tx packet issues by Stephen Hemminger · 9 years ago
  31. e3f74b8 hv_netvsc: report vmbus name in ethtool by Stephen Hemminger · 9 years ago
  32. 0ab0514 hv_netvsc: rearrange start_xmit by Stephen Hemminger · 9 years ago
  33. 796cc88 hv_netvsc: style cleanups by Stephen Hemminger · 9 years ago
  34. 8737caa hv_netvsc: fix rtnl locking in callback by Stephen Hemminger · 9 years ago
  35. 60747ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  36. 0dbff14 hv_netvsc: fix bonding devices check in netvsc_netdev_event() by Vitaly Kuznetsov · 9 years ago
  37. 0f20d79 hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdev by Vitaly Kuznetsov · 9 years ago
  38. 57c1826b99 hv_netvsc: reset vf_inject on VF removal by Vitaly Kuznetsov · 9 years ago
  39. d072218 hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt wait by Vitaly Kuznetsov · 9 years ago
  40. f9a7da9 hv_netvsc: don't lose VF information by Vitaly Kuznetsov · 9 years ago
  41. 7f5d5af hv_netvsc: Add handler for physical link speed change by Haiyang Zhang · 9 years ago
  42. b37879e hv_netvsc: Add query for initial physical link speed by Haiyang Zhang · 9 years ago
  43. e2b9f1f hv_netvsc: Fix VF register on bonding devices by Haiyang Zhang · 9 years ago
  44. e834da9a hv_netvsc: pass struct net_device to rndis_filter_set_device_mac() by Vitaly Kuznetsov · 9 years ago
  45. 2f5fa6c hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}() by Vitaly Kuznetsov · 9 years ago
  46. 4baa994 hv_netvsc: remove redundant assignment in netvsc_recv_callback() by Vitaly Kuznetsov · 9 years ago
  47. cb2911f hv_netvsc: Fix VF register on vlan devices by Haiyang Zhang · 9 years ago
  48. 6da7225 hv_netvsc: synchronize netvsc_change_mtu()/netvsc_set_channels() with netvsc_remove() by Vitaly Kuznetsov · 9 years ago
  49. 0a1275c hv_netvsc: get rid of struct net_device pointer in struct netvsc_device by Vitaly Kuznetsov · 9 years ago
  50. 3d541ac hv_netvsc: untangle the pointer mess by Vitaly Kuznetsov · 9 years ago
  51. 1bdcec8 hv_netvsc: use start_remove flag to protect netvsc_link_change() by Vitaly Kuznetsov · 9 years ago
  52. f580aec hv_netvsc: move start_remove flag to net_device_context by Vitaly Kuznetsov · 9 years ago
  53. 15cfd40 hv_netvsc: Fix the list processing for network change event by Haiyang Zhang · 9 years ago
  54. 84bf9ce hv_netvsc: Implement support for VF drivers on Hyper-V by KY Srinivasan · 9 years ago
  55. d212b46 hv_netvsc: Fix accessing freed memory in netvsc_change_mtu() by Haiyang Zhang · 9 years ago
  56. 49eb938 hv_netvsc: add ethtool support for set and get of settings by sixiao@microsoft.com · 9 years ago
  57. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  58. 76d13b5 hv_netvsc: add software transmit timestamp support by sixiao@microsoft.com · 9 years ago
  59. 14a03cf hv_netvsc: Restore needed_headroom request by Vitaly Kuznetsov · 10 years ago
  60. a060679 hv_netvsc: cleanup netdev feature flags for netvsc by sixiao@microsoft.com · 10 years ago
  61. 757647e hv_netvsc: use skb_get_hash() instead of a homegrown implementation by Vitaly Kuznetsov · 10 years ago
  62. 760d1e3 hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packet by KY Srinivasan · 10 years ago
  63. 10082f9 hv_netvsc: Eliminate status from struct hv_netvsc_packet by KY Srinivasan · 10 years ago
  64. bde79be hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packet by KY Srinivasan · 10 years ago
  65. a429bda hv_netvsc: Eliminate completion_func from struct hv_netvsc_packet by KY Srinivasan · 10 years ago
  66. 694a9fb hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packet by KY Srinivasan · 10 years ago
  67. 3a3d9a0 hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packet by KY Srinivasan · 10 years ago
  68. a9f2e2d hv_netvsc: Eliminate page_buf from struct hv_netvsc_packet by KY Srinivasan · 10 years ago
  69. 8b9fbe1 hv_netvsc: move subchannel existence check to netvsc_select_queue() by Vitaly Kuznetsov · 10 years ago
  70. c0eb454 hv_netvsc: Don't ask for additional head room in the skb by KY Srinivasan · 10 years ago
  71. 074c2fe hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packet by KY Srinivasan · 10 years ago
  72. 09215ef hv_netvsc: Eliminate send_completion from struct hv_netvsc_packet by KY Srinivasan · 10 years ago
  73. c4b20c6 hv_netvsc: Eliminatte the data field from struct hv_netvsc_packet by KY Srinivasan · 10 years ago
  74. 2447676 hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structure by KY Srinivasan · 10 years ago
  75. 25b85ee hv_netvsc: Eliminate the channel field in hv_netvsc_packet structure by KY Srinivasan · 10 years ago
  76. 27a70af hv_netvsc: rework link status change handling by Vitaly Kuznetsov · 10 years ago
  77. cd79a23 flow_dissector: Add flags argument to skb_flow_dissector functions by Tom Herbert · 10 years ago
  78. 954591b hv_netvsc: Fix dereference of nvdev before check by Andrew Schwartzmeyer · 10 years ago
  79. b5960e6 hv_netvsc: Implement set_channels ethtool op by Andrew Schwartzmeyer · 10 years ago
  80. 8ebdcc5 hv_netvsc: Set vRSS with num_chn in RNDIS filter by Andrew Schwartzmeyer · 10 years ago
  81. 2de8530 hv_netvsc: Add close of RNDIS filter into change mtu call by Haiyang Zhang · 10 years ago
  82. f9cbce3 hv_netvsc: Add support to set MTU reservation from guest side by Haiyang Zhang · 10 years ago
  83. e01ec21 hv_netvsc: Properly size the vrss queues by KY Srinivasan · 10 years ago
  84. 4b02b58 hv_netvsc: change member name of struct netvsc_stats by sixiao@microsoft.com · 10 years ago
  85. 7eafd9b hv_netvsc: use per_cpu stats to calculate TX/RX data by sixiao@microsoft.com · 10 years ago
  86. 06635a3 flow_dissect: use programable dissector in skb_flow_dissect and friends by Jiri Pirko · 10 years ago
  87. b56fc3c hv_netvsc: Fix a bug in netvsc_start_xmit() by KY Srinivasan · 10 years ago
  88. 3f300ff hv_netvsc: introduce netif-msg into netvsc module by Simon Xiao · 10 years ago
  89. aa0a34b hv_netvsc: Implement partial copy into send buffer by Haiyang Zhang · 10 years ago
  90. e88f7e0 hv_netvsc: try linearizing big SKBs before dropping them by Vitaly Kuznetsov · 10 years ago
  91. 981a1bd hv_netvsc: use single existing drop path in netvsc_start_xmit by Vitaly Kuznetsov · 10 years ago
  92. ee90b81 hv_netvsc: Fix the packet free when it is in skb headroom by Haiyang Zhang · 10 years ago
  93. 7215142 hv_netvsc: Define a macro RNDIS_AND_PPI_SIZE by Haiyang Zhang · 10 years ago
  94. b08cc79 hv_netvsc: Eliminate memory allocation in the packet send path by KY Srinivasan · 10 years ago
  95. cbacec7 hv_netvsc: Cleanup the test for freeing skb when we use sendbuf mechanism by KY Srinivasan · 10 years ago
  96. 7c3877f hv_netvsc: Implement batching in send buffer by Haiyang Zhang · 10 years ago
  97. 5999537 hyperv: Implement netvsc_get_channels() ethool op by Andrew Schwartzmeyer · 10 years ago
  98. 4d3c9d3 hyperv: Add processing of MTU reduced by the host by Haiyang Zhang · 11 years ago
  99. 4c87454 hyperv: Add IPv6 into the hash computation for vRSS by Haiyang Zhang · 11 years ago
  100. 942396b hyperv: Fix the total_data_buflen in send path by Haiyang Zhang · 11 years ago