| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macros | Luiz Augusto von Dentz | 2023-08-11 | 3 | -11/+15 |
| * | Bluetooth: hci_conn: Fix hci_le_set_cig_params | Luiz Augusto von Dentz | 2023-08-11 | 1 | -94/+63 |
| * | Bluetooth: hci_core: Make hci_is_le_conn_scanning public | Luiz Augusto von Dentz | 2023-08-11 | 3 | -42/+21 |
| * | Bluetooth: hci_conn: Fix not allowing valid CIS ID | Luiz Augusto von Dentz | 2023-08-11 | 1 | -3/+6 |
| * | Bluetooth: hci_conn: Fix modifying handle while aborting | Luiz Augusto von Dentz | 2023-08-11 | 3 | -18/+39 |
| * | Bluetooth: ISO: Fix not checking for valid CIG/CIS IDs | Luiz Augusto von Dentz | 2023-08-11 | 1 | -0/+6 |
| * | Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync | Luiz Augusto von Dentz | 2023-08-11 | 1 | -16/+29 |
| * | Bluetooth: hci_sync: Fix handling of HCI_OP_CREATE_CONN_CANCEL | Luiz Augusto von Dentz | 2023-08-11 | 1 | -0/+11 |
| * | Bluetooth: hci_sync: delete CIS in BT_OPEN/CONNECT/BOUND when aborting | Pauli Virtanen | 2023-08-11 | 1 | -7/+9 |
| * | Bluetooth: ISO: handle bound CIS cleanup via hci_conn | Pauli Virtanen | 2023-08-11 | 2 | -13/+6 |
| * | Bluetooth: Remove unused declaration amp_read_loc_info() | Yue Haibing | 2023-08-11 | 1 | -1/+0 |
| * | Bluetooth: btusb: Move btusb_recv_event_intel to btintel | Luiz Augusto von Dentz | 2023-08-11 | 3 | -74/+76 |
| * | Bluetooth: btqca: Add WCN3988 support | Luca Weiss | 2023-08-11 | 3 | -4/+33 |
| * | dt-bindings: net: qualcomm: Add WCN3988 | Luca Weiss | 2023-08-11 | 1 | -0/+2 |
| * | Bluetooth: btnxpuart: Add support for AW693 chipset | Neeraj Sanjay Kale | 2023-08-11 | 1 | -8/+31 |
| * | Bluetooth: nokia: fix value check in nokia_bluetooth_serdev_probe() | Yuanjun Gong | 2023-08-11 | 1 | -1/+5 |
| * | bluetooth: Explicitly include correct DT includes | Rob Herring | 2023-08-11 | 3 | -3/+2 |
| * | Bluetooth: btbcm: add default address for BCM43430A1 | Mans Rullgard | 2023-08-11 | 1 | -0/+5 |
| * | Bluetooth: ISO: Add support for BT_PKT_STATUS | Luiz Augusto von Dentz | 2023-08-11 | 1 | -0/+20 |
| * | Bluetooth: af_bluetooth: Make BT_PKT_STATUS generic | Luiz Augusto von Dentz | 2023-08-11 | 5 | -28/+14 |
| * | Bluetooth: btmtk: Fix kernel crash when processing coredump | Chris Lu | 2023-08-11 | 2 | -6/+7 |
| * | Bluetooth: btusb: Add support for another MediaTek 7922 VID/PID | Roger Gammans | 2023-08-11 | 1 | -0/+3 |
| * | Bluetooth: Fix hci_suspend_sync crash | Ying Hsu | 2023-08-11 | 1 | -0/+4 |
| * | Bluetooth: hci_ldisc: check HCI_UART_PROTO_READY flag in HCIUARTGETPROTO | Lee, Chun-Yi | 2023-08-11 | 1 | -1/+2 |
| * | Bluetooth: hci_debugfs: Use kstrtobool() instead of strtobool() | Christophe JAILLET | 2023-08-11 | 1 | -1/+2 |
| * | Bluetooth: btusb: Add new VID/PID 04ca/3804 for MT7922 | Chris Lu | 2023-08-11 | 1 | -0/+3 |
| * | Bluetooth: btusb: Add new VID/PID 0489/e102 for MT7922 | Chris Lu | 2023-08-11 | 1 | -0/+3 |
| * | Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTH | Luiz Augusto von Dentz | 2023-08-11 | 3 | -8/+14 |
| * | Bluetooth: hci_sync: Don't double print name in add/remove adv_monitor | Douglas Anderson | 2023-08-11 | 1 | -5/+5 |
| * | Bluetooth: Add support for Gale Peak (8087:0036) | Kiran K | 2023-08-11 | 1 | -0/+1 |
| * | Bluetooth: btusb: Add a new VID/PID 0489/e0f6 for MT7922 | Chris Lu | 2023-08-11 | 1 | -0/+3 |
| * | Bluetooth: msft: Fix error code in msft_cancel_address_filter_sync() | Dan Carpenter | 2023-08-11 | 1 | -1/+1 |
| * | Bluetooth: ISO: Notify user space about failed bis connections | Iulia Tanasescu | 2023-08-11 | 5 | -38/+93 |
| * | Bluetooth: btusb: Add device 0489:e0f5 as MT7922 device | Valentin David | 2023-08-11 | 1 | -0/+3 |
| * | Bluetooth: hci_conn: Always allocate unique handles | Luiz Augusto von Dentz | 2023-08-11 | 3 | -7/+26 |
| * | Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_sync | Luiz Augusto von Dentz | 2023-08-11 | 3 | -18/+53 |
| * | Bluetooth: hci_conn: Consolidate code for aborting connections | Luiz Augusto von Dentz | 2023-08-11 | 4 | -147/+47 |
| * | Bluetooth: btusb: mediatek: add MediaTek devcoredump support | Jing Cai | 2023-08-11 | 3 | -0/+154 |
| * | Bluetooth: btmtk: introduce btmtk reset work | Jing Cai | 2023-08-11 | 3 | -71/+97 |
| * | Bluetooth: btusb: mediatek: readx_poll_timeout replaces open coding | Sean Wang | 2023-08-11 | 1 | -15/+15 |
| * | Bluetooth: btmtk: add printing firmware information | Chris Lu | 2023-08-11 | 1 | -0/+5 |
| * | Bluetooth: btintel: Add support for Gale Peak | Kiran K | 2023-08-11 | 1 | -0/+3 |
| * | Bluetooth: hci_sync: Enable events for BIS capable devices | Claudia Draghicescu | 2023-08-11 | 1 | -0/+3 |
| * | Bluetooth: msft: Extended monitor tracking by address filter | Hilda Wu | 2023-08-11 | 3 | -15/+411 |
| * | Bluetooth: btusb: Add support Mediatek MT7925 | Peter Tsao | 2023-08-11 | 3 | -20/+64 |
| * | Bluetooth: btintel: Add support to reset bluetooth via ACPI DSM | Kiran K | 2023-08-11 | 3 | -0/+139 |
| * | Bluetooth: hci_qca: Add qcom devcoredump support | Sai Teja Aluvala | 2023-08-11 | 1 | -50/+85 |
| * | Bluetooth: hci_qca: Add qcom devcoredump sysfs support | Sai Teja Aluvala | 2023-08-11 | 1 | -0/+15 |
| * | Bluetooth: ISO: Support multiple BIGs | Iulia Tanasescu | 2023-08-11 | 4 | -45/+63 |
| * | Bluetooth: hci_sock: Forward credentials to monitor | Luiz Augusto von Dentz | 2023-08-11 | 2 | -2/+66 |