<?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>a2fe35df - net: intel: Use *-y instead of *-objs in Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/e1000e/Makefile#a2fe35df</link>
        <description>net: intel: Use *-y instead of *-objs in Makefile*-objs suffix is reserved rather for (user-space) host programs whileusually *-y suffix is used for kernel drivers (although *-objs worksfor that purpose for now).Let&apos;s correct the old usages of *-objs in Makefiles.Reviewed-by: Aleksandr Loktionov &lt;aleksandr.loktionov@intel.com&gt;Reviewed-by: Alexander Lobakin &lt;aleksander.lobakin@intel.com&gt;Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Reviewed-by: Jacob Keller &lt;jacob.e.keller@intel.com&gt;Tested-by: Pucha Himasekhar Reddy &lt;himasekharx.reddy.pucha@intel.com&gt;Signed-off-by: Jacob Keller &lt;jacob.e.keller@intel.com&gt;Link: https://lore.kernel.org/r/20240607-next-2024-06-03-intel-next-batch-v3-1-d1470cee3347@intel.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/e1000e/Makefile</description>
        <pubDate>Fri, 07 Jun 2024 21:22:32 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7bab8828 - e1000e: Add e1000e trace module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/e1000e/Makefile#7bab8828</link>
        <description>e1000e: Add e1000e trace moduleAdd tracepoints to the driver via a new file e1000e_trace.h and some newtrace calls added in interesting places in the driver. Add some tracingfor s0ix flows to help in a debug of shared resources with the CSMEfirmware. The idea here is that tracepoints have such low performance costwhen disabled that we can leave these in the upstream driver.Performance not affected, and this can be very useful for debugging andadding new trace events to paths in the future.Usage:echo &quot;e1000e_trace:*&quot; &gt; /sys/kernel/debug/tracing/set_eventecho 1 &gt; /sys/kernel/debug/tracing/events/e1000e_trace/enableSigned-off-by: Sasha Neftin &lt;sasha.neftin@intel.com&gt;Tested-by: Naama Meir &lt;naamax.meir@linux.intel.com&gt;Signed-off-by: Tony Nguyen &lt;anthony.l.nguyen@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/e1000e/Makefile</description>
        <pubDate>Wed, 21 Sep 2022 07:59:37 +0000</pubDate>
        <dc:creator>Sasha Neftin &lt;sasha.neftin@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>51dce24b - net: intel: Cleanup the copyright/license headers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/e1000e/Makefile#51dce24b</link>
        <description>net: intel: Cleanup the copyright/license headersAfter many years of having a ~30 line copyright and license header to oursource files, we are finally able to reduce that to one line with theadvent of the SPDX identifier.Also caught a few files missing the SPDX license identifier, so fixedthem up.Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;Acked-by: Shannon Nelson &lt;shannon.nelson@oracle.com&gt;Acked-by: Richard Cochran &lt;richardcochran@gmail.com&gt;Tested-by: Andrew Bowers &lt;andrewx.bowers@intel.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/e1000e/Makefile</description>
        <pubDate>Thu, 26 Apr 2018 15:08:09 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ae06c70b - intel: add SPDX identifiers to all the Intel drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/e1000e/Makefile#ae06c70b</link>
        <description>intel: add SPDX identifiers to all the Intel driversAdd the SPDX identifiers to all the Intel wired LAN driver files, asoutlined in Documentation/process/license-rules.rst.Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;Tested-by: Aaron Brown &lt;aaron.f.brown@intel.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/e1000e/Makefile</description>
        <pubDate>Thu, 22 Mar 2018 17:08:48 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e78b80b1 - e1000e: Cleanup - Update GPL header and Copyright</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/e1000e/Makefile#e78b80b1</link>
        <description>e1000e: Cleanup - Update GPL header and CopyrightThis patch is to update the GPL header by removing the portion thatrefers to the Free Software Foundation address.Change the copyright date for 2014.Reformat the header comments to conform to kernel networking coding normsSigned-off-by: Dave Ertman &lt;davidx.m.ertman@intel.com&gt;Tested-by: Jeff Pieper &lt;jeffrey.e.pieper@intel.com&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/e1000e/Makefile</description>
        <pubDate>Tue, 04 Feb 2014 01:56:06 +0000</pubDate>
        <dc:creator>David Ertman &lt;davidx.m.ertman@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>bf67044b - e1000e: update copyright date</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/e1000e/Makefile#bf67044b</link>
        <description>e1000e: update copyright dateSigned-off-by: Bruce Allan &lt;bruce.w.allan@intel.com&gt;Tested-by: Aaron Brown &lt;aaron.f.brown@intel.com&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/e1000e/Makefile</description>
        <pubDate>Tue, 01 Jan 2013 16:00:01 +0000</pubDate>
        <dc:creator>Bruce Allan &lt;bruce.w.allan@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d89777bf - e1000e: add support for IEEE-1588 PTP</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/e1000e/Makefile#d89777bf</link>
        <description>e1000e: add support for IEEE-1588 PTPAdd PTP IEEE-1588 support and make accesible via the PHC subsystem.v2: make e1000e_ptp_clock_info a static const struct per Stephen HemmingerCc: Stephen Hemminger &lt;stephen@networkplumber.org&gt;Cc: Richard Cochran &lt;richardcochran@gmail.com&gt;Signed-off-by: Bruce Allan &lt;bruce.w.allan@intel.com&gt;Reviewed-by: Jacob Keller &lt;Jacob.e.keller@intel.com&gt;Acked-by: Richard Cochran &lt;richardcochran@gmail.com&gt;Tested-by: Jeff Pieper &lt;jeffrey.e.pieper@intel.com&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/e1000e/Makefile</description>
        <pubDate>Sat, 19 Jan 2013 01:09:58 +0000</pubDate>
        <dc:creator>Bruce Allan &lt;bruce.w.allan@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f5e261e6 - e1000e: update copyright year</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/e1000e/Makefile#f5e261e6</link>
        <description>e1000e: update copyright yearSigned-off-by: Bruce Allan &lt;bruce.w.allan@intel.com&gt;Tested-by: Aaron Brown &lt;aaron.f.brown@intel.com&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/e1000e/Makefile</description>
        <pubDate>Sun, 01 Jan 2012 16:00:03 +0000</pubDate>
        <dc:creator>Bruce Allan &lt;bruce.w.allan@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>fe2ddfb5 - e1000e: split lib.c into three more-appropriate files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/e1000e/Makefile#fe2ddfb5</link>
        <description>e1000e: split lib.c into three more-appropriate filesThe generic lib.c file contains code relative to the various MACs, NVM andManageability supported by the driver.  This patch splits the file intothree which are specific to those areas similar to how the PHY-specificcode is in phy.c and code specific to the 80003es2lan, 8257x, and ichXMAC families are in their own files.  The generic code that is applicableto all MAC/PHY parts supported by the driver remains in netdev.c, param.cand ethtool.c files.  No change in functionality, just moving codearound for ease of maintenance, with some whitespace and other checkpatchcleanups.Signed-off-by: Bruce Allan &lt;bruce.w.allan@intel.com&gt;Tested-by: Aaron Brown &lt;aaron.f.brown@intel.com&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/e1000e/Makefile</description>
        <pubDate>Wed, 21 Dec 2011 09:47:10 +0000</pubDate>
        <dc:creator>Bruce Allan &lt;bruce.w.allan@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>dee1ad47 - intel: Move the Intel wired LAN drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/intel/e1000e/Makefile#dee1ad47</link>
        <description>intel: Move the Intel wired LAN driversMoves the Intel wired LAN drivers into drivers/net/ethernet/intel/ andthe necessary Kconfig and Makefile changes.Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/intel/e1000e/Makefile</description>
        <pubDate>Thu, 07 Apr 2011 14:42:33 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
