index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
fm10k
/
fm10k_pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-04
fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORS
Jacob Keller
1
-5
/
+4
2019-08-04
fm10k: explicitly return 0 on success path in function
Jacob Keller
1
-1
/
+1
2019-08-02
fm10k: reduce the scope of the local i variable
Jacob Keller
1
-2
/
+2
2019-08-02
fm10k: reduce the scope of the err variable
Jacob Keller
1
-2
/
+3
2019-07-23
fm10k: Use dev_get_drvdata
Chuhong Yuan
1
-2
/
+2
2018-10-31
fm10k: add missing device IDs to the upstream driver
Jacob Keller
1
-0
/
+2
2018-10-25
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+0
2018-10-03
PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls
Oza Pawandeep
1
-2
/
+0
2018-09-24
fm10k: remove ndo_poll_controller
Eric Dumazet
1
-22
/
+0
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
1
-19
/
+1
2018-04-07
Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-86
/
+1
2018-04-03
fm10k: Report PCIe link properties with pcie_print_link_status()
Bjorn Helgaas
1
-86
/
+1
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
1
-0
/
+1
2018-02-28
fm10k: fix incorrect warning for function prototype
Jacob Keller
1
-1
/
+1
2018-02-28
fm10k: fix function doxygen comments
Jacob Keller
1
-5
/
+6
2018-01-18
fm10k: mark PM functions as __maybe_unused
Arnd Bergmann
1
-7
/
+2
2017-10-18
ethernet/intel: Convert timers to use timer_setup()
Kees Cook
1
-4
/
+4
2017-10-03
fm10k: prefer %s and __func__ for diagnostic prints
Jacob Keller
1
-2
/
+16
2017-10-03
fm10k: introduce a message queue for MAC/VLAN messages
Jacob Keller
1
-0
/
+201
2017-10-03
fm10k: use generic PM hooks instead of legacy PCIe power hooks
Jacob Keller
1
-45
/
+22
2017-10-03
fm10k: use spinlock to implement mailbox lock
Jacob Keller
1
-0
/
+3
2017-10-03
fm10k: prepare_for_reset() when we lose PCIe Link
Jacob Keller
1
-26
/
+77
2017-10-02
fm10k: prevent race condition of __FM10K_SERVICE_SCHED
Jacob Keller
1
-7
/
+25
2017-10-02
fm10k: move fm10k_prepare_for_reset and fm10k_handle_reset
Jacob Keller
1
-29
/
+29
2017-10-02
fm10k: avoid needless delay when loading driver
Jacob Keller
1
-4
/
+2
2017-10-02
fm10k: avoid possible truncation of q_vector->name
Jacob Keller
1
-7
/
+7
2017-07-03
PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()
Christoph Hellwig
1
-23
/
+13
2017-04-06
fm10k: disable receive queue when configuring ring
Ngai-Mint Kwan
1
-0
/
+1
2017-04-06
fm10k: allow service task to reschedule itself
Jacob Keller
1
-1
/
+12
2017-04-06
fm10k: future-proof state bitmaps using DECLARE_BITMAP
Jacob Keller
1
-31
/
+31
2017-04-06
fm10k: use a BITMAP for flags to avoid race conditions
Jacob Keller
1
-16
/
+15
2017-03-30
drivers: add explicit interrupt.h includes
Florian Westphal
1
-0
/
+1
2017-01-08
fm10k: request reset when mbx->state changes
Ngai-Mint Kwan
1
-1
/
+5
2016-08-29
fm10k: don't clear the RXQCTL register when enabling or disabling queues
Jacob Keller
1
-3
/
+5
2016-08-29
fm10k: remove unnecessary extra parenthesis around ((~value))
Jacob Keller
1
-1
/
+1
2016-08-29
fm10k: add support for Rx offloads on one Geneve tunnel
Jacob Keller
1
-1
/
+2
2016-08-29
fm10k: don't continue probe if PCI device not in normal IO state
Jacob Keller
1
-0
/
+6
2016-08-29
fm10k: print error code when pci_enable_device_mem fails during probe
Jacob Keller
1
-1
/
+4
2016-08-29
fm10k: prefer READ_ONCE instead of ACCESS_ONCE
Jacob Keller
1
-1
/
+1
2016-08-29
fm10k: use software values when checking for Tx hangs in hot path
Jacob Keller
1
-1
/
+1
2016-08-29
fm10k: fix PCI device enable_cnt leak in .io_slot_reset
Jacob Keller
1
-1
/
+1
2016-08-03
Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-8
/
+3
2016-07-21
fm10k: force link to remain down for at least a second on resume events
Jacob Keller
1
-0
/
+4
2016-07-21
fm10k: check if PCIe link is restored
Jacob Keller
1
-0
/
+13
2016-07-21
fm10k: enable bus master after every reset
Jacob Keller
1
-0
/
+2
2016-07-21
fm10k: use common flow for suspend and resume
Jacob Keller
1
-70
/
+3
2016-07-21
fm10k: implement reset_notify handler for PCIe FLR events
Jacob Keller
1
-0
/
+33
2016-07-21
fm10k: use common reset flow when handling io errors from PCI stack
Jacob Keller
1
-53
/
+7
2016-07-21
fm10k: implement prepare_suspend and handle_resume
Jacob Keller
1
-0
/
+38
2016-07-21
fm10k: split fm10k_reinit into two functions
Jacob Keller
1
-5
/
+28
[next]