index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
lpfc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-30
scsi: lpfc: Avoid usage of list iterator variable after loop
Jakob Koschel
1
-4
/
+4
2023-03-30
scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()
Justin Tee
2
-4
/
+2
2023-03-10
scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware write
Justin Tee
1
-6
/
+13
2022-12-31
scsi: lpfc: Fix hard lockup when reading the rx_monitor from debugfs
Justin Tee
1
-3
/
+3
2022-10-21
Merge branch '6.1/scsi-queue' into 6.1/scsi-fixes
Martin K. Petersen
2
-3
/
+3
2022-10-18
scsi: lpfc: Fix memory leak in lpfc_create_port()
Rafael Mendonca
1
-3
/
+4
2022-10-12
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
1
-3
/
+3
2022-10-07
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
23
-1648
/
+1178
2022-10-01
scsi: lpfc: Fix spelling mistake "unsolicted" -> "unsolicited"
Colin Ian King
2
-3
/
+3
2022-09-16
scsi: lpfc: Update lpfc version to 14.2.0.7
James Smart
1
-1
/
+1
2022-09-16
scsi: lpfc: Fix various issues reported by tools
James Smart
6
-118
/
+148
2022-09-16
scsi: lpfc: Add reporting capability for Link Degrade Signaling
James Smart
8
-68
/
+224
2022-09-16
scsi: lpfc: Rework FDMI attribute registration for unintential padding
James Smart
2
-669
/
+350
2022-09-16
scsi: lpfc: Rework lpfc_fdmi_cmd() routine for cleanup and consistency
James Smart
1
-23
/
+30
2022-09-16
scsi: lpfc: Rename mp/bmp dma buffers to rq/rsp in lpfc_fdmi_cmd
James Smart
1
-31
/
+32
2022-09-16
scsi: lpfc: Update congestion mode logging for Emulex SAN Manager application
James Smart
1
-6
/
+22
2022-09-16
scsi: lpfc: Move scsi_host_template outside dynamically allocated/freed phba
James Smart
4
-34
/
+48
2022-09-16
scsi: lpfc: Fix multiple NVMe remoteport registration calls for the same NPor...
James Smart
3
-41
/
+37
2022-09-16
scsi: lpfc: Add missing free iocb and nlp kref put for early return VMID cases
James Smart
1
-3
/
+7
2022-09-16
scsi: lpfc: Fix mbuf pool resource detected as busy at driver unload
James Smart
1
-0
/
+7
2022-09-16
scsi: lpfc: Fix FLOGI ACC with wrong SID in PT2PT topology
James Smart
1
-2
/
+7
2022-09-16
scsi: lpfc: Fix prli_fc4_req checks in PRLI handling
James Smart
1
-2
/
+2
2022-09-01
scsi: lpfc: Add missing destroy_workqueue() in error path
Yang Yingliang
1
-1
/
+4
2022-09-01
scsi: lpfc: Remove unneeded result variable
ye xingchen
1
-4
/
+1
2022-09-01
scsi: lpfc: Remove the unneeded result variable
ye xingchen
1
-3
/
+1
2022-09-01
scsi: lpfc: Return DID_TRANSPORT_DISRUPTED instead of DID_REQUEUE
Hannes Reinecke
1
-2
/
+2
2022-09-01
scsi: lpfc: Copyright updates for 14.2.0.6 patches
James Smart
5
-5
/
+5
2022-09-01
scsi: lpfc: Update lpfc version to 14.2.0.6
James Smart
1
-1
/
+1
2022-09-01
scsi: lpfc: Remove SANDiags related code
James Smart
8
-507
/
+4
2022-09-01
scsi: lpfc: Add warning notification period to CMF_SYNC_WQE
James Smart
3
-1
/
+11
2022-09-01
scsi: lpfc: Rework MIB Rx Monitor debug info logic
James Smart
7
-125
/
+240
2022-09-01
scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_ID
James Smart
1
-5
/
+2
2022-09-01
scsi: lpfc: Fix unsolicited FLOGI receive handling during PT2PT discovery
James Smart
1
-1
/
+0
2022-08-02
scsi: lpfc: Check the return value of alloc_workqueue()
William Dean
1
-0
/
+2
2022-07-08
scsi: lpfc: Copyright updates for 14.2.0.5 patches
James Smart
3
-3
/
+3
2022-07-08
scsi: lpfc: Update lpfc version to 14.2.0.5
James Smart
1
-1
/
+1
2022-07-08
scsi: lpfc: Remove Menlo/Hornet related code
James Smart
11
-465
/
+7
2022-07-08
scsi: lpfc: Refactor lpfc_nvmet_prep_abort_wqe() into lpfc_sli_prep_abort_xri()
James Smart
5
-52
/
+18
2022-07-08
scsi: lpfc: Revert RSCN_MEMENTO workaround for misbehaved configuration
James Smart
3
-9
/
+3
2022-07-08
scsi: lpfc: Fix lost NVMe paths during LIF bounce stress test
James Smart
1
-7
/
+8
2022-07-08
scsi: lpfc: Fix attempted FA-PWWN usage after feature disable
James Smart
2
-2
/
+11
2022-07-08
scsi: lpfc: Fix possible memory leak when failing to issue CMF WQE
James Smart
1
-1
/
+3
2022-07-08
scsi: lpfc: Remove extra atomic_inc on cmd_pending in queuecommand after VMID
James Smart
1
-1
/
+0
2022-07-08
scsi: lpfc: Set PU field when providing D_ID in XMIT_ELS_RSP64_CX iocb
James Smart
1
-0
/
+1
2022-07-08
scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user input
James Smart
1
-10
/
+10
2022-07-08
scsi: lpfc: Fix uninitialized cqe field in lpfc_nvme_cancel_iocb()
James Smart
1
-0
/
+1
2022-07-08
Merge branch '5.19/scsi-fixes' into 5.20/scsi-staging
Martin K. Petersen
10
-44
/
+76
2022-06-17
scsi: lpfc: Use memset_startat() helper in lpfc_nvmet_xmt_fcp_op_cmp()
Xiu Jianfeng
1
-4
/
+2
2022-06-08
scsi: lpfc: Update lpfc version to 14.2.0.4
James Smart
1
-1
/
+1
2022-06-08
scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd completion
James Smart
2
-2
/
+12
[next]