aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2-3/+3
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-07-01fm10k: Fix an error handling path in 'fm10k_probe()'Christophe JAILLET1-0/+1
2021-05-26fm10k: move error checkJesse Brandeburg1-5/+5
2021-03-23fm10k: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg5-7/+7
2021-02-04net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin1-9/+4
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-2/+0
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-09-29net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior1-2/+0
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan1-4/+1
2020-07-14fm10k: convert to new udp_tunnel_nic infraJakub Kicinski4-159/+28
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher5-12/+12
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher3-7/+1
2020-03-12net: fm10k: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-02-24intel: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-3/+3
2020-01-17fm10k: use txqueue parameter in fm10k_tx_timeoutJacob Keller1-7/+10
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-04fm10k: update driver version to match out-of-treeJacob Keller1-1/+1
2019-11-04fm10k: add support for ndo_get_vf_stats operationJacob Keller5-0/+56
2019-11-04fm10k: add missing field initializers to TLV attributes)Jacob Keller1-3/+3
2019-09-09fm10k: use a local variable for the frag pointerJacob Keller1-3/+5
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-08-10fm10k: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+0
2019-08-04fm10k: fix fm10k_get_fault_pf to read correct addressJacob Keller1-1/+1
2019-08-04fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORSJacob Keller4-18/+11
2019-08-04fm10k: mark unused parameters with __always_unusedJacob Keller5-21/+28
2019-08-04fm10k: cast page_addr to u8 * when incrementing itJacob Keller1-1/+1
2019-08-04fm10k: explicitly return 0 on success path in functionJacob Keller1-1/+1
2019-08-04fm10k: remove needless initialization of size local variableJacob Keller1-1/+1
2019-08-04fm10k: remove needless assignment of err local variableJacob Keller1-5/+5
2019-08-04fm10k: remove unnecessary variable initializerJacob Keller1-1/+1
2019-08-01fm10k: reduce scope of the ring variableJacob Keller1-2/+2
2019-08-01fm10k: reduce the scope of the result local variableJacob Keller1-2/+1
2019-08-01fm10k: reduce the scope of the local msg variableJacob Keller1-2/+4
2019-08-01fm10k: reduce the scope of the local i variableJacob Keller1-2/+2
2019-08-01fm10k: reduce the scope of the err variableJacob Keller1-2/+3
2019-08-01fm10k: reduce the scope of the tx_buffer variableJacob Keller1-2/+2
2019-08-01fm10k: reduce the scope of the q_idx local variableJacob Keller1-4/+5
2019-08-01fm10k: reduce the scope of local err variableJacob Keller1-2/+3
2019-08-01fm10k: reduce the scope of qv local variableJacob Keller1-2/+2
2019-08-01fm10k: reduce scope of *p local variableJacob Keller1-3/+2
2019-08-01fm10k: reduce scope of the err variableJacob Keller1-3/+3
2019-07-23fm10k: Use dev_get_drvdataChuhong Yuan1-2/+2
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+3
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-7/+0
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev1-1/+1