summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k
Commit message (Expand)AuthorAgeFilesLines
* fm10k: replace deprecated strncpy with strscpyJustin Stitt2023-10-181-4/+4
* fm10k: Remove unnecessary aer.h includeBjorn Helgaas2023-03-081-1/+0
* fm10k: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-01-301-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-1/+9
|\
| * fm10k: Fix error handling in fm10k_init_module()Yuan Can2022-11-231-1/+9
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-4/+4
|/
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* intel/fm10k:fix repeated words in commentsJilin Yuan2022-06-301-2/+2
* fm10k: remove unexpected word "the"Jiang Jian2022-06-301-1/+1
* drivers/net/ethernet/intel: fix typos in commentsJulia Lawall2022-06-091-1/+1
* fm10k: Fix syntax errors in commentsXiang wangx2021-12-211-1/+1
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-022-3/+3
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* fm10k: Fix an error handling path in 'fm10k_probe()'Christophe JAILLET2021-07-011-0/+1
* fm10k: move error checkJesse Brandeburg2021-05-261-5/+5
* fm10k: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-231-0/+2
* intel: clean up mismatched header commentsJesse Brandeburg2021-03-235-7/+7
* net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin2021-02-041-9/+4
* net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-071-2/+0
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
* net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior2020-09-291-2/+0
* net: Take common prefetch code structure into a functionTariq Toukan2020-08-261-4/+1
* fm10k: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-144-159/+28
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-015-12/+12
* net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-253-7/+1
* net: fm10k: reject unsupported coalescing paramsJakub Kicinski2020-03-121-0/+2
* intel: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-241-3/+3
* fm10k: use txqueue parameter in fm10k_tx_timeoutJacob Keller2020-01-171-7/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-1/+1
|\
| * treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* fm10k: update driver version to match out-of-treeJacob Keller2019-11-041-1/+1
* fm10k: add support for ndo_get_vf_stats operationJacob Keller2019-11-045-0/+56
* fm10k: add missing field initializers to TLV attributes)Jacob Keller2019-11-041-3/+3
* fm10k: use a local variable for the frag pointerJacob Keller2019-09-091-3/+5
* ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-221-2/+1
* fm10k: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-2/+0
* fm10k: fix fm10k_get_fault_pf to read correct addressJacob Keller2019-08-041-1/+1
* fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORSJacob Keller2019-08-044-18/+11
* fm10k: mark unused parameters with __always_unusedJacob Keller2019-08-045-21/+28
* fm10k: cast page_addr to u8 * when incrementing itJacob Keller2019-08-041-1/+1
* fm10k: explicitly return 0 on success path in functionJacob Keller2019-08-041-1/+1
* fm10k: remove needless initialization of size local variableJacob Keller2019-08-041-1/+1
* fm10k: remove needless assignment of err local variableJacob Keller2019-08-041-5/+5
* fm10k: remove unnecessary variable initializerJacob Keller2019-08-041-1/+1
* fm10k: reduce scope of the ring variableJacob Keller2019-08-011-2/+2
* fm10k: reduce the scope of the result local variableJacob Keller2019-08-011-2/+1
* fm10k: reduce the scope of the local msg variableJacob Keller2019-08-011-2/+4
* fm10k: reduce the scope of the local i variableJacob Keller2019-08-011-2/+2