index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
bfa
/
bfad.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SCSI] bfa: fix strncpy() limiter in bfad_start_ops()
Dan Carpenter
2013-01-30
1
-1
/
+1
*
Drivers: scsi: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-1
/
+1
*
[SCSI] bfa: Firmware image naming convention update
Krishna Gudipati
2012-10-07
1
-3
/
+3
*
[SCSI] bfa: Add support for max target ports discovery
Krishna Gudipati
2012-09-24
1
-0
/
+4
*
[SCSI] bfa: Add PowerPC support and enable PCIE AER handling.
Krishna Gudipati
2012-09-24
1
-6
/
+226
*
[SCSI] bfa: squelch lockdep complaint with a spin_lock_init
Kyle McMartin
2012-07-20
1
-0
/
+2
*
[SCSI] bfa: Fix to defer vport delete handler invocation till firmware logo r...
Krishna Gudipati
2012-04-25
1
-17
/
+0
*
[SCSI] bfa: Implement LUN Masking feature using the SCSI Slave Callouts.
Krishna Gudipati
2012-01-10
1
-0
/
+2
*
[SCSI] bfa: Add FC-transport based Asynchronous Event Notification support.
Krishna Gudipati
2011-07-27
1
-1
/
+7
*
[SCSI] bfa: Driver and BSG enhancements.
Krishna Gudipati
2011-06-29
1
-1
/
+15
*
[SCSI] bfa: FCS bug fixes.
Krishna Gudipati
2011-06-29
1
-5
/
+0
*
[SCSI] bfa: DMA memory allocation enhancement.
Krishna Gudipati
2011-06-29
1
-95
/
+54
*
[SCSI] bfa: Brocade-1860 Fabric Adapter PLL init fixes.
Krishna Gudipati
2011-06-29
1
-2
/
+13
*
[SCSI] bfa: Enable ASIC block configuration and query.
Krishna Gudipati
2011-06-29
1
-0
/
+1
*
[SCSI] bfa: Driver initialization and model description fix
Krishna Gudipati
2011-06-29
1
-9
/
+27
*
[SCSI] bfa: FC credit recovery and misc bug fixes.
Krishna Gudipati
2011-06-29
1
-0
/
+5
*
[SCSI] bfa: Brocade-1860 Fabric Adapter 16Gbs support and flash controller fi...
Krishna Gudipati
2011-06-29
1
-2
/
+1
*
[SCSI] bfa: Brocade-1860 Fabric Adapter Hardware Enablement
Krishna Gudipati
2011-06-29
1
-35
/
+46
*
[SCSI] bfa: Move debugfs initialization before bfa init.
Krishna Gudipati
2011-05-01
1
-8
/
+14
*
[SCSI] bfa: firmware download fix
Jing Huang
2011-05-01
1
-10
/
+29
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
[SCSI] bfa: remove inactive functions
Jing Huang
2010-12-31
1
-1
/
+0
*
[SCSI] bfa: replace bfa_assert with WARN_ON
Jing Huang
2010-12-31
1
-1
/
+1
*
[SCSI] bfa: remove all OS wrappers
Maggie Zhang
2010-12-21
1
-5
/
+4
*
[SCSI] bfa: clean up one line functions
Maggie Zhang
2010-12-21
1
-11
/
+11
*
[SCSI] bfa: fix regular sparse check warnings.
Maggie
2010-12-21
1
-2
/
+2
*
[SCSI] bfa: rename log_level to bfa_log_level
Jing Huang
2010-12-20
1
-4
/
+4
*
[SCSI] bfa: fix comments for c files
Jing Huang
2010-10-25
1
-16
/
+16
*
[SCSI] bfa: fix frame size over 1024 compile warning
Jing Huang
2010-10-25
1
-17
/
+0
*
[SCSI] bfa: remove os wrapper and unused functions
Jing Huang
2010-10-25
1
-24
/
+0
*
[SCSI] bfa: cleanup driver
Krishna Gudipati
2010-09-16
1
-543
/
+812
*
param: simple locking for sysfs-writable charp parameters
Rusty Russell
2010-08-11
1
-0
/
+2
*
[SCSI] bfa: add debugfs support
Jing Huang
2010-07-27
1
-0
/
+12
*
[SCSI] bfa: add description for module parameters
Jing Huang
2010-07-27
1
-3
/
+30
*
[SCSI] bfa: PBC vport create
Jing Huang
2010-07-27
1
-5
/
+56
*
[SCSI] bfa: enable new hardware
Jing Huang
2010-07-27
1
-0
/
+8
*
[SCSI] bfa: protect idr using bfad_mutex
Jing Huang
2010-04-11
1
-1
/
+1
*
[SCSI] bfa: use pci_iomap() and pci_iounmap()
Jing Huang
2010-04-11
1
-8
/
+1
*
[SCSI] bfa: add fc transport class based vport create/delete
Jing Huang
2010-04-11
1
-5
/
+5
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
[SCSI] bfa: Replace bfa_get_attr() with specific APIs
Krishna Gudipati
2010-03-07
1
-3
/
+1
*
[SCSI] bfa: Rename pport to fcport in BFA FCS.
Krishna Gudipati
2010-03-07
1
-1
/
+1
*
[SCSI] bfa: AEN and byte alignment fixes.
Krishna Gudipati
2010-03-07
1
-8
/
+1
*
[SCSI] bfa: Resume BFA operations after firmware mismatch is resolved.
Krishna Gudipati
2010-03-04
1
-40
/
+149
*
[SCSI] bfa: New interface to handle firmware upgrade scenario
Krishna Gudipati
2010-03-04
1
-1
/
+2
*
[SCSI] bfa: Changes to support FDMI Driver Parameter
Krishna Gudipati
2010-03-04
1
-0
/
+3
*
[SCSI] bfa: fixed checkpatch errors for bfad files
Jing Huang
2009-12-04
1
-3
/
+3
*
[SCSI] bfa: Brocade BFA FC SCSI driver
Jing Huang
2009-10-02
1
-0
/
+1182