summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-net-next-2023-08-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2023-08-1341-1002/+2370
|\
| * Bluetooth: hci_conn: avoid checking uninitialized CIG/CIS idsPauli Virtanen2023-08-112-2/+4
| * Bluetooth: hci_event: drop only unbound CIS if Set CIG Parameters failsPauli Virtanen2023-08-111-5/+24
| * Bluetooth: btrtl: Load FW v2 otherwise FW v1 for RTL8852CMax Chou2023-08-111-25/+45
| * Bluetooth: Remove unnecessary NULL check before vfree()Ziyang Xuan2023-08-111-2/+1
| * Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()Manish Mandlik2023-08-111-1/+1
| * Bluetooth: Fix potential use-after-free when clear keysMin Li2023-08-111-8/+8
| * Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macrosLuiz Augusto von Dentz2023-08-113-11/+15
| * Bluetooth: hci_conn: Fix hci_le_set_cig_paramsLuiz Augusto von Dentz2023-08-111-94/+63
| * Bluetooth: hci_core: Make hci_is_le_conn_scanning publicLuiz Augusto von Dentz2023-08-113-42/+21
| * Bluetooth: hci_conn: Fix not allowing valid CIS IDLuiz Augusto von Dentz2023-08-111-3/+6
| * Bluetooth: hci_conn: Fix modifying handle while abortingLuiz Augusto von Dentz2023-08-113-18/+39
| * Bluetooth: ISO: Fix not checking for valid CIG/CIS IDsLuiz Augusto von Dentz2023-08-111-0/+6
| * Bluetooth: hci_sync: Fix UAF on hci_abort_conn_syncLuiz Augusto von Dentz2023-08-111-16/+29
| * Bluetooth: hci_sync: Fix handling of HCI_OP_CREATE_CONN_CANCELLuiz Augusto von Dentz2023-08-111-0/+11
| * Bluetooth: hci_sync: delete CIS in BT_OPEN/CONNECT/BOUND when abortingPauli Virtanen2023-08-111-7/+9
| * Bluetooth: ISO: handle bound CIS cleanup via hci_connPauli Virtanen2023-08-112-13/+6
| * Bluetooth: Remove unused declaration amp_read_loc_info()Yue Haibing2023-08-111-1/+0
| * Bluetooth: btusb: Move btusb_recv_event_intel to btintelLuiz Augusto von Dentz2023-08-113-74/+76
| * Bluetooth: btqca: Add WCN3988 supportLuca Weiss2023-08-113-4/+33
| * dt-bindings: net: qualcomm: Add WCN3988Luca Weiss2023-08-111-0/+2
| * Bluetooth: btnxpuart: Add support for AW693 chipsetNeeraj Sanjay Kale2023-08-111-8/+31
| * Bluetooth: nokia: fix value check in nokia_bluetooth_serdev_probe()Yuanjun Gong2023-08-111-1/+5
| * bluetooth: Explicitly include correct DT includesRob Herring2023-08-113-3/+2
| * Bluetooth: btbcm: add default address for BCM43430A1Mans Rullgard2023-08-111-0/+5
| * Bluetooth: ISO: Add support for BT_PKT_STATUSLuiz Augusto von Dentz2023-08-111-0/+20
| * Bluetooth: af_bluetooth: Make BT_PKT_STATUS genericLuiz Augusto von Dentz2023-08-115-28/+14
| * Bluetooth: btmtk: Fix kernel crash when processing coredumpChris Lu2023-08-112-6/+7
| * Bluetooth: btusb: Add support for another MediaTek 7922 VID/PIDRoger Gammans2023-08-111-0/+3
| * Bluetooth: Fix hci_suspend_sync crashYing Hsu2023-08-111-0/+4
| * Bluetooth: hci_ldisc: check HCI_UART_PROTO_READY flag in HCIUARTGETPROTOLee, Chun-Yi2023-08-111-1/+2
| * Bluetooth: hci_debugfs: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-08-111-1/+2
| * Bluetooth: btusb: Add new VID/PID 04ca/3804 for MT7922Chris Lu2023-08-111-0/+3
| * Bluetooth: btusb: Add new VID/PID 0489/e102 for MT7922Chris Lu2023-08-111-0/+3
| * Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz2023-08-113-8/+14
| * Bluetooth: hci_sync: Don't double print name in add/remove adv_monitorDouglas Anderson2023-08-111-5/+5
| * Bluetooth: Add support for Gale Peak (8087:0036)Kiran K2023-08-111-0/+1
| * Bluetooth: btusb: Add a new VID/PID 0489/e0f6 for MT7922Chris Lu2023-08-111-0/+3
| * Bluetooth: msft: Fix error code in msft_cancel_address_filter_sync()Dan Carpenter2023-08-111-1/+1
| * Bluetooth: ISO: Notify user space about failed bis connectionsIulia Tanasescu2023-08-115-38/+93
| * Bluetooth: btusb: Add device 0489:e0f5 as MT7922 deviceValentin David2023-08-111-0/+3
| * Bluetooth: hci_conn: Always allocate unique handlesLuiz Augusto von Dentz2023-08-113-7/+26
| * Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_syncLuiz Augusto von Dentz2023-08-113-18/+53
| * Bluetooth: hci_conn: Consolidate code for aborting connectionsLuiz Augusto von Dentz2023-08-114-147/+47
| * Bluetooth: btusb: mediatek: add MediaTek devcoredump supportJing Cai2023-08-113-0/+154
| * Bluetooth: btmtk: introduce btmtk reset workJing Cai2023-08-113-71/+97
| * Bluetooth: btusb: mediatek: readx_poll_timeout replaces open codingSean Wang2023-08-111-15/+15
| * Bluetooth: btmtk: add printing firmware informationChris Lu2023-08-111-0/+5
| * Bluetooth: btintel: Add support for Gale PeakKiran K2023-08-111-0/+3
| * Bluetooth: hci_sync: Enable events for BIS capable devicesClaudia Draghicescu2023-08-111-0/+3