<?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>a47f3b39 - bnxt_en: Move hwmon functions into a dedicated file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile#a47f3b39</link>
        <description>bnxt_en: Move hwmon functions into a dedicated fileThis is in preparation for upcoming patches in the series.Driver has to expose more threshold temperatures through thehwmon sysfs interface. More code will be added and do notwant to overload bnxt.c.Reviewed-by: Andy Gospodarek &lt;andrew.gospodarek@broadcom.com&gt;Cc: Jean Delvare &lt;jdelvare@suse.com&gt;Cc: Guenter Roeck &lt;linux@roeck-us.net&gt;Cc: linux-hwmon@vger.kernel.orgSigned-off-by: Kalesh AP &lt;kalesh-anakkur.purayil@broadcom.com&gt;Signed-off-by: Michael Chan &lt;michael.chan@broadcom.com&gt;Acked-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile</description>
        <pubDate>Wed, 27 Sep 2023 03:57:28 +0000</pubDate>
        <dc:creator>Kalesh AP &lt;kalesh-anakkur.purayil@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>b032228e - bnxt_en: move coredump functions into dedicated file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile#b032228e</link>
        <description>bnxt_en: move coredump functions into dedicated fileChange bnxt_get_coredump() and bnxt_get_coredump_length() to non-staticfunctions.Signed-off-by: Edwin Peer &lt;edwin.peer@broadcom.com&gt;Signed-off-by: Michael Chan &lt;michael.chan@broadcom.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile</description>
        <pubDate>Fri, 29 Oct 2021 07:47:48 +0000</pubDate>
        <dc:creator>Edwin Peer &lt;edwin.peer@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>3c8c20db - bnxt_en: move HWRM API implementation into separate file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile#3c8c20db</link>
        <description>bnxt_en: move HWRM API implementation into separate fileMove all firmware messaging functions and definitions to newbnxt_hwrm.[ch].  The follow-on patches will make major modificationsto these APIs.Signed-off-by: Edwin Peer &lt;edwin.peer@broadcom.com&gt;Signed-off-by: Michael Chan &lt;michael.chan@broadcom.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile</description>
        <pubDate>Sun, 29 Aug 2021 07:34:58 +0000</pubDate>
        <dc:creator>Edwin Peer &lt;edwin.peer@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>118612d5 - bnxt_en: Add PTP clock APIs, ioctls, and ethtool methods</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile#118612d5</link>
        <description>bnxt_en: Add PTP clock APIs, ioctls, and ethtool methodsAdd the clock APIs to set/get/adjust the hw clock, and the relatedioctls and ethtool methods.v2: Propagate error code from ptp_clock_register().    Add spinlock to serialize access to the timecounter.  The    timecounter is accessed in process context and the RX datapath.    Read the PHC using direct registers.Reviewed-by: Edwin Peer &lt;edwin.peer@broadcom.com&gt;Signed-off-by: Pavan Chebbi &lt;pavan.chebbi@broadcom.com&gt;Signed-off-by: Michael Chan &lt;michael.chan@broadcom.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile</description>
        <pubDate>Sun, 27 Jun 2021 17:19:46 +0000</pubDate>
        <dc:creator>Michael Chan &lt;michael.chan@broadcom.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/drivers/net/ethernet/broadcom/bnxt/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/broadcom/bnxt/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>cabfb09d - bnxt_en: add debugfs support for DIM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile#cabfb09d</link>
        <description>bnxt_en: add debugfs support for DIMThis adds debugfs support for bnxt_en with the purpose of allowing usersto examine the current DIM profile in use for each receive queue.  Thiswas instrumental in debugging issues found with DIM and ensuring thatthe profiles we expect to use are the profiles being used.Signed-off-by: Andy Gospodarek &lt;gospo@broadcom.com&gt;Signed-off-by: Michael Chan &lt;michael.chan@broadcom.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile</description>
        <pubDate>Thu, 26 Apr 2018 21:44:40 +0000</pubDate>
        <dc:creator>Andy Gospodarek &lt;gospo@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>6a8788f2 - bnxt_en: add support for software dynamic interrupt moderation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile#6a8788f2</link>
        <description>bnxt_en: add support for software dynamic interrupt moderationThis implements the changes needed for the bnxt_en driver to add supportfor dynamic interrupt moderation per ring.This does add additional counters in the receive path, but testing showsthat any additional instructions are offset by throughput gain when thedefault configuration is for low latency.Signed-off-by: Andy Gospodarek &lt;gospo@broadcom.com&gt;Acked-by: Michael Chan &lt;michael.chan@broadcom.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile</description>
        <pubDate>Tue, 09 Jan 2018 21:06:20 +0000</pubDate>
        <dc:creator>Andy Gospodarek &lt;gospo@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>3c467bf3 - bnxt: Move generic devlink code to new file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile#3c467bf3</link>
        <description>bnxt: Move generic devlink code to new fileMoving generic devlink code (registration) out of VF-R codeinto new bnxt_devlink file, in preparation for future workto add additional devlink functionality to bnxt.Signed-off-by: Steve Lin &lt;steven.lin1@broadcom.com&gt;Acked-by: Andy Gospodarek &lt;gospo@broadcom.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile</description>
        <pubDate>Thu, 19 Oct 2017 14:45:56 +0000</pubDate>
        <dc:creator>Steve Lin &lt;steven.lin1@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>0d7b70e8 - bnxt_en: don&apos;t consider building bnxt_tc.o if option not enabled</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile#0d7b70e8</link>
        <description>bnxt_en: don&apos;t consider building bnxt_tc.o if option not enabledInstead of zeroing out bnxt_tc.c with a #ifdef foo, instead don&apos;t compilethe file when the option is not enabled. Now make and the preprocessor donot have to waste time compiling a no-op.Signed-off-by: Jonathan Toppins &lt;jtoppins@redhat.com&gt;Acked-by: Michael Chan &lt;michael.chan@broadcom.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile</description>
        <pubDate>Fri, 06 Oct 2017 19:48:30 +0000</pubDate>
        <dc:creator>Jonathan Toppins &lt;jtoppins@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>2ae7408f - bnxt_en: bnxt: add TC flower filter offload support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile#2ae7408f</link>
        <description>bnxt_en: bnxt: add TC flower filter offload supportThis patch adds support for offloading TC based flowrules and actions for the &apos;flower&apos; classifier in the bnxt_en driver.It includes logic to parse flow rules and actions received from theTC subsystem, store them and issue the correspondinghwrm_cfa_flow_alloc/free FW cmds. L2/IPv4/IPv6 flows and drop,redir, vlan push/pop actions are supported in this patch.In this patch the hwrm_cfa_flow_xxx routines are just stubs.The code for these routines is introduced in the next patch for easierreview. Also, the code to query the TC/flower action stats willbe introduced in a subsequent patch.Signed-off-by: Sathya Perla &lt;sathya.perla@broadcom.com&gt;Signed-off-by: Michael Chan &lt;michael.chan@broadcom.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile</description>
        <pubDate>Mon, 28 Aug 2017 17:40:33 +0000</pubDate>
        <dc:creator>Sathya Perla &lt;sathya.perla@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>4ab0c6a8 - bnxt_en: add support to enable VF-representors</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile#4ab0c6a8</link>
        <description>bnxt_en: add support to enable VF-representorsThis patch is a part of a patch-set that introduces support forVF-reps in the bnxt_en driver. The driver registers eswitch modeget/set methods with the devlink interface that allow a user toenable SRIOV switchdev mode. When enabled, the driver registersa VF-rep netdev object for each VF with the stack. This canessentially bring the VFs unders the management perview of thehypervisor and applications such as OVS.The next patch in the series, adds the RX/TX routines and a slimnetdev implementation for the VF-reps.Signed-off-by: Sathya Perla &lt;sathya.perla@broadcom.com&gt;Signed-off-by: Michael Chan &lt;michael.chan@broadcom.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile</description>
        <pubDate>Mon, 24 Jul 2017 16:34:27 +0000</pubDate>
        <dc:creator>Sathya Perla &lt;sathya.perla@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>c6d30e83 - bnxt_en: Add basic XDP support.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile#c6d30e83</link>
        <description>bnxt_en: Add basic XDP support.Add basic ndo_xdp support to setup and query program, configure the NICto run in rx page mode, and support XDP_PASS, XDP_DROP, XDP_ABORTEDactions only.v3: Pass modified offset and length to stack for XDP_PASS.    Remove Kconfig option.v2: Added trace_xdp_exception()    Added dma_syncs.    Added XDP headroom support.Signed-off-by: Michael Chan &lt;michael.chan@broadcom.com&gt;Tested-by: Andy Gospodarek &lt;gospo@broadcom.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile</description>
        <pubDate>Mon, 06 Feb 2017 21:55:42 +0000</pubDate>
        <dc:creator>Michael Chan &lt;michael.chan@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>a588e458 - bnxt_en: Add interface to support RDMA driver.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile#a588e458</link>
        <description>bnxt_en: Add interface to support RDMA driver.Since the network driver and RDMA driver operate on the same PCI function,we need to create an interface to allow the RDMA driver to share resourceswith the network driver.1. Create a new bnxt_en_dev struct which will be returned bybnxt_ulp_probe() upon success.  After that, all calls from the RDMA driverto bnxt_en will pass a pointer to this struct.2. This struct contains additional function pointers to register, requestmsix, send fw messages, register for async events.3. If the RDMA driver wants to enable RDMA on the function, it needs tocall the function pointer bnxt_register_device().  A ulp_ops structureis passed for RCU protected upcalls from bnxt_en to the RDMA driver.4. The RDMA driver can call firmware APIs using the bnxt_send_fw_msg()function pointer.5. 1 stats context is reserved when the RDMA driver registers.  MSIXand completion rings are reserved when the RDMA driver callsbnxt_request_msix() function pointer.6. When the RDMA driver calls bnxt_unregister_device(), all RDMA resourceswill be cleaned up.v2: Fixed 2 uninitialized variable warnings.Signed-off-by: Somnath Kotur &lt;somnath.kotur@broadcom.com&gt;Signed-off-by: Michael Chan &lt;michael.chan@broadcom.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile</description>
        <pubDate>Wed, 07 Dec 2016 05:26:21 +0000</pubDate>
        <dc:creator>Michael Chan &lt;michael.chan@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>7df4ae9f - bnxt_en: Implement DCBNL to support host-based DCBX.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile#7df4ae9f</link>
        <description>bnxt_en: Implement DCBNL to support host-based DCBX.Support only IEEE DCBX initially.  Add IEEE DCBNL ops and functions toget and set the hardware DCBX parameters.  The DCB code is conditional onKconfig CONFIG_BNXT_DCB.Signed-off-by: Michael Chan &lt;michael.chan@broadcom.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile</description>
        <pubDate>Sat, 03 Dec 2016 02:17:17 +0000</pubDate>
        <dc:creator>Michael Chan &lt;michael.chan@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>c0c050c5 - bnxt_en: New Broadcom ethernet driver.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile#c0c050c5</link>
        <description>bnxt_en: New Broadcom ethernet driver.Broadcom ethernet driver for the new family of NetXtreme-C/Eethernet devices.v5:  - Removed empty blank lines at end of files (noted by David Miller).  - Moved busy poll helper functions to bnxt.h to at least make the    .c file look less cluttered with #ifdef (noted by Stephen Hemminger).v4:  - Broke up 2 long message strings with &quot;\n&quot; (suggested by John Linville)  - Constify an array of strings (suggested by Stephen Hemminger)  - Improve bnxt_vf_pciid() (suggested by Stephen Hemminger)  - Use PCI_VDEVICE() to populate pci_device_id table for more compact    source.v3:  - Fixed 2 more sparse warnings.  - Removed some unused structures in .h files.v2:  - Fixed all kbuild test robot reported warnings.  - Fixed many of the checkpatch.pl errors and warnings.  - Fixed the Kconfig description (noted by Dmitry Kravkov).Acked-by: Eddie Wai &lt;eddie.wai@broadcom.com&gt;Acked-by: Jeffrey Huang &lt;huangjw@broadcom.com&gt;Signed-off-by: Prashant Sreedharan &lt;prashant@broadcom.com&gt;Signed-off-by: Michael Chan &lt;mchan@broadcom.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/bnxt/Makefile</description>
        <pubDate>Thu, 22 Oct 2015 20:01:17 +0000</pubDate>
        <dc:creator>Michael Chan &lt;mchan@broadcom.com&gt;</dc:creator>
    </item>
</channel>
</rss>
