summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_pci.c
AgeCommit message (Expand)Author
2020-09-29net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior
2020-07-14fm10k: convert to new udp_tunnel_nic infraJakub Kicinski
2019-11-04fm10k: add support for ndo_get_vf_stats operationJacob Keller
2019-08-04fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORSJacob Keller
2019-08-04fm10k: explicitly return 0 on success path in functionJacob Keller
2019-08-01fm10k: reduce the scope of the local i variableJacob Keller
2019-08-01fm10k: reduce the scope of the err variableJacob Keller
2019-07-23fm10k: Use dev_get_drvdataChuhong Yuan
2018-10-31fm10k: add missing device IDs to the upstream driverJacob Keller
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep
2018-09-23fm10k: remove ndo_poll_controllerEric Dumazet
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-03fm10k: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2018-02-28fm10k: fix incorrect warning for function prototypeJacob Keller
2018-02-28fm10k: fix function doxygen commentsJacob Keller
2018-01-18fm10k: mark PM functions as __maybe_unusedArnd Bergmann
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook
2017-10-03fm10k: prefer %s and __func__ for diagnostic printsJacob Keller
2017-10-03fm10k: introduce a message queue for MAC/VLAN messagesJacob Keller
2017-10-03fm10k: use generic PM hooks instead of legacy PCIe power hooksJacob Keller
2017-10-03fm10k: use spinlock to implement mailbox lockJacob Keller
2017-10-03fm10k: prepare_for_reset() when we lose PCIe LinkJacob Keller
2017-10-02fm10k: prevent race condition of __FM10K_SERVICE_SCHEDJacob Keller
2017-10-02fm10k: move fm10k_prepare_for_reset and fm10k_handle_resetJacob Keller
2017-10-02fm10k: avoid needless delay when loading driverJacob Keller
2017-10-02fm10k: avoid possible truncation of q_vector->nameJacob Keller
2017-07-03PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig
2017-04-05fm10k: disable receive queue when configuring ringNgai-Mint Kwan
2017-04-05fm10k: allow service task to reschedule itselfJacob Keller
2017-04-05fm10k: future-proof state bitmaps using DECLARE_BITMAPJacob Keller
2017-04-05fm10k: use a BITMAP for flags to avoid race conditionsJacob Keller
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal
2017-01-08fm10k: request reset when mbx->state changesNgai-Mint Kwan
2016-08-29fm10k: don't clear the RXQCTL register when enabling or disabling queuesJacob Keller
2016-08-29fm10k: remove unnecessary extra parenthesis around ((~value))Jacob Keller
2016-08-29fm10k: add support for Rx offloads on one Geneve tunnelJacob Keller
2016-08-29fm10k: don't continue probe if PCI device not in normal IO stateJacob Keller
2016-08-29fm10k: print error code when pci_enable_device_mem fails during probeJacob Keller
2016-08-29fm10k: prefer READ_ONCE instead of ACCESS_ONCEJacob Keller
2016-08-29fm10k: use software values when checking for Tx hangs in hot pathJacob Keller
2016-08-29fm10k: fix PCI device enable_cnt leak in .io_slot_resetJacob Keller
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-07-20fm10k: force link to remain down for at least a second on resume eventsJacob Keller
2016-07-20fm10k: check if PCIe link is restoredJacob Keller
2016-07-20fm10k: enable bus master after every resetJacob Keller
2016-07-20fm10k: use common flow for suspend and resumeJacob Keller
2016-07-20fm10k: implement reset_notify handler for PCIe FLR eventsJacob Keller