summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: SCO: Add support for 16 bits transparent voice settingFrédéric Danis2024-12-121-0/+1
* Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz2024-12-121-38/+70
* Bluetooth: Improve setsockopt() handling of malformed user inputMichal Luczaj2024-12-111-9/+0
* Bluetooth: MGMT: Add initial implementation of MGMT_OP_HCI_CMD_SYNCLuiz Augusto von Dentz2024-11-141-0/+10
* Bluetooth: HCI: Add IPC(11) bus typeLuiz Augusto von Dentz2024-11-141-0/+1
* Bluetooth: ISO: Update hci_conn_hash_lookup_big for Broadcast slaveIulia Tanasescu2024-11-141-1/+11
* Bluetooth: ISO: Do not emit LE BIG Create Sync if previous is pendingIulia Tanasescu2024-11-142-0/+30
* Bluetooth: ISO: Do not emit LE PA Create Sync if previous is pendingIulia Tanasescu2024-11-142-1/+36
* Bluetooth: Add new quirks for ATS2851Danil Pylaev2024-11-142-4/+20
* Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz2024-10-231-0/+1
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILEDLuiz Augusto von Dentz2024-09-101-2/+2
* Bluetooth: L2CAP: Remove unused declarationsYue Haibing2024-09-101-4/+0
* Bluetooth: Add a helper function to extract iso headerKiran K2024-09-101-0/+5
* Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz2024-08-301-5/+0
* Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_onceLuiz Augusto von Dentz2024-08-301-0/+4
* Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-inLuiz Augusto von Dentz2024-08-152-8/+11
* Bluetooth: Remove hci_request.{c,h}Luiz Augusto von Dentz2024-07-151-0/+4
* Bluetooth: hci_sync: Remove remaining dependencies of hci_requestLuiz Augusto von Dentz2024-07-151-0/+17
* Bluetooth: hci_core: Don't use hci_prepare_cmdLuiz Augusto von Dentz2024-07-151-0/+4
* Bluetooth: hci_core: Remove usage of hci_req_syncLuiz Augusto von Dentz2024-07-151-0/+2
* Bluetooth: hci_core: cleanup struct hci_devDmitry Antipov2024-07-151-2/+0
* Bluetooth: hci_core, hci_sync: cleanup struct discovery_stateDmitry Antipov2024-07-151-4/+0
* Bluetooth: Add vendor-specific packet classification for ISO dataYing Hsu2024-07-151-0/+1
* tty: rfcomm: prefer struct_size over open coded arithmeticErick Archer2024-07-151-1/+1
* Bluetooth: hci_core: Prefer struct_size over open coded arithmeticErick Archer2024-07-151-1/+1
* Bluetooth: MGMT: Make MGMT_OP_LOAD_CONN_PARAM update existing connectionLuiz Augusto von Dentz2024-07-151-0/+3
* Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz2024-06-281-0/+2
* Bluetooth: Add quirk to ignore reserved PHY bits in LE Extended Adv ReportSven Peter2024-06-281-0/+11
* Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz2024-06-101-4/+32
* Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz2024-05-141-0/+1
* Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz2024-05-142-159/+1
* Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim2024-05-142-0/+10
* Bluetooth: hci_conn: Use __counted_by() and avoid -Wfamnae warningGustavo A. R. Silva2024-05-141-1/+1
* LE Create Connection command timeout increased to 20 secsMahesh Talewad2024-05-141-1/+0
* Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban2024-05-141-1/+10
* Bluetooth: hci_conn: Use __counted_by() to avoid -Wfamnae warningGustavo A. R. Silva2024-05-141-1/+1
* Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warningsGustavo A. R. Silva2024-05-141-4/+4
* Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-05-141-8/+14
* Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generatedIulia Tanasescu2024-05-141-2/+1
* Bluetooth: ISO: Make iso_get_sock_listen genericIulia Tanasescu2024-05-141-1/+1
* Bluetooth: Add proper definitions for scan interval and windowLuiz Augusto von Dentz2024-05-141-2/+16
* Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZELuiz Augusto von Dentz2024-04-241-0/+4
* Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_syncLuiz Augusto von Dentz2024-04-241-1/+3
* Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-0/+9
* Bluetooth: add quirk for broken address propertiesJohan Hovold2024-03-291-0/+9
* Bluetooth: ISO: Align broadcast sync_timeout with connection timeoutLuiz Augusto von Dentz2024-03-071-0/+2
* Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto2024-03-061-0/+8
* Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz2024-03-061-0/+1
* Bluetooth: ISO: Reassemble PA data for bcast sinkIulia Tanasescu2024-03-062-2/+8