summaryrefslogtreecommitdiff
path: root/drivers/scsi/qedi/qedi_main.c
AgeCommit message (Expand)Author
2021-04-05Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen
2021-03-29scsi: qedi: Remove redundant assignment to variable errColin Ian King
2021-03-24scsi: qedi: Fix error return code of qedi_alloc_global_queues()Jia-Ju Bai
2021-01-05scsi: qedi: Correct max length of CHAP secretNilesh Javali
2020-12-07scsi: qedi: Fix missing destroy_workqueue() on error in __qedi_probeQinglang Miao
2020-10-02scsi: qedi: Add schedule_hw_err_handler callback for fan failureManish Rangankar
2020-09-08scsi: qedi: Add support for handling PCIe errorsManish Rangankar
2020-09-08scsi: qedi: Add firmware error recovery invocation supportManish Rangankar
2020-09-08scsi: qedi: Mark all connections for recovery on link down eventNilesh Javali
2020-09-08scsi: qedi: Use snprintf instead of sprintfManish Rangankar
2020-09-08scsi: qedi: Use qed count from set_fp_int in msix allocationManish Rangankar
2020-09-01scsi: qedi: Remove redundant NULL checkXu Wang
2020-07-24scsi: qedi: Demote seemingly unintentional kerneldoc headerLee Jones
2020-07-24scsi: qedi: Remove 2 set but unused variablesLee Jones
2020-05-11scsi: qedi: Remove unused variable udev & uctrlXie XiuQi
2020-05-07scsi: qedi: Remove comparison of 0/1 to bool variableJason Yan
2020-04-17scsi: qedi: make qedi_ll2_buf_size staticJason Yan
2020-04-13scsi: qedi: Add modules param to enable qed iSCSI debugManish Rangankar
2020-04-13scsi: qedi: Use correct msix count for fastpath vectorsManish Rangankar
2020-04-13scsi: qedi: Remove additional char from boot target iqnnameManish Rangankar
2020-03-26scsi: qedi: Add PCI shutdown handler supportManish Rangankar
2020-03-26scsi: qedi: Add MFW error recovery processManish Rangankar
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-06-18scsi: qedi: Check targetname while finding boot target informationNilesh Javali
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440Thomas Gleixner
2019-05-26qedi: Use hwfns and affin_hwfn_idx to get MSI-X vector indexManish Rangankar
2019-05-26Revert "scsi: qedi: Allocate IRQs based on msix_cnt"Manish Rangankar
2019-03-29scsi: qedi: remove declaration of nvm_image from stackColin Ian King
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-11-28scsi: qedi: Move LL2 producer index processing in BH.Manish Rangankar
2018-11-28scsi: qedi: add module param to set ping packet sizeNilesh Javali
2018-11-28scsi: qedi: Add packet filter in light L2 Rx path.Manish Rangankar
2018-11-28scsi: qedi: Check for session online before getting iSCSI TLV data.Manish Rangankar
2018-11-28scsi: qedi: Allocate IRQs based on msix_cntNilesh Javali
2018-11-28scsi: qedi: Replace PAGE_SIZE with QEDI_PAGE_SIZENilesh Javali
2018-11-28scsi: qedi: Fix spelling mistake "OUSTANDING" -> "OUTSTANDING"Nilesh Javali
2018-11-07scsi: kill off the legacy IO pathJens Axboe
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-10-17scsi: qedi: fully convert to the generic DMA APIChristoph Hellwig
2018-09-28scsi: qedi: Initialize the stats mutex lockNilesh Javali
2018-08-30scsi: qedi: Add the CRC size within iSCSI NVM imageNilesh Javali
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-07-30scsi: qedi: Fix a potential buffer overflowBart Van Assche
2018-07-10scsi: qedi: Send driver state to MFWManish Rangankar
2018-07-02scsi: qedi: tidy up a size calculationDan Carpenter
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-22qedi: Add get_generic_tlv_data handler.Manish Rangankar