summaryrefslogtreecommitdiff
path: root/net/bluetooth/iso.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24Bluetooth: ISO: fix use-after-free of listener socket in iso_conn_readyHang Nan1-0/+8
2026-08-07Bluetooth: ISO: zero the sockaddr before returning it in getnameAli Ahmet Memis1-0/+2
2026-08-07Bluetooth: ISO: do not force BT_LISTEN after a failed BIG syncAli Ahmet Memis1-8/+22
2026-07-28Bluetooth: ISO: fix race of kfree vs kref_get_unless_zeroPauli Virtanen1-11/+53
2026-07-28Bluetooth: ISO: fix refcounting of iso_connPauli Virtanen1-12/+17
2026-07-28Bluetooth: ISO: ensure no dangling hcon references in iso_connPauli Virtanen1-3/+21
2026-07-28Bluetooth: ISO: avoid deadlocks in iso_sock_timeoutPauli Virtanen1-31/+29
2026-07-28Bluetooth: ISO: fix leaking sk after socket releasePauli Virtanen1-4/+18
2026-07-28Bluetooth: ISO: hold sk properly in iso_conn_readyPauli Virtanen1-11/+23
2026-07-28Bluetooth: ISO: validate sockaddr_iso first in iso_sock_rebind_bis()Pauli Virtanen1-3/+3
2026-07-28Bluetooth: ISO: fix timeout vs sync_timeout typo in check_bcast_qosPauli Virtanen1-1/+1
2026-07-28Bluetooth: ISO: lock sk in iso_connect_indPauli Virtanen1-8/+11
2026-07-28Bluetooth: ISO: lock sk in iso_sock_getnamePauli Virtanen1-0/+4
2026-07-28Bluetooth: ISO: fix CONNECTED -> CLOSED transition on shutdown/releasePauli Virtanen1-6/+20
2026-07-28Bluetooth: ISO: clear iso_data always when detaching conn from hconPauli Virtanen1-0/+1
2026-07-06Bluetooth: ISO: fix malformed ISO_END/CONT handlingPauli Virtanen1-15/+16
2026-07-06Bluetooth: ISO: avoid NULL deref of conn in iso_conn_big_sync()Muhammad Bilal1-1/+12
2026-06-11Bluetooth: ISO: convert to getsockopt_iterBreno Leitao1-13/+14
2026-06-03Bluetooth: ISO: Fix data-race on iso_pi fields in hci_get_route callsSeungJu Cheon1-16/+44
2026-06-03Bluetooth: ISO: Fix a use-after-free of the hci_conn pointerLuiz Augusto von Dentz1-1/+1
2026-06-03Bluetooth: ISO: Fix not releasing hdev reference on iso_conn_big_syncLuiz Augusto von Dentz1-0/+1
2026-05-28Bluetooth: ISO: serialize iso_sock_clear_timer with socket lockMuhammad Bilal1-1/+1
2026-05-28Bluetooth: ISO: fix UAF in iso_recv_frameMuhammad Bilal1-3/+7
2026-05-20Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs l2cap_conn_del()Safa Karakuş1-1/+8
2026-05-20Bluetooth: ISO: drop ISO_END frames received without prior ISO_STARTDavid Carlier1-0/+5
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-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+1
2026-02-23Bluetooth: purge error queues in socket destructorsHeitor Alves de Siqueira1-0/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-29Bluetooth: Fix using PHYs bitfields as PHY valueLuiz Augusto von Dentz1-5/+5
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: ISO: Attempt to resolve broadcast addressLuiz Augusto von Dentz1-19/+39
2025-12-01Bluetooth: ISO: Add support to bind to trigger PASTLuiz Augusto von Dentz1-17/+81
2025-12-01Bluetooth: HCI: Add initial support for PASTLuiz Augusto von Dentz1-0/+25
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+25
2025-11-20Bluetooth: hci_core: lookup hci_conn on RX path on protocol sidePauli Virtanen1-5/+25
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-2/+2
2025-10-24Bluetooth: ISO: Fix another instance of dst_type handlingLuiz Augusto von Dentz1-1/+7
2025-10-24Bluetooth: ISO: Fix BIS connection dst_type handlingLuiz Augusto von Dentz1-1/+1
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: ISO: Use sk_sndtimeo as conn_timeoutLuiz Augusto von Dentz1-6/+10
2025-09-27Bluetooth: ISO: Don't initiate CIS connections if there are no buffersLuiz Augusto von Dentz1-0/+7
2025-08-15Bluetooth: hci_core: Fix using {cis,bis}_capable for current settingsLuiz Augusto von Dentz1-7/+7
2025-08-15Bluetooth: ISO: Fix getname not returning broadcast fieldsLuiz Augusto von Dentz1-1/+1