summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
* | Bluetooth: use memset avoid memory leaksXiaohui Zhang2022-07-211-0/+1
* | Bluetooth: fix an error code in hci_register_dev()Dan Carpenter2022-07-211-1/+2
* | Bluetooth: Unregister suspend with userchannelAbhishek Pandit-Subedi2022-07-212-8/+28
* | Bluetooth: Fix index added after unregisterAbhishek Pandit-Subedi2022-07-211-1/+7
* | Bluetooth: When HCI work queue is drained, only queue chained workSchspa Shi2022-07-212-3/+12
* | Bluetooth: clear the temporary linkkey in hci_conn_cleanupAlain Michaud2022-07-212-2/+5
|/
* Bluetooth: core: Fix deadlock on hci_power_on_sync.Vasyl Vavrychuk2022-07-052-1/+3
* bluetooth: don't use bitmaps for random flag accessesLinus Torvalds2022-06-054-29/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-232-5/+8
|\
| * Bluetooth: hci_conn: Fix hci_connect_le_syncLuiz Augusto von Dentz2022-05-232-5/+8
* | Bluetooth: hci_sync: use hci_skb_event() helperAhmad Fatoum2022-05-231-1/+1
* | Bluetooth: eir: Add helpers for managing service dataLuiz Augusto von Dentz2022-05-192-0/+35
* | Bluetooth: hci_sync: Fix attempting to suspend with unfiltered passive scanLuiz Augusto von Dentz2022-05-131-15/+43
* | Bluetooth: MGMT: Add conditions for setting HCI_CONN_FLAG_REMOTE_WAKEUPLuiz Augusto von Dentz2022-05-131-0/+18
* | Bluetooth: core: Fix missing power_on work cancel on HCI closeVasyl Vavrychuk2022-05-132-2/+1
* | Bluetooth: protect le accept and resolv lists with hdev->lockNiels Dossche2022-05-131-0/+12
* | Bluetooth: use hdev lock for accept_list and reject_list in conn reqNiels Dossche2022-05-131-6/+9
* | Bluetooth: use hdev lock in activate_scan for hci_is_adv_monitoringNiels Dossche2022-05-131-0/+2
* | Bluetooth: Print broken quirksLuiz Augusto von Dentz2022-05-131-0/+31
* | Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz2022-05-132-2/+2
* | Bluetooth: Keep MGMT pending queue ordered FIFOBrian Gix2022-05-131-1/+1
* | Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu2022-05-131-8/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-3/+3
|\|
| * Bluetooth: Fix the creation of hdev->nameItay Iellin2022-05-111-3/+3
* | net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-281-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-283-42/+81
|\|
| * Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz2022-04-263-18/+38
| * Bluetooth: hci_event: Fix creating hci_conn object on error statusLuiz Augusto von Dentz2022-04-261-0/+12
| * Bluetooth: hci_event: Fix checking for invalid handle on error statusLuiz Augusto von Dentz2022-04-261-29/+36
* | net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-062-4/+2
|/
* Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failedNiels Dossche2022-03-181-0/+2
* Bluetooth: Send AdvMonitor Dev Found for all matched devicesManish Mandlik2022-03-181-33/+37
* Bluetooth: msft: Clear tracked devices on resumeManish Mandlik2022-03-181-4/+15
* Bluetooth: fix incorrect nonblock bitmask in bt_sock_wait_ready()Gavin Li2022-03-181-2/+2
* Bluetooth: Don't assign twice the same valueChristophe JAILLET2022-03-181-1/+0
* Bluetooth: Fix use after free in hci_send_aclLuiz Augusto von Dentz2022-03-181-1/+2
* Bluetooth: hci_sync: Add a new quirk to skip HCI_FLT_CLEAR_ALLIsmael Ferreras Morezuelas2022-03-181-0/+16
* Bluetooth: mgmt: remove redundant assignment to variable cur_lenColin Ian King2022-03-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-102-27/+24
|\
| * Bluetooth: hci_sync: Fix not processing all entries on cmd_sync_workLuiz Augusto von Dentz2022-03-031-26/+23
| * Bluetooth: hci_core: Fix unbalanced unlock in set_device_flags()Hans de Goede2022-03-031-1/+1
* | bluetooth: Use netif_rx().Sebastian Andrzej Siewior2022-03-072-2/+2
* | Bluetooth: use memset avoid memory leaksMinghao Chi (CGEL ZTE)2022-03-041-0/+1
* | Bluetooth: move adv_instance_cnt read within the device lockNiels Dossche2022-03-041-1/+3
* | Bluetooth: hci_event: Add missing locking on hdev in hci_le_ext_adv_term_evtNiels Dossche2022-03-041-7/+12
* | Bluetooth: make array bt_uuid_any static constColin Ian King2022-03-041-1/+3
* | Bluetooth: 6lowpan: No need to clear memory twiceChristophe JAILLET2022-03-041-1/+0
* | Bluetooth: Improve skb handling in mgmt_device_connected()Radoslaw Biernacki2022-03-042-17/+23
* | Bluetooth: Fix skb allocation in mgmt_remote_name() & mgmt_device_connected()Radoslaw Biernacki2022-03-042-10/+13
* | Bluetooth: mgmt: Remove unneeded variableMinghao Chi2022-03-041-5/+2