aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-14fm10k: Add netconsole supportJeff Kirsher1-0/+22
2015-04-14fm10k: Remove redundant rx_errors in ethtoolJeff Kirsher1-3/+2
2015-03-03fm10k: Resolve various spelling errors and checkpatch warningsMatthew Vick1-1/+1
2014-11-16fm10k: use netdev_rss_key_fill() helperEric Dumazet1-7/+3
2014-10-16fm10k: Check the host state when bringing the interface upMatthew Vick1-0/+1
2014-09-23fm10k: Add support for PTPAlexander Duyck1-0/+112
2014-09-23fm10k: Add support for debugfsAlexander Duyck1-0/+6
2014-09-23fm10k: Add support for IEEE DCBxAlexander Duyck1-2/+5
2014-09-23fm10k: Add support for SR-IOV to driverAlexander Duyck1-0/+32
2014-09-23fm10k: Add support for VFAlexander Duyck1-2/+100
2014-09-23fm10k: Add support for MACVLAN accelerationAlexander Duyck1-0/+2
2014-09-23fm10k: Add support for PCI power management and error handlingAlexander Duyck1-0/+221
2014-09-23fm10k: Add transmit and receive fastpath and interrupt handlersAlexander Duyck1-0/+3
2014-09-23fm10k: Add Tx/Rx hardware ring bring-up/tear-downAlexander Duyck1-0/+302
2014-09-23fm10k: Add service task to handle delayed eventsAlexander Duyck1-0/+435
2014-09-23fm10k: add support for Tx/Rx ringsAlexander Duyck1-0/+4
2014-09-23fm10k: Add interrupt supportAlexander Duyck1-0/+502
2014-09-23fm10k: Add support for ndo_open/stopAlexander Duyck1-0/+45
2014-09-23fm10k: Add netdevAlexander Duyck1-2/+228
2014-09-23fm10k: Add support for basic interaction with hardwareAlexander Duyck1-0/+30
2014-09-23fm10k: Add skeletal frame for Intel(R) FM10000 Ethernet Switch Host Interface DriverAlexander Duyck1-0/+145