aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/qedf
AgeCommit message (Expand)AuthorFilesLines
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 4-18/+20
2021-10-16scsi: qedf: Switch to attribute groupsGravatar Bart Van Assche 3-5/+14
2021-10-16scsi: qedf: Call scsi_done() directlyGravatar Bart Van Assche 1-13/+6
2021-10-04qed: Remove e4_ and _e4 from FW HSIGravatar Shai Malin 6-18/+18
2021-09-24qed: Don't ignore devlink allocation failuresGravatar Leon Romanovsky 1-0/+2
2021-08-16scsi: qedf: Fix error codes in qedf_alloc_global_queues()Gravatar Dan Carpenter 1-5/+5
2021-08-11scsi: qedf: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestGravatar Bart Van Assche 1-7/+1
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-9/+27
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 3-11/+6
2021-06-29scsi: qedf: Add check to synchronize abort and flushGravatar Javed Hasan 1-1/+21
2021-06-22scsi: qedf: Use DEVICE_ATTR_RO() macroGravatar Zhen Lei 1-8/+6
2021-06-10scsi: qedf: Add vendor identifier attributeGravatar Javed Hasan 1-0/+3
2021-06-07scsi: qedf: Update the max_id value in host structureGravatar Saurav Kashyap 1-0/+2
2021-06-01scsi: qedf: Do not put host in qedf_vport_create() unconditionallyGravatar Daniel Wagner 1-11/+9
2021-05-21scsi: qedf: Use vzalloc() instead of vmalloc()/memset(0)Gravatar Yang Yingliang 1-2/+1
2021-05-14scsi: qedf: Add pointer checks in qedf_update_link_speed()Gravatar Javed Hasan 1-1/+3
2021-05-14scsi: qedf: Drop unnecessary NULL checks after container_of()Gravatar Guenter Roeck 2-9/+0
2021-04-13scsi: qedf: Use devlink to report errors and recoveryGravatar Javed Hasan 1-2/+3
2021-04-13scsi: qedf: Enable devlink supportGravatar Javed Hasan 2-0/+14
2021-04-05scsi: qedf: Remove unused include of linux/version.hGravatar Tian Tao 2-3/+0
2021-01-13scsi: qedf: Simplify bool comparisonGravatar YANG LI 1-1/+1
2020-10-29scsi: libfc: Move scsi/fc_encode.h to libfcGravatar Arnd Bergmann 1-1/+0
2020-10-02scsi: qedf: Remove redundant assignment to variable 'rc'Gravatar Jing Xiangfeng 1-1/+0
2020-09-15Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsGravatar Martin K. Petersen 1-1/+1
2020-09-08scsi: qedf: Retry qed->probe during recoveryGravatar Saurav Kashyap 1-0/+11
2020-09-08scsi: qedf: Add schedule_hw_err_handler callback for fan failureGravatar Saurav Kashyap 2-0/+49
2020-09-08scsi: qedf: Return SUCCESS if stale rport is encounteredGravatar Saurav Kashyap 1-1/+1
2020-09-08scsi: qedf: FDMI attributes correctionGravatar Javed Hasan 2-25/+58
2020-09-08scsi: qedf: Fix for the session’s E_D_TOV valueGravatar Javed Hasan 1-1/+1
2020-09-08scsi: qedf: Correct the comment in qedf_initiate_elsGravatar Saurav Kashyap 1-1/+1
2020-09-08scsi: qedf: Change the debug parameter permission to read & writeGravatar Javed Hasan 1-1/+1
2020-08-24scsi: qedf: Fix null ptr reference in qedf_stag_change_workGravatar Ye Bin 1-1/+1
2020-08-20scsi: qedf: Fix race between ELS completion and flushing ELS requestGravatar Saurav Kashyap 2-0/+16
2020-08-20scsi: qedf: Don't process ELS completion if event is flushed or cleaned upGravatar Saurav Kashyap 1-0/+9
2020-08-20scsi: qedf: Initiate cleanup for ELS commands as wellGravatar Saurav Kashyap 1-0/+7
2020-08-20scsi: qedf: Send cleanup even for RRQ on timeoutGravatar Saurav Kashyap 1-1/+1
2020-08-20scsi: qedf: Do not kill timeout work for original I/O on RRQ completionGravatar Saurav Kashyap 1-4/+0
2020-08-20scsi: qedf: Check the validity of rjt frame before processingGravatar Saurav Kashyap 1-0/+5
2020-08-20scsi: qedf: Check for port type and role before processing an eventGravatar Saurav Kashyap 1-0/+11
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 3-42/+16
2020-07-20qed, qede, qedf: convert link mode from u32 to ETHTOOL_LINK_MODEGravatar Alexander Lobakin 1-28/+50
2020-07-15scsi: qedf: Demote obvious misuse of kerneldoc to standard comment blocksGravatar Lee Jones 1-10/+8
2020-07-15scsi: qedf: Remove a whole host of unused variablesGravatar Lee Jones 1-26/+4
2020-07-15scsi: qedf: Remove set but not checked variable 'tmp'Gravatar Lee Jones 1-3/+2
2020-07-15scsi: qedf: Demote obvious misuse of kerneldoc to standard comment blocksGravatar Lee Jones 1-3/+2
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-1/+1
2020-06-02scsi: qedf: Remove redundant initialization of variable rcGravatar Colin Ian King 1-1/+1
2020-04-17scsi: qedf: Get dev info after updating the paramsGravatar Saurav Kashyap 1-0/+7
2020-04-17scsi: qedf: Fix crash when MFW calls for protocol stats while function is sti...Gravatar Chad Dupuis 2-4/+32