summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2021-06-10Bluetooth: use correct lock to prevent UAF of hdev objectLin Ma1-2/+2
2021-06-10Bluetooth: fix the erroneous flush_work() orderLin Ma1-1/+6
2021-06-03Bluetooth: cmtp: fix file refcount when cmtp_attach_device failsThadeu Lima de Souza Cascardo1-0/+5
2021-05-26Bluetooth: SMP: Fail if remote and local public keys are identicalLuiz Augusto von Dentz1-0/+9
2021-05-22Bluetooth: check for zapped sk before connectingArchie Pusaka1-0/+8
2021-05-22Bluetooth: initialize skb_queue_head at l2cap_chan_create()Tetsuo Handa1-0/+2
2021-05-22Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan defaultArchie Pusaka1-0/+2
2021-05-22bluetooth: eliminate the potential race condition when removing the HCI contr...Lin Ma1-4/+8
2021-05-22Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka1-1/+2
2021-03-07Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_dataGopal Tiwari1-0/+3
2021-03-03Bluetooth: Put HCI device if inquiry procedure interruptsPan Bian1-2/+4
2021-03-03Bluetooth: drop HCI device reference before returnPan Bian1-0/+1
2021-03-03Bluetooth: Fix initializing response id after clearing structChristopher William Snowhill1-1/+1
2020-12-29Bluetooth: Fix null pointer dereference in hci_event_packet()Anmol Karn1-0/+5
2020-12-29Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()Peilin Ye1-7/+5
2020-10-29Bluetooth: Only mark socket zapped after unlockingAbhishek Pandit-Subedi1-3/+4
2020-10-17Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz2-12/+25
2020-10-17Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz1-25/+3
2020-10-17Bluetooth: MGMT: Fix not checking if BT_HS is enabledLuiz Augusto von Dentz1-1/+6
2020-10-17Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz2-3/+18
2020-10-17Bluetooth: A2MP: Fix not initializing all membersLuiz Augusto von Dentz1-1/+21
2020-10-17Bluetooth: fix kernel oops in store_pending_adv_reportAlain Michaud1-5/+17
2020-10-01Bluetooth: Handle Inquiry Cancel error after Inquiry CompleteSonny Sasaka1-2/+17
2020-10-01Bluetooth: L2CAP: handle l2cap config request during open stateHoward Chung1-1/+2
2020-10-01Bluetooth: guard against controllers sending zero'd eventsAlain Michaud1-0/+6
2020-10-01Bluetooth: prefetch channel before killing sockHillf Danton1-4/+6
2020-10-01Bluetooth: Fix refcount use-after-free issueManish Mandlik2-14/+28
2020-08-21Bluetooth: add a mutex lock to avoid UAF in do_enale_setLihong Kou1-0/+5
2020-08-21Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()Peilin Ye1-0/+7
2020-08-21Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()Peilin Ye1-1/+1
2020-08-21Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()Peilin Ye1-1/+1
2020-06-20Bluetooth: Add SCO fallback for invalid LMP parameters errorHsin-Yu Chao1-0/+1
2020-04-13Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlQiujun Huang1-3/+1
2020-02-05Bluetooth: Fix race condition in hci_release_sock()Dan Carpenter1-0/+3
2020-01-09Bluetooth: Fix memory leak in hci_connect_le_scanNavid Emamdoost1-1/+3
2020-01-09Bluetooth: delete a stray unlockDan Carpenter1-3/+1
2019-12-31Bluetooth: Fix advertising duplicated flagsLuiz Augusto von Dentz1-0/+9
2019-12-31Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek1-1/+8
2019-12-31Bluetooth: missed cpu_to_le16 conversion in hci_init4_reqBen Dooks (Codethink)1-2/+2
2019-11-20Bluetooth: L2CAP: Detect if remote is not able to use the whole MPSLuiz Augusto von Dentz1-0/+10
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-2/+2
2019-10-05Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann2-13/+1
2019-07-31Bluetooth: Add SMP workaround Microsoft Surface Precision Mouse bugSzymon Janc1-0/+13
2019-07-31Bluetooth: validate BLE connection interval updatescsonsino2-1/+13
2019-07-31Bluetooth: Check state in l2cap_disconnect_rspMatias Karhumaa1-0/+6
2019-07-31Bluetooth: 6lowpan: search for destination address in all peersJosua Mayer1-4/+10
2019-07-10Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa1-1/+1
2019-06-25Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2-14/+37
2019-06-25Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann1-0/+8
2019-06-15Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman1-8/+0