summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] libfc: Check if exchange is completed when receiving a sequenceSteve Ma2009-06-081-0/+4
* [SCSI] libfc: use DID_ERROR when we have internall aborted commandMike Christie2009-06-081-1/+1
* [SCSI] libfc,fcoe,fnic: Separate rport and lport max retry countsAbhijeet Joglekar2009-05-231-1/+1
* [SCSI] fcoe, libfc: fix function declarations to be ANSI-compliantRandy Dunlap2009-05-201-2/+2
* [SCSI] libfc: Fix compilation warnings with allmodconfigRobert Love2009-04-273-6/+5
* [SCSI] libfc: whenever queueing delete ev for rport, set state to NONEAbhijeet Joglekar2009-04-271-0/+4
* [SCSI] libfc: Change state to NONE in fc_lport_destroyAbhijeet Joglekar2009-04-271-0/+5
* [SCSI] libfc: During fabric logoff, flush the rport Q after logging off dns portAbhijeet Joglekar2009-04-271-4/+5
* [SCSI] libfc: Track rogue remote portsAbhijeet Joglekar2009-04-272-11/+53
* [SCSI] libfc: Do not retry if the new state is not the same as old stateAbhijeet Joglekar2009-04-272-45/+63
* [SCSI] libfc: Hold disc mutex while processing gpn ft respAbhijeet Joglekar2009-04-271-3/+15
* [SCSI] fcoe, libfc: add libfcoe moduleVasu Dev2009-04-031-1/+1
* [SCSI] fcoe: Use per-CPU kernel function for dev_stats instead of an arrayRobert Love2009-04-032-8/+11
* [SCSI] libfc: add support of large receive offload by ddp in fc_fcpYi Zou2009-03-132-2/+63
* [SCSI] libfc: use lso_max for sequence offloadYi Zou2009-03-131-1/+7
* [SCSI] libfc: Correct use of ! and &Julia Lawall2009-03-121-1/+1
* [SCSI] Remove SUGGEST flagsMartin K. Petersen2009-03-121-3/+3
* [SCSI] libfc: fix compile warningFUJITA Tomonori2009-03-122-3/+4
* [SCSI] libfc: do not change the fh_rx_id of a recevied frameYi Zou2009-03-101-13/+0
* [SCSI] libfc, fcoe: Cleanup function formatting and minor typosRobert Love2009-03-102-7/+7
* [SCSI] libfc, fcoe: Fix kerneldoc commentsRobert Love2009-03-104-107/+107
* [SCSI] libfc: check for err when recv and state is incorrectRobert Love2009-03-062-40/+40
* [SCSI] libfc: rename rp to rdata in fc_disc_new_target()Robert Love2009-03-061-4/+4
* [SCSI] libfc: correct RPORT_TO_PRIV usageRobert Love2009-03-061-2/+2
* [SCSI] libfc: Don't violate transport template for rogue port creationRobert Love2009-03-063-5/+8
* [SCSI] libfc: exch mgr is freed while lport still retrying sequencesSteve Ma2009-03-061-0/+2
* [SCSI] libfc: fixed a read IO data integrity issue when a IO data frame lostVasu Dev2009-03-061-3/+3
* [SCSI] libfc: rport retry on LS_RJT from certain ELSChris Leech2009-03-062-49/+64
* [SCSI] libfc, fcoe: fixed locking issues with lport->lp_mutex around lport->l...Vasu Dev2009-03-062-32/+8
* [SCSI] libfc: fixed a soft lockup issue in fc_exch_recv_abtsVasu Dev2009-03-061-1/+1
* [SCSI] libfc: handle RRQ exch timeoutVasu Dev2009-03-061-1/+1
* [SCSI] libfc: when rport goes away (re-plogi), clean up exchanges to/from rportAbhijeet Joglekar2009-03-061-1/+6
* [SCSI] libfc: Pass lport in exch_mgr_resetAbhijeet Joglekar2009-03-063-5/+6
* [SCSI] libfc: A modular Fibre Channel libraryRobert Love2008-12-298-0/+8013