1. 942396b hyperv: Fix the total_data_buflen in send path by Haiyang Zhang · 10 years ago
  2. f88e671 hyperv: Add handling of IP header with option field in netvsc_set_hash() by Haiyang Zhang · 10 years ago
  3. 64b1f00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  4. 3a67c9c hyperv: Fix a bug in netvsc_send() by KY Srinivasan · 10 years ago
  5. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  6. dedb845 hyperv: Fix a bug in netvsc_start_xmit() by KY Srinivasan · 10 years ago
  7. b1c8492 hyperv: NULL dereference on error by Dan Carpenter · 10 years ago
  8. f90251c hyperv: Increase the buffer length for netvsc_channel_cb() by Haiyang Zhang · 10 years ago
  9. be136ed hyperv: Adjust the size of sendbuf region to support ws2008r2 by KY Srinivasan · 10 years ago
  10. 06b47aa Drivers: net-next: hyperv: Increase the size of the sendbuf region by KY Srinivasan · 10 years ago
  11. f139c74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  12. dd1d3f8 hyperv: Fix error return code in netvsc_init_buf() by Wei Yongjun · 10 years ago
  13. 316158f hyperv: Add netpoll support by Richard Weinberger · 10 years ago
  14. bd4578bc drivers/net/hyperv/netvsc.c: remove unnecessary null test before kfree by Fabian Frederick · 10 years ago
  15. 9b8d90b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  16. 3a494e7 hyperv: Add handler for RNDIS_STATUS_NETWORK_CHANGE event by Haiyang Zhang · 10 years ago
  17. 2f18423 hyperv: fix apparent cut-n-paste error in send path teardown by Dave Jones · 10 years ago
  18. 307f099 hyperv: Add hash value into RNDIS Per-packet info by Haiyang Zhang · 10 years ago
  19. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  20. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  21. e565e80 Add support for netvsc build without CONFIG_SYSFS flag by Haiyang Zhang · 10 years ago
  22. 22041fb hyperv: Properly handle checksum offload by KY Srinivasan · 10 years ago
  23. c25aaf8 hyperv: Enable sendbuf mechanism on the send path by KY Srinivasan · 10 years ago
  24. 893f662 hyperv: Simplify the send_completion variables by Haiyang Zhang · 10 years ago
  25. 4baab26 hyperv: Remove recv_pkt_list and lock by Haiyang Zhang · 10 years ago
  26. 5b54dac hyperv: Add support for virtual Receive Side Scaling (vRSS) by Haiyang Zhang · 10 years ago
  27. af9893a Drivers: net: hyperv: Address UDP checksum issues by KY Srinivasan · 10 years ago
  28. 1f73db4 Drivers: net: hyperv: Negotiate suitable ndis version for offload support by KY Srinivasan · 10 years ago
  29. 4276372 Drivers: net: hyperv: Allocate memory for all possible per-pecket information by KY Srinivasan · 10 years ago
  30. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  31. 99d3016 hyperv: Change the receive buffer size for legacy hosts by Haiyang Zhang · 10 years ago
  32. 77bf548 Drivers: net: hyperv: Enable large send offload by KY Srinivasan · 10 years ago
  33. 08cd04b Drivers: net: hyperv: Enable send side checksum offload by KY Srinivasan · 10 years ago
  34. e3d605e Drivers: net: hyperv: Enable receive side IP checksum offload by KY Srinivasan · 10 years ago
  35. 4a0e70a Drivers: net: hyperv: Enable offloads on the host by KY Srinivasan · 10 years ago
  36. 8a00251 Drivers: net: hyperv: Cleanup the send path by KY Srinivasan · 10 years ago
  37. 54a7357 Drivers: net: hyperv: Enable scatter gather I/O by KY Srinivasan · 10 years ago
  38. 1b07da5 hyperv: Move state setting for link query by Haiyang Zhang · 10 years ago
  39. a1eabb0 hyperv: Add latest NetVSP versions to auto negotiation by Haiyang Zhang · 10 years ago
  40. 1e8d642 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  41. ee0c4c3 Drivers: net: hyperv: Cleanup the netvsc receive callback functio by KY Srinivasan · 10 years ago
  42. 97c1723 Drivers: net: hyperv: Cleanup the receive path by KY Srinivasan · 10 years ago
  43. 86eedac Drivers: net: hyperv: Get rid of the rndis_filter_packet structure by KY Srinivasan · 10 years ago
  44. 891de74 hyperv: Fix the carrier status setting by Haiyang Zhang · 10 years ago
  45. b679ef7 hyperv: Add support for physically discontinuous receive buffer by Haiyang Zhang · 11 years ago
  46. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  47. a68f961 hyperv: Fix race between probe and open calls by Haiyang Zhang · 11 years ago
  48. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  49. 50dc875 netvsc: don't flush peers notifying work during setting mtu by Jason Wang · 11 years ago
  50. adf8d3f drivers/net/*: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  51. cfc2599 Drivers: hv: remove HV_DRV_VERSION by Olaf Hering · 11 years ago
  52. f457082 hyperv: Fix the NETIF_F_SG flag setting in netvsc by Haiyang Zhang · 11 years ago
  53. 93725cb Fix the VLAN_TAG_PRESENT in netvsc_recv_callback() by Haiyang Zhang · 11 years ago
  54. c802db1 hyperv: Fix vlan_proto setting in netvsc_recv_callback() by Haiyang Zhang · 11 years ago
  55. 00ca8f0 hyperv: Fix a compiler warning in netvsc_send() by Haiyang Zhang · 11 years ago
  56. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  57. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  58. f1ea3cd hyperv: Fix RNDIS send_completion code path by Haiyang Zhang · 11 years ago
  59. fd5c07a hyperv: Fix a kernel warning from netvsc_linkstatus_callback() by Haiyang Zhang · 11 years ago
  60. 7ed214a Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  61. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  62. 8f50594 Drivers: net: hyperv: Use the consolidated GUID definition by K. Y. Srinivasan · 12 years ago
  63. 9a4c831 net/hyperv: fix wrong length of mac address by Jianjun Kong · 12 years ago
  64. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  65. b02a806 hyperv: Add an error message to rndis_filter_set_device_mac() by Haiyang Zhang · 12 years ago
  66. 3fbca4a hyperv: Remove unnecessary comments in rndis_filter_receive_data() by Haiyang Zhang · 12 years ago
  67. a3a6cab hyperv: Add buffer for extended info after the RNDIS response message. by Haiyang Zhang · 12 years ago
  68. 63f6921 hyperv: Report actual status in receive completion packet by Haiyang Zhang · 12 years ago
  69. 6562640 hyperv: Remove extra allocated space for recv_pkt_list elements by Haiyang Zhang · 12 years ago
  70. 99e3fcf hyperv: Fix page buffer handling in rndis_filter_send_request() by Haiyang Zhang · 12 years ago
  71. ea49637 hyperv: Fix the missing return value in rndis_filter_set_packet_filter() by Haiyang Zhang · 12 years ago
  72. fb1d074 hyperv: Fix the max_xfer_size in RNDIS initialization by Haiyang Zhang · 12 years ago
  73. ee89bab net: move and rename netif_notify_peers() by Amerigo Wang · 12 years ago
  74. 0f48917 hyperv: Add comments for the extended buffer after RNDIS message by Haiyang Zhang · 12 years ago
  75. ae9e63b hyperv: Move wait completion msg code into rndis_filter_halt_device() by Haiyang Zhang · 12 years ago
  76. 5243e7b hyperv: Add error handling to rndis_filter_device_add() by Haiyang Zhang · 12 years ago
  77. fa85a6c hyperv: Add a check for ring_size value by Haiyang Zhang · 12 years ago
  78. 1ce09e8 hyperv: Add support for setting MAC from within guests by Haiyang Zhang · 12 years ago
  79. c1864cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  80. c2fd03a drivers: net: Remove casts to same type by Joe Perches · 12 years ago
  81. dc5cd89 net/hyperv: Use wait_event on outstanding sends during device removal by Haiyang Zhang · 12 years ago
  82. 5149116 usb/net: rndis: merge command codes by Linus Walleij · 12 years ago
  83. 007e5c8 usb/net: rndis: remove ambigous status codes by Linus Walleij · 12 years ago
  84. 7591157 usb/net: rndis: break out <linux/rndis.h> defines by Linus Walleij · 12 years ago
  85. f240019 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  86. 792df87 net/hyperv: Adding cancellation to ensure rndis filter is closed by Wenqi Ma · 12 years ago
  87. 33be96e net/hyperv: Add flow control based on hi/low watermark by Haiyang Zhang · 12 years ago
  88. da24e90 net/hyperv: Fix the code handling tx busy by Haiyang Zhang · 12 years ago
  89. 4da0bd73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  90. bb6d5e7 net/hyperv: fix erroneous NETDEV_TX_BUSY use by Eric Dumazet · 12 years ago
  91. 1f5f3a7 net/hyperv: Add support for vlan trunking from guests by Haiyang Zhang · 12 years ago
  92. ef31bef net/hyperv: Fix data corruption in rndis_filter_receive() by Haiyang Zhang · 12 years ago
  93. b2d3298 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  94. d31b20f net/hyperv: Use the built-in macro KBUILD_MODNAME for this driver by Haiyang Zhang · 12 years ago
  95. bce6080 net/hyperv: Remove the unnecessary memset in rndis_filter_send() by Haiyang Zhang · 13 years ago
  96. 6f4c444 net/hyperv: Correct the assignment in netvsc_recv_callback() by Haiyang Zhang · 13 years ago
  97. 5fccab3 net/hyperv: Convert camel cased variables in rndis_filter.c to lower cases by Haiyang Zhang · 13 years ago
  98. c31c151 net/hyperv: Fix the page buffer when an RNDIS message goes beyond page boundary by Haiyang Zhang · 13 years ago
  99. 0a28253 net/hyperv: Use netif_tx_disable() instead of netif_stop_queue() when necessary by Haiyang Zhang · 13 years ago
  100. 4b8a8bc net/hyperv: fix the issue that large packets be dropped under bridge by Wei Yongjun · 13 years ago