<?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>266f3128 - dccp: Replace HTTP links with HTTPS ones</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dccp/Kconfig#266f3128</link>
        <description>dccp: Replace HTTP links with HTTPS onesRationale:Reduces attack surface on kernel devs opening the links for MITMas HTTPS traffic is much harder to manipulate.Deterministic algorithm:For each file:  If not .svg:    For each line:      If doesn&apos;t contain `\bxmlns\b`:        For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`:	  If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`:            If both the HTTP and HTTPS versions            return 200 OK and serve the same content:              Replace HTTP with HTTPS.Signed-off-by: Alexander A. Klimov &lt;grandmaster@al2klimov.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/dccp/Kconfig</description>
        <pubDate>Mon, 13 Jul 2020 07:51:08 +0000</pubDate>
        <dc:creator>Alexander A. Klimov &lt;grandmaster@al2klimov.de&gt;</dc:creator>
    </item>
<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/dccp/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/dccp/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/dccp/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/dccp/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>a56c1470 - net: dccp: Remove dccpprobe module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dccp/Kconfig#a56c1470</link>
        <description>net: dccp: Remove dccpprobe moduleRemove DCCP probe module since jprobe has been deprecated.That function is now replaced by dccp/dccp_probe trace-event.You can use it via ftrace or perftools.Signed-off-by: Masami Hiramatsu &lt;mhiramat@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/dccp/Kconfig</description>
        <pubDate>Fri, 29 Dec 2017 02:48:25 +0000</pubDate>
        <dc:creator>Masami Hiramatsu &lt;mhiramat@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>fa201d64 - net/dccp: remove depends on CONFIG_EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dccp/Kconfig#fa201d64</link>
        <description>net/dccp: 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: Gerrit Renker &lt;gerrit@erg.abdn.ac.uk&gt;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;Acked-by: Gerrit Renker &lt;gerrit@erg.abdn.ac.uk&gt;

            List of files:
            /linux-6.15/net/dccp/Kconfig</description>
        <pubDate>Tue, 02 Oct 2012 18:19:41 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>c996d8b9 - Docs/Kconfig: Update: osdl.org -&gt; linuxfoundation.org</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dccp/Kconfig#c996d8b9</link>
        <description>Docs/Kconfig: Update: osdl.org -&gt; linuxfoundation.orgSome of the documentation refers to web pages underthe domain `osdl.org&apos;. However, `osdl.org&apos; nowredirects to `linuxfoundation.org&apos;.Rather than rely on redirections, this patch updatesthe addresses appropriately; for the most part, onlydocumentation that is meant to be current has beenupdated.The patch should be pretty quick to scan and check;each new web-page url was gotten by trying out theoriginal URL in a browser and then simply copying thethe redirected URL (formatting as necessary).There is some conflict as to which one of these domainnames is preferred:  linuxfoundation.org  linux-foundation.orgSo, I wrote:  info@linuxfoundation.organd got this reply:  Message-ID: &lt;4CE17EE6.9040807@linuxfoundation.org&gt;  Date: Mon, 15 Nov 2010 10:41:42 -0800  From: David Ames &lt;david@linuxfoundation.org&gt;  ...  linuxfoundation.org is preferred. The canonical name for our web site is  www.linuxfoundation.org. Our list site is actually  lists.linux-foundation.org.  Regarding email linuxfoundation.org is preferred there are a few people  who choose to use linux-foundation.org for their own reasons.Consequently, I used `linuxfoundation.org&apos; for web pages and`lists.linux-foundation.org&apos; for mailing-list web pages and email addresses;the only personal email address I updated from `@osdl.org&apos; was that ofAndrew Morton, who prefers `linux-foundation.org&apos; according `git log&apos;.Signed-off-by: Michael Witten &lt;mfwitten@gmail.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux-6.15/net/dccp/Kconfig</description>
        <pubDate>Mon, 15 Nov 2010 19:55:34 +0000</pubDate>
        <dc:creator>Michael Witten &lt;mfwitten@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ddebc973 - dccp: Lockless integration of CCID congestion-control plugins</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dccp/Kconfig#ddebc973</link>
        <description>dccp: Lockless integration of CCID congestion-control pluginsBased on Arnaldo&apos;s earlier patch, this patch integrates the standardisedCCID congestion control plugins (CCID-2 and CCID-3) of DCCP with dccp.ko: * enables a faster connection path by eliminating the need to always go    through the CCID registration lock; * updates the implementation to use only a single array whose size equals   the number of configured CCIDs instead of the maximum (256); * since the CCIDs are now fixed array elements, synchronization is no   longer needed, simplifying use and implementation.CCID-2 is suggested as minimum for a basic DCCP implementation (RFC 4340, 10);CCID-3 is a standards-track CCID supported by RFC 4342 and RFC 5348.Signed-off-by: Gerrit Renker &lt;gerrit@erg.abdn.ac.uk&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/dccp/Kconfig</description>
        <pubDate>Mon, 05 Jan 2009 05:42:53 +0000</pubDate>
        <dc:creator>Gerrit Renker &lt;gerrit@erg.abdn.ac.uk&gt;</dc:creator>
    </item>
