<?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>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/net/mac802154/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/net/mac802154/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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/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/net/mac802154/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>73e85ed3 - mac802154: select CRYPTO when needed</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Kconfig#73e85ed3</link>
        <description>mac802154: select CRYPTO when neededThe mac802154 subsystem uses functions from the crypto layer and correctlyselects the individual crypto algorithms, but fails to build when thecrypto layer is disabled altogether:crypto/built-in.o: In function `crypto_ctr_free&apos;::(.text+0x80): undefined reference to `crypto_drop_spawn&apos;crypto/built-in.o: In function `crypto_rfc3686_free&apos;::(.text+0xac): undefined reference to `crypto_drop_spawn&apos;crypto/built-in.o: In function `crypto_ctr_crypt&apos;::(.text+0x2f0): undefined reference to `blkcipher_walk_virt_block&apos;:(.text+0x2f8): undefined reference to `crypto_inc&apos;To solve that, this patch also selects the core crypto code,like all other users of that code do.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Stefan Schmidt &lt;stefan@osg.samsung.com&gt;Signed-off-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;

            List of files:
            /linux-6.15/net/mac802154/Kconfig</description>
        <pubDate>Tue, 19 May 2015 12:18:35 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>ee4c148e - trivial: net/mac802154: Fix Kconfig typo</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Kconfig#ee4c148e</link>
        <description>trivial: net/mac802154: Fix Kconfig typoSigned-off-by: Julien Catalano &lt;julien.catalano@gmail.com&gt;Signed-off-by: Alexander Aring &lt;alex.aring@gmail.com&gt;Signed-off-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;

            List of files:
            /linux-6.15/net/mac802154/Kconfig</description>
        <pubDate>Sun, 05 Oct 2014 18:23:11 +0000</pubDate>
        <dc:creator>Julien Catalano &lt;julien.catalano@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>87de726c - mac802154: update Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Kconfig#87de726c</link>
        <description>mac802154: update KconfigLink-layer security requires AES CCM for authenticated modes and AES CTRfor the unauthenticated encryption mode.Signed-off-by: Phoebe Buckheister &lt;phoebe.buckheister@itwm.fraunhofer.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/mac802154/Kconfig</description>
        <pubDate>Fri, 16 May 2014 15:46:36 +0000</pubDate>
        <dc:creator>Phoebe Buckheister &lt;phoebe.buckheister@itwm.fraunhofer.de&gt;</dc:creator>
    </item>
<item>
        <title>e5a2f6e3 - net/mac802154: remove depends on CONFIG_EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Kconfig#e5a2f6e3</link>
        <description>net/mac802154: remove depends on CONFIG_EXPERIMENTALThe CONFIG_EXPERIMENTAL config item has not carried much meaning for awhile now and is almost always enabled by default. As agreed during theLinux kernel summit, remove it from any &quot;depends on&quot; lines in Kconfigs.CC: Alexander Smirnov &lt;alex.bluesman.smirnov@gmail.com&gt;CC: Dmitry Eremin-Solenikov &lt;dbaryshkov@gmail.com&gt;CC: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;Acked-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/mac802154/Kconfig</description>
        <pubDate>Tue, 02 Oct 2012 18:19:53 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>1010f540 - mac802154: allocation of ieee802154 device</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Kconfig#1010f540</link>
        <description>mac802154: allocation of ieee802154 deviceAn interface to allocate and register ieee802154 compatible device.The allocated device has the following representation in memory:	+-----------------------+	| struct wpan_phy       |	+-----------------------+	| struct mac802154_priv |	+-----------------------+	| driver&apos;s private data |	+-----------------------+Used by device drivers to register new instance in the stack.Signed-off-by: Alexander Smirnov &lt;alex.bluesman.smirnov@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/mac802154/Kconfig</description>
        <pubDate>Tue, 15 May 2012 20:50:20 +0000</pubDate>
        <dc:creator>alex.bluesman.smirnov@gmail.com &lt;alex.bluesman.smirnov@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
