<?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/net/team/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/net/team/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/drivers/net/team/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/net/team/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>753f9939 - team: introduce random mode</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/team/Kconfig#753f9939</link>
        <description>team: introduce random modeAs suggested by Eric Dumazet, allow user to select mode which choosesTX port randomly. Functionality should be more of less similar toround-robin mode with even lower overhead.Signed-off-by: Jiri Pirko &lt;jiri@resnulli.us&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/team/Kconfig</description>
        <pubDate>Wed, 06 Mar 2013 01:31:13 +0000</pubDate>
        <dc:creator>Jiri Pirko &lt;jiri@resnulli.us&gt;</dc:creator>
    </item>
<item>
        <title>513fe16a - drivers/net/team: remove depends on CONFIG_EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/team/Kconfig#513fe16a</link>
        <description>drivers/net/team: 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: Jiri Pirko &lt;jpirko@redhat.com&gt;Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;Acked-by: Jiri Pirko &lt;jpirko@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/net/team/Kconfig</description>
        <pubDate>Tue, 02 Oct 2012 18:18:27 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>1d76efe1 - team: add support for non-ethernet devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/team/Kconfig#1d76efe1</link>
        <description>team: add support for non-ethernet devicesThis is resolved by two things:1) allow dev_addr of different length than ETH_ALEN2) during port add, check for dev-&gt;type and change it if necessarySigned-off-by: Jiri Pirko &lt;jiri@resnulli.us&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/team/Kconfig</description>
        <pubDate>Fri, 17 Aug 2012 04:00:48 +0000</pubDate>
        <dc:creator>Jiri Pirko &lt;jiri@resnulli.us&gt;</dc:creator>
    </item>
<item>
        <title>5fc88991 - team: add broadcast mode</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/team/Kconfig#5fc88991</link>
        <description>team: add broadcast modeSigned-off-by: Jiri Pirko &lt;jpirko@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/team/Kconfig</description>
        <pubDate>Wed, 11 Jul 2012 05:34:03 +0000</pubDate>
        <dc:creator>Jiri Pirko &lt;jpirko@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>01d7f30a - team: add loadbalance mode</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/team/Kconfig#01d7f30a</link>
        <description>team: add loadbalance modeThis patch introduces new team mode. It&apos;s TX port is selected byuser-set BPF hash function.Signed-off-by: Jiri Pirko &lt;jpirko@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/team/Kconfig</description>
        <pubDate>Wed, 04 Apr 2012 12:16:27 +0000</pubDate>
        <dc:creator>Jiri Pirko &lt;jpirko@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>3d249d4c - net: introduce ethernet teaming device</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/team/Kconfig#3d249d4c</link>
        <description>net: introduce ethernet teaming deviceThis patch introduces new network device called team. It supposes to bevery fast, simple, userspace-driven alternative to existing bondingdriver.Userspace library called libteam with couple of demo apps is availablehere:https://github.com/jpirko/libteamNote it&apos;s still in its dipers atm.team&lt;-&gt;libteam use generic netlink for communication. That and rtnlsuppose to be the only way to configure team device, no sysfs etc.Python binding of libteam was recently introduced.Daemon providing arpmon/miimon active-backup functionality will beintroduced shortly. All what&apos;s necessary is already implemented inkernel team driver.v7-&gt;v8:	- check ndo_ndo_vlan_rx_[add/kill]_vid functions before calling	  them.	- use dev_kfree_skb_any() instead of dev_kfree_skb()v6-&gt;v7:	- transmit and receive functions are not checked in hot paths.	  That also resolves memory leak on transmit when no port is	  presentv5-&gt;v6:	- changed couple of _rcu calls to non _rcu ones in non-readersv4-&gt;v5:	- team_change_mtu() uses team-&gt;lock while travesing though port	  list	- mac address changes are moved completely to jurisdiction of	  userspace daemon. This way the daemon can do FOM1, FOM2 and	  possibly other weird things with mac addresses.	  Only round-robin mode sets up all ports to bond&apos;s address then	  enslaved.	- Extended Kconfig textv3-&gt;v4:	- remove redundant synchronize_rcu from __team_change_mode()	- revert &quot;set and clear of mode_ops happens per pointer, not per	  byte&quot;	- extend comment of function __team_change_mode()v2-&gt;v3:	- team_change_mtu() uses rcu version of list traversal to unwind	- set and clear of mode_ops happens per pointer, not per byte	- port hashlist changed to be embedded into team structure	- error branch in team_port_enter() does cleanup now	- fixed rtln-&gt;rtnlv1-&gt;v2:	- modes are made as modules. Makes team more modular and	  extendable.	- several commenters&apos; nitpicks found on v1 were fixed	- several other bugs were fixed.	- note I ignored Eric&apos;s comment about roundrobin port selector	  as Eric&apos;s way may be easily implemented as another mode (mode	  &quot;random&quot;) in future.Signed-off-by: Jiri Pirko &lt;jpirko@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/team/Kconfig</description>
        <pubDate>Fri, 11 Nov 2011 22:16:48 +0000</pubDate>
        <dc:creator>Jiri Pirko &lt;jpirko@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
