<?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>9611c0ce215a66770ccbe5c126bf57ba8c31bcad - Merge commit &apos;6beaec3aee9852438b89e4d7891caf5e84d45851&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-current</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/802/Makefile#9611c0ce215a66770ccbe5c126bf57ba8c31bcad</link>
        <description>Merge commit &apos;6beaec3aee9852438b89e4d7891caf5e84d45851&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-currentThis pulls in the merge commit for MFD updates for v7.2. The PR containsa build-time dependency of one of the GPIO commits that will follow.

            List of files:
            /linux/net/802/Makefile</description>
        <pubDate>Fri, 19 Jun 2026 10:50:17 +0200</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>b85966adbf5de0668a815c6e3527f87e0c387fb4 - Merge tag &apos;net-next-7.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/802/Makefile#b85966adbf5de0668a815c6e3527f87e0c387fb4</link>
        <description>Merge tag &apos;net-next-7.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Jakub Kicinski: &quot;Core &amp; protocols:   - Work on removing rtnl_lock protection throughout the stack     continues. In this chapter:       - don&apos;t use rtnl_lock for IPv6 multicast routing configuration       - don&apos;t take rtnl_lock in ethtool for modern drivers       - prepare Qdisc dump callbacks for rtnl_lock removal   - Support dumping just ifindex + name of all interfaces, under RCU.     It&apos;s a common operation for Netlink CLI tools (when translating     names to ifindexes) and previously required full rtnl_lock.   - Support dumping qdiscs and page pools for a specific netdev. Even     tho user space wants a dump of all netdevs, most of the time, the     OOO programming model results in repeating the dump for each     netdev. Which, in absence of a cache, leads to a O(n^2) behavior.   - Flush nexthops once on multi-nexthop removal (e.g. when device goes     down), another O(n^2) -&gt; O(n) improvement.   - Rehash locally generated traffic to a different nexthop on     retransmit timeout.   - Honor oif when choosing nexthop for locally generated IPv6 traffic.   - Convert TCP Auth Option to crypto library, and drop non-RFC algos.   - Increase subflow limits in MPTCP to 64 and endpoint limit to 256.   - Support MPTCP signaling of IPv6 address + port (ADD_ADDR). We need     to selectively skip reporting of the standard TCP Timestamp option,     because they won&apos;t fit into the header space together (12 + 30 &gt;     40).   - Support using bridge neighbor suppression, Duplicate Address     Detection, Gratuitous ARP and unsolicited NA forwarding - in EVPN     deployments, e.g. VXLAN fabrics (IPv4 and IPv6).   - Improve link state reporting for upper netdevs (e.g. macvlan) over     tunnel devices (again, mostly for EVPN deployments).   - Support binding GENEVE tunnels to a local address.   - Speed up UDP tunnel destruction (remove one synchronize_rcu()).   - Support exponential field encoding in multicast (IGMPv3 and MLDv2).   - Support attaching PSP crypto offload to containers (veth, netkit).   - Add a new IPSec Netlink message XFRM_MSG_MIGRATE_STATE that allows     migrating individual IPsec SAs independently of their policies.     The existing XFRM_MSG_MIGRATE is tightly coupled to policy+SA     migration, lacks SPI for unique SA identification, and cannot     express reqid changes or migrate Transport mode selectors.     The new interface identifies the SA via SPI and mark, supports     reqid changes, address family changes, encap removal, and uses an     atomic create+install flow under x-&gt;lock to prevent SN/IV reuse     during AEAD SA migration.   - Implement GRO/GSO support for PPPoE.   - Convert sockopt callbacks in a number of protocols to iov_iter.  Cross-tree stuff:   - Remove support for Crypto TFM cloning (unblocked after the TCP Auth     Option rework). This feature regressed performance for all crypto     API users, since it changed crypto transformation objects into     reference-counted objects.   - Add FCrypt-PCBC implementation to rxrpc and remove it from the     global crypto API as obsolete and insecure.  Wireless:   - Major rework of station bandwidth handling, fixing issues with     lower capability than AP.   - Cleanups for EMLSR spec issues (drafts differed).   - More Neighbor Awareness Networking (Wi-Fi Aware) work (multicast,     schedule improvements, multi-station etc.)   - Some Ultra High Reliability (UHR) / IEEE 802.11bn (D1.4) work     (e.g. non-primary channel access, UHR DBE support).   - Fine Timing Measurement ranging (i.e. distance measurement) APIs.  Netfilter:   - Use per-rule hash initval in nf_conncount. This avoids unnecessary     lock contention with short keys (e.g. conntrack zones) in different     namespaces.   - Various safety improvements, both in packet parsing and object     lifetimes. Notably add refcounts to conntrack timeout policy.  Deletions:   - Remove TLS + sockmap integration. TLS wants to pin user pages to     avoid a copy, and sockmap wants to write to the input stream. More     work on this integration is clearly needed, and we can&apos;t find any     users (original author admitted that they never deployed it).   - Remove support for TLS offload with TCP Offload Engine (the far     more common opportunistic offload is retained). The locking looks     unfixable (driver sleeps under TCP spin locks) and people from the     vendor that added this are AWOL.   - Remove more ATM code, trying to leave behind only what PPPoATM     needs, AAL5 and br2684 with permanent circuits.   - Remove AppleTalk. Let it join hamradio in our out of tree protocol     graveyard, I mean, repository.   - Disable 32-bit x_tables compatibility (32bit binaries on 64bit     kernel) interface in user namespaces. To be deleted completely,     soon.   - Remove 5/10 MHz support from cfg80211/mac80211.  Drivers:   - Software:       - Support DEVMEM/DMABUF Tx over NETMEM_TX_NO_DMA devices (netkit)       - bonding: add knob to strictly follow 802.3ad for link state   - New drivers:       - Alibaba Elastic Ethernet Adaptor (cloud vNIC).       - NXP NETC switch within i.MX94.   - DPLL:       - Add operational state to pins (implement in zl3073x).       - Add generic DPLL type, for daisy-chaining DPLLs (implement in ice).   - Ethernet high-speed NICs:       - Huawei (hinic3):           - enhance tc flow offload support with queue selection,             tunnels       - nVidia/Mellanox:           - avoid over-copying payload to the skb&apos;s linear part (up to             60% win for LRO on slow CPUs like ARM64 V2)           - expose more per-queue stats over the standard API           - support additional, unprivileged PFs in the DPU             configuration           - support Socket Direct (multi-PF) with switchdev offloads           - add a pool / frag allocator for DMA mapped buffers for             control objects, save memory on systems with 64kB page size           - take advantage of the ability to dynamically change RSS             table size, even when table is configured by the user           - increase the max RSS table size for even traffic             distribution   - Ethernet NICs:       - Marvell/Aquantia:           - AQC113 PTP support       - Realtek USB (r8152):           - support 10Gbit Link Speeds and Energy-Efficient Ethernet             (EEE)           - support firmware loaded (for RTL8157/RTL8159)           - support for the RTL8159       - Intel (ixgbe):           - support Energy-Efficient Ethernet (EEE) on E610 devices   - Ethernet switches:       - Airoha:           - support multiple netdevs on a single GDM block / port       - Marvell (mv88e6xxx):           - support SERDES of mv88e6321       - Microchip (ksz8/9):           - rework the driver callbacks to remove one indirection layer       - Motorcomm (yt921x):           - support port rate policing           - support TBF qdisc offload           - support ACL/flower offload       - nVidia/Mellanox:           - expose per-PG rx_discards       - Realtek:           - rtl8365mb: bridge offloading and VLAN support   - Ethernet PHYs:       - Airoha:           - support Airoha AN8801R Gigabit PHYs.       - Micrel:           - implement 3 low-loss cable tunables       - Realtek:           - support MDI swapping for RTL8226-CG           - support MDIO for RTL931x       - Qualcomm:           - at803x: Rx and Tx clock management for IPQ5018 PHY       - Motorcomm:           - support YT8522 100M RMII PHY           - set drive strength in YT8531s RGMII       - TI:           - dp83822: add optional external PHY clock   - Bluetooth:       - hci_sync: add support for HCI_LE_Set_Host_Feature [v2]       - SMP: use AES-CMAC library API       - Intel:           - support Product level reset           - support smart trigger dump       - Mediatek:           - add event filter to filter specific event       - Realtek:           - fix RTL8761B/BU broken LE extended scan   - WiFi:       - Broadcom (b43):           - new support for a 11n device       - MediaTek (mt76):           - support mt7927           - mt792x: broken usb transport detection           - mt7921: regulatory improvements       - Qualcomm (ath9k):           - GPIO interface improvements       - Qualcomm (ath12k):           - WDS support           - replace dynamic memory allocation in WMI Rx path           - thermal throttling/cooling device support           - 6 GHz incumbent interference detection           - channel 177 in 5 GHz       - Realtek (rt89):           - RTL8922AU support           - USB 3 mode switch for performance           - better monitor radiotap support           - RTL8922DE preparations&quot;* tag &apos;net-next-7.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1778 commits)  ipv4: fib_rule: Move fib4_rules_exit() to -&gt;exit().  net: serialize netif_running() check in enqueue_to_backlog()  net: skmsg: preserve sg.copy across SG transforms  appletalk: move the protocol out of tree  appletalk: stop storing per-interface state in struct net_device  selftests/bpf: test that TLS crypto is rejected on a sockmap socket  selftests/bpf: drop the unused kTLS program from test_sockmap  selftests/bpf: remove sockmap + ktls tests  tls: remove dead sockmap (psock) handling from the SW path  tls: reject the combination of TLS and sockmap  atm: remove orphaned uAPI for deleted drivers, protocols and SVCs  atm: remove unused ATM PHY operations  atm: remove the unused pre_send and send_bh device operations  atm: remove the unused change_qos device operation  atm: remove SVC socket support and the signaling daemon interface  atm: remove the local ATM (NSAP) address registry  atm: remove dead SONET PHY ioctls  atm: remove the unused send_oam / push_oam callbacks  atm: remove AAL3/4 transport support  net: dsa: sja1105: fix lastused timestamp in flower stats  ...

            List of files:
            /linux/net/802/Makefile</description>
        <pubDate>Wed, 17 Jun 2026 09:17:00 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>8940a8202c83b4bfbf71a859a11a4920b1aa3a77 - Merge branch &apos;appletalk-move-the-protocol-out-of-tree&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/802/Makefile#8940a8202c83b4bfbf71a859a11a4920b1aa3a77</link>
        <description>Merge branch &apos;appletalk-move-the-protocol-out-of-tree&apos;Jakub Kicinski says:====================appletalk: move the protocol out of treeThis tiny series moves appletalk out of tree, to:  https://github.com/linux-netdev/mod-orphanCore maintainainers are unable to keep up with the rate of securitybug reports and fixes. Nobody seems to care about appletalk enoughto review the patches.As Eric pointed out Mac OS dropped AppleTalk over a decade ago.====================Link: https://patch.msgid.link/20260615222935.947233-1-kuba@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/net/802/Makefile</description>
        <pubDate>Tue, 16 Jun 2026 23:37:16 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8a398a0c189ead8bbce98f5be70b8ea0e30b21f8 - appletalk: move the protocol out of tree</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/802/Makefile#8a398a0c189ead8bbce98f5be70b8ea0e30b21f8</link>
        <description>appletalk: move the protocol out of treeAppleTalk has been removed in MacOS X 10.6 (Snow Leopard), in 2009,according to Wikipedia. We recently got a burst of AI generatedfixes to this protocol which nobody is reviewing.Let AppleTalk follow AX.25 and hamradio out of the Linux tree.We we will maintain the code at: github.com/linux-netdev/mod-orphanfor anyone interested in playing with it.Retain the uAPI for now. No strong reason, simply because I suspectkeeping it will be less controversial.Acked-by: Stephen Hemminger &lt;stephen@networkplumber.org&gt;Link: https://patch.msgid.link/20260615222935.947233-3-kuba@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/net/802/Makefile</description>
        <pubDate>Tue, 16 Jun 2026 00:29:35 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5c8cbca290acdd49a694b36c0af76ba0c00bbf12 - Merge branch &apos;20260507-ubwc-rework-v4-4-c19593d20c1d@oss.qualcomm.com&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/802/Makefile#5c8cbca290acdd49a694b36c0af76ba0c00bbf12</link>
        <description>Merge branch &apos;20260507-ubwc-rework-v4-4-c19593d20c1d@oss.qualcomm.com&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into HEADMerge the branch with the soc/qcom changes, required for the next UBWCpatches.Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/net/802/Makefile</description>
        <pubDate>Thu, 21 May 2026 22:36:50 +0200</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>8edf8b09fc44990977b3fbcb708035b1740d0b7e - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/802/Makefile#8edf8b09fc44990977b3fbcb708035b1740d0b7e</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerging to pull in commit 5401b9adebc9 (&quot;i915: don&apos;t usea vma that didn&apos;t match the context VM&quot;) to revert it.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/net/802/Makefile</description>
        <pubDate>Tue, 12 May 2026 10:16:35 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1655f6895a896eb632ca8a019259bc5d358a9712 - Merge tag &apos;timers-v7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/802/Makefile#1655f6895a896eb632ca8a019259bc5d358a9712</link>
        <description>Merge tag &apos;timers-v7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource  - Added the DT bindings for the compatible string &apos;fsl,imx25-epit&apos;    (Frank Li)  - Made the rttm_cs variable static for the rtl otto timer driver    (Krzysztof Kozlowski)  - Fixed error return code handling in the sun5i timer driver (Chen Ni)  - Made the timer-of and the mmio code compatible with modules (Daniel    Lezcano)Link: https://lore.kernel.org/151feae1-39ba-4abd-a9f9-9bff377a2cd8@oss.qualcomm.com

            List of files:
            /linux/net/802/Makefile</description>
        <pubDate>Sun, 12 Apr 2026 22:33:39 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/802/Makefile#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/net/802/Makefile</description>
        <pubDate>Mon, 20 Apr 2026 03:28:57 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/802/Makefile#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/net/802/Makefile</description>
        <pubDate>Thu, 12 Mar 2026 18:44:42 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3e9e952bb3139ad1e08f3e1960239c2988ab90c9 - Merge branch &apos;for-7.1-printf-kunit-build&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/802/Makefile#3e9e952bb3139ad1e08f3e1960239c2988ab90c9</link>
        <description>Merge branch &apos;for-7.1-printf-kunit-build&apos; into for-linus

            List of files:
            /linux/net/802/Makefile</description>
        <pubDate>Mon, 20 Apr 2026 13:41:28 +0200</pubDate>
        <dc:creator>Petr Mladek &lt;pmladek@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>42d3b66d4cdbacfc9d120d2301b8de89cc29a914 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/802/Makefile#42d3b66d4cdbacfc9d120d2301b8de89cc29a914</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 7.00-rc3. Important ahead GPU SVM merging THPsupport.Signed-off-by: Matthew Brost &lt;matthew.brost@intel.com&gt;

            List of files:
            /linux/net/802/Makefile</description>
        <pubDate>Thu, 12 Mar 2026 15:17:56 +0100</pubDate>
        <dc:creator>Matthew Brost &lt;matthew.brost@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f09812b85fa6f41058bcc46e70ac406bf9b0493a - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/802/Makefile#f09812b85fa6f41058bcc46e70ac406bf9b0493a</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.0-rc1 which contains a few treewide changes affecting i915.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/net/802/Makefile</description>
        <pubDate>Wed, 25 Feb 2026 12:23:04 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8b85987d3cf50178f67618122d9f3bb202f62f42 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/802/Makefile#8b85987d3cf50178f67618122d9f3bb202f62f42</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s merge 7.0-rc1 to start the new drm-misc-next windowSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/net/802/Makefile</description>
        <pubDate>Mon, 23 Feb 2026 11:48:20 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/802/Makefile#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/802/Makefile</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/802/Makefile#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/802/Makefile</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>d8f87aa5fa0a4276491fa8ef436cd22605a3f9ba - net: remove HIPPI support and RoadRunner HIPPI driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/802/Makefile#d8f87aa5fa0a4276491fa8ef436cd22605a3f9ba</link>
        <description>net: remove HIPPI support and RoadRunner HIPPI driverHIPPI has not been relevant for over two decades. It was rapidlyeclipsed by Fibre Channel, and even when it was new, it wasconfined to very high-end hardware. The HIPPI code has onlyreceived tree-wide changes and fixes by inspection in the entireGit history. Remove HIPPI support and the rrunner HIPPI driver,and move the former maintainer to the CREDITS file. Keep theinclude/uapi/linux/if_hippi.h header because it is used by the TUNcode, and to avoid breaking userspace, however unlikely that may be.Signed-off-by: Ethan Nelson-Moore &lt;enelsonmoore@gmail.com&gt;Link: https://patch.msgid.link/20260119022451.22344-1-enelsonmoore@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/net/802/Makefile</description>
        <pubDate>Mon, 19 Jan 2026 03:24:04 +0100</pubDate>
        <dc:creator>Ethan Nelson-Moore &lt;enelsonmoore@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/802/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/net/802/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>ab93e0dd72c37d378dd936f031ffb83ff2bd87ce - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/802/Makefile#ab93e0dd72c37d378dd936f031ffb83ff2bd87ce</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.17 merge window.

            List of files:
            /linux/net/802/Makefile</description>
        <pubDate>Wed, 06 Aug 2025 19:08:54 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a7bee4e7f78089c101be2ad51f4b5ec64782053e - Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/802/Makefile#a7bee4e7f78089c101be2ad51f4b5ec64782053e</link>
        <description>Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextMerge an immutable branch between MFD, GPIO, Input and PWM to resolveconflicts for the merge window pull request.

            List of files:
            /linux/net/802/Makefile</description>
        <pubDate>Mon, 04 Aug 2025 08:28:48 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>74f1af95820fc2ee580a775a3a17c416db30b38c - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/802/Makefile#74f1af95820fc2ee580a775a3a17c416db30b38c</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-nextBack-merge drm-next to (indirectly) get arm-smmu updates for makingstall-on-fault more reliable.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/net/802/Makefile</description>
        <pubDate>Sun, 29 Jun 2025 04:54:49 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
