<?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>26c79ec9 - net: dns_resolver: the module is called dns_resolver, not dnsresolver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dns_resolver/Kconfig#26c79ec9</link>
        <description>net: dns_resolver: the module is called dns_resolver, not dnsresolver$ modinfo dnsresolver dns_resolver | grep namemodinfo: ERROR: Module dnsresolver not found.filename: /lib/modules/6.1.0-9-amd64/kernel/net/dns_resolver/dns_resolver.koname:     dns_resolverSigned-off-by: Ahelenia Ziemia&#324;ska &lt;nabijaczleweli@nabijaczleweli.xyz&gt;Link: https://lore.kernel.org/r/gh4sxphjxbo56n2spgmc66vtazyxgiehpmv5f2gkvgicy6f4rs@tarta.nabijaczleweli.xyzSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux-6.15/net/dns_resolver/Kconfig</description>
        <pubDate>Fri, 08 Dec 2023 20:16:12 +0000</pubDate>
        <dc:creator>Ahelenia Ziemia&#324;ska &lt;nabijaczleweli@nabijaczleweli.xyz&gt;</dc:creator>
    </item>
<item>
        <title>864e898b - net: remove redundant &apos;depends on NET&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dns_resolver/Kconfig#864e898b</link>
        <description>net: remove redundant &apos;depends on NET&apos;These Kconfig files are included from net/Kconfig, inside theif NET ... endif.Remove &apos;depends on NET&apos;, which we know it is already met.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Link: https://lore.kernel.org/r/20210125232026.106855-1-masahiroy@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/net/dns_resolver/Kconfig</description>
        <pubDate>Mon, 25 Jan 2021 23:20:26 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>9dfe1361 - docs: networking: convert dns_resolver.txt to ReST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dns_resolver/Kconfig#9dfe1361</link>
        <description>docs: networking: convert dns_resolver.txt to ReST- add SPDX header;- adjust titles and chapters, adding proper markups;- comment out text-only TOC from html/pdf output;- mark code blocks and literals as such;- adjust identation, whitespaces and blank lines;- add to networking/index.rst.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/dns_resolver/Kconfig</description>
        <pubDate>Mon, 27 Apr 2020 22:01:32 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@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/dns_resolver/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/dns_resolver/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>5227bbb0 - [DNS RESOLVER] Minor typo correction</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dns_resolver/Kconfig#5227bbb0</link>
        <description>[DNS RESOLVER] Minor typo correctionCC: Dave Howells &lt;dhowells@redhat.com&gt;Signed-off-by: Steve French &lt;sfrench@us.ibm.com&gt;

            List of files:
            /linux-6.15/net/dns_resolver/Kconfig</description>
        <pubDate>Fri, 06 Aug 2010 03:18:09 +0000</pubDate>
        <dc:creator>Steve French &lt;sfrench@us.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>1a4240f4 - DNS: Separate out CIFS DNS Resolver code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dns_resolver/Kconfig#1a4240f4</link>
        <description>DNS: Separate out CIFS DNS Resolver codeSeparate out the DNS resolver key type from the CIFS filesystem into its ownmodule so that it can be made available for general use, including the AFSfilesystem module.This facility makes it possible for the kernel to upcall to userspace to haveit issue DNS requests, package up the replies and present them to the kernelin a useful form.  The kernel is then able to cache the DNS replies as keyscan be retained in keyrings.Resolver keys are of type &quot;dns_resolver&quot; and have a case-insensitivedescription that is of the form &quot;[&lt;type&gt;:]&lt;domain_name&gt;&quot;.  The optional &lt;type&gt;indicates the particular DNS lookup and packaging that&apos;s required.  The&lt;domain_name&gt; is the query to be made.If &lt;type&gt; isn&apos;t given, a basic hostname to IP address lookup is made, and theresult is stored in the key in the form of a printable string consisting of acomma-separated list of IPv4 and IPv6 addresses.This key type is supported by userspace helpers driven from /sbin/request-keyand configured through /etc/request-key.conf.  The cifs.upcall utility isinvoked for UNC path server name to IP address resolution.The CIFS functionality is encapsulated by the dns_resolve_unc_to_ip() function,which is used to resolve a UNC path to an IP address for CIFS filesystem.  Thispart remains in the CIFS module for now.See the added Documentation/networking/dns_resolver.txt for more information.Signed-off-by: Wang Lei &lt;wang840925@gmail.com&gt;Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;Acked-by: Jeff Layton &lt;jlayton@redhat.com&gt;Signed-off-by: Steve French &lt;sfrench@us.ibm.com&gt;

            List of files:
            /linux-6.15/net/dns_resolver/Kconfig</description>
        <pubDate>Wed, 04 Aug 2010 14:16:33 +0000</pubDate>
        <dc:creator>Wang Lei &lt;wang840925@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
