summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: qedf: Change context reset messages to ratelimitedSaurav Kashyap2022-01-251-2/+4
* scsi: qedf: Fix refcount issue when LOGO is received during TMFSaurav Kashyap2022-01-251-0/+1
* scsi: qedf: Add stag_work to all the vportsSaurav Kashyap2022-01-251-0/+1
* scsi: qedf: Fix potential dereference of NULL pointerJiasheng Jiang2022-01-051-0/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-054-18/+20
|\
| * scsi: qedf: Switch to attribute groupsBart Van Assche2021-10-173-5/+14
| * scsi: qedf: Call scsi_done() directlyBart Van Assche2021-10-171-13/+6
* | qed: Remove e4_ and _e4 from FW HSIShai Malin2021-10-046-18/+18
* | qed: Don't ignore devlink allocation failuresLeon Romanovsky2021-09-241-0/+2
|/
* scsi: qedf: Fix error codes in qedf_alloc_global_queues()Dan Carpenter2021-08-161-5/+5
* scsi: qedf: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-121-7/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-112-9/+27
|\
| * scsi: qedf: Add check to synchronize abort and flushJaved Hasan2021-06-291-1/+21
| * scsi: qedf: Use DEVICE_ATTR_RO() macroZhen Lei2021-06-231-8/+6
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-033-11/+6
|\|
| * scsi: qedf: Add vendor identifier attributeJaved Hasan2021-06-101-0/+3
| * scsi: qedf: Update the max_id value in host structureSaurav Kashyap2021-06-081-0/+2
| * scsi: qedf: Use vzalloc() instead of vmalloc()/memset(0)Yang Yingliang2021-05-211-2/+1
| * scsi: qedf: Drop unnecessary NULL checks after container_of()Guenter Roeck2021-05-152-9/+0
* | scsi: qedf: Do not put host in qedf_vport_create() unconditionallyDaniel Wagner2021-06-021-11/+9
* | scsi: qedf: Add pointer checks in qedf_update_link_speed()Javed Hasan2021-05-151-1/+3
|/
* scsi: qedf: Use devlink to report errors and recoveryJaved Hasan2021-04-131-2/+3
* scsi: qedf: Enable devlink supportJaved Hasan2021-04-132-0/+14
* scsi: qedf: Remove unused include of linux/version.hTian Tao2021-04-062-3/+0
* scsi: qedf: Simplify bool comparisonYANG LI2021-01-131-1/+1
* scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann2020-10-301-1/+0
* scsi: qedf: Remove redundant assignment to variable 'rc'Jing Xiangfeng2020-10-031-1/+0
* 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-092-0/+49
* | scsi: qedf: Return SUCCESS if stale rport is encounteredSaurav Kashyap2020-09-091-1/+1
* | scsi: qedf: FDMI attributes correctionJaved Hasan2020-09-092-25/+58
* | scsi: qedf: Fix for the session’s E_D_TOV valueJaved Hasan2020-09-091-1/+1
* | scsi: qedf: Correct the comment in qedf_initiate_elsSaurav Kashyap2020-09-091-1/+1
* | scsi: qedf: Change the debug parameter permission to read & writeJaved Hasan2020-09-091-1/+1
* | scsi: qedf: Fix race between ELS completion and flushing ELS requestSaurav Kashyap2020-08-212-0/+16
* | scsi: qedf: Don't process ELS completion if event is flushed or cleaned upSaurav Kashyap2020-08-211-0/+9
* | scsi: qedf: Initiate cleanup for ELS commands as wellSaurav Kashyap2020-08-211-0/+7
* | scsi: qedf: Send cleanup even for RRQ on timeoutSaurav Kashyap2020-08-211-1/+1
* | scsi: qedf: Do not kill timeout work for original I/O on RRQ completionSaurav Kashyap2020-08-211-4/+0
* | scsi: qedf: Check the validity of rjt frame before processingSaurav Kashyap2020-08-211-0/+5
* | 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-073-42/+16
|\
| * scsi: qedf: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones2020-07-151-10/+8
| * scsi: qedf: Remove a whole host of unused variablesLee Jones2020-07-151-26/+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
|/
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-1/+1
|\