summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1311-54/+102
|\
| * Bluetooth: Wait for HCI_OP_WRITE_AUTH_PAYLOAD_TO to completeLuiz Augusto von Dentz2022-12-121-6/+16
| * Bluetooth: ISO: Avoid circular locking dependencyLuiz Augusto von Dentz2022-12-121-23/+38
| * Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| * Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| * Bluetooth: hci_conn: Fix crash on hci_create_cis_syncLuiz Augusto von Dentz2022-12-121-1/+1
| * Bluetooth: Add quirk to disable MWS Transport ConfigurationSven Peter2022-12-121-1/+1
| * Bluetooth: hci_event: Ignore reserved bits in LE Extended Adv ReportSven Peter2022-12-121-1/+1
| * Bluetooth: Use kzalloc instead of kmalloc/memsetKang Minchul2022-12-121-4/+2
| * Bluetooth: Fix EALREADY and ELOOP cases in bt_status()Christophe JAILLET2022-12-121-2/+2
| * Bluetooth: Add CONFIG_BT_LE_L2CAP_ECREDLuiz Augusto von Dentz2022-12-122-1/+12
| * Bluetooth: MGMT: Fix error report for ADD_EXT_ADV_PARAMSInga Stotland2022-12-121-1/+1
| * Bluetooth: hci_core: fix error handling in hci_register_dev()Yang Yingliang2022-12-121-1/+1
| * Bluetooth: Use kzalloc instead of kmalloc/memsetJiapeng Chong2022-12-121-2/+1
| * Bluetooth: hci_conn: use HCI dst_type values also for BISPauli Virtanen2022-12-122-8/+4
| * Bluetooth: hci_sync: cancel cmd_timer if hci_open failedArchie Pusaka2022-12-121-0/+1
| * Bluetooth: hci_sync: Fix not able to set force_static_addressLuiz Augusto von Dentz2022-12-121-1/+1
| * Bluetooth: hci_sync: Fix not setting static addressLuiz Augusto von Dentz2022-12-121-0/+18
* | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-123-3/+3
|\ \
| * | use less confusing names for iov_iter direction initializersAl Viro2022-11-253-3/+3
* | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-3/+2
|\ \ \ | |_|/ |/| |
| * | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-3/+2
| * | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
| |/
* | Bluetooth: Fix crash when replugging CSR fake controllersLuiz Augusto von Dentz2022-12-021-2/+6
* | Bluetooth: Fix not cleanup led when bt_init failsChen Zhongjin2022-12-021-1/+3
* | Bluetooth: Fix support for Read Local Supported Codecs V2Chethan T N2022-12-022-13/+16
* | Bluetooth: L2CAP: Fix u8 overflowSungwoo Kim2022-12-021-1/+2
* | Bluetooth: silence a dmesg error message in hci_request.cMateusz Jończyk2022-12-021-1/+1
* | Bluetooth: hci_conn: add missing hci_dev_put() in iso_listen_bis()Wang ShaoBo2022-12-021-0/+1
* | Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn()Wang ShaoBo2022-12-021-0/+1
* | Bluetooth: btusb: Fix CSR clones again by re-adding ERR_DATA_REPORTING quirkIsmael Ferreras Morezuelas2022-12-021-2/+7
|/
* Bluetooth: L2CAP: Fix attempting to access uninitialized memoryLuiz Augusto von Dentz2022-11-021-1/+2
* Bluetooth: L2CAP: Fix l2cap_global_chan_by_psmLuiz Augusto von Dentz2022-11-021-1/+1
* Bluetooth: L2CAP: Fix accepting connection request for invalid SPSMLuiz Augusto von Dentz2022-11-021-0/+25
* Bluetooth: hci_conn: Fix not restoring ISO buffer count on disconnectLuiz Augusto von Dentz2022-11-021-0/+11
* Bluetooth: L2CAP: Fix memory leak in vhci_writeHawkins Jiawei2022-11-021-4/+3
* Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()Zhengchao Shao2022-11-021-0/+1
* Bluetooth: hci_conn: Fix CIS connection dst_type handlingPauli Virtanen2022-11-022-8/+13
* Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sduMaxim Mikityanskiy2022-11-021-7/+41
* 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