<?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>f323aa54 - bridge: cfm: Add BRIDGE_CFM to Kconfig.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/bridge/Kconfig#f323aa54</link>
        <description>bridge: cfm: Add BRIDGE_CFM to Kconfig.This makes it possible to include or exclude the CFMprotocol according to 802.1Q section 12.14.Signed-off-by: Henrik Bjoernlund  &lt;henrik.bjoernlund@microchip.com&gt;Reviewed-by: Horatiu Vultur  &lt;horatiu.vultur@microchip.com&gt;Acked-by: Nikolay Aleksandrov &lt;nikolay@nvidia.com&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/net/bridge/Kconfig</description>
        <pubDate>Tue, 27 Oct 2020 10:02:43 +0000</pubDate>
        <dc:creator>Henrik Bjoernlund &lt;henrik.bjoernlund@microchip.com&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/bridge/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/bridge/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>2cc974f8 - bridge: mrp: Update Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/bridge/Kconfig#2cc974f8</link>
        <description>bridge: mrp: Update KconfigAdd the option BRIDGE_MRP to allow to build in or not MRP support.The default value is N.Reviewed-by: Nikolay Aleksandrov &lt;nikolay@cumulusnetworks.com&gt;Signed-off-by: Horatiu Vultur &lt;horatiu.vultur@microchip.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/bridge/Kconfig</description>
        <pubDate>Sun, 26 Apr 2020 13:21:59 +0000</pubDate>
        <dc:creator>Horatiu Vultur &lt;horatiu.vultur@microchip.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/bridge/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/bridge/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>c03e2fa7 - docs: fix some broken documentation references</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/bridge/Kconfig#c03e2fa7</link>
        <description>docs: fix some broken documentation referencesSome documentation files received recent changes and arepointing to wrong places.Those references can easily fixed with the help of ascript:	$ ./scripts/documentation-file-ref-check --fixSigned-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;Reviewed-by: Jan Kara &lt;jack@suse.cz&gt;Reviewed-by: Darrick J. Wong &lt;darrick.wong@oracle.com&gt;Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/net/bridge/Kconfig</description>
        <pubDate>Mon, 17 Sep 2018 19:02:34 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>243a2e63 - bridge: Add vlan filtering infrastructure</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/bridge/Kconfig#243a2e63</link>
        <description>bridge: Add vlan filtering infrastructureAdds an optional infrustructure component to bridge that would allownative vlan filtering in the bridge.  Each bridge port (as wellas the bridge device) now get a VLAN bitmap.  Each bit in the bitmapis associated with a vlan id.  This way if the bit corresponding tothe vid is set in the bitmap that the packet with vid is allowed toenter and exit the port.Write access the bitmap is protected by RTNL and read accessprotected by RCU.Vlan functionality is disabled by default.Signed-off-by: Vlad Yasevich &lt;vyasevic@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/bridge/Kconfig</description>
        <pubDate>Wed, 13 Feb 2013 12:00:09 +0000</pubDate>
        <dc:creator>Vlad Yasevich &lt;vyasevic@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>dcbcdf22 - net: bridge builtin vs. ipv6 modular</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/bridge/Kconfig#dcbcdf22</link>
        <description>net: bridge builtin vs. ipv6 modularWhen configs BRIDGE=y and IPV6=m, this build error occurs:br_multicast.c:(.text+0xa3341): undefined reference to `ipv6_dev_get_saddr&apos;BRIDGE_IGMP_SNOOPING is boolean; if it were tristate, then adding	depends on IPV6 || IPV6=nto BRIDGE_IGMP_SNOOPING would be a good fix.  As it is currently,making BRIDGE depend on the IPV6 config works.Reported-by: Patrick Schaaf &lt;netdev@bof.de&gt;Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/bridge/Kconfig</description>
        <pubDate>Thu, 10 Mar 2011 21:45:57 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;randy.dunlap@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>08b202b6 - bridge br_multicast: IPv6 MLD support.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/bridge/Kconfig#08b202b6</link>
        <description>bridge br_multicast: IPv6 MLD support.Signed-off-by: YOSHIFUJI Hideaki &lt;yoshfuji@linux-ipv6.org&gt;

            List of files:
            /linux-6.15/net/bridge/Kconfig</description>
        <pubDate>Thu, 22 Apr 2010 16:54:22 +0000</pubDate>
        <dc:creator>YOSHIFUJI Hideaki &lt;yoshfuji@linux-ipv6.org&gt;</dc:creator>
    </item>
<item>
        <title>1cd4efdd - bridge: depends on INET</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/bridge/Kconfig#1cd4efdd</link>
        <description>bridge: depends on INETbr_multicast calls ip_send_check(), so it should depend on INET.built-in:br_multicast.c:(.text+0x88cf4): undefined reference to `ip_send_check&apos;or modular:ERROR: &quot;ip_send_check&quot; [net/bridge/bridge.ko] undefined!Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/bridge/Kconfig</description>
        <pubDate>Wed, 03 Mar 2010 09:23:22 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;randy.dunlap@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>024c378f - bridge: Make IGMP snooping depend upon BRIDGE.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/bridge/Kconfig#024c378f</link>
        <description>bridge: Make IGMP snooping depend upon BRIDGE.Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/bridge/Kconfig</description>
        <pubDate>Sun, 28 Feb 2010 08:51:42 +0000</pubDate>
        <dc:creator>David S. Miller &lt;davem@davemloft.net&gt;</dc:creator>
    </item>
