| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-06-11 | Bluetooth: ISO: convert to getsockopt_iter | Breno Leitao | 1 | -13/+14 |
| 2026-06-03 | Bluetooth: ISO: Fix data-race on iso_pi fields in hci_get_route calls | SeungJu Cheon | 1 | -16/+44 |
| 2026-06-03 | Bluetooth: ISO: Fix a use-after-free of the hci_conn pointer | Luiz Augusto von Dentz | 1 | -1/+1 |
| 2026-06-03 | Bluetooth: ISO: Fix not releasing hdev reference on iso_conn_big_sync | Luiz Augusto von Dentz | 1 | -0/+1 |
| 2026-05-28 | Bluetooth: ISO: serialize iso_sock_clear_timer with socket lock | Muhammad Bilal | 1 | -1/+1 |
| 2026-05-28 | Bluetooth: ISO: fix UAF in iso_recv_frame | Muhammad Bilal | 1 | -3/+7 |
| 2026-05-20 | Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs l2cap_conn_del() | Safa Karakuş | 1 | -1/+8 |
| 2026-05-20 | Bluetooth: ISO: drop ISO_END frames received without prior ISO_START | David Carlier | 1 | -0/+5 |
| 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-02-26 | Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -0/+1 |
| 2026-02-23 | Bluetooth: purge error queues in socket destructors | Heitor Alves de Siqueira | 1 | -0/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2026-01-29 | Bluetooth: Fix using PHYs bitfields as PHY value | Luiz Augusto von Dentz | 1 | -5/+5 |
| 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: ISO: Attempt to resolve broadcast address | Luiz Augusto von Dentz | 1 | -19/+39 |
| 2025-12-01 | Bluetooth: ISO: Add support to bind to trigger PAST | Luiz Augusto von Dentz | 1 | -17/+81 |
| 2025-12-01 | Bluetooth: HCI: Add initial support for PAST | Luiz Augusto von Dentz | 1 | -0/+25 |
| 2025-11-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -5/+25 |
| 2025-11-20 | Bluetooth: hci_core: lookup hci_conn on RX path on protocol side | Pauli Virtanen | 1 | -5/+25 |
| 2025-11-04 | net: Convert proto_ops connect() callbacks to use sockaddr_unsized | Kees Cook | 1 | -1/+1 |
| 2025-11-04 | net: Convert proto_ops bind() callbacks to use sockaddr_unsized | Kees Cook | 1 | -2/+2 |
| 2025-10-24 | Bluetooth: ISO: Fix another instance of dst_type handling | Luiz Augusto von Dentz | 1 | -1/+7 |
| 2025-10-24 | Bluetooth: ISO: Fix BIS connection dst_type handling | Luiz Augusto von Dentz | 1 | -1/+1 |
| 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: ISO: Use sk_sndtimeo as conn_timeout | Luiz Augusto von Dentz | 1 | -6/+10 |
| 2025-09-27 | Bluetooth: ISO: Don't initiate CIS connections if there are no buffers | Luiz Augusto von Dentz | 1 | -0/+7 |
| 2025-08-15 | Bluetooth: hci_core: Fix using {cis,bis}_capable for current settings | Luiz Augusto von Dentz | 1 | -7/+7 |
| 2025-08-15 | Bluetooth: ISO: Fix getname not returning broadcast fields | Luiz Augusto von Dentz | 1 | -1/+1 |
| 2025-07-23 | Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connections | Yang Li | 1 | -2/+4 |
| 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 | 1 | -3/+18 |
| 2025-07-23 | Bluetooth: Fix spelling mistakes | Yang Li | 1 | -4/+4 |
| 2025-06-23 | net: make sk->sk_sndtimeo lockless | Eric Dumazet | 1 | -2/+2 |
| 2025-06-11 | Bluetooth: ISO: Fix not using bc_sid as advertisement SID | Luiz Augusto von Dentz | 1 | -4/+8 |
| 2025-06-11 | Bluetooth: ISO: Fix using BT_SK_PA_SYNC to detect BIS sockets | Luiz Augusto von Dentz | 1 | -1/+4 |
| 2025-05-21 | Bluetooth: separate CIS_LINK and BIS_LINK link types | Pauli Virtanen | 1 | -2/+2 |
| 2025-05-21 | Bluetooth: ISO: Fix getpeername not returning sockaddr_iso_bc fields | Luiz Augusto von Dentz | 1 | -3/+14 |
| 2025-05-21 | Bluetooth: ISO: Fix not using SID from adv report | Luiz Augusto von Dentz | 1 | -2/+7 |
| 2025-04-25 | Bluetooth: hci_conn: Fix not setting timeout for BIG Create Sync | Luiz Augusto von Dentz | 1 | -14/+12 |
| 2025-03-25 | Bluetooth: ISO: add TX timestamping | Pauli Virtanen | 1 | -4/+20 |
| 2025-03-07 | Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context" | Luiz Augusto von Dentz | 1 | -6/+0 |
| 2025-01-14 | Bluetooth: iso: Allow BIG re-sync | Iulia Tanasescu | 1 | -0/+36 |
| 2024-12-12 | Bluetooth: iso: Fix circular lock in iso_conn_big_sync | Iulia Tanasescu | 1 | -7/+27 |
| 2024-12-12 | Bluetooth: iso: Fix circular lock in iso_listen_bis | Iulia Tanasescu | 1 | -2/+12 |
| 2024-12-12 | Bluetooth: iso: Fix recursive locking warning | Iulia Tanasescu | 1 | -2/+6 |
| 2024-12-12 | Bluetooth: iso: Always release hdev at the end of iso_listen_bis | Iulia Tanasescu | 1 | -2/+1 |
| 2024-12-12 | Bluetooth: hci_core: Fix sleeping function called from invalid context | Luiz Augusto von Dentz | 1 | -0/+6 |
| 2024-12-11 | Bluetooth: Improve setsockopt() handling of malformed user input | Michal Luczaj | 1 | -5/+5 |
| 2024-11-14 | Bluetooth: ISO: Send BIG Create Sync via hci_sync | Iulia Tanasescu | 1 | -0/+9 |
| 2024-11-14 | Bluetooth: ISO: Use kref to track lifetime of iso_conn | Luiz Augusto von Dentz | 1 | -17/+71 |
| 2024-11-14 | Bluetooth: ISO: Update hci_conn_hash_lookup_big for Broadcast slave | Iulia Tanasescu | 1 | -1/+0 |
| 2024-11-14 | Bluetooth: ISO: Do not emit LE BIG Create Sync if previous is pending | Iulia Tanasescu | 1 | -1/+3 |
| 2024-11-14 | Bluetooth: ISO: Fix matching parent socket for BIS slave | Iulia Tanasescu | 1 | -2/+17 |
| 2024-10-24 | Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -6/+12 |
| 2024-10-23 | Bluetooth: ISO: Fix UAF on iso_sock_timeout | Luiz Augusto von Dentz | 1 | -6/+12 |
| 2024-10-16 | Bluetooth: ISO: Fix multiple init when debugfs is disabled | Aaron Thompson | 1 | -5/+1 |
| 2024-07-14 | Bluetooth: iso: remove unused struct 'iso_list_data' | Dr. David Alan Gilbert | 1 | -5/+0 |
| 2024-06-28 | Bluetooth: ISO: Check socket flag instead of hcon | Iulia Tanasescu | 1 | -2/+1 |
| 2024-05-18 | Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -2/+2 |
| 2024-05-14 | Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init() | Sungwoo Kim | 1 | -1/+1 |
| 2024-05-14 | Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generated | Iulia Tanasescu | 1 | -54/+40 |
| 2024-05-14 | Bluetooth: ISO: Make iso_get_sock_listen generic | Iulia Tanasescu | 1 | -33/+42 |
| 2024-05-13 | net: change proto and proto_ops accept type | Jens Axboe | 1 | -2/+2 |
| 2024-04-10 | Bluetooth: ISO: Fix not validating setsockopt user input | Luiz Augusto von Dentz | 1 | -24/+12 |
| 2024-04-10 | Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unset | Luiz Augusto von Dentz | 1 | -2/+8 |
| 2024-03-07 | Bluetooth: ISO: Align broadcast sync_timeout with connection timeout | Luiz Augusto von Dentz | 1 | -2/+2 |
| 2024-03-06 | Bluetooth: ISO: Clean up returns values in iso_connect_ind() | Dan Carpenter | 1 | -6/+3 |
| 2024-03-06 | Bluetooth: ISO: Reassemble PA data for bcast sink | Iulia Tanasescu | 1 | -4/+46 |
| 2024-03-06 | Bluetooth: ISO: Add hcon for listening bis sk | Iulia Tanasescu | 1 | -10/+31 |
| 2023-12-22 | Bluetooth: ISO: Avoid creating child socket if PA sync is terminating | Iulia Tanasescu | 1 | -3/+48 |
| 2023-12-22 | Bluetooth: ISO: Reassociate a socket with an active BIS | Iulia Tanasescu | 1 | -2/+77 |
| 2023-12-22 | Bluetooth: ISO: Allow binding a PA sync socket | Iulia Tanasescu | 1 | -5/+62 |
| 2023-10-23 | Bluetooth: ISO: Copy BASE if service data matches EIR_BAA_SERVICE_UUID | Claudia Draghicescu | 1 | -4/+12 |
| 2023-10-23 | Bluetooth: ISO: Allow binding a bcast listener to 0 bises | Iulia Tanasescu | 1 | -2/+1 |
| 2023-10-23 | Bluetooth: ISO: Pass BIG encryption info through QoS | Iulia Tanasescu | 1 | -5/+14 |
| 2023-09-20 | Bluetooth: ISO: Fix handling of listen for unicast | Luiz Augusto von Dentz | 1 | -3/+6 |
| 2023-08-24 | Bluetooth: ISO: Add support for periodic adv reports processing | Claudia Draghicescu | 1 | -1/+27 |
| 2023-08-24 | Bluetooth: ISO: Use defer setup to separate PA sync and BIG sync | Iulia Tanasescu | 1 | -33/+127 |
| 2023-08-21 | net: annotate data-races around sk->sk_lingertime | Eric Dumazet | 1 | -1/+1 |
| 2023-08-11 | Bluetooth: ISO: Fix not checking for valid CIG/CIS IDs | Luiz Augusto von Dentz | 1 | -0/+6 |
| 2023-08-11 | Bluetooth: ISO: handle bound CIS cleanup via hci_conn | Pauli Virtanen | 1 | -13/+1 |
| 2023-08-11 | Bluetooth: ISO: Add support for BT_PKT_STATUS | Luiz Augusto von Dentz | 1 | -0/+20 |
| 2023-08-11 | Bluetooth: ISO: Notify user space about failed bis connections | Iulia Tanasescu | 1 | -11/+29 |
| 2023-08-11 | Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_sync | Luiz Augusto von Dentz | 1 | -14/+0 |
| 2023-08-11 | Bluetooth: Consolidate code around sk_alloc into a helper function | Luiz Augusto von Dentz | 1 | -9/+1 |
| 2023-08-11 | Bluetooth: ISO: do not emit new LE Create CIS if previous is pending | Pauli Virtanen | 1 | -1/+1 |
| 2023-08-11 | Bluetooth: ISO: Add support for connecting multiple BISes | Iulia Tanasescu | 1 | -7/+21 |
| 2023-07-20 | Bluetooth: ISO: fix iso_conn related locking and validity issues | Pauli Virtanen | 1 | -22/+31 |
| 2023-06-29 | Bluetooth: ISO: Rework sync_interval to be sync_factor | Luiz Augusto von Dentz | 1 | -2/+2 |
| 2023-04-23 | Bluetooth: hci_conn: Add support for linking multiple hcon | Luiz Augusto von Dentz | 1 | -2/+6 |
| 2023-04-23 | Bluetooth: Split bt_iso_qos into dedicated structures | Iulia Tanasescu | 1 | -26/+99 |
| 2023-03-22 | Bluetooth: ISO: fix timestamped HCI ISO data packet parsing | Pauli Virtanen | 1 | -2/+7 |
| 2023-01-17 | Bluetooth: ISO: Fix possible circular locking dependency | Luiz Augusto von Dentz | 1 | -3/+0 |
| 2023-01-17 | Bluetooth: ISO: Fix possible circular locking dependency | Luiz Augusto von Dentz | 1 | -35/+26 |
| 2022-12-12 | Bluetooth: ISO: Avoid circular locking dependency | Luiz Augusto von Dentz | 1 | -23/+38 |
| 2022-12-12 | Bluetooth: hci_conn: use HCI dst_type values also for BIS | Pauli Virtanen | 1 | -2/+4 |
| 2022-12-02 | Bluetooth: hci_conn: add missing hci_dev_put() in iso_listen_bis() | Wang ShaoBo | 1 | -0/+1 |
| 2022-11-02 | Bluetooth: hci_conn: Fix CIS connection dst_type handling | Pauli Virtanen | 1 | -2/+12 |
| 2022-08-25 | Bluetooth: ISO: Fix not handling shutdown condition | Luiz Augusto von Dentz | 1 | -10/+25 |
| 2022-08-08 | Bluetooth: ISO: Fix not using the correct QoS | Luiz Augusto von Dentz | 1 | -5/+11 |
| 2022-08-08 | Bluetooth: ISO: Fix iso_sock_getsockopt for BT_DEFER_SETUP | Luiz Augusto von Dentz | 1 | -1/+1 |
| 2022-08-08 | Bluetooth: ISO: Fix memory corruption | Luiz Augusto von Dentz | 1 | -1/+4 |
| 2022-08-08 | Bluetooth: ISO: Fix info leak in iso_sock_getsockopt() | Luiz Augusto von Dentz | 1 | -5/+5 |
| 2022-08-08 | Bluetooth: ISO: unlock on error path in iso_sock_setsockopt() | Dan Carpenter | 1 | -2/+4 |
| 2022-07-22 | Bluetooth: ISO: Add broadcast support | Luiz Augusto von Dentz | 1 | -33/+356 |
| 2022-07-22 | Bluetooth: Add BTPROTO_ISO socket type | Luiz Augusto von Dentz | 1 | -0/+1501 |