aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_attr.c
Commit message (Expand)AuthorAgeFilesLines
...
* [SCSI] qla2xxx: Add CPU affinity support.Anirban Chakraborty2009-05-201-2/+2
* [SCSI] qla2xxx: Add QoS support.Anirban Chakraborty2009-05-201-17/+30
* [SCSI] qla2xxx: Export additional FCoE attributes for application support.Andrew Vasquez2009-05-201-0/+32
* [SCSI] qla2xxx: Correct several PCI-EEH issues.Seokmann Ju2009-04-031-1/+8
* [SCSI] qla2xxx: Don't cache VPD data for newer ISPs.Andrew Vasquez2009-04-031-2/+6
* [SCSI] qla2xxx: Always use an FLT's NVRAM/VPD region information.Andrew Vasquez2009-04-031-2/+4
* [SCSI] qla2xxx: Add EDC-update support.Joe Carnuccio2009-04-031-0/+144
* [SCSI] qla2xxx: Export flash-block-size for application support.Lalit Chandivade2009-04-031-0/+13
* [SCSI] qla2xxx: Remove implicit ISP-abort after a flash update.Lalit Chandivade2009-04-031-0/+14
* [SCSI] qla2xxx: Add reset capabilities for application support.Lalit Chandivade2009-04-031-0/+56
* [SCSI] qla2xxx: Correct ISP abort semantics for NVRAM, VPD, and flash update.Lalit Chandivade2009-04-031-0/+21
* [SCSI] qla2xxx: Update MPI/PHY version retrieval codes.Andrew Vasquez2009-04-031-2/+18
* [SCSI] qla2xxx: Preserve an fcport's loop-id after terminate_rport_io().Andrew Vasquez2009-04-031-3/+1
* [SCSI] qla2xxx: Correct address range checking for option-rom updates.Andrew Vasquez2009-03-101-8/+1
* [SCSI] qla2xxx: Correct slab-error overwrite during vport creation and deletion.Anirban Chakraborty2009-02-101-7/+6
* [SCSI] qla2xxx: Add checks for a valid fcport in dev-loss-tmo/terminate_rport...Seokmann Ju2009-01-251-0/+6
* [SCSI] qla2xxx: Add ISP81XX support.Andrew Vasquez2009-01-071-2/+24
* [SCSI] qla2xxx: add support for multi-queue adapterAnirban Chakraborty2008-12-291-1/+29
* [SCSI] qla2xxx: Refactor qla data structuresAnirban Chakraborty2008-12-291-136/+162
* [SCSI] ibmvfc, qla2xxx, lpfc: remove scsi_target_unblock calls in terminate c...Mike Christie2008-10-131-1/+0
* [SCSI] qla2xxx: Add Flash Layout Table support.Andrew Vasquez2008-10-031-3/+4
* [SCSI] qla2xxx: Add input/output byte-count statistics.Harish Zunjarrao2008-10-031-0/+2
* [SCSI] qla2xxx: Correct synchronization of software/firmware fcport states.Andrew Vasquez2008-08-161-0/+11
* [SCSI] qla2xxx: fix msleep compile errorFUJITA Tomonori2008-07-281-0/+1
* [SCSI] qla2xxx: Additional NPIV corrections.Andrew Vasquez2008-07-261-0/+5
* [SCSI] qla2xxx: use memory_read_from_buffer()Akinobu Mita2008-07-261-35/+9
* [SCSI] qla2xxx: Retrieve board serial-number and description from VPD.Joe Carnuccio2008-07-261-2/+4
* [SCSI] qla2xxx: Cleanup NPIV related functionsSeokmann Ju2008-07-261-6/+0
* [SCSI] qla2xxx: Add LIP count to FC-transport statistics.Harish Zunjarrao2008-07-261-0/+1
* [SCSI] qla2xxx: Track total number of ISP aborts.Harish Zunjarrao2008-07-261-0/+13
* [SCSI] qla2xxx: Set an rport's dev_loss_tmo value in a consistent manner.Andrew Vasquez2008-07-261-18/+2
* [SCSI] qla2xxx: Add dev_loss_tmo_callbk/terminate_rport_io callback support.Seokmann Ju2008-07-261-0/+31
* [SCSI] qla2xxx: Extend the 'fw_dump' SYSFS node the ability to initiate a fir...Andrew Vasquez2008-05-151-0/+3
* [SCSI] qla2xxx: Convert vport_sem to a mutexmatthias@kaehlcke.net2008-05-151-2/+2
* [SCSI] qla2xxx: Return correct port_type to FC-transport for Vports.Shyam Sundar2008-05-151-1/+5
* [SCSI] qla2xxx, lfpc: Rename 'state' attribute to 'link_state'Hannes Reinecke2008-04-221-4/+4
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-191-81/+96
* [SCSI] qla2xxx: Add ISP84XX support.Harihara Kadayam2008-04-071-1/+1
* [SCSI] qla2xxx: Use an rport's scsi_target_id member consistently throughout ...Andrew Vasquez2008-04-071-3/+6
* [SCSI] qla2xxx: Add support for host supported speeds FC transport attribute.Andrew Vasquez2008-04-071-5/+20
* [SCSI] qla2xxx: Update copyright banner.Andrew Vasquez2008-04-071-1/+1
* [SCSI] qla2xxx: Access the proper 'physical' port in FC-transport callbacks.Seokmann Ju2008-02-071-4/+7
* [SCSI] qla2xxx: Cleanse memory allocation logic during probe.Andrew Vasquez2008-02-071-0/+13
* [SCSI] qla2xxx: Code cleanups.Adrian Bunk2008-01-231-3/+3
* [SCSI] qla2xxx: Don't schedule the DPC routine to perform an issue-lip request.Andrew Vasquez2008-01-231-1/+1
* [SCSI] qla2xxx: Retrieve additional HBA port statistics from recent ISPs.Andrew Vasquez2008-01-231-14/+30
* [SCSI] qla2xxx: Correct NPIV support for recent ISPs.Andrew Vasquez2008-01-111-1/+1
* [SCSI] qla2xxx: Correct display of ISP serial-number.Andrew Vasquez2007-10-231-0/+3
* [SCSI] qla2xxx: Handle unaligned sector writes during NVRAM/VPD updates.Andrew Vasquez2007-10-231-6/+0
* [SCSI] qla2xxx: Use shost_priv().Andrew Vasquez2007-10-121-44/+44