aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedi/qedi_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-06-21scsi: iscsi: Fix session removal on shutdownMike Christie1-3/+6
2022-06-21scsi: qedi: Use QEDI_MODE_NORMAL for error handlingMike Christie1-1/+1
2022-01-31scsi: qedi: Remove redundant flush_workqueue() callsMinghao Chi (CGEL ZTE)1-2/+0
2021-12-06scsi: qedi: Fix SYSFS_FLAG_FW_SEL_BOOT formattingFlorian Fainelli1-3/+2
2021-11-29scsi: qedi: Remove set but unused 'page' variableFlorian Fainelli1-3/+0
2021-10-04qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")Prabhakar Kushwaha1-1/+1
2021-10-04qed: Update TCP silly-window-syndrome timeout for iwarp, scsiNikolay Assa1-0/+1
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin1-4/+4
2021-08-16scsi: qedi: Fix error codes in qedi_alloc_global_queues()Dan Carpenter1-7/+7
2021-06-09scsi: qedi: Fix host removal with running sessionsMike Christie1-5/+2
2021-06-02scsi: iscsi: Fix shost->max_id useMike Christie1-1/+1
2021-04-05Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-0/+1
2021-03-29scsi: qedi: Remove redundant assignment to variable errColin Ian King1-3/+1
2021-03-24scsi: qedi: Fix error return code of qedi_alloc_global_queues()Jia-Ju Bai1-0/+1
2021-01-05scsi: qedi: Correct max length of CHAP secretNilesh Javali1-2/+2
2020-12-07scsi: qedi: Fix missing destroy_workqueue() on error in __qedi_probeQinglang Miao1-1/+3
2020-10-02scsi: qedi: Add schedule_hw_err_handler callback for fan failureManish Rangankar1-0/+20
2020-09-08scsi: qedi: Add support for handling PCIe errorsManish Rangankar1-0/+24
2020-09-08scsi: qedi: Add firmware error recovery invocation supportManish Rangankar1-1/+62
2020-09-08scsi: qedi: Mark all connections for recovery on link down eventNilesh Javali1-0/+10
2020-09-08scsi: qedi: Use snprintf instead of sprintfManish Rangankar1-1/+1
2020-09-08scsi: qedi: Use qed count from set_fp_int in msix allocationManish Rangankar1-2/+7
2020-09-01scsi: qedi: Remove redundant NULL checkXu Wang1-2/+1
2020-07-24scsi: qedi: Demote seemingly unintentional kerneldoc headerLee Jones1-1/+1
2020-07-24scsi: qedi: Remove 2 set but unused variablesLee Jones1-5/+2
2020-05-11scsi: qedi: Remove unused variable udev & uctrlXie XiuQi1-5/+0
2020-05-07scsi: qedi: Remove comparison of 0/1 to bool variableJason Yan1-2/+2
2020-04-17scsi: qedi: make qedi_ll2_buf_size staticJason Yan1-1/+1
2020-04-13scsi: qedi: Add modules param to enable qed iSCSI debugManish Rangankar1-2/+5
2020-04-13scsi: qedi: Use correct msix count for fastpath vectorsManish Rangankar1-1/+1
2020-04-13scsi: qedi: Remove additional char from boot target iqnnameManish Rangankar1-1/+1
2020-03-26scsi: qedi: Add PCI shutdown handler supportManish Rangankar1-2/+17
2020-03-26scsi: qedi: Add MFW error recovery processManish Rangankar1-22/+65
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2019-06-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+3
2019-06-18scsi: qedi: Check targetname while finding boot target informationNilesh Javali1-0/+3
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440Thomas Gleixner1-4/+1
2019-05-26qedi: Use hwfns and affin_hwfn_idx to get MSI-X vector indexManish Rangankar1-6/+26
2019-05-26Revert "scsi: qedi: Allocate IRQs based on msix_cnt"Manish Rangankar1-1/+1
2019-03-29scsi: qedi: remove declaration of nvm_image from stackColin Ian King1-5/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-20/+19
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-23/+64
2018-11-28scsi: qedi: Move LL2 producer index processing in BH.Manish Rangankar1-12/+19
2018-11-28scsi: qedi: add module param to set ping packet sizeNilesh Javali1-4/+9
2018-11-28scsi: qedi: Add packet filter in light L2 Rx path.Manish Rangankar1-0/+24
2018-11-28scsi: qedi: Check for session online before getting iSCSI TLV data.Manish Rangankar1-0/+3
2018-11-28scsi: qedi: Allocate IRQs based on msix_cntNilesh Javali1-1/+1
2018-11-28scsi: qedi: Replace PAGE_SIZE with QEDI_PAGE_SIZENilesh Javali1-7/+9