<item>
        <title>410e27a4 - This reverts &quot;Merge branch &apos;dccp&apos; of git://eden-feed.erg.abdn.ac.uk/dccp_exp&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dccp/Kconfig#410e27a4</link>
        <description>This reverts &quot;Merge branch &apos;dccp&apos; of git://eden-feed.erg.abdn.ac.uk/dccp_exp&quot;as it accentally contained the wrong set of patches. These will besubmitted separately.Signed-off-by: Gerrit Renker &lt;gerrit@erg.abdn.ac.uk&gt;

            List of files:
            /linux-6.15/net/dccp/Kconfig</description>
        <pubDate>Tue, 09 Sep 2008 11:27:22 +0000</pubDate>
        <dc:creator>Gerrit Renker &lt;gerrit@erg.abdn.ac.uk&gt;</dc:creator>
    </item>
<item>
        <title>5a577b48 - dccp ccid-2: Remove old infrastructure</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dccp/Kconfig#5a577b48</link>
        <description>dccp ccid-2: Remove old infrastructureThis removes * functions for which updates have been provided in the preceding patches and * the @av_vec_len field - it is no longer necessary since the buffer length is   now always computed dynamically; * conditional debugging code (CONFIG_IP_DCCP_ACKVEC).The reason for removing the conditional debugging code is that Ack Vectors are an almost inevitable necessity - RFC 4341 says that for CCID-2, Ack Vectors mustbe used. Furthermore, the code would be only interesting for coding - after some extensive testing with this patch set, having the debug code around is no longerof real help.Signed-off-by: Gerrit Renker &lt;gerrit@erg.abdn.ac.uk&gt;

            List of files:
            /linux-6.15/net/dccp/Kconfig</description>
        <pubDate>Thu, 04 Sep 2008 05:30:19 +0000</pubDate>
        <dc:creator>Gerrit Renker &lt;gerrit@erg.abdn.ac.uk&gt;</dc:creator>
    </item>
<item>
        <title>e333b3ed - [DCCP]: Promote CCID2 as default CCID</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dccp/Kconfig#e333b3ed</link>
        <description>[DCCP]: Promote CCID2 as default CCIDThis patch addresses the following problems: 1. DCCP relies for its proper functioning on having at least one CCID module    enabled (as in TCP plugable congestion control). Currently it is possible to    disable both CCIDs and thus leave the DCCP module in a compiled, but entirely    non-functional state: no sockets can be created when no CCID is available.    Furthermore, the protocol is (again like TCP) not intended to be used without    CCIDs. Last, a non-empty CCID list is needed for doing CCID feature negotiation. 2. Internally the default CCID that is advertised by the Linux host is set to CCID2    (DCCPF_INITIAL_CCID in include/linux/dccp.h). Disabling CCID2 in the Kconfig    menu without changing the defaults leads to a failure `module not found&apos; when    trying to load the dccp module (which internally tries to load the default CCID). 3. The specification (RFC 4340, sec. 10) treats CCID2 somewhat like a    `minimum common denominator&apos;; the specification says that:    * &quot;New connections start with CCID 2 for both endpoints&quot;    * &quot;A DCCP implementation intended for general use, such as an implementation in a       general-purpose operating system kernel, SHOULD implement at least CCID 2.       The intent is to make CCID 2 broadly available for interoperability [...]&quot;    Providing CCID2 as minimum-required CCID (like Reno/Cubic in TCP) thus seems reasonable.Hence this patch automatically selects CCID2 when DCCP is enabled. Documentation also added.Discussions with Ian McDonald on this subject are gratefully acknowledged.Signed-off-by: Gerrit Renker &lt;gerrit@erg.abdn.ac.uk&gt;Signed-off-by: Ian McDonald &lt;ian.mcdonald@jandi.co.nz&gt;Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/dccp/Kconfig</description>
        <pubDate>Wed, 21 Nov 2007 12:09:56 +0000</pubDate>
        <dc:creator>Gerrit Renker &lt;gerrit@erg.abdn.ac.uk&gt;</dc:creator>
    </item>
