aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/bnx2fc
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+0
2020-07-15scsi: bnx2fc: Demote obvious misuse of kerneldoc to standard comment blocksGravatar Lee Jones 1-4/+3
2020-07-15scsi: bnx2fc: Fix a couple of bitrotted function documentation headersGravatar Lee Jones 1-3/+3
2020-07-15scsi: bnx2fc: Repair a range of kerneldoc issuesGravatar Lee Jones 1-10/+8
2020-06-26scsi: bnx2fc: Removal of unused variablesGravatar Javed Hasan 1-15/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-1/+1
2020-04-24scsi: bnx2fc: Remove unneeded semicolon in bnx2fc_fcoe.cGravatar Jason Yan 1-2/+2
2020-04-24scsi: bnx2fc: Add missing annotation for bnx2fc_abts_cleanup()Gravatar Jules Irenge 1-0/+1
2020-03-31scsi: bnx2fc: fix boolreturn.cocci warningsGravatar kbuild test robot 1-3/+3
2020-03-29scsi: bnx2fc: Update the driver version to 2.12.13Gravatar Saurav Kashyap 1-1/+1
2020-03-29scsi: bnx2fc: Fix SCSI command completion after cleanup is postedGravatar Saurav Kashyap 1-0/+6
2020-03-29scsi: bnx2fc: Process the RQE with CQE in interrupt contextGravatar Javed Hasan 4-54/+96
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+1
2019-11-19scsi: bnx2fc: timeout calculation invalid for bnx2fc_eh_abort()Gravatar Laurence Oberman 1-1/+1
2019-10-24scsi: Fix various misspellings of "connect"Gravatar Geert Uytterhoeven 1-1/+1
2019-10-09Merge branch '5.4/scsi-fixes' into 5.5/scsi-queueGravatar Martin K. Petersen 1-5/+24
2019-09-23scsi: bnx2fc: Handle scope bits when array returns BUSY or TSFGravatar Laurence Oberman 1-5/+24
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 3-25/+0
2019-08-29scsi: bnx2fc: remove set but not used variables 'task','port','orig_task'Gravatar zhengbin 1-16/+0
2019-08-29scsi: bnx2fc: remove set but not used variables 'lport','host'Gravatar zhengbin 1-7/+0
2019-08-29scsi: bnx2fc: remove set but not used variable 'fh'Gravatar zhengbin 1-2/+0
2019-07-30net: Use skb_frag_off accessorsGravatar Jonathan Lemon 1-1/+1
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 5-63/+140
2019-06-26scsi: bnx2fc: fix bnx2fc_cmd refcount imbalance in send_srrGravatar Lin Yi 1-1/+1
2019-06-26scsi: bnx2fc: fix bnx2fc_cmd refcount imbalance in send_recGravatar Lin Yi 1-1/+1
2019-06-26scsi: bnx2fc: Update the driver version to 2.12.10Gravatar Saurav Kashyap 1-1/+1
2019-06-26scsi: bnx2fc: Limit the IO size according to the FW capabilityGravatar Saurav Kashyap 3-3/+16
2019-06-26scsi: bnx2fc: Do not allow both a cleanup completion and abort completion for...Gravatar Saurav Kashyap 2-0/+33
2019-06-26scsi: bnx2fc: Separate out completion flags and variables for abort and cleanupGravatar Saurav Kashyap 3-34/+41
2019-06-26scsi: bnx2fc: Only put reference to io_req in bnx2fc_abts_cleanup if cleanup ...Gravatar Chad Dupuis 1-7/+7
2019-06-26scsi: bnx2fc: Redo setting source FCoE MACGravatar Chad Dupuis 1-16/+40
2019-05-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-20scsi: bnx2fc: fix incorrect cast to u64 on shift operationGravatar Colin Ian King 1-1/+1
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Gravatar Will Deacon 1-2/+0
2019-04-03scsi: bnx2fc: remove unneeded variableGravatar Ding Xiang 1-2/+1
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+1
2019-02-19scsi: fcoe: make use of fip_mode enum completeGravatar Sedat Dilek 1-1/+1
2019-02-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-2/+2
2019-01-29scsi: bnx2fc: Fix error handling in probe()Gravatar Dan Carpenter 1-2/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Gravatar Luis Chamberlain 2-47/+46
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+0
2018-12-18scsi: flip the default on use_clusteringGravatar Christoph Hellwig 1-1/+0
2018-12-07scsi: bnx2fc: Fix NULL dereference in error handlingGravatar Dan Carpenter 1-1/+1
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-3/+0
2018-09-17scsi: bnx2fc: Remove set but not used variable 'oxid'Gravatar YueHaibing 1-3/+0
2018-09-10bnx2fc_fcoe: Use skb_queue_walk_safe().Gravatar David S. Miller 1-5/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 2-5/+5
2018-01-30scsi: bnx2fc: Fix check in SCSI completion handler for timed out requestGravatar Chad Dupuis 1-0/+1