index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
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-02
Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-8
/
+3
2016-07-20
fm10k: force link to remain down for at least a second on resume events
Jacob Keller
1
-0
/
+4
2016-07-20
fm10k: check if PCIe link is restored
Jacob Keller
1
-0
/
+13
2016-07-20
fm10k: enable bus master after every reset
Jacob Keller
1
-0
/
+2
2016-07-20
fm10k: use common flow for suspend and resume
Jacob Keller
1
-70
/
+3
2016-07-20
fm10k: implement reset_notify handler for PCIe FLR events
Jacob Keller
1
-0
/
+33
2016-07-20
fm10k: use common reset flow when handling io errors from PCI stack
Jacob Keller
1
-53
/
+7
2016-07-20
fm10k: implement prepare_suspend and handle_resume
Jacob Keller
1
-0
/
+38
2016-07-20
fm10k: split fm10k_reinit into two functions
Jacob Keller
1
-5
/
+28
2016-07-20
fm10k: wait for queues to drain if stop_hw() fails once
Jacob Keller
1
-6
/
+38
2016-07-20
fm10k: only warn when stop_hw fails with FM10K_ERR_REQUESTS_PENDING
Jacob Keller
1
-1
/
+4
2016-07-20
fm10k: prevent multiple threads updating statistics
Jacob Keller
1
-0
/
+14
2016-07-20
fm10k: avoid possible null pointer dereference in fm10k_update_stats
Jacob Keller
1
-2
/
+8
2016-07-20
fm10k: no need to continue in fm10k_down if __FM10K_DOWN already set
Jacob Keller
1
-1
/
+2
2016-06-23
ethernet/intel: Use pci_(request|release)_mem_regions
Johannes Thumshirn
1
-8
/
+3
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-1
/
+1
2016-04-21
fm10k: protect fm10k_open in fm10k_io_resume with rtnl_lock
Hannes Frederic Sowa
1
-0
/
+2
2016-04-20
fm10k: consistently use Intel(R) for driver names
Jacob Keller
1
-1
/
+1
2016-04-20
fm10k: do not disable PCI device in fm10k_io_error_detected
Jacob Keller
1
-2
/
+0
2016-04-20
fm10k: correctly handle LPORT_MAP error
Jacob Keller
1
-1
/
+30
2016-04-20
fm10k: drop 1588 support
Jacob Keller
1
-109
/
+1
2016-04-20
fm10k: prevent RCU issues during AER events
Jacob Keller
1
-1
/
+10
2016-04-05
fm10k: fix a minor typo in some comments
Jacob Keller
1
-3
/
+3
2016-04-05
fm10k: free MBX IRQ before clearing interrupt scheme
Jacob Keller
1
-2
/
+2
2016-04-05
fm10k: print error message when stop_hw fails
Jacob Keller
1
-1
/
+4
2016-04-05
fm10k: don't initialize service task until later in probe
Jacob Keller
1
-9
/
+16
2016-04-05
fm10k: prevent null pointer dereference of msix_entries table
Jacob Keller
1
-1
/
+3
2016-04-05
fm10k: use ether_addr_copy to copy MAC address
Bruce Allan
1
-2
/
+2
2016-04-05
fm10k: demote BUG_ON() to WARN_ON() where appropriate
Bruce Allan
1
-1
/
+1
2016-04-05
fm10k: cleanup remaining right-bit-shifted 1
Bruce Allan
1
-4
/
+4
2016-04-05
fm10k: Move constants to the right of binary operators
Bruce Allan
1
-8
/
+8
2015-12-22
fm10k: use true/false for boolean get_host_state
Bruce Allan
1
-3
/
+3
2015-12-22
fm10k: use ether_addr_equal instead of memcmp
Jacob Keller
1
-1
/
+1
2015-12-22
fm10k: Cleanup exception handling for changing queues
Alexander Duyck
1
-12
/
+41
2015-12-13
fm10k: initialize xps at driver load
Jacob Keller
1
-2
/
+16
2015-12-13
fm10k: cleanup overly long lines
Bruce Allan
1
-13
/
+16
2015-12-13
fm10k: whitespace cleanups
Bruce Allan
1
-3
/
+2
2015-12-13
fm10k: Cleanup exception handling for mailbox interrupt
Alexander Duyck
1
-2
/
+11
2015-12-13
fm10k: consistently refer to VLANs and VLAN IDs
Jacob Keller
1
-2
/
+2
2015-12-13
fm10k: do not use CamelCase
Jacob Keller
1
-6
/
+6
[next]