summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-05-218-86/+287
|\
| * [SCSI] bfa: fix compilation warning in powerpcJing Huang2010-05-011-4/+4
| * [SCSI] bfa: sg addr big endian fixJing Huang2010-04-112-2/+17
| * [SCSI] bfa: protect idr using bfad_mutexJing Huang2010-04-113-5/+11
| * [SCSI] bfa: use pci_iomap() and pci_iounmap()Jing Huang2010-04-112-9/+1
| * [SCSI] bfa: fix the issue of not handling scsi_cmnd sg chaining caseJing Huang2010-04-112-34/+17
| * [SCSI] bfa: add fc transport class based vport create/deleteJing Huang2010-04-115-33/+239
| * [SCSI] bfa: eliminate useless codeJulia Lawall2010-04-111-1/+0
* | Merge branch 'master' into for-nextJiri Kosina2010-04-2389-2438/+3491
|\ \ | |/
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-304-0/+4
| * [SCSI] bfa: Update the driver version to 2.1.2.1.Krishna Gudipati2010-03-071-1/+1
| * [SCSI] bfa: Remove unused header files and did some cleanup.Krishna Gudipati2010-03-0713-238/+24
| * [SCSI] bfa: Handle SCSI IO underrun case.Krishna Gudipati2010-03-071-2/+12
| * [SCSI] bfa: FCS and include file changes.Krishna Gudipati2010-03-075-35/+22
| * [SCSI] bfa: Modified the portstats get/clear logicKrishna Gudipati2010-03-077-706/+405
| * [SCSI] bfa: Replace bfa_get_attr() with specific APIsKrishna Gudipati2010-03-0715-215/+195
| * [SCSI] bfa: New portlog entries for events (FIP/FLOGI/FDISC/LOGO).Krishna Gudipati2010-03-074-8/+66
| * [SCSI] bfa: Rename pport to fcport in BFA FCS.Krishna Gudipati2010-03-0725-735/+1103
| * [SCSI] bfa: IOC fixes, check for IOC down condition.Krishna Gudipati2010-03-072-3/+18
| * [SCSI] bfa: In MSIX mode, ignore spurious RME interrupts when FCoE ports are ...Krishna Gudipati2010-03-072-27/+17
| * [SCSI] bfa: Fix Command Queue (CPE) full condition check and ack CPE interrupt.Krishna Gudipati2010-03-075-24/+74
| * [SCSI] bfa: IOC recovery fix in fcmode.Krishna Gudipati2010-03-071-4/+13
| * [SCSI] bfa: AEN and byte alignment fixes.Krishna Gudipati2010-03-079-64/+73
| * [SCSI] bfa: Introduce a link notification state machine.Krishna Gudipati2010-03-072-15/+230
| * [SCSI] bfa: Added firmware save clear feature for BFA driver.Krishna Gudipati2010-03-074-1/+20
| * [SCSI] bfa: FCS authentication related changes.Krishna Gudipati2010-03-075-2/+33
| * [SCSI] bfa: PCI VPD, FIP and include file changes.Krishna Gudipati2010-03-079-59/+178
| * [SCSI] bfa: Fix to copy fpma MAC when requested by user space application.Krishna Gudipati2010-03-074-4/+20
| * [SCSI] bfa: RPORT state machine: direct attach mode fix.Krishna Gudipati2010-03-071-4/+11
| * [SCSI] bfa: Replace bfa_assert() with bfa_sm_fault()Krishna Gudipati2010-03-0714-146/+146
| * [SCSI] bfa: Clear LL_HALT and PSS_ERR bit when IOC crashes.Krishna Gudipati2010-03-076-4/+70
| * [SCSI] bfa: IOC changes: Support faster recovery and split bfa_ioc.c into ASI...Krishna Gudipati2010-03-0712-459/+859
| * [SCSI] bfa: Resume BFA operations after firmware mismatch is resolved.Krishna Gudipati2010-03-047-59/+192
| * [SCSI] bfa: Fix to allow creation of only 190 vports on CNA.Krishna Gudipati2010-03-046-26/+24
| * [SCSI] bfa: New interface to handle firmware upgrade scenarioKrishna Gudipati2010-03-0415-110/+47
| * [SCSI] bfa: Changes to support FDMI Driver ParameterKrishna Gudipati2010-03-044-1/+43
| * [SCSI] bfa: Enable new halt interrupt in BFA.Krishna Gudipati2010-03-042-3/+5
| * [SCSI] bfa: Enable IOC auto-recovery and IOC type fix.Krishna Gudipati2010-03-042-5/+6
| * [SCSI] bfa: Defined a new LPS event to clear virtual link on a vportKrishna Gudipati2010-03-045-3/+97
| * [SCSI] bfa: Added separate MSI-X module parameters.Krishna Gudipati2010-03-042-3/+11
* | Fix typos in commentsThomas Weber2010-03-162-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-093-4/+4
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2009-12-073-4/+4
| |\
| | * tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder2009-12-041-2/+2
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-042-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-12-0953-539/+324
|\ \ \ | |/ / |/| |
| * | [SCSI] bfa: fixed checkpatch errors for bfad filesJing Huang2009-12-0453-539/+324
| |/
* | [SCSI] bfa: declare MODULE_FIRMWAREBen Hutchings2009-11-111-0/+2
* | [SCSI] bfa: fix test in bfad_os_fc_host_init()Roel Kluin2009-11-031-1/+1
|/
* [SCSI] bfa: Brocade BFA FC SCSI driverJing Huang2009-10-02195-0/+49171
OpenPOWER on IntegriCloud