linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-17 06:30:02 to 2020-01-29 10:52:45 UTC [more...]

bluetooth: If unknown option in L2CAP Configuration Request is a hint, Bluetooth stack responds with "Command Reject" instead of "Configuration Response"
 2020-01-29 10:52 UTC  (5+ messages)

[Bluez PATCH v1] bluetooth: secure bluetooth stack from bluedump attack
 2020-01-29  9:00 UTC  (5+ messages)

[RFC PATCH v2 0/4] Bluetooth: Handle system suspend gracefully
 2020-01-29  8:40 UTC  (7+ messages)
` [RFC PATCH v2 1/4] Bluetooth: Add mgmt op set_wake_capable
` [RFC PATCH v2 2/4] Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPEND
` [RFC PATCH v2 3/4] Bluetooth: Update filters/whitelists for suspend
` [RFC PATCH v2 4/4] Bluetooth: Pause discovery and advertising during suspend

[Bug 99881] 2015 Apple bluetooth keybord and magic mouse support
 2020-01-29  6:35 UTC 

[BlueZ PATCH v3 0/5] device: Allow devices to be marked as wake capable
 2020-01-29  4:33 UTC  (10+ messages)
` [BlueZ PATCH v3 1/5] mgmt: Add docs for Set Wake Capable
` [BlueZ PATCH v3 2/5] device: Allow device to be marked as wake capable
` [BlueZ PATCH v3 3/5] client: Display wake capable property with info
` [BlueZ PATCH v3 4/5] doc/device-api: Add WakeCapable
` [BlueZ PATCH v3 5/5] input: Make HID devices wake capable

[BlueZ PATCH v3 2/5] device: Allow device to be marked as wake capable
 2020-01-29  4:03 UTC  (4+ messages)

[PATCH 0/1] Bluetooth: Fix refcount use-after-free issue
 2020-01-29  3:55 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH BlueZ v4 0/5] mesh: Add NVM storage of Replay Protection List
 2020-01-29  2:32 UTC  (6+ messages)
` [PATCH BlueZ v4 1/5] mesh: Relocate tree deletion to util.c/h
` [PATCH BlueZ v4 2/5] mesh: Move Replay Protection to mesh/net.c
` [PATCH BlueZ v4 3/5] mesh: Clean-up unneeded Sequence Number increments
` [PATCH BlueZ v4 4/5] mesh: Apply Replay Protection to all incoming packets
` [PATCH BlueZ v4 5/5] mesh: Add NVM storage of Replay Protection

[RFC] Bluetooth: Add debugfs option to enable runtime debug statements
 2020-01-29  0:50 UTC  (2+ messages)

[PATCH BlueZ v3 0/5] mesh: Add NVM storage of Replay Protection List
 2020-01-28 21:53 UTC  (6+ messages)
` [PATCH BlueZ v3 1/5] mesh: Relocate tree deletion to util.c/h
` [PATCH BlueZ v3 2/5] mesh: Move Replay Protection to mesh/net.c
` [PATCH BlueZ v3 3/5] mesh: Clean-up unneeded Sequence Number increments
` [PATCH BlueZ v3 4/5] mesh: Apply Replay Protection to all incoming packets
` [PATCH BlueZ v3 5/5] mesh: Add NVM storage of Replay Protection

[PATCH BlueZ 1/6] monitor: Add support for decoding ISO related commands
 2020-01-28 20:13 UTC  (6+ messages)
` [PATCH BlueZ 2/6] monitor: Add decoding of ISO related Link Layer PDUs
` [PATCH BlueZ 3/6] monitor: Add support for ISO packets
` [PATCH BlueZ 4/6] monitor: Add decoding for L2CAP Enhanced Credit Based PDUs
` [PATCH BlueZ 5/6] emulator: Add initial support for BT 5.2
` [PATCH BlueZ 6/6] tools/btproxy: Add support for ISO packets

[PATCH BlueZ v2 0/5] mesh: Add NVM storage of Replay Protection List
 2020-01-28 11:26 UTC  (8+ messages)
