summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Only mark socket zapped after unlockingAbhishek Pandit-Subedi2020-10-291-3/+4
* Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz2020-10-172-12/+25
* Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz2020-10-171-25/+3
* Bluetooth: fix kernel oops in store_pending_adv_reportAlain Michaud2020-10-171-5/+17
* Bluetooth: MGMT: Fix not checking if BT_HS is enabledLuiz Augusto von Dentz2020-10-171-1/+6
* Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz2020-10-172-3/+18
* Bluetooth: A2MP: Fix not initializing all membersLuiz Augusto von Dentz2020-10-171-1/+21
* Bluetooth: Handle Inquiry Cancel error after Inquiry CompleteSonny Sasaka2020-10-011-2/+17
* Bluetooth: L2CAP: handle l2cap config request during open stateHoward Chung2020-10-011-1/+2
* Bluetooth: guard against controllers sending zero'd eventsAlain Michaud2020-10-011-0/+6
* Bluetooth: prefetch channel before killing sockHillf Danton2020-10-011-4/+6
* Bluetooth: Fix refcount use-after-free issueManish Mandlik2020-10-012-14/+28
* Bluetooth: add a mutex lock to avoid UAF in do_enale_setLihong Kou2020-08-211-0/+5
* Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()Peilin Ye2020-08-211-0/+7
* Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()Peilin Ye2020-08-211-1/+1
* Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()Peilin Ye2020-08-211-1/+1
* Bluetooth: Add SCO fallback for invalid LMP parameters errorHsin-Yu Chao2020-06-201-0/+1
* Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlQiujun Huang2020-04-131-3/+1
* Bluetooth: Fix race condition in hci_release_sock()Dan Carpenter2020-02-051-0/+3
* Bluetooth: Fix memory leak in hci_connect_le_scanNavid Emamdoost2020-01-121-1/+3
* Bluetooth: delete a stray unlockDan Carpenter2020-01-121-3/+1
* Bluetooth: Fix advertising duplicated flagsLuiz Augusto von Dentz2020-01-041-0/+9
* Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek2020-01-041-1/+8
* Bluetooth: L2CAP: Detect if remote is not able to use the whole MPSLuiz Augusto von Dentz2019-11-251-0/+10
* Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann2019-10-052-13/+1
* Bluetooth: Add SMP workaround Microsoft Surface Precision Mouse bugSzymon Janc2019-08-041-0/+13
* Bluetooth: validate BLE connection interval updatescsonsino2019-08-042-1/+13
* Bluetooth: Check state in l2cap_disconnect_rspMatias Karhumaa2019-08-041-0/+6
* Bluetooth: 6lowpan: search for destination address in all peersJosua Mayer2019-08-041-4/+10
* Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa2019-07-101-1/+1
* Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2019-07-102-14/+37
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-07-101-0/+8
* Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman2019-06-221-8/+0
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-05-101-0/+8
* Bluetooth: hidp: fix buffer overflowYoung Xiao2019-05-101-0/+1
* Bluetooth: Verify that l2cap_get_conf_opt provides large enough bufferMarcel Holtmann2019-04-031-0/+6
* Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_optMarcel Holtmann2019-04-031-31/+46
* Bluetooth: Fix decrementing reference count twice in releasing socketMyungho Jung2019-03-271-2/+1
* Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg2019-02-121-0/+6
* Bluetooth: SMP: fix crash in unpairingMatias Karhumaa2018-11-103-10/+29
* Bluetooth: hidp: Fix handling of strncpy for hid->name informationMarcel Holtmann2018-09-191-1/+1
* Bluetooth: avoid killing an already killed socketSudip Mukherjee2018-08-221-1/+2
* Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn2018-08-171-2/+2
* Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc2018-04-203-13/+33
* Bluetooth: Send HCI Set Event Mask Page 2 command only when neededMarcel Holtmann2018-04-131-2/+15
* Bluetooth: Fix missing encryption refresh on Security RequestSzymon Janc2018-04-081-1/+7
* Bluetooth: 6lowpan: fix delay work init in add_peer_chan()Michael Scott2018-03-221-3/+7
* Bluetooth: Avoid bt_accept_unlink() double unlinkingDean Jenkins2018-03-221-0/+24
* Bluetooth: Prevent stack info leak from the EFS element.Ben Seri2018-01-171-9/+11
* Bluetooth: Properly check L2CAP config option output buffer lengthBen Seri2017-09-131-37/+43