summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: L2CAP: Fix potential user-after-freeLuiz Augusto von Dentz2023-02-092-24/+8
* Bluetooth: MGMT: add CIS feature bits to controller informationPauli Virtanen2023-02-091-0/+12
* Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeedsKees Cook2023-02-091-9/+3
* net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+4
* Bluetooth: Fix possible deadlock in rfcomm_sk_state_changeYing Hsu2023-01-171-1/+6
* Bluetooth: ISO: Fix possible circular locking dependencyLuiz Augusto von Dentz2023-01-171-3/+0
* Bluetooth: hci_event: Fix Invalid wait contextLuiz Augusto von Dentz2023-01-171-1/+4
* Bluetooth: ISO: Fix possible circular locking dependencyLuiz Augusto von Dentz2023-01-171-35/+26
* Bluetooth: hci_sync: fix memory leak in hci_update_adv_data()Zhengchao Shao2023-01-171-10/+3
* Bluetooth: hci_conn: Fix memory leaksZhengchao Shao2023-01-171-4/+14
* Bluetooth: hci_sync: Fix use HCI_OP_LE_READ_BUFFER_SIZE_V2Luiz Augusto von Dentz2023-01-171-3/+3
* Bluetooth: Fix a buffer overflow in mgmt_mesh_add()Harshit Mogalapalli2023-01-171-1/+1
* 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