summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/fm10k
AgeCommit message (Expand)Author
2023-12-18intel: legacy: field get conversionJesse Brandeburg
2023-12-18intel: legacy: field prep conversionJesse Brandeburg
2023-12-18intel: add bit macro includes where neededJesse Brandeburg
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-10-18fm10k: replace deprecated strncpy with strscpyJustin Stitt
2023-03-08fm10k: Remove unnecessary aer.h includeBjorn Helgaas
2023-01-30fm10k: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-23fm10k: Fix error handling in fm10k_init_module()Yuan Can
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-06-30intel/fm10k:fix repeated words in commentsJilin Yuan
2022-06-30fm10k: remove unexpected word "the"Jiang Jian
2022-06-09drivers/net/ethernet/intel: fix typos in commentsJulia Lawall
2021-12-21fm10k: Fix syntax errors in commentsXiang wangx
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-07-01fm10k: Fix an error handling path in 'fm10k_probe()'Christophe JAILLET
2021-05-26fm10k: move error checkJesse Brandeburg
2021-03-23fm10k: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg
2021-02-04net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-09-29net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan
2020-07-14fm10k: convert to new udp_tunnel_nic infraJakub Kicinski
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2020-03-12net: fm10k: reject unsupported coalescing paramsJakub Kicinski
2020-02-24intel: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-17fm10k: use txqueue parameter in fm10k_tx_timeoutJacob Keller
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-04fm10k: update driver version to match out-of-treeJacob Keller
2019-11-04fm10k: add support for ndo_get_vf_stats operationJacob Keller
2019-11-04fm10k: add missing field initializers to TLV attributes)Jacob Keller
2019-09-09fm10k: use a local variable for the frag pointerJacob Keller
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring
2019-08-10fm10k: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-08-04fm10k: fix fm10k_get_fault_pf to read correct addressJacob Keller
2019-08-04fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORSJacob Keller
2019-08-04fm10k: mark unused parameters with __always_unusedJacob Keller
2019-08-04fm10k: cast page_addr to u8 * when incrementing itJacob Keller
2019-08-04fm10k: explicitly return 0 on success path in functionJacob Keller
2019-08-04fm10k: remove needless initialization of size local variableJacob Keller
2019-08-04fm10k: remove needless assignment of err local variableJacob Keller
2019-08-04fm10k: remove unnecessary variable initializerJacob Keller