<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/net/fcels.c, branch v1.20.1</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/net/fcels.c?h=v1.20.1</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/net/fcels.c?h=v1.20.1'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2015-03-02T14:17:31+00:00</updated>
<entry>
<title>[legal] Relicense files under GPL2_OR_LATER_OR_UBDL</title>
<updated>2015-03-02T14:17:31+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2015-03-02T11:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=b6ee89ffb5029d02cb1d8668757fa2b74b11e0a3'/>
<id>urn:sha1:b6ee89ffb5029d02cb1d8668757fa2b74b11e0a3</id>
<content type='text'>
Relicense files for which I am the sole author (as identified by
util/relicense.pl).

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[legal] Update FSF mailing address in GPL licence texts</title>
<updated>2012-07-20T18:55:45+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2012-07-20T18:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd'/>
<id>urn:sha1:c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd</id>
<content type='text'>
Suggested-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[fc] Use a one-shot process for Fibre Channel ELS requests</title>
<updated>2011-06-28T13:45:10+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2011-06-24T16:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=08ac74b70871c27ee702abebb097fe0baba4f7ce'/>
<id>urn:sha1:08ac74b70871c27ee702abebb097fe0baba4f7ce</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[process] Pass containing object pointer to process step() methods</title>
<updated>2011-06-28T13:45:08+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2011-06-24T13:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=e01ec74601b58f54a5e2ae7b9fd1196972034114'/>
<id>urn:sha1:e01ec74601b58f54a5e2ae7b9fd1196972034114</id>
<content type='text'>
Give the step() method a pointer to the containing object, rather than
a pointer to the process.  This is consistent with the operation of
interface methods, and allows a single function to serve as both an
interface method and a process step() method.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[fc] Log out correct port ID after a successful LOGO request</title>
<updated>2010-11-08T03:35:36+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2010-11-05T04:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=00cffae5f929d2efe3b6d27a9975d998884f440d'/>
<id>urn:sha1:00cffae5f929d2efe3b6d27a9975d998884f440d</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[fc] Support Fibre Channel ECHO</title>
<updated>2010-11-08T03:35:36+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2010-11-04T02:49:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=90930be8fe7d9991a6d31cd63c6c2da09e1d5f55'/>
<id>urn:sha1:90930be8fe7d9991a6d31cd63c6c2da09e1d5f55</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[fc] Do not use the command reference number in FCP_CMND IUs</title>
<updated>2010-10-19T17:41:50+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2010-10-19T17:35:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=b0e434280e03f83a611b8f710513b13dc0da00cf'/>
<id>urn:sha1:b0e434280e03f83a611b8f710513b13dc0da00cf</id>
<content type='text'>
The FCP command reference number is intended to be used for
controlling precise delivery of FCP commands, rather than being an
essentially arbitrary tag field (as with iSCSI and SRP).

Use the Fibre Channel local exchange ID as the tag for FCP commands,
instead of the FCP command reference.  The local exchange ID does not
appear within the FCP IU itself, but does appear within the FC frame
header; debug traces can therefore still be correlated with packet
captures.

Reported-by: Hadar Hen Zion &lt;hadarh@mellanox.co.il&gt;
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[fc] Use port WWN rather than node WWN as the primary Fibre Channel name</title>
<updated>2010-10-15T00:54:48+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2010-10-15T00:06:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=60b690141eaa8c736ab06500e6adfc9413c9b7f7'/>
<id>urn:sha1:60b690141eaa8c736ab06500e6adfc9413c9b7f7</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[fc] Update ELS port IDs when receiving an ELS frame</title>
<updated>2010-10-07T18:19:50+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2010-10-07T15:19:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=5e56e5f5a3b1a6e8660623e5829ae8f9ee1c850f'/>
<id>urn:sha1:5e56e5f5a3b1a6e8660623e5829ae8f9ee1c850f</id>
<content type='text'>
The port ID assigned by the FLOGI response is implicit in the
destination ID used for the response (which will differ from the
source ID used for the corresponding request).

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[fc] Include port IDs in metadata for received Fibre Channel frames</title>
<updated>2010-10-07T18:16:34+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2010-10-07T12:17:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=1775a6f25e5d045be3b1a29a1c7c7852a16863c3'/>
<id>urn:sha1:1775a6f25e5d045be3b1a29a1c7c7852a16863c3</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
</feed>
