messages from 2025-11-21 09:48:28 to 2025-12-02 01:23:32 UTC [more...]
[GIT PULL] bluetooth-next 2025-12-01
2025-12-02 1:20 UTC (2+ messages)
[PATCH bluez v8 0/3] Add implementation of bearer connect/disconnect
2025-12-01 22:29 UTC (6+ messages)
` [PATCH bluez v8 1/3] profiles: Add bearer field to btd_profile
` Add implementation of bearer connect/disconnect
` [PATCH bluez v8 2/3] bearer: Implement Connect/Disconnect methods
` [PATCH bluez v8 3/3] client: Add shell cmd for bearer connect/disconnect
[GIT PULL] bluetooth 2025-11-21
2025-12-01 21:35 UTC (3+ messages)
[GIT PULL] bluetooth 2025-11-11
2025-12-01 21:35 UTC (2+ messages)
[PATCH] ALSA: usb-audio: add min_mute quirk for SteelSeries Arctis
2025-12-01 21:35 UTC (2+ messages)
[PATCH] Bluetooth: btusb: Add new VID/PID 13d3/3533 for RTL8821CE
2025-12-01 20:00 UTC (2+ messages)
[PATCH BlueZ v1] client/player: Print MediaEndpoint.SupportedFeatures
2025-12-01 19:13 UTC (2+ messages)
` [BlueZ,v1] "
[bluez/bluez] 50b506: client/player: Print MediaEndpoint.SupportedFeatures
2025-12-01 18:30 UTC
[PATCH BlueZ v2 0/9] Add TMAP & GMAP information services
2025-12-01 17:57 UTC (16+ messages)
` [PATCH BlueZ v2 1/9] shared/gmap: add GMAP Service
` Add TMAP & GMAP information services
` [PATCH BlueZ v2 2/9] test-gmap: add test for GMAP Service
` [PATCH BlueZ v2 3/9] gmap: Add GMAP profile
` [PATCH BlueZ v2 4/9] doc: org.bluez.MediaEndpoint: add SupportedFeatures
` [PATCH BlueZ v2 5/9] bap: add SupportedFeatures for MediaEndpoints
` [PATCH BlueZ v2 6/9] profile: add after_uuids for ordering profile startup
` [PATCH BlueZ v2 7/9] device: use after_uuids in service autoconnect and sort also GATT
` [PATCH BlueZ v2 8/9] service: add btd_profile::ready callback when after_uuids ready
` [PATCH BlueZ v2 9/9] bap: have unicast client wait for VCS & TMAS & GMAP
[bluez/bluez] f11433: shared/gmap: add GMAP Service
2025-12-01 17:00 UTC
[bluez/bluez]
2025-12-01 13:07 UTC
[bluez/bluez]
2025-12-01 9:01 UTC
[bluez/bluez] d08018: profiles: Add bearer field to btd_profile
2025-12-01 8:47 UTC
[Bug 220815] New: btusb: Add Realtek RTL8852CE device ID (13d3:3612)
2025-11-30 23:44 UTC (3+ messages)
` [Bug 220815] "
Crash at hci_conn_cleanup() when bluetooth service is restarted
2025-11-30 22:48 UTC (4+ messages)
[PATCH v1] mediatek MT7925: update bluetooth firmware to 20251124093155
2025-11-29 18:00 UTC (2+ messages)
[PATCH BlueZ 1/4] sco-tester: add timeout / close during connection tests
2025-11-29 17:36 UTC (5+ messages)
` [PATCH BlueZ 2/4] btdev: implement Sync Conn Accept/Reject flow
` [PATCH BlueZ 3/4] bthost: add bthost_setup_sco() and accept incoming eSCO
` [PATCH BlueZ 4/4] sco-tester: add socket listen tests
` [BlueZ,1/4] sco-tester: add timeout / close during connection tests
[bluez/bluez]
2025-11-29 17:01 UTC
[bluez/bluez] dba0f9: sco-tester: add timeout / close during connection
2025-11-29 16:51 UTC
[PATCH v2 00/10] Add support for handling PCIe M.2 Key E connectors in devicetree
2025-11-29 14:31 UTC (22+ messages)
` [PATCH v2 01/10] serdev: Convert to_serdev_*() helpers to macros and use container_of_const()
` [PATCH v2 02/10] serdev: Add serdev device based driver match support
` [PATCH v2 03/10] serdev: Allow passing the serdev device name to serdev_device_add()
` [PATCH v2 04/10] serdev: Add an API to find the serdev controller associated with the devicetree node
` [PATCH v2 05/10] serdev: Add modalias support for serdev client devices
` [PATCH v2 06/10] dt-bindings: serial: Document the graph port
` [PATCH v2 07/10] serdev: Do not return -ENODEV from of_serdev_register_devices() if external connector is used
` [PATCH v2 08/10] dt-bindings: connector: Add PCIe M.2 Mechanical Key E connector
` [PATCH v2 09/10] Bluetooth: hci_qca: Add support for WCN7850 PCIe M.2 card
` [PATCH v2 10/10] power: sequencing: pcie-m2: Add support for PCIe M.2 Key E connectors
[bluez/bluez]
2025-11-28 20:59 UTC
[bluez/bluez] 5eddb1: shared/gmap: add GMAP Service
2025-11-28 20:12 UTC
[PATCH 5.15.y 00/14] timers: Provide timer_shutdown[_sync]()
2025-11-28 16:05 UTC (15+ messages)
` [PATCH 5.15.y 01/14] Documentation: Remove bogus claim about del_timer_sync()
` [PATCH 5.15.y 02/14] ARM: spear: Do not use timer namespace for timer_shutdown() function
` [PATCH 5.15.y 03/14] clocksource/drivers/arm_arch_timer: "
` [PATCH 5.15.y 04/14] clocksource/drivers/sp804: "
` [PATCH 5.15.y 05/14] timers: Get rid of del_singleshot_timer_sync()
` [PATCH 5.15.y 06/14] timers: Replace BUG_ON()s
` [PATCH 5.15.y 07/14] timers: Rename del_timer() to timer_delete()
` [PATCH 5.15.y 08/14] Documentation: Replace del_timer/del_timer_sync()
` [PATCH 5.15.y 09/14] timers: Silently ignore timers with a NULL function
` [PATCH 5.15.y 10/14] timers: Split [try_to_]del_timer[_sync]() to prepare for shutdown mode
` [PATCH 5.15.y 11/14] timers: Add shutdown mechanism to the internal functions
` [PATCH 5.15.y 12/14] timers: Provide timer_shutdown[_sync]()
` [PATCH 5.15.y 13/14] timers: Update the documentation to reflect on the new timer_shutdown() API
` [PATCH 5.15.y 14/14] Bluetooth: hci_qca: Fix the teardown problem for real
[PATCH 5.10/5.15] Bluetooth: Add more enc key size check
2025-11-28 15:17 UTC (2+ messages)
` [5.10/5.15] "
[PATCH v2 00/11] Bluetooth: btnxpuart: Add secure interface support for NXP chipsets
2025-11-28 10:02 UTC (13+ messages)
` [PATCH v2 01/11] Bluetooth: btnxpuart: Add firmware metadata parsing for secure interface
` Bluetooth: btnxpuart: Add secure interface support for NXP chipsets
` [PATCH v2 02/11] Bluetooth: btnxpuart: Print FW version and enable chip specific features
` [PATCH v2 03/11] Bluetooth: btnxpuart: Add secure interface TLS authentication support
` [PATCH v2 04/11] Bluetooth: btnxpuart: Implement TLS authentication crypto framework
` [PATCH v2 05/11] Bluetooth: btnxpuart: Add TLS host hello handshake implementation
` [PATCH v2 06/11] Bluetooth: btnxpuart: Add TLS device hello processing
` [PATCH v2 07/11] Bluetooth: btnxpuart: Add device authentication
` [PATCH v2 08/11] Bluetooth: btnxpuart: Derive traffic keys from TLS 1.3 handshake
` [PATCH v2 09/11] Bluetooth: btnxpuart: Add command encryption for sensitive HCI commands
` [PATCH v2 10/11] Bluetooth: btnxpuart: Add encrypted event handling
` [PATCH v2 11/11] Bluetooth: btnxpuart: Select crypto algorithms for secure interface
[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in skb_pull
2025-11-28 9:02 UTC
[PATCH] main: Fix wrong option name in LE options array
2025-11-28 3:35 UTC (2+ messages)
` "
[bluez/bluez] 9b4a1c: main: Fix wrong option name in LE options array
2025-11-28 2:49 UTC
[PATCH bluez v7 0/3] Add implementation of bearer connect/disconnect
2025-11-28 2:00 UTC (7+ messages)
` [PATCH bluez v7 1/3] profiles: Add bearer field to btd_profile
` Add implementation of bearer connect/disconnect
` [PATCH bluez v7 2/3] bearer: Implement Connect/Disconnect methods
` [PATCH bluez v7 3/3] client: Add shell cmd for bearer connect/disconnect
[PATCH v2 00/12] MediaTek dt-bindings sanitization (MT8173)
2025-11-27 18:15 UTC (6+ messages)
` [PATCH v2 03/12] dt-bindings: net: Convert Marvell 8897/8997 bindings to DT schema
[bluez/bluez]
2025-11-27 15:01 UTC
[PATCH] main: Validate the AdvMon scan parameters correctly
2025-11-27 13:30 UTC (2+ messages)
` "
[bluez/bluez] 8e4816: main: Validate the AdvMon scan parameters correctly
2025-11-27 12:44 UTC
[syzbot] Monthly bluetooth report (Nov 2025)
2025-11-27 12:42 UTC
[BUG] Bluetooth: slab-use-after-free in l2cap_core.c
2025-11-27 12:16 UTC
[bluez/bluez]
2025-11-27 11:01 UTC
[bluez/bluez] 4464cc: profiles: Add bearer field to btd_profile
2025-11-27 10:14 UTC
[PATCH bluez v6 0/3] Add implementation of bearer connect/disconnect
2025-11-27 2:45 UTC (7+ messages)
` [PATCH bluez v6 1/3] profiles: Add bearer field to btd_profile
` Add implementation of bearer connect/disconnect
` [PATCH bluez v6 2/3] bearer: Implement Connect/Disconnect methods
` [PATCH bluez v6 3/3] client: Add shell cmd for bearer connect/disconnect
[PATCH BlueZ] transport: fix VCP volume updating and sink volumes
2025-11-26 16:51 UTC (4+ messages)
` [BlueZ] "
[bluez/bluez]
2025-11-26 16:47 UTC
[bluez/bluez] d42182: obexd: Always flush transfer status changes
2025-11-26 16:46 UTC
[PATCH BlueZ 0/1] obexd: Fix transfer status change
2025-11-26 16:40 UTC (4+ messages)
` [PATCH BlueZ 1/1] obexd: Always flush tranfser status changes. Set status to queued before starting
` obexd: Fix transfer status change
[bluez/bluez] 12e32e: shared/tmap: add TMAP Service
2025-11-26 16:23 UTC
[PATCH BlueZ 00/10] Add TMAP & GMAP information services
2025-11-26 16:20 UTC (17+ messages)
` [PATCH BlueZ 01/10] shared/tmap: add TMAP Service
` Add TMAP & GMAP information services
` [PATCH BlueZ 02/10] test-tmap: add test for TMAP Service
` [PATCH BlueZ 03/10] tmap: add TMAP profile
` [PATCH BlueZ 04/10] bap: have unicast client wait for VCS & TMAS
` [PATCH BlueZ 05/10] shared/gmap: add GMAP Service
` [PATCH BlueZ 06/10] test-gmap: add test for "
` [PATCH BlueZ 07/10] gmap: Add GMAP profile
` [PATCH BlueZ 08/10] bap: unicast client wait for GMAP service
` [PATCH BlueZ 09/10] doc: org.bluez.MediaEndpoint: add SupportedFeatures
` [PATCH BlueZ 10/10] bap: add SupportedFeatures for MediaEndpoints
[bluez/bluez] 56fe51: profiles: Add bearer field to btd_profile
2025-11-26 5:36 UTC
[PATCH v3] Bluetooth: btusb: mediatek: Avoid btusb_mtk_claim_iso_intf() NULL deref
2025-11-26 5:14 UTC (5+ messages)
[bluetooth-next:master] BUILD SUCCESS 74d9900f3087b955b23f1f679accf654e16b35dc
2025-11-26 5:13 UTC
[bluez/bluez] df185f: transport: fix VCP volume updating and sink volumes
2025-11-25 17:46 UTC
[bluez/bluez]
2025-11-25 16:46 UTC
[bluez/bluez] 0b7395: transport/audio: fix build with a2dp support disabled
2025-11-25 16:45 UTC
[PATCH bluez v1] transport/audio: fix build with a2dp support disabled
2025-11-25 16:30 UTC (3+ messages)
` [bluez,v1] "
[bluez/bluez] a7a5a3: obexd: Always flush tranfser status changes. Set s
2025-11-25 9:49 UTC
[PATCH bluez v5 0/3] EDITME: cover title for bearer-impl
2025-11-25 8:02 UTC (5+ messages)
` [PATCH bluez v5 1/3] profiles: Add bearer field to btd_profile
` EDITME: cover title for bearer-impl
` [PATCH bluez v5 2/3] bearer: Implement Connect/Disconnect methods
` [PATCH bluez v5 3/3] client: Add shell cmd for bearer connect/disconnect
[bluez/bluez] 29dcff: profiles: Add bearer field to btd_profile
2025-11-25 7:19 UTC
[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in l2cap_sock_new_connection_cb
2025-11-24 4:01 UTC (2+ messages)
[PATCH bluez] profiles: Add bearer field to btd_profile
2025-11-24 3:48 UTC (2+ messages)
` [bluez] "
[bluez/bluez] 402371: profiles: Add bearer field to btd_profile
2025-11-24 3:03 UTC
[PATCH BlueZ] sco-tester: add timeout / close during connection tests
2025-11-23 21:00 UTC (2+ messages)
` [BlueZ] "
[bluez/bluez] 3c3893: sco-tester: add timeout / close during connection
2025-11-23 20:15 UTC
[bluez/bluez] 80e60b: shared/tmap: add TMAP Service
2025-11-23 16:38 UTC
[bluez/bluez]
2025-11-23 10:00 UTC
[bluez/bluez] 0ca638: transport/audio: fix build with a2dp support disabled
2025-11-22 16:17 UTC
[PATCH v1 07/11] Bluetooth: btnxpuart: Add device authentication
2025-11-22 11:03 UTC (2+ messages)
[bluez/bluez]
2025-11-22 5:56 UTC
[PATCH v1 05/11] Bluetooth: btnxpuart: Add TLS host hello handshake implementation
2025-11-22 3:31 UTC (2+ messages)
[bluez/bluez]
2025-11-21 14:50 UTC
[bluez/bluez] b528ac: build: Add 6lowpan-tester binary to ignore list
2025-11-21 14:50 UTC
[bluez/bluez]
2025-11-21 14:44 UTC
[bluez/bluez] ae5473: client: Fix issue of bearer info not printing corr
2025-11-21 14:43 UTC
[PATCH bluez] client: Fix issue of bearer info not printing correctly
2025-11-21 14:30 UTC (3+ messages)
` [bluez] "
[PATCH bluez v4] bearer: Implement Connect/Disconnect methods
2025-11-21 14:08 UTC (3+ messages)
` [bluez,v4] "
[bluez/bluez]
2025-11-21 9:57 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox