index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
fnic
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-28
scsi: fnic: Make fnic_queuecommand() easier to analyze
Bart Van Assche
1
-6
/
+3
2026-02-24
scsi: fnic: Bump up version number
Karan Tilak Kumar
1
-1
/
+1
2026-02-24
scsi: fnic: Refactor in_remove flag and call to fnic_fcpio_reset()
Karan Tilak Kumar
1
-5
/
+2
2026-02-24
scsi: fnic: Rename fnic_scsi_fcpio_reset()
Karan Tilak Kumar
6
-58
/
+55
2026-02-24
scsi: fnic: Do not use GFP_ZERO for mempools
Karan Tilak Kumar
1
-4
/
+4
2026-02-24
scsi: fnic: Use mempool for receive frames
Karan Tilak Kumar
4
-22
/
+66
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
5
-7
/
+7
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
6
-14
/
+14
2026-01-23
scsi: Change the return type of the .queuecommand() callback
Bart Van Assche
2
-2
/
+4
2025-12-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+0
2025-11-19
scsi: fnic: Switch to use %ptSp
Andy Shevchenko
1
-31
/
+24
2025-10-20
scsi: fnic: Self-assignment of intr_time_type has no effect
Qiang Liu
1
-1
/
+0
2025-08-14
scsi: fnic: Remove a useless struct mempool forward declaration
Christoph Hellwig
1
-2
/
+0
2025-06-19
scsi: fnic: Fix missing DMA mapping error in fnic_send_frame()
Thomas Fourier
1
-0
/
+2
2025-06-19
scsi: fnic: Set appropriate logging level for log message
Karan Tilak Kumar
1
-1
/
+1
2025-06-19
scsi: fnic: Add and improve logs in FDMI and FDMI ABTS paths
Karan Tilak Kumar
1
-7
/
+58
2025-06-19
scsi: fnic: Turn off FDMI ACTIVE flags on link down
Karan Tilak Kumar
2
-4
/
+7
2025-06-19
scsi: fnic: Fix crash in fnic_wq_cmpl_handler when FDMI times out
Karan Tilak Kumar
3
-29
/
+87
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
3
-8
/
+10
2025-05-20
scsi: fnic: Replace memset() with eth_zero_addr()
Chen Ni
1
-4
/
+4
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
3
-18
/
+18
2025-03-17
scsi: fnic: Remove unnecessary NUL-terminations
Thorsten Blum
1
-3
/
+0
2025-03-17
scsi: fnic: Remove redundant flush_workqueue() calls
Chen Ni
1
-3
/
+2
2025-03-03
scsi: fnic: Remove unnecessary spinlock locking and unlocking
Karan Tilak Kumar
1
-17
/
+7
2025-03-03
scsi: fnic: Replace fnic->lock_flags with local flags
Karan Tilak Kumar
1
-5
/
+6
2025-03-03
scsi: fnic: Replace use of sizeof with standard usage
Karan Tilak Kumar
1
-2
/
+1
2025-03-03
scsi: fnic: Fix indentation and remove unnecessary parenthesis
Karan Tilak Kumar
1
-13
/
+13
2025-03-03
scsi: fnic: Remove unnecessary debug print
Karan Tilak Kumar
1
-4
/
+0
2025-01-26
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
19
-1943
/
+9312
2025-01-14
Merge patch series "Introduce support for Fabric Discovery and Login Services"
Martin K. Petersen
19
-1927
/
+9306
2025-01-10
scsi: fnic: Propagate SCSI error code from fnic_scsi_drv_init()
Arun Easi
1
-1
/
+1
2025-01-10
scsi: fnic: Test for memory allocation failure and return error code
Karan Tilak Kumar
1
-0
/
+14
2025-01-10
scsi: fnic: Return appropriate error code from failure of scsi drv init
Karan Tilak Kumar
1
-1
/
+2
2025-01-10
scsi: fnic: Return appropriate error code for mem alloc failure
Karan Tilak Kumar
1
-4
/
+12
2025-01-10
scsi: fnic: Remove always-true IS_FNIC_FCP_INITIATOR macro
Arun Easi
3
-62
/
+39
2025-01-10
scsi: fnic: Fix use of uninitialized value in debug message
Dheeraj Reddy Jonnalagadda
1
-2
/
+1
2025-01-10
scsi: fnic: Delete incorrect debugfs error handling
Dan Carpenter
1
-24
/
+1
2025-01-10
scsi: fnic: Remove unnecessary else to fix warning in FDLS FIP
Karan Tilak Kumar
1
-9
/
+8
2025-01-10
scsi: fnic: Remove extern definition from .c files
Karan Tilak Kumar
3
-3
/
+2
2025-01-10
scsi: fnic: Remove unnecessary else and unnecessary break in FDLS
Karan Tilak Kumar
1
-10
/
+6
2025-01-02
scsi: fnic: Increment driver version
Karan Tilak Kumar
1
-1
/
+1
2025-01-02
scsi: fnic: Add support to handle port channel RSCN
Karan Tilak Kumar
4
-9
/
+138
2025-01-02
scsi: fnic: Code cleanup
Karan Tilak Kumar
9
-622
/
+610
2025-01-02
scsi: fnic: Add stats and related functionality
Karan Tilak Kumar
6
-19
/
+196
2025-01-02
scsi: fnic: Modify fnic interfaces to use FDLS
Karan Tilak Kumar
9
-247
/
+398
2025-01-02
scsi: fnic: Modify IO path to use FDLS
Karan Tilak Kumar
5
-367
/
+502
2025-01-02
scsi: fnic: Add functionality in fnic to support FDLS
Karan Tilak Kumar
6
-173
/
+567
2025-01-02
scsi: fnic: Add and integrate support for FIP
Karan Tilak Kumar
7
-824
/
+1289
2025-01-02
scsi: fnic: Add and integrate support for FDMI
Karan Tilak Kumar
3
-2
/
+676
2025-01-02
scsi: fnic: Add Cisco hardware model names
Karan Tilak Kumar
4
-1
/
+214
[next]