index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
/
qla_edif.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-14
scsi: qla2xxx: Avoid fcport pointer dereference
Nilesh Javali
1
-2
/
+2
2023-01-11
scsi: qla2xxx: edif: Fix clang warning
Quinn Tran
1
-1
/
+3
2023-01-11
scsi: qla2xxx: edif: Fix stall session after app start
Quinn Tran
1
-7
/
+49
2023-01-11
scsi: qla2xxx: edif: Fix performance dip due to lock contention
Quinn Tran
1
-22
/
+7
2023-01-11
scsi: qla2xxx: Fix exchange oversubscription
Quinn Tran
1
-3
/
+4
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
1
-2
/
+2
2022-09-06
scsi: qla2xxx: Drop DID_TARGET_FAILURE use
Mike Christie
1
-1
/
+1
2022-06-10
scsi: qla2xxx: edif: Reduce N2N thrashing at app_start time
Quinn Tran
1
-13
/
+34
2022-06-10
scsi: qla2xxx: edif: Fix session thrash
Quinn Tran
1
-1
/
+1
2022-06-10
scsi: qla2xxx: edif: Fix no login after app start
Quinn Tran
1
-0
/
+1
2022-06-10
scsi: qla2xxx: edif: Reduce disruption due to multiple app start
Quinn Tran
1
-2
/
+2
2022-06-10
scsi: qla2xxx: edif: Send LOGO for unexpected IKE message
Quinn Tran
1
-2
/
+17
2022-06-10
scsi: qla2xxx: edif: Fix I/O timeout due to over-subscription
Quinn Tran
1
-0
/
+7
2022-06-07
scsi: qla2xxx: edif: Fix n2n discovery issue with secure target
Quinn Tran
1
-0
/
+3
2022-06-07
scsi: qla2xxx: edif: Remove old doorbell interface
Quinn Tran
1
-78
/
+0
2022-06-07
scsi: qla2xxx: edif: Add retry for ELS passthrough
Quinn Tran
1
-15
/
+37
2022-06-07
scsi: qla2xxx: edif: Fix potential stuck session in sa update
Quinn Tran
1
-3
/
+14
2022-06-07
scsi: qla2xxx: edif: Add bsg interface to read doorbell events
Quinn Tran
1
-71
/
+178
2022-06-07
scsi: qla2xxx: edif: Wait for app to ack on sess down
Quinn Tran
1
-12
/
+54
2022-06-07
scsi: qla2xxx: edif: bsg refactor
Quinn Tran
1
-9
/
+23
2022-06-07
scsi: qla2xxx: edif: Reduce Initiator-Initiator thrashing
Quinn Tran
1
-3
/
+29
2022-04-26
scsi: qla2xxx: edif: Remove unneeded variable
Guo Zhengkui
1
-2
/
+1
2022-01-24
scsi: qla2xxx: edif: Fix clang warning
Quinn Tran
1
-3
/
+19
2022-01-24
scsi: qla2xxx: Implement ref count for SRB
Saurav Kashyap
1
-1
/
+2
2021-11-18
scsi: qla2xxx: edif: Fix off by one bug in qla_edif_app_getfcinfo()
Dan Carpenter
1
-1
/
+1
2021-10-26
scsi: qla2xxx: edif: Fix EDIF bsg
Quinn Tran
1
-26
/
+23
2021-10-26
scsi: qla2xxx: edif: Fix inconsistent check of db_flags
Quinn Tran
1
-13
/
+13
2021-10-26
scsi: qla2xxx: edif: Increase ELS payload
Quinn Tran
1
-1
/
+1
2021-10-26
scsi: qla2xxx: edif: Tweak trace message
Quinn Tran
1
-1
/
+5
2021-10-26
scsi: qla2xxx: edif: Replace list_for_each_safe with list_for_each_entry_safe
Quinn Tran
1
-30
/
+9
2021-10-26
scsi: qla2xxx: edif: Flush stale events and msgs on session down
Quinn Tran
1
-1
/
+95
2021-10-26
scsi: qla2xxx: edif: Fix app start delay
Quinn Tran
1
-61
/
+3
2021-10-26
scsi: qla2xxx: edif: Fix app start fail
Quinn Tran
1
-26
/
+26
2021-08-23
scsi: qla2xxx: edif: Fix returnvar.cocci warnings
kernel test robot
1
-2
/
+1
2021-08-23
scsi: qla2xxx: edif: Do secure PLOGI when auth app is present
Quinn Tran
1
-3
/
+3
2021-08-23
scsi: qla2xxx: edif: Add N2N support for EDIF
Quinn Tran
1
-25
/
+70
2021-08-23
scsi: qla2xxx: edif: Reject AUTH ELS on session down
Quinn Tran
1
-1
/
+1
2021-08-23
scsi: qla2xxx: edif: Fix stale session
Quinn Tran
1
-0
/
+8
2021-08-05
scsi: qla2xxx: Remove redundant initialization of variable num_cnt
Colin Ian King
1
-1
/
+1
2021-07-30
scsi: qla2xxx: Fix spelling mistakes "allloc" -> "alloc"
Colin Ian King
1
-2
/
+2
2021-07-27
scsi: qla2xxx: edif: Increment command and completion counts
Quinn Tran
1
-0
/
+1
2021-07-27
scsi: qla2xxx: edif: Add encryption to I/O path
Quinn Tran
1
-41
/
+296
2021-07-27
scsi: qla2xxx: edif: Add doorbell notification for app
Quinn Tran
1
-0
/
+329
2021-07-27
scsi: qla2xxx: edif: Add detection of secure device
Quinn Tran
1
-0
/
+31
2021-07-27
scsi: qla2xxx: edif: Add authentication pass + fail bsgs
Quinn Tran
1
-6
/
+207
2021-07-27
scsi: qla2xxx: edif: Add key update
Quinn Tran
1
-6
/
+1474
2021-07-27
scsi: qla2xxx: edif: Add extraction of auth_els from the wire
Quinn Tran
1
-0
/
+184
2021-07-27
scsi: qla2xxx: edif: Add send, receive, and accept for auth_els
Quinn Tran
1
-0
/
+396
2021-07-27
scsi: qla2xxx: edif: Add getfcinfo and statistic bsgs
Quinn Tran
1
-0
/
+188
2021-07-27
scsi: qla2xxx: edif: Add start + stop bsgs
Quinn Tran
1
-0
/
+356