aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bnx2fc
AgeCommit message (Expand)Author
2022-02-08scsi: bnx2fc: Make bnx2fc_recv_frame() mp safeJohn Meneghini
2022-02-01scsi: bnx2fc: Flush destroy_work queue before calling bnx2fc_interface_put()John Meneghini
2021-06-16scsi: bnx2fc: Return failure if io_req is already in ABTS processingJaved Hasan
2021-03-04scsi: bnx2fc: Fix Kconfig warning & CNIC build errorsRandy Dunlap
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-09-15scsi: bnx2fc: Make a bunch of symbols static in bnx2fc_fcoe.cJason Yan
2020-08-24scsi: bnx2fc: Fix spelling mistake "couldnt" -> "couldn't"Colin Ian King
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-15scsi: bnx2fc: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones
2020-07-15scsi: bnx2fc: Fix a couple of bitrotted function documentation headersLee Jones
2020-07-15scsi: bnx2fc: Repair a range of kerneldoc issuesLee Jones
2020-06-26scsi: bnx2fc: Removal of unused variablesJaved Hasan
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-04-24scsi: bnx2fc: Remove unneeded semicolon in bnx2fc_fcoe.cJason Yan
2020-04-24scsi: bnx2fc: Add missing annotation for bnx2fc_abts_cleanup()Jules Irenge
2020-03-31scsi: bnx2fc: fix boolreturn.cocci warningskbuild test robot
2020-03-29scsi: bnx2fc: Update the driver version to 2.12.13Saurav Kashyap
2020-03-29scsi: bnx2fc: Fix SCSI command completion after cleanup is postedSaurav Kashyap
2020-03-29scsi: bnx2fc: Process the RQE with CQE in interrupt contextJaved Hasan
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-11-19scsi: bnx2fc: timeout calculation invalid for bnx2fc_eh_abort()Laurence Oberman
2019-10-24scsi: Fix various misspellings of "connect"Geert Uytterhoeven
2019-10-09Merge branch '5.4/scsi-fixes' into 5.5/scsi-queueMartin K. Petersen
2019-09-23scsi: bnx2fc: Handle scope bits when array returns BUSY or TSFLaurence Oberman
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-08-29scsi: bnx2fc: remove set but not used variables 'task','port','orig_task'zhengbin
2019-08-29scsi: bnx2fc: remove set but not used variables 'lport','host'zhengbin
2019-08-29scsi: bnx2fc: remove set but not used variable 'fh'zhengbin
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-06-26scsi: bnx2fc: fix bnx2fc_cmd refcount imbalance in send_srrLin Yi
2019-06-26scsi: bnx2fc: fix bnx2fc_cmd refcount imbalance in send_recLin Yi
2019-06-26scsi: bnx2fc: Update the driver version to 2.12.10Saurav Kashyap
2019-06-26scsi: bnx2fc: Limit the IO size according to the FW capabilitySaurav Kashyap
2019-06-26scsi: bnx2fc: Do not allow both a cleanup completion and abort completion for...Saurav Kashyap
2019-06-26scsi: bnx2fc: Separate out completion flags and variables for abort and cleanupSaurav Kashyap
2019-06-26scsi: bnx2fc: Only put reference to io_req in bnx2fc_abts_cleanup if cleanup ...Chad Dupuis
2019-06-26scsi: bnx2fc: Redo setting source FCoE MACChad Dupuis
2019-05-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-20scsi: bnx2fc: fix incorrect cast to u64 on shift operationColin Ian King
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-03scsi: bnx2fc: remove unneeded variableDing Xiang
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-02-19scsi: fcoe: make use of fip_mode enum completeSedat Dilek
2019-02-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-01-29scsi: bnx2fc: Fix error handling in probe()Dan Carpenter
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds