| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | [SCSI] bfa: update to support BOFM | Jing Huang | 2010-07-27 | 4 | -28/+36 |
* | | | [SCSI] bfa: fix possible IO double completion | Jing Huang | 2010-07-27 | 1 | -0/+34 |
* | | | [SCSI] bfa: fix link state structure | Jing Huang | 2010-07-27 | 2 | -25/+12 |
* | | | [SCSI] bfa: add dynamic queue selection | Jing Huang | 2010-07-27 | 14 | -19/+117 |
* | | | [SCSI] bfa: fix uf post and rport fcpim state machine | Jing Huang | 2010-07-27 | 5 | -10/+89 |
* | | | [SCSI] bfa: fix chip and memory initialization | Jing Huang | 2010-07-27 | 2 | -0/+28 |
* | | | [SCSI] bfa: update to support firmware configuation | Jing Huang | 2010-07-27 | 8 | -8/+112 |
* | | | [SCSI] bfa: add PBC port disable handling | Jing Huang | 2010-07-27 | 2 | -5/+36 |
* | | | [SCSI] bfa: fix prli retry issues | Jing Huang | 2010-07-27 | 4 | -5/+15 |
* | | | [SCSI] bfa: fix rport speed setting | Jing Huang | 2010-07-27 | 3 | -12/+30 |
* | | | [SCSI] bfa: fix interrupt coalescing setting | Jing Huang | 2010-07-27 | 1 | -13/+30 |
* | | | [SCSI] bfa: use standards defined timeout for ELS/CT | Jing Huang | 2010-07-27 | 10 | -21/+56 |
* | | | [SCSI] bfa: statistics and typo fix | Jing Huang | 2010-07-27 | 16 | -55/+105 |
* | | | [SCSI] bfa: ioc attributes fix | Jing Huang | 2010-07-27 | 10 | -47/+86 |
* | | | [SCSI] bfa: vport state machine fix | Jing Huang | 2010-07-27 | 1 | -4/+5 |
* | | | [SCSI] bfa: PBC vport create | Jing Huang | 2010-07-27 | 15 | -34/+179 |
* | | | [SCSI] bfa: enable basic PBC support | Jing Huang | 2010-07-27 | 19 | -127/+154 |
* | | | [SCSI] bfa: enable new hardware | Jing Huang | 2010-07-27 | 14 | -115/+155 |
| |/
|/| |
|
* | | [SCSI] bfa: fix system crash when reading sysfs fc_host statistics | Krishna Gudipati | 2010-05-25 | 1 | -0/+22 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2010-05-21 | 8 | -86/+287 |
|\ |
|
| * | [SCSI] bfa: fix compilation warning in powerpc | Jing Huang | 2010-05-01 | 1 | -4/+4 |
| * | [SCSI] bfa: sg addr big endian fix | Jing Huang | 2010-04-11 | 2 | -2/+17 |
| * | [SCSI] bfa: protect idr using bfad_mutex | Jing Huang | 2010-04-11 | 3 | -5/+11 |
| * | [SCSI] bfa: use pci_iomap() and pci_iounmap() | Jing Huang | 2010-04-11 | 2 | -9/+1 |
| * | [SCSI] bfa: fix the issue of not handling scsi_cmnd sg chaining case | Jing Huang | 2010-04-11 | 2 | -34/+17 |
| * | [SCSI] bfa: add fc transport class based vport create/delete | Jing Huang | 2010-04-11 | 5 | -33/+239 |
| * | [SCSI] bfa: eliminate useless code | Julia Lawall | 2010-04-11 | 1 | -1/+0 |
* | | Merge branch 'master' into for-next | Jiri Kosina | 2010-04-23 | 89 | -2438/+3491 |
|\ \
| |/ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 4 | -0/+4 |
| * | [SCSI] bfa: Update the driver version to 2.1.2.1. | Krishna Gudipati | 2010-03-07 | 1 | -1/+1 |
| * | [SCSI] bfa: Remove unused header files and did some cleanup. | Krishna Gudipati | 2010-03-07 | 13 | -238/+24 |
| * | [SCSI] bfa: Handle SCSI IO underrun case. | Krishna Gudipati | 2010-03-07 | 1 | -2/+12 |
| * | [SCSI] bfa: FCS and include file changes. | Krishna Gudipati | 2010-03-07 | 5 | -35/+22 |
| * | [SCSI] bfa: Modified the portstats get/clear logic | Krishna Gudipati | 2010-03-07 | 7 | -706/+405 |
| * | [SCSI] bfa: Replace bfa_get_attr() with specific APIs | Krishna Gudipati | 2010-03-07 | 15 | -215/+195 |
| * | [SCSI] bfa: New portlog entries for events (FIP/FLOGI/FDISC/LOGO). | Krishna Gudipati | 2010-03-07 | 4 | -8/+66 |
| * | [SCSI] bfa: Rename pport to fcport in BFA FCS. | Krishna Gudipati | 2010-03-07 | 25 | -735/+1103 |
| * | [SCSI] bfa: IOC fixes, check for IOC down condition. | Krishna Gudipati | 2010-03-07 | 2 | -3/+18 |
| * | [SCSI] bfa: In MSIX mode, ignore spurious RME interrupts when FCoE ports are ... | Krishna Gudipati | 2010-03-07 | 2 | -27/+17 |
| * | [SCSI] bfa: Fix Command Queue (CPE) full condition check and ack CPE interrupt. | Krishna Gudipati | 2010-03-07 | 5 | -24/+74 |
| * | [SCSI] bfa: IOC recovery fix in fcmode. | Krishna Gudipati | 2010-03-07 | 1 | -4/+13 |
| * | [SCSI] bfa: AEN and byte alignment fixes. | Krishna Gudipati | 2010-03-07 | 9 | -64/+73 |
| * | [SCSI] bfa: Introduce a link notification state machine. | Krishna Gudipati | 2010-03-07 | 2 | -15/+230 |
| * | [SCSI] bfa: Added firmware save clear feature for BFA driver. | Krishna Gudipati | 2010-03-07 | 4 | -1/+20 |
| * | [SCSI] bfa: FCS authentication related changes. | Krishna Gudipati | 2010-03-07 | 5 | -2/+33 |
| * | [SCSI] bfa: PCI VPD, FIP and include file changes. | Krishna Gudipati | 2010-03-07 | 9 | -59/+178 |
| * | [SCSI] bfa: Fix to copy fpma MAC when requested by user space application. | Krishna Gudipati | 2010-03-07 | 4 | -4/+20 |
| * | [SCSI] bfa: RPORT state machine: direct attach mode fix. | Krishna Gudipati | 2010-03-07 | 1 | -4/+11 |
| * | [SCSI] bfa: Replace bfa_assert() with bfa_sm_fault() | Krishna Gudipati | 2010-03-07 | 14 | -146/+146 |
| * | [SCSI] bfa: Clear LL_HALT and PSS_ERR bit when IOC crashes. | Krishna Gudipati | 2010-03-07 | 6 | -4/+70 |