<?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>61c581a4 - crypto: move gf128mul library into lib/crypto</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/chelsio/Kconfig#61c581a4</link>
        <description>crypto: move gf128mul library into lib/cryptoThe gf128mul library does not depend on the crypto API at all, so it canbe moved into lib/crypto. This will allow us to use it in other librarycode in a subsequent patch without having to depend on CONFIG_CRYPTO.While at it, change the Kconfig symbol name to align with other cryptolibrary implementations. However, the source file name is retained, asit is reflected in the module .ko filename, and changing this mightbreak things for users.Signed-off-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/chelsio/Kconfig</description>
        <pubDate>Thu, 03 Nov 2022 19:22:57 +0000</pubDate>
        <dc:creator>Ard Biesheuvel &lt;ardb@kernel.org&gt;</dc:creator>
    </item>
<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/Kconfig#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/Kconfig</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/Kconfig#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/Kconfig</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/Kconfig#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/Kconfig</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>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/chelsio/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/crypto/chelsio/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&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/Kconfig#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/Kconfig</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>2452cfdf - crypto: Kconfig - Fix indentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/chelsio/Kconfig#2452cfdf</link>
        <description>crypto: Kconfig - Fix indentationAdjust indentation from spaces to tab (+optional two spaces) as incoding style with command like:	$ sed -e &apos;s/^        /\t/&apos; -i */KconfigSigned-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Reviewed-by: Horia Geant&#259; &lt;horia.geanta@nxp.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/chelsio/Kconfig</description>
        <pubDate>Thu, 21 Nov 2019 03:20:48 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>53b4414a - net/tls: allow compiling TLS TOE out</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/chelsio/Kconfig#53b4414a</link>
        <description>net/tls: allow compiling TLS TOE outTLS &quot;record layer offload&quot; requires TOE, and bypasses most ofthe normal networking stack. It is also significantly lessmaintained. Allow users to compile it out to avoid issues.Signed-off-by: Jakub Kicinski &lt;jakub.kicinski@netronome.com&gt;Reviewed-by: John Hurley &lt;john.hurley@netronome.com&gt;Reviewed-by: Simon Horman &lt;simon.horman@netronome.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/crypto/chelsio/Kconfig</description>
        <pubDate>Thu, 03 Oct 2019 18:18:59 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;jakub.kicinski@netronome.com&gt;</dc:creator>
    </item>
<item>
        <title>571c47ab - crypto: chelsio - replace AES cipher calls with library calls</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/chelsio/Kconfig#571c47ab</link>
        <description>crypto: chelsio - replace AES cipher calls with library callsReplace a couple of occurrences where the &quot;aes-generic&quot; cipher isinstantiated explicitly and only used for encryption of a single block.Use AES library calls instead.Signed-off-by: Ard Biesheuvel &lt;ard.biesheuvel@linaro.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/chelsio/Kconfig</description>
        <pubDate>Tue, 02 Jul 2019 19:41:44 +0000</pubDate>
        <dc:creator>Ard Biesheuvel &lt;ard.biesheuvel@linaro.org&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/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/crypto/chelsio/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>bd7f4857 - crypto: chtls - Makefile Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/chelsio/Kconfig#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/Kconfig</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>d042566d - crypto: chelsio - select CRYPTO_GF128MUL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/chelsio/Kconfig#d042566d</link>
        <description>crypto: chelsio - select CRYPTO_GF128MULWithout the gf128mul library support, we can run into a linkerror:drivers/crypto/chelsio/chcr_algo.o: In function `chcr_update_tweak&apos;:chcr_algo.c:(.text+0x7e0): undefined reference to `gf128mul_x8_ble&apos;This adds a Kconfig select statement for it, next to the ones wealready have.Cc: &lt;stable@vger.kernel.org&gt;Fixes: b8fd1f4170e7 (&quot;crypto: chcr - Add ctr mode and process large sg entries for cipher&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/chelsio/Kconfig</description>
        <pubDate>Tue, 05 Dec 2017 10:10:26 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&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/Kconfig#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/Kconfig</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>2debd332 - crypto: chcr - Add AEAD algos.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/chelsio/Kconfig#2debd332</link>
        <description>crypto: chcr - Add AEAD algos.Add support for following AEAD algos. GCM,CCM,RFC4106,RFC4309,authenc(hmac(shaXXX),cbc(aes)).Reviewed-by: Stephan Mueller &lt;smueller@chronox.de&gt;Signed-off-by: Harsh Jain &lt;harsh@chelsio.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/chelsio/Kconfig</description>
        <pubDate>Tue, 29 Nov 2016 13:30:43 +0000</pubDate>
        <dc:creator>Harsh Jain &lt;harsh@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/Kconfig#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/Kconfig</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>
