<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dpll/Kconfig#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/dpll/Kconfig</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>37a93dd5c49b5fda807fd204edf2547c3493319c - Merge tag &apos;net-next-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dpll/Kconfig#37a93dd5c49b5fda807fd204edf2547c3493319c</link>
        <description>Merge tag &apos;net-next-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Paolo Abeni: &quot;Core &amp; protocols:   - A significant effort all around the stack to guide the compiler to     make the right choice when inlining code, to avoid unneeded calls     for small helper and stack canary overhead in the fast-path.     This generates better and faster code with very small or no text     size increases, as in many cases the call generated more code than     the actual inlined helper.   - Extend AccECN implementation so that is now functionally complete,     also allow the user-space enabling it on a per network namespace     basis.   - Add support for memory providers with large (above 4K) rx buffer.     Paired with hw-gro, larger rx buffer sizes reduce the number of     buffers traversing the stack, dincreasing single stream CPU usage     by up to ~30%.   - Do not add HBH header to Big TCP GSO packets. This simplifies the     RX path, the TX path and the NIC drivers, and is possible because     user-space taps can now interpret correctly such packets without     the HBH hint.   - Allow IPv6 routes to be configured with a gateway address that is     resolved out of a different interface than the one specified,     aligning IPv6 to IPv4 behavior.   - Multi-queue aware sch_cake. This makes it possible to scale the     rate shaper of sch_cake across multiple CPUs, while still enforcing     a single global rate on the interface.   - Add support for the nbcon (new buffer console) infrastructure to     netconsole, enabling lock-free, priority-based console operations     that are safer in crash scenarios.   - Improve the TCP ipv6 output path to cache the flow information,     saving cpu cycles, reducing cache line misses and stack use.   - Improve netfilter packet tracker to resolve clashes for most     protocols, avoiding unneeded drops on rare occasions.   - Add IP6IP6 tunneling acceleration to the flowtable infrastructure.   - Reduce tcp socket size by one cache line.   - Notify neighbour changes atomically, avoiding inconsistencies     between the notification sequence and the actual states sequence.   - Add vsock namespace support, allowing complete isolation of vsocks     across different network namespaces.   - Improve xsk generic performances with cache-alignment-oriented     optimizations.   - Support netconsole automatic target recovery, allowing netconsole     to reestablish targets when underlying low-level interface comes     back online.  Driver API:   - Support for switching the working mode (automatic vs manual) of a     DPLL device via netlink.   - Introduce PHY ports representation to expose multiple front-facing     media ports over a single MAC.   - Introduce &quot;rx-polarity&quot; and &quot;tx-polarity&quot; device tree properties,     to generalize polarity inversion requirements for differential     signaling.   - Add helper to create, prepare and enable managed clocks.  Device drivers:   - Add Huawei hinic3 PF etherner driver.   - Add DWMAC glue driver for Motorcomm YT6801 PCIe ethernet     controller.   - Add ethernet driver for MaxLinear MxL862xx switches   - Remove parallel-port Ethernet driver.   - Convert existing driver timestamp configuration reporting to     hwtstamp_get and remove legacy ioctl().   - Convert existing drivers to .get_rx_ring_count(), simplifing the RX     ring count retrieval. Also remove the legacy fallback path.   - Ethernet high-speed NICs:      - Broadcom (bnxt, bng):         - bnxt: add FW interface update to support FEC stats histogram           and NVRAM defragmentation         - bng: add TSO and H/W GRO support      - nVidia/Mellanox (mlx5):         - improve latency of channel restart operations, reducing the           used H/W resources         - add TSO support for UDP over GRE over VLAN         - add flow counters support for hardware steering (HWS) rules         - use a static memory area to store headers for H/W GRO,           leading to 12% RX tput improvement      - Intel (100G, ice, idpf):         - ice: reorganizes layout of Tx and Rx rings for cacheline           locality and utilizes __cacheline_group* macros on the new           layouts         - ice: introduces Synchronous Ethernet (SyncE) support      - Meta (fbnic):         - adds debugfs for firmware mailbox and tx/rx rings vectors   - Ethernet virtual:      - geneve: introduce GRO/GSO support for double UDP encapsulation   - Ethernet NICs consumer, and embedded:      - Synopsys (stmmac):         - some code refactoring and cleanups      - RealTek (r8169):         - add support for RTL8127ATF (10G Fiber SFP)         - add dash and LTR support      - Airoha:         - AN8811HB 2.5 Gbps phy support      - Freescale (fec):         - add XDP zero-copy support      - Thunderbolt:         - add get link setting support to allow bonding      - Renesas:         - add support for RZ/G3L GBETH SoC   - Ethernet switches:      - Maxlinear:         - support R(G)MII slow rate configuration         - add support for Intel GSW150      - Motorcomm (yt921x):         - add DCB/QoS support      - TI:         - icssm-prueth: support bridging (STP/RSTP) via the switchdev           framework   - Ethernet PHYs:      - Realtek:         - enable SGMII and 2500Base-X in-band auto-negotiation         - simplify and reunify C22/C45 drivers      - Micrel: convert bindings to DT schema   - CAN:      - move skb headroom content into skb extensions, making CAN        metadata access more robust   - CAN drivers:      - rcar_canfd:         - add support for FD-only mode         - add support for the RZ/T2H SoC      - sja1000: cleanup the CAN state handling   - WiFi:      - implement EPPKE/802.1X over auth frames support      - split up drop reasons better, removing generic RX_DROP      - additional FTM capabilities: 6 GHz support, supported number of        spatial streams and supported number of LTF repetitions      - better mac80211 iterators to enumerate resources      - initial UHR (Wi-Fi 8) support for cfg80211/mac80211   - WiFi drivers:      - Qualcomm/Atheros:         - ath11k: support for Channel Frequency Response measurement         - ath12k: a significant driver refactor to support multi-wiphy           devices and and pave the way for future device support in the           same driver (rather than splitting to ath13k)         - ath12k: support for the QCC2072 chipset      - Intel:         - iwlwifi: partial Neighbor Awareness Networking (NAN) support         - iwlwifi: initial support for U-NII-9 and IEEE 802.11bn      - RealTek (rtw89):         - preparations for RTL8922DE support   - Bluetooth:      - implement setsockopt(BT_PHY) to set the connection packet type/PHY      - set link_policy on incoming ACL connections   - Bluetooth drivers:      - btusb: add support for MediaTek7920, Realtek RTL8761BU and 8851BE      - btqca: add WCN6855 firmware priority selection feature&quot;* tag &apos;net-next-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1254 commits)  bnge/bng_re: Add a new HSI  net: macb: Fix tx/rx malfunction after phy link down and up  af_unix: Fix memleak of newsk in unix_stream_connect().  net: ti: icssg-prueth: Add optional dependency on HSR  net: dsa: add basic initial driver for MxL862xx switches  net: mdio: add unlocked mdiodev C45 bus accessors  net: dsa: add tag format for MxL862xx switches  dt-bindings: net: dsa: add MaxLinear MxL862xx  selftests: drivers: net: hw: Modify toeplitz.c to poll for packets  octeontx2-pf: Unregister devlink on probe failure  net: renesas: rswitch: fix forwarding offload statemachine  ionic: Rate limit unknown xcvr type messages  tcp: inet6_csk_xmit() optimization  tcp: populate inet-&gt;cork.fl.u.ip6 in tcp_v6_syn_recv_sock()  tcp: populate inet-&gt;cork.fl.u.ip6 in tcp_v6_connect()  ipv6: inet6_csk_xmit() and inet6_csk_update_pmtu() use inet-&gt;cork.fl.u.ip6  ipv6: use inet-&gt;cork.fl.u.ip6 and np-&gt;final in ip6_datagram_dst_update()  ipv6: use np-&gt;final in inet6_sk_rebuild_header()  ipv6: add daddr/final storage in struct ipv6_pinfo  net: stmmac: qcom-ethqos: fix qcom_ethqos_serdes_powerup()  ...

            List of files:
            /linux/drivers/dpll/Kconfig</description>
        <pubDate>Thu, 12 Feb 2026 04:31:52 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>651f71248a01231c54c5dc3bac4cec989dba1a6d - Merge branch &apos;dpll-core-improvements-and-ice-e825-c-synce-support&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dpll/Kconfig#651f71248a01231c54c5dc3bac4cec989dba1a6d</link>
        <description>Merge branch &apos;dpll-core-improvements-and-ice-e825-c-synce-support&apos;Ivan Vecera says:====================dpll: Core improvements and ice E825-C SyncE supportThis series introduces Synchronous Ethernet (SyncE) support for the IntelE825-C Ethernet controller. Unlike previous generations where DPLLconnections were implicitly assumed, the E825-C architecture relieson the platform firmware (ACPI) to describe the physical connectionsbetween the Ethernet controller and external DPLLs (such as the ZL3073x).To accommodate this, the series extends the DPLL subsystem to supportfirmware node (fwnode) associations, asynchronous discovery via notifiers,and dynamic pin management. Additionally, a significant refactor ofthe DPLL reference counting logic is included to ensure robustness anddebuggability.DPLL Core Extensions:* Firmware Node Association: Pins can now be associated with a struct  fwnode_handle after allocation via dpll_pin_fwnode_set(). This allows  drivers to link pin objects with their corresponding DT/ACPI nodes.* Asynchronous Notifiers: A raw notifier chain is added to the DPLL core.  This allows the Ethernet driver to subscribe to events and react when  the platform DPLL driver registers the parent pins, resolving probe  ordering dependencies.* Dynamic Indexing: Drivers can now request DPLL_PIN_IDX_UNSPEC to have  the core automatically allocate a unique pin index.Reference Counting &amp; Debugging:* Refactor: The reference counting logic in the core is consolidated.  Internal list management helpers now automatically handle hold/put  operations, removing fragile open-coded logic in the registration paths.* Reference Tracking: A new Kconfig option DPLL_REFCNT_TRACKER is added.  This allows developers to instrument and debug reference leaks by  recording stack traces for every get/put operation.Driver Updates:* zl3073x: Updated to associate pins with fwnode handles using the new  setter and support the &apos;mux&apos; pin type.* ice: Implements the E825-C specific hardware configuration for SyncE  (CGU registers). It utilizes the new notifier and fwnode APIs to  dynamically discover and attach to the platform DPLLs.Patch Summary:Patch 1: DPLL Core (fwnode association).Patch 2: Driver zl3073x (Set fwnode).Patch 3-4: DPLL Core (Notifiers and dynamic IDs).Patch 5: Driver zl3073x (Mux type).Patch 6: DPLL Core (Refcount refactor).Patch 7-8: Refcount tracking infrastructure and driver updates.Patch 9: Driver ice (E825-C SyncE logic).====================Link: https://patch.msgid.link/20260203174002.705176-1-ivecera@redhat.comSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/drivers/dpll/Kconfig</description>
        <pubDate>Thu, 05 Feb 2026 15:57:48 +0100</pubDate>
        <dc:creator>Paolo Abeni &lt;pabeni@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>3c0da1030c58b0f1ee4d8ef4722466f8ce734a53 - dpll: Add reference count tracking support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dpll/Kconfig#3c0da1030c58b0f1ee4d8ef4722466f8ce734a53</link>
        <description>dpll: Add reference count tracking supportAdd support for the REF_TRACKER infrastructure to the DPLL subsystem.When enabled, this allows developers to track and debug reference countingleaks or imbalances for dpll_device and dpll_pin objects. It records stacktraces for every get/put operation and exposes this information viadebugfs at:  /sys/kernel/debug/ref_tracker/dpll_device_*  /sys/kernel/debug/ref_tracker/dpll_pin_*The following API changes are made to support this:1. dpll_device_get() / dpll_device_put() now accept a &apos;dpll_tracker *&apos;   (which is a typedef to &apos;struct ref_tracker *&apos; when enabled, or an empty   struct otherwise).2. dpll_pin_get() / dpll_pin_put() and fwnode_dpll_pin_find() similarly   accept the tracker argument.3. Internal registration structures now hold a tracker to associate the   reference held by the registration with the specific owner.All existing in-tree drivers (ice, mlx5, ptp_ocp, zl3073x) are updatedto pass NULL for the new tracker argument, maintaining current behaviorwhile enabling future debugging capabilities.Reviewed-by: Aleksandr Loktionov &lt;aleksandr.loktionov@intel.com&gt;Co-developed-by: Petr Oros &lt;poros@redhat.com&gt;Signed-off-by: Petr Oros &lt;poros@redhat.com&gt;Signed-off-by: Ivan Vecera &lt;ivecera@redhat.com&gt;Reviewed-by: Arkadiusz Kubalewski &lt;arkadiusz.kubalewski@intel.com&gt;Link: https://patch.msgid.link/20260203174002.705176-8-ivecera@redhat.comSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/drivers/dpll/Kconfig</description>
        <pubDate>Tue, 03 Feb 2026 18:40:00 +0100</pubDate>
        <dc:creator>Ivan Vecera &lt;ivecera@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dpll/Kconfig#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/dpll/Kconfig</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>f088104d837a991c65e51fa30bb4196169b3244d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dpll/Kconfig#f088104d837a991c65e51fa30bb4196169b3244d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerge in order to get the commit:  048832a3f400 (&quot;drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter&quot;)To drm-intel-gt-next as there are followup fixes to be applied.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/dpll/Kconfig</description>
        <pubDate>Tue, 16 Sep 2025 12:53:20 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad - Merge commit &apos;linus&apos; into core/bugs, to resolve conflicts</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dpll/Kconfig#a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad</link>
        <description>Merge commit &apos;linus&apos; into core/bugs, to resolve conflictsResolve conflicts with this commit that was developed in parallelduring the merge window: 8c8efa93db68 (&quot;x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust&quot;) Conflicts:	arch/riscv/include/asm/bug.h	arch/x86/include/asm/bug.hSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/dpll/Kconfig</description>
        <pubDate>Tue, 05 Aug 2025 11:15:34 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8b87f67b4c87452e21721887fa8dec1f4c6b2b7c - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dpll/Kconfig#8b87f67b4c87452e21721887fa8dec1f4c6b2b7c</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.18 merge window.

            List of files:
            /linux/drivers/dpll/Kconfig</description>
        <pubDate>Wed, 08 Oct 2025 06:53:13 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4b051897df2375414587a245ecb9bb1a4d26b3b8 - Merge tag &apos;v6.17-rc2&apos; into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dpll/Kconfig#4b051897df2375414587a245ecb9bb1a4d26b3b8</link>
        <description>Merge tag &apos;v6.17-rc2&apos; into HEADSync up with mainline to bring in changes to include/linux/sprintf.h

            List of files:
            /linux/drivers/dpll/Kconfig</description>
        <pubDate>Thu, 21 Aug 2025 20:46:49 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8 - Merge drm/drm-next into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dpll/Kconfig#b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8</link>
        <description>Merge drm/drm-next into drm-misc-next-fixesBackmerging to drm-misc-next-fixes to get features and fixes fromv6.17-rc6.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/dpll/Kconfig</description>
        <pubDate>Mon, 15 Sep 2025 10:23:28 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>702fdf3513b045f596f836d9a4b8672c76f11834 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dpll/Kconfig#702fdf3513b045f596f836d9a4b8672c76f11834</link>
        <description>Merge drm/drm-next into drm-intel-nextCatching up with some display dependencies.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/dpll/Kconfig</description>
        <pubDate>Wed, 10 Sep 2025 14:01:42 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ca994e8922f25f7fed2075098f185cf198109eaa - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dpll/Kconfig#ca994e8922f25f7fed2075098f185cf198109eaa</link>
        <description>Merge drm/drm-next into drm-xe-nextBring v6.17-rc1 to propagate commits from other subsystems, particularlyPCI, which has some new functions needed for SR-IOV integration.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux/drivers/dpll/Kconfig</description>
        <pubDate>Tue, 12 Aug 2025 14:58:37 +0200</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>08c51f5bddc81c8c97c1eb11861b0dc009e5ccd8 - Merge drm/drm-next into drm-misc-n</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dpll/Kconfig#08c51f5bddc81c8c97c1eb11861b0dc009e5ccd8</link>
        <description>Merge drm/drm-next into drm-misc-nUpdating drm-misc-next to the state of v6.17-rc1. Begins a new releasecycle.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/dpll/Kconfig</description>
        <pubDate>Mon, 11 Aug 2025 14:37:45 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dpll/Kconfig#8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesUpdating drm-misc-fixes to the state of v6.17-rc1. Begins a new releasecycle.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/dpll/Kconfig</description>
        <pubDate>Mon, 11 Aug 2025 16:49:06 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>8be4d31cb8aaeea27bde4b7ddb26e28a89062ebf - Merge tag &apos;net-next-6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dpll/Kconfig#8be4d31cb8aaeea27bde4b7ddb26e28a89062ebf</link>
        <description>Merge tag &apos;net-next-6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Jakub Kicinski: &quot;Core &amp; protocols:   - Wrap datapath globals into net_aligned_data, to avoid false sharing   - Preserve MSG_ZEROCOPY in forwarding (e.g. out of a container)   - Add SO_INQ and SCM_INQ support to AF_UNIX   - Add SIOCINQ support to AF_VSOCK   - Add TCP_MAXSEG sockopt to MPTCP   - Add IPv6 force_forwarding sysctl to enable forwarding per interface   - Make TCP validation of whether packet fully fits in the receive     window and the rcv_buf more strict. With increased use of HW     aggregation a single &quot;packet&quot; can be multiple 100s of kB   - Add MSG_MORE flag to optimize large TCP transmissions via sockmap,     improves latency up to 33% for sockmap users   - Convert TCP send queue handling from tasklet to BH workque   - Improve BPF iteration over TCP sockets to see each socket exactly     once   - Remove obsolete and unused TCP RFC3517/RFC6675 loss recovery code   - Support enabling kernel threads for NAPI processing on per-NAPI     instance basis rather than a whole device. Fully stop the kernel     NAPI thread when threaded NAPI gets disabled. Previously thread     would stick around until ifdown due to tricky synchronization   - Allow multicast routing to take effect on locally-generated packets   - Add output interface argument for End.X in segment routing   - MCTP: add support for gateway routing, improve bind() handling   - Don&apos;t require rtnl_lock when fetching an IPv6 neighbor over Netlink   - Add a new neighbor flag (&quot;extern_valid&quot;), which cedes refresh     responsibilities to userspace. This is needed for EVPN multi-homing     where a neighbor entry for a multi-homed host needs to be synced     across all the VTEPs among which the host is multi-homed   - Support NUD_PERMANENT for proxy neighbor entries   - Add a new queuing discipline for IETF RFC9332 DualQ Coupled AQM   - Add sequence numbers to netconsole messages. Unregister     netconsole&apos;s console when all net targets are removed. Code     refactoring. Add a number of selftests   - Align IPSec inbound SA lookup to RFC 4301. Only SPI and protocol     should be used for an inbound SA lookup   - Support inspecting ref_tracker state via DebugFS   - Don&apos;t force bonding advertisement frames tx to ~333 ms boundaries.     Add broadcast_neighbor option to send ARP/ND on all bonded links   - Allow providing upcall pid for the &apos;execute&apos; command in openvswitch   - Remove DCCP support from Netfilter&apos;s conntrack   - Disallow multiple packet duplications in the queuing layer   - Prevent use of deprecated iptables code on PREEMPT_RT  Driver API:   - Support RSS and hashing configuration over ethtool Netlink   - Add dedicated ethtool callbacks for getting and setting hashing     fields   - Add support for power budget evaluation strategy in PSE /     Power-over-Ethernet. Generate Netlink events for overcurrent etc   - Support DPLL phase offset monitoring across all device inputs.     Support providing clock reference and SYNC over separate DPLL     inputs   - Support traffic classes in devlink rate API for bandwidth     management   - Remove rtnl_lock dependency from UDP tunnel port configuration  Device drivers:   - Add a new Broadcom driver for 800G Ethernet (bnge)   - Add a standalone driver for Microchip ZL3073x DPLL   - Remove IBM&apos;s NETIUCV device driver   - Ethernet high-speed NICs:      - Broadcom (bnxt):         - support zero-copy Tx of DMABUF memory         - take page size into account for page pool recycling rings      - Intel (100G, ice, idpf):         - idpf: XDP and AF_XDP support preparations         - idpf: add flow steering         - add link_down_events statistic         - clean up the TSPLL code         - preparations for live VM migration      - nVidia/Mellanox:         - support zero-copy Rx/Tx interfaces (DMABUF and io_uring)         - optimize context memory usage for matchers         - expose serial numbers in devlink info         - support PCIe congestion metrics      - Meta (fbnic):         - add 25G, 50G, and 100G link modes to phylink         - support dumping FW logs      - Marvell/Cavium:         - support for CN20K generation of the Octeon chips      - Amazon:         - add HW clock (without timestamping, just hypervisor time access)   - Ethernet virtual:      - VirtIO net:         - support segmentation of UDP-tunnel-encapsulated packets      - Google (gve):         - support packet timestamping and clock synchronization      - Microsoft vNIC:         - add handler for device-originated servicing events         - allow dynamic MSI-X vector allocation         - support Tx bandwidth clamping   - Ethernet NICs consumer, and embedded:      - AMD:         - amd-xgbe: hardware timestamping and PTP clock support      - Broadcom integrated MACs (bcmgenet, bcmasp):         - use napi_complete_done() return value to support NAPI polling         - add support for re-starting auto-negotiation      - Broadcom switches (b53):         - support BCM5325 switches         - add bcm63xx EPHY power control      - Synopsys (stmmac):         - lots of code refactoring and cleanups      - TI:         - icssg-prueth: read firmware-names from device tree         - icssg: PRP offload support      - Microchip:         - lan78xx: convert to PHYLINK for improved PHY and MAC management         - ksz: add KSZ8463 switch support      - Intel:         - support similar queue priority scheme in multi-queue and           time-sensitive networking (taprio)         - support packet pre-emption in both      - RealTek (r8169):         - enable EEE at 5Gbps on RTL8126      - Airoha:         - add PPPoE offload support         - MDIO bus controller for Airoha AN7583   - Ethernet PHYs:      - support for the IPQ5018 internal GE PHY      - micrel KSZ9477 switch-integrated PHYs:         - add MDI/MDI-X control support         - add RX error counters         - add cable test support         - add Signal Quality Indicator (SQI) reporting      - dp83tg720: improve reset handling and reduce link recovery time      - support bcm54811 (and its MII-Lite interface type)      - air_en8811h: support resume/suspend      - support PHY counters for QCA807x and QCA808x      - support WoL for QCA807x   - CAN drivers:      - rcar_canfd: support for Transceiver Delay Compensation      - kvaser: report FW versions via devlink dev info   - WiFi:      - extended regulatory info support (6 GHz)      - add statistics and beacon monitor for Multi-Link Operation (MLO)      - support S1G aggregation, improve S1G support      - add Radio Measurement action fields      - support per-radio RTS threshold      - some work around how FIPS affects wifi, which was wrong (RC4 is        used by TKIP, not only WEP)      - improvements for unsolicited probe response handling   - WiFi drivers:      - RealTek (rtw88):         - IBSS mode for SDIO devices      - RealTek (rtw89):         - BT coexistence for MLO/WiFi7         - concurrent station + P2P support         - support for USB devices RTL8851BU/RTL8852BU      - Intel (iwlwifi):         - use embedded PNVM in (to be released) FW images to fix           compatibility issues         - many cleanups (unused FW APIs, PCIe code, WoWLAN)         - some FIPS interoperability      - MediaTek (mt76):         - firmware recovery improvements         - more MLO work      - Qualcomm/Atheros (ath12k):         - fix scan on multi-radio devices         - more EHT/Wi-Fi 7 features         - encapsulation/decapsulation offload      - Broadcom (brcm80211):         - support SDIO 43751 device   - Bluetooth:      - hci_event: add support for handling LE BIG Sync Lost event      - ISO: add socket option to report packet seqnum via CMSG      - ISO: support SCM_TIMESTAMPING for ISO TS   - Bluetooth drivers:      - intel_pcie: support Function Level Reset      - nxpuart: add support for 4M baudrate      - nxpuart: implement powerup sequence, reset, FW dump, and FW loading&quot;* tag &apos;net-next-6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1742 commits)  dpll: zl3073x: Fix build failure  selftests: bpf: fix legacy netfilter options  ipv6: annotate data-races around rt-&gt;fib6_nsiblings  ipv6: fix possible infinite loop in fib6_info_uses_dev()  ipv6: prevent infinite loop in rt6_nlmsg_size()  ipv6: add a retry logic in net6_rt_notify()  vrf: Drop existing dst reference in vrf_ip6_input_dst  net/sched: taprio: align entry index attr validation with mqprio  net: fsl_pq_mdio: use dev_err_probe  selftests: rtnetlink.sh: remove esp4_offload after test  vsock: remove unnecessary null check in vsock_getname()  igb: xsk: solve negative overflow of nb_pkts in zerocopy mode  stmmac: xsk: fix negative overflow of budget in zerocopy mode  dt-bindings: ieee802154: Convert at86rf230.txt yaml format  net: dsa: microchip: Disable PTP function of KSZ8463  net: dsa: microchip: Setup fiber ports for KSZ8463  net: dsa: microchip: Write switch MAC address differently for KSZ8463  net: dsa: microchip: Use different registers for KSZ8463  net: dsa: microchip: Add KSZ8463 switch support to KSZ DSA driver  dt-bindings: net: dsa: microchip: Add KSZ8463 switch support  ...

            List of files:
            /linux/drivers/dpll/Kconfig</description>
        <pubDate>Wed, 30 Jul 2025 17:58:55 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>11b5d56d37f2fe6b093f5b4599370f21a33b6409 - Merge branch &apos;add-microchip-zl3073x-support-part-1&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dpll/Kconfig#11b5d56d37f2fe6b093f5b4599370f21a33b6409</link>
        <description>Merge branch &apos;add-microchip-zl3073x-support-part-1&apos;Ivan Vecera says:====================Add Microchip ZL3073x support (part 1)Add support for Microchip Azurite DPLL/PTP/SyncE chip family thatprovides DPLL and PTP functionality. This series bring first partthat adds the core functionality and basic DPLL support.The next part of the series will bring additional DPLL functionalitylike eSync support, phase offset and frequency offset reporting andphase adjustments.Testing was done by myself and by Prathosh Satish on Microchip EDS2development board with ZL30732 DPLL chip connected over I2C bus.====================Link: https://patch.msgid.link/20250704182202.1641943-1-ivecera@redhat.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/dpll/Kconfig</description>
        <pubDate>Thu, 10 Jul 2025 04:08:56 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2df8e64e01c10a4b75ea7797629f9e764a840eb0 - dpll: Add basic Microchip ZL3073x support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dpll/Kconfig#2df8e64e01c10a4b75ea7797629f9e764a840eb0</link>
        <description>dpll: Add basic Microchip ZL3073x supportMicrochip Azurite ZL3073x represents chip family providing DPLLand optionally PHC (PTP) functionality. The chips can be connectedbe connected over I2C or SPI bus.They have the following characteristics:* up to 5 separate DPLL units (channels)* 5 synthesizers* 10 input pins (references)* 10 outputs* 20 output pins (output pin pair shares one output)* Each reference and output can operate in either differential or  single-ended mode (differential mode uses 2 pins)* Each output is connected to one of the synthesizers* Each synthesizer is driven by one of the DPLL unitThe device uses 7-bit addresses and 8-bits values. It exposes 8-, 16-,32- and 48-bits registers in address range &lt;0x000,0x77F&gt;. Due to 7bitaddressing, the range is organized into pages of 128 bytes, with eachpage containing a page selector register at address 0x7F.For reading/writing multi-byte registers, the device supports bulktransfers.Add basic functionality to access device registers, probe functionalityboth I2C and SPI cases and add devlink support to provide info andto set clock ID parameter.Signed-off-by: Ivan Vecera &lt;ivecera@redhat.com&gt;Reviewed-by: Jiri Pirko &lt;jiri@nvidia.com&gt;Link: https://patch.msgid.link/20250704182202.1641943-6-ivecera@redhat.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/dpll/Kconfig</description>
        <pubDate>Fri, 04 Jul 2025 20:21:55 +0200</pubDate>
        <dc:creator>Ivan Vecera &lt;ivecera@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>a23e1966932464e1c5226cb9ac4ce1d5fc10ba22 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dpll/Kconfig#a23e1966932464e1c5226cb9ac4ce1d5fc10ba22</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.11 merge window.

            List of files:
            /linux/drivers/dpll/Kconfig</description>
        <pubDate>Mon, 15 Jul 2024 23:03:44 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f47c7ae8c7afaf9ad291d39f0d3974f191a7946 - Merge tag &apos;v6.9&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dpll/Kconfig#6f47c7ae8c7afaf9ad291d39f0d3974f191a7946</link>
        <description>Merge tag &apos;v6.9&apos; into nextSync up with the mainline to bring in the new cleanup API.

            List of files:
            /linux/drivers/dpll/Kconfig</description>
        <pubDate>Tue, 28 May 2024 06:37:18 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>92815da4576a495cb6362cdfb132152fccc2222d - Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dpll/Kconfig#92815da4576a495cb6362cdfb132152fccc2222d</link>
        <description>Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into HEADMerge drm-misc-next tree into the msm-next tree in order to be able touse HDMI connector framework for the MSM HDMI driver.

            List of files:
            /linux/drivers/dpll/Kconfig</description>
        <pubDate>Wed, 12 Jun 2024 15:51:59 +0200</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;</dc:creator>
    </item>
</channel>
</rss>
