aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa/bfad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-24scsi: bfa: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+0
2020-10-07scsi: bfa: Fix error return in bfad_pci_init()Jing Xiangfeng1-0/+1
2020-04-14scsi: bfa: bfad.c: make max_rport_logins staticJason Yan1-1/+1
2019-09-30scsi: bfa: Make restart_bfa staticYueHaibing1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292Thomas Gleixner1-9/+1
2019-02-25scsi: bfa: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-5/+13
2018-11-15scsi: bfa: use dma_set_mask_and_coherentChristoph Hellwig1-11/+7
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-2/+0
2018-01-04scsi: bfa: Use zeroing allocator rather than allocator/memsetHimanshu Jha1-2/+1
2017-12-11scsi: bfa: convert to strlcpy/strlcatArnd Bergmann1-10/+10
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-3/+1
2017-01-08Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley1-3/+3
2017-01-05scsi: bfa: Increase requested firmware version to 3.2.5.1Benjamin Poirier1-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-12-02bfa: File header and user visible string changesAnil Gurumurthy1-12/+7
2015-12-02bfa: Update copyright messagesAnil Gurumurthy1-2/+3
2015-04-17bfs: bfad_worker cleanupJiri Slaby1-13/+9
2014-07-29bfa: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-14/+6
2014-07-29bfa: Cleanup bfad_setup_intr() functionAlexander Gordeev1-10/+8
2014-07-29bfa: Do not call pci_enable_msix() after it failed onceAlexander Gordeev1-25/+23
2014-05-19bfa: allocate memory with GFP_ATOMIC in spinlock contextAlexey Khoroshilov1-1/+1
2014-01-22Merge branch 'misc' into for-linusJames Bottomley1-47/+44
2013-12-19[SCSI] bfa: Driver version upgrade to 3.2.23.0Vijaya Mohan Guvva1-3/+3
2013-12-19[SCSI] bfa: Register port with SCSI even on port init failureVijaya Mohan Guvva1-44/+41
2013-12-18[SCSI] bfa: Chinook quad port 16G FC HBA claim issueVijaya Mohan Guvva1-2/+4
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-23[SCSI] bfa: Use pcie_set()/get_readrq() to simplify codeYijing Wang1-41/+12
2013-09-03[SCSI] bfa: firmware update to 3.2.1.1Rasesh Mody1-3/+3
2013-06-26[SCSI] bfa: Update the driver version to 3.2.21.1Vijaya Mohan Guvva1-3/+3
2013-06-26[SCSI] bfa: Support for chinook-quad port cardVijaya Mohan Guvva1-0/+8
2013-01-30[SCSI] bfa: fix strncpy() limiter in bfad_start_ops()Dan Carpenter1-1/+1
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-10-07[SCSI] bfa: Firmware image naming convention updateKrishna Gudipati1-3/+3
2012-09-24[SCSI] bfa: Add support for max target ports discoveryKrishna Gudipati1-0/+4
2012-09-24[SCSI] bfa: Add PowerPC support and enable PCIE AER handling.Krishna Gudipati1-6/+226
2012-07-20[SCSI] bfa: squelch lockdep complaint with a spin_lock_initKyle McMartin1-0/+2
2012-04-25[SCSI] bfa: Fix to defer vport delete handler invocation till firmware logo response.Krishna Gudipati1-17/+0
2012-01-10[SCSI] bfa: Implement LUN Masking feature using the SCSI Slave Callouts.Krishna Gudipati1-0/+2
2011-07-27[SCSI] bfa: Add FC-transport based Asynchronous Event Notification support.Krishna Gudipati1-1/+7
2011-06-29[SCSI] bfa: Driver and BSG enhancements.Krishna Gudipati1-1/+15
2011-06-29[SCSI] bfa: FCS bug fixes.Krishna Gudipati1-5/+0
2011-06-29[SCSI] bfa: DMA memory allocation enhancement.Krishna Gudipati1-95/+54
2011-06-29[SCSI] bfa: Brocade-1860 Fabric Adapter PLL init fixes.Krishna Gudipati1-2/+13
2011-06-29[SCSI] bfa: Enable ASIC block configuration and query.Krishna Gudipati1-0/+1
2011-06-29[SCSI] bfa: Driver initialization and model description fixKrishna Gudipati1-9/+27
2011-06-29[SCSI] bfa: FC credit recovery and misc bug fixes.Krishna Gudipati1-0/+5
2011-06-29[SCSI] bfa: Brocade-1860 Fabric Adapter 16Gbs support and flash controller fixes.Krishna Gudipati1-2/+1
2011-06-29[SCSI] bfa: Brocade-1860 Fabric Adapter Hardware EnablementKrishna Gudipati1-35/+46