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_dbg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-12
scsi: qla2xxx: Declare the fourth ql_dump_buffer() argument const
Bart Van Assche
1
-1
/
+2
2019-04-15
scsi: qla2xxx: Insert spaces where required
Bart Van Assche
1
-1
/
+1
2019-03-19
scsi: qla2xxx: Cleanups for NVRAM/Flash read/write path
Joe Carnuccio
1
-11
/
+8
2019-03-19
scsi: qla2xxx: Add Device ID for ISP28XX
Joe Carnuccio
1
-3
/
+6
2019-03-19
scsi: qla2xxx: Fix routine qla27xx_dump_{mpi|ram}()
Joe Carnuccio
1
-85
/
+81
2018-08-02
scsi: qla2xxx: Add longer window for chip reset
Quinn Tran
1
-0
/
+3
2018-04-03
Merge branch 'fixes' into misc
James Bottomley
1
-1
/
+1
2018-03-21
scsi: qla2xxx: fix error message on <qla2400
Meelis Roos
1
-1
/
+1
2018-03-21
scsi: qla2xxx: Fix retry for PRLI RJT with reason of BUSY
Darren Trapp
1
-1
/
+1
2018-02-12
scsi: qla2xxx: Fix function argument descriptions
Bart Van Assche
1
-2
/
+2
2017-08-24
scsi: qla2xxx: Remove potential macro parameter side-effect in ql_dump_regs()
Joe Carnuccio
1
-2
/
+2
2017-08-24
scsi: qla2xxx: Move logging default mask to execute once only.
Joe Carnuccio
1
-2
/
+0
2017-08-24
scsi: qla2xxx: Fix NPIV host enable after chip reset
Quinn Tran
1
-1
/
+1
2017-08-07
scsi: qla2xxx: Added change to enable ZIO for FC-NVMe devices
Duane Grigsby
1
-1
/
+1
2017-06-27
scsi: qla2xxx: Add FC-NVMe F/W initialization and transport registration
Duane Grigsby
1
-1
/
+1
2017-06-27
scsi: qla2xxx: Add FC-NVMe port discovery and PRLI handling
Duane Grigsby
1
-4
/
+5
2017-06-27
scsi: qla2xxx: Include Exchange offload/Extended Login into FW dump
Quinn Tran
1
-0
/
+49
2017-06-27
scsi: qla2xxx: Add debug logging routine for qpair
Quinn Tran
1
-0
/
+101
2017-06-12
scsi: qla2xxx: Cleanup debug message IDs
Quinn Tran
1
-1
/
+1
2017-05-24
scsi: qla2xxx: Fix mailbox pointer error in fwdump capture
Joe Carnuccio
1
-2
/
+2
2017-03-06
scsi: qla2xxx: Fix ql_dump_buffer
Joe Perches
1
-8
/
+4
2016-12-14
scsi: qla2xxx: Add multiple queue pair functionality.
Michael Hernandez
1
-2
/
+2
2016-07-15
qla2xxx: Fix duplicate message id.
Sawan Chandak
1
-4
/
+3
2016-07-15
qla2xxx: Disable the adapter and skip error recovery in case of register disc...
Sawan Chandak
1
-1
/
+1
2016-07-15
qla2xxx: Correction to function qla26xx_dport_diagnostics().
Joe Carnuccio
1
-1
/
+1
2016-07-15
qla2xxx: Add support to handle Loop Init error Asynchronus event.
Joe Carnuccio
1
-1
/
+1
2016-07-15
qla2xxx: Let DPORT be enabled purely by nvram.
Joe Carnuccio
1
-1
/
+1
2016-07-15
qla2xxx: Add bsg interface to support D_Port Diagnostics.
Joe Carnuccio
1
-2
/
+1
2016-07-15
qla2xxx: Check for device state before unloading the driver.
Sawan Chandak
1
-1
/
+1
2016-07-15
qla2xxx: Properly reset firmware statistics.
Joe Carnuccio
1
-1
/
+1
2016-07-15
qla2xxx: Make debug buffer log easier to view.
Joe Carnuccio
1
-19
/
+14
2016-07-15
qla2xxx: Set FLOGI retry in additional firmware options for P2P (N2N) mode.
Giridhar Malavali
1
-1
/
+1
2016-07-15
qla2xxx: Shutdown board on thermal shutdown aen.
Joe Carnuccio
1
-1
/
+1
2016-07-15
qla2xxx: Remove sysfs node fw_dump_template.
Joe Carnuccio
1
-0
/
+1
2016-02-23
qla2xxx: Avoid side effects when using endianizer macros.
Joe Carnuccio
1
-66
/
+75
2016-02-23
qla2xxx: Add support for Private link statistics counters.
Harish Zunjarrao
1
-1
/
+1
2016-02-23
qla2xxx: Add support for online flash update for ISP27XX.
Sawan Chandak
1
-1
/
+1
2016-02-23
qla2xxx: Remove unneeded link offline message.
Chad Dupuis
1
-0
/
+1
2016-01-07
qla2xxx: Wait for all conflicts before ack'ing PLOGI
Alexei Potashnik
1
-2
/
+2
2016-01-07
qla2xxx: Added interface to send explicit LOGO.
Himanshu Madhani
1
-3
/
+2
2016-01-07
qla2xxx: Enable Target counters in DebugFS.
Himanshu Madhani
1
-1
/
+1
2016-01-07
qla2xxx: Enable Exchange offload support.
Himanshu Madhani
1
-6
/
+3
2016-01-07
qla2xxx: Enable Extended Logins support
Himanshu Madhani
1
-5
/
+4
2015-09-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-39
/
+63
2015-08-26
qla2xxx: Do not reset adapter if SRB handle is in range.
Chad Dupuis
1
-1
/
+1
2015-08-26
qla2xxx: Handle AEN8014 incoming port logout.
Joe Carnuccio
1
-1
/
+1
2015-08-26
qla2xxx: Avoid that sparse complains about context imbalances
Bart Van Assche
1
-0
/
+36
2015-08-26
qla2xxx: Avoid that sparse complains about duplicate [noderef] attributes
Bart Van Assche
1
-1
/
+1
2015-08-26
qla2xxx: Remove __constant_ prefix
Bart Van Assche
1
-18
/
+18
2015-08-26
qla2xxx: Remove set-but-not-used variables
Bart Van Assche
1
-18
/
+6
[next]