aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2023-02-09Bluetooth: Make sure LE create conn cancel is sent when timeoutGravatar Archie Pusaka 1-0/+2
2023-02-09Bluetooth: Free potentially unfreed SCO connectionGravatar Archie Pusaka 1-1/+8
2023-02-09Bluetooth: L2CAP: Fix potential user-after-freeGravatar Luiz Augusto von Dentz 2-24/+8
2023-02-09Bluetooth: MGMT: add CIS feature bits to controller informationGravatar Pauli Virtanen 1-0/+12
2023-02-09Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeedsGravatar Kees Cook 1-9/+3
2023-01-23net/sock: Introduce trace_sk_data_ready()Gravatar Peilin Ye 1-0/+4
2023-01-17Bluetooth: Fix possible deadlock in rfcomm_sk_state_changeGravatar Ying Hsu 1-1/+6
2023-01-17Bluetooth: ISO: Fix possible circular locking dependencyGravatar Luiz Augusto von Dentz 1-3/+0
2023-01-17Bluetooth: hci_event: Fix Invalid wait contextGravatar Luiz Augusto von Dentz 1-1/+4
2023-01-17Bluetooth: ISO: Fix possible circular locking dependencyGravatar Luiz Augusto von Dentz 1-35/+26
2023-01-17Bluetooth: hci_sync: fix memory leak in hci_update_adv_data()Gravatar Zhengchao Shao 1-10/+3
2023-01-17Bluetooth: hci_conn: Fix memory leaksGravatar Zhengchao Shao 1-4/+14
2023-01-17Bluetooth: hci_sync: Fix use HCI_OP_LE_READ_BUFFER_SIZE_V2Gravatar Luiz Augusto von Dentz 1-3/+3
2023-01-17Bluetooth: Fix a buffer overflow in mgmt_mesh_add()Gravatar Harshit Mogalapalli 1-1/+1
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 11-54/+102
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 3-3/+3
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+2
2022-12-12Bluetooth: Wait for HCI_OP_WRITE_AUTH_PAYLOAD_TO to completeGravatar Luiz Augusto von Dentz 1-6/+16
2022-12-12Bluetooth: ISO: Avoid circular locking dependencyGravatar Luiz Augusto von Dentz 1-23/+38
2022-12-12Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()Gravatar Yang Yingliang 1-1/+1
2022-12-12Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()Gravatar Yang Yingliang 1-1/+1
2022-12-12Bluetooth: hci_conn: Fix crash on hci_create_cis_syncGravatar Luiz Augusto von Dentz 1-1/+1
2022-12-12Bluetooth: Add quirk to disable MWS Transport ConfigurationGravatar Sven Peter 1-1/+1
2022-12-12Bluetooth: hci_event: Ignore reserved bits in LE Extended Adv ReportGravatar Sven Peter 1-1/+1
2022-12-12Bluetooth: Use kzalloc instead of kmalloc/memsetGravatar Kang Minchul 1-4/+2
2022-12-12Bluetooth: Fix EALREADY and ELOOP cases in bt_status()Gravatar Christophe JAILLET 1-2/+2
2022-12-12Bluetooth: Add CONFIG_BT_LE_L2CAP_ECREDGravatar Luiz Augusto von Dentz 2-1/+12
2022-12-12Bluetooth: MGMT: Fix error report for ADD_EXT_ADV_PARAMSGravatar Inga Stotland 1-1/+1
2022-12-12Bluetooth: hci_core: fix error handling in hci_register_dev()Gravatar Yang Yingliang 1-1/+1
2022-12-12Bluetooth: Use kzalloc instead of kmalloc/memsetGravatar Jiapeng Chong 1-2/+1
2022-12-12Bluetooth: hci_conn: use HCI dst_type values also for BISGravatar Pauli Virtanen 2-8/+4
2022-12-12Bluetooth: hci_sync: cancel cmd_timer if hci_open failedGravatar Archie Pusaka 1-0/+1
2022-12-12Bluetooth: hci_sync: Fix not able to set force_static_addressGravatar Luiz Augusto von Dentz 1-1/+1
2022-12-12Bluetooth: hci_sync: Fix not setting static addressGravatar Luiz Augusto von Dentz 1-0/+18
2022-12-02Bluetooth: Fix crash when replugging CSR fake controllersGravatar Luiz Augusto von Dentz 1-2/+6
2022-12-02Bluetooth: Fix not cleanup led when bt_init failsGravatar Chen Zhongjin 1-1/+3
2022-12-02Bluetooth: Fix support for Read Local Supported Codecs V2Gravatar Chethan T N 2-13/+16
2022-12-02Bluetooth: L2CAP: Fix u8 overflowGravatar Sungwoo Kim 1-1/+2
2022-12-02Bluetooth: silence a dmesg error message in hci_request.cGravatar Mateusz Jończyk 1-1/+1
2022-12-02Bluetooth: hci_conn: add missing hci_dev_put() in iso_listen_bis()Gravatar Wang ShaoBo 1-0/+1
2022-12-02Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn()Gravatar Wang ShaoBo 1-0/+1
2022-12-02Bluetooth: btusb: Fix CSR clones again by re-adding ERR_DATA_REPORTING quirkGravatar Ismael Ferreras Morezuelas 1-2/+7
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 3-3/+3
2022-11-18treewide: use get_random_u32_inclusive() when possibleGravatar Jason A. Donenfeld 1-3/+2
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-2/+2
2022-11-02Bluetooth: L2CAP: Fix attempting to access uninitialized memoryGravatar Luiz Augusto von Dentz 1-1/+2
2022-11-02Bluetooth: L2CAP: Fix l2cap_global_chan_by_psmGravatar Luiz Augusto von Dentz 1-1/+1
2022-11-02Bluetooth: L2CAP: Fix accepting connection request for invalid SPSMGravatar Luiz Augusto von Dentz 1-0/+25
2022-11-02Bluetooth: hci_conn: Fix not restoring ISO buffer count on disconnectGravatar Luiz Augusto von Dentz 1-0/+11
2022-11-02Bluetooth: L2CAP: Fix memory leak in vhci_writeGravatar Hawkins Jiawei 1-4/+3