aboutsummaryrefslogtreecommitdiff
path: root/src/net/fcp.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2011-06-28[process] Pass containing object pointer to process step() methodsMichael Brown1-5/+8
2011-06-28[fc] Send xfer_window_changed() when FCP link is establishedMichael Brown1-1/+24
2011-06-28[fc] Maintain a list of Fibre Channel upper-layer protocol usersMichael Brown1-18/+14
2010-11-08[fc] Support Fibre Channel ECHOMichael Brown1-5/+3
2010-11-08[fcp] Use EINVAL for URI parsing errors and EPROTO for protocol errorsMichael Brown1-4/+4
2010-11-03[fcp] Avoid quoting exchange ID before exchange is createdMichael Brown1-2/+2
2010-11-03[fcp] Fix potential memory leaks on error pathsMichael Brown1-0/+2
2010-10-19[fc] Do not use the command reference number in FCP_CMND IUsMichael Brown1-57/+58
2010-09-22[fcp] Add support for describing an FCP device using EDDMichael Brown1-4/+68
2010-09-15[fcp] Add support for the Fibre Channel ProtocolMichael Brown1-0/+1005