summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedi/qedi_main.c
AgeCommit message (Expand)AuthorFilesLines
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/...Linus 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
2018-11-28scsi: qedi: Fix spelling mistake "OUSTANDING" -> "OUTSTANDING"Nilesh Javali1-1/+1
2018-11-07scsi: kill off the legacy IO pathJens Axboe1-2/+1
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+4
2018-10-17scsi: qedi: fully convert to the generic DMA APIChristoph Hellwig1-4/+4
2018-09-28scsi: qedi: Initialize the stats mutex lockNilesh Javali1-0/+1
2018-08-30scsi: qedi: Add the CRC size within iSCSI NVM imageNilesh Javali1-13/+15
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2018-07-30scsi: qedi: Fix a potential buffer overflowBart Van Assche1-1/+1
2018-07-10scsi: qedi: Send driver state to MFWManish Rangankar1-0/+11
2018-07-02scsi: qedi: tidy up a size calculationDan Carpenter1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-22qedi: Add get_generic_tlv_data handler.Manish Rangankar1-0/+16
2018-05-22qedi: Add support for populating ethernet TLVs.Manish Rangankar1-0/+182
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-29/+26
2018-02-13scsi: qedi: fix building with LTOArnd Bergmann1-2/+2
2018-02-13scsi: qedi: Cleanup local str variableNilesh Javali1-23/+20
2018-02-13scsi: qedi: Fix truncation of CHAP name and secretAndrew Vasquez1-12/+12