summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bnx2i
AgeCommit message (Expand)AuthorLines
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-23PCI: Add CONFIG_MMU dependencyArnd Bergmann-1/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-4/+4
2025-01-02scsi: bnx2i: Use kthread_create_on_cpu()Frederic Weisbecker-5/+2
2024-08-28scsi: bnx2i: Remove unused declarationsYue Haibing-11/+0
2023-05-26scsi: bnx2i: Replace all non-returning strlcpy with strscpyAzeem Shaikh-1/+1
2023-03-24scsi: iscsi: Declare SCSI host template constBart Van Assche-2/+2
2022-06-21scsi: iscsi: Fix session removal on shutdownMike Christie-1/+1
2022-04-11scsi: iscsi: Merge suspend fieldsMike Christie-2/+2
2022-03-30scsi: bnx2i: Fix spelling mistake "mis-match" -> "mismatch"Colin Ian King-2/+2
2022-02-22scsi: iscsi: Stop using the SCSI pointerBart Van Assche-0/+1
2021-10-16scsi: bnx2i: Switch to attribute groupsBart Van Assche-5/+14
2021-08-11scsi: bnx2i: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche-1/+1
2021-06-02scsi: iscsi: Fix shost->max_id useMike Christie-1/+1
2021-06-02scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie-7/+16
2021-06-02scsi: iscsi: Drop suspend calls from ep_disconnectMike Christie-5/+1
2021-06-02scsi: iscsi: Stop queueing during ep_disconnectMike Christie-0/+1
2021-03-24scsi: bnx2i: Make bnx2i_process_iscsi_error() simpler and more robustRasmus Villemoes-44/+41
2021-03-15scsi: bnx2i: Fix bnx2i_set_ccell_info()'s name in descriptionLee Jones-1/+1
2021-02-08scsi: libiscsi: Fix iscsi_task use after free()Mike Christie-2/+0
2020-12-02scsi: bnx2i: Requires MMURandy Dunlap-0/+1
2020-09-22scsi: bnx2i: Remove unnecessary mutex_init()Qinglang Miao-2/+0
2020-07-24scsi: bnx2i: Add parameter description and rename anotherLee Jones-1/+2
2020-07-24scsi: bnx2i: Add, remove and edit some function parameter descriptionsLee Jones-9/+7
2020-07-24scsi: bnx2i: Fix a whole host of kerneldoc issuesLee Jones-26/+27
2020-07-24scsi: bnx2i: Add missing descriptions for 'attr' parameterLee Jones-0/+4
2020-07-24scsi: bnx2i: Fix parameter misnaming in function headerLee Jones-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-2/+2
2019-11-19scsi: bnx2i: fix potential use after freePan Bian-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon-3/+0
2019-04-08drivers: Remove useless trailing comments from mmiowb() invocationsWill Deacon-1/+1
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+1
2019-01-08scsi: bnx2i: fix indentation issue, remove a tabColin Ian King-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain-4/+4
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-3/+0
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig-1/+0
2018-11-21scsi: bnx2i: remove set but not used variable 'cid_num'YueHaibing-2/+0
2018-11-07block: kill request ->cpu memberJens Axboe-7/+1
2018-06-19scsi: bnx2i: add error handling for ioremap_nocacheZhouyang Jia-0/+2
2018-01-04scsi: bnx2i: Use zeroing allocator rather than allocator/memsetHimanshu Jha-6/+4
2017-12-04scsi: bnx2i: bnx2i_hwi: use swap macro in bnx2i_send_iscsi_nopoutGustavo A. R. Silva-6/+3
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-10/+0
2017-10-27scsi: bnx2i: Convert timers to use timer_setup()Kees Cook-14/+7
2017-09-15scsi: bnx2i: Clean up unused pointers in bnx2i_hwiChristos Gkekas-10/+0
2017-07-26scsi: bnx2i: Simplify cpu hotplug codeThomas Gleixner-50/+15
2017-07-26scsi: bnx2i: Prevent recursive cpuhotplug lockingThomas Gleixner-7/+8
2017-06-26scsi: bnx2i: missing error code in bnx2i_ep_connect()Dan Carpenter-1/+2