summaryrefslogtreecommitdiffstats
path: root/src/net/fc.c
Commit message (Expand)AuthorAgeFilesLines
* [build] Fix the REQUIRE_SYMBOL mechanismMichael Brown2015-03-051-0/+3
* [build] Use REQUIRE_OBJECT() to drag in per-object configurationMichael Brown2015-03-051-0/+3
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [list] Tidy up naming convention for list_contains() and friendsMichael Brown2011-10-141-1/+1
* [fc] Send xfer_window_changed() when FCP link is establishedMichael Brown2011-06-281-12/+32
* [fc] Maintain a list of Fibre Channel upper-layer protocol usersMichael Brown2011-06-281-14/+30
* [fc] Allow Fibre Channel ports to be explicitly namedMichael Brown2010-11-271-5/+3Star
* [fc] Add support for Fibre Channel name server lookupsMichael Brown2010-11-081-38/+120
* [fc] Hold ULP's peer reference while ULP existsMichael Brown2010-11-081-7/+14
* [fc] Allow peers and ULPs to log out when usage count reaches zeroMichael Brown2010-11-081-2/+2
* [fc] Hold reference to peers and ULPs while calling fc_link_examine()Michael Brown2010-11-081-4/+16
* [fc] Do not use the command reference number in FCP_CMND IUsMichael Brown2010-10-191-2/+2
* [fc] Use port WWN rather than node WWN as the primary Fibre Channel nameMichael Brown2010-10-151-31/+31
* [fc] Include port IDs in metadata for received Fibre Channel framesMichael Brown2010-10-071-0/+24
* [fc] Ignore fabric-assigned port ID for fabricless implicit logoutsMichael Brown2010-09-211-2/+3
* [fc] Allow FLOGI response to be sent to newly-assigned peer port IDMichael Brown2010-09-211-1/+4
* [fc] Maintain port, peer and ULP lists in order of creationMichael Brown2010-09-181-3/+3
* [fc] Add support for Fibre Channel devicesMichael Brown2010-09-151-0/+1773