summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: use correct lock to prevent UAF of hdev objectLin Ma2021-06-101-2/+2
* Bluetooth: fix the erroneous flush_work() orderLin Ma2021-06-101-1/+6
* Bluetooth: cmtp: fix file refcount when cmtp_attach_device failsThadeu Lima de Souza Cascardo2021-06-031-0/+5
* Bluetooth: SMP: Fail if remote and local public keys are identicalLuiz Augusto von Dentz2021-05-261-0/+9
* Bluetooth: L2CAP: Fix handling LE modes by L2CAP_OPTIONSLuiz Augusto von Dentz2021-05-261-4/+20
* Bluetooth: check for zapped sk before connectingArchie Pusaka2021-05-191-0/+8
* Bluetooth: initialize skb_queue_head at l2cap_chan_create()Tetsuo Handa2021-05-191-0/+2
* Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan defaultArchie Pusaka2021-05-191-0/+2
* bluetooth: eliminate the potential race condition when removing the HCI contr...Lin Ma2021-05-141-4/+8
* Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka2021-05-141-1/+2
* Fix misc new gcc warningsLinus Torvalds2021-05-111-1/+1
* Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_dataGopal Tiwari2021-03-071-0/+3
* Bluetooth: Put HCI device if inquiry procedure interruptsPan Bian2021-03-041-2/+4
* Bluetooth: drop HCI device reference before returnPan Bian2021-03-041-0/+1
* Bluetooth: Fix initializing response id after clearing structChristopher William Snowhill2021-03-041-1/+1
* Bluetooth: Fix null pointer dereference in hci_event_packet()Anmol Karn2020-12-301-0/+5
* Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()Peilin Ye2020-12-301-7/+5
* 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: 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-191-0/+5
* Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()Peilin Ye2020-08-111-0/+7
* Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()Peilin Ye2020-08-111-1/+1
* Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()Peilin Ye2020-08-111-1/+1
* Bluetooth: fix kernel oops in store_pending_adv_reportAlain Michaud2020-08-051-7/+19
* Bluetooth: Add SCO fallback for invalid LMP parameters errorHsin-Yu Chao2020-06-221-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: Allow combination of BDADDR_PROPERTY and INVALID_BDADDR quirksMarcel Holtmann2020-02-011-2/+24
* Bluetooth: Fix memory leak in hci_connect_le_scanNavid Emamdoost2020-01-091-1/+3
* Bluetooth: delete a stray unlockDan Carpenter2020-01-091-3/+1
* Bluetooth: Fix advertising duplicated flagsLuiz Augusto von Dentz2019-12-311-0/+9
* Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek2019-12-311-1/+8
* Bluetooth: Workaround directed advertising bug in Broadcom controllersSzymon Janc2019-12-311-0/+8
* Bluetooth: missed cpu_to_le16 conversion in hci_init4_reqBen Dooks (Codethink)2019-12-311-2/+2
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-2/+2
* net: core: add generic lockdep keysTaehee Yoo2019-10-241-8/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-184-16/+27
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-152-13/+1
| |\
| * | Bluetooth: hidp: Fix assumptions on the return value of hidp_send_messageDan Elkouby2019-09-061-2/+2
| * | Bluetooth: mgmt: Use struct_size() helperGustavo A. R. Silva2019-09-051-6/+2
| * | Bluetooth: 6lowpan: Make variable header_ops constantNishka Dasgupta2019-09-051-1/+1