summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-021-2/+1
|\
| * Bluetooth: Do not include crypto/algapi.hHerbert Xu2023-09-151-2/+1
* | Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/errMarcel Ziswiler2023-10-231-2/+2
* | Bluetooth: Fix double free in hci_conn_cleanupZhengHan Wang2023-10-232-15/+14
* | Bluetooth: ISO: Copy BASE if service data matches EIR_BAA_SERVICE_UUIDClaudia Draghicescu2023-10-231-4/+12
* | Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan2023-10-234-50/+51
* | Bluetooth: ISO: Fix bcast listener cleanupIulia Tanasescu2023-10-232-18/+30
* | Bluetooth: msft: __hci_cmd_sync() doesn't return NULLDan Carpenter2023-10-231-13/+7
* | Bluetooth: ISO: Match QoS adv handle with BIG handleIulia Tanasescu2023-10-231-0/+12
* | Bluetooth: ISO: Allow binding a bcast listener to 0 bisesIulia Tanasescu2023-10-232-3/+2
* | Bluetooth: ISO: Set CIS bit only for devices with CIS supportVlad Pruteanu2023-10-231-2/+2
* | Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu2023-10-233-19/+55
* | Bluetooth: ISO: Fix BIS cleanupIulia Tanasescu2023-10-232-16/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-194-24/+62
|\ \
| * | Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook2023-10-131-1/+2
| * | Bluetooth: avoid memcmp() out of bounds warningArnd Bergmann2023-10-131-1/+1
| * | Bluetooth: hci_sock: fix slab oob read in create_monitor_eventEdward AD2023-10-131-1/+1
| * | Bluetooth: hci_event: Fix coding styleLuiz Augusto von Dentz2023-10-131-2/+1
| * | Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz2023-10-131-5/+7
| * | Bluetooth: Fix a refcnt underflow problem for hci_connZiyang Xuan2023-10-111-2/+2
| * | Bluetooth: hci_sync: always check if connection is alive before deletingPauli Virtanen2023-10-111-14/+12
| * | Bluetooth: Reject connection with the device which has same BD_ADDRLee, Chun-Yi2023-10-112-0/+20
| * | Bluetooth: hci_event: Ignore NULL link keyLee, Chun-Yi2023-10-111-0/+9
| * | Bluetooth: ISO: Fix invalid context errorIulia Tanasescu2023-10-111-3/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-056-45/+58
|\| |
| * | Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz2023-09-203-0/+3
| * | Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz2023-09-201-3/+5
| * | Bluetooth: Avoid redundant authenticationYing Hsu2023-09-201-28/+35
| * | Bluetooth: ISO: Fix handling of listen for unicastLuiz Augusto von Dentz2023-09-201-3/+6
| * | Bluetooth: Fix hci_link_tx_to RCU lock usageYing Hsu2023-09-201-0/+5
| * | Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTERLuiz Augusto von Dentz2023-09-201-9/+4
| * | Bluetooth: Delete unused hci_req_prepare_suspend() declarationYao Xiao2023-09-201-2/+0
| |/
* / net: implement lockless SO_PRIORITYEric Dumazet2023-10-011-1/+1
|/
* Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-15/+16
|\
| * tty: rfcomm: convert counts to size_tJiri Slaby (SUSE)2023-08-111-2/+2
| * tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-2/+3
| * tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-1/+1
| * Bluetooth: rfcomm: remove casts from tty->driver_dataJiri Slaby2023-07-311-11/+11
* | Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODEDLuiz Augusto von Dentz2023-08-241-1/+4
* | Bluetooth: ISO: Add support for periodic adv reports processingClaudia Draghicescu2023-08-242-1/+50
* | Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone earlyPauli Virtanen2023-08-241-8/+24
* | Bluetooth: hci_core: Fix missing instances using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz2023-08-242-4/+4
* | Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncIulia Tanasescu2023-08-244-39/+190
* | Bluetooth: hci_conn: Fix sending BT_HCI_CMD_LE_CREATE_CONN_CANCELLuiz Augusto von Dentz2023-08-241-2/+1
* | Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_syncLuiz Augusto von Dentz2023-08-241-20/+35
* | net: annotate data-races around sk->sk_lingertimeEric Dumazet2023-08-212-2/+2
* | Bluetooth: hci_conn: avoid checking uninitialized CIG/CIS idsPauli Virtanen2023-08-111-0/+2
* | Bluetooth: hci_event: drop only unbound CIS if Set CIG Parameters failsPauli Virtanen2023-08-111-5/+24
* | Bluetooth: Remove unnecessary NULL check before vfree()Ziyang Xuan2023-08-111-2/+1
* | Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()Manish Mandlik2023-08-111-1/+1