public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-08 12:48:25 to 2026-03-11 09:32:26 UTC [more...]

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-11  9:32 UTC  (107+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
  ` treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 03/61] ceph: "
  ` [Intel-wired-lan] "
` [PATCH 04/61] ext4: "
` [PATCH 05/61] smb: Prefer IS_ERR_OR_NULL over manual NULl check
` [PATCH 06/61] 9p: Prefer IS_ERR_OR_NULL over manual NULL check
  ` [Intel-wired-lan] "
` [PATCH 07/61] erofs: "
` [PATCH 08/61] fuse: "
  ` [Intel-wired-lan] "
` [PATCH 09/61] ntfs3: "
` [PATCH 10/61] gfs2: "
` [PATCH 11/61] pstore: "
` [PATCH 12/61] quota: "
  ` [Intel-wired-lan] "
` [PATCH 13/61] squashfs: "
  ` [Intel-wired-lan] "
` [PATCH 14/61] seq_file: "
` [PATCH 15/61] trace: "
` [PATCH 16/61] sched: "
  ` [Intel-wired-lan] "
` [PATCH 17/61] module: "
  ` [Intel-wired-lan] "
` [PATCH 18/61] sound: "
` [PATCH 19/61] kvm: "
` [PATCH 20/61] apparmor: "
` [PATCH 21/61] lib/test: "
` [PATCH 22/61] md: "
  ` [Intel-wired-lan] "
` [PATCH 23/61] net/ipv6: "
` [PATCH 24/61] net/9p: "
  ` [Intel-wired-lan] "
` [PATCH 25/61] net/bluetooth: "
  ` [Intel-wired-lan] "
` [PATCH 26/61] net/core: "
` [PATCH 27/61] net/netlink: "
` [PATCH 28/61] net/sched: "
  ` [Intel-wired-lan] "
` [PATCH 29/61] net/sctp: "
` [PATCH 30/61] net/sunrpc: "
  ` [Intel-wired-lan] "
` [PATCH 31/61] net/tipc: "
` [PATCH 32/61] net/wireless: "
` [PATCH 33/61] mm: "
` [PATCH 34/61] arch/arm: "
` [PATCH 35/61] arch/mips: "
` [PATCH 36/61] arch/sh: "
` [PATCH 37/61] drm: "
` [PATCH 38/61] net: "
  ` [EXTERNAL] "
  ` [Intel-wired-lan] "
` [PATCH 39/61] irqchip: "
  ` [Intel-wired-lan] "
` [PATCH 40/61] phy: "
` [PATCH 41/61] pinctrl: "
` [PATCH 42/61] pmdomain: "
` [PATCH 43/61] s390: "
` [PATCH 44/61] target: "
` [PATCH 45/61] thermal: "
` [PATCH 46/61] vfio: "
  ` [Intel-wired-lan] "
` [PATCH 47/61] nfc: "
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "
  ` [Intel-wired-lan] "
` [PATCH 50/61] iommu: "
  ` [Intel-wired-lan] "
` [PATCH 51/61] leds: "
  ` (subset) "
` [PATCH 52/61] gpib: "
` [PATCH 53/61] hyperv: "
` [PATCH 54/61] aoe: "
  ` [Intel-wired-lan] "
` [PATCH 55/61] interconnect: "
` [PATCH 56/61] clk: "
` [PATCH 57/61] reset: "
` [PATCH 58/61] arch/x86: "
` [PATCH 59/61] debugobjects: Drop likely() around !IS_ERR_OR_NULL()
` [PATCH 60/61] Input alps: Drop unlikely() around IS_ERR_OR_NULL()
` [PATCH 61/61] file: "

[PATCH v1] arm64: dts: qcom: hamoa-iot-evk: support Bluetooth over both USB and UART
 2026-03-11  9:09 UTC 

[PATCH] Bluetooth: ISO: add timestamp for outgoing HCI ISO packet
 2026-03-11  8:54 UTC  (2+ messages)

[PATCH v2 0/4] Add WCN3988 Bluetooth support for Fairphone 4
 2026-03-11  8:04 UTC  (4+ messages)
` [PATCH v2 4/4] arm64: dts: qcom: sm7225-fairphone-fp4: Add Bluetooth

[BUG] `ad_replace_name()` copies AD name payloads up to 254 bytes into `utf8_name[250]`
 2026-03-11  6:09 UTC 

[BUG] bluez: Buffer overflow in emulator/bthost.c (bthost_set_pin_code)
 2026-03-11  2:44 UTC 

[PATCH v4 0/2] Bluetooth: extend WCN driver to support WCN399x device
 2026-03-10 23:45 UTC  (4+ messages)
` [PATCH v4 1/2] Bluetooth: qca: fix ROM version reading on WCN3998 chips
  ` Bluetooth: extend WCN driver to support WCN399x device
` [PATCH v4 2/2] Bluetooth: qca: enable pwrseq support for WCN39xx devices

[PATCH 1/2] Bluetooth: L2CAP: Fix type confusion in l2cap_ecred_reconf_rsp()
 2026-03-10 22:43 UTC  (3+ messages)
` [PATCH 2/2] Bluetooth: L2CAP: Validate L2CAP_INFO_RSP payload length before access
` [1/2] Bluetooth: L2CAP: Fix type confusion in l2cap_ecred_reconf_rsp()

[PATCH BlueZ v2 1/7] doc/btmon: Add GATT database reconstruction guide
 2026-03-10 22:39 UTC  (8+ messages)
` [PATCH BlueZ v2 2/7] doc/btmon: Add SMP pairing flow documentation
` [PATCH BlueZ v2 3/7] doc/btmon: Add L2CAP channel tracking documentation
` [PATCH BlueZ v2 4/7] doc/btmon: Add LE Audio protocol flow documentation
` [PATCH BlueZ v2 5/7] doc/btmon: Add protocol error codes documentation
` [PATCH BlueZ v2 6/7] doc/btmon: Add advertising and scanning documentation
` [PATCH BlueZ v2 7/7] doc/btmon: Add BIG Sync flow documentation
` [BlueZ,v2,1/7] doc/btmon: Add GATT database reconstruction guide

[PATCH v4] Bluetooth: L2CAP: Fix accepting multiple L2CAP_ECRED_CONN_REQ
 2026-03-10 22:13 UTC  (2+ messages)
` [v4] "

[bluez/bluez]
 2026-03-10 22:01 UTC 

[bluez/bluez] 6404dc: doc/btmon: Add GATT database reconstruction guide
 2026-03-10 21:51 UTC 

[PATCH BlueZ v1 1/6] doc/btmon: Add GATT database reconstruction guide
 2026-03-10 18:14 UTC  (7+ messages)
` [PATCH BlueZ v1 2/6] doc/btmon: Add SMP pairing flow documentation
` [PATCH BlueZ v1 3/6] doc/btmon: Add L2CAP channel tracking documentation
` [PATCH BlueZ v1 4/6] doc/btmon: Add LE Audio protocol flow documentation
` [PATCH BlueZ v1 5/6] doc/btmon: Add protocol error codes documentation
` [PATCH BlueZ v1 6/6] doc/btmon: Add advertising and scanning documentation
` [BlueZ,v1,1/6] doc/btmon: Add GATT database reconstruction guide

[PATCH v4] Bluetooth: Increase LE connection timeout for industrial sensors
 2026-03-10 17:42 UTC  (20+ messages)

[bluez/bluez] 29b54e: doc/btmon: Add GATT database reconstruction guide
 2026-03-10 17:26 UTC 

[PATCH BlueZ v2 0/6] Nintendo Switch 2 support
 2026-03-10  3:30 UTC  (8+ messages)
` [PATCH BlueZ v2 1/6] shared/gatt: make secondary discovery optional
  ` Nintendo Switch 2 support
` [PATCH BlueZ v2 3/6] fixup: propagate new gatt interface through codebase
` [PATCH BlueZ v2 6/6] plugins/switch2: Add Nintendo Switch 2 Controller plugin

[PATCH v3] Bluetooth: L2CAP: Fix accepting multiple L2CAP_ECRED_CONN_REQ
 2026-03-09 22:45 UTC  (2+ messages)
` [v3] "

[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
 2026-03-09 20:50 UTC  (7+ messages)

[PATCH v1] mediatek MT7922: update bluetooth firmware to 20260224103448
 2026-03-09 19:57 UTC  (2+ messages)

[RESEND] Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_user
 2026-03-09 15:34 UTC  (4+ messages)

[bluez/bluez]
 2026-03-09 14:12 UTC 

[bluez/bluez]
 2026-03-09 14:12 UTC 

[bluez/bluez] 9c6e97: lib/mgmt: Added missing command "HCI Cmd Sync" to 
 2026-03-09 14:11 UTC 

[PATCH BlueZ 0/2] lib/bluetooth/mgmt: Add missing mgmt_op entry for HCI_CMD_SYNC
 2026-03-09 14:00 UTC  (4+ messages)
` [PATCH BlueZ 1/1] lib/bluetooth/mgmt: Added missing command "HCI Cmd Sync" to mgmt_op
  ` lib/bluetooth/mgmt: Add missing mgmt_op entry for HCI_CMD_SYNC

[PATCH BlueZ 0/2] Add missing string to list of commands in mgmt
 2026-03-09 14:00 UTC  (5+ messages)
` [PATCH BlueZ 1/2] Added missing command "HCI Cmd Sync" to mgmt_op
  ` Add missing string to list of commands in mgmt
` [PATCH BlueZ 2/2] lib/bluetooth/mgmt: Added missing command "HCI Cmd Sync" to mgmt_op

[PATCH v3] transport: Fix set volume failure with invalid device volume
 2026-03-09 14:00 UTC  (3+ messages)
` [v3] "

[PATCH 5.15.y] Bluetooth: hci_core: Fix use-after-free in vhci_flush()
 2026-03-09 13:01 UTC  (2+ messages)
` [5.15.y] "

[bluez/bluez]
 2026-03-09 12:02 UTC 

[bluez/bluez] b83b48: transport: Fix set volume failure with invalid dev
 2026-03-09 11:44 UTC 

[PATCH v2] transport: Fix set volume failure with invalid device volume
 2026-03-09 10:39 UTC  (3+ messages)

[PATCH 6.1.y] Bluetooth: hci_core: Fix use-after-free in vhci_flush()
 2026-03-09  9:45 UTC  (2+ messages)
` [6.1.y] "

[bluez/bluez] 537886: lib/bluetooth/mgmt: Added missing command "HCI Cmd
 2026-03-09  5:37 UTC 

[PATCH v1] Bluetooth: btusb: MT7925: Add VID/PID 0e8d/8c38
 2026-03-09  4:20 UTC  (2+ messages)
` [v1] "

[PATCH v1] Bluetooth: btusb: MT7922: Add VID/PID 0e8d/223c
 2026-03-09  4:20 UTC  (2+ messages)
` [v1] "

[PATCH BlueZ 0/1] pause discovery on suspend
 2026-03-09  4:02 UTC  (2+ messages)
` [PATCH BlueZ 1/1] Stop and start some actions on suspend and resume

[Bug 220344] New: Intel AX211 bluetooth randomly disconnects and reconnects, started after kernel update
 2026-03-08 14:56 UTC  (2+ messages)
` [Bug 220344] "

[bluez/bluez] ed9e97: shared/gatt: make secondary discovery optional
 2026-03-08 13:31 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox