<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/fcoe/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/scsi/fcoe/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>9a74e884 - [SCSI] libfcoe: Add fcoe_sysfs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/fcoe/Makefile#9a74e884</link>
        <description>[SCSI] libfcoe: Add fcoe_sysfsThis patch adds a &apos;fcoe bus&apos; infrastructure to the kernelthat is driven by changes to libfcoe which allow LLDs topresent FIP (FCoE Initialization Protocol) discoveredentities and their attributes to user space via sysfs.This patch adds the following APIs-fcoe_ctlr_device_addfcoe_ctlr_device_deletefcoe_fcf_device_addfcoe_fcf_device_deleteThey allow the LLD to expose the FCoE ENode Controllerand any discovered FCFs (Fibre Channel Forwarders, e.g.FCoE switches) to the user. Each of these new deviceshas their own bus_type so that they are grouped togetherfor easy lookup from a user space application. Eachnew class has an attribute_group to expose attributesfor any created instances. The attributes are-fcoe_ctlr_device* fcf_dev_loss_tmo* lesb_link_fail* lesb_vlink_fail* lesb_miss_fka* lesb_symb_err* lesb_err_block* lesb_fcs_errorfcoe_fcf_device* fabric_name* switch_name* priority* selected* fc_map* vfid* mac* fka_peroid* fabric_state* dev_loss_tmoA device loss infrastructre similar to the FC Transport&apos;sis also added by this patch. It is nice to have so that alink flapping adapter doesn&apos;t continually advance the countused to identify the discovered FCF. FCFs will exist in a&quot;Disconnected&quot; state until either the timer expires or theFCF is rediscovered and becomes &quot;Connected.&quot;This patch generates a few checkpatch.pl WARNINGS thatI&apos;m not sure what to do about. They&apos;re macros modeledaround the FC Transport attribute building macros, whichhave the same &apos;feature&apos; where the caller can ommit a castin the argument list and no cast occurs in the code. I&apos;mnot sure how to keep the code condensed while keeping themacros. Any advice would be appreciated.Signed-off-by: Robert Love &lt;robert.w.love@intel.com&gt;Tested-by: Ross Brattain &lt;ross.b.brattain@intel.com&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Signed-off-by: James Bottomley &lt;JBottomley@Parallels.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/fcoe/Makefile</description>
        <pubDate>Wed, 23 May 2012 02:06:21 +0000</pubDate>
        <dc:creator>Robert Love &lt;robert.w.love@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e01efc33 - [SCSI] libfcoe: include fcoe_transport.c into kernel libfcoe module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/fcoe/Makefile#e01efc33</link>
        <description>[SCSI] libfcoe: include fcoe_transport.c into kernel libfcoe moduleNow we can include the fcoe_transport.c to the build of the kernel libfcoemodule. Move the module information to fcoe_transport, and it will haveall the module parameters later for the create/destroy/enable/disable of anFCoE instance.Signed-off-by: Yi Zou &lt;yi.zou@intel.com&gt;Signed-off-by: Bhanu Prakash Gollapudi &lt;bprakash@broadcom.com&gt;Signed-off-by: Robert Love &lt;robert.w.love@intel.com&gt;Signed-off-by: James Bottomley &lt;James.Bottomley@suse.de&gt;

            List of files:
            /linux-6.15/drivers/scsi/fcoe/Makefile</description>
        <pubDate>Sat, 29 Jan 2011 00:05:06 +0000</pubDate>
        <dc:creator>Yi Zou &lt;yi.zou@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>0095a921 - [SCSI] libfcoe: rename libfcoe.c to fcoe_cltr.c for the coming fcoe_transport.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/fcoe/Makefile#0095a921</link>
        <description>[SCSI] libfcoe: rename libfcoe.c to fcoe_cltr.c for the coming fcoe_transport.cThe existing libfcoe.c is mostly for FIP support, rename it to reflect thatfact and so we can add fcoe_transport.c to the make file to include bothinto the libfcoe kernel module.[ Minor modifications by Robert Love converting a few  &quot;__attribute__((packed))&quot; modifiers to &quot;__packed&quot; to remove new  checkpatch.pl WARNINGS ]Signed-off-by: Yi Zou &lt;yi.zou@intel.com&gt;Signed-off-by: Robert Love &lt;robert.w.love@intel.com&gt;Signed-off-by: James Bottomley &lt;James.Bottomley@suse.de&gt;

            List of files:
            /linux-6.15/drivers/scsi/fcoe/Makefile</description>
        <pubDate>Sat, 29 Jan 2011 00:05:00 +0000</pubDate>
        <dc:creator>Yi Zou &lt;yi.zou@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9b34ecff - [SCSI] fcoe, libfc: add libfcoe module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/fcoe/Makefile#9b34ecff</link>
        <description>[SCSI] fcoe, libfc: add libfcoe moduleJust sets up build environment for libfcoe module towards alibfcoe library for libfc LLDs using FCoE as libfc transport.Common library code to libfcoe is added in next patch.Also, updated MODULE_LICENSE from &quot;GPL&quot; string to &quot;GPL v2&quot; forlibfc, libfcoe and fcoe modules to accurately match the licenses.Signed-off-by: Vasu Dev &lt;vasu.dev@intel.com&gt;Signed-off-by: Robert Love &lt;robert.w.love@intel.com&gt;Signed-off-by: James Bottomley &lt;James.Bottomley@HansenPartnership.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/fcoe/Makefile</description>
        <pubDate>Tue, 17 Mar 2009 18:42:13 +0000</pubDate>
        <dc:creator>Vasu Dev &lt;vasu.dev@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a703e490 - [SCSI] fcoe: renames libfcoe.c to fcoe.c as the only fcoe module file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/fcoe/Makefile#a703e490</link>
        <description>[SCSI] fcoe: renames libfcoe.c to fcoe.c as the only fcoe module fileRenames libfcoe.c to fcoe.c, fcoe.c becomes the only.c file for fcoe.ko.Also deleted &quot;$Id: Makefile&quot; from fcoe module Makefle.Signed-off-by: Vasu Dev &lt;vasu.dev@intel.com&gt;Signed-off-by: Robert Love &lt;robert.w.love@intel.com&gt;Signed-off-by: James Bottomley &lt;James.Bottomley@HansenPartnership.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/fcoe/Makefile</description>
        <pubDate>Fri, 27 Mar 2009 16:07:43 +0000</pubDate>
        <dc:creator>Vasu Dev &lt;vasu.dev@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7f349142 - [SCSI] fcoe: removes default sw transport code file fcoe_sw.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/fcoe/Makefile#7f349142</link>
        <description>[SCSI] fcoe: removes default sw transport code file fcoe_sw.cMoves only required code from fcoe_sw.c to libfcoe.c towards havingjust one source file for fcoe module, this gets rid off default swtransport code in a separate fcoe_sw.c file.Very minor renaming along this move, dropped _sw_ or _SW_ usein names and replaced them by _if_ as a auxiliary interfacefunctions. Now some of these funcs can be removed or merged withother func after fcoe transport is gone, but that should bein another patch to keep this patch simple.Now the libfcoe.c file name for fcoe module doesn&apos;t go along well,so the libfcoe.c file renaming to fcoe.c as the only single fcoemodule file is done in next patch to keep this patch cleanand small for review.Signed-off-by: Vasu Dev &lt;vasu.dev@intel.com&gt;Signed-off-by: Robert Love &lt;robert.w.love@intel.com&gt;Signed-off-by: James Bottomley &lt;James.Bottomley@HansenPartnership.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/fcoe/Makefile</description>
        <pubDate>Fri, 27 Mar 2009 16:06:31 +0000</pubDate>
        <dc:creator>Vasu Dev &lt;vasu.dev@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5919a595 - [SCSI] fcoe: prep work to completely remove fc_transport_fcoe code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/fcoe/Makefile#5919a595</link>
        <description>[SCSI] fcoe: prep work to completely remove fc_transport_fcoe codeThe fcoe transport code was added for generic FCoE transportinfrastructure to allow additional offload related module loadingon demand, this is not required anymore after recently addeddifferent offload approach by having offload related func opsin netdev.This patch removes fcoe transport related code use, calls functionsdirectly between existing libfcoe.c and fcoe_sw.c for now, forexample fcoe_sw_destroy and fcoe_sw_create calling.The fcoe_sw.c and libfcoe.c code will be further consolidated inlater patches and then also the default fcoe sw transport codefile fcoe_sw.c will be completely removed.The fcoe transport code files are completely removed in nextpatch to keep this patch simple for reviewing.[This patch is an update to a previous patch. This updateresolves a build error as well as fixes a defect related tonot calling fc_release_transport().]Signed-off-by: Vasu Dev &lt;vasu.dev@intel.com&gt;Signed-off-by: Robert Love &lt;robert.w.love@intel.com&gt;Signed-off-by: James Bottomley &lt;James.Bottomley@HansenPartnership.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/fcoe/Makefile</description>
        <pubDate>Fri, 27 Mar 2009 16:03:29 +0000</pubDate>
        <dc:creator>Vasu Dev &lt;vasu.dev@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>85b4aa49 - [SCSI] fcoe: Fibre Channel over Ethernet</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/scsi/fcoe/Makefile#85b4aa49</link>
        <description>[SCSI] fcoe: Fibre Channel over EthernetEncapsulation protocol for running Fibre Channel over Ethernet interfaces.Creates virtual Fibre Channel host adapters using libfc.This layer is the LLD to the scsi-ml. It allocates the Scsi_Host, utilizeslibfc for Fibre Channel protocol processing and interacts with netdev tosend/receive Ethernet packets.Signed-off-by: Robert Love &lt;robert.w.love@intel.com&gt;Signed-off-by: James Bottomley &lt;James.Bottomley@HansenPartnership.com&gt;

            List of files:
            /linux-6.15/drivers/scsi/fcoe/Makefile</description>
        <pubDate>Tue, 09 Dec 2008 23:10:24 +0000</pubDate>
        <dc:creator>Robert Love &lt;robert.w.love@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
