summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz9 days1-2/+0
* Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecsSungwoo Kim2024-10-301-7/+11
* Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-245-24/+70
|\
| * Bluetooth: ISO: Fix UAF on iso_sock_timeoutLuiz Augusto von Dentz2024-10-231-6/+12
| * Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz2024-10-232-6/+34
| * Bluetooth: hci_core: Disable works on hci_unregister_devLuiz Augusto von Dentz2024-10-232-12/+24
* | Bluetooth: bnep: fix wild-memory-access in proto_unregisterYe Bin2024-10-161-2/+1
* | Bluetooth: Remove debugfs directory on module init failureAaron Thompson2024-10-161-0/+1
* | Bluetooth: Call iso_exit() on module unloadAaron Thompson2024-10-161-0/+2
* | Bluetooth: ISO: Fix multiple init when debugfs is disabledAaron Thompson2024-10-161-5/+1
|/
* Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_syncLuiz Augusto von Dentz2024-10-041-0/+3
* Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_changeLuiz Augusto von Dentz2024-10-041-2/+0
* Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-034-26/+22
|\
| * Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LELuiz Augusto von Dentz2024-09-271-8/+5
| * Bluetooth: L2CAP: Fix uaf in l2cap_connectLuiz Augusto von Dentz2024-09-273-9/+3
| * Bluetooth: MGMT: Fix possible crash on mgmt_index_removedLuiz Augusto von Dentz2024-09-271-9/+14
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-029-9/+9
|/
* Bluetooth: hci_sync: Ignore errors from HCI_OP_REMOTE_NAME_REQ_CANCELLuiz Augusto von Dentz2024-09-101-1/+4
* Bluetooth: CMTP: Mark BT_CMTP as DEPRECATEDLuiz Augusto von Dentz2024-09-101-2/+2
* Bluetooth: replace deprecated strncpy with strscpy_padJustin Stitt2024-09-101-24/+8
* Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILEDLuiz Augusto von Dentz2024-09-102-8/+11
* Bluetooth: Use led_set_brightness() in LED trigger activate() callbackHans de Goede2024-09-101-1/+1
* Bluetooth: hci_conn: Remove redundant memset after kzallocKuan-Wei Chiu2024-09-101-1/+0
* Bluetooth: MGMT: Ignore keys being loaded with invalid typeLuiz Augusto von Dentz2024-08-301-18/+19
* Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz2024-08-302-25/+7
* Bluetooth: MGMT: Fix not generating command complete for MGMT_OP_DISCONNECTLuiz Augusto von Dentz2024-08-302-43/+47
* Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_onceLuiz Augusto von Dentz2024-08-301-2/+40
* Bluetooth: hci_core: Fix not handling hibernation actionsLuiz Augusto von Dentz2024-08-231-2/+8
* Bluetooth: MGMT: Add error handling to pair_device()Griffin Kroah-Hartman2024-08-151-0/+4
* Bluetooth: SMP: Fix assumption of Central always being InitiatorLuiz Augusto von Dentz2024-08-151-72/+72
* Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz2024-08-151-12/+7
* Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-inLuiz Augusto von Dentz2024-08-151-1/+1
* Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitorAnton Khirnov2024-08-071-0/+14
* Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()Dmitry Antipov2024-08-071-0/+1
* Bluetooth: hci_event: Fix setting DISCOVERY_FINDING for passive scanningLuiz Augusto von Dentz2024-07-262-9/+3
* Bluetooth: hci_sync: Fix suspending with wrong filter policyLuiz Augusto von Dentz2024-07-261-0/+21
* Bluetooth: Remove hci_request.{c,h}Luiz Augusto von Dentz2024-07-159-965/+1
* Bluetooth: hci_sync: Remove remaining dependencies of hci_requestLuiz Augusto von Dentz2024-07-152-20/+11
* Bluetooth: hci_sync: Move handling of interleave_scanLuiz Augusto von Dentz2024-07-152-7/+49
* Bluetooth: hci_core: Don't use hci_prepare_cmdLuiz Augusto von Dentz2024-07-152-5/+4
* Bluetooth: hci_core: Remove usage of hci_req_syncLuiz Augusto von Dentz2024-07-152-30/+9
* Bluetooth: Fix usage of __hci_cmd_sync_statusLuiz Augusto von Dentz2024-07-151-15/+12
* Bluetooth: hci_core: cleanup struct hci_devDmitry Antipov2024-07-151-1/+0
* Bluetooth: hci_core, hci_sync: cleanup struct discovery_stateDmitry Antipov2024-07-141-2/+0
* Bluetooth: hci_event: Set QoS encryption from BIGInfo reportIulia Tanasescu2024-07-141-0/+2
* Bluetooth: Add vendor-specific packet classification for ISO dataYing Hsu2024-07-141-0/+16
* Bluetooth: iso: remove unused struct 'iso_list_data'Dr. David Alan Gilbert2024-07-141-5/+0
* Bluetooth: MGMT: Uninitialized variable in load_conn_param()Dan Carpenter2024-07-141-1/+1
* tty: rfcomm: prefer array indexing over pointer arithmeticErick Archer2024-07-141-6/+6
* tty: rfcomm: prefer struct_size over open coded arithmeticErick Archer2024-07-141-7/+4