summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1715-60/+15
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440Thomas Gleixner2019-06-0515-60/+15
* | qedf: Use hwfns and affin_hwfn_idx to get MSI-X vector index to useChad Dupuis2019-05-261-11/+28
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* scsi: qedf: remove set but not used variablesYueHaibing2019-04-291-9/+1
* scsi: qedf: Update the driver version to 8.37.25.20Saurav Kashyap2019-04-291-2/+2
* scsi: qedf: Add return value to log message if scsi_add_host failsSaurav Kashyap2019-04-291-2/+3
* scsi: qedf: Print fcport information on wait for upload timeoutSaurav Kashyap2019-04-291-3/+5
* scsi: qedf: Check the return value of start_xmitSaurav Kashyap2019-04-292-3/+21
* scsi: qedf: Log message if scsi_add_host failsSaurav Kashyap2019-04-291-1/+4
* scsi: qedf: Check for fcoe_libfc_config failureSaurav Kashyap2019-04-291-1/+5
* scsi: qedf: Add comment to display logging levelsSaurav Kashyap2019-04-291-0/+6
* scsi: qedf: Add port_id for fcport into initiate_cleanup debug messageChad Dupuis2019-04-291-2/+2
* scsi: qedf: Add LBA to underrun debug messagesChad Dupuis2019-04-291-5/+6
* scsi: qedf: Print scsi_cmd backpointer in good completion path if the command...Chad Dupuis2019-04-291-3/+3
* scsi: qedf: Add driver state to 'driver_stats' debugfs nodeChad Dupuis2019-04-291-3/+52
* scsi: qedf: Change MSI-X load error messageChad Dupuis2019-04-291-1/+2
* scsi: qedf: remove memset/memcpy to nfunc and use func insteadColin Ian King2019-04-181-24/+8
* scsi: qedf: Remove set but not used variable 'fr_len'YueHaibing2019-04-031-2/+0
* scsi: qedf: Update the driver version to 8.37.25.19Saurav Kashyap2019-03-271-4/+4
* scsi: qedf: Fix lport may be used uninitialized warningSaurav Kashyap2019-03-271-3/+1
* scsi: qedf: Correctly handle refcounting of rdataSaurav Kashyap2019-03-271-15/+11
* scsi: qedf: Cleanup rrq_work after QEDF_CMD_OUTSTANDING is clearedShyam Sundar2019-03-272-16/+54
* scsi: qedf: Check for tm_flags instead of cmd_type during cleanupSaurav Kashyap2019-03-271-1/+2
* scsi: qedf: Add a flag to help debugging io_req which could not be cleanedShyam Sundar2019-03-271-0/+7
* scsi: qedf: Don't send ABTS for under run scenarioSaurav Kashyap2019-03-271-9/+1
* scsi: qedf: Don't queue anything if upload is in progressShyam Sundar2019-03-271-1/+8
* scsi: qedf: Check both the FCF and fabric ID before servicing clear virtual linkChad Dupuis2019-03-271-18/+48
* scsi: qedf: fc_rport_priv reference counting fixesHannes Reinecke2019-03-273-9/+30
* scsi: qedf: Add missing return in qedf_scsi_done()Chad Dupuis2019-03-271-0/+1
* scsi: qedf: Wait for upload and link down processing during soft ctx resetChad Dupuis2019-03-273-11/+57
* scsi: qedf: Add additional checks for io_req->sc_cmd validityChad Dupuis2019-03-271-2/+37
* scsi: qedf: fixup bit operationsHannes Reinecke2019-03-272-1/+8
* scsi: qedf: fixup locking in qedf_restart_rport()Hannes Reinecke2019-03-271-1/+7
* scsi: qedf: missing kref_put in qedf_xmit()Hannes Reinecke2019-03-271-1/+3
* scsi: qedf: Check for link state before processing LL2 packets and send fipvl...Saurav Kashyap2019-03-272-6/+28
* scsi: qedf: Add missing fc_disc_init call after allocating lportChad Dupuis2019-03-271-0/+2
* scsi: qedf: Correct the memory barriers in qedf_ring_doorbellAndrew Vasquez2019-03-271-2/+10
* scsi: qedf: Use a separate completion for cleanup commandsChad Dupuis2019-03-272-4/+8
* scsi: qedf: Modify abort and tmf handler to handle edge condition and flushSaurav Kashyap2019-03-274-67/+276
* scsi: qedf: Modify flush routine to handle all I/Os and TMFShyam Sundar2019-03-274-26/+277
* scsi: qedf: Simplify s/g list mappingChad Dupuis2019-03-273-94/+40
* scsi: qedf: Add missing return in qedf_post_io_req() in the fcport offload checkChad Dupuis2019-03-271-0/+1
* scsi: qedf: Correct xid range overlap between offloaded requests and libfc re...Chad Dupuis2019-03-273-17/+7
* scsi: qedf: Do not retry ELS request if qedf_alloc_cmd failsChad Dupuis2019-03-271-12/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-093-23/+3
|\
| * scsi: fcoe: make use of fip_mode enum completeSedat Dilek2019-02-191-1/+1
| * scsi: stop setting up request->specialChristoph Hellwig2019-02-051-6/+0
| * scsi: qedf: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-291-16/+2
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-12/+17
|/