aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-29fm10k: remove fm10k_get_reta_size from namespaceJacob Keller1-1/+0
2016-08-29fm10k: use software values when checking for Tx hangs in hot pathJacob Keller1-1/+1
2016-07-20fm10k: wait for queues to drain if stop_hw() fails onceJacob Keller1-0/+1
2016-07-20fm10k: prevent multiple threads updating statisticsJacob Keller1-0/+1
2016-06-29fm10k: don't use BIT() macro where the value isn't a bitmaskJacob Keller1-1/+1
2016-04-20fm10k: consistently use Intel(R) for driver namesJacob Keller1-1/+1
2016-04-20fm10k: correctly handle LPORT_MAP errorJacob Keller1-0/+1
2016-04-20fm10k: drop 1588 supportJacob Keller1-33/+1
2016-04-05fm10k: use ethtool_rxfh_indir_default for default redirection tableJacob Keller1-0/+2
2016-04-05fm10k: cleanup remaining right-bit-shifted 1Bruce Allan1-6/+6
2015-12-13fm10k: initialize xps at driver loadJacob Keller1-0/+3
2015-12-13fm10k: cleanup overly long linesBruce Allan1-1/+1
2015-12-13fm10k: use BIT() macro instead of open-coded bit-shiftingBruce Allan1-1/+1
2015-12-13fm10k: conditionally compile DCB and DebugFS supportJacob Keller1-0/+4
2015-12-13fm10k: consistently refer to VLANs and VLAN IDsJacob Keller1-2/+2
2015-12-05fm10k: change default Tx ITR to 25usecJacob Keller1-1/+2
2015-12-05fm10k: use macro for default Tx and Rx ITR valuesJacob Keller1-0/+2
2015-12-05fm10k: Update adaptive ITR algorithmJacob Keller1-0/+1
2015-12-05fm10k: introduce ITR_IS_ADAPTIVE macroJacob Keller1-0/+2
2015-12-05fm10k: set netdev features in one locationJacob Keller1-1/+1
2015-11-23fm10k: Correct MTU for jumbo framesJacob Keller1-1/+1
2015-09-22fm10k: add support for extra debug statisticsJacob Keller1-0/+19
2015-04-14fm10k: use separate workqueue for fm10k driverJeff Kirsher1-0/+3
2015-04-14fm10k: Add netconsole supportJeff Kirsher1-0/+3
2015-04-14fm10k: Remove redundant rx_errors in ethtoolJeff Kirsher1-2/+1
2015-03-03fm10k: Implement ndo_features_checkMatthew Vick1-0/+1
2014-10-01fm10k: Reduce buffer size when pages are larger than 4KAlexander Duyck1-6/+2
2014-09-23fm10k: Add support for PTPAlexander Duyck1-0/+37
2014-09-23fm10k: Add support for debugfsAlexander Duyck1-0/+24
2014-09-23fm10k: Add support for IEEE DCBxAlexander Duyck1-1/+4
2014-09-23fm10k: Add support for SR-IOV to driverAlexander Duyck1-0/+26
2014-09-23fm10k: Add support for VFAlexander Duyck1-1/+3
2014-09-23fm10k: Add support for MACVLAN accelerationAlexander Duyck1-0/+11
2014-09-23fm10k: Add support for multiple queuesAlexander Duyck1-0/+1
2014-09-23fm10k: Add ethtool supportAlexander Duyck1-0/+3
2014-09-23fm10k: Add transmit and receive fastpath and interrupt handlersAlexander Duyck1-0/+5
2014-09-23fm10k: Add Tx/Rx hardware ring bring-up/tear-downAlexander Duyck1-0/+8
2014-09-23fm10k: Add service task to handle delayed eventsAlexander Duyck1-0/+25
2014-09-23fm10k: add support for Tx/Rx ringsAlexander Duyck1-0/+188
2014-09-23fm10k: Add interrupt supportAlexander Duyck1-0/+59
2014-09-23fm10k: Add support for ndo_open/stopAlexander Duyck1-0/+4
2014-09-23fm10k: Add support for L2 filteringAlexander Duyck1-0/+2
2014-09-23fm10k: Add netdevAlexander Duyck1-1/+91
2014-09-23fm10k: Add support for basic interaction with hardwareAlexander Duyck1-1/+8
2014-09-23fm10k: Add skeletal frame for Intel(R) FM10000 Ethernet Switch Host Interface DriverAlexander Duyck1-0/+39