summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf/qedf_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen2020-09-151-1/+1
|\
| * scsi: qedf: Fix null ptr reference in qedf_stag_change_workYe Bin2020-08-251-1/+1
* | scsi: qedf: Retry qed->probe during recoverySaurav Kashyap2020-09-091-0/+11
* | scsi: qedf: Add schedule_hw_err_handler callback for fan failureSaurav Kashyap2020-09-091-0/+45
* | scsi: qedf: Return SUCCESS if stale rport is encounteredSaurav Kashyap2020-09-091-1/+1
* | scsi: qedf: FDMI attributes correctionJaved Hasan2020-09-091-25/+53
* | scsi: qedf: Fix for the session’s E_D_TOV valueJaved Hasan2020-09-091-1/+1
* | scsi: qedf: Change the debug parameter permission to read & writeJaved Hasan2020-09-091-1/+1
* | scsi: qedf: Check for port type and role before processing an eventSaurav Kashyap2020-08-211-0/+11
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-071-6/+4
|\
| * scsi: qedf: Remove set but not checked variable 'tmp'Lee Jones2020-07-151-3/+2
| * scsi: qedf: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones2020-07-151-3/+2
* | qed, qede, qedf: convert link mode from u32 to ETHTOOL_LINK_MODEAlexander Lobakin2020-07-211-28/+50
|/
* scsi: qedf: Get dev info after updating the paramsSaurav Kashyap2020-04-171-0/+7
* scsi: qedf: Fix crash when MFW calls for protocol stats while function is sti...Chad Dupuis2020-04-171-4/+31
* scsi: qedf: Add schedule recovery handlerChad Dupuis2020-04-171-0/+43
* scsi: qedf: Implement callback for bw_updateSaurav Kashyap2020-04-171-0/+27
* scsi: qedf: Keep track of num of pending flogiSaurav Kashyap2020-04-171-0/+23
* scsi: qedf: Use pci_get_dsn()Jacob Keller2020-03-061-13/+5
* Merge branch '5.4/scsi-fixes' into 5.5/scsi-queueMartin K. Petersen2019-10-101-1/+1
|\
| * scsi: qedf: Remove always false 'tmp_prio < 0' statementAustin Kim2019-09-241-1/+1
* | scsi: qedf: Add port_id getterDaniel Wagner2019-10-011-0/+8
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-09-211-65/+113
|\|
| * scsi: qedf: Fix race betwen fipvlan request and response pathSaurav Kashyap2019-08-301-13/+12
| * scsi: qedf: Use discovery list to traverse rportsHannes Reinecke2019-08-301-32/+7
| * scsi: qedf: Decrease the LL2 MTU size to 2500Saurav Kashyap2019-08-301-1/+1
| * scsi: qedf: Check for module unloading bit before processing link update AENSaurav Kashyap2019-08-301-0/+10
| * scsi: qedf: Add support for 20 Gbps speedSaurav Kashyap2019-08-301-0/+5
| * scsi: qedf: Interpret supported caps value correctlySaurav Kashyap2019-08-301-5/+27
| * scsi: qedf: Add shutdown callback handlerSaurav Kashyap2019-08-301-0/+7
| * scsi: qedf: Update module description stringNilesh Javali2019-08-301-1/+1
| * scsi: qedf: Stop sending fipvlan request on unloadSaurav Kashyap2019-08-301-0/+5
| * scsi: qedf: Print message during bailout conditionsSaurav Kashyap2019-08-301-14/+39
* | 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-181-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440Thomas Gleixner2019-06-051-4/+1
* | qedf: Use hwfns and affin_hwfn_idx to get MSI-X vector index to useChad Dupuis2019-05-261-11/+28
|/
* 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-291-1/+6
* 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: Change MSI-X load error messageChad Dupuis2019-04-291-1/+2
* scsi: qedf: fc_rport_priv reference counting fixesHannes Reinecke2019-03-281-0/+5
* scsi: qedf: Wait for upload and link down processing during soft ctx resetChad Dupuis2019-03-281-7/+53
* scsi: qedf: fixup bit operationsHannes Reinecke2019-03-281-1/+4
* scsi: qedf: missing kref_put in qedf_xmit()Hannes Reinecke2019-03-281-1/+3
* scsi: qedf: Check for link state before processing LL2 packets and send fipvl...Saurav Kashyap2019-03-281-6/+22
* scsi: qedf: Add missing fc_disc_init call after allocating lportChad Dupuis2019-03-281-0/+2
* scsi: qedf: Modify abort and tmf handler to handle edge condition and flushSaurav Kashyap2019-03-281-34/+90