<?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>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/drivers/infiniband/ulp/ipoib/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/drivers/infiniband/ulp/ipoib/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>97162a1e - docs: infiniband: convert docs to ReST and rename to *.rst</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig#97162a1e</link>
        <description>docs: infiniband: convert docs to ReST and rename to *.rstThe InfiniBand docs are plain text with no markups.  So, all we needed todo were to add the title markups and some markup sequences in order toproperly parse tables, lists and literal blocks.At its new index.rst, let&apos;s add a :orphan: while this is not linked to themain index.rst file, in order to avoid build warnings.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;Signed-off-by: Jason Gunthorpe &lt;jgg@mellanox.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig</description>
        <pubDate>Sun, 09 Jun 2019 02:27:03 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+samsung@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/drivers/infiniband/ulp/ipoib/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/infiniband/ulp/ipoib/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>6a108a14 - kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig#6a108a14</link>
        <description>kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTThe meaning of CONFIG_EMBEDDED has long since been obsoleted; the optionis used to configure any non-standard kernel with a much larger scope thanonly small devices.This patch renames the option to CONFIG_EXPERT in init/Kconfig and fixesreferences to the option throughout the kernel.  A new CONFIG_EMBEDDEDoption is added that automatically selects CONFIG_EXPERT when enabled andcan be used in the future to isolate options that should only beconsidered for embedded systems (RISC architectures, SLOB, etc).Calling the option &quot;EXPERT&quot; more accurately represents its intention: onlyexpert users who understand the impact of the configuration changes theyare making should enable it.Reviewed-by: Ingo Molnar &lt;mingo@elte.hu&gt;Acked-by: David Woodhouse &lt;david.woodhouse@intel.com&gt;Signed-off-by: David Rientjes &lt;rientjes@google.com&gt;Cc: Greg KH &lt;gregkh@suse.de&gt;Cc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Cc: Jens Axboe &lt;axboe@kernel.dk&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Robin Holt &lt;holt@sgi.com&gt;Cc: &lt;linux-arch@vger.kernel.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig</description>
        <pubDate>Thu, 20 Jan 2011 22:44:16 +0000</pubDate>
        <dc:creator>David Rientjes &lt;rientjes@google.com&gt;</dc:creator>
    </item>
<item>
        <title>19e364f6 - IPoIB: Remove LRO support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig#19e364f6</link>
        <description>IPoIB: Remove LRO supportAs a first step in moving from LRO to GRO, revert commit af40da894e9(&quot;IPoIB: add LRO support&quot;).  Also eliminate the ethtool set_flagscallback which isn&apos;t needed anymore.  Finally, we need to include&lt;linux/sched.h&gt; directly to get the declaration of restart_syscall()(which used to be included implicitly through &lt;linux/inet_lro.h&gt;).Cc: Ben Hutchings &lt;bhutchings@solarflare.com&gt;Cc: Eric W. Biederman &lt;ebiederm@xmission.com&gt;Cc: Vladimir Sokolovsky &lt;vlad@mellanox.co.il&gt;Signed-off-by: Or Gerlitz &lt;ogerlitz@voltaire.com&gt;Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig</description>
        <pubDate>Tue, 11 Jan 2011 01:41:54 +0000</pubDate>
        <dc:creator>Or Gerlitz &lt;ogerlitz@voltaire.com&gt;</dc:creator>
    </item>
<item>
        <title>99059224 - IPoIB: Correct help text for INFINIBAND_IPOIB_DEBUG</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig#99059224</link>
        <description>IPoIB: Correct help text for INFINIBAND_IPOIB_DEBUGThe help text for INFINIBAND_IPOIB_DEBUG refers to &quot;ipoib_debugfs,&quot;which no longer exists.  Correct this to talk about the files underdebugfs that are really created.Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig</description>
        <pubDate>Fri, 25 Jul 2008 03:37:25 +0000</pubDate>
        <dc:creator>Roland Dreier &lt;rolandd@cisco.com&gt;</dc:creator>
    </item>
<item>
        <title>99c3a5a9 - IPoIB/cm: Connected mode is no longer EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig#99c3a5a9</link>
        <description>IPoIB/cm: Connected mode is no longer EXPERIMENTALConnected mode is now tested and used by lots of people.  No need tohide it under CONFIG_EXPERIMENTAL.Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig</description>
        <pubDate>Fri, 25 Jul 2008 03:37:25 +0000</pubDate>
        <dc:creator>Roland Dreier &lt;rolandd@cisco.com&gt;</dc:creator>
    </item>
