<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>5f4f7bc0ed1180a1bff423c39e05256172805b5d - eea: introduce ethtool support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/alibaba/eea/Makefile#5f4f7bc0ed1180a1bff423c39e05256172805b5d</link>
        <description>eea: introduce ethtool supportAdd basic driver framework for the Alibaba Elastic Ethernet Adapter(EEA).This commit introduces ethtool support.Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Reviewed-by: Dust Li &lt;dust.li@linux.alibaba.com&gt;Reviewed-by: Philo Lu &lt;lulie@linux.alibaba.com&gt;Signed-off-by: Wen Gu &lt;guwen@linux.alibaba.com&gt;Signed-off-by: Xuan Zhuo &lt;xuanzhuo@linux.alibaba.com&gt;Link: https://patch.msgid.link/20260514095138.80680-8-xuanzhuo@linux.alibaba.comSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/drivers/net/ethernet/alibaba/eea/Makefile</description>
        <pubDate>Thu, 14 May 2026 11:51:37 +0200</pubDate>
        <dc:creator>Xuan Zhuo &lt;xuanzhuo@linux.alibaba.com&gt;</dc:creator>
    </item>
<item>
        <title>aa8bca4cf20027d5dd59a5de207ecb4720d910c8 - eea: create/destroy rx,tx queues for netdevice open and stop</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/alibaba/eea/Makefile#aa8bca4cf20027d5dd59a5de207ecb4720d910c8</link>
        <description>eea: create/destroy rx,tx queues for netdevice open and stopAdd basic driver framework for the Alibaba Elastic Ethernet Adapter(EEA).This commit introduces the implementation for the netdevice open andstop.This commit introduces HA to restore the device when error occurs,but in HA scenarios the driver can&apos;t ensure to restore the statuscorrectly.Reviewed-by: Dust Li &lt;dust.li@linux.alibaba.com&gt;Reviewed-by: Philo Lu &lt;lulie@linux.alibaba.com&gt;Signed-off-by: Wen Gu &lt;guwen@linux.alibaba.com&gt;Signed-off-by: Xuan Zhuo &lt;xuanzhuo@linux.alibaba.com&gt;Link: https://patch.msgid.link/20260514095138.80680-5-xuanzhuo@linux.alibaba.comSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/drivers/net/ethernet/alibaba/eea/Makefile</description>
        <pubDate>Thu, 14 May 2026 11:51:34 +0200</pubDate>
        <dc:creator>Xuan Zhuo &lt;xuanzhuo@linux.alibaba.com&gt;</dc:creator>
    </item>
<item>
        <title>4c45a51e5bf520a0e6189bce1825d44029a4ea32 - eea: probe the netdevice and create adminq</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/alibaba/eea/Makefile#4c45a51e5bf520a0e6189bce1825d44029a4ea32</link>
        <description>eea: probe the netdevice and create adminqAdd basic driver framework for the Alibaba Elastic Ethernet Adapter(EEA).This commit creates the netdevice after PCI probe,and initializes the admin queue to send commands to the device.Reviewed-by: Dust Li &lt;dust.li@linux.alibaba.com&gt;Reviewed-by: Philo Lu &lt;lulie@linux.alibaba.com&gt;Signed-off-by: Wen Gu &lt;guwen@linux.alibaba.com&gt;Signed-off-by: Xuan Zhuo &lt;xuanzhuo@linux.alibaba.com&gt;Link: https://patch.msgid.link/20260514095138.80680-4-xuanzhuo@linux.alibaba.comSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/drivers/net/ethernet/alibaba/eea/Makefile</description>
        <pubDate>Thu, 14 May 2026 11:51:33 +0200</pubDate>
        <dc:creator>Xuan Zhuo &lt;xuanzhuo@linux.alibaba.com&gt;</dc:creator>
    </item>
<item>
        <title>039ce329dfe6fb74f6394dcb59607425af8d0601 - eea: introduce ring and descriptor structures</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/alibaba/eea/Makefile#039ce329dfe6fb74f6394dcb59607425af8d0601</link>
        <description>eea: introduce ring and descriptor structuresAdd basic driver framework for the Alibaba Elastic Ethernet Adapter(EEA).This commit introduces the ring and descriptor implementations.These structures and ring APIs are used by the RX, TX, and admin queues.Reviewed-by: Dust Li &lt;dust.li@linux.alibaba.com&gt;Reviewed-by: Philo Lu &lt;lulie@linux.alibaba.com&gt;Signed-off-by: Wen Gu &lt;guwen@linux.alibaba.com&gt;Signed-off-by: Xuan Zhuo &lt;xuanzhuo@linux.alibaba.com&gt;Link: https://patch.msgid.link/20260514095138.80680-3-xuanzhuo@linux.alibaba.comSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/drivers/net/ethernet/alibaba/eea/Makefile</description>
        <pubDate>Thu, 14 May 2026 11:51:32 +0200</pubDate>
        <dc:creator>Xuan Zhuo &lt;xuanzhuo@linux.alibaba.com&gt;</dc:creator>
    </item>
<item>
        <title>4f68ffc45e94d20cc5b97f4d62f2f04e429b536a - eea: introduce PCI framework</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/alibaba/eea/Makefile#4f68ffc45e94d20cc5b97f4d62f2f04e429b536a</link>
        <description>eea: introduce PCI frameworkAdd basic driver framework for the Alibaba Elastic Ethernet Adapter(EEA).This commit implements the EEA PCI probe functionality.Reviewed-by: Dust Li &lt;dust.li@linux.alibaba.com&gt;Reviewed-by: Philo Lu &lt;lulie@linux.alibaba.com&gt;Signed-off-by: Wen Gu &lt;guwen@linux.alibaba.com&gt;Signed-off-by: Xuan Zhuo &lt;xuanzhuo@linux.alibaba.com&gt;Link: https://patch.msgid.link/20260514095138.80680-2-xuanzhuo@linux.alibaba.comSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/drivers/net/ethernet/alibaba/eea/Makefile</description>
        <pubDate>Thu, 14 May 2026 11:51:31 +0200</pubDate>
        <dc:creator>Xuan Zhuo &lt;xuanzhuo@linux.alibaba.com&gt;</dc:creator>
    </item>
</channel>
</rss>
