summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)Author
2021-06-10Bluetooth: use correct lock to prevent UAF of hdev objectLin Ma
2021-06-10Bluetooth: fix the erroneous flush_work() orderLin Ma
2021-06-03Bluetooth: cmtp: fix file refcount when cmtp_attach_device failsThadeu Lima de Souza Cascardo
2021-05-26Bluetooth: SMP: Fail if remote and local public keys are identicalLuiz Augusto von Dentz
2021-05-26Bluetooth: L2CAP: Fix handling LE modes by L2CAP_OPTIONSLuiz Augusto von Dentz
2021-05-19Bluetooth: check for zapped sk before connectingArchie Pusaka
2021-05-19Bluetooth: initialize skb_queue_head at l2cap_chan_create()Tetsuo Handa
2021-05-19Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan defaultArchie Pusaka
2021-05-14bluetooth: eliminate the potential race condition when removing the HCI contr...Lin Ma
2021-05-14Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka
2021-05-11Fix misc new gcc warningsLinus Torvalds
2021-03-07Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_dataGopal Tiwari
2021-03-04Bluetooth: Put HCI device if inquiry procedure interruptsPan Bian
2021-03-04Bluetooth: drop HCI device reference before returnPan Bian
2021-03-04Bluetooth: Fix initializing response id after clearing structChristopher William Snowhill
2020-12-30Bluetooth: Fix null pointer dereference in hci_event_packet()Anmol Karn
2020-12-30Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()Peilin Ye
2020-10-29Bluetooth: Only mark socket zapped after unlockingAbhishek Pandit-Subedi
2020-10-17Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz
2020-10-17Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz
2020-10-17Bluetooth: MGMT: Fix not checking if BT_HS is enabledLuiz Augusto von Dentz
2020-10-17Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz
2020-10-17Bluetooth: A2MP: Fix not initializing all membersLuiz Augusto von Dentz
2020-10-01Bluetooth: Handle Inquiry Cancel error after Inquiry CompleteSonny Sasaka
2020-10-01Bluetooth: L2CAP: handle l2cap config request during open stateHoward Chung
2020-10-01Bluetooth: guard against controllers sending zero'd eventsAlain Michaud
2020-10-01Bluetooth: prefetch channel before killing sockHillf Danton
2020-10-01Bluetooth: Fix refcount use-after-free issueManish Mandlik
2020-08-19Bluetooth: add a mutex lock to avoid UAF in do_enale_setLihong Kou
2020-08-11Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()Peilin Ye
2020-08-11Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()Peilin Ye
2020-08-11Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()Peilin Ye
2020-08-05Bluetooth: fix kernel oops in store_pending_adv_reportAlain Michaud
2020-06-22Bluetooth: Add SCO fallback for invalid LMP parameters errorHsin-Yu Chao
2020-04-13Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlQiujun Huang
2020-02-05Bluetooth: Fix race condition in hci_release_sock()Dan Carpenter
2020-02-01Bluetooth: Allow combination of BDADDR_PROPERTY and INVALID_BDADDR quirksMarcel Holtmann
2020-01-09Bluetooth: Fix memory leak in hci_connect_le_scanNavid Emamdoost
2020-01-09Bluetooth: delete a stray unlockDan Carpenter
2019-12-31Bluetooth: Fix advertising duplicated flagsLuiz Augusto von Dentz
2019-12-31Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek
2019-12-31Bluetooth: Workaround directed advertising bug in Broadcom controllersSzymon Janc
2019-12-31Bluetooth: missed cpu_to_le16 conversion in hci_init4_reqBen Dooks (Codethink)
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-06Bluetooth: hidp: Fix assumptions on the return value of hidp_send_messageDan Elkouby
2019-09-05Bluetooth: mgmt: Use struct_size() helperGustavo A. R. Silva