<?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>efe86f088f48f18c27b648e5724048947f3b7fb4 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/bluetooth/Makefile#efe86f088f48f18c27b648e5724048947f3b7fb4</link>
        <description>Merge drm/drm-next into drm-xe-nextSync some i915/display changesSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/bluetooth/Makefile</description>
        <pubDate>Tue, 14 Jul 2026 15:40:31 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6d177908bad5992e17669030db41caab88041d5e - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/bluetooth/Makefile#6d177908bad5992e17669030db41caab88041d5e</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.2-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/bluetooth/Makefile</description>
        <pubDate>Tue, 30 Jun 2026 14:55:43 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>827b9aabd3ea3e96d5e48abed9f44dbd1e550d4e - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/bluetooth/Makefile#827b9aabd3ea3e96d5e48abed9f44dbd1e550d4e</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get drm-misc-next to v7.2-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/bluetooth/Makefile</description>
        <pubDate>Tue, 30 Jun 2026 10:16:00 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>7dd19adaaac9a161723a24de7c270861063ec6ac - Merge tag &apos;v7.2-rc1&apos; into drm-rust-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/bluetooth/Makefile#7dd19adaaac9a161723a24de7c270861063ec6ac</link>
        <description>Merge tag &apos;v7.2-rc1&apos; into drm-rust-nextMerge v7.2-rc1 into drm-rust-next to start the next cycle.Devres now requires T: &apos;static, which conflicts with shmem::Object usingDevres&lt;SGTableMap&lt;T, C&gt;&gt; without that bound. Resolve by adding &apos;staticas a supertrait to DriverObject and DeviceContext, which does notrestrict any current use cases since DriverObject is always implementedon owned, refcounted types and DeviceContext is a sealed marker traitwith only unit-type implementors.If DriverObject (or DeviceContext) ever becomes lifetime-parameterized(e.g. via a GAT for TTM backed objects), the &apos;static supertrait can berelaxed at that point.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/drivers/bluetooth/Makefile</description>
        <pubDate>Sun, 28 Jun 2026 22:39:43 +0200</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<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/bluetooth/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/bluetooth/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>3a30302b939152e4bb810fec1378613a3c6f5a97 - Merge tag &apos;for-net-next-2026-08-07&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/bluetooth/Makefile#3a30302b939152e4bb810fec1378613a3c6f5a97</link>
        <description>Merge tag &apos;for-net-next-2026-08-07&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextLuiz Augusto von Dentz says:====================bluetooth-next pull request for net-next:core: - HCI: Add support for Shorter Connection Interval (SCI) feature - af_bluetooth: Add minimal context analysis annotationsdrivers: - btusb: Add ASUS USB-BT540 for Realtek 8761CU - btusb: Add ASUS USB-BT600 for Realtek 8761CU - btusb: Add USB ID 13d3:3625 for MediaTek MT7922 - btusb: Add support for 1357:c123 Realtek 8852BE device - btusb: Add new VID/PID 0x0489/0xe156 for MT7902 - btintel: Add Bluetooth SAR revision 2 support - btintel_pcie: Add vendor_reset PCI sysfs for PLDR - btnxpuart: Add M.2 Bluetooth device support using pwrseq* tag &apos;for-net-next-2026-08-07&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next: (84 commits)  Bluetooth: RFCOMM: take rfcomm_mutex for the deferred setup accept  Bluetooth: MSFT: validate evt_prefix_len against the response length  Bluetooth: ISO: zero the sockaddr before returning it in getname  Bluetooth: ISO: do not force BT_LISTEN after a failed BIG sync  Bluetooth: hci_sync: Disable legacy instance&apos;s ext adv before setup snapshot  Bluetooth: hci_event: fix out-of-bounds read in LE PA report reassembly  Bluetooth: btmtksdio: fix usage_count leak when autosuspend_delay is negative  Bluetooth: MGMT: reject HCI_CMD_SYNC params_len above 255  Bluetooth: btnxpuart: Add M.2 Bluetooth device support using pwrseq  Bluetooth: MGMT: free the HCI command when it is cancelled  Bluetooth: MGMT: free the mesh send cancel command when it is cancelled  Bluetooth: hci_sync: free the advertising instance on the failure and cancel paths  Bluetooth: hci_conn: fix the SCO setup context lifetime  Bluetooth: hci_sync: Fix accept list UAF during suspend  Bluetooth: hci_event: Use 255 as max event payload length in hci_ev_table[]  Bluetooth: hci_event: Introduce handle_ev_vendor() for HCI_EV_VENDOR  Bluetooth: btnxpuart: Simplify nxp_set_ind_reset() by __hci_reset_dev()  Bluetooth: hci_core: Introduce __hci_reset_dev() with a hardware error code  Bluetooth: coredump: Expose header size and end marker to drivers  Bluetooth: btintel: Remove redundant (hdr-&gt;plen &gt; 0) in btintel_recv_event()  ...====================Link: https://patch.msgid.link/20260807200215.982570-1-luiz.dentz@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/bluetooth/Makefile</description>
        <pubDate>Sat, 08 Aug 2026 00:16:53 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e01e99a5ec2143d441c6ca0ce89abf3adb61cc12 - Bluetooth: enable context analysis</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/bluetooth/Makefile#e01e99a5ec2143d441c6ca0ce89abf3adb61cc12</link>
        <description>Bluetooth: enable context analysisEnable compiler context analysis for Bluetooth subsystem and drivers.Signed-off-by: Pauli Virtanen &lt;pav@iki.fi&gt;Signed-off-by: Luiz Augusto von Dentz &lt;luiz.von.dentz@intel.com&gt;

            List of files:
            /linux/drivers/bluetooth/Makefile</description>
        <pubDate>Sun, 14 Jun 2026 12:27:06 +0200</pubDate>
        <dc:creator>Pauli Virtanen &lt;pav@iki.fi&gt;</dc:creator>
    </item>
