aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_sup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-23qla2xxx: Avoid side effects when using endianizer macros.Joe Carnuccio1-12/+11
2016-02-23qla2xxx: Add support for online flash update for ISP27XX.Sawan Chandak1-3/+44
2015-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+7
2015-08-26qla2xxx: Remove __constant_ prefixBart Van Assche1-7/+7
2015-07-24qla2xxx: Enable target mode for ISP27XXHimanshu Madhani1-1/+1
2015-04-10qla2xxx: Fix beacon blink for ISP27XX.Nigel Kirkland1-4/+7
2014-09-25qla2xxx: Fix driver version string message.Himanshu Madhani1-1/+1
2014-09-25qla2xxx: Fix potential return count bug in qla2xxx_get_vpd_field().Joe Carnuccio1-1/+1
2014-09-25qla2xxx: Enable fast flash access for ISP83xx.Chad Dupuis1-1/+2
2014-05-19qla2xxx: Fix beacon blink logic for ISP26xx/83xx.Himanshu Madani1-5/+2
2014-05-19qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan1-1/+1
2014-03-15[SCSI] qla2xxx: Add support for ISP2071.Chad Dupuis1-20/+45
2013-09-03[SCSI] qla2xxx: Correction to message ids.Saurav Kashyap1-1/+1
2013-09-03[SCSI] qla2xxx: Add support for ISP8044.Atul Deshmukh1-15/+147
2013-02-22[SCSI] qla2xxx: Update the copyright information.Saurav Kashyap1-1/+1
2013-02-22[SCSI] qla2xxx: Get VPD information from common location for CNA.Saurav Kashyap1-14/+2
2012-09-24[SCSI] qla2xxx: Implement beacon support for ISP83xx.Chad Dupuis1-6/+35
2012-09-24[SCSI] qla2xxx: Update the driver copyright.Chad Dupuis1-1/+1
2012-09-24[SCSI] qla2xxx: IDC implementation for ISP83xx.Santosh Vernekar1-14/+14
2012-05-10[SCSI] qla2xxx: Block flash access from application when device is initialized for ISP82xx.Giridhar Malavali1-0/+3
2012-02-19[SCSI] qla2xxx: Enhancements to support ISP83xx.Giridhar Malavali1-14/+134
2011-12-15[SCSI] qla2xxx: Make the logging functions verify their arguments and fixed the current broken uses as appropriate.Joe Perches1-2/+3
2011-07-27[SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure.Saurav Kashyap1-118/+157
2011-05-01[SCSI] qla2xxx: Update copyright banner.Andrew Vasquez1-1/+1
2010-12-23[SCSI] qla2xxx: Populate FCP_PRIO location for no *FLT* caseAndrew Vasquez1-4/+7
2010-07-28[SCSI] qla2xxx: Update copyright banner.Giridhar Malavali1-1/+1
2010-07-28[SCSI] qla2xxx: Check for golden firmware and show version if availableMadhuranath Iyengar1-0/+22
2010-07-28[SCSI] qla2xxx: Appropriately log FCP priority data messagesMadhuranath Iyengar1-12/+13
2010-05-01[SCSI] qla2xxx: Add ISP82XX support.Giridhar Malavali1-6/+74
2010-04-11[SCSI] qla2xxx: Fix to make conditional decision based on port number.Sarang Radke1-2/+2
2010-04-11[SCSI] qla2xxx: Add APEX support.Sarang Radke1-3/+66
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-17[SCSI] qla2xxx: Perform fast mailbox read of flash regardless of size nor address alignment.Andrew Vasquez1-0/+3
2009-06-15[SCSI] qla2xxx: fix printk format warningsRandy Dunlap1-2/+5
2009-06-08[SCSI] qla2xxx: Fallback to 'golden-firmware' operation on supported ISPs.Andrew Vasquez1-0/+3
2009-06-08[SCSI] qla2xxx: Correct queue-creation bug when driver loaded in QoS mode.Anirban Chakraborty1-5/+3
2009-05-20[SCSI] qla2xxx: Use port number to compute nvram/vpd parameter offsets.Anirban Chakraborty1-9/+9
2009-05-20[SCSI] qla2xxx: Add QoS support.Anirban Chakraborty1-0/+1
2009-05-20[SCSI] qla2xxx: Correct compilation failures when DEBUG'n' options are enabled.Andrew Vasquez1-8/+11
2009-04-03[SCSI] qla2xxx: Get FLT address in dword format.Harish Zunjarrao1-2/+2
2009-04-03[SCSI] qla2xxx: Always use an FLT's NVRAM/VPD region information.Andrew Vasquez1-2/+29
2009-04-03[SCSI] qla2xxx: Remove implicit ISP-abort after a flash update.Lalit Chandivade1-4/+0
2009-04-03[SCSI] qla2xxx: Correct ISP abort semantics for NVRAM, VPD, and flash update.Lalit Chandivade1-1/+1
2009-04-03[SCSI] qla2xxx: Add Flash-Access-Control support for recent ISPs.Joe Carnuccio1-13/+47
2009-04-03[SCSI] qla2xxx: Use byte-address while reading FC boot code versions from flash.Harish Zunjarrao1-1/+1
2009-02-10[SCSI] qla2xxx: Mask out 'reserved' bits while processing FLT regions.Andrew Vasquez1-1/+1
2009-01-25[SCSI] qla2xxx: Correct descriptions in flash manipulation routines.Joe Carnuccio1-3/+3
2009-01-25[SCSI] qla2xxx: Correct endianness issue during flash manipulation.Andrew Vasquez1-5/+2
2009-01-25[SCSI] qla2xxx: Simplify sector-mask calculation in preparation for larger flash parts.Andrew Vasquez1-6/+4
2009-01-07[SCSI] qla2xxx: Add ISP81XX support.Andrew Vasquez1-61/+82