<?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>a8c16e8e - crypto/chcr: move nic TLS functionality to drivers/net</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/chelsio/Makefile#a8c16e8e</link>
        <description>crypto/chcr: move nic TLS functionality to drivers/netThis patch moves complete nic tls offload (kTLS) code from cryptodirectory to drivers/net/ethernet/chelsio/inline_crypto/ch_ktlsdirectory. nic TLS is made a separate ULD of cxgb4.Signed-off-by: Rohit Maheshwari &lt;rohitm@chelsio.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/crypto/chelsio/Makefile</description>
        <pubDate>Thu, 10 Sep 2020 14:21:47 +0000</pubDate>
        <dc:creator>Rohit Maheshwari &lt;rohitm@chelsio.com&gt;</dc:creator>
    </item>
<item>
        <title>1b77be46 - crypto/chcr: Moving chelsio&apos;s inline ipsec functionality to /drivers/net</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/chelsio/Makefile#1b77be46</link>
        <description>crypto/chcr: Moving chelsio&apos;s inline ipsec functionality to /drivers/netThis patch seperates inline ipsec functionality from coprocessordriver chcr. Now inline ipsec is separate ULD, moved from&quot;drivers/crypto/chelsio/&quot; to &quot;drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/&quot;Signed-off-by: Ayush Sawal &lt;ayush.sawal@chelsio.com&gt;Signed-off-by: Vinay Kumar Yadav &lt;vinay.yadav@chelsio.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/crypto/chelsio/Makefile</description>
        <pubDate>Wed, 19 Aug 2020 14:01:21 +0000</pubDate>
        <dc:creator>Vinay Kumar Yadav &lt;vinay.yadav@chelsio.com&gt;</dc:creator>
    </item>
<item>
        <title>44fd1c1f - chelsio/chtls: separate chelsio tls driver from crypto driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/chelsio/Makefile#44fd1c1f</link>
        <description>chelsio/chtls: separate chelsio tls driver from crypto driverchelsio inline tls driver(chtls) is mostly overlaps with NIC driversbut currenty it is part of crypto driver, so move it out to appropriatedirectory for better maintenance.Signed-off-by: Vinay Kumar Yadav &lt;vinay.yadav@chelsio.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/crypto/chelsio/Makefile</description>
        <pubDate>Wed, 19 Aug 2020 14:01:20 +0000</pubDate>
        <dc:creator>Vinay Kumar Yadav &lt;vinay.yadav@chelsio.com&gt;</dc:creator>
    </item>
<item>
        <title>34aba2c4 - cxgb4/chcr : Register to tls add and del callback</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/chelsio/Makefile#34aba2c4</link>
        <description>cxgb4/chcr : Register to tls add and del callbackA new macro is defined to enable ktls tx offload support on ChelsioT6 adapter. And if this macro is enabled, cxgb4 will send mailbox toenable or disable ktls settings on HW.In chcr, enabled tx offload flag in netdev and registered tls_dev_addand tls_dev_del.v1-&gt;v2:- mark tcb state to close in tls_dev_del.- u_ctx is now picked from adapter structure.- clear atid in case of failure.- corrected ULP_CRYPTO_KTLS_INLINE value.v2-&gt;v3:- add empty line after variable declaration.- local variable declaration in reverse christmas tree ordering.Signed-off-by: Rohit Maheshwari &lt;rohitm@chelsio.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/crypto/chelsio/Makefile</description>
        <pubDate>Sat, 07 Mar 2020 14:36:03 +0000</pubDate>
        <dc:creator>Rohit Maheshwari &lt;rohitm@chelsio.com&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/crypto/chelsio/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/crypto/chelsio/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>320ca3e5 - crypto: prefix header search paths with $(srctree)/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/chelsio/Makefile#320ca3e5</link>
        <description>crypto: prefix header search paths with $(srctree)/Currently, the Kbuild core manipulates header search paths in a crazyway [1].To fix this mess, I want all Makefiles to add explicit $(srctree)/ tothe search paths in the srctree. Some Makefiles are already written inthat way, but not all. The goal of this work is to make the notationconsistent, and finally get rid of the gross hacks.Having whitespaces after -I does not matter since commit 48f6e3cf5bc6(&quot;kbuild: do not drop -I without parameter&quot;).[1]: https://patchwork.kernel.org/patch/9632347/Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/chelsio/Makefile</description>
        <pubDate>Fri, 25 Jan 2019 03:49:36 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>bd7f4857 - crypto: chtls - Makefile Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/chelsio/Makefile#bd7f4857</link>
        <description>crypto: chtls - Makefile KconfigEntry for Inline TLS as another driver dependent on cxgb4 and chcrSigned-off-by: Atul Gupta &lt;atul.gupta@chelsio.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/crypto/chelsio/Makefile</description>
        <pubDate>Sat, 31 Mar 2018 16:12:03 +0000</pubDate>
        <dc:creator>Atul Gupta &lt;atul.gupta@chelsio.com&gt;</dc:creator>
    </item>
<item>
        <title>6dad4e8a - chcr: Add support for Inline IPSec</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/chelsio/Makefile#6dad4e8a</link>
        <description>chcr: Add support for Inline IPSecregister xfrmdev_ops callbacks, Send IPsec tunneled datato HW for inline processing.The driver use hardware crypto accelerator to encrypt andgenerate ICV for the transmitted packet in Inline mode.Signed-off-by: Atul Gupta &lt;atul.gupta@chelsio.com&gt;Signed-off-by: Harsh Jain &lt;harsh@chelsio.com&gt;Signed-off-by: Ganesh Goudar &lt;ganeshgr@chelsio.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/chelsio/Makefile</description>
        <pubDate>Thu, 16 Nov 2017 11:27:08 +0000</pubDate>
        <dc:creator>Atul Gupta &lt;atul.gupta@chelsio.com&gt;</dc:creator>
    </item>
<item>
        <title>02038fd6 - crypto: Added Chelsio Menu to the Kconfig file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/chelsio/Makefile#02038fd6</link>
        <description>crypto: Added Chelsio Menu to the Kconfig fileAdds the config entry for the Chelsio Crypto Driver, Makefile changesfor the same.Signed-off-by: Atul Gupta &lt;atul.gupta@chelsio.com&gt;Signed-off-by: Hariprasad Shenai &lt;hariprasad@chelsio.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/crypto/chelsio/Makefile</description>
        <pubDate>Wed, 17 Aug 2016 07:03:06 +0000</pubDate>
        <dc:creator>Hariprasad Shenai &lt;hariprasad@chelsio.com&gt;</dc:creator>
    </item>
</channel>
</rss>
