[SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routines
[safe/jmp/linux-2.6] / drivers / scsi / libfc / fc_rport.c
2009-12-04 Robert Love[SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc interna...
2009-12-04 Joe Eykholt[SCSI] libfc: fix free of fc_rport_priv with timer...
2009-12-04 Chris Leech[SCSI] libfc: fix memory corruption caused by double...
2009-12-04 Robert Love[SCSI] libfc, fcoe: Don't EXPORT_SYMBOLS unnecessarily
2009-12-04 Joe Eykholt[SCSI] libfc: fix typo in retry check on received PRLI
2009-09-10 Joe Eykholt[SCSI] libfc: fix handling of incoming Discover Address...
2009-09-10 Joe Eykholt[SCSI] libfc: use ADISC to verify rport login state
2009-09-10 Joe Eykholt[SCSI] libfc: LOGO response code had extraeous enter_rtv
2009-09-10 Joe Eykholt[SCSI] libfc: re-login to remote ports that send us...
2009-09-10 Joe Eykholt[SCSI] libfc: fix rport error handling for login-requir...
2009-09-10 Joe Eykholt[SCSI] libfc: correctly handle incoming PLOGI request.
2009-09-10 Joe Eykholt[SCSI] libfc: improve debug messages for ELS response...
2009-09-10 Joe Eykholt[SCSI] libfc: fix: rport_recv_req needs disc_mutex...
2009-09-10 Joe Eykholt[SCSI] libfc: move remote port lookup for ELS requests...
2009-09-10 Robert Love[SCSI] libfc: Always reset remote port roles when recei...
2009-09-10 Robert Love[SCSI] libfc: Initialize fc_rport_identifiers inside...
2009-09-10 Joe Eykholt[SCSI] libfc: move rport_lookup into fc_rport.c
2009-09-10 Joe Eykholt[SCSI] libfc: change to make remote port callback optional
2009-09-10 Joe Eykholt[SCSI] libfc: have rport_create do a lookup for pre...
2009-09-10 Joe Eykholt[SCSI] libfc: make rport module maintain the rport...
2009-09-10 Joe Eykholt[SCSI] libfc: rport debug messages were printing pointe...
2009-09-10 Joe Eykholt[SCSI] libfc: fix rport event race between READY and...
2009-09-10 Joe Eykholt[SCSI] libfc: don't create dummy (rogue) remote ports
2009-09-10 Joe Eykholt[SCSI] libfc: rename rport event CREATED to READY
2009-09-10 Joe Eykholt[SCSI] libfc: rearrange code in fc_rport_work
2009-09-10 Joe Eykholt[SCSI] libfc: make rport structure optional
2009-09-10 Joe Eykholt[SCSI] libfc: change elsct to use FC_ID instead of...
2009-09-10 Joe Eykholt[SCSI] libfc: make fc_rport_priv the primary rport...
2009-09-10 Joe Eykholt[SCSI] libfc: change interface for rport_create
2009-09-10 Joe Eykholt[SCSI] libfc: prepare to split off struct fc_rport_priv...
2009-08-22 Joe Eykholt[SCSI] libfc: fix: cancel rport retry timer
2009-08-22 Joe Eykholt[SCSI] libfc: fc_rport_logoff should not drop the lock
2009-08-22 Joe Eykholt[SCSI] libfc: rename rport state "NONE" to "DELETE".
2009-06-21 Robert Lovelibfc: Add runtime debugging with debug_logging module...
2009-05-23 Abhijeet Joglekar[SCSI] libfc,fcoe,fnic: Separate rport and lport max...
2009-05-20 Randy Dunlap[SCSI] fcoe, libfc: fix function declarations to be...
2009-04-27 Robert Love[SCSI] libfc: Fix compilation warnings with allmodconfig
2009-04-27 Abhijeet Joglekar[SCSI] libfc: whenever queueing delete ev for rport...
2009-04-27 Abhijeet Joglekar[SCSI] libfc: Track rogue remote ports
2009-04-27 Abhijeet Joglekar[SCSI] libfc: Do not retry if the new state is not...
2009-03-12 FUJITA Tomonori[SCSI] libfc: fix compile warning
2009-03-10 Robert Love[SCSI] libfc, fcoe: Cleanup function formatting and...
2009-03-10 Robert Love[SCSI] libfc, fcoe: Fix kerneldoc comments
2009-03-06 Robert Love[SCSI] libfc: check for err when recv and state is...
2009-03-06 Robert Love[SCSI] libfc: Don't violate transport template for...
2009-03-06 Chris Leech[SCSI] libfc: rport retry on LS_RJT from certain ELS
2009-03-06 Abhijeet Joglekar[SCSI] libfc: when rport goes away (re-plogi), clean...
2009-03-06 Abhijeet Joglekar[SCSI] libfc: Pass lport in exch_mgr_reset
2008-12-29 Robert Love[SCSI] libfc: A modular Fibre Channel library