aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/scsi/fnic
AgeCommit message (Expand)AuthorFilesLines
2026-08-10scsi: fnic: Fix built-in NVMe/FC buildKaran Tilak Kumar2-2/+2
2026-08-07scsi: fnic: Fix invalid comparison for errorRoman Demidov1-1/+1
2026-08-07scsi: fnic: Use GFP_ATOMIC for VLAN alloc under spinlockLinkai Gong1-1/+1
2026-07-28scsi: fnic: Bump up version numberKaran Tilak Kumar1-1/+1
2026-07-28scsi: fnic: Expose NVMe transport state in debugfsKaran Tilak Kumar6-0/+141
2026-07-28scsi: fnic: Track NVMe transport statisticsKaran Tilak Kumar2-1/+206
2026-07-28scsi: fnic: Abort timed-out NVMe LS requestsKaran Tilak Kumar3-14/+101
2026-07-28scsi: fnic: Send NVMe LS requests through FDLSKaran Tilak Kumar3-1/+130
2026-07-28scsi: fnic: Handle NVMe LS frames in FDLSKaran Tilak Kumar2-8/+74
2026-07-28scsi: fnic: Route completions and resets by initiator roleKaran Tilak Kumar2-4/+30
2026-07-28scsi: fnic: Add the NVMe/FC transport pathKaran Tilak Kumar12-13/+2315
2026-07-28scsi: fnic: Add FDLS role handling for NVMe initiatorsKaran Tilak Kumar7-78/+177
2026-07-28scsi: fnic: Advertise NVMe initiator service parametersKaran Tilak Kumar2-5/+13
2026-07-28scsi: fnic: Decode firmware role configurationKaran Tilak Kumar4-5/+51
2026-07-28scsi: fnic: Use fnic_num for non-SCSI identifiersKaran Tilak Kumar3-4/+11
2026-07-28scsi: fnic: Make debug logging protocol independentKaran Tilak Kumar8-660/+671
2026-02-28scsi: fnic: Make fnic_queuecommand() easier to analyzeBart Van Assche1-6/+3
2026-02-24scsi: fnic: Bump up version numberKaran Tilak Kumar1-1/+1
2026-02-24scsi: fnic: Refactor in_remove flag and call to fnic_fcpio_reset()Karan Tilak Kumar1-5/+2
2026-02-24scsi: fnic: Rename fnic_scsi_fcpio_reset()Karan Tilak Kumar6-58/+55
2026-02-24scsi: fnic: Do not use GFP_ZERO for mempoolsKaran Tilak Kumar1-4/+4
2026-02-24scsi: fnic: Use mempool for receive framesKaran Tilak Kumar4-22/+66
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook6-14/+14
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche2-2/+4
2025-12-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2025-11-19scsi: fnic: Switch to use %ptSpAndy Shevchenko1-31/+24
2025-10-20scsi: fnic: Self-assignment of intr_time_type has no effectQiang Liu1-1/+0
2025-08-14scsi: fnic: Remove a useless struct mempool forward declarationChristoph Hellwig1-2/+0
2025-06-19scsi: fnic: Fix missing DMA mapping error in fnic_send_frame()Thomas Fourier1-0/+2
2025-06-19scsi: fnic: Set appropriate logging level for log messageKaran Tilak Kumar1-1/+1
2025-06-19scsi: fnic: Add and improve logs in FDMI and FDMI ABTS pathsKaran Tilak Kumar1-7/+58
2025-06-19scsi: fnic: Turn off FDMI ACTIVE flags on link downKaran Tilak Kumar2-4/+7
2025-06-19scsi: fnic: Fix crash in fnic_wq_cmpl_handler when FDMI times outKaran Tilak Kumar3-29/+87
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar3-8/+10
2025-05-20scsi: fnic: Replace memset() with eth_zero_addr()Chen Ni1-4/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner3-18/+18
2025-03-17scsi: fnic: Remove unnecessary NUL-terminationsThorsten Blum1-3/+0
2025-03-17scsi: fnic: Remove redundant flush_workqueue() callsChen Ni1-3/+2
2025-03-03scsi: fnic: Remove unnecessary spinlock locking and unlockingKaran Tilak Kumar1-17/+7
2025-03-03scsi: fnic: Replace fnic->lock_flags with local flagsKaran Tilak Kumar1-5/+6
2025-03-03scsi: fnic: Replace use of sizeof with standard usageKaran Tilak Kumar1-2/+1
2025-03-03scsi: fnic: Fix indentation and remove unnecessary parenthesisKaran Tilak Kumar1-13/+13
2025-03-03scsi: fnic: Remove unnecessary debug printKaran Tilak Kumar1-4/+0
2025-01-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds19-1943/+9312
2025-01-14Merge patch series "Introduce support for Fabric Discovery and Login Services"Martin K. Petersen19-1927/+9306
2025-01-10scsi: fnic: Propagate SCSI error code from fnic_scsi_drv_init()Arun Easi1-1/+1
2025-01-10scsi: fnic: Test for memory allocation failure and return error codeKaran Tilak Kumar1-0/+14
2025-01-10scsi: fnic: Return appropriate error code from failure of scsi drv initKaran Tilak Kumar1-1/+2
2025-01-10scsi: fnic: Return appropriate error code for mem alloc failureKaran Tilak Kumar1-4/+12