summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_pci.c
Commit message (Expand)AuthorAgeFilesLines
* fm10k: add support for ndo_get_vf_stats operationJacob Keller2019-11-041-0/+3
* fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORSJacob Keller2019-08-041-5/+4
* fm10k: explicitly return 0 on success path in functionJacob Keller2019-08-041-1/+1
* fm10k: reduce the scope of the local i variableJacob Keller2019-08-011-2/+2
* fm10k: reduce the scope of the err variableJacob Keller2019-08-011-2/+3
* fm10k: Use dev_get_drvdataChuhong Yuan2019-07-231-2/+2
* fm10k: add missing device IDs to the upstream driverJacob Keller2018-10-311-0/+2
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-2/+0
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-2/+0
* | fm10k: remove ndo_poll_controllerEric Dumazet2018-09-231-22/+0
|/
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-19/+1
* Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-061-86/+1
|\
| * fm10k: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas2018-04-031-86/+1
* | intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* | fm10k: fix incorrect warning for function prototypeJacob Keller2018-02-281-1/+1
* | fm10k: fix function doxygen commentsJacob Keller2018-02-281-5/+6
|/
* fm10k: mark PM functions as __maybe_unusedArnd Bergmann2018-01-181-7/+2
* ethernet/intel: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+4
* fm10k: prefer %s and __func__ for diagnostic printsJacob Keller2017-10-031-2/+16
* fm10k: introduce a message queue for MAC/VLAN messagesJacob Keller2017-10-031-0/+201
* fm10k: use generic PM hooks instead of legacy PCIe power hooksJacob Keller2017-10-031-45/+22
* fm10k: use spinlock to implement mailbox lockJacob Keller2017-10-031-0/+3
* fm10k: prepare_for_reset() when we lose PCIe LinkJacob Keller2017-10-031-26/+77
* fm10k: prevent race condition of __FM10K_SERVICE_SCHEDJacob Keller2017-10-021-7/+25
* fm10k: move fm10k_prepare_for_reset and fm10k_handle_resetJacob Keller2017-10-021-29/+29
* fm10k: avoid needless delay when loading driverJacob Keller2017-10-021-4/+2
* fm10k: avoid possible truncation of q_vector->nameJacob Keller2017-10-021-7/+7
* PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig2017-07-031-23/+13
* fm10k: disable receive queue when configuring ringNgai-Mint Kwan2017-04-051-0/+1
* fm10k: allow service task to reschedule itselfJacob Keller2017-04-051-1/+12
* fm10k: future-proof state bitmaps using DECLARE_BITMAPJacob Keller2017-04-051-31/+31
* fm10k: use a BITMAP for flags to avoid race conditionsJacob Keller2017-04-051-16/+15
* drivers: add explicit interrupt.h includesFlorian Westphal2017-03-301-0/+1
* fm10k: request reset when mbx->state changesNgai-Mint Kwan2017-01-081-1/+5
* fm10k: don't clear the RXQCTL register when enabling or disabling queuesJacob Keller2016-08-291-3/+5
* fm10k: remove unnecessary extra parenthesis around ((~value))Jacob Keller2016-08-291-1/+1
* fm10k: add support for Rx offloads on one Geneve tunnelJacob Keller2016-08-291-1/+2
* fm10k: don't continue probe if PCI device not in normal IO stateJacob Keller2016-08-291-0/+6
* fm10k: print error code when pci_enable_device_mem fails during probeJacob Keller2016-08-291-1/+4
* fm10k: prefer READ_ONCE instead of ACCESS_ONCEJacob Keller2016-08-291-1/+1
* fm10k: use software values when checking for Tx hangs in hot pathJacob Keller2016-08-291-1/+1
* fm10k: fix PCI device enable_cnt leak in .io_slot_resetJacob Keller2016-08-291-1/+1
* Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-021-8/+3
|\
| * ethernet/intel: Use pci_(request|release)_mem_regionsJohannes Thumshirn2016-06-231-8/+3
* | fm10k: force link to remain down for at least a second on resume eventsJacob Keller2016-07-201-0/+4
* | fm10k: check if PCIe link is restoredJacob Keller2016-07-201-0/+13
* | fm10k: enable bus master after every resetJacob Keller2016-07-201-0/+2
* | fm10k: use common flow for suspend and resumeJacob Keller2016-07-201-70/+3
* | fm10k: implement reset_notify handler for PCIe FLR eventsJacob Keller2016-07-201-0/+33
* | fm10k: use common reset flow when handling io errors from PCI stackJacob Keller2016-07-201-53/+7