summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-071-1/+0
|\
| * Bluetooth: RFCOMM: remove define-only RFCOMM_TTY_MAGIC ex-magic-numberнаб2022-09-241-1/+0
* | Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-071-1/+2
|\ \
| * | Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman2022-09-251-6/+6
| |\|
| | * Bluetooth: hci_sync: Fix hci_read_buffer_size_syncLuiz Augusto von Dentz2022-09-021-6/+6
| * | Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman2022-09-056-61/+105
| |\|
| | * Bluetooth: hci_sync: hold hdev->lock when cleanup hci_connZhengping Jiang2022-08-251-2/+4
| | * Bluetooth: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-251-3/+3
| | * Bluetooth: hci_event: Fix checking conn for le_conn_complete_evtArchie Pusaka2022-08-251-1/+1
| | * Bluetooth: ISO: Fix not handling shutdown conditionLuiz Augusto von Dentz2022-08-251-10/+25
| | * Bluetooth: hci_sync: fix double mgmt_pending_free() in remove_adv_monitor()Tetsuo Handa2022-08-251-1/+0
| | * Bluetooth: MGMT: Fix Get Device FlagsLuiz Augusto von Dentz2022-08-251-29/+42
| | * Bluetooth: L2CAP: Fix build errors in some archsLuiz Augusto von Dentz2022-08-251-5/+5
| | * Bluetooth: hci_sync: Fix suspend performance regressionLuiz Augusto von Dentz2022-08-251-10/+14
| | * Bluetooth: hci_event: Fix vendor (unknown) opcode status handlingHans de Goede2022-08-251-0/+11
| * | tty: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+2
| |/
* | Bluetooth: hci_sync: Fix not indicating power stateLuiz Augusto von Dentz2022-09-301-0/+1
* | Bluetooth: L2CAP: Fix user-after-freeLuiz Augusto von Dentz2022-09-291-0/+7
* | Bluetooth: Call shutdown for HCI_USER_CHANNELAbhishek Pandit-Subedi2022-09-281-7/+26
* | Bluetooth: Prevent double register of suspendAbhishek Pandit-Subedi2022-09-282-3/+4
* | Bluetooth: hci_core: Fix not handling link timeouts propertlyLuiz Augusto von Dentz2022-09-271-11/+23
* | Bluetooth: hci_event: Make sure ISO events don't affect non-ISO connectionsLuiz Augusto von Dentz2022-09-211-0/+14
* | Bluetooth: hci_debugfs: Fix not checking conn->debugfsLuiz Augusto von Dentz2022-09-211-1/+1
* | Bluetooth: hci_sysfs: Fix attempting to call device_add multiple timesLuiz Augusto von Dentz2022-09-211-0/+3
* | Bluetooth: MGMT: fix zalloc-simple.cocci warningsYihao Han2022-09-201-3/+1
* | Bluetooth: use hdev->workqueue when queuing hdev->{cmd,ncmd}_timer worksTetsuo Handa2022-09-192-4/+17
* | Bluetooth: L2CAP: initialize delayed works at l2cap_chan_create()Tetsuo Handa2022-09-191-4/+6
* | Bluetooth: RFCOMM: Fix possible deadlock on socket shutdown/releaseLuiz Augusto von Dentz2022-09-151-0/+3
* | Bluetooth: hci_sync: allow advertise when scan without RPAZhengping Jiang2022-09-141-1/+1
* | Bluetooth: avoid hci_dev_test_and_set_flag() in mgmt_init_hdev()Tetsuo Handa2022-09-141-1/+3
* | Bluetooth: hci_sync: Fix hci_read_buffer_size_syncLuiz Augusto von Dentz2022-09-061-6/+6
* | Bluetooth: Add experimental wrapper for MGMT based meshBrian Gix2022-09-061-8/+104
* | Bluetooth: Implement support for MeshBrian Gix2022-09-067-44/+690
* | Bluetooth: Move hci_abort_conn to hci_conn.cBrian Gix2022-08-314-95/+90
* | Bluetooth: Normalize HCI_OP_READ_ENC_KEY_SIZE cmdcmpltBrian Gix2022-08-311-47/+45
* | Bluetooth: hci_sync: hold hdev->lock when cleanup hci_connZhengping Jiang2022-08-251-2/+4
* | Bluetooth: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-251-3/+3
* | Bluetooth: hci_event: Fix checking conn for le_conn_complete_evtArchie Pusaka2022-08-251-1/+1
* | Bluetooth: ISO: Fix not handling shutdown conditionLuiz Augusto von Dentz2022-08-251-10/+25
* | Bluetooth: hci_sync: fix double mgmt_pending_free() in remove_adv_monitor()Tetsuo Handa2022-08-251-1/+0
* | Bluetooth: MGMT: Fix Get Device FlagsLuiz Augusto von Dentz2022-08-251-29/+42
* | Bluetooth: L2CAP: Fix build errors in some archsLuiz Augusto von Dentz2022-08-251-5/+5
* | Bluetooth: hci_sync: Fix suspend performance regressionLuiz Augusto von Dentz2022-08-251-10/+14
* | Bluetooth: hci_event: Fix vendor (unknown) opcode status handlingHans de Goede2022-08-251-0/+11
* | Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix2022-08-255-68/+22
* | Bluetooth: move hci_get_random_address() to hci_syncBrian Gix2022-08-253-172/+165
* | Bluetooth: Delete unreferenced hci_request codeBrian Gix2022-08-252-768/+2
* | Bluetooth: Move Adv Instance timer to hci_syncBrian Gix2022-08-254-126/+123
* | Bluetooth: Convert SCO configure_datapath to hci_syncBrian Gix2022-08-253-60/+75
* | Bluetooth: Delete unused hci_req_stop_discovery()Brian Gix2022-08-252-50/+0