1. 15cfd40 hv_netvsc: Fix the list processing for network change event by Haiyang Zhang · 8 years ago
  2. 84bf9ce hv_netvsc: Implement support for VF drivers on Hyper-V by KY Srinivasan · 8 years ago
  3. 3f73513 hv_netvsc: Fix the order of num_sc_offered decrement by Haiyang Zhang · 8 years ago
  4. 9efc2f7 hv_netvsc: Fix the array sizes to be max supported channels by Haiyang Zhang · 8 years ago
  5. d212b46 hv_netvsc: Fix accessing freed memory in netvsc_change_mtu() by Haiyang Zhang · 8 years ago
  6. d66ab51 hv_netvsc: Move subchannel waiting to rndis_filter_device_remove() by Haiyang Zhang · 8 years ago
  7. 49eb938 hv_netvsc: add ethtool support for set and get of settings by sixiao@microsoft.com · 8 years ago
  8. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  9. 76d13b5 hv_netvsc: add software transmit timestamp support by sixiao@microsoft.com · 8 years ago
  10. 14a03cf hv_netvsc: Restore needed_headroom request by Vitaly Kuznetsov · 8 years ago
  11. a060679 hv_netvsc: cleanup netdev feature flags for netvsc by sixiao@microsoft.com · 8 years ago
  12. c85e492 hv_netvsc: Fix book keeping of skb during batching process by Haiyang Zhang · 8 years ago
  13. 757647e hv_netvsc: use skb_get_hash() instead of a homegrown implementation by Vitaly Kuznetsov · 8 years ago
  14. cf8190e hv_netvsc: Fix race condition on Multi-Send Data field by Haiyang Zhang · 9 years ago
  15. 760d1e3 hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packet by KY Srinivasan · 9 years ago
  16. 10082f9 hv_netvsc: Eliminate status from struct hv_netvsc_packet by KY Srinivasan · 9 years ago
  17. bde79be hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packet by KY Srinivasan · 9 years ago
  18. a429bda hv_netvsc: Eliminate completion_func from struct hv_netvsc_packet by KY Srinivasan · 9 years ago
  19. 694a9fb hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packet by KY Srinivasan · 9 years ago
  20. 3a3d9a0 hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packet by KY Srinivasan · 9 years ago
  21. a9f2e2d hv_netvsc: Eliminate page_buf from struct hv_netvsc_packet by KY Srinivasan · 9 years ago
  22. 2a04ae8 hv_netvsc: remove locking in netvsc_send() by Vitaly Kuznetsov · 9 years ago
  23. 8b9fbe1 hv_netvsc: move subchannel existence check to netvsc_select_queue() by Vitaly Kuznetsov · 9 years ago
  24. c0eb454 hv_netvsc: Don't ask for additional head room in the skb by KY Srinivasan · 9 years ago
  25. 074c2fe hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packet by KY Srinivasan · 9 years ago
  26. 09215ef hv_netvsc: Eliminate send_completion from struct hv_netvsc_packet by KY Srinivasan · 9 years ago
  27. c4b20c6 hv_netvsc: Eliminatte the data field from struct hv_netvsc_packet by KY Srinivasan · 9 years ago
  28. 2447676 hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structure by KY Srinivasan · 9 years ago
  29. 25b85ee hv_netvsc: Eliminate the channel field in hv_netvsc_packet structure by KY Srinivasan · 9 years ago
  30. 934d202 hv_netvsc: Rearrange the hv_negtvsc_packet to be space efficient by KY Srinivasan · 9 years ago
  31. 22e9dd2 hv_netvsc: Resize some of the variables in hv_netvsc_packet by KY Srinivasan · 9 years ago
  32. 27a70af hv_netvsc: rework link status change handling by Vitaly Kuznetsov · 9 years ago
  33. cd79a23 flow_dissector: Add flags argument to skb_flow_dissector functions by Tom Herbert · 9 years ago
  34. 954591b hv_netvsc: Fix dereference of nvdev before check by Andrew Schwartzmeyer · 9 years ago
  35. b5960e6 hv_netvsc: Implement set_channels ethtool op by Andrew Schwartzmeyer · 9 years ago
  36. 8ebdcc5 hv_netvsc: Set vRSS with num_chn in RNDIS filter by Andrew Schwartzmeyer · 9 years ago
  37. 71790a2 hv_netvsc: Add structs and handlers for VF messages by Haiyang Zhang · 9 years ago
  38. b3e6b82 hv_netvsc: Wait for sub-channels to be processed during probe by KY Srinivasan · 9 years ago
  39. 2de8530 hv_netvsc: Add close of RNDIS filter into change mtu call by Haiyang Zhang · 9 years ago
  40. f9cbce3 hv_netvsc: Add support to set MTU reservation from guest side by Haiyang Zhang · 9 years ago
  41. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  42. d647230 x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h> by Stephen Rothwell · 9 years ago
  43. 5defde5 hv_netvsc: Allocate the sendbuf in a NUMA aware way by K. Y. Srinivasan · 9 years ago
  44. 0a726c2 hv_netvsc: Allocate the receive buffer from the correct NUMA node by K. Y. Srinivasan · 9 years ago
  45. e01ec21 hv_netvsc: Properly size the vrss queues by KY Srinivasan · 9 years ago
  46. 4b02b58 hv_netvsc: change member name of struct netvsc_stats by sixiao@microsoft.com · 9 years ago
  47. 7eafd9b hv_netvsc: use per_cpu stats to calculate TX/RX data by sixiao@microsoft.com · 9 years ago
  48. 06635a3 flow_dissect: use programable dissector in skb_flow_dissect and friends by Jiri Pirko · 9 years ago
  49. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  50. 82fa3c7 hv_netvsc: Use the xmit_more skb flag to optimize signaling the host by KY Srinivasan · 9 years ago
  51. 7aab515 hv_netvsc: remove unused variable in netvsc_send() by Jerry Snitselaar · 9 years ago
  52. b56fc3c hv_netvsc: Fix a bug in netvsc_start_xmit() by KY Srinivasan · 9 years ago
  53. 3f300ff hv_netvsc: introduce netif-msg into netvsc module by Simon Xiao · 9 years ago
  54. aa0a34b hv_netvsc: Implement partial copy into send buffer by Haiyang Zhang · 9 years ago
  55. e88f7e0 hv_netvsc: try linearizing big SKBs before dropping them by Vitaly Kuznetsov · 9 years ago
  56. 981a1bd hv_netvsc: use single existing drop path in netvsc_start_xmit by Vitaly Kuznetsov · 9 years ago
  57. ee90b81 hv_netvsc: Fix the packet free when it is in skb headroom by Haiyang Zhang · 9 years ago
  58. 7215142 hv_netvsc: Define a macro RNDIS_AND_PPI_SIZE by Haiyang Zhang · 9 years ago
  59. 0d15885 hv_netvsc: Clean up two unused variables by Haiyang Zhang · 9 years ago
  60. b08cc79 hv_netvsc: Eliminate memory allocation in the packet send path by KY Srinivasan · 9 years ago
  61. cbacec7 hv_netvsc: Cleanup the test for freeing skb when we use sendbuf mechanism by KY Srinivasan · 9 years ago
  62. 5ce58c2 hv_netvsc: remove vmbus_are_subchannels_present() in rndis_filter_device_add() by Haiyang Zhang · 9 years ago
  63. 7c3877f hv_netvsc: Implement batching in send buffer by Haiyang Zhang · 9 years ago
  64. 5999537 hyperv: Implement netvsc_get_channels() ethool op by Andrew Schwartzmeyer · 9 years ago
  65. da19fcd hyperv: fix sparse warnings by Lad, Prabhakar · 9 years ago
  66. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  67. d953ca4 hyperv: Fix the error processing in netvsc_send() by Haiyang Zhang · 9 years ago
  68. 999028c hyperv: match wait_for_completion_timeout return type by Nicholas Mc Guire · 9 years ago
  69. 7390fe9 hyperv: netvsc.c: match wait_for_completion_timeout return type by Nicholas Mc Guire · 9 years ago
  70. c51ed1825 hyperv: Fix some variable name typos in send-buffer init/revoke by Haiyang Zhang · 10 years ago
  71. c3582a2 hyperv: Add support for vNIC hot removal by Haiyang Zhang · 10 years ago
  72. aa99c47 net: Hyper-V: Deletion of an unnecessary check before the function call "vfree" by Markus Elfring · 10 years ago
  73. 4d3c9d3 hyperv: Add processing of MTU reduced by the host by Haiyang Zhang · 10 years ago
  74. 4c87454 hyperv: Add IPv6 into the hash computation for vRSS by Haiyang Zhang · 10 years ago
  75. 942396b hyperv: Fix the total_data_buflen in send path by Haiyang Zhang · 10 years ago
  76. f88e671 hyperv: Add handling of IP header with option field in netvsc_set_hash() by Haiyang Zhang · 10 years ago
  77. 64b1f00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  78. 3a67c9c hyperv: Fix a bug in netvsc_send() by KY Srinivasan · 10 years ago
  79. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  80. dedb845 hyperv: Fix a bug in netvsc_start_xmit() by KY Srinivasan · 10 years ago
  81. b1c8492 hyperv: NULL dereference on error by Dan Carpenter · 10 years ago
  82. f90251c hyperv: Increase the buffer length for netvsc_channel_cb() by Haiyang Zhang · 10 years ago
  83. be136ed hyperv: Adjust the size of sendbuf region to support ws2008r2 by KY Srinivasan · 10 years ago
  84. 06b47aa Drivers: net-next: hyperv: Increase the size of the sendbuf region by KY Srinivasan · 10 years ago
  85. f139c74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  86. dd1d3f8 hyperv: Fix error return code in netvsc_init_buf() by Wei Yongjun · 10 years ago
  87. 316158f hyperv: Add netpoll support by Richard Weinberger · 10 years ago
  88. bd4578bc drivers/net/hyperv/netvsc.c: remove unnecessary null test before kfree by Fabian Frederick · 10 years ago
  89. 9b8d90b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  90. 3a494e7 hyperv: Add handler for RNDIS_STATUS_NETWORK_CHANGE event by Haiyang Zhang · 10 years ago
  91. 2f18423 hyperv: fix apparent cut-n-paste error in send path teardown by Dave Jones · 10 years ago
  92. 307f099 hyperv: Add hash value into RNDIS Per-packet info by Haiyang Zhang · 10 years ago
  93. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  94. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  95. e565e80 Add support for netvsc build without CONFIG_SYSFS flag by Haiyang Zhang · 10 years ago
  96. 22041fb hyperv: Properly handle checksum offload by KY Srinivasan · 10 years ago
  97. c25aaf8 hyperv: Enable sendbuf mechanism on the send path by KY Srinivasan · 10 years ago
  98. 893f662 hyperv: Simplify the send_completion variables by Haiyang Zhang · 10 years ago
  99. 4baab26 hyperv: Remove recv_pkt_list and lock by Haiyang Zhang · 10 years ago
  100. 5b54dac hyperv: Add support for virtual Receive Side Scaling (vRSS) by Haiyang Zhang · 10 years ago