summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] bfa: Fix crash when symb name set for offline vportVijaya Mohan Guvva2013-12-033-8/+14
* 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
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+1
|\
| * treewide: Convert retrun typos to returnJoe Perches2013-09-041-1/+1
* | [SCSI] bfa: firmware update to 3.2.1.1Rasesh Mody2013-09-031-3/+3
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2013-07-0423-289/+1507
|\
| * [SCSI] bfa: Update the driver version to 3.2.21.1Vijaya Mohan Guvva2013-06-262-4/+4
| * [SCSI] bfa: dis-associate bfa path_tov with dev_loss_tmoVijaya Mohan Guvva2013-06-261-26/+7
| * [SCSI] bfa: Support for chinook-quad port cardVijaya Mohan Guvva2013-06-263-1/+13
| * [SCSI] bfa: fix endianess issue for firmware statsVijaya Mohan Guvva2013-06-261-1/+1
| * [SCSI] bfa: Fix bug_on condition in RPSC rsp handlingVijaya Mohan Guvva2013-06-261-2/+3
| * [SCSI] bfa: Allow rsp queue process during ioc disableVijaya Mohan Guvva2013-06-261-2/+1
| * [SCSI] bfa: firmware statistics updateVijaya Mohan Guvva2013-06-261-0/+12
| * [SCSI] bfa: fru vpd date update changesVijaya Mohan Guvva2013-06-267-18/+43
| * [SCSI] bfa: driver compatibility with 32bit libsVijaya Mohan Guvva2013-06-262-4/+7
| * [SCSI] bfa: kdump fix on 815 and 825 adaptersVijaya Mohan Guvva2013-06-265-24/+150
| * [SCSI] bfa: Fix FDISC timeout handlingVijaya Mohan Guvva2013-06-261-2/+17
| * [SCSI] bfa: Fix 1860 port initialize when ATC is enabledVijaya Mohan Guvva2013-06-261-0/+10
| * [SCSI] bfa: FDMI enhancementsVijaya Mohan Guvva2013-06-263-2/+224
| * [SCSI] bfa: Fix WARN_ON condition checkVijaya Mohan Guvva2013-06-261-1/+1
| * [SCSI] bfa: Add dynamic diagnostic port supportVijaya Mohan Guvva2013-06-267-89/+781
| * [SCSI] bfa: Forward Error Correction status queryVijaya Mohan Guvva2013-06-263-2/+22
| * [SCSI] bfa: Support for FC BB credit recoveryVijaya Mohan Guvva2013-06-2610-104/+202
| * [SCSI] bfa: Fixes for 0-terminated strncpy and possible null pointer dereferenceJakob Normark2013-06-261-4/+6
| * [SCSI] bfa: fix for FC Direct Attach LUN discovery failureVijay Mohan Guvva2013-06-041-2/+2
| * [SCSI] bfa: fix faulty handling of events in lps smVijay Mohan Guvva2013-06-041-1/+1
* | bfa: switch to fixed_size_llseek()Al Viro2013-06-291-25/+3
* | lseek(fd, n, SEEK_END) does *not* go to eof - nAl Viro2013-06-161-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2013-02-281-1/+1
|\
| * [SCSI] bfa: fix strncpy() limiter in bfad_start_ops()Dan Carpenter2013-01-301-1/+1
* | scsi/bfa: convert to idr_alloc()Tejun Heo2013-02-271-11/+4
|/
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* [SCSI] bfa: Update the driver version to 3.1.2.1Krishna Gudipati2012-10-071-1/+1
* [SCSI] bfa: Firmware image naming convention updateKrishna Gudipati2012-10-071-3/+3
* [SCSI] bfa: Add support to read/update the FRU data.Krishna Gudipati2012-10-079-5/+715
* [SCSI] bfa: Support Power on Hours display and diag temp sensor fixesKrishna Gudipati2012-10-073-5/+42
* [SCSI] bfa: Add support to configure min/max bandwidth for a pcifnKrishna Gudipati2012-10-077-26/+41
* [SCSI] bfa: Add support for IO throttling at port levelKrishna Gudipati2012-10-078-8/+182
* [SCSI] bfa: Add support for user to configure bandwidth on QoS prioritiesKrishna Gudipati2012-10-076-6/+94
* [SCSI] bfa: Fabric Assigned Address implementation fixKrishna Gudipati2012-10-072-3/+88
* [SCSI] bfa: Add diagnostic port (D-Port) supportKrishna Gudipati2012-10-079-3/+658
* [SCSI] bfa: Fix to handle firmware tskim abort request responseKrishna Gudipati2012-10-073-8/+15
* [SCSI] bfa: Fix few attributes in the RHBA CT passthru commandKrishna Gudipati2012-10-073-10/+11
* [SCSI] bfa: Add support to have mfg date as part of adapter attributesKrishna Gudipati2012-10-073-0/+11
* [SCSI] bfa: Flash Controller PLL initialization fixesKrishna Gudipati2012-10-072-83/+131
* [SCSI] bfa: IOCFC state machine enhancementsKrishna Gudipati2012-10-073-26/+63
* [SCSI] bfa: Add support for FC Arbitrated Loop topology.Krishna Gudipati2012-10-0712-119/+713
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2012-10-0223-309/+1736
|\