aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-27[SCSI] bfa: add debugfs supportJing Huang4-2/+571
2010-07-27[SCSI] bfa: update driver version stringJing Huang1-1/+1
2010-07-27[SCSI] bfa: vport fixesJing Huang3-3/+18
2010-07-27[SCSI] bfa: fix wrong arg to callbackJing Huang1-2/+2
2010-07-27[SCSI] bfa: add ioc state checkingJing Huang1-0/+3
2010-07-27[SCSI] bfa: add description for module parametersJing Huang2-3/+34
2010-07-27[SCSI] bfa: update to support BOFMJing Huang4-28/+36
2010-07-27[SCSI] bfa: fix possible IO double completionJing Huang1-0/+34
2010-07-27[SCSI] bfa: fix link state structureJing Huang2-25/+12
2010-07-27[SCSI] bfa: add dynamic queue selectionJing Huang14-19/+117
2010-07-27[SCSI] bfa: fix uf post and rport fcpim state machineJing Huang5-10/+89
2010-07-27[SCSI] bfa: fix chip and memory initializationJing Huang2-0/+28
2010-07-27[SCSI] bfa: update to support firmware configuationJing Huang8-8/+112
2010-07-27[SCSI] bfa: add PBC port disable handlingJing Huang2-5/+36
2010-07-27[SCSI] bfa: fix prli retry issuesJing Huang4-5/+15
2010-07-27[SCSI] bfa: fix rport speed settingJing Huang3-12/+30
2010-07-27[SCSI] bfa: fix interrupt coalescing settingJing Huang1-13/+30
2010-07-27[SCSI] bfa: use standards defined timeout for ELS/CTJing Huang10-21/+56
2010-07-27[SCSI] bfa: statistics and typo fixJing Huang16-55/+105
2010-07-27[SCSI] bfa: ioc attributes fixJing Huang10-47/+86
2010-07-27[SCSI] bfa: vport state machine fixJing Huang1-4/+5
2010-07-27[SCSI] bfa: PBC vport createJing Huang15-34/+179
2010-07-27[SCSI] bfa: enable basic PBC supportJing Huang19-127/+154
2010-07-27[SCSI] bfa: enable new hardwareJing Huang14-115/+155
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