<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f50fff73 - nvme: implement In-Band authentication</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/Kconfig#f50fff73</link>
        <description>nvme: implement In-Band authenticationImplement NVMe-oF In-Band authentication according to NVMe TPAR 8006.This patch adds two new fabric options &apos;dhchap_secret&apos; to specify thepre-shared key (in ASCII respresentation according to NVMe 2.0 section8.13.5.8 &apos;Secret representation&apos;) and &apos;dhchap_ctrl_secret&apos; to specifythe pre-shared controller key for bi-directional authentication of boththe host and the controller.Re-authentication can be triggered by writing the PSK into the newcontroller sysfs attribute &apos;dhchap_secret&apos; or &apos;dhchap_ctrl_secret&apos;.Signed-off-by: Hannes Reinecke &lt;hare@suse.de&gt;Reviewed-by: Sagi Grimberg &lt;sagi@grimberg.me&gt;Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;[axboe: fold in clang build fix]Signed-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux-6.15/drivers/nvme/Kconfig</description>
        <pubDate>Mon, 27 Jun 2022 09:52:02 +0000</pubDate>
        <dc:creator>Hannes Reinecke &lt;hare@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/Kconfig#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/nvme/Kconfig</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>78645632 - nvme: use menu Kconfig interface</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/Kconfig#78645632</link>
        <description>nvme: use menu Kconfig interfaceAdd a menu interface for NVME host and target support so that it ispresented to users more like other Kconfig symbols.This makes the Device Driver menu less cluttered (easier to read)and keeps all of these symbols grouped together.Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Reviewed-by: Keith Busch &lt;keith.busch@intel.com&gt;Reviewed-by: Sagi Grimberg &lt;sagi@grimberg.me&gt;Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;

            List of files:
            /linux-6.15/drivers/nvme/Kconfig</description>
        <pubDate>Sat, 23 Sep 2017 01:04:43 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>a07b4970 - nvmet: add a generic NVMe target</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/Kconfig#a07b4970</link>
        <description>nvmet: add a generic NVMe targetThis patch introduces a implementation of NVMe subsystems,controllers and discovery service which allows to exportNVMe namespaces across fabrics such as Ethernet, FC etc.The implementation conforms to the NVMe 1.2.1 specificationand interoperates with NVMe over fabrics host implementations.Configuration works using configfs, and is best performed usingthe nvmetcli tool from http://git.infradead.org/users/hch/nvmetcli.git,which also has a detailed explanation of the required steps in theREADME file.Signed-off-by: Armen Baloyan &lt;armenx.baloyan@intel.com&gt;Signed-off-by: Anthony Knapp &lt;anthony.j.knapp@intel.com&gt;Signed-off-by: Jay Freyensee &lt;james.p.freyensee@intel.com&gt;Signed-off-by: Ming Lin &lt;ming.l@ssi.samsung.com&gt;Signed-off-by: Sagi Grimberg &lt;sagi@grimberg.me&gt;Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Reviewed-by: Steve Wise &lt;swise@opengridcomputing.com&gt;Signed-off-by: Jens Axboe &lt;axboe@fb.com&gt;

            List of files:
            /linux-6.15/drivers/nvme/Kconfig</description>
        <pubDate>Tue, 21 Jun 2016 16:04:20 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>57dacad5 - nvme: move to a new drivers/nvme/host directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/nvme/Kconfig#57dacad5</link>
        <description>nvme: move to a new drivers/nvme/host directoryThis patch moves the NVMe driver from drivers/block/ to its own newdrivers/nvme/host/ directory.  This is in preparation of splitting thecurrent monolithic driver up and add support for the upcoming NVMeover Fabrics standard.  The drivers/nvme/host/ is chose to leave spacefor a NVMe target implementation in addition to this host side driver.Signed-off-by: Jay Sternberg &lt;jay.e.sternberg@intel.com&gt;[hch: rebased, renamed core.c to pci.c, slight tweaks]Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Acked-by: Keith Busch &lt;keith.busch@intel.com&gt;Signed-off-by: Jens Axboe &lt;axboe@fb.com&gt;

            List of files:
            /linux-6.15/drivers/nvme/Kconfig</description>
        <pubDate>Fri, 09 Oct 2015 16:17:06 +0000</pubDate>
        <dc:creator>Jay Sternberg &lt;jay.e.sternberg@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
