linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-01 22:49:43 to 2020-09-12 06:29:30 UTC [more...]

[BlueZ 04/17] client: Add SPDX License Identifer
 2020-09-12  6:23 UTC 

inconsistent lock state in sco_conn_del
 2020-09-12  1:35 UTC  (2+ messages)

[RESEND PATCH] Bluetooth: Only mark socket zapped after unlocking
 2020-09-11 22:33 UTC 

[RESEND PATCH] bluetooth: Set ext scan response only when it exists
 2020-09-11 22:32 UTC 

[Bluez PATCH v4 0/4] adapter: Reconnect audio when resuming from suspend
 2020-09-11 22:30 UTC  (5+ messages)
` [Bluez PATCH v4 1/4] adapter: Refactor kernel feature globals
` [Bluez PATCH v4 2/4] adapter: Handle controller resume and notify drivers
` [Bluez PATCH v4 3/4] policy: Enable reconnect for a2dp-sink in defaults
` [Bluez PATCH v4 4/4] policy: Reconnect audio on controller resume

[PATCH v2 0/3] Bluetooth: Emit events for suspend/resume
 2020-09-11 21:07 UTC  (4+ messages)
` [PATCH v2 1/3] Bluetooth: Add mgmt suspend and resume events
` [PATCH v2 2/3] Bluetooth: Add suspend reason for device disconnect
` [PATCH v2 3/3] Bluetooth: Emit controller suspend and resume events

[RESEND PATCH 0/3] Bluetooth: Emit events for suspend/resume
 2020-09-11 17:13 UTC  (4+ messages)
` [RESEND PATCH 1/3] Bluetooth: Add mgmt suspend and resume events
` [RESEND PATCH 2/3] Bluetooth: Add suspend reason for device disconnect
` [RESEND PATCH 3/3] Bluetooth: Emit controller suspend and resume events

[RESEND Bluez PATCH v2] doc: Add Suspend and Resume events
 2020-09-11 17:03 UTC 

[Bluez PATCH v1] avrcp: Add handler for GET_TOTAL_NUMBER_OF_ITEMS
 2020-09-11 15:43 UTC  (3+ messages)

[Bluez PATCH v2] audio/transport: Don't set volume if it's invalid
 2020-09-11 15:43 UTC  (3+ messages)

[BlueZ PATCH v3 1/4] PRE-UPSTREAM: client: Implement basic interface of ADV monitor in bluetoothctl
 2020-09-11 12:09 UTC  (4+ messages)
` [BlueZ PATCH v3 2/4] PRE-UPSTREAM: client: Implement more interfaces "
` [BlueZ PATCH v3 3/4] PRE-UPSTREAM: client: Expose ADV monitor objects
` [BlueZ PATCH v3 4/4] PRE-UPSTREAM: core: Add AdvertisementMonitor to bluetooth.conf

[PATCH v1] Bluetooth: btintel: Refactor firmware download function
 2020-09-11 11:44 UTC 

KASAN: use-after-free Read in hci_get_auth_info
 2020-09-11  9:50 UTC  (2+ messages)

[PATCH 0/3] Bluetooth: Emit events for suspend/resume
 2020-09-11  7:20 UTC  (2+ messages)

[PATCH 0/2] Bluetooth: Report extended adv capabilities to userspace
 2020-09-11  7:18 UTC  (2+ messages)

[RESEND v1] arm64: dts: qcom: sc7180: Remove clock for bluetooth on SC7180 IDP board
 2020-09-11  7:11 UTC  (2+ messages)

[RESEND v1 0/2] Close UART port if NON_PERSISTENT_SETUP is set
 2020-09-11  7:10 UTC  (4+ messages)
` [RESEND v1 1/2] Bluetooth: hci_serdev: "
` [RESEND v1 2/2] Bluetooth: hci_qca: Remove duplicate power off in proto close

[PATCH v3 0/2] To support the HFP WBS, a chip vendor may choose a particular
 2020-09-11  7:08 UTC  (6+ messages)
` [PATCH v3 1/2] Bluetooth: btusb: define HCI packet sizes of USB Alts
` [PATCH v3 2/2] Bluetooth: sco: new getsockopt options BT_SNDMTU/BT_RCVMTU

[PATCH] Bluetooth: Re-order clearing suspend tasks
 2020-09-11  7:06 UTC  (2+ messages)

[PATCH v1 1/4] Bluetooth: hci_intel: enable on new platform
 2020-09-11  7:04 UTC  (8+ messages)
` [PATCH v1 2/4] Bluetooth: hci_intel: drop strange le16_to_cpu() against u8 values
` [PATCH v1 3/4] Bluetooth: hci_intel: switch to list_for_each_entry()
` [PATCH v1 4/4] Bluetooth: hci_intel: sort headers alphabetically

