summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: L2CAP: Fix build errors in some archsLuiz Augusto von Dentz2022-09-051-5/+5
* Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionLuiz Augusto von Dentz2022-08-171-7/+6
* Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz2022-08-031-13/+48
* Bluetooth: SCO: Fix sco_send_frame returning skb->lenLuiz Augusto von Dentz2022-07-291-4/+6
* Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz2022-07-292-2/+2
* Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsgLuiz Augusto von Dentz2022-07-292-43/+53
* Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz2022-07-291-23/+11
* Bluetooth: protect le accept and resolv lists with hdev->lockNiels Dossche2022-07-121-0/+12
* Bluetooth: use hdev lock for accept_list and reject_list in conn reqNiels Dossche2022-06-091-6/+9
* Bluetooth: use hdev lock in activate_scan for hci_is_adv_monitoringNiels Dossche2022-06-091-0/+2
* Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu2022-06-091-8/+13
* Bluetooth: Fix the creation of hdev->nameItay Iellin2022-05-151-3/+3
* Bluetooth: Fix use after free in hci_send_aclLuiz Augusto von Dentz2022-04-131-1/+2
* Bluetooth: use memset avoid memory leaksMinghao Chi (CGEL ZTE)2022-04-131-0/+1
* Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failedNiels Dossche2022-04-081-0/+2
* Bluetooth: hci_core: Fix leaking sent_cmd skbLuiz Augusto von Dentz2022-03-191-0/+1
* Bluetooth: refactor malicious adv data checkBrian Gix2022-02-011-5/+5
* Bluetooth: hci_sync: Fix not setting adv set durationLuiz Augusto von Dentz2022-01-271-1/+1
* Bluetooth: Fix removing adv when processing cmd completeArchie Pusaka2022-01-271-2/+4
* Bluetooth: Fix memory leak of hci deviceWei Yongjun2022-01-271-0/+2
* Bluetooth: Fix debugfs entry leak in hci_register_dev()Wei Yongjun2022-01-271-0/+1
* Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt()Dan Carpenter2022-01-271-6/+8
* Bluetooth: L2CAP: Fix using wrong modeLuiz Augusto von Dentz2022-01-271-2/+10
* Bluetooth: MGMT: Use hci_dev_test_and_{set,clear}_flagLuiz Augusto von Dentz2022-01-271-7/+7
* Bluetooth: refactor set_exp_feature with a feature tableJoseph Hwang2022-01-271-106/+142
* Bluetooth: stop proccessing malicious adv dataPavel Skripkin2022-01-271-1/+7
* Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() failsWang Hai2022-01-271-3/+1
* Bluetooth: L2CAP: Fix not initializing sk_peer_pidLuiz Augusto von Dentz2022-01-271-0/+19
* Bluetooth: add quirk disabling LE Read Transmit PowerAditya Garg2022-01-161-1/+2
* Bluetooth: fix init and cleanup of sco_conn.timeout_workDesmond Cheong Zhi Xi2021-11-181-5/+4
* Bluetooth: call sock_hold earlier in sco_conn_delDesmond Cheong Zhi Xi2021-11-181-1/+2
* Bluetooth: fix use-after-free error in lock_sock_nested()Wang ShaoBo2021-11-181-1/+9
* Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()Takashi Iwai2021-11-181-8/+16
* Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-6/+6
|\
| * Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2021-08-093-24/+44
| |\
| * | tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
| * | tty: stop using alloc_tty_driverJiri Slaby2021-07-271-4/+4
* | | Merge tag 'for-net-next-2021-08-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-08-208-179/+296
|\ \ \ | |_|/ |/| |
| * | Bluetooth: Fix return value in hci_dev_do_close()Kangmin Park2021-08-191-3/+4
| * | Bluetooth: add timeout sanity check to hci_inquiryPavel Skripkin2021-08-191-0/+6
| * | Bluetooth: mgmt: Pessimize compile-time bounds-checkKees Cook2021-08-191-1/+1
| * | Bluetooth: Fix race condition in handling NOP commandKiran K2021-08-161-6/+4
| * | Bluetooth: Store advertising handle so it can be re-enabledLuiz Augusto von Dentz2021-08-161-16/+29
| * | Bluetooth: Fix handling of LE Enhanced Connection CompleteLuiz Augusto von Dentz2021-08-161-31/+62
| * | Bluetooth: Move shutdown callback before flushing tx and rx queueKai-Heng Feng2021-08-161-8/+8
| * | Bluetooth: fix repeated calls to sco_sock_killDesmond Cheong Zhi Xi2021-08-101-6/+1
| * | Bluetooth: switch to lock_sock in RFCOMMDesmond Cheong Zhi Xi2021-08-101-4/+4
| * | Bluetooth: serialize calls to sco_sock_{set,clear}_timerDesmond Cheong Zhi Xi2021-08-101-2/+2
| * | Bluetooth: switch to lock_sock in SCODesmond Cheong Zhi Xi2021-08-101-9/+9
| * | Bluetooth: avoid circular locks in sco_sock_connectDesmond Cheong Zhi Xi2021-08-101-23/+16