summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedi
Commit message (Expand)AuthorAgeFilesLines
* 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-221-1/+3
* | scsi: qedi: Use zeroing allocator instead of allocator/memsetHimanshu Jha2018-01-101-27/+15
* | scsi: qedi: Fix a possible sleep-in-atomic bug in qedi_process_tmf_respJia-Ju Bai2017-12-201-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-161-16/+1
|/
* Merge branch 'fixes' into miscJames Bottomley2017-09-071-1/+1
|\
| * scsi: qedi: off by one in qedi_get_cmd_from_tid()Dan Carpenter2017-08-281-1/+1
* | scsi: qedi: Limit number for CQ queues.Manish Rangankar2017-08-243-7/+10
|/
* scsi: qedi: Fix return code in qedi_ep_connect()Dan Carpenter2017-07-241-4/+4
* scsi: qedi: Add ISCSI_BOOT_SYSFS to KconfigNilesh Javali2017-07-241-0/+1
* scsi: qedi: fix another spelling mistake: "alloction" -> "allocation"Colin Ian King2017-07-121-1/+1
* scsi: qedi: Add support for Boot from SAN over iSCSI offloadNilesh Javali2017-07-123-0/+646
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-061-2/+2
|\
| * scsi: qedi: Remove comparison of u16 idx with zero.Christos Gkekas2017-06-261-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-302-4/+1
|\ \
| * | scsi: qedi: Remove WARN_ON from clear task context.Manish Rangankar2017-06-191-3/+1
| * | scsi: qedi: Remove WARN_ON for untracked cleanup.Manish Rangankar2017-06-191-1/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-064-14/+23
|\ \ | |/
| * scsi: qedi: Fix endpoint NULL panic during recovery.manish.rangankar@cavium.com2017-05-231-0/+2
| * scsi: qedi: set max_fin_rt default valueNilesh Javali2017-05-231-0/+1
| * scsi: qedi: Set firmware tcp msl timer value.manish.rangankar@cavium.com2017-05-231-0/+1
| * scsi: qedi: Fix endpoint NULL panic in qedi_set_path.manish.rangankar@cavium.com2017-05-231-1/+5
| * scsi: qedi: Set dma_boundary to 0xfff.manish.rangankar@cavium.com2017-05-232-0/+2
| * scsi: qedi: Correctly set firmware max supported BDs.manish.rangankar@cavium.com2017-05-231-1/+1
| * scsi: qedi: Fix bad pte call trace when iscsiuio is stopped.Arun Easi2017-05-231-12/+11
* | qed: Replace set_id() api with set_name()Mintz, Yuval2017-05-241-1/+1
* | qed: Utilize FW 8.20.0.0Mintz, Yuval2017-05-183-13/+13
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-05-042-2/+2
|\
| * scsi: qedi: qedf: Use designated initializersKees Cook2017-04-191-1/+1
| * scsi: libiscsi: qedi: convert iscsi_task.refcount from atomic_t to refcount_tElena Reshetova2017-03-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-0/+1
|\ \
| * | scsi: qedi: Add PCI device-ID for QL41xxx adapters.Manish Rangankar2017-03-151-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-155-16/+22
|\ \ \ | |/ /
| * | scsi: qedi: fix build error without DEBUG_FSArnd Bergmann2017-03-064-15/+21
| * | scsi: qedi: fix missing return error code check on call to qedi_setup_intColin Ian King2017-02-281-1/+1
| |/
* | qed*: Utilize Firmware 8.15.3.0Mintz, Yuval2017-03-138-618/+1423
|/
* scsi: qedi: Fix memory leak in tmf response processing.Dupuis, Chad2017-02-271-2/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-212-7/+7
|\
| * scsi: qedi: Fix possible memory leak in qedi_iscsi_update_conn()Wei Yongjun2017-02-091-4/+0
| * scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-061-0/+1
| * scsi: qedi: return via va_end to match corresponding va_startColin Ian King2017-01-051-3/+6
* | Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley2016-12-261-1/+1
|\ \ | |/ |/|
| * scsi: qedi: fix build, depends on UIORandy Dunlap2016-12-201-1/+1
* | scsi: qedi: Convert to hotplug state machineThomas Gleixner2016-12-251-64/+32
|/
OpenPOWER on IntegriCloud