<?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/6lowpan/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/6lowpan/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/6lowpan/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/6lowpan/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>b1815fd9 - 6lowpan: add debugfs support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/6lowpan/Kconfig#b1815fd9</link>
        <description>6lowpan: add debugfs supportThis patch will introduce a 6lowpan entry into the debugfs if enabled.Inside this 6lowpan directory we create a subdirectories of all 6lowpaninterfaces to offer a per interface debugfs support.Reviewed-by: Stefan Schmidt &lt;stefan@osg.samsung.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/6lowpan/Kconfig</description>
        <pubDate>Wed, 09 Dec 2015 21:46:30 +0000</pubDate>
        <dc:creator>Alexander Aring &lt;alex.aring@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>43f26e17 - 6lowpan: add nhc module for GHC routing extension header detection</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/6lowpan/Kconfig#43f26e17</link>
        <description>6lowpan: add nhc module for GHC routing extension header detectionAcked-by: Jukka Rissanen &lt;jukka.rissanen@linux.intel.com&gt;Signed-off-by: Stefan Schmidt &lt;stefan@osg.samsung.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/6lowpan/Kconfig</description>
        <pubDate>Wed, 09 Dec 2015 21:46:28 +0000</pubDate>
        <dc:creator>Stefan Schmidt &lt;stefan@osg.samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>2f479947 - 6lowpan: add nhc module for GHC fragmentation extension header detection</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/6lowpan/Kconfig#2f479947</link>
        <description>6lowpan: add nhc module for GHC fragmentation extension header detectionAcked-by: Jukka Rissanen &lt;jukka.rissanen@linux.intel.com&gt;Signed-off-by: Stefan Schmidt &lt;stefan@osg.samsung.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/6lowpan/Kconfig</description>
        <pubDate>Wed, 09 Dec 2015 21:46:27 +0000</pubDate>
        <dc:creator>Stefan Schmidt &lt;stefan@osg.samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>20616a5a - 6lowpan: add nhc module for GHC destination extension header detection</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/6lowpan/Kconfig#20616a5a</link>
        <description>6lowpan: add nhc module for GHC destination extension header detectionAcked-by: Jukka Rissanen &lt;jukka.rissanen@linux.intel.com&gt;Signed-off-by: Stefan Schmidt &lt;stefan@osg.samsung.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/6lowpan/Kconfig</description>
        <pubDate>Wed, 09 Dec 2015 21:46:26 +0000</pubDate>
        <dc:creator>Stefan Schmidt &lt;stefan@osg.samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>c39da3bb - 6lowpan: add nhc module for GHC ICMPv6 detection</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/6lowpan/Kconfig#c39da3bb</link>
        <description>6lowpan: add nhc module for GHC ICMPv6 detectionAcked-by: Jukka Rissanen &lt;jukka.rissanen@linux.intel.com&gt;Signed-off-by: Stefan Schmidt &lt;stefan@osg.samsung.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/6lowpan/Kconfig</description>
        <pubDate>Wed, 09 Dec 2015 21:46:25 +0000</pubDate>
        <dc:creator>Stefan Schmidt &lt;stefan@osg.samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>70cc8675 - 6lowpan: add nhc module for GHC UDP detection</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/6lowpan/Kconfig#70cc8675</link>
        <description>6lowpan: add nhc module for GHC UDP detectionAcked-by: Jukka Rissanen &lt;jukka.rissanen@linux.intel.com&gt;Signed-off-by: Stefan Schmidt &lt;stefan@osg.samsung.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/6lowpan/Kconfig</description>
        <pubDate>Wed, 09 Dec 2015 21:46:24 +0000</pubDate>
        <dc:creator>Stefan Schmidt &lt;stefan@osg.samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>7e568f50 - 6lowpan: add nhc module for GHC hop-by-hopextension header detection</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/6lowpan/Kconfig#7e568f50</link>
        <description>6lowpan: add nhc module for GHC hop-by-hopextension header detectionAcked-by: Jukka Rissanen &lt;jukka.rissanen@linux.intel.com&gt;Signed-off-by: Stefan Schmidt &lt;stefan@osg.samsung.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/6lowpan/Kconfig</description>
        <pubDate>Wed, 09 Dec 2015 21:46:23 +0000</pubDate>
        <dc:creator>Stefan Schmidt &lt;stefan@osg.samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>5e5c08cb - 6lowpan: clarify Kconfig entries for upcoming GHC support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/6lowpan/Kconfig#5e5c08cb</link>
        <description>6lowpan: clarify Kconfig entries for upcoming GHC supportAcked-by: Jukka Rissanen &lt;jukka.rissanen@linux.intel.com&gt;Signed-off-by: Stefan Schmidt &lt;stefan@osg.samsung.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/6lowpan/Kconfig</description>
        <pubDate>Wed, 09 Dec 2015 21:46:22 +0000</pubDate>
        <dc:creator>Stefan Schmidt &lt;stefan@osg.samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>ff0fcc29 - 6lowpan: nhc: add other known rfc6282 compressions</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/6lowpan/Kconfig#ff0fcc29</link>
        <description>6lowpan: nhc: add other known rfc6282 compressionsThis patch adds other known rfc6282 compression formats to the nhcframework. These compression formats are known but not implemented yet.For now this is useful to printout a warning which compression formatisn&apos;t supported.Signed-off-by: Alexander Aring &lt;alex.aring@gmail.com&gt;Cc: Martin Townsend &lt;mtownsend1973@gmail.com&gt;Reviewed-by: Stefan Schmidt &lt;s.schmidt@samsung.com&gt;Acked-by: Jukka Rissanen &lt;jukka.rissanen@linux.intel.com&gt;Signed-off-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;

            List of files:
            /linux-6.15/net/6lowpan/Kconfig</description>
        <pubDate>Fri, 09 Jan 2015 15:42:59 +0000</pubDate>
        <dc:creator>Alexander Aring &lt;alex.aring@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cc6ed268 - 6lowpan: add udp compression via nhc layer</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/6lowpan/Kconfig#cc6ed268</link>
        <description>6lowpan: add udp compression via nhc layerThis patch move UDP header compression and uncompression into thegeneric 6LoWPAN nhc header compression layer. Moreover this patchactivates the nhc layer compression in iphc compression anduncompression functions.Signed-off-by: Alexander Aring &lt;alex.aring@gmail.com&gt;Cc: Martin Townsend &lt;mtownsend1973@gmail.com&gt;Reviewed-by: Stefan Schmidt &lt;s.schmidt@samsung.com&gt;Acked-by: Jukka Rissanen &lt;jukka.rissanen@linux.intel.com&gt;Signed-off-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;

            List of files:
            /linux-6.15/net/6lowpan/Kconfig</description>
        <pubDate>Fri, 09 Jan 2015 15:42:58 +0000</pubDate>
        <dc:creator>Alexander Aring &lt;alex.aring@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2d177f31 - 6lowpan: Allow 6LoWPAN to be modular</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/6lowpan/Kconfig#2d177f31</link>
        <description>6lowpan: Allow 6LoWPAN to be modularChange config symbol 6LOWPAN from type bool to type tristate, so6LoWPAN can be built modular, just like IPV6Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Acked-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/6lowpan/Kconfig</description>
        <pubDate>Thu, 07 Aug 2014 15:06:43 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>2c6bed7c - 6lowpan: introduce new net/6lowpan directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/6lowpan/Kconfig#2c6bed7c</link>
        <description>6lowpan: introduce new net/6lowpan directoryThis patch moves generic code which is used by bluetooth and ieee8021546lowpan to a new net/6lowpan directory. This directory contains generic6LoWPAN code which is shared between bluetooth and ieee802154 MAC-Layer.This is the IPHC - &quot;IPv6 Header Compression&quot; format at the moment. Whichis described by RFC 6282 [0]. The BLTE 6LoWPAN draft describes that theIPHC is the same format like IEEE 802.15.4, see [1].Futuremore we can put more code into this directory which is sharedbetween BLTE and IEEE 802.15.4 6LoWPAN like RFC 6775 or the routingprotocol RPL RFC 6550.To avoid naming conflicts I renamed 6lowpan-y to ieee802154_6lowpan-yin net/ieee802154/Makefile.[0] http://tools.ietf.org/html/rfc6282[1] http://tools.ietf.org/html/draft-ietf-6lowpan-btle-12#section-3.2[2] http://tools.ietf.org/html/rfc6775[3] http://tools.ietf.org/html/rfc6550Signed-off-by: Alexander Aring &lt;alex.aring@gmail.com&gt;Acked-by: Jukka Rissanen &lt;jukka.rissanen@linux.intel.com&gt;Signed-off-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;

            List of files:
            /linux-6.15/net/6lowpan/Kconfig</description>
        <pubDate>Fri, 11 Jul 2014 08:24:18 +0000</pubDate>
        <dc:creator>Alexander Aring &lt;alex.aring@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
