summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2024-09-10Bluetooth: hci_sync: Ignore errors from HCI_OP_REMOTE_NAME_REQ_CANCELLuiz Augusto von Dentz-1/+4
2024-09-10Bluetooth: CMTP: Mark BT_CMTP as DEPRECATEDLuiz Augusto von Dentz-2/+2
2024-09-10Bluetooth: replace deprecated strncpy with strscpy_padJustin Stitt-24/+8
2024-09-10Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILEDLuiz Augusto von Dentz-8/+11
2024-09-10Bluetooth: Use led_set_brightness() in LED trigger activate() callbackHans de Goede-1/+1
2024-09-10Bluetooth: hci_conn: Remove redundant memset after kzallocKuan-Wei Chiu-1/+0
2024-08-30Bluetooth: MGMT: Ignore keys being loaded with invalid typeLuiz Augusto von Dentz-18/+19
2024-08-30Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz-25/+7
2024-08-30Bluetooth: MGMT: Fix not generating command complete for MGMT_OP_DISCONNECTLuiz Augusto von Dentz-43/+47
2024-08-30Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_onceLuiz Augusto von Dentz-2/+40
2024-08-23Bluetooth: hci_core: Fix not handling hibernation actionsLuiz Augusto von Dentz-2/+8
2024-08-15Bluetooth: MGMT: Add error handling to pair_device()Griffin Kroah-Hartman-0/+4
2024-08-15Bluetooth: SMP: Fix assumption of Central always being InitiatorLuiz Augusto von Dentz-72/+72
2024-08-15Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz-12/+7
2024-08-15Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-inLuiz Augusto von Dentz-1/+1
2024-08-07Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitorAnton Khirnov-0/+14
2024-08-07Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()Dmitry Antipov-0/+1
2024-07-26Bluetooth: hci_event: Fix setting DISCOVERY_FINDING for passive scanningLuiz Augusto von Dentz-9/+3
2024-07-26Bluetooth: hci_sync: Fix suspending with wrong filter policyLuiz Augusto von Dentz-0/+21
2024-07-15Bluetooth: Remove hci_request.{c,h}Luiz Augusto von Dentz-965/+1
2024-07-15Bluetooth: hci_sync: Remove remaining dependencies of hci_requestLuiz Augusto von Dentz-20/+11
2024-07-15Bluetooth: hci_sync: Move handling of interleave_scanLuiz Augusto von Dentz-7/+49
2024-07-15Bluetooth: hci_core: Don't use hci_prepare_cmdLuiz Augusto von Dentz-5/+4
2024-07-15Bluetooth: hci_core: Remove usage of hci_req_syncLuiz Augusto von Dentz-30/+9
2024-07-15Bluetooth: Fix usage of __hci_cmd_sync_statusLuiz Augusto von Dentz-15/+12
2024-07-15Bluetooth: hci_core: cleanup struct hci_devDmitry Antipov-1/+0
2024-07-14Bluetooth: hci_core, hci_sync: cleanup struct discovery_stateDmitry Antipov-2/+0
2024-07-14Bluetooth: hci_event: Set QoS encryption from BIGInfo reportIulia Tanasescu-0/+2
2024-07-14Bluetooth: Add vendor-specific packet classification for ISO dataYing Hsu-0/+16
2024-07-14Bluetooth: iso: remove unused struct 'iso_list_data'Dr. David Alan Gilbert-5/+0
2024-07-14Bluetooth: MGMT: Uninitialized variable in load_conn_param()Dan Carpenter-1/+1
2024-07-14tty: rfcomm: prefer array indexing over pointer arithmeticErick Archer-6/+6
2024-07-14tty: rfcomm: prefer struct_size over open coded arithmeticErick Archer-7/+4
2024-07-14Bluetooth: hci_core: Prefer array indexing over pointer arithmeticErick Archer-2/+2
2024-07-14Bluetooth: hci_core: Prefer struct_size over open coded arithmeticErick Archer-7/+4
2024-07-14Bluetooth: MGMT: Make MGMT_OP_LOAD_CONN_PARAM update existing connectionLuiz Augusto von Dentz-2/+66
2024-06-28Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz-66/+35
2024-06-28bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAXPavel Skripkin-3/+12
2024-06-28Bluetooth: ISO: Check socket flag instead of hconIulia Tanasescu-2/+1
2024-06-28bluetooth/l2cap: sync sock recv cb and releaseEdward Adam Davis-3/+22
2024-06-28Bluetooth: Ignore too large handle values in BIGEdward Adam Davis-0/+4
2024-06-28Bluetooth: hci_core: cancel all works upon hci_unregister_dev()Tetsuo Handa-0/+4
2024-06-28Bluetooth: hci_event: Fix setting of unicast qos intervalLuiz Augusto von Dentz-3/+19
2024-06-28Bluetooth: Add quirk to ignore reserved PHY bits in LE Extended Adv ReportSven Peter-0/+7
2024-06-10Bluetooth: fix connection setup in l2cap_connectPauli Virtanen-2/+2
2024-06-10Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz-7/+1
2024-06-10Bluetooth: hci_sync: Fix not using correct handleLuiz Augusto von Dentz-1/+1
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds-9/+9
2024-05-14Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz-9/+17
2024-05-14Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz-457/+47