<item>
        <title>0eaed89c18aeedf0898baf2dbf5ff027c6795152 - Merge tag &apos;timers-v7.3-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/drivers/bluetooth/Makefile#0eaed89c18aeedf0898baf2dbf5ff027c6795152</link>
        <description>Merge tag &apos;timers-v7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource  - Use designated initializers for sh_mtu2, sh_cmt, and sh_tmu, and    drop the unused initializer in the platform_device_id table for    sh_mtu2 (Uwe Kleine-K&#246;nig)  - Remove redundant dev_err()/dev_err_probe() messages when    devm_request_*_irq() fails, as the helper already logs an error    message (Pan Chuang)  - Fix a boot hang on Allwinner D1 when a forced minimum delta is used    with the sun4i timer (Felix Yan)  - Fix an IRQ leak in the cpuhp_setup_state() error path by freeing the    IRQ on failure in the NXP PIT driver (WenTao Liang)  - Fix incorrect unmapping of shared MMIO between the clocksource and    clockevent drivers. If one of them fails to initialize, the error    path unmaps the shared MMIO region, leaving the other driver with an    invalid mapping on clps711x (Guangshuo Li)  - Make the samsung_pwm driver compatible with PREEMPT_RT by replacing    regular spinlocks with raw_spinlock_t in atomic contexts (Marek    Szyprowski)  - Use __raw_readl() and __raw_writel() instead of ioread32() and    iowrite32() to support SWAP_IO_SPACE in the rtl-otto driver (Rustam    Adilov)  - Fix a missing clk_disable_unprepare() call in the timer    initialization error path of the Armada driver (Yuho Choi)Link: https://lore.kernel.org/lkml/75feea31-683d-45a1-87f4-ab045e0152ae@oss.qualcomm.com

            List of files:
            /linux/drivers/bluetooth/Makefile</description>
        <pubDate>Mon, 17 Aug 2026 10:29:52 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b4d85f863e5a6f1fa01b186001af0f68f4f5239e - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/bluetooth/Makefile#b4d85f863e5a6f1fa01b186001af0f68f4f5239e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.3 merge window.

            List of files:
            /linux/drivers/bluetooth/Makefile</description>
        <pubDate>Sat, 15 Aug 2026 06:26:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>76904fccf81936c084faebc73ac72c0919a42941 - Merge tag &apos;v7.2-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/bluetooth/Makefile#76904fccf81936c084faebc73ac72c0919a42941</link>
        <description>Merge tag &apos;v7.2-rc3&apos; into nextSync up with mainline to pull in stable fixes to avoid merge conflicts.

            List of files:
            /linux/drivers/bluetooth/Makefile</description>
        <pubDate>Tue, 14 Jul 2026 04:06:00 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>00599d4841790d05401820a96cf7edb193888b00 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/bluetooth/Makefile#00599d4841790d05401820a96cf7edb193888b00</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesPull in tag v7.2-rc1 so that drm-misc-fixes becomes useful again,and drm-misc-next-fixes can be closed.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/drivers/bluetooth/Makefile</description>
        <pubDate>Mon, 29 Jun 2026 17:58:00 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<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/drivers/bluetooth/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/drivers/bluetooth/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/drivers/bluetooth/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/drivers/bluetooth/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>9bbdc7dc409024598d4c89df703073a2e27d634f - Merge tag &apos;for-net-next-2026-06-11&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/bluetooth/Makefile#9bbdc7dc409024598d4c89df703073a2e27d634f</link>
        <description>Merge tag &apos;for-net-next-2026-06-11&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextLuiz Augusto von Dentz says:====================bluetooth-next pull request for net-next:core: - hci_sync: Add support for HCI_LE_Set_Host_Feature [v2] - SMP: Use AES-CMAC library API - sockets: convert to getsockopt_iter - Add SPDX id lines to some source filesdrivers: - btintel_pcie: Support Product level reset - btintel_pcie: Add support for smart trigger dump - btintel_pcie: Add 50 ms delay before MAC init on BlazarIW - btintel_pcie: Separate coredump work from RX work - btmtk: add event filter to filter specific event - btrtl: fix RTL8761B/BU broken LE extended scan - btusb: Add Realtek RTL8922AE VID/PID 0bda/d922 - btusb: Add Realtek RTL8922AE VID/PID 0bda/d923 - btusb: MT7922: Add VID/PID 0e8d/223c - btusb: MT7925: Add VID/PID 0e8d/8c38 - btusb: Add support for TP-Link TL-UB250 - btusb: Add Mercusys MA530 for Realtek RTL8761BUV - btusb: Add TP-Link UB600 for Realtek 8761BUV - btusb: Add support for Intel Lizard Peak 2 (0x8087:0x0040) - btusb: Add USB ID 2c4e:0128 for Mercusys MA60XNB - btusb: MT7925: Add VID/PID 13d3/3609* tag &apos;for-net-next-2026-06-11&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next: (49 commits)  Bluetooth: btintel_pcie: Separate coredump work from RX work  Bluetooth: btmtksdio: fix infinite loop in btmtksdio_txrx_work()  Bluetooth: qca: Add BT FW build version to kernel log  Bluetooth: vhci: validate devcoredump state before side effects  Bluetooth: L2CAP: validate connectionless PSM length  Bluetooth: hci: validate codec capability element length  Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn ref  Bluetooth: btintel_pcie: Load IOSF debug regs by controller variant  Bluetooth: btintel_pcie: Add 50 ms delay before MAC init on BlazarIW  Bluetooth: Add SPDX id lines to some source files  Bluetooth: btintel_pcie: Add support for smart trigger dump  Bluetooth: hci_h5: reset hci_uart::priv in the close() method  Bluetooth: btusb: clean up probe error handling  Bluetooth: btusb: fix wakeup irq devres lifetime  Bluetooth: btusb: fix wakeup source leak on probe failure  Bluetooth: btusb: fix use-after-free on marvell probe failure  Bluetooth: btusb: fix use-after-free on registration failure  Bluetooth: btmtk: fix URB leak in alloc_mtk_intr_urb error path  Bluetooth: hci_core: Fix UAF in hci_unregister_dev()  Bluetooth: hci_event: fix simultaneous discovery stuck in FINDING  ...====================Link: https://patch.msgid.link/20260611183358.176776-1-luiz.dentz@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/bluetooth/Makefile</description>
        <pubDate>Fri, 12 Jun 2026 02:08:03 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>794b5e7727de1ebaa07366ae346a139870874c2d - bluetooth: remove all PCMCIA drivers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/bluetooth/Makefile#794b5e7727de1ebaa07366ae346a139870874c2d</link>
        <description>bluetooth: remove all PCMCIA driversPCMCIA is almost completely obsolete (the last computers supporting itnatively were from ~2009), and the general consensus [1] seems to bethat support for it should be gradually removed from the kernel.In 2023, an initial step of removing all the PCMCIA char drivers wastaken in commit 9b12f050c76f (&quot;char: pcmcia: remove all the drivers&quot;),and that has not been reverted, so it seems logical to continue thisprocess by removing more low-hanging fruit.These three Bluetooth drivers have had no meaningful changes sincetheir status was discussed in 2022 [2], and are unlikely to have anyremaining users. The latest functional change to any of them was apatch to bluecard_cs to fix LED blinking behavior in 2017. The othertwo drivers have not had any meaningful changes made since 2007. Removethem.Note that even with these drivers removed, it is still possible to useother PCMCIA Bluetooth cards that present themselves as a standardserial port via serial_cs and hciattach while the serial_cs driver isstill present.[1] https://lore.kernel.org/all/c5b39544-a4fb-4796-a046-0b9be9853787@app.fastmail.com/[2] https://lore.kernel.org/all/Y07d7rMvd5++85BJ@owl.dominikbrodowski.net/Signed-off-by: Ethan Nelson-Moore &lt;enelsonmoore@gmail.com&gt;Signed-off-by: Luiz Augusto von Dentz &lt;luiz.von.dentz@intel.com&gt;

            List of files:
            /linux/drivers/bluetooth/Makefile</description>
        <pubDate>Sun, 03 May 2026 05:31:21 +0200</pubDate>
        <dc:creator>Ethan Nelson-Moore &lt;enelsonmoore@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c771600c6af14749609b49565ffb4cac2959710d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/bluetooth/Makefile#c771600c6af14749609b49565ffb4cac2959710d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWe need4ba4f1afb6a9 (&quot;perf: Generic hotplug support for a PMU with a scope&quot;)in order to land a i915 PMU simplification and a fix. That landed in 6.12and we are stuck at 6.9 so lets bump things forward.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/drivers/bluetooth/Makefile</description>
        <pubDate>Wed, 05 Feb 2025 10:29:14 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>25768de50b1f2dbb6ea44bd5148a87fe2c9c3688 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/bluetooth/Makefile#25768de50b1f2dbb6ea44bd5148a87fe2c9c3688</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.14 merge window.

            List of files:
            /linux/drivers/bluetooth/Makefile</description>
        <pubDate>Tue, 21 Jan 2025 06:37:39 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6d4a0f4ea72319c9a37c1a7191695467006dd272 - Merge tag &apos;v6.13-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/bluetooth/Makefile#6d4a0f4ea72319c9a37c1a7191695467006dd272</link>
        <description>Merge tag &apos;v6.13-rc3&apos; into nextSync up with the mainline.

            List of files:
            /linux/drivers/bluetooth/Makefile</description>
        <pubDate>Tue, 17 Dec 2024 18:40:45 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>77b679453d3364688ff3e5153c0be5b2b52672b7 - Merge tag &apos;v6.12-rc3&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/bluetooth/Makefile#77b679453d3364688ff3e5153c0be5b2b52672b7</link>
        <description>Merge tag &apos;v6.12-rc3&apos; into perf-tools-nextTo get the fixes in the current perf-tools tree.Signed-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux/drivers/bluetooth/Makefile</description>
        <pubDate>Mon, 14 Oct 2024 19:45:28 +0200</pubDate>
        <dc:creator>Namhyung Kim &lt;namhyung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3fd6c59042dbba50391e30862beac979491145fe - Merge tag &apos;v6.12-rc1&apos; into clk-meson-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/bluetooth/Makefile#3fd6c59042dbba50391e30862beac979491145fe</link>
        <description>Merge tag &apos;v6.12-rc1&apos; into clk-meson-nextLinux 6.12-rc1

            List of files:
            /linux/drivers/bluetooth/Makefile</description>
        <pubDate>Mon, 30 Sep 2024 11:28:07 +0200</pubDate>
        <dc:creator>Jerome Brunet &lt;jbrunet@baylibre.com&gt;</dc:creator>
    </item>
</channel>
</rss>