` [PATCH BlueZ v2 1/5] mesh: Relocate tree deletion to util.c/h
` [PATCH BlueZ v2 2/5] mesh: Move Replay Protection to mesh/net.c
` [PATCH BlueZ v2 3/5] mesh: Remove unneeded Sequence Number increment
` [PATCH BlueZ v2 4/5] mesh: Apply Replay Protection to all incoming packets
` [PATCH BlueZ v2 5/5] mesh: Add NVM storage of Replay Protection

[PATCH] monitor: Add missing HCI command error code decoding
 2020-01-28 11:07 UTC 

ATT_Signed_Write_Command is not implemented in BlueZ 5.50
 2020-01-28 10:43 UTC 

[PATCH] Bluetooth: SMP: Fix SALT value in some comments
 2020-01-28  7:03 UTC  (2+ messages)

L2CAP mtu preference set by user space clarification
 2020-01-28  7:01 UTC  (3+ messages)

[PATCH] Bluetooth: Fix inconsistent returns 'hdev->lock'
 2020-01-27 22:13 UTC  (2+ messages)

[Bluez PATCH] doc: Add definition for Set Kernel Debug Level
 2020-01-27 16:54 UTC  (14+ messages)

[PATCH 1/2] Bluetooth: L2CAP: Add definitions for Enhanced Credit Based Mode
 2020-01-27 12:10 UTC  (10+ messages)
` [PATCH 2/2] Bluetooth: L2CAP: Add initial code "

pull request: bluetooth-next 2020-01-26
 2020-01-27 10:25 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: Add initial implementation of CIS connections
 2020-01-27  8:49 UTC  (2+ messages)

[Bug 117251] New: btusb and/or btintel cannot correctly restore after resume from suspend
 2020-01-27  6:42 UTC  (2+ messages)
` [Bug 117251] "

KASAN: use-after-free Write in hci_sock_bind
 2020-01-26 13:20 UTC  (3+ messages)
` [PATCH] Bluetooth: Fix race condition in hci_release_sock()

[PATCH v1 1/1] mesh: Handle publickey exchange phase for initiator
 2020-01-25 16:27 UTC  (3+ messages)

[Bug 60824] [PATCH][regression] Cambridge Silicon Radio, Ltd Bluetooth Dongle unusable
 2020-01-25 14:52 UTC  (3+ messages)

[PATCH] Bluetooth: Add missing checks for HCI_ISODATA_PKT packet type
 2020-01-25 14:35 UTC  (2+ messages)

[PATCH] Bluetooth: Move {min,max}_key_size debugfs into hci_debugfs_create_le
 2020-01-25 14:35 UTC  (2+ messages)

[PATCH BlueZ 0/5] mesh: Add NVM storage of Replay Protection List
 2020-01-24 23:52 UTC  (6+ messages)
` [PATCH BlueZ 1/5] mesh: Relocate tree deletion to util.c/h
` [PATCH BlueZ 2/5] mesh: Move Replay Protection to mesh/net.c
` [PATCH BlueZ 3/5] mesh: Remove unneeded Sequence Number increment
` [PATCH BlueZ 4/5] mesh: Apply Replay Protection to all incoming packets
` [PATCH BlueZ 5/5] mesh: Add NVM storage of Replay Protection

[PATCH] Fixed bug in prep_write_cb(): missing arguments
 2020-01-24 23:20 UTC  (2+ messages)

[PATCH] Bluetooth: btrtl: Use kvmalloc for FW allocations
 2020-01-24 18:58 UTC  (2+ messages)

[PATCH v2] bluetooth: Refactoring mgmt cmd op_code structure
 2020-01-24 16:40 UTC  (8+ messages)

[PATCH AUTOSEL 5.4 27/33] Bluetooth: Allow combination of BDADDR_PROPERTY and INVALID_BDADDR quirks
 2020-01-24  1:17 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 28/33] Bluetooth: btbcm: Use the BDADDR_PROPERTY quirk

[Bug 194759] iwlwifi: 8260: Microsoft Surface Ergonomic Keyboard crashes bluetooth when WiFi is used - WIFILNX-693
 2020-01-23 16:33 UTC 

[PATCH 1/1] mesh: Fix provisioning agent method call failure
 2020-01-23 15:40 UTC  (2+ messages)

[BlueZ PATCH v2 0/3] device: Allow devices to be marked as wake capable
 2020-01-22 23:22 UTC  (5+ messages)
` [BlueZ PATCH v2 1/3] mgmt: Add docs for Set Wake Capable
` [BlueZ PATCH v2 2/3] device: Allow device to be marked as wake capable
` [BlueZ PATCH v2 3/3] client: Display wake capable property with info

