<?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/net/dsa/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/net/dsa/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/net/dsa/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/net/dsa/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>1abee69a95c609cd0470bcfd9750157ab7b217a7 - Merge branch &apos;net-dsa-initial-support-for-maxlinear-mxl862xx-switches&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/dsa/Kconfig#1abee69a95c609cd0470bcfd9750157ab7b217a7</link>
        <description>Merge branch &apos;net-dsa-initial-support-for-maxlinear-mxl862xx-switches&apos;Daniel Golle says:====================net: dsa: initial support for MaxLinear MxL862xx switchesThis series adds very basic DSA support for the MaxLinear MxL86252(5x 2500Base-T PHYs) and MxL86282 (8x 2500Base-T PHYs) switches.In addition to the 2.5G TP ports both switches also come with twoSerDes interfaces which can be used either to connect external PHYsor SFP cages, or as CPU port when using the switch with this DSA driver.MxL862xx integrates a firmware running on an embedded processor (based onZephyr RTOS). Host interaction uses a simple netlink-like API transportedover MDIO/MMD.This series includes only what&apos;s needed to pass traffic between userports and the CPU port: relayed MDIO to internal PHYs, basic portenable/disable, and CPU-port special tagging.The SerDes interface of the CPU port is automatically configured by theswitch after reset using a board-specific configuration stored togetherwith the firmware in the flash chip attached to the switch, so no actionis needed from the driver to setup the interface mode of the CPU port.Also MAC settings of the PHY ports are automatically configured, whichmeans the driver works fine with phylink_mac_ops being all no-op stubs.Multiple follow up series will bring support for setting up the otherSerDes PCS interface (ie. not used for the CPU port), bridge, VLAN, ...offloading, and support for using an 802.1Q-based special tag instead ofthe proprietary 8-byte tag.====================Link: https://patch.msgid.link/cover.1770433307.git.daniel@makrotopia.orgSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/net/dsa/Kconfig</description>
        <pubDate>Wed, 11 Feb 2026 11:28:00 +0100</pubDate>
        <dc:creator>Paolo Abeni &lt;pabeni@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>85ee98742902735d65ef3a8e14e16870490e5f2f - net: dsa: add tag format for MxL862xx switches</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/dsa/Kconfig#85ee98742902735d65ef3a8e14e16870490e5f2f</link>
        <description>net: dsa: add tag format for MxL862xx switchesAdd proprietary special tag format for the MaxLinear MXL862xx family ofswitches. While using the same Ethertype as MaxLinear&apos;s GSW1xx switches,the actual tag format differs significantly, hence we need a dedicatedtag driver for that.Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;Link: https://patch.msgid.link/c64e6ddb6c93a4fac39f9ab9b2d8bf551a2b118d.1770433307.git.daniel@makrotopia.orgReviewed-by: Vladimir Oltean &lt;olteanv@gmail.com&gt;Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/net/dsa/Kconfig</description>
        <pubDate>Sat, 07 Feb 2026 04:07:11 +0100</pubDate>
        <dc:creator>Daniel Golle &lt;daniel@makrotopia.org&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/dsa/Kconfig#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/net/dsa/Kconfig</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>5add3c3c280a35f7e258e9cef7607db5a2e56fdc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/dsa/Kconfig#5add3c3c280a35f7e258e9cef7607db5a2e56fdc</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.19-rc1. An important upstream bugfix andto help unblock PTL CI.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/net/dsa/Kconfig</description>
        <pubDate>Fri, 19 Dec 2025 11:51:22 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>b8304863a3990d0f18c38e5b94191830a63ee1af - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/dsa/Kconfig#b8304863a3990d0f18c38e5b94191830a63ee1af</link>
        <description>Merge drm/drm-next into drm-intel-nextSync-up some display code needed for Async flips refactor.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/net/dsa/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 14:24:02 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7f790dd21a931c61167f7bdc327aecf2cebad327 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/dsa/Kconfig#7f790dd21a931c61167f7bdc327aecf2cebad327</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.20 (7.0?) release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/net/dsa/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>24f171c7e145f43b9f187578e89b0982ce87e54c - Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/dsa/Kconfig#24f171c7e145f43b9f187578e89b0982ce87e54c</link>
        <description>Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.19We&apos;ve been quite busy with fixes since the merge window, though not inany particularly exciting ways - the standout thing is the fix for _SXcontrols which were broken by a change to how we do clamping, otherwiseit&apos;s all fairly run of the mill fixes and quirks.

            List of files:
            /linux/net/dsa/Kconfig</description>
        <pubDate>Sun, 21 Dec 2025 11:11:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>84318277d6334c6981ab326d4acc87c6a6ddc9b8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/dsa/Kconfig#84318277d6334c6981ab326d4acc87c6a6ddc9b8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in rc1 to include all changes since the merge window closed,and grab all fixes and changes from drm/drm-next.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/net/dsa/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 12:53:27 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>8f7aa3d3c7323f4ca2768a9e74ebbe359c4f8f88 - Merge tag &apos;net-next-6.19&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/dsa/Kconfig#8f7aa3d3c7323f4ca2768a9e74ebbe359c4f8f88</link>
        <description>Merge tag &apos;net-next-6.19&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Jakub Kicinski: &quot;Core &amp; protocols:   - Replace busylock at the Tx queuing layer with a lockless list.     Resulting in a 300% (4x) improvement on heavy TX workloads, sending     twice the number of packets per second, for half the cpu cycles.   - Allow constantly busy flows to migrate to a more suitable CPU/NIC     queue.     Normally we perform queue re-selection when flow comes out of idle,     but under extreme circumstances the flows may be constantly busy.     Add sysctl to allow periodic rehashing even if it&apos;d risk packet     reordering.   - Optimize the NAPI skb cache, make it larger, use it in more paths.   - Attempt returning Tx skbs to the originating CPU (like we already     did for Rx skbs).   - Various data structure layout and prefetch optimizations from Eric.   - Remove ktime_get() from the recvmsg() fast path, ktime_get() is     sadly quite expensive on recent AMD machines.   - Extend threaded NAPI polling to allow the kthread busy poll for     packets.   - Make MPTCP use Rx backlog processing. This lowers the lock     pressure, improving the Rx performance.   - Support memcg accounting of MPTCP socket memory.   - Allow admin to opt sockets out of global protocol memory accounting     (using a sysctl or BPF-based policy). The global limits are a poor     fit for modern container workloads, where limits are imposed using     cgroups.   - Improve heuristics for when to kick off AF_UNIX garbage collection.   - Allow users to control TCP SACK compression, and default to 33% of     RTT.   - Add tcp_rcvbuf_low_rtt sysctl to let datacenter users avoid     unnecessarily aggressive rcvbuf growth and overshot when the     connection RTT is low.   - Preserve skb metadata space across skb_push / skb_pull operations.   - Support for IPIP encapsulation in the nftables flowtable offload.   - Support appending IP interface information to ICMP messages (RFC     5837).   - Support setting max record size in TLS (RFC 8449).   - Remove taking rtnl_lock from RTM_GETNEIGHTBL and RTM_SETNEIGHTBL.   - Use a dedicated lock (and RCU) in MPLS, instead of rtnl_lock.   - Let users configure the number of write buffers in SMC.   - Add new struct sockaddr_unsized for sockaddr of unknown length,     from Kees.   - Some conversions away from the crypto_ahash API, from Eric Biggers.   - Some preparations for slimming down struct page.   - YAML Netlink protocol spec for WireGuard.   - Add a tool on top of YAML Netlink specs/lib for reporting commonly     computed derived statistics and summarized system state.  Driver API:   - Add CAN XL support to the CAN Netlink interface.   - Add uAPI for reporting PHY Mean Square Error (MSE) diagnostics, as     defined by the OPEN Alliance&apos;s &quot;Advanced diagnostic features for     100BASE-T1 automotive Ethernet PHYs&quot; specification.   - Add DPLL phase-adjust-gran pin attribute (and implement it in     zl3073x).   - Refactor xfrm_input lock to reduce contention when NIC offloads     IPsec and performs RSS.   - Add info to devlink params whether the current setting is the     default or a user override. Allow resetting back to default.   - Add standard device stats for PSP crypto offload.   - Leverage DSA frame broadcast to implement simple HSR frame     duplication for a lot of switches without dedicated HSR offload.   - Add uAPI defines for 1.6Tbps link modes.  Device drivers:   - Add Motorcomm YT921x gigabit Ethernet switch support.   - Add MUCSE driver for N500/N210 1GbE NIC series.   - Convert drivers to support dedicated ops for timestamping control,     and away from the direct IOCTL handling. While at it support GET     operations for PHY timestamping.   - Add (and convert most drivers to) a dedicated ethtool callback for     reading the Rx ring count.   - Significant refactoring efforts in the STMMAC driver, which     supports Synopsys turn-key MAC IP integrated into a ton of SoCs.   - Ethernet high-speed NICs:      - Broadcom (bnxt):         - support PPS in/out on all pins      - Intel (100G, ice, idpf):         - ice: implement standard ethtool and timestamping stats         - i40e: support setting the max number of MAC addresses per VF         - iavf: support RSS of GTP tunnels for 5G and LTE deployments      - nVidia/Mellanox (mlx5):         - reduce downtime on interface reconfiguration         - disable being an XDP redirect target by default (same as           other drivers) to avoid wasting resources if feature is           unused      - Meta (fbnic):         - add support for Linux-managed PCS on 25G, 50G, and 100G links      - Wangxun:         - support Rx descriptor merge, and Tx head writeback         - support Rx coalescing offload         - support 25G SPF and 40G QSFP modules   - Ethernet virtual:      - Google (gve):         - allow ethtool to configure rx_buf_len         - implement XDP HW RX Timestamping support for DQ descriptor           format      - Microsoft vNIC (mana):         - support HW link state events         - handle hardware recovery events when probing the device   - Ethernet NICs consumer, and embedded:      - usbnet: add support for Byte Queue Limits (BQL)      - AMD (amd-xgbe):         - add device selftests      - NXP (enetc):         - add i.MX94 support      - Broadcom integrated MACs (bcmgenet, bcmasp):         - bcmasp: add support for PHY-based Wake-on-LAN      - Broadcom switches (b53):         - support port isolation         - support BCM5389/97/98 and BCM63XX ARL formats      - Lantiq/MaxLinear switches:         - support bridge FDB entries on the CPU port         - use regmap for register access         - allow user to enable/disable learning         - support Energy Efficient Ethernet         - support configuring RMII clock delays         - add tagging driver for MaxLinear GSW1xx switches      - Synopsys (stmmac):         - support using the HW clock in free running mode         - add Eswin EIC7700 support         - add Rockchip RK3506 support         - add Altera Agilex5 support      - Cadence (macb):         - cleanup and consolidate descriptor and DMA address handling         - add EyeQ5 support      - TI:         - icssg-prueth: support AF_XDP      - Airoha access points:         - add missing Ethernet stats and link state callback         - add AN7583 support         - support out-of-order Tx completion processing      - Power over Ethernet:         - pd692x0: preserve PSE configuration across reboots         - add support for TPS23881B devices   - Ethernet PHYs:      - Open Alliance OATC14 10BASE-T1S PHY cable diagnostic support      - Support 50G SerDes and 100G interfaces in Linux-managed PHYs      - micrel:         - support for non PTP SKUs of lan8814         - enable in-band auto-negotiation on lan8814      - realtek:         - cable testing support on RTL8224         - interrupt support on RTL8221B      - motorcomm: support for PHY LEDs on YT853      - microchip: support for LAN867X Rev.D0 PHYs w/ SQI and cable diag      - mscc: support for PHY LED control   - CAN drivers:      - m_can: add support for optional reset and system wake up      - remove can_change_mtu() obsoleted by core handling      - mcp251xfd: support GPIO controller functionality   - Bluetooth:      - add initial support for PASTa   - WiFi:      - split ieee80211.h file, it&apos;s way too big      - improvements in VHT radiotap reporting, S1G, Channel Switch        Announcement handling, rate tracking in mesh networks      - improve multi-radio monitor mode support, and add a cfg80211        debugfs interface for it      - HT action frame handling on 6 GHz      - initial chanctx work towards NAN      - MU-MIMO sniffer improvements   - WiFi drivers:      - RealTek (rtw89):         - support USB devices RTL8852AU and RTL8852CU         - initial work for RTL8922DE         - improved injection support      - Intel:         - iwlwifi: new sniffer API support      - MediaTek (mt76):         - WED support for &gt;32-bit DMA         - airoha NPU support         - regdomain improvements         - continued WiFi7/MLO work      - Qualcomm/Atheros:         - ath10k: factory test support         - ath11k: TX power insertion support         - ath12k: BSS color change support         - ath12k: statistics improvements      - brcmfmac: Acer A1 840 tablet quirk      - rtl8xxxu: 40 MHz connection fixes/support&quot;* tag &apos;net-next-6.19&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1381 commits)  net: page_pool: sanitise allocation order  net: page pool: xa init with destroy on pp init  net/mlx5e: Support XDP target xmit with dummy program  net/mlx5e: Update XDP features in switch channels  selftests/tc-testing: Test CAKE scheduler when enqueue drops packets  net/sched: sch_cake: Fix incorrect qlen reduction in cake_drop  wireguard: netlink: generate netlink code  wireguard: uapi: generate header with ynl-gen  wireguard: uapi: move flag enums  wireguard: uapi: move enum wg_cmd  wireguard: netlink: add YNL specification  selftests: drv-net: Fix tolerance calculation in devlink_rate_tc_bw.py  selftests: drv-net: Fix and clarify TC bandwidth split in devlink_rate_tc_bw.py  selftests: drv-net: Set shell=True for sysfs writes in devlink_rate_tc_bw.py  selftests: drv-net: Use Iperf3Runner in devlink_rate_tc_bw.py  selftests: drv-net: introduce Iperf3Runner for measurement use cases  selftests: drv-net: Add devlink_rate_tc_bw.py to TEST_PROGS  net: ps3_gelic_net: Use napi_alloc_skb() and napi_gro_receive()  Documentation: net: dsa: mention simple HSR offload helpers  Documentation: net: dsa: mention availability of RedBox  ...

            List of files:
            /linux/net/dsa/Kconfig</description>
        <pubDate>Thu, 04 Dec 2025 02:24:33 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>380e6f3c7bc53c74697423ff3f057138ad2b6d8f - Merge branch &apos;net-dsa-lantiq_gswip-add-support-for-maxlinear-gsw1xx-switch-family&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/dsa/Kconfig#380e6f3c7bc53c74697423ff3f057138ad2b6d8f</link>
        <description>Merge branch &apos;net-dsa-lantiq_gswip-add-support-for-maxlinear-gsw1xx-switch-family&apos;Daniel Golle says:====================net: dsa: lantiq_gswip: Add support for MaxLinear GSW1xx switch familyThis patch series extends the existing lantiq_gswip DSA driver tosupport the MaxLinear GSW1xx family of dedicated Ethernet switch ICs.These switches are based on the same IP as the Lantiq/Intel GSWIP foundin VR9 and xRX MIPS router SoCs which are currently supported by thelantiq_gswip driver, but they are dedicated ICs connected via MDIOrather than built-in components of a SoC accessible via memory-mappedI/O.The series includes several improvements and refactoring to implementsupport for GSW1xx switch ICs by reusing the existing lantiq_gswipdriver.The GSW1xx family includes several variants: - GSW120: 4 ports, 2 PHYs, RGMII &amp; SGMII/2500Base-X - GSW125: 4 ports, 2 PHYs, RGMII &amp; SGMII/2500Base-X, industrial temperature - GSW140: 6 ports, 4 PHYs, RGMII &amp; SGMII/2500Base-X - GSW141: 6 ports, 4 PHYs, RGMII &amp; SGMII - GSW145: 6 ports, 4 PHYs, RGMII &amp; SGMII/2500Base-X, industrial temperatureKey features implemented: - MDIO-based register access using regmap - Support for SGMII/1000Base-X/2500Base-X SerDes interfaces - Configurable RGMII delays via device tree properties - Configurable RMII clock direction - Energy Efficient Ethernet (EEE) support - enabling/disabling learning====================Link: https://patch.msgid.link/cover.1762170107.git.daniel@makrotopia.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/net/dsa/Kconfig</description>
        <pubDate>Thu, 06 Nov 2025 23:16:20 +0100</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c6230446b1a6f3c91effafd99f604de455da52e5 - net: dsa: add tagging driver for MaxLinear GSW1xx switch family</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/dsa/Kconfig#c6230446b1a6f3c91effafd99f604de455da52e5</link>
        <description>net: dsa: add tagging driver for MaxLinear GSW1xx switch familyAdd support for a new DSA tagging protocol driver for the MaxLinearGSW1xx switch family. The GSW1xx switches use a proprietary 8-bytespecial tag inserted between the source MAC address and the EtherTypefield to indicate the source and destination ports for framestraversing the CPU port.Implement the tag handling logic to insert the special tag on transmitand parse it on receive.Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;Reviewed-by: Alexander Sverdlin &lt;alexander.sverdlin@siemens.com&gt;Tested-by: Alexander Sverdlin &lt;alexander.sverdlin@siemens.com&gt;Link: https://patch.msgid.link/0e973ebfd9433c30c96f50670da9e9449a0d98f2.1762170107.git.daniel@makrotopia.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/net/dsa/Kconfig</description>
        <pubDate>Mon, 03 Nov 2025 13:20:20 +0100</pubDate>
        <dc:creator>Daniel Golle &lt;daniel@makrotopia.org&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/net/dsa/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/net/dsa/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>9549c74e015b8314712a26a632152f6fa995b73e - Merge branch &apos;net-dsa-yt921x-add-support-for-motorcomm-yt921x&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/dsa/Kconfig#9549c74e015b8314712a26a632152f6fa995b73e</link>
        <description>Merge branch &apos;net-dsa-yt921x-add-support-for-motorcomm-yt921x&apos;David Yang says:====================net: dsa: yt921x: Add support for Motorcomm YT921xMotorcomm YT921x is a series of ethernet switches developed by ShanghaiMotorcomm Electronic Technology, including:  - YT9215S / YT9215RB / YT9215SC: 5 GbE phys  - YT9213NB / YT9214NB: 2 GbE phys  - YT9218N / YT9218MB: 8 GbE physand up to 2 serdes interfaces.This patch adds basic support for a working DSA switch.====================Link: https://patch.msgid.link/20251017060859.326450-1-mmyangfl@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/net/dsa/Kconfig</description>
        <pubDate>Wed, 22 Oct 2025 03:25:35 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ca4709843b7e72f96976cd6b35bca148a4071673 - net: dsa: tag_yt921x: add support for Motorcomm YT921x tags</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/dsa/Kconfig#ca4709843b7e72f96976cd6b35bca148a4071673</link>
        <description>net: dsa: tag_yt921x: add support for Motorcomm YT921x tagsAdd support for Motorcomm YT921x tags, which includes a properconfigurable ethertype field (default to 0x9988).Signed-off-by: David Yang &lt;mmyangfl@gmail.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Link: https://patch.msgid.link/20251017060859.326450-3-mmyangfl@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/net/dsa/Kconfig</description>
        <pubDate>Fri, 17 Oct 2025 08:08:54 +0200</pubDate>
        <dc:creator>David Yang &lt;mmyangfl@gmail.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/net/dsa/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/net/dsa/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/net/dsa/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/net/dsa/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/net/dsa/Kconfig#8b87f67b4c87452e21721887fa8dec1f4c6b2b7c</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.18 merge window.

            List of files:
            /linux/net/dsa/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/net/dsa/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/net/dsa/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>
</channel>
</rss>
