index
:
kernel
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
/
qla_attr.c
Age
Commit message (
Expand
)
Author
2008-05-15
[SCSI] qla2xxx: Extend the 'fw_dump' SYSFS node the ability to initiate a fir...
Andrew Vasquez
2008-05-15
[SCSI] qla2xxx: Convert vport_sem to a mutex
matthias@kaehlcke.net
2008-05-15
[SCSI] qla2xxx: Return correct port_type to FC-transport for Vports.
Shyam Sundar
2008-04-22
[SCSI] qla2xxx, lfpc: Rename 'state' attribute to 'link_state'
Hannes Reinecke
2008-04-19
SCSI: convert struct class_device to struct device
Tony Jones
2008-04-07
[SCSI] qla2xxx: Add ISP84XX support.
Harihara Kadayam
2008-04-07
[SCSI] qla2xxx: Use an rport's scsi_target_id member consistently throughout ...
Andrew Vasquez
2008-04-07
[SCSI] qla2xxx: Add support for host supported speeds FC transport attribute.
Andrew Vasquez
2008-04-07
[SCSI] qla2xxx: Update copyright banner.
Andrew Vasquez
2008-02-07
[SCSI] qla2xxx: Access the proper 'physical' port in FC-transport callbacks.
Seokmann Ju
2008-02-07
[SCSI] qla2xxx: Cleanse memory allocation logic during probe.
Andrew Vasquez
2008-01-23
[SCSI] qla2xxx: Code cleanups.
Adrian Bunk
2008-01-23
[SCSI] qla2xxx: Don't schedule the DPC routine to perform an issue-lip request.
Andrew Vasquez
2008-01-23
[SCSI] qla2xxx: Retrieve additional HBA port statistics from recent ISPs.
Andrew Vasquez
2008-01-11
[SCSI] qla2xxx: Correct NPIV support for recent ISPs.
Andrew Vasquez
2007-10-23
[SCSI] qla2xxx: Correct display of ISP serial-number.
Andrew Vasquez
2007-10-23
[SCSI] qla2xxx: Handle unaligned sector writes during NVRAM/VPD updates.
Andrew Vasquez
2007-10-12
[SCSI] qla2xxx: Use shost_priv().
Andrew Vasquez
2007-10-12
[SCSI] qla2xxx: Retrieve max-NPIV support capabilities from FW.
Seokmann Ju
2007-10-12
[SCSI] qla2xxx: Use the correct pointer-address during NVRAM writes.
Andrew Vasquez
2007-10-12
[SCSI] qla2xxx: Allow region-based flash-part accesses.
Joe Carnuccio
2007-07-27
[SCSI] qla2xxx: fix to honor ignored parameters in sysfs attributes
Seokmann Ju
2007-07-20
[SCSI] qla2xxx: Add ISP25XX support.
Andrew Vasquez
2007-07-20
[SCSI] qla2xxx: Re-factor isp_operations to static structures.
Andrew Vasquez
2007-07-20
[SCSI] qla2xxx: Generalize FW-Interface-2 support.
Andrew Vasquez
2007-07-15
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2007-07-14
[SCSI] qla2xxx: add support for NPIV
Seokmann Ju
2007-07-11
sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...
Zhang Rui
2007-07-11
sysfs: kill unnecessary attribute->owner
Tejun Heo
2007-01-31
[SCSI] qla2xxx: Allow NVRAM updates to immediately go into effect.
Andrew Vasquez
2007-01-31
[SCSI] qla2xxx: Check loop-state before reading host statistics.
Andrew Vasquez
2007-01-31
[SCSI] qla2xxx: Export OptionROM boot-codes version information.
Andrew Vasquez
2006-12-03
[SCSI] qla2xxx: use NULL instead of 0
Randy Dunlap
2006-10-25
[SCSI] qla2xxx: Check return value of sysfs_create_bin_file() usage.
Andrew Vasquez
2006-10-03
[SCSI] qla2xxx: Add support for host port state FC transport attribute.
Andrew Vasquez
2006-10-03
[SCSI] qla2xxx: Add support for fabric name FC transport attribute.
Andrew Vasquez
2006-10-03
[SCSI] qla2xxx: Add support for system hostname FC transport attribute.
Andrew Vasquez
2006-10-03
[SCSI] qla2xxx: Add support for symbolic nodename FC transport attribute.
Andrew Vasquez
2006-10-03
[SCSI] qla2xxx: Add iIDMA support.
Andrew Vasquez
2006-06-26
[SCSI] qla2xxx: Create an VPD sysfs entry for supported ISPs only.
Andrew Vasquez
2006-06-26
[SCSI] qla2xxx: Add DMI (Diagnostics Monitoring Interface) support.
Andrew Vasquez
2006-06-26
[SCSI] qla2xxx: Rework firmware-trace facilities.
Andrew Vasquez
2006-05-20
[SCSI] qla2xxx: Consolidate firmware-dump handling across ISPs.
Andrew Vasquez
2006-03-12
[SCSI] qla2xxx: Further restrict ZIO mode support.
andrew.vasquez@qlogic.com
2006-03-12
[SCSI] qla2xxx: Add VPD sysfs attribute.
andrew.vasquez@qlogic.com
2006-03-12
[SCSI] qla2xxx: Add ISP54xx support.
andrew.vasquez@qlogic.com
2006-02-04
[SCSI] qla2xxx: Add support to retrieve/update HBA option-rom.
andrew.vasquez@qlogic.com
2006-02-04
[SCSI] qla2xxx: Return correct data-len during NVRAM retrieval.
andrew.vasquez@qlogic.com
2006-02-04
[SCSI] qla2xxx: Add beacon support via class-device attribute.
andrew.vasquez@qlogic.com
2006-02-04
[SCSI] qla2xxx: Add host-statistics FC transport attributes.
andrew.vasquez@qlogic.com
[next]