aboutsummaryrefslogtreecommitdiff
path: root/src/net/fc.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2011-10-14[list] Tidy up naming convention for list_contains() and friendsMichael Brown1-1/+1
2011-06-28[fc] Send xfer_window_changed() when FCP link is establishedMichael Brown1-12/+32
2011-06-28[fc] Maintain a list of Fibre Channel upper-layer protocol usersMichael Brown1-14/+30
2010-11-27[fc] Allow Fibre Channel ports to be explicitly namedMichael Brown1-5/+3
2010-11-08[fc] Add support for Fibre Channel name server lookupsMichael Brown1-38/+120
2010-11-08[fc] Hold ULP's peer reference while ULP existsMichael Brown1-7/+14
2010-11-08[fc] Allow peers and ULPs to log out when usage count reaches zeroMichael Brown1-2/+2
2010-11-08[fc] Hold reference to peers and ULPs while calling fc_link_examine()Michael Brown1-4/+16
2010-10-19[fc] Do not use the command reference number in FCP_CMND IUsMichael Brown1-2/+2
2010-10-15[fc] Use port WWN rather than node WWN as the primary Fibre Channel nameMichael Brown1-31/+31
2010-10-07[fc] Include port IDs in metadata for received Fibre Channel framesMichael Brown1-0/+24
2010-09-21[fc] Ignore fabric-assigned port ID for fabricless implicit logoutsMichael Brown1-2/+3
2010-09-21[fc] Allow FLOGI response to be sent to newly-assigned peer port IDMichael Brown1-1/+4
2010-09-18[fc] Maintain port, peer and ULP lists in order of creationMichael Brown1-3/+3
2010-09-15[fc] Add support for Fibre Channel devicesMichael Brown1-0/+1773