summaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Bluetooth: hci_conn: Remove a redundant check for HFP offloadZijun Hu2024-05-141-4/+4
* | Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-05-141-25/+21
* | Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generatedIulia Tanasescu2024-05-142-79/+73
* | Bluetooth: ISO: Make iso_get_sock_listen genericIulia Tanasescu2024-05-141-33/+42
* | Bluetooth: hci_event: Set DISCOVERY_FINDING on SCAN_ENABLEDLuiz Augusto von Dentz2024-05-142-4/+10
* | Bluetooth: Add proper definitions for scan interval and windowLuiz Augusto von Dentz2024-05-141-8/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-096-16/+23
|\
| * Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeoutDuoming Zhou2024-05-031-0/+3
| * Bluetooth: HCI: Fix potential null-ptr-derefSungwoo Kim2024-05-031-0/+2
| * Bluetooth: msft: fix slab-use-after-free in msft_do_close()Sungwoo Kim2024-05-033-5/+4
| * Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()Sungwoo Kim2024-05-031-11/+10
| * Bluetooth: Fix use-after-free bugs caused by sco_sock_timeoutDuoming Zhou2024-05-031-0/+4
* | ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-1/+1
|/
* Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv MonitorChun-Yi Lee2024-04-241-2/+2
* Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUIDLuiz Augusto von Dentz2024-04-241-5/+15
* Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZELuiz Augusto von Dentz2024-04-241-3/+2
* Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_syncLuiz Augusto von Dentz2024-04-244-14/+23
* Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor2024-04-242-6/+8
* Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bitArchie Pusaka2024-04-101-2/+1
* Bluetooth: hci_sock: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-13/+8
* Bluetooth: ISO: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-24/+12
* Bluetooth: L2CAP: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-32/+20
* Bluetooth: RFCOMM: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-9/+5
* Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-13/+10
* Bluetooth: Fix memory leak in hci_req_sync_complete()Dmitry Antipov2024-04-101-1/+3
* Bluetooth: hci_sync: Fix using the same interval and window for Coded PHYLuiz Augusto von Dentz2024-04-101-3/+3