aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-10[SCSI] libfc: send GPN_ID in reaction to single-port RSCNs.Joe Eykholt3-27/+128
2009-09-10[SCSI] libfc: fix handling of incoming Discover Address (ADISC) requestsJoe Eykholt2-53/+48
2009-09-10[SCSI] libfc: use ADISC to verify rport login stateJoe Eykholt3-5/+139
2009-09-10[SCSI] libfc: LOGO response code had extraeous enter_rtvJoe Eykholt1-6/+4
2009-09-10[SCSI] libfc: re-login to remote ports that send us LOGOJoe Eykholt1-2/+11
2009-09-10[SCSI] libfc: fix rport error handling for login-required and invalid opsJoe Eykholt1-49/+88
2009-09-10[SCSI] libfc: correctly handle incoming PLOGI request.Joe Eykholt1-92/+93
2009-09-10[SCSI] libfc: improve debug messages for ELS response handlersJoe Eykholt4-14/+57
2009-09-10[SCSI] libfc: fix: rport_recv_req needs disc_mutex when calling rport_lookupJoe Eykholt1-0/+3
2009-09-10[SCSI] libfc: move remote port lookup for ELS requests into fc_rport.c.Joe Eykholt3-66/+44
2009-09-10[SCSI] libfc: Always reset remote port roles when receiving PRLIRobert Love1-0/+6
2009-09-10[SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_createRobert Love4-42/+32
2009-09-10[SCSI] libfc: don't do discovery before callback is setJoe Eykholt1-0/+3
2009-09-10[SCSI] libfc: clean up point-to-point discovery code.Joe Eykholt2-93/+4
2009-09-10[SCSI] libfc: discovery gpn_ft parse bugJoe Eykholt1-3/+4
2009-09-10[SCSI] libfc: discovery retry should clear pending first.Joe Eykholt1-2/+2
2009-09-10[SCSI] libfc: fix: empty zone causes endless discovery retries.Joe Eykholt2-0/+4
2009-09-10[SCSI] libfc: handle discovery failure more correctly.Joe Eykholt1-0/+3
2009-09-10[SCSI] libfc: rearrange code in fc_disc_gpn_ft_resp()Joe Eykholt1-16/+12
2009-09-10[SCSI] libfc: discovery restart sequence error fixJoe Eykholt1-2/+1
2009-09-10[SCSI] libfc: do not log off rports before or after discoveryJoe Eykholt2-13/+37
2009-09-10[SCSI] libfc: move rport_lookup into fc_rport.cJoe Eykholt2-22/+20
2009-09-10[SCSI] libfc: change to make remote port callback optionalJoe Eykholt2-44/+5
2009-09-10[SCSI] libfc: have rport_create do a lookup for pre-existing rports firstJoe Eykholt2-6/+7
2009-09-10[SCSI] libfc: make rport module maintain the rport listJoe Eykholt3-18/+15
2009-09-10[SCSI] libfc: simplify fc_lport_rport_callbackJoe Eykholt1-28/+15
2009-09-10[SCSI] libfc: rport debug messages were printing pointer valuesJoe Eykholt1-1/+2
2009-09-10[SCSI] libfc: remove unused disc->delay elementJoe Eykholt2-4/+0
2009-09-10[SCSI] libfc: eliminate disc->eventJoe Eykholt2-20/+12
2009-09-10[SCSI] libfc: fix rport event race between READY and LOGOJoe Eykholt1-3/+1
2009-09-10[SCSI] libfc: don't create dummy (rogue) remote portsJoe Eykholt3-142/+92
2009-09-10[SCSI] libfc: rename rport event CREATED to READYJoe Eykholt4-6/+6
2009-09-10[SCSI] libfc: rearrange code in fc_rport_workJoe Eykholt1-9/+15
2009-09-10[SCSI] libfc: make rport structure optionalJoe Eykholt4-101/+98
2009-09-10[SCSI] libfc: change elsct to use FC_ID instead of rdataJoe Eykholt7-39/+24
2009-09-10[SCSI] libfc: make fc_rport_priv the primary rport interface.Joe Eykholt7-279/+245
2009-09-10[SCSI] libfc: fix RPORT_TO_PRIV and PRIV_TO_RPORT() macros.Joe Eykholt1-2/+2
2009-09-10[SCSI] libfc: change interface for rport_createJoe Eykholt4-44/+35
2009-09-10[SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_privJoe Eykholt4-41/+49
2009-09-10[SCSI] fcoe: use rtnl mutex in place of hostlist lockChris Leech1-26/+11
2009-09-10[SCSI] fcoe: Fix module ref count bug by adding NETDEV UNREGISTER handlingChris Leech2-121/+67
2009-09-10[SCSI] fcoe: move the host-list add/remove to keep out VN_PortsChris Leech1-12/+19
2009-09-10[SCSI] fcoe: add mutex to protect create and destroyChris Leech1-1/+39
2009-09-10[SCSI] fcoe: split out per interface setupChris Leech1-119/+148
2009-09-10[SCSI] fcoe: fcoe_interface create, destroy and refcountingChris Leech2-19/+79
2009-09-10[SCSI] fcoe: remove fcoe_interface->priv pointerChris Leech2-5/+0
2009-09-10[SCSI] fcoe: move offload exchange manager pointer from fcoe_port to fcoe_interfaceChris Leech2-9/+7
2009-09-10[SCSI] fcoe: move FIP controller from fcoe_port to fcoe_interfaceChris Leech2-48/+39
2009-09-10[SCSI] fcoe: move packet handlers from fcoe_port to fcoe_interfaceChris Leech2-14/+18
2009-09-10[SCSI] fcoe: move netdev to fcoe_interfaceChris Leech2-32/+38