aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-14fm10k: convert to new udp_tunnel_nic infraJakub Kicinski1-8/+2
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher1-1/+0
2020-02-24intel: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-3/+3
2019-11-04fm10k: add support for ndo_get_vf_stats operationJacob Keller1-0/+3
2019-08-04fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORSJacob Keller1-7/+3
2018-09-23fm10k: remove ndo_poll_controllerEric Dumazet1-3/+0
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-19/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2017-10-03fm10k: fix mis-ordered parameters in declaration for .ndo_set_vf_bwJacob Keller1-2/+2
2017-10-03fm10k: introduce a message queue for MAC/VLAN messagesJacob Keller1-0/+39
2017-10-03fm10k: use spinlock to implement mailbox lockJacob Keller1-10/+5
2017-10-03fm10k: prepare_for_reset() when we lose PCIe LinkJacob Keller1-0/+2
2017-04-05fm10k: allow service task to reschedule itselfJacob Keller1-0/+1
2017-04-05fm10k: future-proof state bitmaps using DECLARE_BITMAPJacob Keller1-18/+22
2017-04-05fm10k: use a BITMAP for flags to avoid race conditionsJacob Keller1-6/+21
2017-01-08fm10k: remove FM10K_FLAG_DEBUG_STATSJacob Keller1-1/+0
2017-01-08fm10k: report the receive timestamp in FM10K_CB(skb)->tstampJacob Keller1-3/+2
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh1-1/+1
2016-08-29fm10k: add support for Rx offloads on one Geneve tunnelJacob Keller1-0/+1
2016-08-29fm10k: rework vxlan_port offload before adding geneve supportJacob Keller1-4/+2
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