Kees Cook
|
26566eae80
ethernet/intel: Convert timers to use timer_setup()
|
8 年之前 |
Jacob Keller
|
87be98927e
fm10k: prefer %s and __func__ for diagnostic prints
|
8 年之前 |
Jacob Keller
|
fc9173682d
fm10k: introduce a message queue for MAC/VLAN messages
|
8 年之前 |
Jacob Keller
|
8249c47c6b
fm10k: use generic PM hooks instead of legacy PCIe power hooks
|
8 年之前 |
Jacob Keller
|
b4fcd43661
fm10k: use spinlock to implement mailbox lock
|
8 年之前 |
Jacob Keller
|
0b40f45748
fm10k: prepare_for_reset() when we lose PCIe Link
|
8 年之前 |
Jacob Keller
|
04914390f5
fm10k: prevent race condition of __FM10K_SERVICE_SCHED
|
8 年之前 |
Jacob Keller
|
65b0a469e9
fm10k: move fm10k_prepare_for_reset and fm10k_handle_reset
|
8 年之前 |
Jacob Keller
|
8bac58be17
fm10k: avoid needless delay when loading driver
|
8 年之前 |
Jacob Keller
|
b94dd008c4
fm10k: avoid possible truncation of q_vector->name
|
8 年之前 |
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 年之前 |