<?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/ethernet/cavium/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/ethernet/cavium/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>8c56df37 - net: add support for Cavium PTP coprocessor</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/cavium/Makefile#8c56df37</link>
        <description>net: add support for Cavium PTP coprocessorThis patch adds support for the Precision Time ProtocolClocks and Timestamping hardware found on Cavium ThunderXprocessors.Signed-off-by: Radoslaw Biernacki &lt;rad@semihalf.com&gt;Signed-off-by: Aleksey Makarov &lt;aleksey.makarov@cavium.com&gt;Acked-by: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/cavium/Makefile</description>
        <pubDate>Mon, 15 Jan 2018 12:44:56 +0000</pubDate>
        <dc:creator>Radoslaw Biernacki &lt;rad@semihalf.com&gt;</dc:creator>
    </item>
<item>
        <title>d07a147f - netdev: Move octeon/octeon_mgmt driver to cavium directory.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/cavium/Makefile#d07a147f</link>
        <description>netdev: Move octeon/octeon_mgmt driver to cavium directory.No code changes.  Since OCTEON is a Cavium product, move the driver tothe vendor directory to unclutter things a bit.Signed-off-by: David Daney &lt;david.daney@cavium.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/cavium/Makefile</description>
        <pubDate>Tue, 15 Mar 2016 00:57:08 +0000</pubDate>
        <dc:creator>David Daney &lt;david.daney@cavium.com&gt;</dc:creator>
    </item>
<item>
        <title>f21fb3ed - Add support of Cavium Liquidio ethernet adapters</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/cavium/Makefile#f21fb3ed</link>
        <description>Add support of Cavium Liquidio ethernet adaptersFollowing patch V8 adds support for Cavium Liquidio pci expressbased 10Gig ethernet adapters.1) Consolidated all debug macros to either call dev_* or   netdev_* macros directly, feedback from previous patch.2) Changed soft commands to avoid crash when running   in interrupt context.3) Fixed link status not reflecting correct status when NetworkManager   is running. Added MODULE_FIRMWARE declarations.Following were the previous patches.Patch V7:1) Minor comments from v6 release regarding debug statements.2) Fix for large multicast lists.3) Fixed lockup issue if port initialization fails.4) Enabled MSI by default.https://patchwork.ozlabs.org/patch/464441/Patch V6:1) Addressed the uint64 vs u64 issue, feedback from previous patch.2) Consolidated some receive processing routines.3) Removed link status polling method.https://patchwork.ozlabs.org/patch/459514/Patch V5:Based on the feedback from earlier patches with regards toconsolidation of common functions like device init, registerprogramming for cn66xx and cn68xx devices.https://patchwork.ozlabs.org/patch/438979/Patch V4:Following were the changes based on the feedback from earlier patch:1) Added mmiowb while synchronizing queue updates and other hw   interactions.2) Statistics will now be incremented non-atomically per each ring.   liquidio_get_stats will add stats of each ring while reporting the   total statistics counts.3) Modified liquidio_ioctl  to return proper return codes.4) Modified device naming to use standard Ethernet naming.5) Global function names in the driver will have lio_/liquidio_/octeon_   prefix.6) Ethtool related changes for:   Removed redundant stats and jiffies.   Use default ethtool handler of link status.   Speed setting will make use of ethtool_cmd_speed_set.7) Added checks for pci_map_*  return codes.8) Check for signals while waiting in interruptible modehttps://patchwork.ozlabs.org/patch/435073/Patch v3:Implemented feedback from previous patch like:Removed NAPI Config and DEBUG config options, added BQL and xmit_moresupport.https://patchwork.ozlabs.org/patch/422749/Patch V2:Implemented feedback from previous patch.https://patchwork.ozlabs.org/patch/413539/First Patch:https://patchwork.ozlabs.org/patch/412946/Signed-off-by: Derek Chickles &lt;derek.chickles@caviumnetworks.com&gt;Signed-off-by: Satanand Burla &lt;satananda.burla@caviumnetworks.com&gt;Signed-off-by: Felix Manlunas &lt;felix.manlunas@caviumnetworks.com&gt;Signed-off-by: Robert Richter &lt;Robert.Richter@caviumnetworks.com&gt;Signed-off-by: Aleksey Makarov &lt;Aleksey.Makarov@caviumnetworks.com&gt;Signed-off-by: Raghu Vatsavayi &lt;raghu.vatsavayi@caviumnetworks.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/cavium/Makefile</description>
        <pubDate>Wed, 10 Jun 2015 01:15:23 +0000</pubDate>
        <dc:creator>Raghu Vatsavayi &lt;rvatsavayi@caviumnetworks.com&gt;</dc:creator>
    </item>
<item>
        <title>4863dea3 - net: Adding support for Cavium ThunderX network controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/cavium/Makefile#4863dea3</link>
        <description>net: Adding support for Cavium ThunderX network controllerThis patch adds support for the Cavium ThunderX network controller.The driver is on the pci bus and thus requires the Thunder PCIe hostcontroller driver to be enabled.Signed-off-by: Maciej Czekaj &lt;mjc@semihalf.com&gt;Signed-off-by: David Daney &lt;david.daney@cavium.com&gt;Signed-off-by: Sunil Goutham &lt;sgoutham@cavium.com&gt;Signed-off-by: Ganapatrao Kulkarni &lt;ganapatrao.kulkarni@caviumnetworks.com&gt;Signed-off-by: Aleksey Makarov &lt;aleksey.makarov@caviumnetworks.com&gt;Signed-off-by: Tomasz Nowicki &lt;tomasz.nowicki@linaro.org&gt;Signed-off-by: Robert Richter &lt;rrichter@cavium.com&gt;Signed-off-by: Kamil Rytarowski &lt;kamil@semihalf.com&gt;Signed-off-by: Thanneeru Srinivasulu &lt;tsrinivasulu@caviumnetworks.com&gt;Signed-off-by: Sruthi Vangala &lt;svangala@cavium.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/cavium/Makefile</description>
        <pubDate>Wed, 27 May 2015 02:20:15 +0000</pubDate>
        <dc:creator>Sunil Goutham &lt;sgoutham@cavium.com&gt;</dc:creator>
    </item>
</channel>
</rss>
