index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
fnic
Age
Commit message (
Expand
)
Author
2025-06-19
scsi: fnic: Fix missing DMA mapping error in fnic_send_frame()
Thomas Fourier
2025-06-19
scsi: fnic: Set appropriate logging level for log message
Karan Tilak Kumar
2025-06-19
scsi: fnic: Add and improve logs in FDMI and FDMI ABTS paths
Karan Tilak Kumar
2025-06-19
scsi: fnic: Turn off FDMI ACTIVE flags on link down
Karan Tilak Kumar
2025-06-19
scsi: fnic: Fix crash in fnic_wq_cmpl_handler when FDMI times out
Karan Tilak Kumar
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-05-20
scsi: fnic: Replace memset() with eth_zero_addr()
Chen Ni
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-03-17
scsi: fnic: Remove unnecessary NUL-terminations
Thorsten Blum
2025-03-17
scsi: fnic: Remove redundant flush_workqueue() calls
Chen Ni
2025-03-03
scsi: fnic: Remove unnecessary spinlock locking and unlocking
Karan Tilak Kumar
2025-03-03
scsi: fnic: Replace fnic->lock_flags with local flags
Karan Tilak Kumar
2025-03-03
scsi: fnic: Replace use of sizeof with standard usage
Karan Tilak Kumar
2025-03-03
scsi: fnic: Fix indentation and remove unnecessary parenthesis
Karan Tilak Kumar
2025-03-03
scsi: fnic: Remove unnecessary debug print
Karan Tilak Kumar
2025-01-26
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2025-01-14
Merge patch series "Introduce support for Fabric Discovery and Login Services"
Martin K. Petersen
2025-01-10
scsi: fnic: Propagate SCSI error code from fnic_scsi_drv_init()
Arun Easi
2025-01-10
scsi: fnic: Test for memory allocation failure and return error code
Karan Tilak Kumar
2025-01-10
scsi: fnic: Return appropriate error code from failure of scsi drv init
Karan Tilak Kumar
2025-01-10
scsi: fnic: Return appropriate error code for mem alloc failure
Karan Tilak Kumar
2025-01-10
scsi: fnic: Remove always-true IS_FNIC_FCP_INITIATOR macro
Arun Easi
2025-01-10
scsi: fnic: Fix use of uninitialized value in debug message
Dheeraj Reddy Jonnalagadda
2025-01-10
scsi: fnic: Delete incorrect debugfs error handling
Dan Carpenter
2025-01-10
scsi: fnic: Remove unnecessary else to fix warning in FDLS FIP
Karan Tilak Kumar
2025-01-10
scsi: fnic: Remove extern definition from .c files
Karan Tilak Kumar
2025-01-10
scsi: fnic: Remove unnecessary else and unnecessary break in FDLS
Karan Tilak Kumar
2025-01-02
scsi: fnic: Increment driver version
Karan Tilak Kumar
2025-01-02
scsi: fnic: Add support to handle port channel RSCN
Karan Tilak Kumar
2025-01-02
scsi: fnic: Code cleanup
Karan Tilak Kumar
2025-01-02
scsi: fnic: Add stats and related functionality
Karan Tilak Kumar
2025-01-02
scsi: fnic: Modify fnic interfaces to use FDLS
Karan Tilak Kumar
2025-01-02
scsi: fnic: Modify IO path to use FDLS
Karan Tilak Kumar
2025-01-02
scsi: fnic: Add functionality in fnic to support FDLS
Karan Tilak Kumar
2025-01-02
scsi: fnic: Add and integrate support for FIP
Karan Tilak Kumar
2025-01-02
scsi: fnic: Add and integrate support for FDMI
Karan Tilak Kumar
2025-01-02
scsi: fnic: Add Cisco hardware model names
Karan Tilak Kumar
2025-01-02
scsi: fnic: Add support for unsolicited requests and responses
Karan Tilak Kumar
2025-01-02
scsi: fnic: Add support for target based solicited requests and responses
Karan Tilak Kumar
2025-01-02
scsi: fnic: Add support for fabric based solicited requests and responses
Karan Tilak Kumar
2025-01-02
scsi: fnic: Add headers and definitions for FDLS
Karan Tilak Kumar
2025-01-02
scsi: fnic: Replace shost_printk() with dev_info()/dev_err()
Karan Tilak Kumar
2024-12-23
scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
Daniel Wagner
2024-12-09
scsi: Constify struct pci_device_id
Christophe JAILLET
2024-12-04
Merge patch series "Replace the "slave_*" function names"
Martin K. Petersen
2024-12-04
scsi: Rename .slave_alloc() and .slave_destroy()
Bart Van Assche
2024-12-04
scsi: fnic: Use vcalloc() instead of vmalloc() and memset(0)
Thorsten Blum
2024-10-03
scsi: fnic: Move flush_work initialization out of if block
Martin Wilck
2024-08-22
scsi: Expand all create*_workqueue() invocations
Bart Van Assche
2024-03-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
[next]