aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bnx2fc/bnx2fc_hwi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-30scsi: bnx2fc: Fix spelling mistake "mis-match" -> "mismatch"Colin Ian King1-3/+3
2021-03-15scsi: bnx2fc: Fix typo in bnx2fc_indicate_kcqe()Lee Jones1-1/+1
2020-10-26scsi: Remove unneeded break statementsTom Rix1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2020-07-15scsi: bnx2fc: Fix a couple of bitrotted function documentation headersLee Jones1-3/+3
2020-06-26scsi: bnx2fc: Removal of unused variablesJaved Hasan1-15/+1
2020-03-31scsi: bnx2fc: fix boolreturn.cocci warningskbuild test robot1-3/+3
2020-03-29scsi: bnx2fc: Process the RQE with CQE in interrupt contextJaved Hasan1-28/+75
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-08-29scsi: bnx2fc: remove set but not used variables 'task','port','orig_task'zhengbin1-16/+0
2019-05-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-05-20scsi: bnx2fc: fix incorrect cast to u64 on shift operationColin Ian King1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-2/+0
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-25/+24
2018-01-10scsi: bnx2fc: Use zeroing allocator rather than allocator/memsetHimanshu Jha1-35/+25
2017-07-26scsi: bnx2fc: Plug CPU hotplug raceThomas Gleixner1-22/+23
2017-06-27scsi: bnx2fc: Update copyright for 2017.Chad Dupuis1-1/+2
2016-09-09scsi: bnx2fc: Mark symbols static where possibleBaoyou Xie1-1/+1
2015-11-09bnx2fc: Remove 'NetXtreme II' from source files.Chad Dupuis1-1/+1
2015-11-09bnx2fc: Update copyright for 2015.Chad Dupuis1-2/+2
2014-07-25bnx2fc: Rebranding bnx2fc driverSaurav Kashyap1-1/+2
2014-05-19bnx2fc: fix memory leak in bnx2fc_allocate_hash_table()Maurizio Lombardi1-12/+19
2014-05-19bnx2fc: fix memory leak and potential NULL pointer dereference.Maurizio Lombardi1-14/+20
2014-05-19bnx2fc: remove unused variable hash_table_sizeMaurizio Lombardi1-3/+0
2013-09-18bnx2x, cnic, bnx2i, bnx2fc: Fix bnx2i and bnx2fc regressions.Michael Chan1-2/+1
2013-05-02[SCSI] bnx2fc: Update copyright datesBhanu Prakash Gollapudi1-1/+1
2013-05-02[SCSI] bnx2fc: Enable cached tasks to improve performanceBhanu Prakash Gollapudi1-1/+5
2013-04-25bnx2x, bnx2fc: Use per port max exchange resourcesBhanu Prakash Gollapudi1-9/+13
2013-01-30[SCSI] bnx2fc: Map the doorbell register between offload and enable requestsBhanu Prakash Gollapudi1-19/+6
2013-01-29[SCSI] bnx2fc: remove useless calls to memset().Cyril Roelandt1-4/+0
2012-11-19treewide: fix typo of "suppport" in various commentsMasanari Iida1-1/+1
2012-07-20[SCSI] bnx2fc: Improve error recovery by handling parity errorsBhanu Prakash Gollapudi1-1/+3
2012-05-23[SCSI] bnx2fc: Allocate fcoe_ctlr with bnx2fc_interface, not as a memberRobert Love1-18/+21
2012-02-20bnx2fc: HSI dependent changes for 7.2.xx FWBhanu Prakash Gollapudi1-3/+9
2011-09-17[SCSI] bnx2fc: No abort issued for REC when it times outBhanu Prakash Gollapudi1-2/+4
2011-08-27[SCSI] bnx2fc: Fix NULL pointer deref during arm_cq.Bhanu Prakash Gollapudi1-3/+7
2011-07-28[SCSI] bnx2fc: Update copyright and bump version to 1.0.4Bhanu Prakash Gollapudi1-1/+1
2011-07-28[SCSI] bnx2fc: Tx BDs cache in write tasksBhanu Prakash Gollapudi1-7/+22
2011-07-28[SCSI] bnx2fc: Do not arm CQ when there are no CQEsBhanu Prakash Gollapudi1-2/+4
2011-07-28[SCSI] bnx2fc: HSI changes for tapeBhanu Prakash Gollapudi1-4/+26
2011-07-28[SCSI] bnx2fc: Handle REC_TOV error code from firmwareBhanu Prakash Gollapudi1-29/+111
2011-07-28[SCSI] bnx2fc: Support 'sequence cleanup' taskBhanu Prakash Gollapudi1-0/+97
2011-07-27[SCSI] bnx2fc: Enable REC & CONF support for the sessionBhanu Prakash Gollapudi1-0/+12
2011-07-27[SCSI] bnx2fc: Introduce interface structure for each vlan interfaceBhanu Prakash Gollapudi1-43/+55
2011-07-26[SCSI] bnx2fc: Replace printks with KERN_ALERT to KERN_ERR/KERN_INFOBhanu Prakash Gollapudi1-11/+12
2011-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+23
2011-06-29[SCSI] bnx2fc: Fix kernel panic when deleting NPIV portsBhanu Prakash Gollapudi1-1/+23
2011-06-15New 7.0 FW: bnx2x, cnic, bnx2i, bnx2fcVlad Zolotarov1-205/+237
2011-05-01[SCSI] bnx2fc: introduce missing kfreeJulia Lawall1-0/+3
2011-03-23[SCSI] bnx2fc: Fix MTU issue by using static MTUBhanu Gollapudi1-1/+1