memory leak in read_adv_mon_features
 2020-09-11  7:01 UTC  (4+ messages)
` [Linux-kernel-mentees] [PATCH] Bluetooth: Fix memory leak in read_adv_mon_features()
  ` [Linux-kernel-mentees] [PATCH v2] "

[PATCH -next] Bluetooth: btmtksdio: use NULL instead of zero
 2020-09-11  6:58 UTC  (2+ messages)

[PATCH v1] Bluetooth: btusb: Add Qualcomm Bluetooth SoC WCN6855 support
 2020-09-11  6:56 UTC 

[PATCH] Bluetooth: hci_qca: remove redundant null check
 2020-09-11  6:51 UTC  (2+ messages)

[Bluez PATCH v2] device: don't wait for timeout if RemoveDevice is called
 2020-09-11  2:57 UTC  (3+ messages)

[BlueZ PATCH v4 1/8] adapter: Remove indirect dependency of headers
 2020-09-10 23:55 UTC  (12+ messages)
` [BlueZ PATCH v4 2/8] adv_monitor: Introduce org.bluez.AdvertisementMonitorManager1 interface
  ` [BlueZ,v4,2/8] "
` [BlueZ PATCH v4 3/8] adv_monitor: Implement Get functions of Adv monitor manager properties
` [BlueZ PATCH v4 4/8] adv_monitor: Implement RegisterMonitor()
` [BlueZ PATCH v4 5/8] adv_monitor: Implement UnregisterMonitor()
` [BlueZ PATCH v4 6/8] adv_monitor: Handle D-Bus client ready events
` [BlueZ PATCH v4 7/8] adv_monitor: Handle D-Bus proxy event of an ADV monitor
` [BlueZ PATCH v4 8/8] doc: Update Advertisement Monitor API description
` [BlueZ,v4,1/8] adapter: Remove indirect dependency of headers

[BlueZ PATCH v1 1/7] adv_monitor: Introduce org.bluez.AdvertisementMonitorManager1 interface
 2020-09-10 23:19 UTC  (16+ messages)
` [BlueZ PATCH v1 3/7] adv_monitor: Implement RegisterMonitor()
` [BlueZ PATCH v1 6/7] adv_monitor: Handle D-Bus proxy event of an ADV monitor
` [BlueZ PATCH v1 7/7] doc/advertisement-monitor-api: Update Advertisement Monitor API description

[Linux-kernel-mentees] [PATCH] net: bluetooth: Fix null pointer dereference in hci_event_packet()
 2020-09-10 14:58 UTC  (5+ messages)
`  "

[BlueZ PATCH v2 1/4] PRE-UPSTREAM: client: Implement basic interface of ADV monitor in bluetoothctl
 2020-09-10 10:34 UTC  (4+ messages)
` [BlueZ PATCH v2 2/4] PRE-UPSTREAM: client: Implement more interfaces "
` [BlueZ PATCH v2 3/4] PRE-UPSTREAM: client: Expose ADV monitor objects
` [BlueZ PATCH v2 4/4] PRE-UPSTREAM: core: Add AdvertisementMonitor to bluetooth.conf

