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