<?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>61db421d - ionic: link in the new hw timestamp code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/pensando/ionic/Makefile#61db421d</link>
        <description>ionic: link in the new hw timestamp codeThese are changes to compile and link the new code, but nonew feature support is available or advertised yet.Signed-off-by: Allen Hubbe &lt;allenbh@pensando.io&gt;Signed-off-by: Shannon Nelson &lt;snelson@pensando.io&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/pensando/ionic/Makefile</description>
        <pubDate>Thu, 01 Apr 2021 17:56:04 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;snelson@pensando.io&gt;</dc:creator>
    </item>
<item>
        <title>30b5191a - ionic: add devlink firmware update</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/pensando/ionic/Makefile#30b5191a</link>
        <description>ionic: add devlink firmware updateAdd support for firmware update through the devlink interface.This update copies the firmware object into the device, asksthe current firmware to install it, then asks the firmware toselect the new firmware for the next boot-up.The install and select steps are launched as asynchronousrequests, which are then followed up with status requestcommands.  These status request commands will be answered withan EAGAIN return value and will try again until the requesthas completed or reached the timeout specified.Signed-off-by: Shannon Nelson &lt;snelson@pensando.io&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/pensando/ionic/Makefile</description>
        <pubDate>Fri, 18 Sep 2020 01:13:27 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;snelson@pensando.io&gt;</dc:creator>
    </item>
<item>
        <title>e470355b - ionic: Add driver stats</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/pensando/ionic/Makefile#e470355b</link>
        <description>ionic: Add driver statsAdd in the detailed statistics for ethtool -S that the driverkeeps as it processes packets.  Display of the additionaldebug statistics can be enabled through the ethtool priv-flagsfeature.Signed-off-by: Shannon Nelson &lt;snelson@pensando.io&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/pensando/ionic/Makefile</description>
        <pubDate>Tue, 03 Sep 2019 22:28:19 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;snelson@pensando.io&gt;</dc:creator>
    </item>
<item>
        <title>0f3154e6 - ionic: Add Tx and Rx handling</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/pensando/ionic/Makefile#0f3154e6</link>
        <description>ionic: Add Tx and Rx handlingAdd both the Tx and Rx queue setup and handling.  The relatedstats display comes later.  Instead of using the generic napiroutines used by the slow-path commands, the Tx and Rx pathsare simplified and inlined in one file in order to get bettercompiler optimizations.Signed-off-by: Shannon Nelson &lt;snelson@pensando.io&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/pensando/ionic/Makefile</description>
        <pubDate>Tue, 03 Sep 2019 22:28:17 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;snelson@pensando.io&gt;</dc:creator>
    </item>
<item>
        <title>4d03e00a - ionic: Add initial ethtool support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/pensando/ionic/Makefile#4d03e00a</link>
        <description>ionic: Add initial ethtool supportAdd in the basic ethtool callbacks for device informationand control.Signed-off-by: Shannon Nelson &lt;snelson@pensando.io&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/pensando/ionic/Makefile</description>
        <pubDate>Tue, 03 Sep 2019 22:28:16 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;snelson@pensando.io&gt;</dc:creator>
    </item>
<item>
        <title>c1e329eb - ionic: Add management of rx filters</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/pensando/ionic/Makefile#c1e329eb</link>
        <description>ionic: Add management of rx filtersSet up the infrastructure for managing Rx filters.  We can&apos;t ask thehardware for what filters it has, so we keep a local list of filtersthat we&apos;ve pushed into the HW.Signed-off-by: Shannon Nelson &lt;snelson@pensando.io&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/pensando/ionic/Makefile</description>
        <pubDate>Tue, 03 Sep 2019 22:28:13 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;snelson@pensando.io&gt;</dc:creator>
    </item>
<item>
        <title>1a58e196 - ionic: Add basic lif support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/pensando/ionic/Makefile#1a58e196</link>
        <description>ionic: Add basic lif supportThe LIF is the Logical Interface, which represents the externalconnections.  The NIC can multiplex many LIFs to a single port,but in most setups, LIF0 is the primary control for the port.Signed-off-by: Shannon Nelson &lt;snelson@pensando.io&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/pensando/ionic/Makefile</description>
        <pubDate>Tue, 03 Sep 2019 22:28:07 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;snelson@pensando.io&gt;</dc:creator>
    </item>
<item>
        <title>fbfb8031 - ionic: Add hardware init and device commands</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/pensando/ionic/Makefile#fbfb8031</link>
        <description>ionic: Add hardware init and device commandsThe ionic device has a small set of PCI registers, including adevice control and data space, and a large set of messagecommands.Also adds new DEVLINK_INFO_VERSION_GENERIC tags forASIC_ID, ASIC_REV, and FW.Signed-off-by: Shannon Nelson &lt;snelson@pensando.io&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/pensando/ionic/Makefile</description>
        <pubDate>Tue, 03 Sep 2019 22:28:05 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;snelson@pensando.io&gt;</dc:creator>
    </item>
<item>
        <title>df69ba43 - ionic: Add basic framework for IONIC Network device driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/pensando/ionic/Makefile#df69ba43</link>
        <description>ionic: Add basic framework for IONIC Network device driverThis patch adds a basic driver framework for the Pensando IONICnetwork device.  There is no functionality right now other thanthe ability to load and unload.Signed-off-by: Shannon Nelson &lt;snelson@pensando.io&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/pensando/ionic/Makefile</description>
        <pubDate>Tue, 03 Sep 2019 22:28:04 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;snelson@pensando.io&gt;</dc:creator>
    </item>
</channel>
</rss>
