aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon2-7/+0
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-03-26fm10k: Fix a potential NULL pointer dereferenceYue Haibing1-0/+2
2019-02-08fm10k: use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+2
2019-02-05fm10k: TRIVIAL cleanup of extra spacing in function commentJacob Keller1-1/+1
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg1-5/+5
2018-10-31fm10k: bump driver version to match out-of-tree releaseJacob Keller1-1/+1
2018-10-31fm10k: add missing device IDs to the upstream driverJacob Keller2-0/+4
2018-10-31fm10k: ensure completer aborts are marked as non-fatal after a resumeJacob Keller1-20/+28
2018-10-31fm10k: fix SM mailbox full conditionNgai-Mint Kwan1-1/+2
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+0
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-2/+0
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-28/+0
2018-09-23fm10k: remove ndo_poll_controllerEric Dumazet3-28/+0
2018-09-18intel-ethernet: use correct module licenseJesse Brandeburg1-1/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-05-09fm10k: don't protect fm10k_queue_mac_request by fm10k_host_mbx_readyJacob Keller1-8/+8
2018-05-09fm10k: warn if the stat size is unknownJacob Keller1-0/+2
2018-05-09fm10k: use macro to avoid passing the array and size separatelyJacob Keller1-27/+21