<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b261d222 - lib/crc: remove CONFIG_LIBCRC32C</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/Kconfig#b261d222</link>
        <description>lib/crc: remove CONFIG_LIBCRC32CNow that LIBCRC32C does nothing besides select CRC32, make every optionthat selects LIBCRC32C instead select CRC32 directly.  Then removeLIBCRC32C.Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Reviewed-by: &quot;Martin K. Petersen&quot; &lt;martin.petersen@oracle.com&gt;Acked-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;Link: https://lore.kernel.org/r/20250401221600.24878-8-ebiggers@kernel.orgSigned-off-by: Eric Biggers &lt;ebiggers@google.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/Kconfig</description>
        <pubDate>Tue, 01 Apr 2025 22:16:00 +0000</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>ea22f8ea - net: broadcom: remove select MII from brcmstb Ethernet drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/Kconfig#ea22f8ea</link>
        <description>net: broadcom: remove select MII from brcmstb Ethernet driversThe MII driver isn&apos;t used by brcmstb Ethernet drivers. Remove itfrom the BCMASP, GENET, and SYSTEMPORT drivers.Signed-off-by: Justin Chen &lt;justin.chen@broadcom.com&gt;Acked-by: Florian Fainelli &lt;florian.fainelli@broadcom.com&gt;Link: https://patch.msgid.link/20241010191332.1074642-1-justin.chen@broadcom.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/Kconfig</description>
        <pubDate>Thu, 10 Oct 2024 19:13:32 +0000</pubDate>
        <dc:creator>Justin Chen &lt;justin.chen@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>73365fe4 - bcmasp: BCMASP should depend on ARCH_BRCMSTB</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/Kconfig#73365fe4</link>
        <description>bcmasp: BCMASP should depend on ARCH_BRCMSTBThe Broadcom ASP 2.0 Ethernet controller is only present on Broadcom STBSoCs.  Hence add a dependency on ARCH_BRCMSTB, to prevent asking theuser about this driver when configuring a kernel without BroadcomARM-based set-top box chipset support.Fixes: 490cb412007de593 (&quot;net: bcmasp: Add support for ASP2.0 Ethernet controller&quot;)Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Reviewed-by: Simon Horman &lt;simon.horman@corigine.com&gt;Acked-by: Florian Fainelli &lt;florian.fainelli@broadcom.com&gt;Acked-by: Justin Chen &lt;justin.chen@broadcom.com&gt;Link: https://lore.kernel.org/r/1e8b998aa8dcc6e38323e295ee2430b48245cc79.1690299794.git.geert+renesas@glider.beSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/Kconfig</description>
        <pubDate>Tue, 25 Jul 2023 15:46:37 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>490cb412 - net: bcmasp: Add support for ASP2.0 Ethernet controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/Kconfig#490cb412</link>
        <description>net: bcmasp: Add support for ASP2.0 Ethernet controllerAdd support for the Broadcom ASP 2.0 Ethernet controller which is firstintroduced with 72165. This controller features two distinct Ethernetports that can be independently operated.Reviewed-by: Simon Horman &lt;simon.horman@corigine.com&gt;Signed-off-by: Florian Fainelli &lt;florian.fainelli@broadcom.com&gt;Signed-off-by: Justin Chen &lt;justin.chen@broadcom.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/Kconfig</description>
        <pubDate>Thu, 13 Jul 2023 22:18:58 +0000</pubDate>
        <dc:creator>Justin Chen &lt;justin.chen@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>d80d88b0 - bnxt_en: Add auxiliary driver support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/Kconfig#d80d88b0</link>
        <description>bnxt_en: Add auxiliary driver supportAdd auxiliary driver support.An auxiliary device will be created if the hardware indicatessupport for RDMA.The bnxt_ulp_probe() function has been removed and a newbnxt_rdma_aux_device_add() function has been added.The bnxt_free_msix_vecs() and bnxt_req_msix_vecs() will now holdthe RTNL lock when they call the bnxt_close_nic()and bnxt_open_nic()since the device close and open need to be protected under RTNL lock.The operations between the bnxt_en and bnxt_re will be protectedusing the en_ops_lock.This will be used by the bnxt_re driver in a follow-on patchto create ROCE interfaces.Signed-off-by: Ajit Khaparde &lt;ajit.khaparde@broadcom.com&gt;Reviewed-by: Andy Gospodarek &lt;andrew.gospodarek@broadcom.com&gt;Reviewed-by: Selvin Xavier &lt;selvin.xavier@broadcom.com&gt;Reviewed-by: Leon Romanovsky &lt;leonro@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/Kconfig</description>
        <pubDate>Mon, 07 Mar 2022 04:01:30 +0000</pubDate>
        <dc:creator>Ajit Khaparde &lt;ajit.khaparde@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>421f8663 - net: broadcom: Add PTP_1588_CLOCK_OPTIONAL dependency for BCMGENET under ARCH_BCM2835</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/Kconfig#421f8663</link>
        <description>net: broadcom: Add PTP_1588_CLOCK_OPTIONAL dependency for BCMGENET under ARCH_BCM2835commit 8d820bc9d12b (&quot;net: broadcom: Fix BCMGENET Kconfig&quot;) fixes the buildthat contain 99addbe31f55 (&quot;net: broadcom: Select BROADCOM_PHY for BCMGENET&quot;)and enable BCMGENET=y but PTP_1588_CLOCK_OPTIONAL=m, which otherwiseleads to a link failure. However this may trigger a runtime failure.Fix the original issue by propagating the PTP_1588_CLOCK_OPTIONAL dependencyof BROADCOM_PHY down to BCMGENET.Fixes: 8d820bc9d12b (&quot;net: broadcom: Fix BCMGENET Kconfig&quot;)Fixes: 99addbe31f55 (&quot;net: broadcom: Select BROADCOM_PHY for BCMGENET&quot;)Reported-by: Naresh Kamboju &lt;naresh.kamboju@linaro.org&gt;Suggested-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: YueHaibing &lt;yuehaibing@huawei.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20221125115003.30308-1-yuehaibing@huawei.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/Kconfig</description>
        <pubDate>Fri, 25 Nov 2022 11:50:03 +0000</pubDate>
        <dc:creator>YueHaibing &lt;yuehaibing@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>8d820bc9 - net: broadcom: Fix BCMGENET Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/Kconfig#8d820bc9</link>
        <description>net: broadcom: Fix BCMGENET KconfigWhile BCMGENET select BROADCOM_PHY as y, but PTP_1588_CLOCK_OPTIONAL is m,kconfig warning and build errors:WARNING: unmet direct dependencies detected for BROADCOM_PHY  Depends on [m]: NETDEVICES [=y] &amp;&amp; PHYLIB [=y] &amp;&amp; PTP_1588_CLOCK_OPTIONAL [=m]  Selected by [y]:  - BCMGENET [=y] &amp;&amp; NETDEVICES [=y] &amp;&amp; ETHERNET [=y] &amp;&amp; NET_VENDOR_BROADCOM [=y] &amp;&amp; HAS_IOMEM [=y] &amp;&amp; ARCH_BCM2835 [=y]drivers/net/phy/broadcom.o: In function `bcm54xx_suspend&apos;:broadcom.c:(.text+0x6ac): undefined reference to `bcm_ptp_stop&apos;drivers/net/phy/broadcom.o: In function `bcm54xx_phy_probe&apos;:broadcom.c:(.text+0x784): undefined reference to `bcm_ptp_probe&apos;drivers/net/phy/broadcom.o: In function `bcm54xx_config_init&apos;:broadcom.c:(.text+0xd4c): undefined reference to `bcm_ptp_config_init&apos;Fixes: 99addbe31f55 (&quot;net: broadcom: Select BROADCOM_PHY for BCMGENET&quot;)Signed-off-by: YueHaibing &lt;yuehaibing@huawei.com&gt;Acked-by: Florian Fainelli &lt;f.fainelli@broadcom.com&gt;Link: https://lore.kernel.org/r/20221105090245.8508-1-yuehaibing@huawei.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/Kconfig</description>
        <pubDate>Sat, 05 Nov 2022 09:02:45 +0000</pubDate>
        <dc:creator>YueHaibing &lt;yuehaibing@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>7bb49d77 - arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/Kconfig#7bb49d77</link>
        <description>arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCAWith Broadcom Broadband arch ARCH_BCMBCA supported in the kernel, thispatch series migrate the ARCH_BCM4908 symbol to ARCH_BCMBCA. Hencereplace ARCH_BCM4908 with ARCH_BCMBCA in subsystem Kconfig files.Signed-off-by: William Zhang &lt;william.zhang@broadcom.com&gt;Acked-by: Guenter Roeck &lt;linux@roeck-us.net&gt; (for watchdog)Acked-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt; (for drivers/pci)Acked-by: Wolfram Sang &lt;wsa@kernel.org&gt; (for i2c)Acked-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt; (for reset)Link: https://lore.kernel.org/r/20220803175455.47638-7-william.zhang@broadcom.comSigned-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/Kconfig</description>
        <pubDate>Wed, 03 Aug 2022 17:54:52 +0000</pubDate>
        <dc:creator>William Zhang &lt;william.zhang@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>e5f31552 - ethernet: fix PTP_1588_CLOCK dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/Kconfig#e5f31552</link>
        <description>ethernet: fix PTP_1588_CLOCK dependenciesThe &apos;imply&apos; keyword does not do what most people think it does, it onlypolitely asks Kconfig to turn on another symbol, but does not preventit from being disabled manually or built as a loadable module when theuser is built-in. In the ICE driver, the latter now causes a link failure:aarch64-linux-ld: drivers/net/ethernet/intel/ice/ice_main.o: in function `ice_eth_ioctl&apos;:ice_main.c:(.text+0x13b0): undefined reference to `ice_ptp_get_ts_config&apos;ice_main.c:(.text+0x13b0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `ice_ptp_get_ts_config&apos;aarch64-linux-ld: ice_main.c:(.text+0x13bc): undefined reference to `ice_ptp_set_ts_config&apos;ice_main.c:(.text+0x13bc): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `ice_ptp_set_ts_config&apos;aarch64-linux-ld: drivers/net/ethernet/intel/ice/ice_main.o: in function `ice_prepare_for_reset&apos;:ice_main.c:(.text+0x31fc): undefined reference to `ice_ptp_release&apos;ice_main.c:(.text+0x31fc): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `ice_ptp_release&apos;aarch64-linux-ld: drivers/net/ethernet/intel/ice/ice_main.o: in function `ice_rebuild&apos;:This is a recurring problem in many drivers, and we have discussedit several times befores, without reaching a consensus. I&apos;m providinga link to the previous email thread for reference, which discussessome related problems.To solve the dependency issue better than the &apos;imply&apos; keyword, introduce aseparate Kconfig symbol &quot;CONFIG_PTP_1588_CLOCK_OPTIONAL&quot; that any drivercan depend on if it is able to use PTP support when available, but worksfine without it. Whenever CONFIG_PTP_1588_CLOCK=m, those drivers arethen prevented from being built-in, the same way as with a &apos;depends onPTP_1588_CLOCK || !PTP_1588_CLOCK&apos; dependency that does the same trick,but that can be rather confusing when you first see it.Since this should cover the dependencies correctly, the IS_REACHABLE()hack in the header is no longer needed now, and can be turned backinto a normal IS_ENABLED() check. Any driver that gets the dependencywrong will now cause a link time failure rather than being unable to usePTP support when that is in a loadable module.However, the two recently added ptp_get_vclocks_index() andptp_convert_timestamp() interfaces are only called from builtin code withethtool and socket timestamps, so keep the current behavior by stubbingthose out completely when PTP is in a loadable module. This should beaddressed properly in a follow-up.As Richard suggested, we may want to actually turn PTP support into a&apos;bool&apos; option later on, preventing it from being a loadable modulealtogether, which would be one way to solve the problem with the ethtoolinterface.Fixes: 06c16d89d2cb (&quot;ice: register 1588 PTP clock device object for E810 devices&quot;)Link: https://lore.kernel.org/netdev/20210804121318.337276-1-arnd@kernel.org/Link: https://lore.kernel.org/netdev/CAK8P3a06enZOf=XyZ+zcAwBczv41UuCTz+=0FMf2gBz1_cOnZQ@mail.gmail.com/Link: https://lore.kernel.org/netdev/CAK8P3a3=eOxE-K25754+fB_-i_0BZzf9a9RfPTX3ppSwu9WZXw@mail.gmail.com/Link: https://lore.kernel.org/netdev/20210726084540.3282344-1-arnd@kernel.org/Acked-by: Shannon Nelson &lt;snelson@pensando.io&gt;Acked-by: Jacob Keller &lt;jacob.e.keller@intel.com&gt;Acked-by: Richard Cochran &lt;richardcochran@gmail.com&gt;Reviewed-by: Vladimir Oltean &lt;vladimir.oltean@nxp.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20210812183509.1362782-1-arnd@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/Kconfig</description>
        <pubDate>Thu, 12 Aug 2021 18:33:58 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&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/Kconfig#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/Kconfig</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>a3bc4832 - net: broadcom: BCM4908_ENET should not default to y, unconditionally</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/Kconfig#a3bc4832</link>
        <description>net: broadcom: BCM4908_ENET should not default to y, unconditionallyMerely enabling compile-testing should not enable additional code.To fix this, restrict the automatic enabling of BCM4908_ENET toARCH_BCM4908.Fixes: 4feffeadbcb2e5b1 (&quot;net: broadcom: bcm4908enet: add BCM4908 controller driver&quot;)Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Acked-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Acked-by: Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/Kconfig</description>
        <pubDate>Tue, 16 Mar 2021 14:03:41 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>9d61d138 - net: broadcom: rename BCM4908 driver &amp; update DT binding</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/Kconfig#9d61d138</link>
        <description>net: broadcom: rename BCM4908 driver &amp; update DT bindingcompatible string was updated to match normal naming convention soupdate driver as wellSigned-off-by: Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;Reviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/Kconfig</description>
        <pubDate>Thu, 11 Feb 2021 12:12:34 +0000</pubDate>
        <dc:creator>Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;</dc:creator>
    </item>
<item>
        <title>4feffead - net: broadcom: bcm4908enet: add BCM4908 controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/Kconfig#4feffead</link>
        <description>net: broadcom: bcm4908enet: add BCM4908 controller driverBCM4908 SoCs family uses Ethernel controller that includes UniMAC butuses different DMA engine (than other controllers) and requiresdifferent programming.Signed-off-by: Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/Kconfig</description>
        <pubDate>Sun, 07 Feb 2021 22:26:32 +0000</pubDate>
        <dc:creator>Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;</dc:creator>
    </item>
<item>
        <title>ddb4d32e - net: broadcom: Drop OF dependency from BGMAC_PLATFORM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/Kconfig#ddb4d32e</link>
        <description>net: broadcom: Drop OF dependency from BGMAC_PLATFORMAll of the OF code that is used has stubbed and will compile and linkjust fine, keeping COMPILE_TEST is enough.Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Link: https://lore.kernel.org/r/20210106191546.1358324-1-f.fainelli@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/Kconfig</description>
        <pubDate>Wed, 06 Jan 2021 19:15:45 +0000</pubDate>
        <dc:creator>Florian Fainelli &lt;f.fainelli@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>14483cbf - net: broadcom CNIC: requires MMU</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/Kconfig#14483cbf</link>
        <description>net: broadcom CNIC: requires MMUThe CNIC kconfig symbol selects UIO and UIO depends on MMU.Since &apos;select&apos; does not follow dependency chains, add the same MMUdependency to CNIC.Quietens this kconfig warning:WARNING: unmet direct dependencies detected for UIO  Depends on [n]: MMU [=n]  Selected by [m]:  - CNIC [=m] &amp;&amp; NETDEVICES [=y] &amp;&amp; ETHERNET [=y] &amp;&amp; NET_VENDOR_BROADCOM [=y] &amp;&amp; PCI [=y] &amp;&amp; (IPV6 [=m] || IPV6 [=m]=n)Fixes: adfc5217e9db (&quot;broadcom: Move the Broadcom drivers&quot;)Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;Cc: Rasesh Mody &lt;rmody@marvell.com&gt;Cc: GR-Linux-NIC-Dev@marvell.comCc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Cc: Jakub Kicinski &lt;kuba@kernel.org&gt;Cc: netdev@vger.kernel.orgLink: https://lore.kernel.org/r/20201129070843.3859-1-rdunlap@infradead.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/Kconfig</description>
        <pubDate>Sun, 29 Nov 2020 07:08:43 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>99addbe3 - net: broadcom: Select BROADCOM_PHY for BCMGENET</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/Kconfig#99addbe3</link>
        <description>net: broadcom: Select BROADCOM_PHY for BCMGENETThe GENET controller on the Raspberry Pi 4 (2711) is typicallyinterfaced with an external Broadcom PHY via a RGMII electricalinterface. To make sure that delays are properly configured at the PHYside, ensure that we the dedicated Broadcom PHY driver(CONFIG_BROADCOM_PHY) is enabled for this to happen.Fixes: 402482a6a78e (&quot;net: bcmgenet: Clear ID_MODE_DIS in EXT_RGMII_OOB_CTRL when not needed&quot;)Reported-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/Kconfig</description>
        <pubDate>Wed, 13 May 2020 15:51:51 +0000</pubDate>
        <dc:creator>Florian Fainelli &lt;f.fainelli@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ddc790e9 - net: ethernet: broadcom: have drivers select DIMLIB as needed</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/Kconfig#ddc790e9</link>
        <description>net: ethernet: broadcom: have drivers select DIMLIB as neededNET_VENDOR_BROADCOM is intended to control a kconfig menu only.It should not have anything to do with code generation.As such, it should not select DIMLIB for all drivers underNET_VENDOR_BROADCOM.  Instead each driver that needs DIMLIB shouldselect it (being the symbols SYSTEMPORT, BNXT, and BCMGENET).Link: https://lkml.kernel.org/r/alpine.DEB.2.21.1907021810220.13058@ramsan.of.borg/Fixes: 4f75da3666c0 (&quot;linux/dim: Move implementation to .c files&quot;)Reported-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: Uwe Kleine-K&#246;nig &lt;uwe@kleine-koenig.org&gt;Cc: Tal Gilboa &lt;talgi@mellanox.com&gt;Cc: Saeed Mahameed &lt;saeedm@mellanox.com&gt;Cc: netdev@vger.kernel.orgCc: linux-rdma@vger.kernel.orgCc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Cc: Jakub Kicinski &lt;jakub.kicinski@netronome.com&gt;Cc: Doug Ledford &lt;dledford@redhat.com&gt;Cc: Jason Gunthorpe &lt;jgg@mellanox.com&gt;Cc: Leon Romanovsky &lt;leonro@mellanox.com&gt;Cc: Or Gerlitz &lt;ogerlitz@mellanox.com&gt;Cc: Sagi Grimberg &lt;sagi@grimberg.me&gt;Acked-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Reviewed-by: Leon Romanovsky &lt;leonro@mellanox.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/Kconfig</description>
        <pubDate>Sat, 12 Oct 2019 04:03:33 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>aca3432a - net: broadcom: Fix manufacturer name in Kconfig help text</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/Kconfig#aca3432a</link>
        <description>net: broadcom: Fix manufacturer name in Kconfig help textThe help text refers to AMD instead of Broadcom, presumably because itwas copied from the former.Fixes: adfc5217e9db68d3 (&quot;broadcom: Move the Broadcom drivers&quot;)Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/broadcom/Kconfig</description>
        <pubDate>Wed, 31 Jul 2019 13:22:12 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>322b87ca - bnxt_en: add page_pool support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/broadcom/Kconfig#322b87ca</link>
        <description>bnxt_en: add page_pool supportThis removes contention over page allocation for XDP_REDIRECT actions byadding page_pool support per queue for the driver.  The performance forXDP_REDIRECT actions scales linearly with the number of cores performingredirect actions when using the page pools instead of the standard pageallocator.v2: Fix up the error path from XDP registration, noted by Ilias Apalodimas.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/Kconfig</description>
        <pubDate>Mon, 08 Jul 2019 21:53:04 +0000</pubDate>
        <dc:creator>Andy Gospodarek &lt;gospo@broadcom.com&gt;</dc:creator>
    </item>
</channel>
</rss>
