aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-25[SCSI] bfa: fix system crash when reading sysfs fc_host statisticsKrishna Gudipati1-0/+22
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds8-86/+287
2010-05-01[SCSI] bfa: fix compilation warning in powerpcJing Huang1-4/+4
2010-04-23Merge branch 'master' into for-nextJiri Kosina89-2438/+3491
2010-04-11[SCSI] bfa: sg addr big endian fixJing Huang2-2/+17
2010-04-11[SCSI] bfa: protect idr using bfad_mutexJing Huang3-5/+11
2010-04-11[SCSI] bfa: use pci_iomap() and pci_iounmap()Jing Huang2-9/+1
2010-04-11[SCSI] bfa: fix the issue of not handling scsi_cmnd sg chaining caseJing Huang2-34/+17
2010-04-11[SCSI] bfa: add fc transport class based vport create/deleteJing Huang5-33/+239
2010-04-11[SCSI] bfa: eliminate useless codeJulia Lawall1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-0/+4
2010-03-16Fix typos in commentsThomas Weber2-3/+3
2010-03-07[SCSI] bfa: Update the driver version to 2.1.2.1.Krishna Gudipati1-1/+1
2010-03-07[SCSI] bfa: Remove unused header files and did some cleanup.Krishna Gudipati13-238/+24
2010-03-07[SCSI] bfa: Handle SCSI IO underrun case.Krishna Gudipati1-2/+12
2010-03-07[SCSI] bfa: FCS and include file changes.Krishna Gudipati5-35/+22
2010-03-07[SCSI] bfa: Modified the portstats get/clear logicKrishna Gudipati7-706/+405
2010-03-07[SCSI] bfa: Replace bfa_get_attr() with specific APIsKrishna Gudipati15-215/+195
2010-03-07[SCSI] bfa: New portlog entries for events (FIP/FLOGI/FDISC/LOGO).Krishna Gudipati4-8/+66
2010-03-07[SCSI] bfa: Rename pport to fcport in BFA FCS.Krishna Gudipati25-735/+1103
2010-03-07[SCSI] bfa: IOC fixes, check for IOC down condition.Krishna Gudipati2-3/+18
2010-03-07[SCSI] bfa: In MSIX mode, ignore spurious RME interrupts when FCoE ports are in FW mismatch state.Krishna Gudipati2-27/+17
2010-03-07[SCSI] bfa: Fix Command Queue (CPE) full condition check and ack CPE interrupt.Krishna Gudipati5-24/+74
2010-03-07[SCSI] bfa: IOC recovery fix in fcmode.Krishna Gudipati1-4/+13
2010-03-07[SCSI] bfa: AEN and byte alignment fixes.Krishna Gudipati9-64/+73
2010-03-07[SCSI] bfa: Introduce a link notification state machine.Krishna Gudipati2-15/+230
2010-03-07[SCSI] bfa: Added firmware save clear feature for BFA driver.Krishna Gudipati4-1/+20
2010-03-07[SCSI] bfa: FCS authentication related changes.Krishna Gudipati5-2/+33
2010-03-07[SCSI] bfa: PCI VPD, FIP and include file changes.Krishna Gudipati9-59/+178
2010-03-07[SCSI] bfa: Fix to copy fpma MAC when requested by user space application.Krishna Gudipati4-4/+20
2010-03-07[SCSI] bfa: RPORT state machine: direct attach mode fix.Krishna Gudipati1-4/+11
2010-03-07[SCSI] bfa: Replace bfa_assert() with bfa_sm_fault()Krishna Gudipati14-146/+146
2010-03-07[SCSI] bfa: Clear LL_HALT and PSS_ERR bit when IOC crashes.Krishna Gudipati6-4/+70
2010-03-07[SCSI] bfa: IOC changes: Support faster recovery and split bfa_ioc.c into ASIC specific code.Krishna Gudipati12-459/+859
2010-03-04[SCSI] bfa: Resume BFA operations after firmware mismatch is resolved.Krishna Gudipati7-59/+192
2010-03-04[SCSI] bfa: Fix to allow creation of only 190 vports on CNA.Krishna Gudipati6-26/+24
2010-03-04[SCSI] bfa: New interface to handle firmware upgrade scenarioKrishna Gudipati15-110/+47
2010-03-04[SCSI] bfa: Changes to support FDMI Driver ParameterKrishna Gudipati4-1/+43
2010-03-04[SCSI] bfa: Enable new halt interrupt in BFA.Krishna Gudipati2-3/+5
2010-03-04[SCSI] bfa: Enable IOC auto-recovery and IOC type fix.Krishna Gudipati2-5/+6
2010-03-04[SCSI] bfa: Defined a new LPS event to clear virtual link on a vportKrishna Gudipati5-3/+97
2010-03-04[SCSI] bfa: Added separate MSI-X module parameters.Krishna Gudipati2-3/+11
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-4/+4
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds53-539/+324
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina3-4/+4
2009-12-04tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder1-2/+2
2009-12-04[SCSI] bfa: fixed checkpatch errors for bfad filesJing Huang53-539/+324
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2-2/+2
2009-11-11[SCSI] bfa: declare MODULE_FIRMWAREBen Hutchings1-0/+2
2009-11-03[SCSI] bfa: fix test in bfad_os_fc_host_init()Roel Kluin1-1/+1