Christoph Hellwig
|
775755ed3c
PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()
|
8 年之前 |
Ngai-Mint Kwan
|
16b1889f8b
fm10k: disable receive queue when configuring ring
|
8 年之前 |
Jacob Keller
|
b4fd8ffc11
fm10k: allow service task to reschedule itself
|
8 年之前 |
Jacob Keller
|
4692955787
fm10k: future-proof state bitmaps using DECLARE_BITMAP
|
8 年之前 |
Jacob Keller
|
3ee7b3a3b9
fm10k: use a BITMAP for flags to avoid race conditions
|
8 年之前 |
Florian Westphal
|
282ccf6efb
drivers: add explicit interrupt.h includes
|
8 年之前 |
Ngai-Mint Kwan
|
2f3fc1e620
fm10k: request reset when mbx->state changes
|
8 年之前 |
Jacob Keller
|
c689eff124
fm10k: don't clear the RXQCTL register when enabling or disabling queues
|
9 年之前 |
Jacob Keller
|
9717c77213
fm10k: remove unnecessary extra parenthesis around ((~value))
|
9 年之前 |
Jacob Keller
|
1ad782928f
fm10k: add support for Rx offloads on one Geneve tunnel
|
9 年之前 |
Jacob Keller
|
18095937cb
fm10k: don't continue probe if PCI device not in normal IO state
|
9 年之前 |
Jacob Keller
|
76ef0fc5a7
fm10k: print error code when pci_enable_device_mem fails during probe
|
9 年之前 |
Jacob Keller
|
ce4dad2ce2
fm10k: prefer READ_ONCE instead of ACCESS_ONCE
|
9 年之前 |
Jacob Keller
|
5b9e4432db
fm10k: use software values when checking for Tx hangs in hot path
|
9 年之前 |
Jacob Keller
|
e59a393d08
fm10k: fix PCI device enable_cnt leak in .io_slot_reset
|
9 年之前 |
Linus Torvalds
|
c8d0267efd
Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
|
9 年之前 |
Jacob Keller
|
0356b23bcc
fm10k: force link to remain down for at least a second on resume events
|
9 年之前 |
Jacob Keller
|
9d7dbf0604
fm10k: check if PCIe link is restored
|
9 年之前 |
Jacob Keller
|
0d63a8f50e
fm10k: enable bus master after every reset
|
9 年之前 |
Jacob Keller
|
7756c08b87
fm10k: use common flow for suspend and resume
|
9 年之前 |
Jacob Keller
|
0593186a17
fm10k: implement reset_notify handler for PCIe FLR events
|
9 年之前 |
Jacob Keller
|
820c91aa9c
fm10k: use common reset flow when handling io errors from PCI stack
|
9 年之前 |
Jacob Keller
|
dc4b76c0fe
fm10k: implement prepare_suspend and handle_resume
|
9 年之前 |
Jacob Keller
|
40de1fad41
fm10k: split fm10k_reinit into two functions
|
9 年之前 |
Jacob Keller
|
94877768cf
fm10k: wait for queues to drain if stop_hw() fails once
|
9 年之前 |
Jacob Keller
|
106ca42356
fm10k: only warn when stop_hw fails with FM10K_ERR_REQUESTS_PENDING
|
9 年之前 |
Jacob Keller
|
9d73edee59
fm10k: prevent multiple threads updating statistics
|
9 年之前 |
Jacob Keller
|
b624714bc9
fm10k: avoid possible null pointer dereference in fm10k_update_stats
|
9 年之前 |
Jacob Keller
|
1b00c6c064
fm10k: no need to continue in fm10k_down if __FM10K_DOWN already set
|
9 年之前 |
Johannes Thumshirn
|
56d766d64c
ethernet/intel: Use pci_(request|release)_mem_regions
|
9 年之前 |