summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * [SCSI] bfa: Update the driver version to v3.1.2.0.Krishna Gudipati2012-09-241-1/+1
| * [SCSI] bfa: Add support for max target ports discoveryKrishna Gudipati2012-09-249-178/+497
| * [SCSI] bfa: Add support to register node symbolic name with name serverKrishna Gudipati2012-09-247-2/+454
| * [SCSI] bfa: Fix to process mbox interrupts only if interrupts are enabled in ...Krishna Gudipati2012-09-242-1/+9
| * [SCSI] bfa: Add PowerPC support and enable PCIE AER handling.Krishna Gudipati2012-09-2411-22/+434
| * [SCSI] bfa: Add new hardware model info to sysfs model description routine.Krishna Gudipati2012-09-241-0/+7
| * [SCSI] bfa: Make changes to FCXP resource management.Krishna Gudipati2012-09-249-93/+156
| * [SCSI] bfa: FCS remote port enhancements.Krishna Gudipati2012-09-247-14/+83
| * [SCSI] bfa: Support vport symbolic name change from sysfs.Krishna Gudipati2012-09-243-0/+97
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-012-2/+2
|\ \ | |/ |/|
| * treewide: fix comment/printk/variable typosAnatol Pomozov2012-09-012-2/+2
* | [SCSI] bfa: Fix to set correct return error codes and misc cleanup.Krishna Gudipati2012-07-202-4/+5
* | [SCSI] bfa: squelch lockdep complaint with a spin_lock_initKyle McMartin2012-07-201-0/+2
* | [SCSI] bfa: dereferencing freed memory in bfad_im_probe()Dan Carpenter2012-07-201-8/+4
* | [SCSI] bfa: off by one in bfa_ioc_mbox_isr()Dan Carpenter2012-07-201-1/+1
|/
* [SCSI] bfa: Fix to set vport FC host sysfs entriesKrishna Gudipati2012-05-223-1/+19
* [SCSI] bfa: Fix bfa logging for Logical port state change notificationKrishna Gudipati2012-04-251-3/+3
* [SCSI] bfa: sysfs model description fix.Krishna Gudipati2012-04-251-17/+2
* [SCSI] bfa: Fix to defer vport delete handler invocation till firmware logo r...Krishna Gudipati2012-04-254-32/+15
* [SCSI] bfa: Update the driver version to 3.0.23.0Krishna Gudipati2012-03-281-1/+1
* [SCSI] bfa: BSG and User interface fixes.Krishna Gudipati2012-03-284-22/+34
* [SCSI] bfa: Fix to avoid vport delete hang on request queue full scenario.Krishna Gudipati2012-03-283-4/+9
* [SCSI] bfa: Move service parameter programming logic into firmware.Krishna Gudipati2012-03-281-28/+0
* [SCSI] bfa: Revised Fabric Assigned Address(FAA) feature implementation.Krishna Gudipati2012-03-2810-380/+525
* [SCSI] bfa: Flash controller IOC pll init fixes.Krishna Gudipati2012-03-282-45/+112
* [SCSI] bfa: Serialize the IOC hw semaphore unlock logic.Krishna Gudipati2012-03-281-12/+46
* [SCSI] bfa: Modify ISR to process pending completionsKrishna Gudipati2012-03-281-3/+10
* [SCSI] bfa: Add fc host issue lip supportKrishna Gudipati2012-03-281-1/+38
* [SCSI] bfa: Fix endian bug in bfad_iocmd_debug_fw_core().Santosh Nayak2012-03-271-1/+4
* [SCSI] bfa: don't leak mem in bfad_im_bsg_els_ct_request()Jesper Juhl2012-02-191-2/+2
OpenPOWER on IntegriCloud