[BlueZ PATCH v3 1/7] adv_monitor: Introduce org.bluez.AdvertisementMonitorManager1 interface
 2020-09-10  4:50 UTC  (9+ messages)
` [BlueZ PATCH v3 2/7] adv_monitor: Implement Get functions of Adv monitor manager properties
` [BlueZ PATCH v3 3/7] adv_monitor: Implement RegisterMonitor()
` [BlueZ PATCH v3 4/7] adv_monitor: Implement UnregisterMonitor()
` [BlueZ PATCH v3 5/7] adv_monitor: Handle D-Bus client ready events
` [BlueZ PATCH v3 6/7] adv_monitor: Handle D-Bus proxy event of an ADV monitor
` [BlueZ PATCH v3 7/7] doc: Update Advertisement Monitor API description
` [BlueZ,v3,1/7] adv_monitor: Introduce org.bluez.AdvertisementMonitorManager1 interface

[BlueZ PATCH v2 1/7] PRE-UPSTREAM: adv_monitor: Introduce org.bluez.AdvertisementMonitorManager1 interface
 2020-09-10  4:50 UTC  (11+ messages)
` [BlueZ PATCH v2 2/7] PRE-UPSTREAM: adv_monitor: Implement Get functions of Adv monitor manager properties
  ` [BlueZ,v2,2/7] "
` [BlueZ PATCH v2 3/7] PRE-UPSTREAM: adv_monitor: Implement RegisterMonitor()
` [BlueZ PATCH v2 4/7] PRE-UPSTREAM: adv_monitor: Implement UnregisterMonitor()
` [BlueZ PATCH v2 5/7] PRE-UPSTREAM: adv_monitor: Handle D-Bus client ready events
` [BlueZ PATCH v2 6/7] PRE-UPSTREAM: adv_monitor: Handle D-Bus proxy event of an ADV monitor
` [BlueZ PATCH v2 7/7] doc: Update Advertisement Monitor API description
` [BlueZ,v2,1/7] PRE-UPSTREAM: adv_monitor: Introduce org.bluez.AdvertisementMonitorManager1 interface

[PATCH] Bluetooth: Re-order clearing suspend tasks
 2020-09-10  1:40 UTC 

[BlueZ PATCH v2] Disable auto-connect on device remove
 2020-09-09 23:17 UTC  (2+ messages)

[Bug 60824] [PATCH][regression] Cambridge Silicon Radio, Ltd Bluetooth Dongle unusable
 2020-09-09 14:12 UTC  (2+ messages)

[PATCH v2 0/2] To support the HFP WBS, a chip vendor may choose a particular
 2020-09-09 11:11 UTC  (5+ messages)
` [PATCH v2 1/2] Bluetooth: btusb: define HCI packet sizes of USB Alts
` [PATCH v2 2/2] Bluetooth: sco: expose WBS packet length in socket option

memory leak in mgmt_cmd_status
 2020-09-09  8:49 UTC 

[BlueZ PATCH v1 1/4] client: Implement basic interface of ADV monitor in bluetoothctl
 2020-09-09  7:30 UTC  (6+ messages)
` [BlueZ PATCH v1 2/4] client: Implement more interfaces "

[Linux-kernel-mentees] [PATCH net] Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()
 2020-09-09  7:17 UTC  (2+ messages)
` [Linux-kernel-mentees] [PATCH net v2] "

BUG: spinlock bad magic in lock_sock_nested
 2020-09-08  7:33 UTC 

[PATCH 00/10] USB: new USB control message helper functions
 2020-09-07 14:42 UTC  (30+ messages)
` [PATCH 01/10] USB: move snd_usb_pipe_sanity_check into the USB core
` [PATCH 02/10] USB: add usb_control_msg_send() and usb_control_msg_recv()
` [PATCH 03/10] USB: core: message.c: use usb_control_msg_send() in a few places
` [PATCH 04/10] USB: core: hub.c: "
` [PATCH 05/10] USB: legousbtower: use usb_control_msg_recv()
` [PATCH 06/10] sound: usx2y: move to use usb_control_msg_send()
` [PATCH 07/10] sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_recv()
` [PATCH 7/9] sound: line6: convert to use new usb control function
` [PATCH 8/9] sound: 6fire: move to use new usb control functions
` [PATCH 08/10] sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()
` [PATCH 9/9] sound: hiface: convert to use new usb_control functions
` [PATCH 09/10] sound: hiface: move to use usb_control_msg_send()
` [PATCH 10/10] Bluetooth: ath3k: use usb_control_msg_send() and usb_control_msg_recv()

