| Commit message (Expand) | Author | Age | Files | Lines |
* | Bluetooth: hidp: use correct wait queue when removing ctrl_wait | Ole Bjørn Midtbø | 2021-08-26 | 1 | -1/+1 |
* | Bluetooth: defer cleanup of resources in hci_unregister_dev() | Tetsuo Handa | 2021-08-12 | 3 | -24/+44 |
* | Revert "Bluetooth: Shutdown controller after workqueues are flushed or cancel... | Greg Kroah-Hartman | 2021-08-08 | 1 | -8/+8 |
* | Bluetooth: mgmt: Fix the command returns garbage parameter value | Tedd Ho-Jeong An | 2021-07-19 | 1 | -0/+2 |
* | Bluetooth: L2CAP: Fix invalid access on ECRED Connection response | Luiz Augusto von Dentz | 2021-07-19 | 1 | -2/+2 |
* | Bluetooth: L2CAP: Fix invalid access if ECRED Reconfigure fails | Luiz Augusto von Dentz | 2021-07-19 | 1 | -2/+2 |
* | Bluetooth: Shutdown controller after workqueues are flushed or cancelled | Kai-Heng Feng | 2021-07-19 | 1 | -8/+8 |
* | Bluetooth: Fix alt settings for incoming SCO with transparent coding format | Kiran K | 2021-07-19 | 1 | -3/+3 |
* | Bluetooth: Fix the HCI to MGMT status conversion table | Yu Liu | 2021-07-19 | 1 | -0/+3 |
* | Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated event | Luiz Augusto von Dentz | 2021-07-14 | 1 | -1/+12 |
* | Bluetooth: Fix Set Extended (Scan Response) Data | Luiz Augusto von Dentz | 2021-07-14 | 1 | -22/+29 |
* | Bluetooth: Fix not sending Set Extended Scan Response | Luiz Augusto von Dentz | 2021-07-14 | 1 | -8/+6 |
* | Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_valid | Luiz Augusto von Dentz | 2021-07-14 | 1 | -0/+3 |
* | Bluetooth: Remove spurious error message | Szymon Janc | 2021-07-14 | 1 | -9/+5 |
* | Bluetooth: use correct lock to prevent UAF of hdev object | Lin Ma | 2021-06-10 | 1 | -2/+2 |
* | Bluetooth: fix the erroneous flush_work() order | Lin Ma | 2021-06-10 | 1 | -1/+6 |
* | Bluetooth: cmtp: fix file refcount when cmtp_attach_device fails | Thadeu Lima de Souza Cascardo | 2021-06-03 | 1 | -0/+5 |
* | Bluetooth: SMP: Fail if remote and local public keys are identical | Luiz Augusto von Dentz | 2021-05-26 | 1 | -0/+9 |
* | Bluetooth: check for zapped sk before connecting | Archie Pusaka | 2021-05-19 | 1 | -0/+8 |
* | Bluetooth: initialize skb_queue_head at l2cap_chan_create() | Tetsuo Handa | 2021-05-19 | 1 | -0/+2 |
* | Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan default | Archie Pusaka | 2021-05-19 | 1 | -0/+2 |
* | Bluetooth: Fix incorrect status handling in LE PHY UPDATE event | Ayush Garg | 2021-05-19 | 1 | -1/+1 |
* | Bluetooth: avoid deadlock between hci_dev->lock and socket lock | Jiri Kosina | 2021-05-14 | 1 | -4/+0 |
* | bluetooth: eliminate the potential race condition when removing the HCI contr... | Lin Ma | 2021-05-14 | 1 | -4/+8 |
* | Bluetooth: verify AMP hci_chan before amp_destroy | Archie Pusaka | 2021-05-14 | 1 | -1/+2 |
* | Fix misc new gcc warnings | Linus Torvalds | 2021-05-11 | 1 | -1/+1 |
* | Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_data | Gopal Tiwari | 2021-03-07 | 1 | -0/+3 |
* | Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirk | Hans de Goede | 2021-03-07 | 1 | -7/+11 |
* | Bluetooth: btusb: fix memory leak on suspend and resume | Vamshi K Sthambamkadi | 2021-03-07 | 1 | -1/+2 |
* | Bluetooth: Put HCI device if inquiry procedure interrupts | Pan Bian | 2021-03-04 | 1 | -2/+4 |
* | Bluetooth: drop HCI device reference before return | Pan Bian | 2021-03-04 | 1 | -0/+1 |
* | Bluetooth: Fix initializing response id after clearing struct | Christopher William Snowhill | 2021-03-04 | 1 | -1/+1 |
* | Bluetooth: Fix attempting to set RPA timeout when unsupported | Edward Vear | 2021-01-09 | 1 | -1/+1 |
* | Bluetooth: sco: Fix crash when using BT_SNDMTU/BT_RCVMTU option | Wei Yongjun | 2020-12-30 | 1 | -0/+5 |
* | Bluetooth: Fix: LL PRivacy BLE device fails to connect | Sathish Narasimman | 2020-12-30 | 1 | -4/+8 |
* | Bluetooth: Fix null pointer dereference in hci_event_packet() | Anmol Karn | 2020-12-30 | 1 | -0/+5 |
* | Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt() | Peilin Ye | 2020-12-26 | 1 | -7/+5 |
* | Bluetooth: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-10-29 | 1 | -1/+2 |
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2020-09-29 | 9 | -37/+292 |
|\ |
|
| * | Bluetooth: MGMT: Fix not checking if BT_HS is enabled | Luiz Augusto von Dentz | 2020-09-25 | 1 | -1/+6 |
| * | Bluetooth: Disable High Speed by default | Luiz Augusto von Dentz | 2020-09-25 | 1 | -1/+0 |
| * | Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channel | Luiz Augusto von Dentz | 2020-09-25 | 2 | -3/+18 |
| * | Bluetooth: A2MP: Fix not initializing all members | Luiz Augusto von Dentz | 2020-09-25 | 1 | -1/+21 |
| * | Bluetooth: Fix update of own_addr_type if ll_privacy supported | Sathish Narasimman | 2020-09-25 | 1 | -1/+7 |
| * | Bluetooth: Fix auto-creation of hci_conn at Conn Complete event | Sonny Sasaka | 2020-09-20 | 1 | -6/+11 |
| * | Bluetooth: Set scan parameters for ADV Monitor | Howard Chung | 2020-09-20 | 1 | -0/+3 |
| * | Bluetooth: Update Adv monitor count upon removal | Miao-chen Chou | 2020-09-20 | 1 | -0/+2 |
| * | Bluetooth: pause/resume advertising around suspend | Daniel Winkler | 2020-09-14 | 1 | -10/+57 |
| * | Bluetooth: Emit controller suspend and resume events | Abhishek Pandit-Subedi | 2020-09-13 | 2 | -1/+97 |
| * | Bluetooth: Add suspend reason for device disconnect | Abhishek Pandit-Subedi | 2020-09-13 | 1 | -0/+4 |