summaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_core: Fix not handling hibernation actionsLuiz Augusto von Dentz2024-08-231-2/+8
* Bluetooth: MGMT: Add error handling to pair_device()Griffin Kroah-Hartman2024-08-151-0/+4
* Bluetooth: SMP: Fix assumption of Central always being InitiatorLuiz Augusto von Dentz2024-08-151-72/+72
* Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz2024-08-151-12/+7
* Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-inLuiz Augusto von Dentz2024-08-151-1/+1
* Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitorAnton Khirnov2024-08-071-0/+14
* Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()Dmitry Antipov2024-08-071-0/+1
* Bluetooth: hci_event: Fix setting DISCOVERY_FINDING for passive scanningLuiz Augusto von Dentz2024-07-262-9/+3
* Bluetooth: hci_sync: Fix suspending with wrong filter policyLuiz Augusto von Dentz2024-07-261-0/+21
* Bluetooth: Remove hci_request.{c,h}Luiz Augusto von Dentz2024-07-159-965/+1
* Bluetooth: hci_sync: Remove remaining dependencies of hci_requestLuiz Augusto von Dentz2024-07-152-20/+11
* Bluetooth: hci_sync: Move handling of interleave_scanLuiz Augusto von Dentz2024-07-152-7/+49
* Bluetooth: hci_core: Don't use hci_prepare_cmdLuiz Augusto von Dentz2024-07-152-5/+4
* Bluetooth: hci_core: Remove usage of hci_req_syncLuiz Augusto von Dentz2024-07-152-30/+9
* Bluetooth: Fix usage of __hci_cmd_sync_statusLuiz Augusto von Dentz2024-07-151-15/+12
* Bluetooth: hci_core: cleanup struct hci_devDmitry Antipov2024-07-151-1/+0
* Bluetooth: hci_core, hci_sync: cleanup struct discovery_stateDmitry Antipov2024-07-151-2/+0
* Bluetooth: hci_event: Set QoS encryption from BIGInfo reportIulia Tanasescu2024-07-151-0/+2
* Bluetooth: Add vendor-specific packet classification for ISO dataYing Hsu2024-07-151-0/+16
* Bluetooth: iso: remove unused struct 'iso_list_data'Dr. David Alan Gilbert2024-07-151-5/+0
* Bluetooth: MGMT: Uninitialized variable in load_conn_param()Dan Carpenter2024-07-151-1/+1
* tty: rfcomm: prefer array indexing over pointer arithmeticErick Archer2024-07-151-6/+6
* tty: rfcomm: prefer struct_size over open coded arithmeticErick Archer2024-07-151-7/+4
* Bluetooth: hci_core: Prefer array indexing over pointer arithmeticErick Archer2024-07-151-2/+2
* Bluetooth: hci_core: Prefer struct_size over open coded arithmeticErick Archer2024-07-151-7/+4
* Bluetooth: MGMT: Make MGMT_OP_LOAD_CONN_PARAM update existing connectionLuiz Augusto von Dentz2024-07-152-2/+66
* Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz2024-06-284-66/+35
* bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAXPavel Skripkin2024-06-281-3/+12
* Bluetooth: ISO: Check socket flag instead of hconIulia Tanasescu2024-06-281-2/+1
* bluetooth/l2cap: sync sock recv cb and releaseEdward Adam Davis2024-06-281-3/+22
* Bluetooth: Ignore too large handle values in BIGEdward Adam Davis2024-06-281-0/+4
* Bluetooth: hci_core: cancel all works upon hci_unregister_dev()Tetsuo Handa2024-06-281-0/+4
* Bluetooth: hci_event: Fix setting of unicast qos intervalLuiz Augusto von Dentz2024-06-281-3/+19
* Bluetooth: Add quirk to ignore reserved PHY bits in LE Extended Adv ReportSven Peter2024-06-281-0/+7
* Bluetooth: fix connection setup in l2cap_connectPauli Virtanen2024-06-101-2/+2
* Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz2024-06-101-7/+1
* Bluetooth: hci_sync: Fix not using correct handleLuiz Augusto von Dentz2024-06-101-1/+1
* Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds2024-05-184-9/+9
|\
| * net: change proto and proto_ops accept typeJens Axboe2024-05-144-9/+9
* | Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz2024-05-142-9/+17
* | Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz2024-05-147-457/+47
* | Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim2024-05-145-53/+78
* | Bluetooth: hci_conn: Use __counted_by() and avoid -Wfamnae warningGustavo A. R. Silva2024-05-141-22/+16
* | LE Create Connection command timeout increased to 20 secsMahesh Talewad2024-05-141-1/+1
* | Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban2024-05-142-25/+122
* | Bluetooth: hci_sync: Use cmd->num_cis instead of magic numberGustavo A. R. Silva2024-05-141-1/+1
* | Bluetooth: hci_conn: Use struct_size() in hci_le_big_create_sync()Gustavo A. R. Silva2024-05-141-1/+1
* | Bluetooth: hci_conn: Use __counted_by() to avoid -Wfamnae warningGustavo A. R. Silva2024-05-141-15/+11
* | Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warningsGustavo A. R. Silva2024-05-142-51/+36
* | Bluetooth: Remove 3 repeated macro definitionsZijun Hu2024-05-141-4/+0