<?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>af094824 - rxrpc: Allow a delay to be injected into packet reception</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rxrpc/Kconfig#af094824</link>
        <description>rxrpc: Allow a delay to be injected into packet receptionIf CONFIG_AF_RXRPC_DEBUG_RX_DELAY=y, then a delay is injected betweenpackets and errors being received and them being made available to theprocessing code, thereby allowing the RTT to be artificially increased.Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;cc: Marc Dionne &lt;marc.dionne@auristor.com&gt;cc: linux-afs@lists.infradead.org

            List of files:
            /linux-6.15/net/rxrpc/Kconfig</description>
        <pubDate>Mon, 17 Oct 2022 07:54:57 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>75bfdbf2 - rxrpc: Implement an in-kernel rxperf server for testing purposes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rxrpc/Kconfig#75bfdbf2</link>
        <description>rxrpc: Implement an in-kernel rxperf server for testing purposesImplement an in-kernel rxperf server to allow kernel-based rxrpc servicesto be tested directly, unlike with AFS where they&apos;re accessed by thefileserver when the latter decides it wants to.This is implemented as a module that, if loaded, opens UDP port 7009(afs3-rmtsys) and listens on it for incoming calls.  Calls can be generatedusing the rxperf command shipped with OpenAFS, for example.Changes=======ver #2) - Use min_t() instead of min().Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;cc: Marc Dionne &lt;marc.dionne@auristor.com&gt;cc: linux-afs@lists.infradead.orgcc: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/net/rxrpc/Kconfig</description>
        <pubDate>Thu, 03 Nov 2022 22:27:52 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>95d5e675 - net: RxRPC: make dependent Kconfig symbols be shown indented</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rxrpc/Kconfig#95d5e675</link>
        <description>net: RxRPC: make dependent Kconfig symbols be shown indentedMake all dependent RxRPC kconfig entries be dependent on AF_RXRPCso that they are presented (indented) after AF_RXRPC insteadof being presented at the same level on indentation.Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: David Howells &lt;dhowells@redhat.com&gt;Cc: Marc Dionne &lt;marc.dionne@auristor.com&gt;Cc: linux-afs@lists.infradead.orgCc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Cc: Jakub Kicinski &lt;kuba@kernel.org&gt;Cc: netdev@vger.kernel.orgSigned-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rxrpc/Kconfig</description>
        <pubDate>Mon, 16 Aug 2021 00:05:42 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>dc0e6056 - rxrpc: Fix missing dependency on NET_UDP_TUNNEL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rxrpc/Kconfig#dc0e6056</link>
        <description>rxrpc: Fix missing dependency on NET_UDP_TUNNELThe changes to make rxrpc create the udp socket missed a bit to add theKconfig dependency on the udp tunnel code to do this.Fix this by adding making AF_RXRPC select NET_UDP_TUNNEL.Fixes: 1a9b86c9fd95 (&quot;rxrpc: use udp tunnel APIs instead of open code in rxrpc_open_socket&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Signed-off-by: Vadim Fedorenko &lt;vfedorenko@novek.ru&gt;Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;Reviewed-by: Xin Long &lt;lucien.xin@gmail.com&gt;cc: alaa@dev.mellanox.co.ilcc: Jakub Kicinski &lt;kuba@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rxrpc/Kconfig</description>
        <pubDate>Tue, 09 Feb 2021 15:02:05 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>9f72374c - docs: networking: convert rxrpc.txt to ReST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rxrpc/Kconfig#9f72374c</link>
        <description>docs: networking: convert rxrpc.txt to ReST- add SPDX header;- adjust title markup;- use autonumbered list markups;- mark code blocks and literals as such;- mark tables as such;- adjust identation, whitespaces and blank lines where needed;- 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/rxrpc/Kconfig</description>
        <pubDate>Thu, 30 Apr 2020 16:04:21 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b95bba5d - crypto: skcipher - rename the crypto_blkcipher module and kconfig option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rxrpc/Kconfig#b95bba5d</link>
        <description>crypto: skcipher - rename the crypto_blkcipher module and kconfig optionNow that the blkcipher algorithm type has been removed in favor ofskcipher, rename the crypto_blkcipher kernel module to crypto_skcipher,and rename the config options accordingly:	CONFIG_CRYPTO_BLKCIPHER =&gt; CONFIG_CRYPTO_SKCIPHER	CONFIG_CRYPTO_BLKCIPHER2 =&gt; CONFIG_CRYPTO_SKCIPHER2Signed-off-by: Eric Biggers &lt;ebiggers@google.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/net/rxrpc/Kconfig</description>
        <pubDate>Fri, 25 Oct 2019 19:41:13 +0000</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@google.com&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/rxrpc/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/rxrpc/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>8a681c36 - rxrpc: Add config to inject packet loss</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rxrpc/Kconfig#8a681c36</link>
        <description>rxrpc: Add config to inject packet lossAdd a configuration option to inject packet loss by discardingapproximately every 8th packet received and approximately every 8th DATApacket transmitted.Note that no locking is used, but it shouldn&apos;t really matter.Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;

            List of files:
            /linux-6.15/net/rxrpc/Kconfig</description>
        <pubDate>Sat, 17 Sep 2016 09:49:15 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>d1912747 - rxrpc: Make IPv6 support conditional on CONFIG_IPV6</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rxrpc/Kconfig#d1912747</link>
        <description>rxrpc: Make IPv6 support conditional on CONFIG_IPV6Add CONFIG_AF_RXRPC_IPV6 and make the IPv6 support code conditional on it.This is then made conditional on CONFIG_IPV6.Without this, the following can be seen:   net/built-in.o: In function `rxrpc_init_peer&apos;:&gt;&gt; peer_object.c:(.text+0x18c3c8): undefined reference to `ip6_route_output_flags&apos;Reported-by: kbuild test robot &lt;fengguang.wu@intel.com&gt;Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rxrpc/Kconfig</description>
        <pubDate>Sat, 17 Sep 2016 06:26:01 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>648af7fc - rxrpc: Absorb the rxkad security module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rxrpc/Kconfig#648af7fc</link>
        <description>rxrpc: Absorb the rxkad security moduleAbsorb the rxkad security module into the af_rxrpc module so that there&apos;sonly one module file.  This avoids a circular dependency whereby rxkad pinsaf_rxrpc and cached connections pin rxkad but can&apos;t be manually evicted(they will expire eventually and cease pinning).With this change, af_rxrpc can just be unloaded, despite having cachedconnections.Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rxrpc/Kconfig</description>
        <pubDate>Thu, 07 Apr 2016 16:23:51 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>af2b08d3 - net/rxrpc: remove depends on CONFIG_EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rxrpc/Kconfig#af2b08d3</link>
        <description>net/rxrpc: 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: &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/rxrpc/Kconfig</description>
        <pubDate>Tue, 02 Oct 2012 18:20:00 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>d5a784b3 - [RXRPC]: Add missing select on CRYPTO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rxrpc/Kconfig#d5a784b3</link>
        <description>[RXRPC]: Add missing select on CRYPTOAF_RXRPC uses the crypto services, so should depend on or select CRYPTO.Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/net/rxrpc/Kconfig</description>
        <pubDate>Fri, 30 Nov 2007 12:06:40 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>71a904bf - [AF_RXRPC]: AF_RXRPC depends on IPv4</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rxrpc/Kconfig#71a904bf</link>
        <description>[AF_RXRPC]: AF_RXRPC depends on IPv4Add a dependency for CONFIG_AF_RXRPC on CONFIG_INET.  This fixes thiserror:net/built-in.o: In function `rxrpc_get_peer&apos;:(.text+0x42824): undefined reference to `ip_route_output_key&apos;Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rxrpc/Kconfig</description>
        <pubDate>Tue, 22 May 2007 23:13:49 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>80c72fe4 - [AFS/AF_RXRPC]: Miscellaneous fixes.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rxrpc/Kconfig#80c72fe4</link>
        <description>[AFS/AF_RXRPC]: Miscellaneous fixes.Make miscellaneous fixes to AFS and AF_RXRPC: (*) Make AF_RXRPC select KEYS rather than RXKAD or AFS_FS in Kconfig. (*) Don&apos;t use FS_BINARY_MOUNTDATA. (*) Remove a done &apos;TODO&apos; item in a comemnt on afs_get_sb(). (*) Don&apos;t pass a void * as the page pointer argument of kmap_atomic() as this     breaks on m68k.  Patch from Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;. (*) Use match_*() functions rather than doing my own parsing.Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rxrpc/Kconfig</description>
        <pubDate>Thu, 03 May 2007 10:11:29 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>b1bdb691 - [AF_RXRPC/AFS]: Arch-specific fixes.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rxrpc/Kconfig#b1bdb691</link>
        <description>[AF_RXRPC/AFS]: Arch-specific fixes.Fixes for various arch compilation problems: (*) Missing module exports. (*) Variable name collision when rxkad and af_rxrpc both built in     (rxrpc_debug). (*) Large constant representation problem (AFS_UUID_TO_UNIX_TIME). (*) Configuration dependencies. (*) printk() format warnings.Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rxrpc/Kconfig</description>
        <pubDate>Fri, 27 Apr 2007 22:28:45 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>17926a79 - [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/rxrpc/Kconfig#17926a79</link>
        <description>[AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothProvide AF_RXRPC sockets that can be used to talk to AFS servers, or serveanswers to AFS clients.  KerberosIV security is fully supported.  The patchesand some example test programs can be found in:	http://people.redhat.com/~dhowells/rxrpc/This will eventually replace the old implementation of kernel-only RxRPCcurrently resident in net/rxrpc/.Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/rxrpc/Kconfig</description>
        <pubDate>Thu, 26 Apr 2007 22:48:28 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
