<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/bonding/Makefile#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/bonding/Makefile</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>07699f9a - bonding: add sysfs /slave dir for bond slave devices.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/bonding/Makefile#07699f9a</link>
        <description>bonding: add sysfs /slave dir for bond slave devices.Add sub-directory under /sys/class/net/&lt;interface&gt;/slave withread-only attributes for slave.  Directory only appears when&lt;interface&gt; is a slave.$ tree /sys/class/net/eth2/slave//sys/class/net/eth2/slave/&#9500;&#9472;&#9472; ad_aggregator_id&#9500;&#9472;&#9472; link_failure_count&#9500;&#9472;&#9472; mii_status&#9500;&#9472;&#9472; perm_hwaddr&#9500;&#9472;&#9472; queue_id&#9492;&#9472;&#9472; state$ cat /sys/class/net/eth2/slave/*20up40:02:10:ef:06:010activeSigned-off-by: Scott Feldman &lt;sfeldma@cumulusnetworks.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/bonding/Makefile</description>
        <pubDate>Fri, 17 Jan 2014 06:57:49 +0000</pubDate>
        <dc:creator>sfeldma@cumulusnetworks.com &lt;sfeldma@cumulusnetworks.com&gt;</dc:creator>
    </item>
<item>
        <title>72be35fe - bonding: move mode setting into separate function</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/bonding/Makefile#72be35fe</link>
        <description>bonding: move mode setting into separate functionSigned-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/bonding/Makefile</description>
        <pubDate>Fri, 18 Oct 2013 15:43:34 +0000</pubDate>
        <dc:creator>Jiri Pirko &lt;jiri@resnulli.us&gt;</dc:creator>
    </item>
<item>
        <title>0a2a78c4 - bonding: push Netlink bits into separate file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/bonding/Makefile#0a2a78c4</link>
        <description>bonding: push Netlink bits into separate fileSigned-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/bonding/Makefile</description>
        <pubDate>Fri, 18 Oct 2013 15:43:33 +0000</pubDate>
        <dc:creator>Jiri Pirko &lt;jiri@resnulli.us&gt;</dc:creator>
    </item>
<item>
        <title>7c899432 - bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_PEERS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/bonding/Makefile#7c899432</link>
        <description>bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_PEERSIt is undesirable for the bonding driver to be poking into higherlevel protocols, and notifiers provide a way to avoid that.  This doesmean removing the ability to configure reptitition of gratuitous ARPsand unsolicited NAs.Signed-off-by: Ben Hutchings &lt;bhutchings@solarflare.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/bonding/Makefile</description>
        <pubDate>Fri, 15 Apr 2011 13:47:51 +0000</pubDate>
        <dc:creator>Ben Hutchings &lt;bhutchings@solarflare.com&gt;</dc:creator>
    </item>
<item>
        <title>bd33acc3 - bonding: move procfs code into bond_procfs.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/bonding/Makefile#bd33acc3</link>
        <description>bonding: move procfs code into bond_procfs.cV2: Move #ifdef CONFIG_PROC_FS into bonding.h, as suggested by David.bond_main.c is bloating, separate the procfs code out,move them to bond_procfs.cSigned-off-by: WANG Cong &lt;amwang@redhat.com&gt;Reviewed-by: Jiri Pirko &lt;jpirko@redhat.com&gt;Signed-off-by: Andy Gospodarek &lt;andy@greyhouse.net&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/bonding/Makefile</description>
        <pubDate>Sun, 06 Mar 2011 21:58:46 +0000</pubDate>
        <dc:creator>Amerigo Wang &lt;amwang@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>f073c7ca - bonding: add the debugfs facility to the bonding driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/bonding/Makefile#f073c7ca</link>
        <description>bonding: add the debugfs facility to the bonding driverThis patch provides the debugfs facility to the bonding driver.The &quot;bonding&quot; directory is created in the debugfs root and directories ofeach bonding interface (like bond0, bond1...) are created in that. # mount -t debugfs none /sys/kernel/debug # ls /sys/kernel/debug/bonding bond0  bond1Signed-off-by: Taku Izumi &lt;izumi.taku@jp.fujitsu.com&gt;Signed-off-by: Jay Vosburgh &lt;fubar@us.ibm.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/bonding/Makefile</description>
        <pubDate>Thu, 09 Dec 2010 15:17:13 +0000</pubDate>
        <dc:creator>Taku Izumi &lt;izumi.taku@jp.fujitsu.com&gt;</dc:creator>
    </item>
<item>
        <title>305d552a - bonding: send IPv6 neighbor advertisement on failover</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/bonding/Makefile#305d552a</link>
        <description>bonding: send IPv6 neighbor advertisement on failoverThis patch adds better IPv6 failover support for bonding devices,especially when in active-backup mode and there are only IPv6 addressesconfigured, as reported by Alex Sidorenko.- Creates a new file, net/drivers/bonding/bond_ipv6.c, for the   IPv6-specific routines.  Both regular bonds and VLANs over bonds   are supported.- Adds a new tunable, num_unsol_na, to limit the number of unsolicited   IPv6 Neighbor Advertisements that are sent on a failover event.   Default is 1.- Creates two new IPv6 neighbor discovery functions:   ndisc_build_skb()   ndisc_send_skb()   These were required to support VLANs since we have to be able to   add the VLAN id to the skb since ndisc_send_na() and friends   shouldn&apos;t be asked to do this.  These two routines are basically   __ndisc_send() split into two pieces, in a slightly different order.- Updates Documentation/networking/bonding.txt and bumps the rev of bond   support to 3.4.0.On failover, this new code will generate one packet:- An unsolicited IPv6 Neighbor Advertisement, which helps the switch   learn that the address has moved to the new slave.Testing has shown that sending just the NA results in pretty goodbehavior when in active-back mode, I saw no lost ping packets for example.Signed-off-by: Brian Haley &lt;brian.haley@hp.com&gt;Signed-off-by: Jay Vosburgh &lt;fubar@us.ibm.com&gt;Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/net/bonding/Makefile</description>
        <pubDate>Wed, 05 Nov 2008 01:51:14 +0000</pubDate>
        <dc:creator>Brian Haley &lt;brian.haley@hp.com&gt;</dc:creator>
    </item>
<item>
        <title>b76cdba9 - [PATCH] bonding: add sysfs functionality to bonding (large)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/bonding/Makefile#b76cdba9</link>
        <description>[PATCH] bonding: add sysfs functionality to bonding (large)This large patch adds sysfs functionality to the channel bonding module.Bonds can be added, removed, and reconfigured at runtime without havingto reload the module.  Multiple bonds with different configurations areeasily configured, and ifenslave is no longer required to configure bonds.Signed-off-by: Mitch Williams &lt;mitch.a.williams@intel.com&gt;Acked-by: Jay Vosburgh &lt;fubar@us.ibm.com&gt;Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;

            List of files:
            /linux-6.15/drivers/net/bonding/Makefile</description>
        <pubDate>Wed, 09 Nov 2005 18:36:41 +0000</pubDate>
        <dc:creator>Mitch Williams &lt;mitch.a.williams@intel.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/net/bonding/Makefile#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/net/bonding/Makefile</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>
