aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/qedf
AgeCommit message (Expand)AuthorFilesLines
2019-03-27scsi: qedf: Wait for upload and link down processing during soft ctx resetGravatar Chad Dupuis 3-11/+57
2019-03-27scsi: qedf: Add additional checks for io_req->sc_cmd validityGravatar Chad Dupuis 1-2/+37
2019-03-27scsi: qedf: fixup bit operationsGravatar Hannes Reinecke 2-1/+8
2019-03-27scsi: qedf: fixup locking in qedf_restart_rport()Gravatar Hannes Reinecke 1-1/+7
2019-03-27scsi: qedf: missing kref_put in qedf_xmit()Gravatar Hannes Reinecke 1-1/+3
2019-03-27scsi: qedf: Check for link state before processing LL2 packets and send fipvl...Gravatar Saurav Kashyap 2-6/+28
2019-03-27scsi: qedf: Add missing fc_disc_init call after allocating lportGravatar Chad Dupuis 1-0/+2
2019-03-27scsi: qedf: Correct the memory barriers in qedf_ring_doorbellGravatar Andrew Vasquez 1-2/+10
2019-03-27scsi: qedf: Use a separate completion for cleanup commandsGravatar Chad Dupuis 2-4/+8
2019-03-27scsi: qedf: Modify abort and tmf handler to handle edge condition and flushGravatar Saurav Kashyap 4-67/+276
2019-03-27scsi: qedf: Modify flush routine to handle all I/Os and TMFGravatar Shyam Sundar 4-26/+277
2019-03-27scsi: qedf: Simplify s/g list mappingGravatar Chad Dupuis 3-94/+40
2019-03-27scsi: qedf: Add missing return in qedf_post_io_req() in the fcport offload checkGravatar Chad Dupuis 1-0/+1
2019-03-27scsi: qedf: Correct xid range overlap between offloaded requests and libfc re...Gravatar Chad Dupuis 3-17/+7
2019-03-27scsi: qedf: Do not retry ELS request if qedf_alloc_cmd failsGravatar Chad Dupuis 1-12/+4
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 3-23/+3
2019-02-19scsi: fcoe: make use of fip_mode enum completeGravatar Sedat Dilek 1-1/+1
2019-02-05scsi: stop setting up request->specialGravatar Christoph Hellwig 1-6/+0
2019-01-29scsi: qedf: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-16/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Gravatar Luis Chamberlain 1-12/+17
2018-12-18scsi: flip the default on use_clusteringGravatar Christoph Hellwig 1-1/+0
2018-12-07scsi: qedf: NULL check before some freeing functions is not neededGravatar Thomas Meyer 1-2/+1
2018-10-17scsi: qedf: fully convert to the generic DMA APIGravatar Christoph Hellwig 1-4/+4
2018-07-10scsi: qedf: Send the driver state to MFWGravatar Saurav Kashyap 1-0/+12
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 15-51/+238
2018-05-22qedf: Add get_generic_tlv_data handler.Gravatar Chad Dupuis 2-0/+18
2018-05-22qedf: Add support for populating ethernet TLVs.Gravatar Chad Dupuis 4-1/+104
2018-05-08scsi: qedf: Update version number to 8.33.16.20Gravatar Chad Dupuis 1-2/+2
2018-05-08scsi: qedf: Update copyright for 2018Gravatar Chad Dupuis 15-15/+15
2018-05-08scsi: qedf: Add more defensive checks for concurrent error conditionsGravatar Chad Dupuis 3-14/+58
2018-05-08scsi: qedf: Set the UNLOADING flag when removing a vportGravatar Chad Dupuis 1-0/+10
2018-05-08scsi: qedf: Add additional checks when restarting an rport due to ABTS timeoutGravatar Chad Dupuis 1-0/+31
2018-05-08scsi: qedf: If qed fails to enable MSI-X fail PCI probeGravatar Chad Dupuis 1-1/+2
2018-05-08scsi: qedf: Honor default_prio module parameter even if DCBX does not convergeGravatar Chad Dupuis 1-1/+8
2018-05-08scsi: qedf: Improve firmware debug dump handlingGravatar Chad Dupuis 3-2/+15
2018-05-08scsi: qedf: Remove setting DCBX pending during soft context resetGravatar Saurav Kashyap 1-1/+0
2018-05-08scsi: qedf: Add task id to kref_get_unless_zero() debug messages when flushin...Gravatar Chad Dupuis 1-3/+3
2018-05-08scsi: qedf: Check if link is already up when receiving a link up event from qedGravatar Chad Dupuis 1-0/+5
2018-05-08scsi: qedf: Return request as DID_NO_CONNECT if MSI-X is not enabledGravatar Chad Dupuis 1-0/+9
2018-05-08scsi: qedf: Release RRQ reference correctly when RRQ command times outGravatar Chad Dupuis 1-0/+8
2018-05-08scsi: qedf: Honor priority from DCBX FCoE App tagGravatar Chad Dupuis 2-14/+39
2018-05-08scsi: qedf: Add dcbx_not_wait module parameter so we won't wait for DCBX conv...Gravatar Chad Dupuis 1-2/+9
2018-05-08scsi: qedf: Sanity check FCoE/FIP priority value to make sure it's between 0 ...Gravatar Chad Dupuis 1-0/+7
2018-05-08scsi: qedf: Add check for offload before flushing I/Os for targetGravatar Chad Dupuis 1-0/+6
2018-05-08scsi: qedf: Fix VLAN display when printing sent FIP framesGravatar Chad Dupuis 1-1/+1
2018-05-08scsi: qedf: Add missing skb frees in error pathGravatar Chad Dupuis 2-0/+2
2018-05-08scsi: qedf: Increase the number of default FIP VLAN request retries to 60Gravatar Chad Dupuis 1-2/+2
2018-05-08scsi: qedf: Synchronize rport restarts when multiple ELS commands time outGravatar Chad Dupuis 2-0/+13
2018-05-07qed: Add support for Unified Fabric Port.Gravatar Sudarsana Reddy Kalluru 2-3/+6
2018-02-13scsi: qedf: use correct strncpy() sizeGravatar Arnd Bergmann 1-1/+1