summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k.h
AgeCommit message (Expand)Author
2020-07-14fm10k: convert to new udp_tunnel_nic infraJakub Kicinski
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2020-02-24intel: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-11-04fm10k: add support for ndo_get_vf_stats operationJacob Keller
2019-08-04fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORSJacob Keller
2018-09-23fm10k: remove ndo_poll_controllerEric Dumazet
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2017-10-03fm10k: fix mis-ordered parameters in declaration for .ndo_set_vf_bwJacob Keller
2017-10-03fm10k: introduce a message queue for MAC/VLAN messagesJacob Keller
2017-10-03fm10k: use spinlock to implement mailbox lockJacob Keller
2017-10-03fm10k: prepare_for_reset() when we lose PCIe LinkJacob Keller
2017-04-05fm10k: allow service task to reschedule itselfJacob Keller
2017-04-05fm10k: future-proof state bitmaps using DECLARE_BITMAPJacob Keller
2017-04-05fm10k: use a BITMAP for flags to avoid race conditionsJacob Keller
2017-01-08fm10k: remove FM10K_FLAG_DEBUG_STATSJacob Keller
2017-01-08fm10k: report the receive timestamp in FM10K_CB(skb)->tstampJacob Keller
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh
2016-08-29fm10k: add support for Rx offloads on one Geneve tunnelJacob Keller
2016-08-29fm10k: rework vxlan_port offload before adding geneve supportJacob Keller
2016-08-29fm10k: remove fm10k_get_reta_size from namespaceJacob Keller
2016-08-29fm10k: use software values when checking for Tx hangs in hot pathJacob Keller
2016-07-20fm10k: wait for queues to drain if stop_hw() fails onceJacob Keller
2016-07-20fm10k: prevent multiple threads updating statisticsJacob Keller
2016-06-29fm10k: don't use BIT() macro where the value isn't a bitmaskJacob Keller
2016-04-20fm10k: consistently use Intel(R) for driver namesJacob Keller
2016-04-20fm10k: correctly handle LPORT_MAP errorJacob Keller
2016-04-20fm10k: drop 1588 supportJacob Keller
2016-04-05fm10k: use ethtool_rxfh_indir_default for default redirection tableJacob Keller
2016-04-05fm10k: cleanup remaining right-bit-shifted 1Bruce Allan
2015-12-13fm10k: initialize xps at driver loadJacob Keller
2015-12-13fm10k: cleanup overly long linesBruce Allan
2015-12-13fm10k: use BIT() macro instead of open-coded bit-shiftingBruce Allan
2015-12-13fm10k: conditionally compile DCB and DebugFS supportJacob Keller
2015-12-13fm10k: consistently refer to VLANs and VLAN IDsJacob Keller
2015-12-05fm10k: change default Tx ITR to 25usecJacob Keller
2015-12-05fm10k: use macro for default Tx and Rx ITR valuesJacob Keller
2015-12-05fm10k: Update adaptive ITR algorithmJacob Keller
2015-12-05fm10k: introduce ITR_IS_ADAPTIVE macroJacob Keller
2015-12-05fm10k: set netdev features in one locationJacob Keller
2015-11-23fm10k: Correct MTU for jumbo framesJacob Keller
2015-09-22fm10k: add support for extra debug statisticsJacob Keller
2015-04-14fm10k: use separate workqueue for fm10k driverJeff Kirsher
2015-04-14fm10k: Add netconsole supportJeff Kirsher
2015-04-14fm10k: Remove redundant rx_errors in ethtoolJeff Kirsher
2015-03-03fm10k: Implement ndo_features_checkMatthew Vick
2014-10-01fm10k: Reduce buffer size when pages are larger than 4KAlexander Duyck
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