aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-05fm10k: set netdev features in one locationJacob Keller1-8/+1
2015-11-25fm10k: use napi_schedule_irqoff()Alexander Duyck1-1/+1
2015-09-22fm10k: add support for extra debug statisticsJacob Keller1-0/+18
2015-09-22fm10k: remove comment about rtnl_lock around mbx operationsJacob Keller1-3/+1
2015-09-15fm10k: re-enable VF after a full reset on detection of a Malicious eventJacob Keller1-2/+28
2015-09-15fm10k: send traffic on default VID to VLAN device if we have oneJacob Keller1-0/+4
2015-09-15fm10k: Report MAC address on driver loadAlexander Duyck1-0/+3
2015-09-15fm10k: update netdev perm_addr during reinit, instead of at upJacob Keller1-0/+15
2015-09-15fm10k: update fm10k_slot_warn to use pcie_get_minimum linkJacob Keller1-29/+76
2015-09-15fm10k: disable service task during suspendJacob Keller1-0/+19
2015-06-17fm10k: use dma_set_mask_and_coherent in fm10k_probeJacob Keller1-18/+6
2015-06-17fm10k: trivial fixup message style to include a colonJacob Keller1-1/+1
2015-06-17fm10k: add call to fm10k_clean_all_rx_rings in fm10k_downJacob Keller1-0/+1
2015-04-14fm10k: start service timer on probeJeff Kirsher1-3/+6
2015-04-14fm10k: don't handle mailbox events in iov_event path and always process mailboxJeff Kirsher1-0/+3
2015-04-14fm10k: use separate workqueue for fm10k driverJeff Kirsher1-1/+1
2015-04-14fm10k: only increment tx_timeout_count in Tx hang pathJeff Kirsher1-1/+0
2015-04-14fm10k: use hw->mac.max_queues for statsJeff Kirsher1-1/+1
2015-04-14fm10k: fix unused warningsJeff Kirsher1-8/+9