index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
fm10k
/
fm10k_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fm10k: Remove unnecessary aer.h include
Bjorn Helgaas
2023-03-08
1
-1
/
+0
*
fm10k: Remove redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
2023-01-30
1
-5
/
+0
*
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2021-10-02
1
-2
/
+2
*
fm10k: Fix an error handling path in 'fm10k_probe()'
Christophe JAILLET
2021-07-01
1
-0
/
+1
*
fm10k: move error check
Jesse Brandeburg
2021-05-26
1
-5
/
+5
*
net: intel: Remove in_interrupt() warnings
Sebastian Andrzej Siewior
2020-09-29
1
-2
/
+0
*
fm10k: convert to new udp_tunnel_nic infra
Jakub Kicinski
2020-07-14
1
-4
/
+0
*
fm10k: add support for ndo_get_vf_stats operation
Jacob Keller
2019-11-04
1
-0
/
+3
*
fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORS
Jacob Keller
2019-08-04
1
-5
/
+4
*
fm10k: explicitly return 0 on success path in function
Jacob Keller
2019-08-04
1
-1
/
+1
*
fm10k: reduce the scope of the local i variable
Jacob Keller
2019-08-01
1
-2
/
+2
*
fm10k: reduce the scope of the err variable
Jacob Keller
2019-08-01
1
-2
/
+3
*
fm10k: Use dev_get_drvdata
Chuhong Yuan
2019-07-23
1
-2
/
+2
*
fm10k: add missing device IDs to the upstream driver
Jacob Keller
2018-10-31
1
-0
/
+2
*
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-10-25
1
-2
/
+0
|
\
|
*
PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls
Oza Pawandeep
2018-10-02
1
-2
/
+0
*
|
fm10k: remove ndo_poll_controller
Eric Dumazet
2018-09-23
1
-22
/
+0
|
/
*
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
2018-04-27
1
-19
/
+1
*
Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-04-06
1
-86
/
+1
|
\
|
*
fm10k: Report PCIe link properties with pcie_print_link_status()
Bjorn Helgaas
2018-04-03
1
-86
/
+1
*
|
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
2018-03-23
1
-0
/
+1
*
|
fm10k: fix incorrect warning for function prototype
Jacob Keller
2018-02-28
1
-1
/
+1
*
|
fm10k: fix function doxygen comments
Jacob Keller
2018-02-28
1
-5
/
+6
|
/
*
fm10k: mark PM functions as __maybe_unused
Arnd Bergmann
2018-01-18
1
-7
/
+2
*
ethernet/intel: Convert timers to use timer_setup()
Kees Cook
2017-10-18
1
-4
/
+4
*
fm10k: prefer %s and __func__ for diagnostic prints
Jacob Keller
2017-10-03
1
-2
/
+16
*
fm10k: introduce a message queue for MAC/VLAN messages
Jacob Keller
2017-10-03
1
-0
/
+201
*
fm10k: use generic PM hooks instead of legacy PCIe power hooks
Jacob Keller
2017-10-03
1
-45
/
+22
*
fm10k: use spinlock to implement mailbox lock
Jacob Keller
2017-10-03
1
-0
/
+3
*
fm10k: prepare_for_reset() when we lose PCIe Link
Jacob Keller
2017-10-03
1
-26
/
+77
*
fm10k: prevent race condition of __FM10K_SERVICE_SCHED
Jacob Keller
2017-10-02
1
-7
/
+25
*
fm10k: move fm10k_prepare_for_reset and fm10k_handle_reset
Jacob Keller
2017-10-02
1
-29
/
+29
*
fm10k: avoid needless delay when loading driver
Jacob Keller
2017-10-02
1
-4
/
+2
*
fm10k: avoid possible truncation of q_vector->name
Jacob Keller
2017-10-02
1
-7
/
+7
*
PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()
Christoph Hellwig
2017-07-03
1
-23
/
+13
*
fm10k: disable receive queue when configuring ring
Ngai-Mint Kwan
2017-04-05
1
-0
/
+1
*
fm10k: allow service task to reschedule itself
Jacob Keller
2017-04-05
1
-1
/
+12
*
fm10k: future-proof state bitmaps using DECLARE_BITMAP
Jacob Keller
2017-04-05
1
-31
/
+31
*
fm10k: use a BITMAP for flags to avoid race conditions
Jacob Keller
2017-04-05
1
-16
/
+15
*
drivers: add explicit interrupt.h includes
Florian Westphal
2017-03-30
1
-0
/
+1
*
fm10k: request reset when mbx->state changes
Ngai-Mint Kwan
2017-01-08
1
-1
/
+5
*
fm10k: don't clear the RXQCTL register when enabling or disabling queues
Jacob Keller
2016-08-29
1
-3
/
+5
*
fm10k: remove unnecessary extra parenthesis around ((~value))
Jacob Keller
2016-08-29
1
-1
/
+1
*
fm10k: add support for Rx offloads on one Geneve tunnel
Jacob Keller
2016-08-29
1
-1
/
+2
*
fm10k: don't continue probe if PCI device not in normal IO state
Jacob Keller
2016-08-29
1
-0
/
+6
*
fm10k: print error code when pci_enable_device_mem fails during probe
Jacob Keller
2016-08-29
1
-1
/
+4
*
fm10k: prefer READ_ONCE instead of ACCESS_ONCE
Jacob Keller
2016-08-29
1
-1
/
+1
*
fm10k: use software values when checking for Tx hangs in hot path
Jacob Keller
2016-08-29
1
-1
/
+1
*
fm10k: fix PCI device enable_cnt leak in .io_slot_reset
Jacob Keller
2016-08-29
1
-1
/
+1
*
Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-08-02
1
-8
/
+3
|
\
[next]