summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa/bfad.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: bfa: Fix error return in bfad_pci_init()Jing Xiangfeng2020-10-071-0/+1
* scsi: bfa: bfad.c: make max_rport_logins staticJason Yan2020-04-141-1/+1
* scsi: bfa: Make restart_bfa staticYueHaibing2019-09-301-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292Thomas Gleixner2019-06-051-9/+1
* scsi: bfa: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-251-5/+13
* scsi: bfa: use dma_set_mask_and_coherentChristoph Hellwig2018-11-151-11/+7
* PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-2/+0
* scsi: bfa: Use zeroing allocator rather than allocator/memsetHimanshu Jha2018-01-041-2/+1
* scsi: bfa: convert to strlcpy/strlcatArnd Bergmann2017-12-111-10/+10
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-211-3/+1
* Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley2017-01-081-3/+3
|\
| * scsi: bfa: Increase requested firmware version to 3.2.5.1Benjamin Poirier2017-01-051-3/+3
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
|/
* bfa: File header and user visible string changesAnil Gurumurthy2015-12-021-12/+7
* bfa: Update copyright messagesAnil Gurumurthy2015-12-021-2/+3
* bfs: bfad_worker cleanupJiri Slaby2015-04-171-13/+9
* bfa: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-07-291-14/+6
* bfa: Cleanup bfad_setup_intr() functionAlexander Gordeev2014-07-291-10/+8
* bfa: Do not call pci_enable_msix() after it failed onceAlexander Gordeev2014-07-291-25/+23
* bfa: allocate memory with GFP_ATOMIC in spinlock contextAlexey Khoroshilov2014-05-191-1/+1
* Merge branch 'misc' into for-linusJames Bottomley2014-01-221-47/+44
|\
| * [SCSI] bfa: Driver version upgrade to 3.2.23.0Vijaya Mohan Guvva2013-12-191-3/+3
| * [SCSI] bfa: Register port with SCSI even on port init failureVijaya Mohan Guvva2013-12-191-44/+41
* | [SCSI] bfa: Chinook quad port 16G FC HBA claim issueVijaya Mohan Guvva2013-12-181-2/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+0
|\
| * SCSI: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-141-1/+0
* | [SCSI] bfa: Use pcie_set()/get_readrq() to simplify codeYijing Wang2013-09-231-41/+12
|/
* [SCSI] bfa: firmware update to 3.2.1.1Rasesh Mody2013-09-031-3/+3
* [SCSI] bfa: Update the driver version to 3.2.21.1Vijaya Mohan Guvva2013-06-261-3/+3
* [SCSI] bfa: Support for chinook-quad port cardVijaya Mohan Guvva2013-06-261-0/+8
* [SCSI] bfa: fix strncpy() limiter in bfad_start_ops()Dan Carpenter2013-01-301-1/+1
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* [SCSI] bfa: Firmware image naming convention updateKrishna Gudipati2012-10-071-3/+3
* [SCSI] bfa: Add support for max target ports discoveryKrishna Gudipati2012-09-241-0/+4
* [SCSI] bfa: Add PowerPC support and enable PCIE AER handling.Krishna Gudipati2012-09-241-6/+226
* [SCSI] bfa: squelch lockdep complaint with a spin_lock_initKyle McMartin2012-07-201-0/+2
* [SCSI] bfa: Fix to defer vport delete handler invocation till firmware logo r...Krishna Gudipati2012-04-251-17/+0
* [SCSI] bfa: Implement LUN Masking feature using the SCSI Slave Callouts.Krishna Gudipati2012-01-101-0/+2
* [SCSI] bfa: Add FC-transport based Asynchronous Event Notification support.Krishna Gudipati2011-07-271-1/+7
* [SCSI] bfa: Driver and BSG enhancements.Krishna Gudipati2011-06-291-1/+15
* [SCSI] bfa: FCS bug fixes.Krishna Gudipati2011-06-291-5/+0
* [SCSI] bfa: DMA memory allocation enhancement.Krishna Gudipati2011-06-291-95/+54
* [SCSI] bfa: Brocade-1860 Fabric Adapter PLL init fixes.Krishna Gudipati2011-06-291-2/+13
* [SCSI] bfa: Enable ASIC block configuration and query.Krishna Gudipati2011-06-291-0/+1
* [SCSI] bfa: Driver initialization and model description fixKrishna Gudipati2011-06-291-9/+27
* [SCSI] bfa: FC credit recovery and misc bug fixes.Krishna Gudipati2011-06-291-0/+5
* [SCSI] bfa: Brocade-1860 Fabric Adapter 16Gbs support and flash controller fi...Krishna Gudipati2011-06-291-2/+1
* [SCSI] bfa: Brocade-1860 Fabric Adapter Hardware EnablementKrishna Gudipati2011-06-291-35/+46
* [SCSI] bfa: Move debugfs initialization before bfa init.Krishna Gudipati2011-05-011-8/+14