<item>
        <title>3df25df3 - [DCCP]: Use menuconfig objects.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dccp/Kconfig#3df25df3</link>
        <description>[DCCP]: Use menuconfig objects.Use menuconfigs instead of menus, so the whole menu can be disabled atonce instead of going through all options.Signed-off-by: Jan Engelhardt &lt;jengelh@gmx.de&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/dccp/Kconfig</description>
        <pubDate>Wed, 23 May 2007 21:46:35 +0000</pubDate>
        <dc:creator>Jan Engelhardt &lt;jengelh@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>84116716 - [DCCP]: enable debug messages also for static builds</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dccp/Kconfig#84116716</link>
        <description>[DCCP]: enable debug messages also for static buildsThis patch  * makes debugging (when configured) work both for static / module build  * provides generic debugging macros for use in other DCCP / CCID modules  * adds missing information about debug parameters to Kconfig  * performs some code tidy-upSigned-off-by: Gerrit Renker &lt;gerrit@erg.abdn.ac.uk&gt;Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@mandriva.com&gt;

            List of files:
            /linux-6.15/net/dccp/Kconfig</description>
        <pubDate>Mon, 20 Nov 2006 20:26:03 +0000</pubDate>
        <dc:creator>Gerrit Renker &lt;gerrit@erg.abdn.ac.uk&gt;</dc:creator>
    </item>
<item>
        <title>fec5b80e - [DCCP]: Fix DCCP Probe Typo</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dccp/Kconfig#fec5b80e</link>
        <description>[DCCP]: Fix DCCP Probe TypoFixes a typo in Kconfig, patch is by Ian McDonald and is re-sent fromhttp://www.mail-archive.com/dccp@vger.kernel.org/msg00579.htmlSigned-off-by: Ian McDonald &lt;ian.mcdonald@jandi.co.nz&gt;Signed-off-by: Gerrit Renker &lt;gerrit@erg.abdn.ac.uk&gt;Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@mandriva.com&gt;

            List of files:
            /linux-6.15/net/dccp/Kconfig</description>
        <pubDate>Fri, 10 Nov 2006 15:04:52 +0000</pubDate>
        <dc:creator>Ian McDonald &lt;ian.mcdonald@jandi.co.nz&gt;</dc:creator>
    </item>
<item>
        <title>0e64e94e - [DCCP]: Update documentation references.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dccp/Kconfig#0e64e94e</link>
        <description>[DCCP]: Update documentation references.Updates the references to spec documents throughout the code, taking intoaccount that* the DCCP, CCID 2, and CCID 3 drafts all became RFCs in March this year* RFC 1063 was obsoleted by RFC 1191* draft-ietf-tcpimpl-pmtud-0x.txt was published as an Informational  RFC, RFC 2923 on 2000-09-22.All references verified.Signed-off-by: Gerrit Renker &lt;gerrit@erg.abdn.ac.uk&gt;Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@mandriva.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/dccp/Kconfig</description>
        <pubDate>Tue, 24 Oct 2006 23:17:51 +0000</pubDate>
        <dc:creator>Gerrit Renker &lt;gerrit@erg.abdn.ac.uk&gt;</dc:creator>
    </item>
