index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
fnic
Age
Commit message (
Expand
)
Author
2024-01-25
scsi: fnic: Return error if vmalloc() failed
Artem Chernyshev
2023-08-16
scsi: fnic: Replace return codes in fnic_clean_pending_aborts()
Karan Tilak Kumar
2022-08-04
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-08-04
Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2022-07-13
scsi: fnic: Refactor code in fnic probe to initialize SCSI layer
Karan Tilak Kumar
2022-07-06
blk-mq: Drop 'reserved' arg of busy_tag_iter_fn
John Garry
2022-07-06
scsi: fnic: Drop reserved request handling
John Garry
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...
Thomas Gleixner
2022-05-19
scsi: fnic: Replace DMA mask of 64 bits with 47 bits
Karan Tilak Kumar
2022-04-25
scsi: fnic: Remove unneeded flush_workqueue()
ran jianping
2022-04-25
scsi: fnic: Remove redundant NULL check
Haowen Bai
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-03-15
scsi: fnic: Finish scsi_cmnd before dropping the spinlock
David Jeffery
2022-02-22
scsi: fnic: Stop using the SCSI pointer
Bart Van Assche
2022-02-22
scsi: fnic: Fix a tracing statement
Bart Van Assche
2021-10-16
scsi: fnic: Switch to attribute groups
Bart Van Assche
2021-10-16
scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions
Bart Van Assche
2021-10-16
scsi: fnic: Call scsi_done() directly
Bart Van Assche
2021-08-16
scsi: fnic: Stop setting scsi_cmnd.tag
John Garry
2021-08-11
scsi: fnic: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
2021-05-02
scsi: fnic: Use scsi_host_busy_iter() to traverse commands
Hannes Reinecke
2021-05-02
scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io()
Hannes Reinecke
2021-04-05
scsi: fnic: Remove unnecessary spin_lock_init() and INIT_LIST_HEAD()
Yang Yingliang
2021-03-29
scsi: fnic: Remove bogus ratelimit messages
Lee Duncan
2021-03-24
scsi: fnic: Remove unnecessary cast
Wang Qing
2021-03-18
scsi: fnic: Kernel-doc headers must contain the function name
Lee Jones
2021-03-18
scsi: fnic: Demote non-conformant kernel-doc headers
Lee Jones
2021-03-18
scsi: fnic: Rudimentary spelling fixes
Bhaskar Chowdhury
2021-01-12
scsi: fnic: Fix memleak in vnic_dev_init_devcmd2
Dinghao Liu
2020-12-07
scsi: fnic: Fix error return code in fnic_probe()
Zhang Changzhong
2020-11-23
scsi: fnic: Validate io_req before others
Karan Tilak Kumar
2020-11-23
scsi: fnic: Set scsi_set_resid() only for underflow
Karan Tilak Kumar
2020-11-23
scsi: fnic: Change shost_printk() to FNIC_MAIN_DBG()
Karan Tilak Kumar
2020-11-23
scsi: fnic: Avoid looping in TRANS ETH on unload
Karan Tilak Kumar
2020-11-23
scsi: fnic: Change shost_printk() to FNIC_FCS_DBG()
Karan Tilak Kumar
2020-10-07
scsi: fnic: Simplify the return expression of vnic_wq_copy_alloc()
Liu Shixin
2020-10-02
scsi: fnic: Fix inconsistent format argument type in fnic_debugfs.c
Ye Bin
2020-10-02
scsi: fnic: Do not call 'scsi_done()' for unhandled commands
Hannes Reinecke
2020-09-15
scsi: fnic: Remove unneeded semicolon
Jason Yan
2020-09-02
scsi: fnic: Remove set but not used 'eth_hdrs_stripped'
Jason Yan
2020-09-02
scsi: fnic: Remove set but not used 'fr_len'
Jason Yan
2020-09-02
scsi: fnic: Remove set but not used variable in is_fnic_fip_flogi_reject()
Jason Yan
2020-09-02
scsi: fnic: Remove set but not used 'old_vlan'
Jason Yan
2020-07-24
scsi: fnic: Use eth_broadcast_addr() to assign broadcast address
Miaohe Lin
2020-05-07
scsi: fnic: Use true, false for fnic->internal_reset_inprogress
Jason Yan
2020-04-17
scsi: fnic: make vnic_wq_get_ctrl and vnic_wq_alloc_ring static
Jason Yan
2020-04-17
scsi: fnic: make fnic_list and fnic_list_lock static
Jason Yan
2020-04-17
scsi: fnic: make some symbols static
Jason Yan
2020-03-17
scsi: fnic: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
2020-03-11
scsi: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
[next]