summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k
Commit message (Expand)AuthorAgeFilesLines
* 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
* fm10k: reduce the scope of the err variableJacob Keller2019-08-011-2/+3
* fm10k: reduce the scope of the tx_buffer variableJacob Keller2019-08-011-2/+2
* fm10k: reduce the scope of the q_idx local variableJacob Keller2019-08-011-4/+5
* fm10k: reduce the scope of local err variableJacob Keller2019-08-011-2/+3
* fm10k: reduce the scope of qv local variableJacob Keller2019-08-011-2/+2
* fm10k: reduce scope of *p local variableJacob Keller2019-08-011-3/+2
* fm10k: reduce scope of the err variableJacob Keller2019-08-011-3/+3
* fm10k: Use dev_get_drvdataChuhong Yuan2019-07-231-2/+2
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-2/+2
|\
| * net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-0/+2
| |\
| * | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-062-7/+0
|\ \ \ | |_|/ |/| |
| * | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-082-7/+0
| |/
* / fm10k: Fix a potential NULL pointer dereferenceYue Haibing2019-03-261-0/+2
|/
* fm10k: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-081-4/+2
* fm10k: TRIVIAL cleanup of extra spacing in function commentJacob Keller2019-02-051-1/+1
* ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg2018-11-211-5/+5
* fm10k: bump driver version to match out-of-tree releaseJacob Keller2018-10-311-1/+1
* fm10k: add missing device IDs to the upstream driverJacob Keller2018-10-312-0/+4
* fm10k: ensure completer aborts are marked as non-fatal after a resumeJacob Keller2018-10-311-20/+28
* fm10k: fix SM mailbox full conditionNgai-Mint Kwan2018-10-311-1/+2
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-2/+0
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-2/+0
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-253-28/+0
|\ \
| * | fm10k: remove ndo_poll_controllerEric Dumazet2018-09-233-28/+0
| |/
* / intel-ethernet: use correct module licenseJesse Brandeburg2018-09-181-1/+1
|/
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* fm10k: don't protect fm10k_queue_mac_request by fm10k_host_mbx_readyJacob Keller2018-05-091-8/+8
* fm10k: warn if the stat size is unknownJacob Keller2018-05-091-0/+2
* fm10k: use macro to avoid passing the array and size separatelyJacob Keller2018-05-091-27/+21
* fm10k: use variadic arguments to fm10k_add_stat_stringsJacob Keller2018-05-091-26/+27
* fm10k: reduce duplicate fm10k_stat macro codeJacob Keller2018-05-091-14/+15
* fm10k: setup VLANs for l2 accelerated macvlan interfacesJacob Keller2018-05-091-2/+48
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-2720-383/+20