<?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 config</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/tools/testing/selftests/net/config#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/tools/testing/selftests/net/config</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>d3b402c5a2d47f51eb0581da1a7b142f82cb10d1 - Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/config#d3b402c5a2d47f51eb0581da1a7b142f82cb10d1</link>
        <description>Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-nextMerge with upstream to pick up fixes from perf-tools and from othertools/ parts that interact with tools/perf.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/net/config</description>
        <pubDate>Mon, 26 Jan 2026 21:03:53 +0100</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&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/tools/testing/selftests/net/config#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/tools/testing/selftests/net/config</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>dd03dd60e8cdd5ef0f0cbc18276c45009bcc51f4 - Merge tag &apos;asoc-v6.20&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/tools/testing/selftests/net/config#dd03dd60e8cdd5ef0f0cbc18276c45009bcc51f4</link>
        <description>Merge tag &apos;asoc-v6.20&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Updates for v7.0This release is almost all abut driers, there&apos;s very little core workhere, although some of that driver work is in more generic areas likeSDCA and SOF: - Generic SDCA support for reporting jack events. - Continuing platform support, cleanup and feature improements for the   AMD, Intel, Qualcomm and SOF code. - Platform description improvements for the Cirrus drivers. - Support for NXP i.MX952, Realtek RT1320 and RT5575, and Sophogo   CV1800B.We also pulled in one small SPI API update and some more substantialregmap work (cache description improvements) for use in drivers.

            List of files:
            /linux/tools/testing/selftests/net/config</description>
        <pubDate>Mon, 09 Feb 2026 17:39:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>3e4067169c573fba9dd8f77480f3a6e9c723b507 - Merge branch &apos;v6.19-rc8&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/config#3e4067169c573fba9dd8f77480f3a6e9c723b507</link>
        <description>Merge branch &apos;v6.19-rc8&apos;Update to avoid conflicts with /urgent patches.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/tools/testing/selftests/net/config</description>
        <pubDate>Tue, 03 Feb 2026 12:04:13 +0100</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>751ec6dd6773237bf480291ca894a696a2991c62 - spi: aspeed: Improve handling of shared SPI</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/config#751ec6dd6773237bf480291ca894a696a2991c62</link>
        <description>spi: aspeed: Improve handling of shared SPIMerge series from Chin-Ting Kuo &lt;chin-ting_kuo@aspeedtech.com&gt;:This patch series improves handling of SPI controllers that areshared by spi-mem devices and other SPI peripherals.The primary goal of this series is to support non-spi-mem devices inthe ASPEED FMC/SPI controller driver. It also addresses an issue inthe spi-mem framework observed when different types of SPI devicesoperate concurrently on the same controller, ensuring that spi-memoperations are properly serialized.

            List of files:
            /linux/tools/testing/selftests/net/config</description>
        <pubDate>Wed, 28 Jan 2026 12:22:06 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4651c87b0083925540f6c3d26a6c5b4868d7b884 - regmap: reg_default_cb for flat cache defaults</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/config#4651c87b0083925540f6c3d26a6c5b4868d7b884</link>
        <description>regmap: reg_default_cb for flat cache defaultsMerge series from &quot;Sheetal .&quot; &lt;sheetal@nvidia.com&gt;:This series adds a reg_default_cb callback for REGCACHE_FLAT to providedefaults for registers not listed in reg_defaults. Defaults are loadedeagerly during regcache init and the callback can use writeable_reg tofilter valid addresses and avoid holes.

            List of files:
            /linux/tools/testing/selftests/net/config</description>
        <pubDate>Wed, 28 Jan 2026 04:48:12 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6704d98a4f48b7424edc0f7ae2a06c0a8af02e2f - BackMerge tag &apos;v6.19-rc7&apos; into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/config#6704d98a4f48b7424edc0f7ae2a06c0a8af02e2f</link>
        <description>BackMerge tag &apos;v6.19-rc7&apos; into drm-nextLinux 6.19-rc7This is needed for msm and rust trees.Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/net/config</description>
        <pubDate>Wed, 28 Jan 2026 03:44:28 +0100</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>1924bd68a0c06f9f2c06cf35e60dfc55cdc34a91 - ASoC: codec: Remove ak4641/pxa2xx-ac97 and convert to</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/config#1924bd68a0c06f9f2c06cf35e60dfc55cdc34a91</link>
        <description>ASoC: codec: Remove ak4641/pxa2xx-ac97 and convert toMerge series from &quot;Peng Fan (OSS)&quot; &lt;peng.fan@oss.nxp.com&gt;:The main goal is to convert drivers to use GPIO descriptors. While readingthe code, I think it is time to remove ak4641 and pxa2xx-ac97 driver,more info could be found in commit log of each patch.Then only need to convert sound/arm/pxa2xx-ac97-lib.c to use GPIOdescriptors. Not have hardware to test the pxa2xx ac97.

            List of files:
            /linux/tools/testing/selftests/net/config</description>
        <pubDate>Wed, 28 Jan 2026 01:37:49 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>eb3dad518e4da48ab6c6df16aa8895b8b0bd6ecf - Merge tag &apos;v6.19-rc7&apos; into driver-core-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/config#eb3dad518e4da48ab6c6df16aa8895b8b0bd6ecf</link>
        <description>Merge tag &apos;v6.19-rc7&apos; into driver-core-nextWe need the driver-core fixes in here as well to build on top of.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/net/config</description>
        <pubDate>Mon, 26 Jan 2026 13:23:52 +0100</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>dbd91d4f55ac4917b0b7f48b02eb8539805d0c85 - Merge 6.19-rc7 into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/config#dbd91d4f55ac4917b0b7f48b02eb8539805d0c85</link>
        <description>Merge 6.19-rc7 into char-misc-nextWe need the char/misc/iio fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/tools/testing/selftests/net/config</description>
        <pubDate>Mon, 26 Jan 2026 12:04:04 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>35527de54f6c4eacd3558ff0af071a5b5b2ba4f7 - Merge branch &apos;geneve-introduce-double-tunnel-gso-gro-support&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/config#35527de54f6c4eacd3558ff0af071a5b5b2ba4f7</link>
        <description>Merge branch &apos;geneve-introduce-double-tunnel-gso-gro-support&apos;Paolo Abeni says:====================geneve: introduce double tunnel GSO/GRO supportThis is the [belated] incarnation of topic discussed in the last Neconf[1].In container orchestration in virtual environments there is a consistentusage of double UDP tunneling - specifically geneve. Such setup lacksupport of GRO and GSO for inter VM traffic.After commit b430f6c38da6 (&quot;Merge branch &apos;virtio_udp_tunnel_08_07_2025&apos;of https://github.com/pabeni/linux-devel&quot;) and the qemu cunter-part, VMsare able to send/receive GSO over UDP aggregated packets.This series introduces the missing bit for full end-to-end aggregationin the above mentioned scenario. Specifically:- introduces a new netdev feature set to generalize existing per devicedriver GSO admission check.1- adds GSO partial support for the geneve and vxlan drivers- introduces and use a geneve option to assist double tunnel GRO- adds some simple functional tests for the above.The new device features set is not strictly needed for the followingwork, but avoids the introduction of trivial `ndo_features_check` tosupport GSO partial and thus possible performance regression due to theadditional indirect call. Such feature set could be leveraged by anumber of existing drivers (intel, meta and possibly wangxun) to avoidduplicate code/tests. Such part has been omitted here to keep the seriessmall.Both GSO partial support and double GRO support have some downsides.With the first in place, GSO partial packets will traverse the networkstack &apos;downstream&apos; the outer geneve UDP tunnel and will be visible bythe udp/IP/IPv6 and by netfilter. Currently only H/W NICs implement GSOpartial support and such packets are visible only via software taps.Double UDP tunnel GRO will cook &apos;GSO partial&apos; like aggregate packets,i.e. the inner UDP encapsulation headers set will still carry thewire-level lengths and csum, so that segmentation considering suchheaders parts of a giant, constant encapsulation header will yield thecorrect result.The correct GSO packet layout is applied when the packet traverse theoutermost geneve encapsulation.Both GSO partial and double UDP encap are disabled by default and mustbe explicitly enabled via, respectively ethtool and geneve deviceconfiguration.Finally note that the GSO partial feature could potentially be appliedto all the other UDP tunnels, but this series limits its usage to geneveand vxlan devices.Link: https://netdev.bots.linux.dev/netconf/2024/paolo.pdf [1]====================Link: https://patch.msgid.link/cover.1769011015.git.pabeni@redhat.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/net/config</description>
        <pubDate>Fri, 23 Jan 2026 20:31:15 +0100</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>40146bf7555e9c3480b1225dfe7a5306e1b58b13 - selftests: net: tests for add double tunneling GRO/GSO</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/config#40146bf7555e9c3480b1225dfe7a5306e1b58b13</link>
        <description>selftests: net: tests for add double tunneling GRO/GSOCreate a simple, netns-based topology with double, nested UDP tunnels andperform TSO transfers on top.Explicitly enable GSO and/or GRO and check the skb layout consistency withdifferent configuration allowing (or not) GSO frames to be delivered onthe other end.The trickest part is account in a robust way the aggregated/unaggregatedpackets with double encapsulation: use a classic bpf filter for it.Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;Reviewed-by: Petr Machata &lt;petrm@nvidia.com&gt;Link: https://patch.msgid.link/61f2c98ba0f73057c2d6f6cb62eb807abd90bf6b.1769011015.git.pabeni@redhat.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/net/config</description>
        <pubDate>Wed, 21 Jan 2026 17:11:36 +0100</pubDate>
        <dc:creator>Paolo Abeni &lt;pabeni@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>9abf22075da98c615be2f608ec1167329a71eafd - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/config#9abf22075da98c615be2f608ec1167329a71eafd</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR (net-6.19-rc7).Conflicts:drivers/net/ethernet/huawei/hinic3/hinic3_irq.c  b35a6fd37a00 (&quot;hinic3: Add adaptive IRQ coalescing with DIM&quot;)  fb2bb2a1ebf7 (&quot;hinic3: Fix netif_queue_set_napi queue_index input parameter error&quot;)https://lore.kernel.org/fc0a7fdf08789a52653e8ad05281a0a849e79206.1768915707.git.zhuyikai1@h-partners.comdrivers/net/wireless/ath/ath12k/mac.cdrivers/net/wireless/ath/ath12k/wifi7/hw.c  31707572108d (&quot;wifi: ath12k: Fix wrong P2P device link id issue&quot;)  c26f294fef2a (&quot;wifi: ath12k: Move ieee80211_ops callback to the arch specific module&quot;)https://lore.kernel.org/20260114123751.6a208818@canb.auug.org.auAdjacent changes:drivers/net/wireless/ath/ath12k/mac.c  8b8d6ee53dfd (&quot;wifi: ath12k: Fix scan state stuck in ABORTING after cancel_remain_on_channel&quot;)  914c890d3b90 (&quot;wifi: ath12k: Add framework for hardware specific ieee80211_ops registration&quot;)Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/net/config</description>
        <pubDate>Fri, 23 Jan 2026 05:13:25 +0100</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/config#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/tools/testing/selftests/net/config</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0a80e38d0fe1fe7b59c1e93ad908c4148a15926a - Merge tag &apos;net-6.19-rc7&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/config#0a80e38d0fe1fe7b59c1e93ad908c4148a15926a</link>
        <description>Merge tag &apos;net-6.19-rc7&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPull networking fixes from Jakub Kicinski: &quot;Including fixes from CAN and wireless.  Pretty big, but hard to make up any cohesive story that would explain  it, a random collection of fixes. The two reverts of bad patches from  this release here feel like stuff that&apos;d normally show up by rc5 or  rc6. Perhaps obvious thing to say, given the holiday timing.  That said, no active investigations / regressions. Let&apos;s see what the  next week brings.  Current release - fix to a fix:   - can: alloc_candev_mqs(): add missing default CAN capabilities  Current release - regressions:   - usbnet: fix crash due to missing BQL accounting after resume   - Revert &quot;net: wwan: mhi_wwan_mbim: Avoid -Wflex-array-member-not ...  Previous releases - regressions:   - Revert &quot;nfc/nci: Add the inconsistency check between the input ...  Previous releases - always broken:   - number of driver fixes for incorrect use of seqlocks on stats   - rxrpc: fix recvmsg() unconditional requeue, don&apos;t corrupt rcv queue     when MSG_PEEK was set   - ipvlan: make the addrs_lock be per port avoid races in the port     hash table   - sched: enforce that teql can only be used as root qdisc   - virtio: coalesce only linear skb   - wifi: ath12k: fix dead lock while flushing management frames   - eth: igc: reduce TSN TX packet buffer from 7KB to 5KB per queue&quot;* tag &apos;net-6.19-rc7&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (96 commits)  Octeontx2-af: Add proper checks for fwdata  dpll: Prevent duplicate registrations  net/sched: act_ife: avoid possible NULL deref  hinic3: Fix netif_queue_set_napi queue_index input parameter error  vsock/test: add stream TX credit bounds test  vsock/virtio: cap TX credit to local buffer size  vsock/test: fix seqpacket message bounds test  vsock/virtio: fix potential underflow in virtio_transport_get_credit()  net: fec: account for VLAN header in frame length calculations  net: openvswitch: fix data race in ovs_vport_get_upcall_stats  octeontx2-af: Fix error handling  net: pcs: pcs-mtk-lynxi: report in-band capability for 2500Base-X  rxrpc: Fix data-race warning and potential load/store tearing  net: dsa: fix off-by-one in maximum bridge ID determination  net: bcmasp: Fix network filter wake for asp-3.0  bonding: provide a net pointer to __skb_flow_dissect()  selftests: net: amt: wait longer for connection before sending packets  be2net: Fix NULL pointer dereference in be_cmd_get_mac_from_list  Revert &quot;net: wwan: mhi_wwan_mbim: Avoid -Wflex-array-member-not-at-end warning&quot;  netrom: fix double-free in nr_route_frame()  ...

            List of files:
            /linux/tools/testing/selftests/net/config</description>
        <pubDate>Thu, 22 Jan 2026 18:32:11 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>7b8e1a807cb653d745baa4ad29f68a44c7bef00c - Merge branch &apos;ipvlan-addrs_lock-made-per-port&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/config#7b8e1a807cb653d745baa4ad29f68a44c7bef00c</link>
        <description>Merge branch &apos;ipvlan-addrs_lock-made-per-port&apos;Dmitry Skorodumov says:====================ipvlan: addrs_lock made per portFirst patch fixes a rather minor issues that sometimesipvlan-addrs are modified without lock (becausefor IPv6 addr can be sometimes added without RTNL)====================Link: https://patch.msgid.link/20260112142417.4039566-1-skorodumov.dmitry@huawei.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/net/config</description>
        <pubDate>Mon, 19 Jan 2026 19:03:33 +0100</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8becfe16e4a12218c703a98f5bfc15b6f0fbd99c - selftests: net: simple selftest for ipvtap</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/config#8becfe16e4a12218c703a98f5bfc15b6f0fbd99c</link>
        <description>selftests: net: simple selftest for ipvtapThis is a simple ipvtap test to test handlingIP-address add/remove on ipvlan interface.It creates a veth-interface and then creates severalnetwork-namespace with ipvlan0 interface in it linked to veth.Then it starts to add/remove addresses on ipvlan0 interfacesin several threads.At finish, it checks that there is no duplicated addresses.Signed-off-by: Dmitry Skorodumov &lt;skorodumov.dmitry@huawei.com&gt;Link: https://patch.msgid.link/20260112142417.4039566-3-skorodumov.dmitry@huawei.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/net/config</description>
        <pubDate>Mon, 12 Jan 2026 15:24:07 +0100</pubDate>
        <dc:creator>Dmitry Skorodumov &lt;dskr99@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7362b5b493102c6b71827c2da22117b475528f6d - Merge branch &apos;for-6.19/nintendo&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/net/config#7362b5b493102c6b71827c2da22117b475528f6d</link>
        <description>Merge branch &apos;for-6.19/nintendo&apos; into for-linus- switch to WQ_PERCPU workaueues (Marco Crivellari)- reduce potential initialization blocking time of hid-nintendo (Willy Huang)

            List of files:
            /linux/tools/testing/selftests/net/config</description>
        <pubDate>Tue, 02 Dec 2025 14:46:11 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.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/tools/testing/selftests/net/config#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/tools/testing/selftests/net/config</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>
</channel>
</rss>
