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_isr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-29
scsi: qla2xxx: Fix a qla24xx_enable_msix() error path
Bart Van Assche
1
-1
/
+5
2019-04-29
scsi: qla2xxx: Increase the size of the mailbox arrays from 4 to 8
Bart Van Assche
1
-2
/
+2
2019-04-29
scsi: qla2xxx: Silence Successful ELS IOCB message
Himanshu Madhani
1
-1
/
+1
2019-04-15
scsi: qla2xxx: Move the port_state_str[] definition from a .h to a .c file
Bart Van Assche
1
-0
/
+8
2019-04-15
scsi: qla2xxx: Fix formatting of pointer types
Bart Van Assche
1
-2
/
+2
2019-04-15
scsi: qla2xxx: Leave a blank line after declarations
Bart Van Assche
1
-0
/
+3
2019-04-08
scsi: qla2xxx: Make qla2x00_process_response_queue() easier to read
Bart Van Assche
1
-38
/
+47
2019-04-08
scsi: qla2xxx: Use ARRAY_SIZE() in the definition of QLA_LAST_SPEED
Bart Van Assche
1
-1
/
+1
2019-03-19
scsi: qla2xxx: Cleanups for NVRAM/Flash read/write path
Joe Carnuccio
1
-6
/
+6
2019-03-19
scsi: qla2xxx: Add Serdes support for ISP28XX
Joe Carnuccio
1
-1
/
+3
2019-03-19
scsi: qla2xxx: Add Device ID for ISP28XX
Joe Carnuccio
1
-6
/
+8
2019-03-09
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+23
2019-02-19
scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not supported
Giridhar Malavali
1
-1
/
+1
2019-02-19
scsi: qla2xxx: Add First Burst support for FC-NVMe devices
Darren Trapp
1
-0
/
+9
2019-02-05
scsi: qla2xxx: Restore FAWWPN of Physical Port only for loop down
Sawan Chandak
1
-1
/
+2
2019-01-11
scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundary
Giridhar Malavali
1
-0
/
+11
2019-01-11
scsi: qla2xxx: Use correct number of vectors for online CPUs
Ming Lei
1
-0
/
+1
2018-10-23
scsi: qla2xxx: Improve several kernel-doc headers
Bart Van Assche
1
-3
/
+3
2018-09-11
scsi: qla2xxx: Fix dropped srb resource.
Quinn Tran
1
-1
/
+1
2018-09-11
scsi: qla2xxx: Allow FC-NVMe underrun to be handled by transport
Darren Trapp
1
-13
/
+21
2018-09-11
scsi: qla2xxx: Fix deadlock between ATIO and HW lock
Quinn Tran
1
-26
/
+22
2018-08-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+2
2018-08-02
scsi: qla2xxx: Fix N2N link re-connect
Quinn Tran
1
-1
/
+2
2018-07-19
scsi: qla2xxx: Fix driver unload by shutting down chip
Quinn Tran
1
-0
/
+3
2018-06-14
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-2
/
+6
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+3
2018-06-07
scsi: qla2xxx: Mask off Scope bits in retry delay
Anil Gurumurthy
1
-2
/
+6
2018-04-09
scsi: qla2xxx: Correct setting of SAM_STAT_CHECK_CONDITION
Johannes Thumshirn
1
-3
/
+3
2018-04-09
scsi: qla2xxx: correctly shift host byte
Johannes Thumshirn
1
-1
/
+1
2018-04-03
Merge branch 'fixes' into misc
James Bottomley
1
-2
/
+4
2018-03-21
scsi: qla2xxx: Cleanup code to improve FC-NVMe error handling
Darren Trapp
1
-50
/
+28
2018-03-21
scsi: qla2xxx: Return busy if rport going away
Darren Trapp
1
-1
/
+3
2018-03-21
scsi: qla2xxx: Fix n2n_ae flag to prevent dev_loss on PDB change
Darren Trapp
1
-3
/
+0
2018-03-21
scsi: qla2xxx: Add changes for devloss timeout in driver
Darren Trapp
1
-2
/
+3
2018-02-12
scsi: qla2xxx: Fix function argument descriptions
Bart Van Assche
1
-9
/
+14
2018-01-30
scsi: qla2xxx: Avoid triggering undefined behavior in qla2x00_mbx_completion()
Bart Van Assche
1
-2
/
+4
2018-01-03
scsi: qla2xxx: Serialize session deletion by using work_lock
Quinn Tran
1
-2
/
+2
2018-01-03
scsi: qla2xxx: Add retry limit for fabric scan logic
Quinn Tran
1
-0
/
+1
2018-01-03
scsi: qla2xxx: Fix session cleanup for N2N
Quinn Tran
1
-3
/
+1
2018-01-03
scsi: qla2xxx: Use IOCB path to submit Control VP MBX command
Quinn Tran
1
-0
/
+35
2017-12-11
scsi: qla2xxx: Suppress gcc 7 fall-through warnings
Bart Van Assche
1
-2
/
+3
2017-12-07
scsi: qla2xxx: Serialize GPNID for multiple RSCN
Quinn Tran
1
-1
/
+1
2017-12-07
scsi: qla2xxx: Fix re-login for Nport Handle in use
Quinn Tran
1
-5
/
+0
2017-10-16
scsi: qla2xxx: don't break the bsg-lib abstractions
Christoph Hellwig
1
-9
/
+3
2017-10-16
scsi: qla2xxx: Use ql2xnvmeenable to enable Q-Pair for FC-NVMe
Himanshu Madhani
1
-1
/
+1
2017-10-16
scsi: qla2xxx: Changes to support N2N logins
Duane Grigsby
1
-4
/
+38
2017-10-16
scsi: qla2xxx: Add ATIO-Q processing for INTx mode
Himanshu Madhani
1
-2
/
+6
2017-10-16
scsi: qla2xxx: Reinstate module parameter ql2xenablemsix
Himanshu Madhani
1
-3
/
+6
2017-08-30
scsi: qla2xxx: add missing includes for qla_isr
Johannes Thumshirn
1
-0
/
+2
2017-08-24
scsi: qla2xxx: Add support for minimum link speed
Sawan Chandak
1
-0
/
+5
[next]