[PATCH v2 00/11] USB: new USB control message helper functions
 2020-09-07 15:48 UTC  (15+ messages)
` [PATCH v2 01/11] USB: move snd_usb_pipe_sanity_check into the USB core
` [PATCH v2 02/11] USB: add usb_control_msg_send() and usb_control_msg_recv()
` [PATCH v2 03/11] USB: core: message.c: use usb_control_msg_send() in a few places
` [PATCH v2 04/11] USB: core: hub.c: "
` [PATCH v2 05/11] USB: legousbtower: use usb_control_msg_recv()
` [PATCH v2 06/11] sound: usx2y: move to use usb_control_msg_send()
` [PATCH v2 07/11] sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_recv()
` [PATCH v2 08/11] sound: line6: "
` [PATCH v2 09/11] sound: hiface: move to use usb_control_msg_send()
` [PATCH v2 10/11] Bluetooth: ath3k: use usb_control_msg_send() and usb_control_msg_recv()
` [PATCH v2 11/11] ALSA: remove calls to usb_pipe_type_check for control endpoints

[Bug 209173] New: laptop boot takes 1.20 minutes - i cant seem to find anything wrong other than bluetooth in Dmesg
 2020-09-06 17:52 UTC 

WARNING: refcount bug in do_enable_set
 2020-09-06  5:31 UTC  (2+ messages)

WARNING: refcount bug in l2cap_chan_put
 2020-09-06  1:07 UTC  (2+ messages)

Bluetooth connection disconnects every few minutes
 2020-09-05 13:05 UTC  (8+ messages)

[Linux-kernel-mentees] [PATCH] Fix uninit-value in hci_chan_lookup_handle
 2020-09-05  2:04 UTC 

[Bluez PATCH v3 1/2] doc/media-api: Add Press/Hold/Release methods for MediaPlayer1
 2020-09-04 22:35 UTC  (3+ messages)
` [Bluez PATCH v3 2/2] avrcp: Implement Press/Hold/Release method "

KASAN: use-after-free Write in refcount_warn_saturate
 2020-09-04 14:44 UTC  (2+ messages)

[PATCH v1] Bluetooth: btusb: Add Qualcomm Bluetooth SoC WCN6855 support
 2020-09-04  6:21 UTC 

[PATCH BlueZ] mesh: Align option names with functionality
 2020-09-03 21:28 UTC  (2+ messages)

[PATCH BlueZ] mesh: Remove unused timing variable tx_start
 2020-09-03 20:27 UTC  (2+ messages)

[Bluez PATCH v2 1/2] doc/media-api: Add Press/Hold/Release methods for MediaPlayer1
 2020-09-03  3:31 UTC  (3+ messages)
` [Bluez PATCH v2 2/2] avrcp: Implement Press/Hold/Release method "
` [Bluez,v2,1/2] doc/media-api: Add Press/Hold/Release methods "

BUG: corrupted list in kobject_add_internal
 2020-09-02 12:31 UTC  (4+ messages)
` [PATCH] Bluetooth: fix "list_add double add" in hci_conn_complete_evt

[PATCH v1] arm64: dts: qcom: sc7180: Remove clock for bluetooth on SC7180 IDP board
 2020-09-02 12:01 UTC 

[RFC PATCH v2 0/1] A client needs to query whether the Bluetooth adapter support WBS, so we
 2020-09-01 22:49 UTC  (10+ messages)
` [RFC PATCH v2 1/1] adapter - D-Bus API for querying the adapter's capabilities


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).