<?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>6c89f499 - hv_netvsc: rndis_filter needs to select NLS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/hyperv/Kconfig#6c89f499</link>
        <description>hv_netvsc: rndis_filter needs to select NLSrndis_filter uses utf8s_to_utf16s() which is provided by settingNLS, so select NLS to fix the build error:ERROR: modpost: &quot;utf8s_to_utf16s&quot; [drivers/net/hyperv/hv_netvsc.ko] undefined!Fixes: 1ce09e899d28 (&quot;hyperv: Add support for setting MAC from within guests&quot;)Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: Haiyang Zhang &lt;haiyangz@microsoft.com&gt;Cc: K. Y. Srinivasan &lt;kys@microsoft.com&gt;Cc: Wei Liu &lt;wei.liu@kernel.org&gt;Cc: Dexuan Cui &lt;decui@microsoft.com&gt;Reviewed-by: Simon Horman &lt;horms@kernel.org&gt;Tested-by: Simon Horman &lt;horms@kernel.org&gt; # build-testedReviewed-by: Michael Kelley &lt;mikelley@microsoft.com&gt;Link: https://lore.kernel.org/r/20231130055853.19069-1-rdunlap@infradead.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/hyperv/Kconfig</description>
        <pubDate>Thu, 30 Nov 2023 05:58:53 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.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/net/hyperv/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/net/hyperv/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>8cde8f0c - hv_netvsc: drop common code until callback model fixed</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/hyperv/Kconfig#8cde8f0c</link>
        <description>hv_netvsc: drop common code until callback model fixedThe callback model of handling network failover is not suitablein the current form.  1. It was merged without addressing all the review feedback.  2. It was merged without approval of any of the netvsc maintainers.  3. Design discussion on how to handle PV/VF fallback is still     not complete.  4. IMHO the code model using callbacks is trying to make     something common which isn&apos;t.Revert the netvsc specific changes for now. Does not impact ongoingdevelopment of failover model for virtio.Revisit this after a simpler library based failover kernelroutines are extracted.This revertscommit 9c6ffbacdb57 (&quot;hv_netvsc: fix error return code in netvsc_probe()&quot;)andcommit 1ff78076d8dd (&quot;netvsc: refactor notifier/event handling code to use the failover framework&quot;)Signed-off-by: Stephen Hemminger &lt;sthemmin@microsoft.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/hyperv/Kconfig</description>
        <pubDate>Mon, 11 Jun 2018 19:44:54 +0000</pubDate>
        <dc:creator>Stephen Hemminger &lt;stephen@networkplumber.org&gt;</dc:creator>
    </item>
<item>
        <title>1ff78076 - netvsc: refactor notifier/event handling code to use the failover framework</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/hyperv/Kconfig#1ff78076</link>
        <description>netvsc: refactor notifier/event handling code to use the failover frameworkUse the registration/notification framework supported by the genericfailover infrastructure.Signed-off-by: Sridhar Samudrala &lt;sridhar.samudrala@intel.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/hyperv/Kconfig</description>
        <pubDate>Thu, 24 May 2018 16:55:14 +0000</pubDate>
        <dc:creator>Sridhar Samudrala &lt;sridhar.samudrala@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>48d7a07b - hv_netvsc: select needed ucs2_string routine</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/hyperv/Kconfig#48d7a07b</link>
        <description>hv_netvsc: select needed ucs2_string routineThe conversion of rndis friendly name to utf8 uses a standardkernel routine which is optional in config. Therefore buildwould fail for some configurations. Resolve by selecting neededlibrary.Fixes: 0fe554a46a0f (&quot;hv_netvsc: propogate Hyper-V friendly name into interface alias&quot;)Signed-off-by: Stephen Hemminger &lt;sthemmin@microsoft.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/hyperv/Kconfig</description>
        <pubDate>Fri, 20 Apr 2018 15:48:47 +0000</pubDate>
        <dc:creator>Stephen Hemminger &lt;stephen@networkplumber.org&gt;</dc:creator>
    </item>
<item>
        <title>95fa0405 - staging: hv: move hv_netvsc out of staging area</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/hyperv/Kconfig#95fa0405</link>
        <description>staging: hv: move hv_netvsc out of staging areahv_netvsc has been reviewed on netdev mailing list on 6/09/2011.All recommended changes have been made. We are requesting to moveit out of staging area.Signed-off-by: Haiyang Zhang &lt;haiyangz@microsoft.com&gt;Signed-off-by: KY Srinivasan &lt;kys@microsoft.com&gt;Signed-off-by: Mike Sterling &lt;Mike.Sterling@microsoft.com&gt;Acked-by: Stephen Hemminger &lt;shemminger@vyatta.com&gt;Acked-by: David S. Miller &lt;davem@davemloft.net&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux-6.15/drivers/net/hyperv/Kconfig</description>
        <pubDate>Mon, 28 Nov 2011 21:35:35 +0000</pubDate>
        <dc:creator>Haiyang Zhang &lt;haiyangz@microsoft.com&gt;</dc:creator>
    </item>
</channel>
</rss>