<item>
        <title>eb1d1641 - bridge: Add core IGMP snooping support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/bridge/Kconfig#eb1d1641</link>
        <description>bridge: Add core IGMP snooping supportThis patch adds the core functionality of IGMP snooping supportwithout actually hooking it up.  So this patch should be a no-opas far as the bridge&apos;s external behaviour is concerned.All the new code and data is controlled by the Kconfig optionBRIDGE_IGMP_SNOOPING.  A run-time toggle is also available.The multicast switching is done using an hash table that islockless on the read-side through RCU.  On the write-side thenew multicast_lock is used for all operations.  The hash tablesupports dynamic growth/rehashing.The hash table will be rehashed if any chain length exceeds apreset limit.  If rehashing does not reduce the maximum chainlength then snooping will be disabled.These features may be added in future (in no particular order):* IGMPv3 source support* Non-querier router detection* IPv6Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/bridge/Kconfig</description>
        <pubDate>Sat, 27 Feb 2010 19:41:45 +0000</pubDate>
        <dc:creator>Herbert Xu &lt;herbert@gondor.apana.org.au&gt;</dc:creator>
    </item>
<item>
        <title>7c85fbf0 - bridge: Use STP demux</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/bridge/Kconfig#7c85fbf0</link>
        <description>bridge: Use STP demuxUse the STP demux layer for receiving STP PDUs instead of directlyregistering with LLC.Signed-off-by: Patrick McHardy &lt;kaber@trash.net&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/bridge/Kconfig</description>
        <pubDate>Sun, 06 Jul 2008 04:25:56 +0000</pubDate>
        <dc:creator>Patrick McHardy &lt;kaber@trash.net&gt;</dc:creator>
    </item>
<item>
        <title>cf0f02d0 - [BRIDGE]: use llc for receiving STP packets</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/bridge/Kconfig#cf0f02d0</link>
        <description>[BRIDGE]: use llc for receiving STP packetsUse LLC for the receive path of Spanning Tree Protocol packets.This allows link local multicast packets to be received byother protocols (if they care), and uses the existing LLCcode to get STP packets back into bridge code.The bridge multicast address is also checked, so bridges usingother link local multicast addresses are ignored. This allowsfor use of different multicast addresses to define separate STPdomains.Signed-off-by: Stephen Hemminger &lt;shemminger@osdl.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/bridge/Kconfig</description>
        <pubDate>Tue, 21 Mar 2006 06:59:06 +0000</pubDate>
        <dc:creator>Stephen Hemminger &lt;shemminger@osdl.org&gt;</dc:creator>
    </item>
<item>
        <title>6a2e9b73 - [NET]: move config options out to individual protocols</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/bridge/Kconfig#6a2e9b73</link>
        <description>[NET]: move config options out to individual protocolsMove the protocol specific config options out to the specific protocols.With this change net/Kconfig now starts to become readable and serve as agood basis for further re-structuring.The menu structure is left almost intact, except that indention isfixed in most cases. Most visible are the INET changes where several&quot;depends on INET&quot; are replaced with a single ifdef INET / endif pair.Several new files were created to accomplish this change - they aresmall but serve the purpose that config options are now distributedout where they belongs.Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/bridge/Kconfig</description>
        <pubDate>Tue, 12 Jul 2005 04:13:56 +0000</pubDate>
        <dc:creator>Sam Ravnborg &lt;sam@ravnborg.org&gt;</dc:creator>
    </item>
</channel>
</rss>
