| Age | Commit message (Expand) | Author | Files | Lines |
| 4 days | Bluetooth: RFCOMM: validate skb length in MCC handlers | SeungJu Cheon | 1 | -18/+49 |
| 4 days | Bluetooth: MGMT: validate advertising TLV before type checks | Zhang Cen | 1 | -6/+6 |
| 4 days | Bluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind() | Zhang Cen | 1 | -4/+22 |
| 4 days | Bluetooth: hci_sync: Reset device counters in hci_dev_close_sync() | Heitor Alves de Siqueira | 1 | -0/+4 |
| 4 days | Bluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device close | Heitor Alves de Siqueira | 1 | -0/+8 |
| 4 days | Bluetooth: hci_core: Rework hci_dev_do_reset() to use hci_sync functions | Heitor Alves de Siqueira | 1 | -40/+3 |
| 4 days | Bluetooth: ISO: serialize iso_sock_clear_timer with socket lock | Muhammad Bilal | 1 | -1/+1 |
| 4 days | Bluetooth: ISO: fix UAF in iso_recv_frame | Muhammad Bilal | 1 | -3/+7 |
| 4 days | Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rsp | Luiz Augusto von Dentz | 1 | -5/+22 |
| 4 days | Bluetooth: l2cap: clear chan->ident on ECRED reconfiguration success | Zhenghang Xiao | 1 | -2/+8 |
| 4 days | Bluetooth: hci_sync: fix UAF in hci_le_create_cis_sync | Doruk Tan Ozturk | 1 | -1/+3 |
| 4 days | Bluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt() | Zhao Dongdong | 1 | -0/+2 |
| 4 days | Bluetooth: hci_sync: Add support for HCI_LE_Set_Host_Feature [v2] | Luiz Augusto von Dentz | 1 | -1/+23 |
| 11 days | Bluetooth: HIDP: fix missing length checks in hidp_input_report() | Muhammad Bilal | 1 | -5/+18 |
| 11 days | Bluetooth: L2CAP: use chan timer to close channels in cleanup_listen() | Siwei Zhang | 1 | -7/+9 |
| 11 days | Bluetooth: L2CAP: fix chan ref leak in l2cap_chan_timeout() on !conn | Siwei Zhang | 1 | -1/+3 |
| 11 days | Bluetooth: hci_conn: Fix memory leak in hci_le_big_terminate() | Pavitra Jha | 1 | -1/+3 |
| 11 days | Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs l2cap_conn_del() | Safa Karakuş | 5 | -10/+78 |
| 13 days | Bluetooth: MGMT: validate Add Extended Advertising Data length | Michael Bommarito | 1 | -0/+6 |
| 2026-05-15 | Bluetooth: ISO: drop ISO_END frames received without prior ISO_START | David Carlier | 1 | -0/+5 |
| 2026-05-15 | Bluetooth: hci_sync: Fix not setting mask for HCI_EVT_LE_ALL_REMOTE_FEATURES_... | Luiz Augusto von Dentz | 1 | -3/+3 |
| 2026-05-15 | Bluetooth: bnep: Fix UAF read of dev->name | Jann Horn | 1 | -1/+1 |
| 2026-05-12 | Bluetooth: SCO: convert to getsockopt_iter | Breno Leitao | 1 | -28/+31 |
| 2026-05-12 | Bluetooth: L2CAP: convert to getsockopt_iter | Breno Leitao | 1 | -24/+37 |
| 2026-05-12 | Bluetooth: RFCOMM: convert to getsockopt_iter | Breno Leitao | 1 | -13/+17 |
| 2026-05-12 | Bluetooth: ISO: convert to getsockopt_iter | Breno Leitao | 1 | -13/+14 |
| 2026-05-12 | Bluetooth: hci_sock: convert to getsockopt_iter | Breno Leitao | 1 | -11/+15 |
| 2026-05-12 | Bluetooth: hci_sock: write the full optval for getsockopt | Breno Leitao | 1 | -2/+2 |
| 2026-05-11 | Bluetooth: L2CAP: ecred_reconfigure: send packed pdu, not stack pointer | Michael Bommarito | 1 | -1/+1 |
| 2026-05-07 | Bluetooth: serialize accept_q access | Jiexun Wang | 1 | -22/+65 |
| 2026-05-06 | Bluetooth: HIDP: serialise l2cap_unregister_user via hidp_session_sem | Michael Bommarito | 1 | -3/+24 |
| 2026-05-06 | Bluetooth: hci_event: fix memset typo | Jann Horn | 1 | -1/+1 |
| 2026-05-06 | Bluetooth: SMP: Use AES-CMAC library API | Eric Biggers | 2 | -118/+65 |
| 2026-05-06 | Bluetooth: Remove unneeded crypto kconfig selections | Eric Biggers | 1 | -3/+0 |
| 2026-05-06 | Bluetooth: RFCOMM: pull credit byte with skb_pull_data() | Pengpeng Hou | 1 | -2/+5 |
| 2026-05-06 | Bluetooth: 6lowpan: fix cyclic locking warning on netdev unregister | Pauli Virtanen | 1 | -2/+23 |
| 2026-05-06 | Bluetooth: ISO: Fix data-race on iso_pi(sk) in socket and HCI event paths | SeungJu Cheon | 1 | -24/+30 |
| 2026-05-06 | Bluetooth: ISO: Fix data-race on dst in iso_sock_connect() | SeungJu Cheon | 1 | -1/+1 |
| 2026-05-06 | Bluetooth: SCO: hold sk properly in sco_conn_ready | Pauli Virtanen | 1 | -12/+32 |
| 2026-05-06 | Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_new_connection_cb() | Siwei Zhang | 1 | -0/+3 |
| 2026-05-06 | Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_get_sndtimeo_cb() | Siwei Zhang | 1 | -0/+3 |
| 2026-05-06 | Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_state_change_cb() | Siwei Zhang | 1 | -0/+3 |
| 2026-05-06 | Bluetooth: l2cap: defer conn param update to avoid conn->lock/hdev->lock inve... | Mikhail Gavrilov | 2 | -29/+88 |
| 2026-05-06 | Bluetooth: l2cap: fix MPS check in l2cap_ecred_reconf_req | Dudu Lu | 1 | -1/+1 |
| 2026-05-06 | Bluetooth: bnep: fix incorrect length parsing in bnep_rx_frame() extension ha... | Dudu Lu | 1 | -3/+10 |
| 2026-05-06 | Bluetooth: hci_event: Fix OOB read and infinite loop in hci_le_create_big_com... | Luiz Augusto von Dentz | 1 | -2/+25 |
| 2026-05-06 | Bluetooth: hci_conn: fix potential UAF in create_big_sync | David Carlier | 1 | -1/+18 |
| 2026-05-06 | Bluetooth: SCO: fix sleeping under spinlock in sco_conn_ready | Pauli Virtanen | 1 | -11/+9 |
| 2026-04-23 | net: remove ISDN subsystem and Bluetooth CMTP | Jakub Kicinski | 8 | -1522/+0 |
| 2026-04-14 | Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 6 | -13/+36 |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
| 2026-04-13 | Bluetooth: hci_event: fix potential UAF in SSP passkey handlers | Shuvam Pandey | 1 | -4/+14 |
| 2026-04-13 | Bluetooth: SCO: check for codecs->num_codecs == 1 before assigning to sco_pi(... | Stefan Metzmacher | 1 | -1/+2 |
| 2026-04-13 | Bluetooth: l2cap: Add missing chan lock in l2cap_ecred_reconf_rsp | Dudu Lu | 1 | -0/+6 |
| 2026-04-13 | Bluetooth: fix locking in hci_conn_request_evt() with HCI_PROTO_DEFER | Pauli Virtanen | 1 | -3/+0 |
| 2026-04-13 | Bluetooth: hci_sync: make hci_cmd_sync_run_once return -EEXIST if exists | Pauli Virtanen | 2 | -2/+4 |
| 2026-04-13 | Bluetooth: L2CAP: Fix printing wrong information if SDU length exceeds MTU | Luiz Augusto von Dentz | 1 | -1/+1 |
| 2026-04-10 | Bluetooth: L2CAP: CoC: Disconnect if received packet size exceeds MPS | Christian Eggers | 1 | -0/+7 |
| 2026-04-10 | Bluetooth: hci_core: Rate limit the logging of invalid ISO handle | Pauli Virtanen | 1 | -2/+2 |
| 2026-04-01 | Bluetooth: hci_sync: fix stack buffer overflow in hci_le_big_create_sync | hkbinbin | 1 | -1/+2 |
| 2026-04-01 | Bluetooth: SMP: derive legacy responder STK authentication from MITM state | Oleh Konko | 1 | -4/+1 |
| 2026-04-01 | Bluetooth: SMP: force responder MITM requirements before building the pairing... | Oleh Konko | 1 | -1/+5 |
| 2026-04-01 | Bluetooth: MGMT: validate mesh send advertising payload length | Keenan Dong | 1 | -3/+11 |
| 2026-04-01 | Bluetooth: hci_event: fix potential UAF in hci_le_remote_conn_param_req_evt | Pauli Virtanen | 1 | -13/+20 |
| 2026-04-01 | Bluetooth: hci_conn: fix potential UAF in set_cig_params_sync | Pauli Virtanen | 1 | -1/+7 |
| 2026-04-01 | Bluetooth: MGMT: validate LTK enc_size on load | Keenan Dong | 1 | -0/+3 |
| 2026-04-01 | Bluetooth: hci_sync: Fix UAF in le_read_features_complete | Luiz Augusto von Dentz | 1 | -5/+5 |
| 2026-04-01 | Bluetooth: hci_sync: fix leaks when hci_cmd_sync_queue_once fails | Pauli Virtanen | 1 | -2/+11 |
| 2026-04-01 | Bluetooth: hci_sync: hci_cmd_sync_queue_once() return -EEXIST if exists | Pauli Virtanen | 1 | -17/+36 |
| 2026-04-01 | Bluetooth: hci_event: move wake reason storage into validated event handlers | Oleh Konko | 1 | -59/+35 |
| 2026-04-01 | Bluetooth: SCO: fix race conditions in sco_sock_connect() | Cen Zhang | 1 | -5/+21 |
| 2026-04-01 | Bluetooth: hci_sync: call destroy in hci_cmd_sync_run if immediate | Pauli Virtanen | 1 | -2/+9 |
| 2026-03-25 | Bluetooth: L2CAP: Fix ERTM re-init and zero pdu_len infinite loop | Hyunwoo Kim | 1 | -7/+12 |
| 2026-03-25 | Bluetooth: L2CAP: Fix deadlock in l2cap_conn_del() | Hyunwoo Kim | 1 | -5/+3 |
| 2026-03-25 | Bluetooth: L2CAP: Fix send LE flow credits in ACL link | Zhang Chen | 1 | -0/+4 |
| 2026-03-19 | Bluetooth: L2CAP: Fix regressions caused by reusing ident | Luiz Augusto von Dentz | 1 | -3/+26 |
| 2026-03-19 | Bluetooth: L2CAP: Fix null-ptr-deref on l2cap_sock_ready_cb | Helen Koike | 1 | -0/+3 |
| 2026-03-19 | Bluetooth: hci_sync: annotate data-races around hdev->req_status | Cen Zhang | 3 | -12/+12 |
| 2026-03-19 | Bluetooth: MGMT: Fix dangling pointer on mgmt_add_adv_patterns_monitor_complete | Luiz Augusto von Dentz | 1 | -1/+1 |
| 2026-03-19 | Bluetooth: SCO: Fix use-after-free in sco_recv_frame() due to missing sock_hold | Hyunwoo Kim | 1 | -3/+7 |
| 2026-03-19 | Bluetooth: L2CAP: Validate PDU length before reading SDU length in l2cap_ecre... | Hyunwoo Kim | 1 | -0/+5 |
| 2026-03-19 | Bluetooth: L2CAP: Fix stack-out-of-bounds read in l2cap_ecred_conn_req | Minseo Park | 1 | -3/+3 |
| 2026-03-12 | Bluetooth: L2CAP: Validate L2CAP_INFO_RSP payload length before access | Lukas Johannes Möller | 1 | -2/+4 |
| 2026-03-12 | Bluetooth: L2CAP: Fix type confusion in l2cap_ecred_reconf_rsp() | Lukas Johannes Möller | 1 | -2/+2 |
| 2026-03-12 | Bluetooth: L2CAP: Fix accepting multiple L2CAP_ECRED_CONN_REQ | Luiz Augusto von Dentz | 1 | -1/+9 |
| 2026-03-12 | Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_user | Shaurya Rane | 1 | -12/+8 |
| 2026-03-12 | Bluetooth: HIDP: Fix possible UAF | Luiz Augusto von Dentz | 1 | -2/+14 |
| 2026-03-12 | Bluetooth: MGMT: Fix list corruption and UAF in command complete handlers | Wang Tao | 1 | -5/+2 |
| 2026-03-12 | Bluetooth: hci_sync: Fix hci_le_create_conn_sync | Michael Grzeschik | 1 | -1/+1 |
| 2026-03-12 | Bluetooth: ISO: Fix defer tests being unstable | Luiz Augusto von Dentz | 1 | -2/+2 |
| 2026-03-12 | Bluetooth: SMP: make SM/PER/KDU/BI-04-C happy | Christian Eggers | 1 | -1/+1 |
| 2026-03-12 | Bluetooth: LE L2CAP: Disconnect if sum of payload sizes exceed SDU | Christian Eggers | 1 | -0/+1 |
| 2026-03-12 | Bluetooth: LE L2CAP: Disconnect if received packet's SDU exceeds IMTU | Christian Eggers | 1 | -3/+7 |
| 2026-03-06 | net: change sock.sk_ino and sock_i_ino() to u64 | Jeff Layton | 1 | -2/+2 |
| 2026-02-26 | Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 6 | -30/+86 |
| 2026-02-23 | Bluetooth: L2CAP: Fix missing key size check for L2CAP_LE_CONN_REQ | Luiz Augusto von Dentz | 1 | -0/+7 |
| 2026-02-23 | Bluetooth: L2CAP: Fix not checking output MTU is acceptable on L2CAP_ECRED_CO... | Luiz Augusto von Dentz | 2 | -4/+19 |
| 2026-02-23 | Bluetooth: Fix CIS host feature condition | Mariusz Skamra | 1 | -1/+1 |
| 2026-02-23 | Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQ | Luiz Augusto von Dentz | 1 | -1/+2 |
| 2026-02-23 | Bluetooth: purge error queues in socket destructors | Heitor Alves de Siqueira | 4 | -0/+4 |
| 2026-02-23 | Bluetooth: L2CAP: Fix result of L2CAP_ECRED_CONN_RSP when MTU is too short | Luiz Augusto von Dentz | 1 | -6/+8 |
| 2026-02-23 | Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ | Luiz Augusto von Dentz | 1 | -18/+45 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -2/+1 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 3 | -3/+3 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 16 | -44/+44 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 17 | -55/+55 |
| 2026-02-11 | Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 8 | -64/+400 |
| 2026-02-10 | Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+4 |
| 2026-01-29 | Bluetooth: L2CAP: Fix not tracking outstanding TX ident | Luiz Augusto von Dentz | 1 | -14/+32 |
| 2026-01-29 | Bluetooth: MGMT: Fix memory leak in set_ssp_complete | Jianpeng Chang | 1 | -0/+3 |
| 2026-01-29 | Bluetooth: hci_core: Export hci_discovery_active | Linmao Li | 1 | -0/+1 |
| 2026-01-29 | Bluetooth: Fix using PHYs bitfields as PHY value | Luiz Augusto von Dentz | 4 | -29/+45 |
| 2026-01-29 | Bluetooth: L2CAP: Add support for setting BT_PHY | Luiz Augusto von Dentz | 4 | -1/+222 |
| 2026-01-29 | Bluetooth: hci_sync: Add LE Channel Sounding HCI Command/event structures | Naga Bhavani Akella | 1 | -7/+38 |
| 2026-01-29 | Bluetooth: mgmt: Add idle_timeout to configurable system parameters | Stefan Sørensen | 1 | -0/+21 |
| 2026-01-29 | Bluetooth: hci_conn: Set link_policy on incoming ACL connections | Stefan Sørensen | 2 | -2/+1 |
| 2026-01-29 | Bluetooth: hci_conn: use mod_delayed_work for active mode timeout | Stefan Sørensen | 1 | -2/+2 |
| 2026-01-29 | Bluetooth: hci_conn: Fix using conn->le_{tx,rx}_phy as supported PHYs | Luiz Augusto von Dentz | 2 | -9/+38 |
| 2026-01-22 | Bluetooth: MGMT: Fix memory leak in set_ssp_complete | Jianpeng Chang | 1 | -0/+3 |
| 2026-01-15 | Bluetooth: SMP: Use new AES library API | Eric Biggers | 1 | -4/+4 |
| 2026-01-09 | Bluetooth: hci_sync: enable PA Sync Lost event | Yang Li | 1 | -0/+1 |
| 2025-12-19 | Bluetooth: MGMT: report BIS capability flags in supported settings | Pauli Virtanen | 1 | -0/+6 |
| 2025-12-01 | Bluetooth: HCI: Add support for LL Extended Feature Set | Luiz Augusto von Dentz | 2 | -29/+198 |
| 2025-12-01 | Bluetooth: iso: fix socket matching ambiguity between BIS and CIS | Yang Li | 1 | -2/+7 |
| 2025-12-01 | Bluetooth: ISO: Fix not updating BIS sender source address | Luiz Augusto von Dentz | 1 | -0/+19 |
| 2025-12-01 | Bluetooth: MGMT: Allow use of Set Device Flags without Add Device | Luiz Augusto von Dentz | 1 | -72/+76 |
| 2025-12-01 | Bluetooth: ISO: Attempt to resolve broadcast address | Luiz Augusto von Dentz | 1 | -19/+39 |
| 2025-12-01 | Bluetooth: HCI: Always use the identity address when initializing a connection | Luiz Augusto von Dentz | 3 | -27/+38 |
| 2025-12-01 | Bluetooth: ISO: Add support to bind to trigger PAST | Luiz Augusto von Dentz | 3 | -17/+185 |
| 2025-12-01 | Bluetooth: hci_core: Introduce HCI_CONN_FLAG_PAST | Luiz Augusto von Dentz | 1 | -1/+54 |
| 2025-12-01 | Bluetooth: HCI: Add initial support for PAST | Luiz Augusto von Dentz | 4 | -10/+109 |
| 2025-11-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 6 | -95/+115 |
| 2025-11-20 | Bluetooth: SMP: Fix not generating mackey and ltk when repairing | Luiz Augusto von Dentz | 1 | -24/+7 |
| 2025-11-20 | Bluetooth: hci_core: lookup hci_conn on RX path on protocol side | Pauli Virtanen | 4 | -67/+94 |
| 2025-11-20 | Bluetooth: hci_sock: Prevent race in socket write iter and sock bind | Edward Adam Davis | 1 | -0/+2 |
| 2025-11-20 | Bluetooth: hci_core: Fix triggering cmd_timer for HCI_OP_NOP | Luiz Augusto von Dentz | 1 | -4/+12 |
| 2025-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 6 | -64/+134 |
| 2025-11-11 | Bluetooth: hci_event: Fix not handling PA Sync Lost event | Luiz Augusto von Dentz | 1 | -14/+35 |
| 2025-11-10 | Bluetooth: hci_conn: Fix not cleaning up PA_LINK connections | Luiz Augusto von Dentz | 3 | -21/+21 |
| 2025-11-10 | Bluetooth: 6lowpan: add missing l2cap_chan_lock() | Pauli Virtanen | 1 | -0/+8 |
| 2025-11-10 | Bluetooth: 6lowpan: Don't hold spin lock over sleeping functions | Pauli Virtanen | 1 | -25/+43 |
| 2025-11-10 | Bluetooth: L2CAP: export l2cap_chan_hold for modules | Pauli Virtanen | 1 | -0/+1 |
| 2025-11-10 | Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type confusion | Pauli Virtanen | 1 | -4/+24 |
| 2025-11-10 | Bluetooth: 6lowpan: reset link-local header on ipv6 recv path | Pauli Virtanen | 1 | -0/+1 |
| 2025-11-10 | Bluetooth: MGMT: cancel mesh send timer when hdev removed | Pauli Virtanen | 1 | -0/+1 |
| 2025-11-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -3/+10 |
| 2025-11-04 | net: Convert proto_ops connect() callbacks to use sockaddr_unsized | Kees Cook | 5 | -5/+6 |
| 2025-11-04 | net: Convert proto_ops bind() callbacks to use sockaddr_unsized | Kees Cook | 6 | -8/+8 |
| 2025-10-31 | Bluetooth: MGMT: Fix OOB access in parse_adv_monitor_pattern() | Ilia Gavrilov | 1 | -3/+3 |
| 2025-10-31 | Bluetooth: hci_event: validate skb length for unknown CC opcode | Raphael Pinsonneault-Thibeault | 1 | -0/+7 |
| 2025-10-24 | Bluetooth: rfcomm: fix modem control handling | Johan Hovold | 1 | -15/+11 |
| 2025-10-24 | Bluetooth: hci_core: Fix tracking of periodic advertisement | Luiz Augusto von Dentz | 2 | -4/+7 |
| 2025-10-24 | Bluetooth: hci_conn: Fix connection cleanup with BIG with 2 or more BIS | Luiz Augusto von Dentz | 1 | -0/+7 |
| 2025-10-24 | Bluetooth: ISO: Fix another instance of dst_type handling | Luiz Augusto von Dentz | 1 | -1/+7 |
| 2025-10-24 | Revert "Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()" | Frédéric Danis | 1 | -2/+2 |
| 2025-10-24 | Bluetooth: MGMT: fix crash in set_mesh_sync and set_mesh_complete | Pauli Virtanen | 1 | -11/+15 |
| 2025-10-24 | Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00 | Luiz Augusto von Dentz | 2 | -3/+6 |
| 2025-10-24 | Bluetooth: ISO: Fix BIS connection dst_type handling | Luiz Augusto von Dentz | 1 | -1/+1 |
| 2025-10-24 | Bluetooth: hci_sync: fix race in hci_cmd_sync_dequeue_once | Cen Zhang | 1 | -3/+9 |
| 2025-09-27 | Bluetooth: Avoid a couple dozen -Wflex-array-member-not-at-end warnings | Gustavo A. R. Silva | 1 | -2/+2 |
| 2025-09-27 | Bluetooth: hci_sync: Fix using random address for BIG/PA advertisements | Luiz Augusto von Dentz | 1 | -4/+6 |
| 2025-09-27 | Bluetooth: ISO: don't leak skb in ISO_CONT RX | Pauli Virtanen | 1 | -1/+1 |
| 2025-09-27 | Bluetooth: ISO: free rx_skb if not consumed | Pauli Virtanen | 1 | -0/+2 |
| 2025-09-27 | Bluetooth: ISO: Fix possible UAF on iso_conn_free | Luiz Augusto von Dentz | 1 | -0/+7 |
| 2025-09-27 | Bluetooth: SCO: Fix UAF on sco_conn_free | Luiz Augusto von Dentz | 1 | -0/+7 |
| 2025-09-27 | Bluetooth: hci_core: Print information of hcon on hci_low_sent | Luiz Augusto von Dentz | 1 | -0/+4 |
| 2025-09-27 | Bluetooth: hci_core: Print number of packets in conn->data_q | Luiz Augusto von Dentz | 1 | -0/+8 |
| 2025-09-27 | Bluetooth: MGMT: Fix not exposing debug UUID on MGMT_OP_READ_EXP_FEATURES_INFO | Luiz Augusto von Dentz | 1 | -6/+4 |
| 2025-09-27 | Bluetooth: hci_core: Detect if an ISO link has stalled | Luiz Augusto von Dentz | 1 | -8/+26 |
| 2025-09-27 | Bluetooth: ISO: Use sk_sndtimeo as conn_timeout | Luiz Augusto von Dentz | 2 | -14/+22 |
| 2025-09-27 | Bluetooth: HCI: Fix using LE/ACL buffers for ISO packets | Luiz Augusto von Dentz | 3 | -21/+8 |
| 2025-09-27 | Bluetooth: ISO: Don't initiate CIS connections if there are no buffers | Luiz Augusto von Dentz | 1 | -0/+7 |
| 2025-09-22 | Bluetooth: MGMT: Fix possible UAFs | Luiz Augusto von Dentz | 3 | -77/+231 |
| 2025-09-20 | Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_sync | Luiz Augusto von Dentz | 1 | -3/+23 |
| 2025-09-20 | Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue | Luiz Augusto von Dentz | 1 | -0/+4 |
| 2025-09-20 | Bluetooth: hci_sync: Fix hci_resume_advertising_sync | Luiz Augusto von Dentz | 1 | -0/+7 |
| 2025-08-29 | Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen() | Kuniyuki Iwashima | 1 | -0/+3 |
| 2025-08-22 | Bluetooth: hci_sync: fix set_local_name race condition | Pavel Shpakovskiy | 2 | -4/+7 |
| 2025-08-22 | Bluetooth: hci_event: Disconnect device when BIG sync is lost | Yang Li | 2 | -1/+8 |
| 2025-08-22 | Bluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is unbalanced | Luiz Augusto von Dentz | 1 | -1/+11 |
| 2025-08-22 | Bluetooth: hci_event: Mark connection as closed during suspend disconnect | Ludovico de Nittis | 1 | -0/+6 |
| 2025-08-22 | Bluetooth: hci_event: Treat UNKNOWN_CONN_ID on disconnect as success | Ludovico de Nittis | 1 | -1/+1 |
| 2025-08-22 | Bluetooth: hci_conn: Make unacked packet handling more robust | Luiz Augusto von Dentz | 1 | -17/+41 |
| 2025-08-15 | Bluetooth: hci_conn: do return error from hci_enhanced_setup_sync() | Sergey Shtylyov | 1 | -1/+2 |
| 2025-08-15 | Bluetooth: hci_event: fix MTU for BN == 0 in CIS Established | Pauli Virtanen | 1 | -4/+4 |
| 2025-08-15 | Bluetooth: hci_sync: Prevent unintended PA sync when SID is 0xFF | Yang Li | 1 | -4/+8 |
| 2025-08-15 | Bluetooth: hci_core: Fix using ll_privacy_capable for current settings | Luiz Augusto von Dentz | 1 | -1/+1 |
| 2025-08-15 | Bluetooth: hci_core: Fix using {cis,bis}_capable for current settings | Luiz Augusto von Dentz | 3 | -14/+14 |
| 2025-08-15 | Bluetooth: hci_conn: Fix not cleaning up Broadcaster/Broadcast Source | Luiz Augusto von Dentz | 1 | -1/+1 |
| 2025-08-15 | Bluetooth: hci_conn: Fix running bis_cleanup for hci_conn->type PA_LINK | Luiz Augusto von Dentz | 2 | -2/+17 |
| 2025-08-15 | Bluetooth: ISO: Fix getname not returning broadcast fields | Luiz Augusto von Dentz | 1 | -1/+1 |
| 2025-08-15 | Bluetooth: hci_sync: Fix scan state after PA Sync has been established | Luiz Augusto von Dentz | 1 | -2/+5 |
| 2025-08-15 | Bluetooth: hci_sync: Avoid adding default advertising on startup | Yang Li | 1 | -1/+1 |
| 2025-07-30 | Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 16 | -72/+157 |
| 2025-07-23 | Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connections | Yang Li | 6 | -27/+38 |
| 2025-07-23 | Bluetooth: hci_event: Mask data status from LE ext adv reports | Chris Down | 1 | -2/+6 |
| 2025-07-23 | Bluetooth: hci_devcd_dump: fix out-of-bounds via dev_coredumpv | Ivan Pravdin | 1 | -3/+3 |
| 2025-07-23 | Bluetooth: ISO: Support SCM_TIMESTAMPING for ISO TS | Yang Li | 1 | -1/+12 |
| 2025-07-23 | Bluetooth: ISO: add socket option to report packet seqnum via CMSG | Pauli Virtanen | 2 | -3/+25 |
| 2025-07-23 | Bluetooth: Fix typos in comments | Bastien Nocera | 5 | -6/+6 |