summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedi
Commit message (Expand)AuthorAgeFilesLines
* scsi: qedi: Add ep_state for login completion on un-reachable targetsManish Rangankar2019-01-122-0/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-284-31/+68
|\
| * scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-1/+0Star
| * scsi: qedi: Update driver version to 8.33.0.21Nilesh Javali2018-11-291-2/+2
| * scsi: qedi: Move LL2 producer index processing in BH.Manish Rangankar2018-11-291-12/+19
| * scsi: qedi: add module param to set ping packet sizeNilesh Javali2018-11-292-5/+9
| * scsi: qedi: Add packet filter in light L2 Rx path.Manish Rangankar2018-11-291-0/+24
| * scsi: qedi: Check for session online before getting iSCSI TLV data.Manish Rangankar2018-11-291-0/+3
| * scsi: qedi: Allocate IRQs based on msix_cntNilesh Javali2018-11-291-1/+1
| * scsi: qedi: Replace PAGE_SIZE with QEDI_PAGE_SIZENilesh Javali2018-11-291-7/+9
| * scsi: qedi: Fix spelling mistake "OUSTANDING" -> "OUTSTANDING"Nilesh Javali2018-11-292-3/+3
| * scsi: qedi: Cleanup redundant QEDI_PAGE_SIZE macro definitionNilesh Javali2018-11-291-2/+0Star
* | scsi: kill off the legacy IO pathJens Axboe2018-11-071-2/+1Star
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-10-251-4/+4
|\
| * scsi: qedi: fully convert to the generic DMA APIChristoph Hellwig2018-10-181-4/+4
* | scsi: qedi: Initialize the stats mutex lockNilesh Javali2018-09-281-0/+1
* | scsi: qedi: Add the CRC size within iSCSI NVM imageNilesh Javali2018-08-302-14/+21
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-162-15/+17
|\
| * scsi: qedi: tidy up a size calculationDan Carpenter2018-07-021-1/+1
| * scsi: qedi: Fix misleading indentationBart Van Assche2018-06-261-14/+16
* | scsi: qedi: Fix a potential buffer overflowBart Van Assche2018-07-311-1/+1
* | scsi: qedi: Send driver state to MFWManish Rangankar2018-07-111-0/+11
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* qed*: Utilize FW 8.37.2.0Michal Kalderon2018-06-051-6/+0Star
* qedi: Add get_generic_tlv_data handler.Manish Rangankar2018-05-231-0/+16
* qedi: Add support for populating ethernet TLVs.Manish Rangankar2018-05-233-0/+191
* qed: Add support for Unified Fabric Port.Sudarsana Reddy Kalluru2018-05-081-1/+1
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-064-9/+7Star
|\
| * Merge branch 'fixes' into miscJames Bottomley2018-04-042-29/+31
| |\
| * | scsi: qedi: fix build regressionArnd Bergmann2018-02-281-2/+0Star
| * | scsi: qedi: fix building with LTOArnd Bergmann2018-02-144-7/+7
* | | treewide: Fix typos in printkMasanari Iida2018-03-271-1/+1
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-03-071-0/+5
|\ \ \ | | |/ | |/|
| * | scsi: qedi: Fix kernel crash during port toggleManish Rangankar2018-03-021-0/+5
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-02-231-29/+26Star
|\| | | |/ |/|
| * scsi: qedi: Cleanup local str variableNilesh Javali2018-02-141-23/+20Star
| * scsi: qedi: Fix truncation of CHAP name and secretAndrew Vasquez2018-02-141-12/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-319-113/+144
|\ \ | |/ |/|
| * qed*: Advance drivers' version to 8.33.0.20Tomer Tayar2018-01-021-4/+4
| * qed*: Utilize FW 8.33.1.0Tomer Tayar2018-01-025-31/+52
| * qed*: HSI renaming for different types of HWTomer Tayar2018-01-026-42/+47
| * qed*: Refactoring and rearranging FW API with no functional impactTomer Tayar2018-01-021-36/+41
* | scsi: qedi: Drop cqe response during connection recoveryManish Rangankar2018-01-231-1/+3
* | scsi: qedi: Use zeroing allocator instead of allocator/memsetHimanshu Jha2018-01-111-27/+15Star
* | scsi: qedi: Fix a possible sleep-in-atomic bug in qedi_process_tmf_respJia-Ju Bai2017-12-211-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-0/+1
|\
| * qed: Fix iWARP out of order flowMichal Kalderon2017-10-191-0/+1
* | scsi: qedi: Delete redundant variablesChristos Gkekas2017-10-171-16/+1Star
|/
* Merge branch 'fixes' into miscJames Bottomley2017-09-071-1/+1
|\
| * scsi: qedi: off by one in qedi_get_cmd_from_tid()Dan Carpenter2017-08-291-1/+1