messages from 2018-07-10 08:11:08 to 2018-07-24 06:56:50 UTC [more...]
[PATCH v10 0/7] Enable Bluetooth functionality for WCN3990
2018-07-24 6:56 UTC (13+ messages)
` [PATCH v10 1/7] dt-bindings: net: bluetooth: Add device tree bindings for QTI chip wcn3990
` [PATCH v10 2/7] Bluetooth: btqca: Rename ROME specific functions to generic functions
` [PATCH v10 3/7] Bluetooth: btqca: Redefine qca_uart_setup() to generic function
` [PATCH v10 4/7] Bluetooth: hci_qca: Add wrapper functions for setting UART speed
` [PATCH v10 5/7] Bluetooth: hci_qca: Enable 3.2 Mbps operating speed
` [PATCH v10 6/7] Bluetooth: btqca: Add wcn3990 firmware download support
` [PATCH v10 7/7] Bluetooth: hci_qca: Add support for Qualcomm Bluetooth chip wcn3990
[PATCH BlueZ v1 0/7] Add BREDR PHYs in PHY configuration commands
2018-07-24 6:42 UTC (9+ messages)
` [PATCH BlueZ v1 1/7] monitor: "
` [PATCH BlueZ v1 2/7] emulator: Add BREDR 2M & 3M, 3 & 5 Slot packet type support
` [PATCH BlueZ v1 3/7] mgmt-tester: Add extended advertising test cases
` [PATCH BlueZ v1 4/7] mgmt-tester: Add PHY Configuration "
` [PATCH BlueZ v1 5/7] mgmt-tester: Add tests for extended scanning and device found
` [PATCH BlueZ v1 6/7] mgmt-tester: Add support ext create connection and enh conn complete
` [PATCH BlueZ v1 7/7] mgmt-tester: Update Supported_settings to reflect PHY_CONFIGURATION
[PATCH BlueZ] tools: Fix btmon-logger service unit
2018-07-23 20:31 UTC
[PATCH] bluetooth: btusb: Replace GFP_ATOMIC with GFP_KERNEL in inject_cmd_complete()
2018-07-23 16:05 UTC (2+ messages)
[PATCH BlueZ 1/2] Fixing possible use_after_free
2018-07-23 14:25 UTC (7+ messages)
` [PATCH BlueZ 2/2] Possible bug fix nsk replaced with sk
[PATCH] bluetooth: hci_qca: Replace GFP_ATOMIC with GFP_KERNEL
2018-07-23 3:56 UTC
[PATCH] bluetooth: hci_intel: Replace GFP_ATOMIC with GFP_KERNEL in inject_cmd_complete()
2018-07-23 3:53 UTC
[PATCH] bluetooth: btmrvl_sdio: Replace GFP_ATOMIC with GFP_KERNEL in btmrvl_sdio_card_to_host()
2018-07-23 3:30 UTC
[PATCH] bluetooth: bpa10x: Replace GFP_ATOMIC with GFP_KERNEL in bpa10x_send_frame()
2018-07-23 3:24 UTC
[PATCH] bluetooth: bluecard_cs: Replace GFP_ATOMIC with GFP_KERNEL in bluecard_hci_set_baud_rate()
2018-07-23 3:17 UTC
[PATCH] bluetooth: bfusb: Replace GFP_ATOMIC with GFP_KERNEL in bfusb_send_frame()
2018-07-23 3:09 UTC
[PATCH v9 0/7] Enable Bluetooth functionality for WCN3990
2018-07-20 12:46 UTC (19+ messages)
` [PATCH v9 1/7] dt-bindings: net: bluetooth: Add device tree bindings for QTI chip wcn3990
` [PATCH v9 4/7] Bluetooth: hci_qca: Add wrapper functions for setting UART speed
` [PATCH v9 7/7] Bluetooth: hci_qca: Add support for Qualcomm Bluetooth chip wcn3990
Fixing potential unwanted pairings
2018-07-20 11:23 UTC
[PATCH BlueZ 0/1] Fix iop with iOS after BlueZ upgrade
2018-07-20 10:28 UTC (3+ messages)
` [PATCH BlueZ 1/1] device: Fix loading devices without Service Changed CCC
[PATCH BlueZ] monitor: Allow Ellisys injection when reading from TTY
2018-07-20 10:27 UTC (2+ messages)
[PATCH BlueZ] monitor: Use BPF to filter packets by index
2018-07-20 10:27 UTC (2+ messages)
[PATCH v6 0/4] add support for Bluetooth on MT7622 SoC
2018-07-20 5:12 UTC (5+ messages)
` [PATCH v6 1/4] dt-bindings: net: bluetooth: Add mediatek-bluetooth
` [PATCH v6 2/4] Bluetooth: Add new quirk for non-persistent setup settings
` [PATCH v6 3/4] Bluetooth: mediatek: Add protocol support for MediaTek serial devices
` [PATCH v6 4/4] MAINTAINERS: add an entry for MediaTek Bluetooth driver
[PATCH v3 0/9] Bluetooth: Add RTL8723BS support
2018-07-19 16:12 UTC (16+ messages)
` [PATCH v3 1/9] Bluetooth: btrtl: add MODULE_FIRMWARE declarations
` [PATCH v3 2/9] Bluetooth: btrtl: split the device initialization into smaller parts
` [PATCH v3 3/9] Bluetooth: btrtl: add support for retrieving the UART settings
` [PATCH v3 4/9] Bluetooth: btrtl: add support for the RTL8723BS and RTL8723DS chips
` [PATCH v3 5/9] Bluetooth: btrtl: Add support for a config filename postfix
` [PATCH v3 6/9] Bluetooth: hci_h5: Add support for serdev enumerated devices
` [PATCH v3 7/9] Bluetooth: hci_h5: Add vendor setup, open, and close callbacks
` [PATCH v3 8/9] Bluetooth: hci_h5: Add support for the RTL8723BS
` [PATCH v3 9/9] Bluetooth: hci_h5: Add support for enable and device-wake GPIOs
[PATCH v5 00/16] Bluetooth: Extended Adv, Scan, Connection and PHY support
2018-07-19 11:39 UTC (17+ messages)
` [PATCH v5 01/16] Bluetooth: Define PHY flags in hdev and set 1M as default
` [PATCH v5 02/16] Bluetooth: Add defines for BREDR pkt_type and LE PHYs
` [PATCH v5 03/16] Bluetooth: Implement Get PHY Configuration mgmt command
` [PATCH v5 04/16] Bluetooth: Implement Set PHY Confguration command
` [PATCH v5 05/16] Bluetooth: Implement PHY changed event
` [PATCH v5 06/16] Bluetooth: Set Scan PHYs based on selected PHYs by user
` [PATCH v5 07/16] Bluetooth: Handle extended ADV PDU types
` [PATCH v5 08/16] Bluetooth: Use selected PHYs in extended connect
` [PATCH v5 09/16] Bluetooth: Read no of adv sets during init
` [PATCH v5 10/16] Bluetooth: Impmlement extended adv enable
` [PATCH v5 11/16] Bluetooth: Use Set ext adv/scan rsp data if controller supports
` [PATCH v5 12/16] Bluetooth: Implement disable and removal of adv instance
` [PATCH v5 13/16] Bluetooth: Use ext adv for directed adv
` [PATCH v5 14/16] Bluetooth: Implement Set ADV set random address
` [PATCH v5 15/16] Bluetooth: Handle ADv set terminated event
` [PATCH v5 16/16] Bluetooth: Implement secondary advertising on different PHYs
[PATCH BlueZ 0/8] Add BREDR PHYs in PHY configuration commands
2018-07-19 9:54 UTC (3+ messages)
` [PATCH BlueZ 1/8] monitor: Fix 2-DH5 packet type print
[PATCH v5 0/7] add support for Bluetooth on MT7622 SoC
2018-07-18 16:56 UTC (27+ messages)
` [PATCH v5 1/7] dt-bindings: net: bluetooth: Add mediatek-bluetooth
` [PATCH v5 2/7] serdev: add dev_pm_domain_attach|detach()
` [PATCH v5 4/7] Bluetooth: Add new quirk for non-persistent setup settings
` [SPAM]Re: "
` [PATCH v5 5/7] Bluetooth: Extend btuart driver for join more vendor devices
` [SPAM]Re: "
` [PATCH v5 6/7] Bluetooth: mediatek: Add protocol support for MediaTek serial devices
[PATCH 2/2 v2] ieee802154: assembly of 6LoWPAN fragments improvement
2018-07-18 14:30 UTC (2+ messages)
[PATCH] Bluetooth: Use lock_sock_nested in bt_accept_enqueue
2018-07-18 12:11 UTC (2+ messages)
[PATCH] Bluetooth:hci_bcm:Check return value from devm_clk_get
2018-07-18 12:09 UTC (2+ messages)
[PATCH 1/2 v2] ieee802154: assembly of 6LoWPAN fragments improvement
2018-07-17 15:25 UTC
[RESEND PATCH] linux-firmware: mediatek: add MT7622 Bluetooth firmwares and license file
2018-07-17 12:32 UTC
[PATCH] Bluetooth:hci_bcm:Check return value from devm_clk_get
2018-07-17 12:02 UTC
[PATCH] Bluetooth: Add definitions and track LE resolve list modification
2018-07-17 8:22 UTC (2+ messages)
[PATCH] Bluetooth: Add definitions for LE set address resolution
2018-07-17 6:33 UTC (3+ messages)
[PATCH v4 BlueZ 0/3] Provide MTU on GATT reads and writes
2018-07-16 14:33 UTC (3+ messages)
[PATCH v4 00/13] Bluetooth: Extended Adv, Scan, Connection and PHY support
2018-07-16 13:51 UTC (39+ messages)
` [PATCH v4 01/13] Bluetooth: Define default phys in hdev and set 1M as default
` [PATCH v4 02/13] Bluetooth: Implement Get PHY Configuration mgmt command
` [PATCH v4 03/13] Bluetooth: Implement Set PHY Confguration command
` [PATCH v4 04/13] Bluetooth: Set Scan PHYs based on selected PHYs by user
` [PATCH v4 05/13] Bluetooth: Handle extended ADV PDU types
` [PATCH v4 06/13] Bluetooth: Use selected PHYs in extended connect
` [PATCH v4 07/13] Bluetooth: Read no of adv sets during init
` [PATCH v4 08/13] Bluetooth: Impmlement extended adv enable
` [PATCH v4 09/13] Bluetooth: Use Set ext adv/scan rsp data if controller supports
` [PATCH v4 10/13] Bluetooth: Implement disable and removal of adv instance
` [PATCH v4 11/13] Bluetooth: Use ext adv for directed adv
` [PATCH v4 12/13] Bluetooth: Implement Set ADV set random address
` [PATCH v4 13/13] Bluetooth: Implement secondary advertising on different PHYs
[PATCH] Bluetooth: avoid killing an already killed socket
2018-07-16 13:15 UTC (2+ messages)
[PATCH BlueZ v7 00/14] Bluetooth Mesh Daemon
2018-07-14 19:59 UTC (15+ messages)
` [PATCH BlueZ v7 01/14] mesh: Shared private meshd interfaces
` [PATCH BlueZ v7 02/14] mesh: Mesh crypto support
` [PATCH BlueZ v7 03/14] mesh: Infrastructure for Mesh daemon
` [PATCH BlueZ v7 04/14] mesh: Initial Mesh Friendship support
` [PATCH BlueZ v7 05/14] mesh: Provisioning logic for mesh
` [PATCH BlueZ v7 06/14] mesh: Upper and Lower mesh transport
` [PATCH BlueZ v7 07/14] mesh: Add Accessors to Transport layer data
` [PATCH BlueZ v7 08/14] mesh: Header files for mesh access layer and utilities
` [PATCH BlueZ v7 09/14] mesh: Source "
` [PATCH BlueZ v7 10/14] mesh: Source code for handling access layer mux/demux
` [PATCH BlueZ v7 11/14] mesh: Mesh config server model
` [PATCH BlueZ v7 12/14] mesh: Read and write mesh configuration in JSON format
` [PATCH BlueZ v7 13/14] mesh: Sample device composition "
` [PATCH BlueZ v7 14/14] Makefile for meshd
[PATCH BlueZ v5 00/14] Bluetooth Mesh Daemon
2018-07-14 16:23 UTC (5+ messages)
` [PATCH BlueZ v5 03/14] mesh: Infrastructure for Mesh daemon
Sending "CCCD Improperly Configured" error with dbus API
2018-07-13 4:42 UTC
[PATCH BlueZ] monitor: Consolidate code printing bitfield
2018-07-12 17:05 UTC (2+ messages)
bluez: dbus method call for switching endpoint
2018-07-11 14:45 UTC (3+ messages)
bluez: A2DP backchannel
2018-07-11 14:37 UTC (3+ messages)
BUG: KASAN: use-after-free in ex_handler_refcount
2018-07-10 12:43 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;
as well as URLs for NNTP newsgroup(s).