aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)Author
2022-10-24Bluetooth: L2CAP: Fix user-after-freeLuiz Augusto von Dentz
2022-10-24Bluetooth: hci_sysfs: Fix attempting to call device_add multiple timesLuiz Augusto von Dentz
2022-10-24Bluetooth: L2CAP: initialize delayed works at l2cap_chan_create()Tetsuo Handa
2022-10-24Bluetooth: hci_sync: Fix not indicating power stateLuiz Augusto von Dentz
2022-10-24Bluetooth: hci_core: Fix not handling link timeouts propertlyLuiz Augusto von Dentz
2022-10-24Bluetooth: RFCOMM: Fix possible deadlock on socket shutdown/releaseLuiz Augusto von Dentz
2022-10-12Bluetooth: use hdev->workqueue when queuing hdev->{cmd,ncmd}_timer worksTetsuo Handa
2022-09-20Bluetooth: MGMT: Fix Get Device FlagsLuiz Augusto von Dentz
2022-09-08Bluetooth: hci_sync: hold hdev->lock when cleanup hci_connZhengping Jiang
2022-09-08Bluetooth: hci_event: Fix checking conn for le_conn_complete_evtArchie Pusaka
2022-09-08Bluetooth: hci_sync: Fix suspend performance regressionLuiz Augusto von Dentz
2022-09-08Bluetooth: hci_event: Fix vendor (unknown) opcode status handlingHans de Goede
2022-09-05Bluetooth: L2CAP: Fix build errors in some archsLuiz Augusto von Dentz
2022-08-17Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionLuiz Augusto von Dentz
2022-08-17Bluetooth: hci_sync: Fix not updating privacy_modeLuiz Augusto von Dentz
2022-08-17Bluetooth: hci_sync: Fix resuming scan after suspend resumeZhengping Jiang
2022-08-17Bluetooth: mgmt: Fix refresh cached connection infoZhengping Jiang
2022-08-17Bluetooth: When HCI work queue is drained, only queue chained workSchspa Shi
2022-07-26Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz
2022-07-26Bluetooth: Always set event mask on suspendAbhishek Pandit-Subedi
2022-07-26Bluetooth: mgmt: Fix double free on error pathDan Carpenter
2022-07-05Bluetooth: core: Fix deadlock on hci_power_on_sync.Vasyl Vavrychuk
2022-06-05bluetooth: don't use bitmaps for random flag accessesLinus Torvalds
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-23Bluetooth: hci_conn: Fix hci_connect_le_syncLuiz Augusto von Dentz
2022-05-23Bluetooth: hci_sync: use hci_skb_event() helperAhmad Fatoum
2022-05-19Bluetooth: eir: Add helpers for managing service dataLuiz Augusto von Dentz
2022-05-13Bluetooth: hci_sync: Fix attempting to suspend with unfiltered passive scanLuiz Augusto von Dentz
2022-05-13Bluetooth: MGMT: Add conditions for setting HCI_CONN_FLAG_REMOTE_WAKEUPLuiz Augusto von Dentz
2022-05-13Bluetooth: core: Fix missing power_on work cancel on HCI closeVasyl Vavrychuk
2022-05-13Bluetooth: protect le accept and resolv lists with hdev->lockNiels Dossche
2022-05-13Bluetooth: use hdev lock for accept_list and reject_list in conn reqNiels Dossche
2022-05-13Bluetooth: use hdev lock in activate_scan for hci_is_adv_monitoringNiels Dossche
2022-05-13Bluetooth: Print broken quirksLuiz Augusto von Dentz
2022-05-13Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz
2022-05-13Bluetooth: Keep MGMT pending queue ordered FIFOBrian Gix
2022-05-13Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-11Bluetooth: Fix the creation of hdev->nameItay Iellin
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-26Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz
2022-04-26Bluetooth: hci_event: Fix creating hci_conn object on error statusLuiz Augusto von Dentz
2022-04-26Bluetooth: hci_event: Fix checking for invalid handle on error statusLuiz Augusto von Dentz
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2022-03-18Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failedNiels Dossche
2022-03-18Bluetooth: Send AdvMonitor Dev Found for all matched devicesManish Mandlik
2022-03-18Bluetooth: msft: Clear tracked devices on resumeManish Mandlik
2022-03-18Bluetooth: fix incorrect nonblock bitmask in bt_sock_wait_ready()Gavin Li
2022-03-18Bluetooth: Don't assign twice the same valueChristophe JAILLET