1. 0dd0c8f Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 5 years ago
  2. 6f3aeb1 hv_netvsc: make recording RSS hash depend on feature flag by Stephen Hemminger · 5 years ago
  3. a9f852e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 5 years ago
  4. 171c1fd hv_netvsc: Fix send_table offset in case of a host bug by Haiyang Zhang · 5 years ago
  5. 71f2195 hv_netvsc: Fix offset usage in netvsc_send_table() by Haiyang Zhang · 5 years ago
  6. 0efeea5 hv_netvsc: Add the support of hibernation by Dexuan Cui · 5 years ago
  7. 1fac7ca hv_netvsc: record hardware hash in skb by Stephen Hemminger · 5 years ago
  8. df9f540c hv_netvsc: flag software created hash value by Stephen Hemminger · 5 years ago
  9. 719b85c hv_netvsc: Fix error handling in netvsc_attach() by Haiyang Zhang · 5 years ago
  10. c4509a5 hv_netvsc: Fix error handling in netvsc_set_features() by Haiyang Zhang · 5 years ago
  11. ab92d68 net: core: add generic lockdep keys by Taehee Yoo · 5 years ago
  12. 68622d0 hv_netvsc: Sync offloading features to VF NIC by Haiyang Zhang · 5 years ago
  13. b441f79 hv_netvsc: Allow scatter-gather feature to be tunable by Haiyang Zhang · 5 years ago
  14. 446bf64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 6 years ago
  15. 6d0d779d hv_netvsc: Fix a warning of suspicious RCU usage by Dexuan Cui · 6 years ago
  16. b54c9d5 net: Use skb_frag_off accessors by Jonathan Lemon · 6 years ago
  17. be4363b hv_netvsc: Fix extra rcu_read_unlock in netvsc_recv_callback() by Haiyang Zhang · 6 years ago
  18. 9a33629 hv_netvsc: Set probe mode to sync by Haiyang Zhang · 6 years ago
  19. 2f4c533 Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  20. 9952f69 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 by Thomas Gleixner · 6 years ago
  21. 996ed04 netvsc: unshare skb in VF rx handler by Stephen Hemminger · 6 years ago
  22. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  23. a9e41a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  24. 93aa479 hv_netvsc: fix race that may miss tx queue wakeup by Haiyang Zhang · 6 years ago
  25. f83f715 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  26. 6b16f9e net: move skb->xmit_more hint to softnet data by Florian Westphal · 6 years ago
  27. 1b704c4 hv_netvsc: Fix unwanted wakeup after tx_disable by Haiyang Zhang · 6 years ago
  28. a350ecc net: remove 'fallback' argument from dev->ndo_select_queue() by Paolo Abeni · 6 years ago
  29. bf48648 hv_netvsc: Fix IP header checksum for coalesced packets by Haiyang Zhang · 6 years ago
  30. 52d3b49 hv_netvsc: fix typos in code comments by Adrian Vladu · 6 years ago
  31. 17d9125 hv_netvsc: Fix hash key value reset after other ops by Haiyang Zhang · 6 years ago
  32. 7c9f335 hv_netvsc: Refactor assignments of struct netvsc_device_info by Haiyang Zhang · 6 years ago
  33. b4a10c7 hv_netvsc: Fix ethtool change hash key error by Haiyang Zhang · 6 years ago
  34. 3a37a96 net: dev: Add extack argument to dev_set_mac_address() by Petr Machata · 6 years ago
  35. 567c5e1 net: core: dev: Add extack argument to dev_change_flags() by Petr Machata · 6 years ago
  36. 00f54e6 net: core: dev: Add extack argument to dev_open() by Petr Machata · 6 years ago
  37. 98ba780 net/hyperv: use skb_vlan_tag_*() helpers by Michał Mirosław · 6 years ago
  38. 0054795 hv_netvsc: fix vf serial matching with pci slot info by Haiyang Zhang · 6 years ago
  39. 2a7f8c3 hv_netvsc: remove ndo_poll_controller by Stephen Hemminger · 6 years ago
  40. e3a9667 hv_netvsc: Fix rndis_per_packet_info internal field initialization by Haiyang Zhang · 6 years ago
  41. d6792a5 hv_netvsc: Add handler for LRO setting change by Haiyang Zhang · 6 years ago
  42. c8e4eff hv_netvsc: Add support for LRO/RSC in the vSwitch by Haiyang Zhang · 6 years ago
  43. 00d7ddb hv_netvsc: pair VF based on serial number by Stephen Hemminger · 6 years ago
  44. 018349d hv_netvsc: fix schedule in RCU context by Stephen Hemminger · 6 years ago
  45. e04e7a7 hv_netvsc: Fix a deadlock by getting rtnl lock earlier in netvsc_probe() by Dexuan Cui · 6 years ago
  46. b93c1b5 hv_netvsc: ignore devices that are not PCI by Stephen Hemminger · 7 years ago
  47. d5acba2 Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  48. b19b463 hv/netvsc: Fix NULL dereference at single queue mode fallback by Takashi Iwai · 7 years ago
  49. 6ae7467 hv_netvsc: Add per-cpu ethtool stats for netvsc by Yidong Ren · 7 years ago
  50. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 7 years ago
  51. 6b81b19 hv_netvsc: Fix napi reschedule while receive completion is busy by Haiyang Zhang · 7 years ago
  52. 916c5e1 hv/netvsc: fix handling of fallback to single queue mode by Stephen Hemminger · 7 years ago
  53. 83cf9cd Merge 4.18-rc5 into char-misc-next by Greg Kroah-Hartman · 7 years ago
  54. 8ec56fc net: allow fallback function to pass netdev by Alexander Duyck · 7 years ago
  55. 4f49dec net: allow ndo_select_queue to pass netdev by Alexander Duyck · 7 years ago
  56. af0a564 use the new async probing feature for the hyperv drivers by Arjan van de Ven · 7 years ago
  57. 3ffe64f hv_netvsc: split sub-channel setup into async and sync by Stephen Hemminger · 7 years ago
  58. 06bdf28 hv_netvsc: Fix the variable sizes in ipsecv2 and rsc offload by Haiyang Zhang · 7 years ago
  59. c0a41b8 hv_netvsc: move VF to same namespace as netvsc device by Stephen Hemminger · 7 years ago
  60. 7bf7bb3 hv_netvsc: fix network namespace issues with VF support by Stephen Hemminger · 7 years ago
  61. 8cde8f0 hv_netvsc: drop common code until callback model fixed by Stephen Hemminger · 7 years ago
  62. f0dc7f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  63. 5f85942 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  64. 52acf73 hv_netvsc: Fix a network regression after ifdown/ifup by Dexuan Cui · 7 years ago
  65. 9c6ffba hv_netvsc: fix error return code in netvsc_probe() by Wei Yongjun · 7 years ago
  66. 1ff7807 netvsc: refactor notifier/event handling code to use the failover framework by Sridhar Samudrala · 7 years ago
  67. d97cde6 hv_netvsc: fix bogus ifalias on network device by Stephen Hemminger · 7 years ago
  68. 273de02 hv_netvsc: Add handlers for ethtool get/set msg level by Haiyang Zhang · 7 years ago
  69. b2d6cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  70. 97f3efb hv_netvsc: set master device by Stephen Hemminger · 7 years ago
  71. bfcbcb6 hv_netvsc: typo in NDIS RSS parameters structure by Stephen Hemminger · 7 years ago
  72. 55be9f2 hv_netvsc: Fix net device attach on older Windows hosts by Mohammed Gamal · 7 years ago
  73. c347b92 hv_netvsc: simplify receive side calling arguments by Stephen Hemminger · 7 years ago
  74. 48d7a07 hv_netvsc: select needed ucs2_string routine by Stephen Hemminger · 7 years ago
  75. 0dcec22 hv_netvsc: Add NetVSP v6 and v6.1 into version negotiation by Haiyang Zhang · 7 years ago
  76. 0fe554a hv_netvsc: propogate Hyper-V friendly name into interface alias by Stephen Hemminger · 7 years ago
  77. 6b1f837 scsi: netvsc: Use the vmbus function to calculate ring buffer percentage by Long Li · 7 years ago
  78. 3f076eff hv_netvsc: Pass net_device parameter to revoke and teardown functions by Mohammed Gamal · 7 years ago
  79. a56d99d hv_netvsc: Ensure correct teardown message sequence order by Mohammed Gamal · 7 years ago
  80. 7992894c hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl() by Mohammed Gamal · 7 years ago
  81. 2afc5d6 hv_netvsc: Use Windows version instead of NVSP version on GPAD teardown by Mohammed Gamal · 7 years ago
  82. c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  83. 3be9b5f hv_netvsc: Clean up extra parameter from rndis_filter_receive_data() by Haiyang Zhang · 7 years ago
  84. f03dbb0 hv_netvsc: enable multicast if necessary by Stephen Hemminger · 7 years ago
  85. d61e403 drivers/net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  86. c5d24bd hv_netvsc: Add range checking for rx packet offset and length by Haiyang Zhang · 7 years ago
  87. 5c71dad hv_netvsc: Fix the return status in RX path by Haiyang Zhang · 7 years ago
  88. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  89. 7b2ee50 hv_netvsc: common detach logic by Stephen Hemminger · 7 years ago
  90. 0ef58b0 hv_netvsc: change GPAD teardown order on older versions by Stephen Hemminger · 7 years ago
  91. 02400fc hv_netvsc: use RCU to fix concurrent rx and queue changes by Stephen Hemminger · 7 years ago
  92. 8348e04 hv_netvsc: disable NAPI before channel close by Stephen Hemminger · 7 years ago
  93. ec96638 hv_netvsc: add trace points by Stephen Hemminger · 7 years ago
  94. 0e96460 hv_netvsc: pass netvsc_device to rndis halt by Stephen Hemminger · 7 years ago
  95. b0dee79 hv_netvsc: fix locking during VF setup by Stephen Hemminger · 7 years ago
  96. 35a57b7 hv_netvsc: fix locking for rx_mode by Stephen Hemminger · 7 years ago
  97. 7eeb4a6 hv_netvsc: avoid repeated updates of packet filter by Stephen Hemminger · 7 years ago
  98. de3d50a hv_netvsc: fix filter flags by Stephen Hemminger · 7 years ago
  99. bee9d41 hv_netvsc: propagate rx filters to VF by Stephen Hemminger · 7 years ago
  100. 009f766 hv_netvsc: filter multicast/broadcast by Stephen Hemminger · 7 years ago