summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2 days10-142/+486
|\
| * Bluetooth: MGMT: Add initial implementation of MGMT_OP_HCI_CMD_SYNCLuiz Augusto von Dentz9 days1-0/+60
| * Bluetooth: fix use-after-free in device_for_each_child()Dmitry Antipov9 days1-11/+4
| * Bluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz9 days1-2/+0
| * Bluetooth: ISO: Send BIG Create Sync via hci_syncIulia Tanasescu9 days2-1/+25
| * Bluetooth: hci_conn: Remove alloc from critical sectionIulia Tanasescu9 days1-18/+10
| * Bluetooth: ISO: Use kref to track lifetime of iso_connLuiz Augusto von Dentz9 days1-17/+71
| * Bluetooth: SCO: Use kref to track lifetime of sco_connLuiz Augusto von Dentz9 days1-28/+71
| * Bluetooth: ISO: Update hci_conn_hash_lookup_big for Broadcast slaveIulia Tanasescu9 days2-1/+1
| * Bluetooth: ISO: Do not emit LE BIG Create Sync if previous is pendingIulia Tanasescu9 days3-16/+95
| * Bluetooth: ISO: Fix matching parent socket for BIS slaveIulia Tanasescu9 days1-2/+17
| * Bluetooth: ISO: Do not emit LE PA Create Sync if previous is pendingIulia Tanasescu9 days2-39/+103
| * Bluetooth: Support new quirks for ATS2851Danil Pylaev9 days2-1/+15
| * Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}()Andrej Shadura9 days1-4/+6
| * Bluetooth: hci_core: Fix not checking skb length on hci_scodata_packetLuiz Augusto von Dentz9 days1-4/+9
| * Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packetLuiz Augusto von Dentz9 days1-4/+9
| * Bluetooth: hci_conn: Use disable_delayed_work_syncLuiz Augusto von Dentz9 days1-3/+3
| * Bluetooth: hci_conn: Reduce hci_conn_drop() calls in two functionsMarkus Elfring9 days1-10/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-311-7/+11
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-10-256-31/+75
| |\ \
| * | | Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc()Ignat Korchagin2024-10-151-5/+5
| * | | Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_cre...Ignat Korchagin2024-10-151-0/+1
* | | | Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4 days1-2/+0
|\ \ \ \
| * | | | jiffies: Define secs_to_jiffies()Easwar Hariharan2024-10-301-2/+0
* | | | | Bluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz11 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