summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf
Commit message (Expand)AuthorAgeFilesLines
...
| * scsi: qedf: Fix race betwen fipvlan request and response pathSaurav Kashyap2019-08-291-13/+12
| * scsi: qedf: Use discovery list to traverse rportsHannes Reinecke2019-08-291-32/+7
| * scsi: qedf: Decrease the LL2 MTU size to 2500Saurav Kashyap2019-08-292-1/+2
| * scsi: qedf: Check for module unloading bit before processing link update AENSaurav Kashyap2019-08-291-0/+10
| * scsi: qedf: Initiator fails to re-login to switch after link downSaurav Kashyap2019-08-291-11/+17
| * scsi: qedf: Add debug information for unsolicited processingSaurav Kashyap2019-08-291-0/+5
| * scsi: qedf: Add support for 20 Gbps speedSaurav Kashyap2019-08-291-0/+5
| * scsi: qedf: Interpret supported caps value correctlySaurav Kashyap2019-08-291-5/+27
| * scsi: qedf: Add shutdown callback handlerSaurav Kashyap2019-08-291-0/+7
| * scsi: qedf: Update module description stringNilesh Javali2019-08-291-1/+1
| * scsi: qedf: Fix crash during sg_resetArun Easi2019-08-291-2/+2
| * scsi: qedf: Stop sending fipvlan request on unloadSaurav Kashyap2019-08-291-0/+5
| * scsi: qedf: Print message during bailout conditionsSaurav Kashyap2019-08-295-40/+130
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
|/
* 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