index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
/
qla_mr.c
Age
Commit message (
Expand
)
Author
2017-08-24
scsi: qla2xxx: Prevent sp->free null/uninitialized pointer dereference.
Joe Carnuccio
2017-03-02
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2017-02-09
qla2xxx: Simplify usage of SRB structure in driver
Joe Carnuccio
2017-02-08
qla2xxx: Fix wrong argument in sp done callback
Quinn Tran
2017-01-27
block: split scsi_request out of struct request
Christoph Hellwig
2016-11-17
scsi: change FC drivers to use 'struct bsg_job'
Johannes Thumshirn
2016-11-17
scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directly
Johannes Thumshirn
2016-04-15
qla2xxx: Remove use of 'struct timeval'
Tina Ruchandani
2015-08-26
qla2xxx: Fix sparse annotations
Bart Van Assche
2015-08-26
qla2xxx: Remove __constant_ prefix
Bart Van Assche
2015-08-26
qla2xxx: Remove set-but-not-used variables
Bart Van Assche
2015-08-26
qla2xxx: Report both rsp_info and rsp_info_len
Bart Van Assche
2014-11-12
scsi: remove abuses of scsi_populate_tag
Christoph Hellwig
2014-09-25
qla2xxx: Add FDMI-2 functionality.
Himanshu Madhani
2014-09-25
qla2xxx: ISPFx00 unexpected resets during adapter boot sequence.
Jan Kulich
2014-09-25
qla2xxx: Incorrect linked list semantic in qlafx00_get_fcport().
Joe Carnuccio
2014-09-16
qla2xxx: Collect PCI register checks and board_disable scheduling
Joe Lawrence
2014-07-17
scsi: use 64-bit LUNs
Hannes Reinecke
2014-05-19
qla2xxx: Adjust adapter reset routine to the changes in firmware specificatio...
Armen Baloyan
2014-05-19
qla2xxx: IOCB data should be copied to I/O mem using memcpy_toio.
Atul Deshmukh
2014-05-19
qla2xxx: Decrease pci access for response queue processing for ISPFX00.
Armen Baloyan
2014-05-19
qla2xxx: Change copyright year to 2014 in all the source files.
Armen Baloyan
2014-05-19
qla2xxx: Wait for reset completion without lock for ISPFX00.
Saurav Kashyap
2014-03-15
[SCSI] qla2xxx: Add IOCB Abort command asynchronous handling.
Armen Baloyan
2014-03-15
[SCSI] qla2xxx: Fix Task Management command asynchronous handling
Armen Baloyan
2014-03-15
[SCSI] qla2xxx: Simplify the ISPFX00 interrupt handler code for ISPFX00.
Saurav Kashyap
2014-03-15
[SCSI] qla2xxx: Avoid poisoning in the response queue for ISPFX00.
Saurav Kashyap
2014-03-15
[SCSI] qla2xxx: Add changes in the IOCB structures to adjust driver source co...
Armen Baloyan
2014-03-15
[SCSI] qla2xxx: Remove Marker type IOCB logic for ISPFX00.
Armen Baloyan
2014-03-15
[SCSI] qla2xxx: Add support for ISP2071.
Chad Dupuis
2014-03-15
[SCSI] qla2xxx: Properly handle 32 bit mailbox register for ISPFX00.
Saurav Kashyap
2014-03-15
[SCSI] qla2xxx: Select correct request queue for error type IOCB for ISPFX00.
Saurav Kashyap
2014-03-15
[SCSI] qla2xxx: Remove init control block related dead code for ISPFX00.
Saurav Kashyap
2014-03-15
[SCSI] qla2xxx: Replace constant value for IOCTL IOCB abort execution status ...
Armen Baloyan
2014-03-15
[SCSI] qla2xxx: Add handling for boot indication progress AENs for ISPFX00.
Armen Baloyan
2013-12-19
[SCSI] qla2xxx: Add changes to obtain ISPFX00 adapters product information in...
Armen Baloyan
2013-12-19
[SCSI] qla2xxx: Add logic to abort BSG commands for ISPFX00.
Armen Baloyan
2013-12-19
[SCSI] qla2xxx: Fix issue with not displaying node name after system reboot.
Armen Baloyan
2013-12-19
[SCSI] qla2xxx: Disable adapter when we encounter a PCI disconnect.
Chad Dupuis
2013-12-19
[SCSI] Revert "qla2xxx: Ramp down queue depth for attached SCSI devices when ...
Chad Dupuis
2013-09-23
[SCSI] qla2xxx: Use pcie_is_pcie() to simplify code
Yijing Wang
2013-09-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-09-03
[SCSI] qla2xxx: Correction to message ids.
Saurav Kashyap
2013-09-03
[SCSI] qla2xxx: Set default critical temperature value in cases when ISPFX00 ...
Armen Baloyan
2013-09-03
[SCSI] qla2xxx: QLAFX00 make over temperature AEN handling informational, add...
Armen Baloyan
2013-09-03
[SCSI] qla2xxx: Remove handling of Shutdown Requested AEN from qlafx00_proces...
Armen Baloyan
2013-09-03
[SCSI] qla2xxx: Send all AENs for ISPFx00 to above layers.
Armen Baloyan
2013-09-03
[SCSI] qla2xxx: Add changes in initialization for ISPFX00 cards with BIOS
Armen Baloyan
2013-09-03
[SCSI] qla2xxx: Add changes to support extended IOs for ISPFX00
Armen Baloyan
2013-09-03
[SCSI] qla2xxx: Add critical temperature handling for ISPFX00.
Armen Baloyan
[next]