summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}Luiz Augusto von Dentz2023-04-101-18/+6
* Bluetooth: Set ISO Data Path on broadcast sinkClaudia Draghicescu2023-04-101-1/+1
* Bluetooth: hci_conn: Fix possible UAFLuiz Augusto von Dentz2023-04-101-6/+24
* Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockoptLuiz Augusto von Dentz2023-04-101-7/+9
* Bluetooth: SCO: Fix possible circular locking dependency on sco_connect_cfmLuiz Augusto von Dentz2023-04-101-29/+40
* Bluetooth: Fix race condition in hidp_session_threadMin Li2023-04-101-1/+1
* Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz2023-04-103-15/+21
* Bluetooth: hci_conn: Fix not cleaning up on LE Connection failureLuiz Augusto von Dentz2023-04-101-28/+24
* Bluetooth: HCI: Fix global-out-of-boundsSungwoo Kim2023-03-231-0/+2
* Bluetooth: mgmt: Fix MGMT add advmon with RSSI commandHoward Chung2023-03-231-1/+2
* Bluetooth: L2CAP: Fix responding with wrong PDU typeLuiz Augusto von Dentz2023-03-231-38/+79
* Bluetooth: Remove "Power-on" check from Mesh featureBrian Gix2023-03-221-6/+0
* Bluetooth: Fix race condition in hci_cmd_sync_clearMin Li2023-03-221-0/+2
* Bluetooth: ISO: fix timestamped HCI ISO data packet parsingPauli Virtanen2023-03-221-2/+7
* Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packetLuiz Augusto von Dentz2023-03-221-4/+19
* Bluetooth: hci_sync: Resume adv with no RPA when active scanZhengping Jiang2023-03-221-20/+44
* Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-241-1/+1
|\
| * Merge 6.2-rc5 into tty-nextGreg Kroah-Hartman2023-01-226-58/+57
| |\
| * | tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen2023-01-191-1/+1
* | | Merge tag 'for-linus-2023022201' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-02-222-3/+2
|\ \ \
| * \ \ Merge branch 'for-6.3/hid-bpf' into for-linusBenjamin Tissoires2023-02-221-1/+1
| |\ \ \
| | * | | HID: fix BT_HIDP Kconfig dependenciesBenjamin Tissoires2022-11-211-1/+1
| * | | | Merge branch 'for-6.3/hid-core' into for-linusBenjamin Tissoires2023-02-221-2/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | HID: Make lowlevel driver structs constThomas Weißschuh2023-01-171-1/+1
| | * | | HID: Unexport struct hidp_hid_driverThomas Weißschuh2023-01-171-2/+1
* | | | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-215-34/+37
|\ \ \ \ \
| * | | | | Bluetooth: Make sure LE create conn cancel is sent when timeoutArchie Pusaka2023-02-091-0/+2
| * | | | | Bluetooth: Free potentially unfreed SCO connectionArchie Pusaka2023-02-091-1/+8
| * | | | | 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
| |/ / / /
* | | | | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-02-211-31/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bluetooth: Use crypto_wait_reqHerbert Xu2023-02-131-31/+6
| | |_|/ | |/| |
* | | | 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