<?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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/phonet/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/phonet/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>a015f6f4 - Phonet: kill the ST-Ericsson pipe controller Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/phonet/Kconfig#a015f6f4</link>
        <description>Phonet: kill the ST-Ericsson pipe controller KconfigThis is now a run-time choice so that a single kernel can support bothold and new generation ISI modems. Support for manually enabling thepipe flow is removed as it did not work properly, does not fit wellwith the socket API, and I am not aware of any use at the moment.Signed-off-by: R&#233;mi Denis-Courmont &lt;remi.denis-courmont@nokia.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/phonet/Kconfig</description>
        <pubDate>Tue, 08 Mar 2011 22:44:13 +0000</pubDate>
        <dc:creator>R&#233;mi Denis-Courmont &lt;remi.denis-courmont@nokia.com&gt;</dc:creator>
    </item>
<item>
        <title>a131d822 - Phonet: mark the pipe controller as EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/phonet/Kconfig#a131d822</link>
        <description>Phonet: mark the pipe controller as EXPERIMENTALThere are a bunch of issues that need to be fixed, including: - GFP_KERNEL allocations from atomic context   (and GFP_ATOMIC in process context), - abuse of the setsockopt() call convention, - unprotected/unlocked static variables...IMHO, we will need to alter the userspace ABI when we fix it. So markthe configuration option as EXPERIMENTAL for the time being (or shouldit be BROKEN instead?).Signed-off-by: R&#233;mi Denis-Courmont &lt;remi.denis-courmont@nokia.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/phonet/Kconfig</description>
        <pubDate>Fri, 08 Oct 2010 04:02:03 +0000</pubDate>
        <dc:creator>R&#233;mi Denis-Courmont &lt;remi.denis-courmont@nokia.com&gt;</dc:creator>
    </item>
<item>
        <title>6d8e74ed - Phonet: advise against enabling the pipe controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/phonet/Kconfig#6d8e74ed</link>
        <description>Phonet: advise against enabling the pipe controllerAs it currently is, the new code path is not compatible with existingNokia modems. This would break existing userspace for Nokia modem, suchas the existing oFono ISI driver.Signed-off-by: R&#233;mi Denis-Courmont &lt;remi.denis-courmont@nokia.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/phonet/Kconfig</description>
        <pubDate>Fri, 08 Oct 2010 04:02:01 +0000</pubDate>
        <dc:creator>R&#233;mi Denis-Courmont &lt;remi.denis-courmont@nokia.com&gt;</dc:creator>
    </item>
<item>
        <title>8d98efa8 - Phonet: Implement Pipe Controller to support Nokia Slim Modems</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/phonet/Kconfig#8d98efa8</link>
        <description>Phonet: Implement Pipe Controller to support Nokia Slim ModemsPhonet stack assumes the presence of Pipe Controller, either in Modem oron Application Processing Engine user-space for the Pipe data.Nokia Slim Modems like WG2.5 used in ST-Ericsson U8500 platform do notimplement Pipe controller in them.This patch adds Pipe Controller implemenation to Phonet stack to supportPipe data over Phonet stack for Nokia Slim Modems.Signed-off-by: Kumar Sanghvi &lt;kumar.sanghvi@stericsson.com&gt;Acked-by: Linus Walleij &lt;linus.walleij@stericsson.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/phonet/Kconfig</description>
        <pubDate>Sun, 26 Sep 2010 19:07:59 +0000</pubDate>
        <dc:creator>Kumar Sanghvi &lt;kumar.sanghvi@stericsson.com&gt;</dc:creator>
    </item>
<item>
        <title>692105b8 - trivial: fix typos/grammar errors in Kconfig texts</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/phonet/Kconfig#692105b8</link>
        <description>trivial: fix typos/grammar errors in Kconfig textsSigned-off-by: Matt LaPlante &lt;kernel1@cyberdogtech.com&gt;Acked-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux-6.15/net/phonet/Kconfig</description>
        <pubDate>Mon, 26 Jan 2009 10:12:25 +0000</pubDate>
        <dc:creator>Matt LaPlante &lt;kernel1@cyberdogtech.com&gt;</dc:creator>
    </item>
<item>
        <title>8ead536d - Phonet: add CONFIG_PHONET</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/phonet/Kconfig#8ead536d</link>
        <description>Phonet: add CONFIG_PHONETSigned-off-by: Remi Denis-Courmont &lt;remi.denis-courmont@nokia.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/phonet/Kconfig</description>
        <pubDate>Tue, 23 Sep 2008 03:03:00 +0000</pubDate>
        <dc:creator>Remi Denis-Courmont &lt;remi.denis-courmont@nokia.com&gt;</dc:creator>
    </item>
</channel>
</rss>