<item>
        <title>af40da89 - IPoIB: add LRO support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig#af40da89</link>
        <description>IPoIB: add LRO supportAdd &quot;ipoib_use_lro&quot; module parameter to enable LRO and an&quot;ipoib_lro_max_aggr&quot; module parameter to set the max number of packetsto be aggregated.  Make LRO controllable and LRO statistics accessiblethrough ethtool.Signed-off-by: Vladimir Sokolovsky &lt;vlad@mellanox.co.il&gt;Signed-off-by: Eli Cohen &lt;eli@mellanox.co.il&gt;Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig</description>
        <pubDate>Tue, 15 Jul 2008 06:48:48 +0000</pubDate>
        <dc:creator>Vladimir Sokolovsky &lt;vlad@mellanox.co.il&gt;</dc:creator>
    </item>
<item>
        <title>06cc8508 - IB: Use menuconfig for InfiniBand menu</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig#06cc8508</link>
        <description>IB: Use menuconfig for InfiniBand menuChange Kconfig objects from &quot;menu, config&quot; into &quot;menuconfig&quot; sothat the user can disable the whole feature without having toenter the menu first.Signed-off-by: Jan Engelhardt &lt;jengelh@gmx.de&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig</description>
        <pubDate>Wed, 23 May 2007 21:21:22 +0000</pubDate>
        <dc:creator>Jan Engelhardt &lt;jengelh@linux01.gwdg.de&gt;</dc:creator>
    </item>
<item>
        <title>839fcaba - IPoIB: Connected mode experimental support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig#839fcaba</link>
        <description>IPoIB: Connected mode experimental supportThe following patch adds experimental support for IPoIB connectedmode, as defined by the draft from the IETF ipoib working group.  Theidea is to increase performance by increasing the MTU from the maximumof 2K (theoretically 4K) supported by IPoIB on top of UD.  With thiscode, I&apos;m able to get 800MByte/sec or more with netperf withoutoptions on a Mellanox 4x back-to-back DDR system.Some notes on code:1. SRQ is used for scalability to large cluster sizes2. Only RC connections are used (UC does not support SRQ now)3. Retry count is set to 0 since spec draft warns against retries4. Each connection is used for data transfers in only 1 direction, so   each connection is either active(TX) or passive (RX).  2 sides that   want to communicate create 2 connections.5. Each active (TX) connection has a separate CQ for send completions -   this keeps the code simple without CQ resize and other tricks6. To detect stale passive side connections (where the remote side is   down), we keep an LRU list of passive connections (updated once per   second per connection) and destroy a connection after it has been   unused for several seconds. The LRU rule makes it possible to avoid   scanning connections that have recently been active.Signed-off-by: Michael S. Tsirkin &lt;mst@mellanox.co.il&gt;Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig</description>
        <pubDate>Mon, 05 Feb 2007 20:12:23 +0000</pubDate>
        <dc:creator>Michael S. Tsirkin &lt;mst@mellanox.co.il&gt;</dc:creator>
    </item>
<item>
        <title>cab00891 - Still more typo fixes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig#cab00891</link>
        <description>Still more typo fixesSigned-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig</description>
        <pubDate>Tue, 03 Oct 2006 20:36:44 +0000</pubDate>
        <dc:creator>Matt LaPlante &lt;kernel1@cyberdogtech.com&gt;</dc:creator>
    </item>
<item>
        <title>8ddc7c53 - IB/ipoib: Remove broken link from Kconfig and documentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig#8ddc7c53</link>
        <description>IB/ipoib: Remove broken link from Kconfig and documentationRemove references to the IPoIB IETF working group as it has been closed.Signed-off-by: Or Gerlitz &lt;ogerlitz@voltaire.com&gt;Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig</description>
        <pubDate>Thu, 13 Jul 2006 08:00:39 +0000</pubDate>
        <dc:creator>Or Gerlitz &lt;ogerlitz@voltaire.com&gt;</dc:creator>
    </item>
<item>
        <title>f5545d24 - IPoIB: Always build debugging code unless CONFIG_EMBEDDED=y</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig#f5545d24</link>
        <description>IPoIB: Always build debugging code unless CONFIG_EMBEDDED=yDon&apos;t allow CONFIG_INFINIBAND_IPOIB_DEBUG to be disabled unlessCONFIG_EMBEDDED is selected.  We want users (and especially distros)to have this turned on unless they really need to save space, becauseby the time we want debugging output, it&apos;s usually too late to rebuilda kernel.  The debugging output can be controlled at runtime via thedebug_level module parameter in sysfs.Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;

            List of files:
            /linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig</description>
        <pubDate>Sun, 02 Apr 2006 21:39:19 +0000</pubDate>
        <dc:creator>Roland Dreier &lt;rolandd@cisco.com&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/drivers/infiniband/ulp/ipoib/Kconfig</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
