<?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>814dbf4b - net: hsr: Add KUnit test for PRP</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/hsr/Makefile#814dbf4b</link>
        <description>net: hsr: Add KUnit test for PRPAdd unit tests for the PRP duplicate detectionSigned-off-by: Jaakko Karrenpalo &lt;jkarrenpalo@gmail.com&gt;Reviewed-by: Simon Horman &lt;horms@kernel.org&gt;Link: https://patch.msgid.link/20250307161700.1045-2-jkarrenpalo@gmail.comSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux-6.15/net/hsr/Makefile</description>
        <pubDate>Fri, 07 Mar 2025 16:17:00 +0000</pubDate>
        <dc:creator>Jaakko Karrenpalo &lt;jkarrenpalo@gmail.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/hsr/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/net/hsr/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>9c5f8a19 - net: hsr: fix naming of file and functions</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/hsr/Makefile#9c5f8a19</link>
        <description>net: hsr: fix naming of file and functionsFix the file name and functions to match with existing implementation.Signed-off-by: Murali Karicheri &lt;m-karicheri2@ti.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/hsr/Makefile</description>
        <pubDate>Mon, 15 Apr 2019 15:36:01 +0000</pubDate>
        <dc:creator>Murali Karicheri &lt;m-karicheri2@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>fc4ecaee - net: hsr: add debugfs support for display node list</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/hsr/Makefile#fc4ecaee</link>
        <description>net: hsr: add debugfs support for display node listThis adds a debugfs interface to allow display the nodes learnedby the hsr master.Signed-off-by: Murali Karicheri &lt;m-karicheri2@ti.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/hsr/Makefile</description>
        <pubDate>Fri, 05 Apr 2019 17:31:35 +0000</pubDate>
        <dc:creator>Murali Karicheri &lt;m-karicheri2@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>f266a683 - net/hsr: Better frame dispatch</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/hsr/Makefile#f266a683</link>
        <description>net/hsr: Better frame dispatchThis patch removes the separate paths for frames coming from the outside, andframes sent from the HSR device, and instead makes all frames go throughhsr_forward_skb() in hsr_forward.c. This greatly improves code readability andalso opens up the possibility for future support of the HSR Interlink devicethat is the basis for HSR RedBoxes and HSR QuadBoxes, as well as VLANcompatibility.Other improvements:* A reduction in the number of times an skb is copied on machines without  HAVE_EFFICIENT_UNALIGNED_ACCESS, which improves throughput somewhat.* Headers are now created using the standard eth_header(), and using the  standard hard_header_len.* Each HSR slave now gets its own private skb, so slave-specific fields can be  correctly set.Signed-off-by: Arvid Brodin &lt;arvid.brodin@alten.se&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/hsr/Makefile</description>
        <pubDate>Fri, 04 Jul 2014 21:41:03 +0000</pubDate>
        <dc:creator>Arvid Brodin &lt;arvid.brodin@alten.se&gt;</dc:creator>
    </item>
<item>
        <title>81ba6afd - net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/hsr/Makefile#81ba6afd</link>
        <description>net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()Also move the frame receive handler to hsr_slave.c.Signed-off-by: Arvid Brodin &lt;arvid.brodin@alten.se&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/hsr/Makefile</description>
        <pubDate>Fri, 04 Jul 2014 21:35:24 +0000</pubDate>
        <dc:creator>Arvid Brodin &lt;arvid.brodin@alten.se&gt;</dc:creator>
    </item>
<item>
        <title>f421436a - net/hsr: Add support for the High-availability Seamless Redundancy protocol (HSRv0)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/hsr/Makefile#f421436a</link>
        <description>net/hsr: Add support for the High-availability Seamless Redundancy protocol (HSRv0)High-availability Seamless Redundancy (&quot;HSR&quot;) provides instant failoverredundancy for Ethernet networks. It requires a special network topology whereall nodes are connected in a ring (each node having two physical networkinterfaces). It is suited for applications that demand high availability andvery short reaction time.HSR acts on the Ethernet layer, using a registered Ethernet protocol type tosend special HSR frames in both directions over the ring. The driver createsvirtual network interfaces that can be used just like any ordinary Linuxnetwork interface, for IP/TCP/UDP traffic etc. All nodes in the network ringmust be HSR capable.This code is a &quot;best effort&quot; to comply with the HSR standard as described inIEC 62439-3:2010 (HSRv0).Signed-off-by: Arvid Brodin &lt;arvid.brodin@xdin.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/hsr/Makefile</description>
        <pubDate>Wed, 30 Oct 2013 20:10:47 +0000</pubDate>
        <dc:creator>Arvid Brodin &lt;Arvid.Brodin@xdin.com&gt;</dc:creator>
    </item>
</channel>
</rss>
