aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-10[SCSI] libfc: change interface for rport_createJoe Eykholt3-41/+33
2009-09-10[SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_privJoe Eykholt3-40/+40
2009-09-05[SCSI] fcoe, libfc: fully makes use of per cpu exch pool and then removes em_lockVasu Dev1-89/+100
2009-09-05[SCSI] fcoe, libfc: adds per cpu exch pool within exchange manager(EM)Vasu Dev1-3/+86
2009-09-05[SCSI] libfc: Fix misleading debug statementRobert Love1-1/+3
2009-08-22[SCSI] libfc: Remove page flags check for sglistYi Zou1-27/+0
2009-08-22[SCSI] libfc: Remove FC_FRAME_SG_LEN in fc_fcp_send_dataYi Zou1-2/+0
2009-08-22[SCSI] fcoe, libfc: adds offload EM per eth device with only single xid range per EMVasu Dev1-76/+18
2009-08-22[SCSI] fcoe, fnic, libfc: modifies current code paths to use EM anchor listVasu Dev1-74/+117
2009-08-22[SCSI] libfc: Remove the FC_EM_DBG macroRobert Love1-7/+6
2009-08-22[SCSI] fcoe, libfc: adds exchange manager(EM) anchor list per lport and related APIsVasu Dev2-0/+49
2009-08-22[SCSI] libfc: fix: cancel rport retry timerJoe Eykholt1-2/+1
2009-08-22[SCSI] libfc: fc_rport_logoff should not drop the lockJoe Eykholt1-22/+38
2009-08-22[SCSI] libfc: rename rport state "NONE" to "DELETE".Joe Eykholt1-14/+14
2009-08-22[SCSI] libfc: fix WARNING from fc_seq_start_next on closed exchangesJoe Eykholt1-1/+0
2009-08-22[SCSI] libfc: in fc_lport_destroy, flush rports after turning off linkJoe Eykholt1-1/+5
2009-08-22[SCSI] libfc: stop login after fabric logoffJoe Eykholt1-8/+34
2009-08-22[SCSI] libfc: rename lport NONE state to DISABLEDJoe Eykholt2-7/+7
2009-07-30[SCSI] libfc: fix a circular locking warning during sending RRQVasu Dev1-8/+15
2009-06-21libfc: Add runtime debugging with debug_logging module parameterRobert Love5-279/+235
2009-06-08[SCSI] libfc: Check if exchange is completed when receiving a sequenceSteve Ma1-0/+4
2009-06-08[SCSI] libfc: use DID_ERROR when we have internall aborted commandMike Christie1-1/+1
2009-05-23[SCSI] libfc,fcoe,fnic: Separate rport and lport max retry countsAbhijeet Joglekar1-1/+1
2009-05-20[SCSI] fcoe, libfc: fix function declarations to be ANSI-compliantRandy Dunlap1-2/+2
2009-04-27[SCSI] libfc: Fix compilation warnings with allmodconfigRobert Love3-6/+5
2009-04-27[SCSI] libfc: whenever queueing delete ev for rport, set state to NONEAbhijeet Joglekar1-0/+4
2009-04-27[SCSI] libfc: Change state to NONE in fc_lport_destroyAbhijeet Joglekar1-0/+5
2009-04-27[SCSI] libfc: During fabric logoff, flush the rport Q after logging off dns portAbhijeet Joglekar1-4/+5
2009-04-27[SCSI] libfc: Track rogue remote portsAbhijeet Joglekar2-11/+53
2009-04-27[SCSI] libfc: Do not retry if the new state is not the same as old stateAbhijeet Joglekar2-45/+63
2009-04-27[SCSI] libfc: Hold disc mutex while processing gpn ft respAbhijeet Joglekar1-3/+15
2009-04-03[SCSI] fcoe, libfc: add libfcoe moduleVasu Dev1-1/+1
2009-04-03[SCSI] fcoe: Use per-CPU kernel function for dev_stats instead of an arrayRobert Love2-8/+11
2009-03-13[SCSI] libfc: add support of large receive offload by ddp in fc_fcpYi Zou2-2/+63
2009-03-13[SCSI] libfc: use lso_max for sequence offloadYi Zou1-1/+7
2009-03-12[SCSI] libfc: Correct use of ! and &Julia Lawall1-1/+1
2009-03-12[SCSI] Remove SUGGEST flagsMartin K. Petersen1-3/+3
2009-03-12[SCSI] libfc: fix compile warningFUJITA Tomonori2-3/+4
2009-03-10[SCSI] libfc: do not change the fh_rx_id of a recevied frameYi Zou1-13/+0
2009-03-10[SCSI] libfc, fcoe: Cleanup function formatting and minor typosRobert Love2-7/+7
2009-03-10[SCSI] libfc, fcoe: Fix kerneldoc commentsRobert Love4-107/+107
2009-03-06[SCSI] libfc: check for err when recv and state is incorrectRobert Love2-40/+40
2009-03-06[SCSI] libfc: rename rp to rdata in fc_disc_new_target()Robert Love1-4/+4
2009-03-06[SCSI] libfc: correct RPORT_TO_PRIV usageRobert Love1-2/+2
2009-03-06[SCSI] libfc: Don't violate transport template for rogue port creationRobert Love3-5/+8
2009-03-06[SCSI] libfc: exch mgr is freed while lport still retrying sequencesSteve Ma1-0/+2
2009-03-06[SCSI] libfc: fixed a read IO data integrity issue when a IO data frame lostVasu Dev1-3/+3
2009-03-06[SCSI] libfc: rport retry on LS_RJT from certain ELSChris Leech2-49/+64
2009-03-06[SCSI] libfc, fcoe: fixed locking issues with lport->lp_mutex around lport->link_statusVasu Dev2-32/+8
2009-03-06[SCSI] libfc: fixed a soft lockup issue in fc_exch_recv_abtsVasu Dev1-1/+1