1. 3c0d551 Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  2. 170648f fm10k: Report PCIe link properties with pcie_print_link_status() by Bjorn Helgaas · 7 years ago
  3. ae06c70 intel: add SPDX identifiers to all the Intel drivers by Jeff Kirsher · 7 years ago
  4. 7d6707a fm10k: fix incorrect warning for function prototype by Jacob Keller · 8 years ago
  5. 363656e fm10k: fix function doxygen comments by Jacob Keller · 8 years ago
  6. b200bfd fm10k: mark PM functions as __maybe_unused by Arnd Bergmann · 8 years ago
  7. 26566ea ethernet/intel: Convert timers to use timer_setup() by Kees Cook · 8 years ago
  8. 87be989 fm10k: prefer %s and __func__ for diagnostic prints by Jacob Keller · 8 years ago
  9. fc91736 fm10k: introduce a message queue for MAC/VLAN messages by Jacob Keller · 8 years ago
  10. 8249c47 fm10k: use generic PM hooks instead of legacy PCIe power hooks by Jacob Keller · 8 years ago
  11. b4fcd43 fm10k: use spinlock to implement mailbox lock by Jacob Keller · 8 years ago
  12. 0b40f45 fm10k: prepare_for_reset() when we lose PCIe Link by Jacob Keller · 8 years ago
  13. 0491439 fm10k: prevent race condition of __FM10K_SERVICE_SCHED by Jacob Keller · 8 years ago
  14. 65b0a46 fm10k: move fm10k_prepare_for_reset and fm10k_handle_reset by Jacob Keller · 8 years ago
  15. 8bac58b fm10k: avoid needless delay when loading driver by Jacob Keller · 8 years ago
  16. b94dd00 fm10k: avoid possible truncation of q_vector->name by Jacob Keller · 8 years ago
  17. 775755e PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done() by Christoph Hellwig · 8 years ago
  18. 16b1889 fm10k: disable receive queue when configuring ring by Ngai-Mint Kwan · 9 years ago
  19. b4fd8ff fm10k: allow service task to reschedule itself by Jacob Keller · 9 years ago
  20. 4692955 fm10k: future-proof state bitmaps using DECLARE_BITMAP by Jacob Keller · 9 years ago
  21. 3ee7b3a fm10k: use a BITMAP for flags to avoid race conditions by Jacob Keller · 9 years ago
  22. 282ccf6 drivers: add explicit interrupt.h includes by Florian Westphal · 8 years ago
  23. 2f3fc1e fm10k: request reset when mbx->state changes by Ngai-Mint Kwan · 9 years ago
  24. c689eff fm10k: don't clear the RXQCTL register when enabling or disabling queues by Jacob Keller · 9 years ago
  25. 9717c77 fm10k: remove unnecessary extra parenthesis around ((~value)) by Jacob Keller · 9 years ago
  26. 1ad7829 fm10k: add support for Rx offloads on one Geneve tunnel by Jacob Keller · 9 years ago
  27. 1809593 fm10k: don't continue probe if PCI device not in normal IO state by Jacob Keller · 9 years ago
  28. 76ef0fc fm10k: print error code when pci_enable_device_mem fails during probe by Jacob Keller · 9 years ago
  29. ce4dad2 fm10k: prefer READ_ONCE instead of ACCESS_ONCE by Jacob Keller · 9 years ago
  30. 5b9e443 fm10k: use software values when checking for Tx hangs in hot path by Jacob Keller · 9 years ago
  31. e59a393 fm10k: fix PCI device enable_cnt leak in .io_slot_reset by Jacob Keller · 9 years ago
  32. c8d0267 Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  33. 0356b23 fm10k: force link to remain down for at least a second on resume events by Jacob Keller · 9 years ago
  34. 9d7dbf0 fm10k: check if PCIe link is restored by Jacob Keller · 9 years ago
  35. 0d63a8f fm10k: enable bus master after every reset by Jacob Keller · 9 years ago
  36. 7756c08 fm10k: use common flow for suspend and resume by Jacob Keller · 9 years ago
  37. 0593186 fm10k: implement reset_notify handler for PCIe FLR events by Jacob Keller · 9 years ago
  38. 820c91a fm10k: use common reset flow when handling io errors from PCI stack by Jacob Keller · 9 years ago
  39. dc4b76c fm10k: implement prepare_suspend and handle_resume by Jacob Keller · 9 years ago
  40. 40de1fa fm10k: split fm10k_reinit into two functions by Jacob Keller · 9 years ago
  41. 9487776 fm10k: wait for queues to drain if stop_hw() fails once by Jacob Keller · 9 years ago
  42. 106ca42 fm10k: only warn when stop_hw fails with FM10K_ERR_REQUESTS_PENDING by Jacob Keller · 9 years ago
  43. 9d73ede fm10k: prevent multiple threads updating statistics by Jacob Keller · 9 years ago
  44. b624714 fm10k: avoid possible null pointer dereference in fm10k_update_stats by Jacob Keller · 9 years ago
  45. 1b00c6c fm10k: no need to continue in fm10k_down if __FM10K_DOWN already set by Jacob Keller · 9 years ago
  46. 56d766d ethernet/intel: Use pci_(request|release)_mem_regions by Johannes Thumshirn · 9 years ago
  47. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
  48. 41419b9 fm10k: protect fm10k_open in fm10k_io_resume with rtnl_lock by Hannes Frederic Sowa · 9 years ago
  49. 8664109 fm10k: consistently use Intel(R) for driver names by Jacob Keller · 9 years ago
  50. 3417415 fm10k: do not disable PCI device in fm10k_io_error_detected by Jacob Keller · 9 years ago
  51. a7a7783 fm10k: correctly handle LPORT_MAP error by Jacob Keller · 9 years ago
  52. 9de6a1a fm10k: drop 1588 support by Jacob Keller · 9 years ago
  53. 1e4c32f fm10k: prevent RCU issues during AER events by Jacob Keller · 9 years ago
  54. d8ec92f fm10k: fix a minor typo in some comments by Jacob Keller · 10 years ago
  55. c8ed563 fm10k: free MBX IRQ before clearing interrupt scheme by Jacob Keller · 10 years ago
  56. 61e0217 fm10k: print error message when stop_hw fails by Jacob Keller · 10 years ago
  57. e72319b fm10k: don't initialize service task until later in probe by Jacob Keller · 10 years ago
  58. de66c61 fm10k: prevent null pointer dereference of msix_entries table by Jacob Keller · 10 years ago
  59. 11c49f7 fm10k: use ether_addr_copy to copy MAC address by Bruce Allan · 10 years ago
  60. 838e610 fm10k: demote BUG_ON() to WARN_ON() where appropriate by Bruce Allan · 10 years ago
  61. fcdb0a9 fm10k: cleanup remaining right-bit-shifted 1 by Bruce Allan · 10 years ago
  62. 1aab144 fm10k: Move constants to the right of binary operators by Bruce Allan · 10 years ago
  63. f355bb5 fm10k: use true/false for boolean get_host_state by Bruce Allan · 10 years ago
  64. 6186ddf fm10k: use ether_addr_equal instead of memcmp by Jacob Keller · 10 years ago
  65. 09f8a82 fm10k: Cleanup exception handling for changing queues by Alexander Duyck · 10 years ago
  66. 504b0fd fm10k: initialize xps at driver load by Jacob Keller · 10 years ago
  67. 3d02b3d fm10k: cleanup overly long lines by Bruce Allan · 10 years ago
  68. a4fcad6 fm10k: whitespace cleanups by Bruce Allan · 10 years ago
  69. e00e23b fm10k: Cleanup exception handling for mailbox interrupt by Alexander Duyck · 10 years ago
  70. aa502b4 fm10k: consistently refer to VLANs and VLAN IDs by Jacob Keller · 10 years ago
  71. 40423dd fm10k: do not use CamelCase by Jacob Keller · 10 years ago
  72. c7bc952 fm10k: TRIVIAL fix typo of hardware by Jacob Keller · 10 years ago
  73. 436ea95 fm10k: use macro for default Tx and Rx ITR values by Jacob Keller · 10 years ago
  74. 242722d fm10k: Update adaptive ITR algorithm by Jacob Keller · 10 years ago
  75. 875328e fm10k: reinitialize queuing scheme after calling init_hw by Jacob Keller · 10 years ago
  76. 1343c65 fm10k: always check init_hw for errors by Jacob Keller · 10 years ago
  77. e024490 fm10k: set netdev features in one location by Jacob Keller · 10 years ago
  78. de125aa fm10k: use napi_schedule_irqoff() by Alexander Duyck · 10 years ago
  79. 80043f3 fm10k: add support for extra debug statistics by Jacob Keller · 10 years ago
  80. 8427672 fm10k: remove comment about rtnl_lock around mbx operations by Jacob Keller · 10 years ago
  81. 95f4f8d fm10k: re-enable VF after a full reset on detection of a Malicious event by Jacob Keller · 10 years ago
  82. e71c931 fm10k: send traffic on default VID to VLAN device if we have one by Jacob Keller · 10 years ago
  83. 0ff3667 fm10k: Report MAC address on driver load by Alexander Duyck · 10 years ago
  84. bdc7f59 fm10k: update netdev perm_addr during reinit, instead of at up by Jacob Keller · 10 years ago
  85. 106c07a fm10k: update fm10k_slot_warn to use pcie_get_minimum link by Jacob Keller · 10 years ago
  86. e402966 fm10k: disable service task during suspend by Jacob Keller · 10 years ago
  87. c04ae58 fm10k: use dma_set_mask_and_coherent in fm10k_probe by Jacob Keller · 10 years ago
  88. 0197cde fm10k: trivial fixup message style to include a colon by Jacob Keller · 10 years ago
  89. ec6acb8 fm10k: add call to fm10k_clean_all_rx_rings in fm10k_down by Jacob Keller · 10 years ago
  90. 54b3c9cf fm10k: start service timer on probe by Jeff Kirsher · 10 years ago
  91. 9de15bd fm10k: don't handle mailbox events in iov_event path and always process mailbox by Jeff Kirsher · 10 years ago
  92. b382bb1 fm10k: use separate workqueue for fm10k driver by Jeff Kirsher · 10 years ago
  93. 10df06f fm10k: only increment tx_timeout_count in Tx hang path by Jeff Kirsher · 10 years ago
  94. c0e6178 fm10k: use hw->mac.max_queues for stats by Jeff Kirsher · 10 years ago
  95. de44519 fm10k: fix unused warnings by Jeff Kirsher · 10 years ago
  96. 8b4a98c fm10k: Add netconsole support by Jeff Kirsher · 10 years ago
  97. 97c71e3 fm10k: Remove redundant rx_errors in ethtool by Jeff Kirsher · 10 years ago
  98. eca3204 fm10k: Resolve various spelling errors and checkpatch warnings by Matthew Vick · 11 years ago
  99. c41a4fb fm10k: use netdev_rss_key_fill() helper by Eric Dumazet · 11 years ago
  100. 4d41915 fm10k: Check the host state when bringing the interface up by Matthew Vick · 11 years ago