aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-60/+15
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440Thomas Gleixner15-60/+15
2019-05-26qedf: Use hwfns and affin_hwfn_idx to get MSI-X vector index to useChad Dupuis1-11/+28
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-29scsi: qedf: remove set but not used variablesYueHaibing1-9/+1
2019-04-29scsi: qedf: Update the driver version to 8.37.25.20Saurav Kashyap1-2/+2
2019-04-29scsi: qedf: Add return value to log message if scsi_add_host failsSaurav Kashyap1-2/+3
2019-04-29scsi: qedf: Print fcport information on wait for upload timeoutSaurav Kashyap1-3/+5
2019-04-29scsi: qedf: Check the return value of start_xmitSaurav Kashyap2-3/+21
2019-04-29scsi: qedf: Log message if scsi_add_host failsSaurav Kashyap1-1/+4
2019-04-29scsi: qedf: Check for fcoe_libfc_config failureSaurav Kashyap1-1/+5
2019-04-29scsi: qedf: Add comment to display logging levelsSaurav Kashyap1-0/+6
2019-04-29scsi: qedf: Add port_id for fcport into initiate_cleanup debug messageChad Dupuis1-2/+2
2019-04-29scsi: qedf: Add LBA to underrun debug messagesChad Dupuis1-5/+6
2019-04-29scsi: qedf: Print scsi_cmd backpointer in good completion path if the command is still being usedChad Dupuis1-3/+3
2019-04-29scsi: qedf: Add driver state to 'driver_stats' debugfs nodeChad Dupuis1-3/+52
2019-04-29scsi: qedf: Change MSI-X load error messageChad Dupuis1-1/+2
2019-04-18scsi: qedf: remove memset/memcpy to nfunc and use func insteadColin Ian King1-24/+8
2019-04-03scsi: qedf: Remove set but not used variable 'fr_len'YueHaibing1-2/+0
2019-03-27scsi: qedf: Update the driver version to 8.37.25.19Saurav Kashyap1-4/+4
2019-03-27scsi: qedf: Fix lport may be used uninitialized warningSaurav Kashyap1-3/+1
2019-03-27scsi: qedf: Correctly handle refcounting of rdataSaurav Kashyap1-15/+11
2019-03-27scsi: qedf: Cleanup rrq_work after QEDF_CMD_OUTSTANDING is clearedShyam Sundar2-16/+54
2019-03-27scsi: qedf: Check for tm_flags instead of cmd_type during cleanupSaurav Kashyap1-1/+2
2019-03-27scsi: qedf: Add a flag to help debugging io_req which could not be cleanedShyam Sundar1-0/+7
2019-03-27scsi: qedf: Don't send ABTS for under run scenarioSaurav Kashyap1-9/+1
2019-03-27scsi: qedf: Don't queue anything if upload is in progressShyam Sundar1-1/+8
2019-03-27scsi: qedf: Check both the FCF and fabric ID before servicing clear virtual linkChad Dupuis1-18/+48
2019-03-27scsi: qedf: fc_rport_priv reference counting fixesHannes Reinecke3-9/+30
2019-03-27scsi: qedf: Add missing return in qedf_scsi_done()Chad Dupuis1-0/+1
2019-03-27scsi: qedf: Wait for upload and link down processing during soft ctx resetChad Dupuis3-11/+57
2019-03-27scsi: qedf: Add additional checks for io_req->sc_cmd validityChad Dupuis1-2/+37
2019-03-27scsi: qedf: fixup bit operationsHannes Reinecke2-1/+8
2019-03-27scsi: qedf: fixup locking in qedf_restart_rport()Hannes Reinecke1-1/+7
2019-03-27scsi: qedf: missing kref_put in qedf_xmit()Hannes Reinecke1-1/+3
2019-03-27scsi: qedf: Check for link state before processing LL2 packets and send fipvlan retriesSaurav Kashyap2-6/+28
2019-03-27scsi: qedf: Add missing fc_disc_init call after allocating lportChad Dupuis1-0/+2
2019-03-27scsi: qedf: Correct the memory barriers in qedf_ring_doorbellAndrew Vasquez1-2/+10
2019-03-27scsi: qedf: Use a separate completion for cleanup commandsChad Dupuis2-4/+8
2019-03-27scsi: qedf: Modify abort and tmf handler to handle edge condition and flushSaurav Kashyap4-67/+276
2019-03-27scsi: qedf: Modify flush routine to handle all I/Os and TMFShyam Sundar4-26/+277
2019-03-27scsi: qedf: Simplify s/g list mappingChad Dupuis3-94/+40
2019-03-27scsi: qedf: Add missing return in qedf_post_io_req() in the fcport offload checkChad Dupuis1-0/+1
2019-03-27scsi: qedf: Correct xid range overlap between offloaded requests and libfc requestsChad Dupuis3-17/+7
2019-03-27scsi: qedf: Do not retry ELS request if qedf_alloc_cmd failsChad Dupuis1-12/+4
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-23/+3
2019-02-19scsi: fcoe: make use of fip_mode enum completeSedat Dilek1-1/+1
2019-02-05scsi: stop setting up request->specialChristoph Hellwig1-6/+0
2019-01-29scsi: qedf: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-16/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-12/+17