summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bnx2fc
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-19/+18
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche-3/+4
2025-11-12scsi: bnx2fc: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-3/+3
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: bnx2fc: Use kthread_create_on_cpu()Frederic Weisbecker-5/+2
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche-2/+3
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche-1/+1
2024-08-28scsi: bnx2fc: Remove some unused fields in struct bnx2fc_rportChristophe JAILLET-6/+0
2024-08-22scsi: Expand all create*_workqueue() invocationsBart Van Assche-2/+2
2024-05-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-3/+1
2024-04-24scsi: bnx2fc: Remove redundant assignment to variable 'i'Colin Ian King-3/+1
2024-03-25scsi: bnx2fc: Remove spin_lock_bh while releasing resources after uploadSaurav Kashyap-2/+0
2024-01-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-7/+7
2023-12-18scsi: bnx2fc: Fix skb double free in bnx2fc_rcv()Wei Yongjun-6/+3
2023-11-15scsi: bnx2fc: Replace deprecated strncpy() with strscpy()Justin Stitt-7/+7
2023-10-13scsi: bnx2fc: Do not rely on a SCSI command for LUN or target resetHannes Reinecke-52/+57
2022-05-16scsi: bnx2fc: Avoid using get_cpu() in bnx2fc_cmd_alloc()Sebastian Andrzej Siewior-3/+1
2022-05-16scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior-24/+11
2022-03-30scsi: bnx2fc: Fix spelling mistake "mis-match" -> "mismatch"Colin Ian King-3/+3
2022-02-22scsi: bnx2fc: Stop using the SCSI pointerBart Van Assche-14/+19
2022-02-14Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen-23/+18
2022-01-31scsi: bnx2fc: Make use of the helper macro kthread_run()Yin Xiujiang-4/+3
2022-01-31scsi: bnx2fc: Fix typo in commentsCai Huoqing-1/+1
2022-01-31scsi: bnx2fc: Make bnx2fc_recv_frame() mp safeJohn Meneghini-8/+13
2022-01-24scsi: bnx2fc: Flush destroy_work queue before calling bnx2fc_interface_put()John Meneghini-15/+5
2021-10-16scsi: bnx2fc: Switch to attribute groupsBart Van Assche-3/+5
2021-10-16scsi: bnx2fc: Call scsi_done() directlyBart Van Assche-4/+4
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+1
2021-06-22scsi: bnx2fc: Remove meaningless bnx2fc_abts_cleanup() return value assignmentSeongJae Park-1/+1
2021-05-21scsi: bnx2fc: Return failure if io_req is already in ABTS processingJaved Hasan-0/+1
2021-03-24scsi: bnx2fc: Fix a typoBhaskar Chowdhury-1/+1
2021-03-15scsi: bnx2fc: Fix misnaming of bnx2fc_free_session_resc()Lee Jones-1/+1
2021-03-15scsi: bnx2fc: Fix typo in bnx2fc_indicate_kcqe()Lee Jones-1/+1
2021-02-22scsi: bnx2fc: Fix Kconfig warning & CNIC build errorsRandy Dunlap-0/+1
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-5/+3
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski-0/+2
2020-11-10scsi: bnx2fc: Fix comparison to bool warningKaixu Xia-2/+2
2020-11-04scsi: bnx2fc: Remove unneeded semicolonTom Rix-1/+1
2020-10-29scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann-1/+0
2020-10-26scsi: Remove unneeded break statementsTom Rix-1/+0
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-8/+8
2020-09-15scsi: bnx2fc: Make a bunch of symbols static in bnx2fc_fcoe.cJason Yan-5/+5
2020-08-24scsi: bnx2fc: Fix spelling mistake "couldnt" -> "couldn't"Colin Ian King-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+0
2020-07-15scsi: bnx2fc: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones-4/+3
2020-07-15scsi: bnx2fc: Fix a couple of bitrotted function documentation headersLee Jones-3/+3