index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
/
qla_init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-03
[SCSI] qla2xxx: Explicitly set the execution-throttle with recent ISPs.
Andrew Vasquez
1
-4
/
+8
2009-04-03
[SCSI] qla2xxx: Reduce request queue-size overhead with recent ISPs.
Andrew Vasquez
1
-62
/
+5
2009-04-03
[SCSI] qla2xxx: Always use an FLT's NVRAM/VPD region information.
Andrew Vasquez
1
-10
/
+4
2009-04-03
[SCSI] qla2xxx: Cleanup unused flags and #defines.
Shyam Sundar
1
-19
/
+1
2009-04-03
[SCSI] qla2xxx: Correct ISP abort semantics for NVRAM, VPD, and flash update.
Lalit Chandivade
1
-0
/
+5
2009-04-03
[SCSI] qla2xxx: Add Flash-Access-Control support for recent ISPs.
Joe Carnuccio
1
-0
/
+15
2009-04-03
[SCSI] qla2xxx: Update MPI/PHY version retrieval codes.
Andrew Vasquez
1
-1
/
+2
2009-04-03
[SCSI] qla2xxx: Pass in optional extended-initialization control block.
Andrew Vasquez
1
-0
/
+3
2009-04-03
[SCSI] qla2xxx: Always (re)read firmware version/capabilities information.
Andrew Vasquez
1
-5
/
+8
2009-04-03
[SCSI] qla2xxx: Correct over-allocation of firmware-dump buffer.
Giridhar Malavali
1
-1
/
+1
2009-03-10
[SCSI] qla2xxx: Correct truncation in return-code status checking.
Andrew Vasquez
1
-1
/
+1
2009-03-10
[SCSI] qla2xxx: Correct vport delete bug.
Anirban Chakraborty
1
-4
/
+7
2009-03-10
[SCSI] qla2xxx: Use correct value for max vport in LOOP topology.
Lalit Chandivade
1
-1
/
+5
2009-02-10
[SCSI] qla2xxx: Remove interrupt request bit check in the response processing...
Anirban Chakraborty
1
-4
/
+3
2009-01-25
[SCSI] qla2xxx: Modify firmware-load order precedence for ISP81XX parts.
Andrew Vasquez
1
-6
/
+44
2009-01-25
[SCSI] qla2xxx: Ensure RISC-interrupt-enabled consistency for IS_NOPOLLING_TY...
Andrew Vasquez
1
-0
/
+3
2009-01-13
[SCSI] qla2xxx: Fix ISP restart bug in multiq code
Anirban Chakraborty
1
-22
/
+36
2009-01-07
[SCSI] qla2xxx: Add ISP81XX support.
Andrew Vasquez
1
-5
/
+275
2009-01-07
[SCSI] qla2xxx: Collapse EFT/FCE copy procedures during a firmware dump.
Andrew Vasquez
1
-1
/
+3
2009-01-07
[SCSI] qla2xxx: Don't fallback to interrupt-polling during re-initialization ...
Andrew Vasquez
1
-0
/
+3
2009-01-07
[SCSI] qla2xxx: Remove support for reading/writing HW-event-log.
Andrew Vasquez
1
-8
/
+0
2008-12-29
[SCSI] qla2xxx: changes in multiq code
Anirban Chakraborty
1
-2
/
+2
2008-12-29
[SCSI] qla2xxx: add support for multi-queue adapter
Anirban Chakraborty
1
-50
/
+142
2008-12-29
[SCSI] qla2xxx: Code changes for qla data structure refactoring
Anirban Chakraborty
1
-550
/
+563
2008-11-05
[SCSI] qla2xxx: Do not honour max_vports from firmware for 2G ISPs and below.
Shyam Sundar
1
-1
/
+1
2008-11-05
[SCSI] qla2xxx: Use pci_disable_rom() to manipulate PCI config space.
Andrew Vasquez
1
-20
/
+4
2008-10-03
[SCSI] qla2xxx: Fix "occured" spelling errors.
Bjorn Helgaas
1
-1
/
+1
2008-10-03
[SCSI] qla2xxx: Add Flash Layout Table support.
Andrew Vasquez
1
-2
/
+8
2008-10-03
[SCSI] qla2xxx: Change GFP_ATOMIC to GFP_KERNEL for non-atomic allocations.
Andrew Vasquez
1
-1
/
+1
2008-08-16
[SCSI] qla2xxx: Set npiv_supported flag for FCoE HBAs.
Mike Hernandez
1
-2
/
+3
2008-08-16
[SCSI] qla2xxx: Correct vport-state management issues during ISP-ABORT.
Andrew Vasquez
1
-0
/
+3
2008-07-26
[SCSI] qla2xxx: Additional NPIV corrections.
Andrew Vasquez
1
-1
/
+2
2008-07-26
[SCSI] qla2xxx: Issue proper ISP callbacks during stop-firmware.
Andrew Vasquez
1
-2
/
+2
2008-07-26
[SCSI] qla2xxx: Don't hardcode fw_transfer_size for ISP2[45]xx parts.
Andrew Vasquez
1
-1
/
+1
2008-07-26
[SCSI] qla2xxx: Verify the RISC is not in ROM code if firmware-load is disabled.
Andrew Vasquez
1
-0
/
+7
2008-07-26
[SCSI] qla2xxx: Correct rport/fcport visibility-state handling during loop-re...
Seokmann Ju
1
-1
/
+3
2008-07-26
[SCSI] qla2xxx: Always aquire the parent's hardware_lock.
Seokmann Ju
1
-1
/
+1
2008-07-26
[SCSI] qla2xxx: Swap enablement order of EFT and FCE.
Andrew Vasquez
1
-40
/
+40
2008-07-26
[SCSI] qla2xxx: Retrieve board serial-number and description from VPD.
Joe Carnuccio
1
-2
/
+9
2008-07-26
[SCSI] qla2xxx: Allow the user the option of disabling iIDMA.
Andrew Vasquez
1
-1
/
+2
2008-07-26
[SCSI] qla2xxx: Track total number of ISP aborts.
Harish Zunjarrao
1
-0
/
+1
2008-07-26
[SCSI] qla2xxx: Add dev_loss_tmo_callbk/terminate_rport_io callback support.
Seokmann Ju
1
-11
/
+5
2008-04-27
[SCSI] qla2xxx: Correct misc. endian and byte-ordering issues.
Seokmann Ju
1
-1
/
+1
2008-04-07
[SCSI] qla2xxx: Consistently access the physical HA port.
Seokmann Ju
1
-6
/
+8
2008-04-07
[SCSI] qla2xxx: Add ISP84XX support.
Harihara Kadayam
1
-8
/
+111
2008-04-07
[SCSI] qla2xxx: Add Flash Descriptor Table layout support.
Andrew Vasquez
1
-0
/
+1
2008-04-07
[SCSI] qla2xxx: Cruft cleanup of functions and structures.
Andrew Vasquez
1
-41
/
+0
2008-04-07
[SCSI] qla2xxx: Add hardware trace-logging support.
Andrew Vasquez
1
-0
/
+11
2008-04-07
[SCSI] qla2xxx: Use an rport's scsi_target_id member consistently throughout ...
Andrew Vasquez
1
-4
/
+0
2008-04-07
[SCSI] qla2xxx: Update copyright banner.
Andrew Vasquez
1
-1
/
+1
[next]