aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
4 daysBluetooth: RFCOMM: validate skb length in MCC handlersSeungJu Cheon1-18/+49
4 daysBluetooth: MGMT: validate advertising TLV before type checksZhang Cen1-6/+6
4 daysBluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind()Zhang Cen1-4/+22
4 daysBluetooth: hci_sync: Reset device counters in hci_dev_close_sync()Heitor Alves de Siqueira1-0/+4
4 daysBluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device closeHeitor Alves de Siqueira1-0/+8
4 daysBluetooth: hci_core: Rework hci_dev_do_reset() to use hci_sync functionsHeitor Alves de Siqueira1-40/+3
4 daysBluetooth: ISO: serialize iso_sock_clear_timer with socket lockMuhammad Bilal1-1/+1
4 daysBluetooth: ISO: fix UAF in iso_recv_frameMuhammad Bilal1-3/+7
4 daysBluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rspLuiz Augusto von Dentz1-5/+22
4 daysBluetooth: l2cap: clear chan->ident on ECRED reconfiguration successZhenghang Xiao1-2/+8
4 daysBluetooth: hci_sync: fix UAF in hci_le_create_cis_syncDoruk Tan Ozturk1-1/+3
4 daysBluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt()Zhao Dongdong1-0/+2
4 daysBluetooth: hci_sync: Add support for HCI_LE_Set_Host_Feature [v2]Luiz Augusto von Dentz1-1/+23
11 daysBluetooth: HIDP: fix missing length checks in hidp_input_report()Muhammad Bilal1-5/+18
11 daysBluetooth: L2CAP: use chan timer to close channels in cleanup_listen()Siwei Zhang1-7/+9
11 daysBluetooth: L2CAP: fix chan ref leak in l2cap_chan_timeout() on !connSiwei Zhang1-1/+3
11 daysBluetooth: hci_conn: Fix memory leak in hci_le_big_terminate()Pavitra Jha1-1/+3
11 daysBluetooth: fix UAF in l2cap_sock_cleanup_listen() vs l2cap_conn_del()Safa Karakuş5-10/+78
13 daysBluetooth: MGMT: validate Add Extended Advertising Data lengthMichael Bommarito1-0/+6
2026-05-15Bluetooth: ISO: drop ISO_END frames received without prior ISO_STARTDavid Carlier1-0/+5
2026-05-15Bluetooth: hci_sync: Fix not setting mask for HCI_EVT_LE_ALL_REMOTE_FEATURES_...Luiz Augusto von Dentz1-3/+3
2026-05-15Bluetooth: bnep: Fix UAF read of dev->nameJann Horn1-1/+1
2026-05-12Bluetooth: SCO: convert to getsockopt_iterBreno Leitao1-28/+31
2026-05-12Bluetooth: L2CAP: convert to getsockopt_iterBreno Leitao1-24/+37
2026-05-12Bluetooth: RFCOMM: convert to getsockopt_iterBreno Leitao1-13/+17
2026-05-12Bluetooth: ISO: convert to getsockopt_iterBreno Leitao1-13/+14
2026-05-12Bluetooth: hci_sock: convert to getsockopt_iterBreno Leitao1-11/+15
2026-05-12Bluetooth: hci_sock: write the full optval for getsockoptBreno Leitao1-2/+2
2026-05-11Bluetooth: L2CAP: ecred_reconfigure: send packed pdu, not stack pointerMichael Bommarito1-1/+1
2026-05-07Bluetooth: serialize accept_q accessJiexun Wang1-22/+65
2026-05-06Bluetooth: HIDP: serialise l2cap_unregister_user via hidp_session_semMichael Bommarito1-3/+24
2026-05-06Bluetooth: hci_event: fix memset typoJann Horn1-1/+1
2026-05-06Bluetooth: SMP: Use AES-CMAC library APIEric Biggers2-118/+65
2026-05-06Bluetooth: Remove unneeded crypto kconfig selectionsEric Biggers1-3/+0
2026-05-06Bluetooth: RFCOMM: pull credit byte with skb_pull_data()Pengpeng Hou1-2/+5
2026-05-06Bluetooth: 6lowpan: fix cyclic locking warning on netdev unregisterPauli Virtanen1-2/+23
2026-05-06Bluetooth: ISO: Fix data-race on iso_pi(sk) in socket and HCI event pathsSeungJu Cheon1-24/+30
2026-05-06Bluetooth: ISO: Fix data-race on dst in iso_sock_connect()SeungJu Cheon1-1/+1
2026-05-06Bluetooth: SCO: hold sk properly in sco_conn_readyPauli Virtanen1-12/+32
2026-05-06Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_new_connection_cb()Siwei Zhang1-0/+3
2026-05-06Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_get_sndtimeo_cb()Siwei Zhang1-0/+3
2026-05-06Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_state_change_cb()Siwei Zhang1-0/+3
2026-05-06Bluetooth: l2cap: defer conn param update to avoid conn->lock/hdev->lock inve...Mikhail Gavrilov2-29/+88
2026-05-06Bluetooth: l2cap: fix MPS check in l2cap_ecred_reconf_reqDudu Lu1-1/+1
2026-05-06Bluetooth: bnep: fix incorrect length parsing in bnep_rx_frame() extension ha...Dudu Lu1-3/+10
2026-05-06Bluetooth: hci_event: Fix OOB read and infinite loop in hci_le_create_big_com...Luiz Augusto von Dentz1-2/+25
2026-05-06Bluetooth: hci_conn: fix potential UAF in create_big_syncDavid Carlier1-1/+18
2026-05-06Bluetooth: SCO: fix sleeping under spinlock in sco_conn_readyPauli Virtanen1-11/+9
2026-04-23net: remove ISDN subsystem and Bluetooth CMTPJakub Kicinski8-1522/+0
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-13/+36
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2026-04-13Bluetooth: hci_event: fix potential UAF in SSP passkey handlersShuvam Pandey1-4/+14
2026-04-13Bluetooth: SCO: check for codecs->num_codecs == 1 before assigning to sco_pi(...Stefan Metzmacher1-1/+2
2026-04-13Bluetooth: l2cap: Add missing chan lock in l2cap_ecred_reconf_rspDudu Lu1-0/+6
2026-04-13Bluetooth: fix locking in hci_conn_request_evt() with HCI_PROTO_DEFERPauli Virtanen1-3/+0
2026-04-13Bluetooth: hci_sync: make hci_cmd_sync_run_once return -EEXIST if existsPauli Virtanen2-2/+4
2026-04-13Bluetooth: L2CAP: Fix printing wrong information if SDU length exceeds MTULuiz Augusto von Dentz1-1/+1
2026-04-10Bluetooth: L2CAP: CoC: Disconnect if received packet size exceeds MPSChristian Eggers1-0/+7
2026-04-10Bluetooth: hci_core: Rate limit the logging of invalid ISO handlePauli Virtanen1-2/+2
2026-04-01Bluetooth: hci_sync: fix stack buffer overflow in hci_le_big_create_synchkbinbin1-1/+2
2026-04-01Bluetooth: SMP: derive legacy responder STK authentication from MITM stateOleh Konko1-4/+1
2026-04-01Bluetooth: SMP: force responder MITM requirements before building the pairing...Oleh Konko1-1/+5
2026-04-01Bluetooth: MGMT: validate mesh send advertising payload lengthKeenan Dong1-3/+11
2026-04-01Bluetooth: hci_event: fix potential UAF in hci_le_remote_conn_param_req_evtPauli Virtanen1-13/+20
2026-04-01Bluetooth: hci_conn: fix potential UAF in set_cig_params_syncPauli Virtanen1-1/+7
2026-04-01Bluetooth: MGMT: validate LTK enc_size on loadKeenan Dong1-0/+3
2026-04-01Bluetooth: hci_sync: Fix UAF in le_read_features_completeLuiz Augusto von Dentz1-5/+5
2026-04-01Bluetooth: hci_sync: fix leaks when hci_cmd_sync_queue_once failsPauli Virtanen1-2/+11
2026-04-01Bluetooth: hci_sync: hci_cmd_sync_queue_once() return -EEXIST if existsPauli Virtanen1-17/+36
2026-04-01Bluetooth: hci_event: move wake reason storage into validated event handlersOleh Konko1-59/+35
2026-04-01Bluetooth: SCO: fix race conditions in sco_sock_connect()Cen Zhang1-5/+21
2026-04-01Bluetooth: hci_sync: call destroy in hci_cmd_sync_run if immediatePauli Virtanen1-2/+9
2026-03-25Bluetooth: L2CAP: Fix ERTM re-init and zero pdu_len infinite loopHyunwoo Kim1-7/+12
2026-03-25Bluetooth: L2CAP: Fix deadlock in l2cap_conn_del()Hyunwoo Kim1-5/+3
2026-03-25Bluetooth: L2CAP: Fix send LE flow credits in ACL linkZhang Chen1-0/+4
2026-03-19Bluetooth: L2CAP: Fix regressions caused by reusing identLuiz Augusto von Dentz1-3/+26
2026-03-19Bluetooth: L2CAP: Fix null-ptr-deref on l2cap_sock_ready_cbHelen Koike1-0/+3
2026-03-19Bluetooth: hci_sync: annotate data-races around hdev->req_statusCen Zhang3-12/+12
2026-03-19Bluetooth: MGMT: Fix dangling pointer on mgmt_add_adv_patterns_monitor_completeLuiz Augusto von Dentz1-1/+1
2026-03-19Bluetooth: SCO: Fix use-after-free in sco_recv_frame() due to missing sock_holdHyunwoo Kim1-3/+7
2026-03-19Bluetooth: L2CAP: Validate PDU length before reading SDU length in l2cap_ecre...Hyunwoo Kim1-0/+5
2026-03-19Bluetooth: L2CAP: Fix stack-out-of-bounds read in l2cap_ecred_conn_reqMinseo Park1-3/+3
2026-03-12Bluetooth: L2CAP: Validate L2CAP_INFO_RSP payload length before accessLukas Johannes Möller1-2/+4
2026-03-12Bluetooth: L2CAP: Fix type confusion in l2cap_ecred_reconf_rsp()Lukas Johannes Möller1-2/+2
2026-03-12Bluetooth: L2CAP: Fix accepting multiple L2CAP_ECRED_CONN_REQLuiz Augusto von Dentz1-1/+9
2026-03-12Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_userShaurya Rane1-12/+8
2026-03-12Bluetooth: HIDP: Fix possible UAFLuiz Augusto von Dentz1-2/+14
2026-03-12Bluetooth: MGMT: Fix list corruption and UAF in command complete handlersWang Tao1-5/+2
2026-03-12Bluetooth: hci_sync: Fix hci_le_create_conn_syncMichael Grzeschik1-1/+1
2026-03-12Bluetooth: ISO: Fix defer tests being unstableLuiz Augusto von Dentz1-2/+2
2026-03-12Bluetooth: SMP: make SM/PER/KDU/BI-04-C happyChristian Eggers1-1/+1
2026-03-12Bluetooth: LE L2CAP: Disconnect if sum of payload sizes exceed SDUChristian Eggers1-0/+1
2026-03-12Bluetooth: LE L2CAP: Disconnect if received packet's SDU exceeds IMTUChristian Eggers1-3/+7
2026-03-06net: change sock.sk_ino and sock_i_ino() to u64Jeff Layton1-2/+2
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-30/+86
2026-02-23Bluetooth: L2CAP: Fix missing key size check for L2CAP_LE_CONN_REQLuiz Augusto von Dentz1-0/+7
2026-02-23Bluetooth: L2CAP: Fix not checking output MTU is acceptable on L2CAP_ECRED_CO...Luiz Augusto von Dentz2-4/+19
2026-02-23Bluetooth: Fix CIS host feature conditionMariusz Skamra1-1/+1
2026-02-23Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQLuiz Augusto von Dentz1-1/+2
2026-02-23Bluetooth: purge error queues in socket destructorsHeitor Alves de Siqueira4-0/+4
2026-02-23Bluetooth: L2CAP: Fix result of L2CAP_ECRED_CONN_RSP when MTU is too shortLuiz Augusto von Dentz1-6/+8
2026-02-23Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQLuiz Augusto von Dentz1-18/+45
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds3-3/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds16-44/+44
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook17-55/+55
2026-02-11Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds8-64/+400
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+4
2026-01-29Bluetooth: L2CAP: Fix not tracking outstanding TX identLuiz Augusto von Dentz1-14/+32
2026-01-29Bluetooth: MGMT: Fix memory leak in set_ssp_completeJianpeng Chang1-0/+3
2026-01-29Bluetooth: hci_core: Export hci_discovery_activeLinmao Li1-0/+1
2026-01-29Bluetooth: Fix using PHYs bitfields as PHY valueLuiz Augusto von Dentz4-29/+45
2026-01-29Bluetooth: L2CAP: Add support for setting BT_PHYLuiz Augusto von Dentz4-1/+222
2026-01-29Bluetooth: hci_sync: Add LE Channel Sounding HCI Command/event structuresNaga Bhavani Akella1-7/+38
2026-01-29Bluetooth: mgmt: Add idle_timeout to configurable system parametersStefan Sørensen1-0/+21
2026-01-29Bluetooth: hci_conn: Set link_policy on incoming ACL connectionsStefan Sørensen2-2/+1
2026-01-29Bluetooth: hci_conn: use mod_delayed_work for active mode timeoutStefan Sørensen1-2/+2
2026-01-29Bluetooth: hci_conn: Fix using conn->le_{tx,rx}_phy as supported PHYsLuiz Augusto von Dentz2-9/+38
2026-01-22Bluetooth: MGMT: Fix memory leak in set_ssp_completeJianpeng Chang1-0/+3
2026-01-15Bluetooth: SMP: Use new AES library APIEric Biggers1-4/+4
2026-01-09Bluetooth: hci_sync: enable PA Sync Lost eventYang Li1-0/+1
2025-12-19Bluetooth: MGMT: report BIS capability flags in supported settingsPauli Virtanen1-0/+6
2025-12-01Bluetooth: HCI: Add support for LL Extended Feature SetLuiz Augusto von Dentz2-29/+198
2025-12-01Bluetooth: iso: fix socket matching ambiguity between BIS and CISYang Li1-2/+7
2025-12-01Bluetooth: ISO: Fix not updating BIS sender source addressLuiz Augusto von Dentz1-0/+19
2025-12-01Bluetooth: MGMT: Allow use of Set Device Flags without Add DeviceLuiz Augusto von Dentz1-72/+76
2025-12-01Bluetooth: ISO: Attempt to resolve broadcast addressLuiz Augusto von Dentz1-19/+39
2025-12-01Bluetooth: HCI: Always use the identity address when initializing a connectionLuiz Augusto von Dentz3-27/+38
2025-12-01Bluetooth: ISO: Add support to bind to trigger PASTLuiz Augusto von Dentz3-17/+185
2025-12-01Bluetooth: hci_core: Introduce HCI_CONN_FLAG_PASTLuiz Augusto von Dentz1-1/+54
2025-12-01Bluetooth: HCI: Add initial support for PASTLuiz Augusto von Dentz4-10/+109
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-95/+115
2025-11-20Bluetooth: SMP: Fix not generating mackey and ltk when repairingLuiz Augusto von Dentz1-24/+7
2025-11-20Bluetooth: hci_core: lookup hci_conn on RX path on protocol sidePauli Virtanen4-67/+94
2025-11-20Bluetooth: hci_sock: Prevent race in socket write iter and sock bindEdward Adam Davis1-0/+2
2025-11-20Bluetooth: hci_core: Fix triggering cmd_timer for HCI_OP_NOPLuiz Augusto von Dentz1-4/+12
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-64/+134
2025-11-11Bluetooth: hci_event: Fix not handling PA Sync Lost eventLuiz Augusto von Dentz1-14/+35
2025-11-10Bluetooth: hci_conn: Fix not cleaning up PA_LINK connectionsLuiz Augusto von Dentz3-21/+21
2025-11-10Bluetooth: 6lowpan: add missing l2cap_chan_lock()Pauli Virtanen1-0/+8
2025-11-10Bluetooth: 6lowpan: Don't hold spin lock over sleeping functionsPauli Virtanen1-25/+43
2025-11-10Bluetooth: L2CAP: export l2cap_chan_hold for modulesPauli Virtanen1-0/+1
2025-11-10Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type confusionPauli Virtanen1-4/+24
2025-11-10Bluetooth: 6lowpan: reset link-local header on ipv6 recv pathPauli Virtanen1-0/+1
2025-11-10Bluetooth: MGMT: cancel mesh send timer when hdev removedPauli Virtanen1-0/+1
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+10
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook5-5/+6
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook6-8/+8
2025-10-31Bluetooth: MGMT: Fix OOB access in parse_adv_monitor_pattern()Ilia Gavrilov1-3/+3
2025-10-31Bluetooth: hci_event: validate skb length for unknown CC opcodeRaphael Pinsonneault-Thibeault1-0/+7
2025-10-24Bluetooth: rfcomm: fix modem control handlingJohan Hovold1-15/+11
2025-10-24Bluetooth: hci_core: Fix tracking of periodic advertisementLuiz Augusto von Dentz2-4/+7
2025-10-24Bluetooth: hci_conn: Fix connection cleanup with BIG with 2 or more BISLuiz Augusto von Dentz1-0/+7
2025-10-24Bluetooth: ISO: Fix another instance of dst_type handlingLuiz Augusto von Dentz1-1/+7
2025-10-24Revert "Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()"Frédéric Danis1-2/+2
2025-10-24Bluetooth: MGMT: fix crash in set_mesh_sync and set_mesh_completePauli Virtanen1-11/+15
2025-10-24Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00Luiz Augusto von Dentz2-3/+6
2025-10-24Bluetooth: ISO: Fix BIS connection dst_type handlingLuiz Augusto von Dentz1-1/+1
2025-10-24Bluetooth: hci_sync: fix race in hci_cmd_sync_dequeue_onceCen Zhang1-3/+9
2025-09-27Bluetooth: Avoid a couple dozen -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-2/+2
2025-09-27Bluetooth: hci_sync: Fix using random address for BIG/PA advertisementsLuiz Augusto von Dentz1-4/+6
2025-09-27Bluetooth: ISO: don't leak skb in ISO_CONT RXPauli Virtanen1-1/+1
2025-09-27Bluetooth: ISO: free rx_skb if not consumedPauli Virtanen1-0/+2
2025-09-27Bluetooth: ISO: Fix possible UAF on iso_conn_freeLuiz Augusto von Dentz1-0/+7
2025-09-27Bluetooth: SCO: Fix UAF on sco_conn_freeLuiz Augusto von Dentz1-0/+7
2025-09-27Bluetooth: hci_core: Print information of hcon on hci_low_sentLuiz Augusto von Dentz1-0/+4
2025-09-27Bluetooth: hci_core: Print number of packets in conn->data_qLuiz Augusto von Dentz1-0/+8
2025-09-27Bluetooth: MGMT: Fix not exposing debug UUID on MGMT_OP_READ_EXP_FEATURES_INFOLuiz Augusto von Dentz1-6/+4
2025-09-27Bluetooth: hci_core: Detect if an ISO link has stalledLuiz Augusto von Dentz1-8/+26
2025-09-27Bluetooth: ISO: Use sk_sndtimeo as conn_timeoutLuiz Augusto von Dentz2-14/+22
2025-09-27Bluetooth: HCI: Fix using LE/ACL buffers for ISO packetsLuiz Augusto von Dentz3-21/+8
2025-09-27Bluetooth: ISO: Don't initiate CIS connections if there are no buffersLuiz Augusto von Dentz1-0/+7
2025-09-22Bluetooth: MGMT: Fix possible UAFsLuiz Augusto von Dentz3-77/+231
2025-09-20Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_syncLuiz Augusto von Dentz1-3/+23
2025-09-20Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeueLuiz Augusto von Dentz1-0/+4
2025-09-20Bluetooth: hci_sync: Fix hci_resume_advertising_syncLuiz Augusto von Dentz1-0/+7
2025-08-29Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()Kuniyuki Iwashima1-0/+3
2025-08-22Bluetooth: hci_sync: fix set_local_name race conditionPavel Shpakovskiy2-4/+7
2025-08-22Bluetooth: hci_event: Disconnect device when BIG sync is lostYang Li2-1/+8
2025-08-22Bluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is unbalancedLuiz Augusto von Dentz1-1/+11
2025-08-22Bluetooth: hci_event: Mark connection as closed during suspend disconnectLudovico de Nittis1-0/+6
2025-08-22Bluetooth: hci_event: Treat UNKNOWN_CONN_ID on disconnect as successLudovico de Nittis1-1/+1
2025-08-22Bluetooth: hci_conn: Make unacked packet handling more robustLuiz Augusto von Dentz1-17/+41
2025-08-15Bluetooth: hci_conn: do return error from hci_enhanced_setup_sync()Sergey Shtylyov1-1/+2
2025-08-15Bluetooth: hci_event: fix MTU for BN == 0 in CIS EstablishedPauli Virtanen1-4/+4
2025-08-15Bluetooth: hci_sync: Prevent unintended PA sync when SID is 0xFFYang Li1-4/+8
2025-08-15Bluetooth: hci_core: Fix using ll_privacy_capable for current settingsLuiz Augusto von Dentz1-1/+1
2025-08-15Bluetooth: hci_core: Fix using {cis,bis}_capable for current settingsLuiz Augusto von Dentz3-14/+14
2025-08-15Bluetooth: hci_conn: Fix not cleaning up Broadcaster/Broadcast SourceLuiz Augusto von Dentz1-1/+1
2025-08-15Bluetooth: hci_conn: Fix running bis_cleanup for hci_conn->type PA_LINKLuiz Augusto von Dentz2-2/+17
2025-08-15Bluetooth: ISO: Fix getname not returning broadcast fieldsLuiz Augusto von Dentz1-1/+1
2025-08-15Bluetooth: hci_sync: Fix scan state after PA Sync has been establishedLuiz Augusto von Dentz1-2/+5
2025-08-15Bluetooth: hci_sync: Avoid adding default advertising on startupYang Li1-1/+1
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds16-72/+157
2025-07-23Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connectionsYang Li6-27/+38
2025-07-23Bluetooth: hci_event: Mask data status from LE ext adv reportsChris Down1-2/+6
2025-07-23Bluetooth: hci_devcd_dump: fix out-of-bounds via dev_coredumpvIvan Pravdin1-3/+3
2025-07-23Bluetooth: ISO: Support SCM_TIMESTAMPING for ISO TSYang Li1-1/+12
2025-07-23Bluetooth: ISO: add socket option to report packet seqnum via CMSGPauli Virtanen2-3/+25
2025-07-23Bluetooth: Fix typos in commentsBastien Nocera5-6/+6