summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf
AgeCommit message (Expand)AuthorLines
2023-04-02scsi: qedf: Remove unused 'num_handled' variableTom Rix-2/+0
2023-03-24scsi: qedf: Declare host template constBart Van Assche-1/+1
2022-10-22scsi: qedf: Remove set but unused variable 'page'Jiapeng Chong-3/+0
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-0/+21
2022-09-25scsi: qedf: Populate sysfs attributes for vportSaurav Kashyap-0/+21
2022-09-15scsi: qedf: Fix a UAF bug in __qedf_probe()Letu Ren-5/+0
2022-05-23scsi: qedf: Fix typo in commentJulia Lawall-1/+1
2022-05-19scsi: qedf: Remove redundant variable opColin Ian King-2/+1
2022-05-16scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior-5/+2
2022-04-26scsi: qedf: Remove an unneeded NULL check on list iteratorXiaomeng Tong-3/+3
2022-04-25scsi: qedf: Remove unnecessary codeHaowen Bai-2/+0
2022-02-22scsi: qedf: Stop using the SCSI pointerBart Van Assche-15/+23
2022-01-24scsi: qedf: Change context reset messages to ratelimitedSaurav Kashyap-2/+4
2022-01-24scsi: qedf: Fix refcount issue when LOGO is received during TMFSaurav Kashyap-0/+1
2022-01-24scsi: qedf: Add stag_work to all the vportsSaurav Kashyap-0/+1
2022-01-05scsi: qedf: Fix potential dereference of NULL pointerJiasheng Jiang-0/+2
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-18/+20
2021-10-16scsi: qedf: Switch to attribute groupsBart Van Assche-5/+14
2021-10-16scsi: qedf: Call scsi_done() directlyBart Van Assche-13/+6
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin-18/+18
2021-09-24qed: Don't ignore devlink allocation failuresLeon Romanovsky-0/+2
2021-08-16scsi: qedf: Fix error codes in qedf_alloc_global_queues()Dan Carpenter-5/+5
2021-08-11scsi: qedf: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche-7/+1
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-9/+27
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-11/+6
2021-06-29scsi: qedf: Add check to synchronize abort and flushJaved Hasan-1/+21
2021-06-22scsi: qedf: Use DEVICE_ATTR_RO() macroZhen Lei-8/+6
2021-06-10scsi: qedf: Add vendor identifier attributeJaved Hasan-0/+3
2021-06-07scsi: qedf: Update the max_id value in host structureSaurav Kashyap-0/+2
2021-06-01scsi: qedf: Do not put host in qedf_vport_create() unconditionallyDaniel Wagner-11/+9
2021-05-21scsi: qedf: Use vzalloc() instead of vmalloc()/memset(0)Yang Yingliang-2/+1
2021-05-14scsi: qedf: Add pointer checks in qedf_update_link_speed()Javed Hasan-1/+3
2021-05-14scsi: qedf: Drop unnecessary NULL checks after container_of()Guenter Roeck-9/+0
2021-04-13scsi: qedf: Use devlink to report errors and recoveryJaved Hasan-2/+3
2021-04-13scsi: qedf: Enable devlink supportJaved Hasan-0/+14
2021-04-05scsi: qedf: Remove unused include of linux/version.hTian Tao-3/+0
2021-01-13scsi: qedf: Simplify bool comparisonYANG LI-1/+1
2020-10-29scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann-1/+0
2020-10-02scsi: qedf: Remove redundant assignment to variable 'rc'Jing Xiangfeng-1/+0
2020-09-15Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen-1/+1
2020-09-08scsi: qedf: Retry qed->probe during recoverySaurav Kashyap-0/+11
2020-09-08scsi: qedf: Add schedule_hw_err_handler callback for fan failureSaurav Kashyap-0/+49
2020-09-08scsi: qedf: Return SUCCESS if stale rport is encounteredSaurav Kashyap-1/+1
2020-09-08scsi: qedf: FDMI attributes correctionJaved Hasan-25/+58
2020-09-08scsi: qedf: Fix for the session’s E_D_TOV valueJaved Hasan-1/+1
2020-09-08scsi: qedf: Correct the comment in qedf_initiate_elsSaurav Kashyap-1/+1
2020-09-08scsi: qedf: Change the debug parameter permission to read & writeJaved Hasan-1/+1
2020-08-24scsi: qedf: Fix null ptr reference in qedf_stag_change_workYe Bin-1/+1
2020-08-20scsi: qedf: Fix race between ELS completion and flushing ELS requestSaurav Kashyap-0/+16
2020-08-20scsi: qedf: Don't process ELS completion if event is flushed or cleaned upSaurav Kashyap-0/+9