<item>
        <title>e41542f5 - [DCCP]: Introduce dccp_probe</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dccp/Kconfig#e41542f5</link>
        <description>[DCCP]: Introduce dccp_probeThis adds DCCP probing shamelessly ripped off from TCP probes by StephenHemminger.I&apos;ve put in here support for further CCID3 variables as well.Andrea/Arnaldo might look to extend for CCID2.Signed-off-by: Ian McDonald &lt;ian.mcdonald@jandi.co.nz&gt;Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@mandriva.com&gt;

            List of files:
            /linux-6.15/net/dccp/Kconfig</description>
        <pubDate>Fri, 22 Sep 2006 02:28:01 +0000</pubDate>
        <dc:creator>Ian McDonald &lt;ian.mcdonald@jandi.co.nz&gt;</dc:creator>
    </item>
<item>
        <title>538c5902 - [PATCH] clean up default value of IP_DCCP_ACKVEC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dccp/Kconfig#538c5902</link>
        <description>[PATCH] clean up default value of IP_DCCP_ACKVECDefault values for boolean and tristate options can only be &apos;y&apos;, &apos;m&apos; or &apos;n&apos;.This patch removes wrong default for IP_DCCP_ACKVEC.Signed-off-by: Jean-Luc Leger &lt;jean-luc.leger@dspnet.fr.eu.org&gt;Cc: Arnaldo Carvalho de Melo &lt;acme@conectiva.com.br&gt;Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/net/dccp/Kconfig</description>
        <pubDate>Fri, 23 Jun 2006 09:05:22 +0000</pubDate>
        <dc:creator>Jean-Luc Leger &lt;jean-luc.leger@dspnet.fr.eu.org&gt;</dc:creator>
    </item>
<item>
        <title>72478873 - [DCCP] ipv6: Add missing ipv6 control socket</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dccp/Kconfig#72478873</link>
        <description>[DCCP] ipv6: Add missing ipv6 control socketI guess I forgot to add it, nah, now it just works:18:04:33.274066 IP6 ::1.1476 &gt; ::1.5001: request (service=0)18:04:33.334482 IP6 ::1.5001 &gt; ::1.1476: reset (code=bad_service_code)Ditched IP_DCCP_UNLOAD_HACK, as now we would have to do it for bothIPv6 and IPv4, so I&apos;ll come up with another way for freeing thecontrol sockets in upcoming changesets.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@mandriva.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/dccp/Kconfig</description>
        <pubDate>Tue, 21 Mar 2006 06:00:37 +0000</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@mandriva.com&gt;</dc:creator>
    </item>
<item>
        <title>2a91aa39 - [DCCP] CCID2: Initial CCID2 (TCP-Like) implementation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dccp/Kconfig#2a91aa39</link>
        <description>[DCCP] CCID2: Initial CCID2 (TCP-Like) implementationOriginal work by Andrea Bittau, Arnaldo Melo cleaned up and fixed severalissues on the merge process.For now CCID2 was turned the default for all SOCK_DCCP connections, but thiswill be remedied soon with the merge of the feature negotiation code.Signed-off-by: Andrea Bittau &lt;a.bittau@cs.ucl.ac.uk&gt;Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@mandriva.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/dccp/Kconfig</description>
        <pubDate>Tue, 21 Mar 2006 01:41:47 +0000</pubDate>
        <dc:creator>Andrea Bittau &lt;a.bittau@cs.ucl.ac.uk&gt;</dc:creator>
    </item>
<item>
        <title>75b3f207 - [DCCP]: Make the Debug Menu available when DCCP is statically linked too</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dccp/Kconfig#75b3f207</link>
        <description>[DCCP]: Make the Debug Menu available when DCCP is statically linked tooSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@mandriva.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/dccp/Kconfig</description>
        <pubDate>Sat, 27 Aug 2005 05:35:30 +0000</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@mandriva.com&gt;</dc:creator>
    </item>
<item>
        <title>725ba8ee - [DCCP]: Introduce the DCCP Kernel hacking menu</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/dccp/Kconfig#725ba8ee</link>
        <description>[DCCP]: Introduce the DCCP Kernel hacking menuOnly available if CONFIG_DEBUG_KERNEL is enabled in the &quot;KernelHacking&quot; Menu.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@mandriva.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/dccp/Kconfig</description>
        <pubDate>Sat, 13 Aug 2005 23:35:39 +0000</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@mandriva.com&gt;</dc:creator>
    </item>
</channel>
</rss>
