<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>91ec2035134982b98fab0609a9fd8480e8217dc1 - Merge tag &apos;net-next-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/net/Makefile#91ec2035134982b98fab0609a9fd8480e8217dc1</link>
        <description>Merge tag &apos;net-next-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Jakub Kicinski: &quot;One of the &apos;small improvements all over the place&apos; releases for us.  It&apos;s hard to draw any direct comparisons because summer vacations  disrupted our patch processing (and presumably - generation) quite a  bit.  Quick and dirty count suggests we (Paolo and I) merged a very similar  number of net (632) and net-next (648) patches. This is not telling  the full story either because 1/3 to 1/2 of the net-next patches also  *seem* like AI-driven low priority fixes, cleanups and clarifications.  We are completely overwhelmed, of course. The glimmer of hope is that  we secured sufficient LLM budget and access (thank you Meta!) to run  reviews with multiple frontier models on each patch. This eliminates  some hallucinations. That said, in terms of review, the LLMs can only  do so much.  The sad truth is that our APIs (especially for rare events like PCIe  errors, timeouts etc) have always been racy, and now LLMs don&apos;t let us  ignore that. I expect our direction for the next release will be to  tweak the reviews a little bit more, but start shifting focus to  letting the LLMs take care of the busy work - managing patchwork,  automating common process complaints, editing commit messages, and  maybe applying patches which already got &quot;reviewed-by&quot; tags from  people we trust...  Core &amp; protocols:   - A few steps lowering rtnl_lock dependence:      - per-netns netdev unregistration for select SW drivers (e.g.        veth, ipvlan, tunnels)      - rtnl_lock-less FIB rule changes (RTM_NEWRULE and RTM_DELRULE)      - prepare software drivers and TC qdiscs for rtnl_lock-less GET   - Support BIG TCP (&gt;64kB TSO) in UDP tunnels (vxlan, geneve)   - Support buffers larger than PAGE_SIZE in devmem zero-copy API   - Improve MPTCP handling of extreme memory pressure handling, when     out-of-order queue had to be pruned   - Report the per-group user count via RTM_GETMULTICAST   - Expose the route deletion reason in RTM_DELROUTE   - Add a SO_RIGHTS_NOTRUNC option to UNIX sockets to enable more     useful handling of LSM denials when receiving SCM_RIGHTS messages:     instead of truncating the message at the first blocked fd, keep     every fd slot and store the LSM errno in the blocked slot   - IPv6 Segment Routing - support looking up the post-encap SID     (address) in a different/specified routing table   - Support PRP RedBox (interlink) creation   - Support per-nexthop UDP dst port in VXLAN   - Continue converting getsockopt callbacks in a number of protocols     to iov_iter  Ethernet:   - Merge initial CXL support for AMD/Solarflare NICs (shared branch     with the CXL tree)   - New drivers:      - ADIN1140 10BASE-T1S MACPHY      - Initial skeleton of Intel iXD and ZTE Dinghai drivers   - High-speed NICs:      - AMD/Pensando:         - support firmware flashing      - Cisco (enic):         - SR-IOV V2 admin channel and MBOX protocol      - Huawei (hns3):         - support for ethtool pfc_prevention_tout      - nVidia/Mellanox:         - support sharing bandwidth control across interfaces           of the same device      - Marvell (octeontx2-pf):         - link RQ page pools to netdev for Netlink stats      - Google vNIC:         - XDP metadata support for DQ RDA      - Microsoft vNIC:         - support forcing full-page RX buffers   - Other NICs:      - Synopsys IP:         - eic7700: support for eth1      - Microchip (lan743x):         - support for RMII interface      - Wangxun:         - support for ethtool -G and -C for VFs         - add Tx timeout and PCIe error handling      - Intel (igb/igc):         - RSS key get/set support         - support for forcing link speed without auto-negotiation   - Switches:      - NXP (dpaa2):         - support bonding/LAG offload      - Mediatek:         - mt7530: EN7528 support         - initial support for MT7628      - Micrel (ksz8/9):         - refactoring work to move towards library model         - PTP support for KSZ8463      - nVidia/Mellanox:         - support rtnl-lock-less ethtool callbacks      - Realtek:         - rtl8366rb: use generic RTL83xx code         - support SGMII and HSGMII for RTL8367S   - PHYs:      - Airoha:         - EcoNet EN7528 PHY support      - DAPU Telecom         - DAPU Telecom DAP8211R(I) Gigabit PHY support      - Realtek:         - support RTL8261C_CG         - support RTL8261D  Wireless:   - nl80211: per-link statistics support for multi-link operation   - mac80211: AQL/airtime-fairness support for multicast   - Merge Peripheral Authentication Service (PAS) / TEE support for     ath12k (shared branch with the firmware/qcom tree)   - New drivers:      - mm81x for Morse Micro Long-Range S1G devices      - nxpwifi for NXP devices (mostly forked off from mwifiex)   - Driver changes:      - Broadcom (brcmfmac):         - DPP support, some Cypress part update      - MediaTek (mt76):         - mt7928 support         - mt7925 NAN support         - mt7996 AP powersave improvements      - Qualcomm (ath12k):         - much kernel infrastructure integration work         - AHB platform MultiPD support      - Realtek (rt89):         - LED support         - RTL8922DE support         - dual-BT coex for RTL8922D      - Intel:         - new FW version support  Bluetooth:   - HCI: add support for Shorter Connection Interval (SCI) feature   - af_bluetooth: add minimal context analysis annotations   - Driver changes:      - Intel:         - add Bluetooth SAR revision 2 support         - add vendor_reset PCI sysfs for PLDR      - Mediatek:         - add USB IDs for MT7902 and MT7922 devices      - Realtek:         - add USB IDs for 8761CU and 8852BE devices      - NXP:         - add M.2 Bluetooth device support using pwrseq  Misc:   - DPLL support for manual/numerical oscillator control (NCO)     (implement in zl3073x)   - MCTP support for MCTP over USB v1.1 (DMTF DSP0283)   - Power-over-Ethernet: support Realtek PSE controllers   - Remove the IBM EHEA driver   - Remove tulip/xircom_cb driver&quot;* tag &apos;net-next-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1433 commits)  net/mlx5e: do not HW-GRO coalesce small frames  net: openvswitch: fix nf_connlabels leak in ovs_ct_init  net: add missing ref_tracker_dir_exit() to alloc_netdev_mqs()  net: openvswitch: fix flow mask use-after-free on flow deletion  sctp: stop processing a packet once its association is deleted  dpll: zl3073x: add PTP clock support  dpll: zl3073x: add channel ToD, phase step and TIE operations  dpll: zl3073x: scale poll interval proportionally to timeout  ptp: vmclock: prevent read-only mappings from becoming writable  ipv4: reject undersized MTUs in ip_do_fragment()  bonding: initialize err for empty target lists  net: dsa: initial support for MT7628 embedded switch  net: dsa: initial MT7628 tagging driver  net: phy: mediatek: add phy driver for MT7628 built-in Fast Ethernet PHYs  dt-bindings: net: dsa: add MT7628 ESW  net: pse-pd: realtek-pse-mcu: add UART transport  net: pse-pd: realtek-pse-mcu: add I2C transport  net: pse-pd: add Realtek PSE MCU core  dt-bindings: net: pse-pd: add bindings for Realtek PSE MCU  vsock: use sock_error() to consume sk_err after a failed connect  ...

            List of files:
            /linux/drivers/s390/net/Makefile</description>
        <pubDate>Thu, 20 Aug 2026 17:16:04 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>ab40240945532e90cd068dd8fd2830df5fd3c96b - Merge branch &apos;drivers-s390-net-enable-context_analysis&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/net/Makefile#ab40240945532e90cd068dd8fd2830df5fd3c96b</link>
        <description>Merge branch &apos;drivers-s390-net-enable-context_analysis&apos;Heiko Carstens says:====================drivers/s390/net: Enable CONTEXT_ANALYSISEnable CONTEXT_ANALYSYS for drivers/s390/net.Static code checking for acquiring and releasing locks used to be donewith sparse. That was removed with [1] and replaced with a clang basedapproach [2]. The new approach requires that each subsystem needs to beexplicitly enabled for checking.Do that for drivers/s390/net. In order to avoid false positives due toconditional locking, disable context analysis for specific functions ofthe ctcm driver. All comments in ctcm indicate that the code should stayas it is, and that such warnings should be ignored.Disabling context analysis for specific functions keeps analysis enabledfor the rest of a file.[1] 5b63d0ae94cc (&quot;compiler-context-analysis: Remove Sparse support&quot;)[2] 3269701cb256 (&quot;compiler-context-analysis: Add infrastructure for Context Analysis with Clang&quot;)====================Link: https://patch.msgid.link/20260805145032.1409325-1-hca@linux.ibm.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/s390/net/Makefile</description>
        <pubDate>Tue, 11 Aug 2026 02:15:47 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5da9639bdd2003374465cd5f21fe012b6d63fca2 - drivers/s390/net: Enable CONTEXT_ANALYSIS</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/net/Makefile#5da9639bdd2003374465cd5f21fe012b6d63fca2</link>
        <description>drivers/s390/net: Enable CONTEXT_ANALYSISAll drivers in drivers/s390/net pass clang&apos;s compile time contextanalysis. Therefore enable CONTEXT_ANALYSIS.Signed-off-by: Heiko Carstens &lt;hca@linux.ibm.com&gt;Acked-by: Alexandra Winter &lt;wintera@linux.ibm.com&gt;Reviewed-by: Simon Horman &lt;horms@kernel.org&gt;Link: https://patch.msgid.link/20260805145032.1409325-3-hca@linux.ibm.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/s390/net/Makefile</description>
        <pubDate>Wed, 05 Aug 2026 16:50:32 +0200</pubDate>
        <dc:creator>Heiko Carstens &lt;hca@linux.ibm.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/s390/net/Makefile#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/s390/net/Makefile</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/s390/net/Makefile#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/s390/net/Makefile</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/s390/net/Makefile#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/s390/net/Makefile</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/s390/net/Makefile#8b87f67b4c87452e21721887fa8dec1f4c6b2b7c</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.18 merge window.

            List of files:
            /linux/drivers/s390/net/Makefile</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/s390/net/Makefile#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/s390/net/Makefile</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/s390/net/Makefile#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/s390/net/Makefile</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/s390/net/Makefile#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/s390/net/Makefile</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/s390/net/Makefile#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/s390/net/Makefile</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/s390/net/Makefile#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/s390/net/Makefile</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/s390/net/Makefile#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/s390/net/Makefile</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>bbfd5594756011167b8f8de9a00e0c946afda1e6 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/net/Makefile#bbfd5594756011167b8f8de9a00e0c946afda1e6</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextNeed to pull in a67221b5eb8d (&quot;drm/i915/dp: Return min bpc supported by source instead of 0&quot;)in order to fix build breakage on GCC 9.4.0 (from Ubuntu 20.04).Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/s390/net/Makefile</description>
        <pubDate>Wed, 28 May 2025 09:20:17 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>db5302ae571beec635c1a96e7f72926a4e65195e - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/net/Makefile#db5302ae571beec635c1a96e7f72926a4e65195e</link>
        <description>Merge drm/drm-next into drm-intel-nextBackmerge to sync with v6.15-rc, xe, and specifically async flip changesin drm-misc.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/s390/net/Makefile</description>
        <pubDate>Fri, 16 May 2025 09:22:36 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&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/s390/net/Makefile#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/s390/net/Makefile</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>727258025b933c61e103318ec42e765a53d9b18d - s390/net: Remove NETIUCV device driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/net/Makefile#727258025b933c61e103318ec42e765a53d9b18d</link>
        <description>s390/net: Remove NETIUCV device driverThe netiucv driver creates TCP/IP interfaces over IUCV between Linuxguests on z/VM and other z/VM entities.Rationale for removal:- NETIUCV connections are only supported for compatibility with  earlier versions and not to be used for new network setups,  since at least Linux kernel 4.0.- No known active users, use cases, or product dependencies- The driver is no longer relevant for z/VM networking;  preferred methods include:	* Device pass-through (e.g., OSA, RoCE)	* z/VM Virtual Switch (VSWITCH)The IUCV mechanism itself remains supported and is actively usedvia AF_IUCV, hvc_iucv, and smsg_iucv.Signed-off-by: Nagamani PV &lt;nagamani@linux.ibm.com&gt;Reviewed-by: Alexandra Winter &lt;wintera@linux.ibm.com&gt;Signed-off-by: Alexandra Winter &lt;wintera@linux.ibm.com&gt;Reviewed-by: Simon Horman &lt;horms@kernel.org&gt;Link: https://patch.msgid.link/20250715074210.3999296-1-wintera@linux.ibm.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/s390/net/Makefile</description>
        <pubDate>Tue, 15 Jul 2025 09:42:10 +0200</pubDate>
        <dc:creator>Nagamani PV &lt;nagamani@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>4f9786035f9e519db41375818e1d0b5f20da2f10 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/net/Makefile#4f9786035f9e519db41375818e1d0b5f20da2f10</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.16 merge window.

            List of files:
            /linux/drivers/s390/net/Makefile</description>
        <pubDate>Mon, 02 Jun 2025 06:41:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d51b9d81f7883f526b26e3ab903e646274aebeb1 - Merge tag &apos;v6.15-rc6&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/net/Makefile#d51b9d81f7883f526b26e3ab903e646274aebeb1</link>
        <description>Merge tag &apos;v6.15-rc6&apos; into nextSync up with mainline to bring in xpad controller changes.

            List of files:
            /linux/drivers/s390/net/Makefile</description>
        <pubDate>Fri, 16 May 2025 01:20:39 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>844e31bbaef7c8a6ff2c0fbac45c0c85b5484482 - Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/s390/net/Makefile#844e31bbaef7c8a6ff2c0fbac45c0c85b5484482</link>
        <description>Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-nextMerge drm-misc-next to get commit Fixes: fec450ca15af (&quot;drm/display:hdmi: provide central data authority for ACR params&quot;).Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;

            List of files:
            /linux/drivers/s390/net/Makefile</description>
        <pubDate>Tue, 29 Apr 2025 22:42:29 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robdclark@chromium.org&gt;</dc:creator>
    </item>
</channel>
</rss>
