summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/fm10k/fm10k_pci.c
AgeCommit message (Expand)Author
2015-12-05fm10k: use macro for default Tx and Rx ITR valuesJacob Keller
2015-12-05fm10k: Update adaptive ITR algorithmJacob Keller
2015-12-05fm10k: reinitialize queuing scheme after calling init_hwJacob Keller
2015-12-05fm10k: always check init_hw for errorsJacob Keller
2015-12-05fm10k: set netdev features in one locationJacob Keller
2015-11-25fm10k: use napi_schedule_irqoff()Alexander Duyck
2015-09-22fm10k: add support for extra debug statisticsJacob Keller
2015-09-22fm10k: remove comment about rtnl_lock around mbx operationsJacob Keller
2015-09-15fm10k: re-enable VF after a full reset on detection of a Malicious eventJacob Keller
2015-09-15fm10k: send traffic on default VID to VLAN device if we have oneJacob Keller
2015-09-15fm10k: Report MAC address on driver loadAlexander Duyck
2015-09-15fm10k: update netdev perm_addr during reinit, instead of at upJacob Keller
2015-09-15fm10k: update fm10k_slot_warn to use pcie_get_minimum linkJacob Keller
2015-09-15fm10k: disable service task during suspendJacob Keller
2015-06-17fm10k: use dma_set_mask_and_coherent in fm10k_probeJacob Keller
2015-06-17fm10k: trivial fixup message style to include a colonJacob Keller
2015-06-17fm10k: add call to fm10k_clean_all_rx_rings in fm10k_downJacob Keller
2015-04-14fm10k: start service timer on probeJeff Kirsher
2015-04-14fm10k: don't handle mailbox events in iov_event path and always process mailboxJeff Kirsher
2015-04-14fm10k: use separate workqueue for fm10k driverJeff Kirsher
2015-04-14fm10k: only increment tx_timeout_count in Tx hang pathJeff Kirsher
2015-04-14fm10k: use hw->mac.max_queues for statsJeff Kirsher
2015-04-14fm10k: fix unused warningsJeff Kirsher
2015-04-14fm10k: Add netconsole supportJeff Kirsher
2015-04-14fm10k: Remove redundant rx_errors in ethtoolJeff Kirsher
2015-03-03fm10k: Resolve various spelling errors and checkpatch warningsMatthew Vick
2014-11-16fm10k: use netdev_rss_key_fill() helperEric Dumazet
2014-10-16fm10k: Check the host state when bringing the interface upMatthew Vick
2014-09-23fm10k: Add support for PTPAlexander Duyck
2014-09-23fm10k: Add support for debugfsAlexander Duyck
2014-09-23fm10k: Add support for IEEE DCBxAlexander Duyck
2014-09-23fm10k: Add support for SR-IOV to driverAlexander Duyck
2014-09-23fm10k: Add support for VFAlexander Duyck
2014-09-23fm10k: Add support for MACVLAN accelerationAlexander Duyck
2014-09-23fm10k: Add support for PCI power management and error handlingAlexander Duyck
2014-09-23fm10k: Add transmit and receive fastpath and interrupt handlersAlexander Duyck
2014-09-23fm10k: Add Tx/Rx hardware ring bring-up/tear-downAlexander Duyck
2014-09-23fm10k: Add service task to handle delayed eventsAlexander Duyck
2014-09-23fm10k: add support for Tx/Rx ringsAlexander Duyck
2014-09-23fm10k: Add interrupt supportAlexander Duyck
2014-09-23fm10k: Add support for ndo_open/stopAlexander Duyck
2014-09-23fm10k: Add netdevAlexander Duyck
2014-09-23fm10k: Add support for basic interaction with hardwareAlexander Duyck
2014-09-23fm10k: Add skeletal frame for Intel(R) FM10000 Ethernet Switch Host Interface...Alexander Duyck