[PATCH BlueZ] tools/mesh: Add commands for key refresh phase get/set
 2020-01-22 22:35 UTC 

[PATCH] bluetooth: fix appearance typo in mgmt.c
 2020-01-22 20:23 UTC  (2+ messages)

[PATCH 0/3] Allow to reattach with new composition data
 2020-01-22 18:03 UTC  (11+ messages)
` [PATCH 1/3] mesh: use static node_comp instead of the pointer
` [PATCH 2/3] mesh: add composition data setter
` [PATCH 3/3] mesh: allow to reattach with new composition data

[RFC BlueZ 0/2] Fix types and names of beacon/import flags
 2020-01-22 17:13 UTC  (5+ messages)

[PULL] btqca firmware 20200122
 2020-01-22 16:54 UTC 

[PATCH BlueZ 0/4] Add functionality to mesh-cfgclient tool
 2020-01-22 16:48 UTC  (6+ messages)
` [PATCH BlueZ 1/4] tools/mesh: Refactor code for generating model ID
` [PATCH BlueZ 2/4] tools/mesh: Add length checks for rxed messages
` [PATCH BlueZ 3/4] tools/mesh: Add support for Vendor Model App Get/List
` [PATCH BlueZ 4/4] tools/mesh: Implement model group subscription commands

[PATCH BlueZ] doc/mesh-api: Fix reference discrepancy for Import()
 2020-01-22 16:48 UTC  (2+ messages)

[PATCH] bluetooth: adding missing const decoration to mgmt_status_table
 2020-01-22 16:38 UTC  (2+ messages)

[RFC PATCH 0/2] Bluetooth: Handle system suspend gracefully
 2020-01-22 16:32 UTC  (8+ messages)
` [RFC PATCH 1/2] Bluetooth: Add mgmt op set_wake_capable
` [RFC PATCH 2/2] Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPEND

[Bug 204765] debugfs: File 'le_min_key_size' in directory 'hci0' already present!
 2020-01-22  5:31 UTC 

[BlueZ PATCH] shared: shell: Only omit consecutive duplicate history lines
 2020-01-22  0:32 UTC  (3+ messages)

[BlueZ PATCH] audio: avrcp: Ignore peer RT supported_events when being the RT
 2020-01-22  0:16 UTC  (3+ messages)

[BlueZ PATCH 1/2] adapter: Add set wake capable operation
 2020-01-21 22:23 UTC  (6+ messages)
` [BlueZ PATCH 2/2] input: Make HID devices wake capable

[PATCH] net/bluetooth: remove __get_channel/dir
 2020-01-21 16:19 UTC  (2+ messages)

[PATCH] audio: avrcp: Always update transport volume regardless of player
 2020-01-18 15:31 UTC 

[PATCH BlueZ] mesh: Fix opcode for OP_VEND_MODEL_APP_GET
 2020-01-18  7:15 UTC  (2+ messages)

[PATCH BlueZ] mesh: Offload loopback packets to l_idle_onshot()
 2020-01-18  7:14 UTC  (6+ messages)

[Bluez PATCH] Adding missing op_code string conversion
 2020-01-17 20:44 UTC  (2+ messages)

[PATCH] bluetooth: Refactoring mgmt cmd op_code structure
 2020-01-17 17:58 UTC  (3+ messages)

[Bug 206235] New: kernel BUG at mm/slub.c:294
 2020-01-17 13:42 UTC  (2+ messages)
` [Bug 206235] "

[bug report] Bluetooth: hci_qca: Retry btsoc initialize when it fails
 2020-01-17 10:23 UTC 


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).