summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf
Commit message (Expand)AuthorAgeFilesLines
* scsi: qedf: Remove set but unused variable 'page'Jiapeng Chong2022-10-221-3/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-071-0/+21
|\
| * scsi: qedf: Populate sysfs attributes for vportSaurav Kashyap2022-09-251-0/+21
* | scsi: qedf: Fix a UAF bug in __qedf_probe()Letu Ren2022-09-151-5/+0
|/
* scsi: qedf: Fix typo in commentJulia Lawall2022-05-231-1/+1
* scsi: qedf: Remove redundant variable opColin Ian King2022-05-191-2/+1
* scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior2022-05-161-5/+2
* scsi: qedf: Remove an unneeded NULL check on list iteratorXiaomeng Tong2022-04-261-3/+3
* scsi: qedf: Remove unnecessary codeHaowen Bai2022-04-251-2/+0
* scsi: qedf: Stop using the SCSI pointerBart Van Assche2022-02-223-15/+23
* scsi: qedf: Change context reset messages to ratelimitedSaurav Kashyap2022-01-241-2/+4
* scsi: qedf: Fix refcount issue when LOGO is received during TMFSaurav Kashyap2022-01-241-0/+1
* scsi: qedf: Add stag_work to all the vportsSaurav Kashyap2022-01-241-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-163-5/+14
| * scsi: qedf: Call scsi_done() directlyBart Van Assche2021-10-161-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-111-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-221-8/+6
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-023-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-071-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-142-9/+0
* | scsi: qedf: Do not put host in qedf_vport_create() unconditionallyDaniel Wagner2021-06-011-11/+9
* | scsi: qedf: Add pointer checks in qedf_update_link_speed()Javed Hasan2021-05-141-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-052-3/+0
* scsi: qedf: Simplify bool comparisonYANG LI2021-01-131-1/+1
* scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann2020-10-291-1/+0
* scsi: qedf: Remove redundant assignment to variable 'rc'Jing Xiangfeng2020-10-021-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-241-1/+1
* | scsi: qedf: Retry qed->probe during recoverySaurav Kashyap2020-09-081-0/+11
* | scsi: qedf: Add schedule_hw_err_handler callback for fan failureSaurav Kashyap2020-09-082-0/+49
* | scsi: qedf: Return SUCCESS if stale rport is encounteredSaurav Kashyap2020-09-081-1/+1
* | scsi: qedf: FDMI attributes correctionJaved Hasan2020-09-082-25/+58
* | scsi: qedf: Fix for the session’s E_D_TOV valueJaved Hasan2020-09-081-1/+1
* | scsi: qedf: Correct the comment in qedf_initiate_elsSaurav Kashyap2020-09-081-1/+1
* | scsi: qedf: Change the debug parameter permission to read & writeJaved Hasan2020-09-081-1/+1
* | scsi: qedf: Fix race between ELS completion and flushing ELS requestSaurav Kashyap2020-08-202-0/+16
* | scsi: qedf: Don't process ELS completion if event is flushed or cleaned upSaurav Kashyap2020-08-201-0/+9
* | scsi: qedf: Initiate cleanup for ELS commands as wellSaurav Kashyap2020-08-201-0/+7
* | scsi: qedf: Send cleanup even for RRQ on timeoutSaurav Kashyap2020-08-201-1/+1