1. 3f2b0a5 netvsc: Remove mistaken udp.h inclusion. by David S. Miller · 8 years ago
  2. ad19bc8 netvsc: fix checksum on UDP IPV6 by stephen hemminger · 8 years ago
  3. c6a77ff hv_netvsc: fix comments by Stephen Hemminger · 8 years ago
  4. f7ad75b hv_netvsc: count multicast packets received by Stephen Hemminger · 8 years ago
  5. 9cbcc42 hv_netvsc: remove VF in flight counters by Stephen Hemminger · 8 years ago
  6. f207c10 hv_netvsc: use RCU to protect vf_netdev by Stephen Hemminger · 8 years ago
  7. e8ff40d hv_netvsc: improve VF device matching by Stephen Hemminger · 8 years ago
  8. ee837a1 hv_netvsc: simplify callback event code by Stephen Hemminger · 8 years ago
  9. 07d0f00 hv_netvsc: dev hold/put reference to VF by Stephen Hemminger · 8 years ago
  10. 17db4bc hv_netvsc: use consume_skb by Stephen Hemminger · 8 years ago
  11. 3a8963a Revert "hv_netvsc: make inline functions static" by Stephen Hemminger · 8 years ago
  12. 4323b47 hv_netvsc: add ethtool statistics for tx packet issues by Stephen Hemminger · 8 years ago
  13. e3f74b8 hv_netvsc: report vmbus name in ethtool by Stephen Hemminger · 8 years ago
  14. 6c4c137 hv_netvsc: make variable local by Stephen Hemminger · 8 years ago
  15. 7a2a0a8 hv_netvsc: make netvsc_destroy_buf void by Stephen Hemminger · 8 years ago
  16. bc304dd hv_netvsc: refactor completion function by Stephen Hemminger · 8 years ago
  17. 0ab0514 hv_netvsc: rearrange start_xmit by Stephen Hemminger · 8 years ago
  18. fd61260 hv_netvsc: init completion during alloc by Stephen Hemminger · 8 years ago
  19. e08f3ea hv_netvsc: make device_remove void by Stephen Hemminger · 8 years ago
  20. e5a78fa hv_netvsc: use ARRAY_SIZE() for NDIS versions by Stephen Hemminger · 8 years ago
  21. 30d1de0 hv_netvsc: make inline functions static by Stephen Hemminger · 8 years ago
  22. 796cc88 hv_netvsc: style cleanups by Stephen Hemminger · 8 years ago
  23. e53a9c2 hv_netvsc: use kcalloc by Stephen Hemminger · 8 years ago
  24. 9477386 hv_netvsc: make RSS hash key static by Stephen Hemminger · 8 years ago
  25. 8737caa hv_netvsc: fix rtnl locking in callback by Stephen Hemminger · 8 years ago
  26. c0b558e hv_netvsc: Implement batching of receive completions by Haiyang Zhang · 8 years ago
  27. 60747ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  28. 0dbff14 hv_netvsc: fix bonding devices check in netvsc_netdev_event() by Vitaly Kuznetsov · 8 years ago
  29. 0f20d79 hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdev by Vitaly Kuznetsov · 8 years ago
  30. 57c1826b99 hv_netvsc: reset vf_inject on VF removal by Vitaly Kuznetsov · 8 years ago
  31. d072218 hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt wait by Vitaly Kuznetsov · 8 years ago
  32. f9a7da9 hv_netvsc: don't lose VF information by Vitaly Kuznetsov · 8 years ago
  33. 7f5d5af hv_netvsc: Add handler for physical link speed change by Haiyang Zhang · 8 years ago
  34. b37879e hv_netvsc: Add query for initial physical link speed by Haiyang Zhang · 8 years ago
  35. e2b9f1f hv_netvsc: Fix VF register on bonding devices by Haiyang Zhang · 8 years ago
  36. 99a50bb netvsc: Use the new in-place consumption APIs in the rx path by K. Y. Srinivasan · 8 years ago
  37. 5362855 netvsc: get rid of completion timeouts by Vitaly Kuznetsov · 8 years ago
  38. 426d954 hv_netvsc: pass struct net_device to rndis_filter_set_offload_params() by Vitaly Kuznetsov · 8 years ago
  39. e834da9a hv_netvsc: pass struct net_device to rndis_filter_set_device_mac() by Vitaly Kuznetsov · 8 years ago
  40. 2f5fa6c hv_netvsc: pass struct netvsc_device to rndis_filter_{open, close}() by Vitaly Kuznetsov · 8 years ago
  41. 2625466 hv_netvsc: introduce {net, hv}_device_to_netvsc_device() helpers by Vitaly Kuznetsov · 8 years ago
  42. 4baa994 hv_netvsc: remove redundant assignment in netvsc_recv_callback() by Vitaly Kuznetsov · 8 years ago
  43. cb2911f hv_netvsc: Fix VF register on vlan devices by Haiyang Zhang · 8 years ago
  44. 8809883 hv_netvsc: set nvdev link after populating chn_table by Vitaly Kuznetsov · 8 years ago
  45. 6da7225 hv_netvsc: synchronize netvsc_change_mtu()/netvsc_set_channels() with netvsc_remove() by Vitaly Kuznetsov · 8 years ago
  46. 0a1275c hv_netvsc: get rid of struct net_device pointer in struct netvsc_device by Vitaly Kuznetsov · 8 years ago
  47. 3d541ac hv_netvsc: untangle the pointer mess by Vitaly Kuznetsov · 8 years ago
  48. 1bdcec8 hv_netvsc: use start_remove flag to protect netvsc_link_change() by Vitaly Kuznetsov · 8 years ago
  49. f580aec hv_netvsc: move start_remove flag to net_device_context by Vitaly Kuznetsov · 8 years ago
  50. 15cfd40 hv_netvsc: Fix the list processing for network change event by Haiyang Zhang · 8 years ago
  51. 84bf9ce hv_netvsc: Implement support for VF drivers on Hyper-V by KY Srinivasan · 8 years ago
  52. 3f73513 hv_netvsc: Fix the order of num_sc_offered decrement by Haiyang Zhang · 8 years ago
  53. 9efc2f7 hv_netvsc: Fix the array sizes to be max supported channels by Haiyang Zhang · 8 years ago
  54. d212b46 hv_netvsc: Fix accessing freed memory in netvsc_change_mtu() by Haiyang Zhang · 8 years ago
  55. d66ab51 hv_netvsc: Move subchannel waiting to rndis_filter_device_remove() by Haiyang Zhang · 8 years ago
  56. 49eb938 hv_netvsc: add ethtool support for set and get of settings by sixiao@microsoft.com · 8 years ago
  57. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  58. 76d13b5 hv_netvsc: add software transmit timestamp support by sixiao@microsoft.com · 8 years ago
  59. 14a03cf hv_netvsc: Restore needed_headroom request by Vitaly Kuznetsov · 8 years ago
  60. a060679 hv_netvsc: cleanup netdev feature flags for netvsc by sixiao@microsoft.com · 8 years ago
  61. c85e492 hv_netvsc: Fix book keeping of skb during batching process by Haiyang Zhang · 8 years ago
  62. 757647e hv_netvsc: use skb_get_hash() instead of a homegrown implementation by Vitaly Kuznetsov · 8 years ago
  63. cf8190e hv_netvsc: Fix race condition on Multi-Send Data field by Haiyang Zhang · 9 years ago
  64. 760d1e3 hv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packet by KY Srinivasan · 9 years ago
  65. 10082f9 hv_netvsc: Eliminate status from struct hv_netvsc_packet by KY Srinivasan · 9 years ago
  66. bde79be hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packet by KY Srinivasan · 9 years ago
  67. a429bda hv_netvsc: Eliminate completion_func from struct hv_netvsc_packet by KY Srinivasan · 9 years ago
  68. 694a9fb hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packet by KY Srinivasan · 9 years ago
  69. 3a3d9a0 hv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packet by KY Srinivasan · 9 years ago
  70. a9f2e2d hv_netvsc: Eliminate page_buf from struct hv_netvsc_packet by KY Srinivasan · 9 years ago
  71. 2a04ae8 hv_netvsc: remove locking in netvsc_send() by Vitaly Kuznetsov · 9 years ago
  72. 8b9fbe1 hv_netvsc: move subchannel existence check to netvsc_select_queue() by Vitaly Kuznetsov · 9 years ago
  73. c0eb454 hv_netvsc: Don't ask for additional head room in the skb by KY Srinivasan · 9 years ago
  74. 074c2fe hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packet by KY Srinivasan · 9 years ago
  75. 09215ef hv_netvsc: Eliminate send_completion from struct hv_netvsc_packet by KY Srinivasan · 9 years ago
  76. c4b20c6 hv_netvsc: Eliminatte the data field from struct hv_netvsc_packet by KY Srinivasan · 9 years ago
  77. 2447676 hv_netvsc: Eliminate rndis_msg pointer from hv_netvsc_packet structure by KY Srinivasan · 9 years ago
  78. 25b85ee hv_netvsc: Eliminate the channel field in hv_netvsc_packet structure by KY Srinivasan · 9 years ago
  79. 934d202 hv_netvsc: Rearrange the hv_negtvsc_packet to be space efficient by KY Srinivasan · 9 years ago
  80. 22e9dd2 hv_netvsc: Resize some of the variables in hv_netvsc_packet by KY Srinivasan · 9 years ago
  81. 27a70af hv_netvsc: rework link status change handling by Vitaly Kuznetsov · 9 years ago
  82. cd79a23 flow_dissector: Add flags argument to skb_flow_dissector functions by Tom Herbert · 9 years ago
  83. 954591b hv_netvsc: Fix dereference of nvdev before check by Andrew Schwartzmeyer · 9 years ago
  84. b5960e6 hv_netvsc: Implement set_channels ethtool op by Andrew Schwartzmeyer · 9 years ago
  85. 8ebdcc5 hv_netvsc: Set vRSS with num_chn in RNDIS filter by Andrew Schwartzmeyer · 9 years ago
  86. 71790a2 hv_netvsc: Add structs and handlers for VF messages by Haiyang Zhang · 9 years ago
  87. b3e6b82 hv_netvsc: Wait for sub-channels to be processed during probe by KY Srinivasan · 9 years ago
  88. 2de8530 hv_netvsc: Add close of RNDIS filter into change mtu call by Haiyang Zhang · 9 years ago
  89. f9cbce3 hv_netvsc: Add support to set MTU reservation from guest side by Haiyang Zhang · 9 years ago
  90. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  91. d647230 x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h> by Stephen Rothwell · 9 years ago
  92. 5defde5 hv_netvsc: Allocate the sendbuf in a NUMA aware way by K. Y. Srinivasan · 9 years ago
  93. 0a726c2 hv_netvsc: Allocate the receive buffer from the correct NUMA node by K. Y. Srinivasan · 9 years ago
  94. e01ec21 hv_netvsc: Properly size the vrss queues by KY Srinivasan · 9 years ago
  95. 4b02b58 hv_netvsc: change member name of struct netvsc_stats by sixiao@microsoft.com · 9 years ago
  96. 7eafd9b hv_netvsc: use per_cpu stats to calculate TX/RX data by sixiao@microsoft.com · 9 years ago
  97. 06635a3 flow_dissect: use programable dissector in skb_flow_dissect and friends by Jiri Pirko · 9 years ago
  98. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  99. 82fa3c7 hv_netvsc: Use the xmit_more skb flag to optimize signaling the host by KY Srinivasan · 9 years ago
  100. 7aab515 hv_netvsc: remove unused variable in netvsc_send() by Jerry Snitselaar · 9 years ago