aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_attr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-09scsi: qla2xxx: Capture FW dump on MPI heartbeat stop eventQuinn Tran1-1/+3
2019-10-09Merge branch '5.4/scsi-fixes' into 5.5/scsi-queueMartin K. Petersen1-0/+2
2019-09-23scsi: qla2xxx: Optimize NPIV tear down processQuinn Tran1-0/+2
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+6
2019-08-14scsi: qla2xxx: Fix gnl.l memory leak on adapter init failureBill Kuzeja1-0/+2
2019-08-12scsi: qla2xxx: Check the PCI info string output buffer sizeBart Van Assche1-1/+2
2019-08-12scsi: qla2xxx: Always check the qla2x00_wait_for_hba_online() return valueBart Van Assche1-1/+2
2019-07-30scsi: qla2xxx: Replace vmalloc + memset with vzallocChuhong Yuan1-4/+2
2019-04-15scsi: qla2xxx: Insert spaces where requiredBart Van Assche1-3/+3
2019-04-15scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche1-0/+9
2019-04-08scsi: qla2xxx: Change a stack variable into a static const variableBart Van Assche1-2/+3
2019-04-03scsi: qla2xxx: Use mutex protection during qla2x00_sysfs_read_fw_dump()Quinn Tran1-11/+14
2019-04-03scsi: qla2xxx: Further limit FLASH region write access from SysFSAndrew Vasquez1-3/+5
2019-04-03scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routinesAndrew Vasquez1-2/+2
2019-03-19scsi: qla2xxx: Add 28xx flash primary/secondary status/image mechanismJoe Carnuccio1-6/+28
2019-03-19scsi: qla2xxx: Update flash read/write routineJoe Carnuccio1-31/+34
2019-03-19scsi: qla2xxx: Correctly report max/min supported speedsJoe Carnuccio1-36/+58
2019-03-19scsi: qla2xxx: Add Serdes support for ISP28XXJoe Carnuccio1-11/+32
2019-03-19scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio1-11/+19
2019-03-19scsi: qla2xxx: Add fw_attr and port_no SysFS nodeJoe Carnuccio1-0/+30
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+2
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+111
2019-03-06scsi: qla2xxx: check for kstrtol() failureDan Carpenter1-0/+2
2019-02-19scsi: qla2xxx: Prevent SysFS access when chip is downQuinn Tran1-0/+3
2019-02-19scsi: qla2xxx: Add support for setting port speedAnil Gurumurthy1-0/+89
2019-01-11scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali1-2/+19
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-12-12scsi: qla2xxx: Fix for FC-NVMe discovery for NPIV portGiridhar Malavali1-0/+2
2018-10-23scsi: qla2xxx: Make qla2x00_sysfs_write_nvram() easier to analyzeBart Van Assche1-1/+1
2018-09-27scsi: qla2xxx: don't allow negative thresholdsDan Carpenter1-1/+1
2018-09-11scsi: qla2xxx: Add mode control for each physical portQuinn Tran1-0/+449
2018-09-11scsi: qla2xxx: Add support for ZIO6 interrupt thresholdQuinn Tran1-0/+32
2018-09-11scsi: qla2xxx: Serialize mailbox requestQuinn Tran1-18/+88
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+27
2018-08-02scsi: qla2xxx: Prevent sysfs access when chip is downQuinn Tran1-6/+27
2018-07-19scsi: qla2xxx: Fix NPIV deletion by calling wait_for_sess_deletionQuinn Tran1-0/+1
2018-01-04scsi: qla2xxx: Use zeroing allocator rather than allocator/memsetHimanshu Jha1-3/+2
2018-01-03scsi: qla2xxx: Add switch command to simplify fabric discoveryQuinn Tran1-0/+2
2017-09-07Merge branch 'fixes' into miscJames Bottomley1-4/+4
2017-08-30scsi: qla2xxx: Fix an integer overflow in sysfs codeDan Carpenter1-4/+4
2017-08-24scsi: qla2xxx: Add support for minimum link speedSawan Chandak1-0/+36
2017-08-24scsi: qla2xxx: Add ability to autodetect SFP typeQuinn Tran1-36/+6
2017-07-01scsi: qla2xxx: fix a bunch of typos and spelling mistakesColin Ian King1-1/+1
2017-06-27scsi: qla2xxx: move fields from qla_hw_data to qla_qpairQuinn Tran1-1/+1
2017-06-27scsi: qla2xxx: Preparation for Target MQ.Quinn Tran1-1/+1
2017-06-12scsi: qla2xxx: Cleanup debug message IDsQuinn Tran1-1/+1
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2017-04-04scsi: qla2xxx: Fix typo in driverMilan P Gandhi1-1/+1
2017-03-18qla2xxx: Allow vref count to timeout on vport delete.Joe Carnuccio1-3/+1
2017-02-09qla2xxx: Add framework for async fabric discoveryQuinn Tran1-0/+3