aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-29fm10k: don't continue probe if PCI device not in normal IO stateJacob Keller1-0/+6
2016-08-29fm10k: print error code when pci_enable_device_mem fails during probeJacob Keller1-1/+4
2016-08-29fm10k: prefer READ_ONCE instead of ACCESS_ONCEJacob Keller1-1/+1
2016-08-29fm10k: use software values when checking for Tx hangs in hot pathJacob Keller1-1/+1
2016-08-29fm10k: fix PCI device enable_cnt leak in .io_slot_resetJacob Keller1-1/+1
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-8/+3
2016-07-20fm10k: force link to remain down for at least a second on resume eventsJacob Keller1-0/+4
2016-07-20fm10k: check if PCIe link is restoredJacob Keller1-0/+13
2016-07-20fm10k: enable bus master after every resetJacob Keller1-0/+2
2016-07-20fm10k: use common flow for suspend and resumeJacob Keller1-70/+3
2016-07-20fm10k: implement reset_notify handler for PCIe FLR eventsJacob Keller1-0/+33
2016-07-20fm10k: use common reset flow when handling io errors from PCI stackJacob Keller1-53/+7
2016-07-20fm10k: implement prepare_suspend and handle_resumeJacob Keller1-0/+38
2016-07-20fm10k: split fm10k_reinit into two functionsJacob Keller1-5/+28
2016-07-20fm10k: wait for queues to drain if stop_hw() fails onceJacob Keller1-6/+38
2016-07-20fm10k: only warn when stop_hw fails with FM10K_ERR_REQUESTS_PENDINGJacob Keller1-1/+4
2016-07-20fm10k: prevent multiple threads updating statisticsJacob Keller1-0/+14
2016-07-20fm10k: avoid possible null pointer dereference in fm10k_update_statsJacob Keller1-2/+8
2016-07-20fm10k: no need to continue in fm10k_down if __FM10K_DOWN already setJacob Keller1-1/+2
2016-06-23ethernet/intel: Use pci_(request|release)_mem_regionsJohannes Thumshirn1-8/+3
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-04-21fm10k: protect fm10k_open in fm10k_io_resume with rtnl_lockHannes Frederic Sowa1-0/+2
2016-04-20fm10k: consistently use Intel(R) for driver namesJacob Keller1-1/+1
2016-04-20fm10k: do not disable PCI device in fm10k_io_error_detectedJacob Keller1-2/+0
2016-04-20fm10k: correctly handle LPORT_MAP errorJacob Keller1-1/+30
2016-04-20fm10k: drop 1588 supportJacob Keller1-109/+1
2016-04-20fm10k: prevent RCU issues during AER eventsJacob Keller1-1/+10
2016-04-05fm10k: fix a minor typo in some commentsJacob Keller1-3/+3
2016-04-05fm10k: free MBX IRQ before clearing interrupt schemeJacob Keller1-2/+2
2016-04-05fm10k: print error message when stop_hw failsJacob Keller1-1/+4
2016-04-05fm10k: don't initialize service task until later in probeJacob Keller1-9/+16
2016-04-05fm10k: prevent null pointer dereference of msix_entries tableJacob Keller1-1/+3
2016-04-05fm10k: use ether_addr_copy to copy MAC addressBruce Allan1-2/+2
2016-04-05fm10k: demote BUG_ON() to WARN_ON() where appropriateBruce Allan1-1/+1
2016-04-05fm10k: cleanup remaining right-bit-shifted 1Bruce Allan1-4/+4
2016-04-05fm10k: Move constants to the right of binary operatorsBruce Allan1-8/+8
2015-12-22fm10k: use true/false for boolean get_host_stateBruce Allan1-3/+3
2015-12-22fm10k: use ether_addr_equal instead of memcmpJacob Keller1-1/+1
2015-12-22fm10k: Cleanup exception handling for changing queuesAlexander Duyck1-12/+41
2015-12-13fm10k: initialize xps at driver loadJacob Keller1-2/+16
2015-12-13fm10k: cleanup overly long linesBruce Allan1-13/+16
2015-12-13fm10k: whitespace cleanupsBruce Allan1-3/+2
2015-12-13fm10k: Cleanup exception handling for mailbox interruptAlexander Duyck1-2/+11
2015-12-13fm10k: consistently refer to VLANs and VLAN IDsJacob Keller1-2/+2
2015-12-13fm10k: do not use CamelCaseJacob Keller1-6/+6
2015-12-05fm10k: TRIVIAL fix typo of hardwareJacob Keller1-2/+2
2015-12-05fm10k: use macro for default Tx and Rx ITR valuesJacob Keller1-2/+2
2015-12-05fm10k: Update adaptive ITR algorithmJacob Keller1-2/+4
2015-12-05fm10k: reinitialize queuing scheme after calling init_hwJacob Keller1-0/+18
2015-12-05fm10k: always check init_hw for errorsJacob Keller1-5/+29