index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
iso.c
Age
Commit message (
Expand
)
Author
2024-07-14
Bluetooth: iso: remove unused struct 'iso_list_data'
Dr. David Alan Gilbert
2024-06-28
Bluetooth: ISO: Check socket flag instead of hcon
Iulia Tanasescu
2024-05-18
Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux
Linus Torvalds
2024-05-14
Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()
Sungwoo Kim
2024-05-14
Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generated
Iulia Tanasescu
2024-05-14
Bluetooth: ISO: Make iso_get_sock_listen generic
Iulia Tanasescu
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
2024-04-10
Bluetooth: ISO: Fix not validating setsockopt user input
Luiz Augusto von Dentz
2024-04-10
Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unset
Luiz Augusto von Dentz
2024-03-07
Bluetooth: ISO: Align broadcast sync_timeout with connection timeout
Luiz Augusto von Dentz
2024-03-06
Bluetooth: ISO: Clean up returns values in iso_connect_ind()
Dan Carpenter
2024-03-06
Bluetooth: ISO: Reassemble PA data for bcast sink
Iulia Tanasescu
2024-03-06
Bluetooth: ISO: Add hcon for listening bis sk
Iulia Tanasescu
2023-12-22
Bluetooth: ISO: Avoid creating child socket if PA sync is terminating
Iulia Tanasescu
2023-12-22
Bluetooth: ISO: Reassociate a socket with an active BIS
Iulia Tanasescu
2023-12-22
Bluetooth: ISO: Allow binding a PA sync socket
Iulia Tanasescu
2023-10-23
Bluetooth: ISO: Copy BASE if service data matches EIR_BAA_SERVICE_UUID
Claudia Draghicescu
2023-10-23
Bluetooth: ISO: Allow binding a bcast listener to 0 bises
Iulia Tanasescu
2023-10-23
Bluetooth: ISO: Pass BIG encryption info through QoS
Iulia Tanasescu
2023-09-20
Bluetooth: ISO: Fix handling of listen for unicast
Luiz Augusto von Dentz
2023-08-24
Bluetooth: ISO: Add support for periodic adv reports processing
Claudia Draghicescu
2023-08-24
Bluetooth: ISO: Use defer setup to separate PA sync and BIG sync
Iulia Tanasescu
2023-08-21
net: annotate data-races around sk->sk_lingertime
Eric Dumazet
2023-08-11
Bluetooth: ISO: Fix not checking for valid CIG/CIS IDs
Luiz Augusto von Dentz
2023-08-11
Bluetooth: ISO: handle bound CIS cleanup via hci_conn
Pauli Virtanen
2023-08-11
Bluetooth: ISO: Add support for BT_PKT_STATUS
Luiz Augusto von Dentz
2023-08-11
Bluetooth: ISO: Notify user space about failed bis connections
Iulia Tanasescu
2023-08-11
Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_sync
Luiz Augusto von Dentz
2023-08-11
Bluetooth: Consolidate code around sk_alloc into a helper function
Luiz Augusto von Dentz
2023-08-11
Bluetooth: ISO: do not emit new LE Create CIS if previous is pending
Pauli Virtanen
2023-08-11
Bluetooth: ISO: Add support for connecting multiple BISes
Iulia Tanasescu
2023-07-20
Bluetooth: ISO: fix iso_conn related locking and validity issues
Pauli Virtanen
2023-06-29
Bluetooth: ISO: Rework sync_interval to be sync_factor
Luiz Augusto von Dentz
2023-04-23
Bluetooth: hci_conn: Add support for linking multiple hcon
Luiz Augusto von Dentz
2023-04-23
Bluetooth: Split bt_iso_qos into dedicated structures
Iulia Tanasescu
2023-03-22
Bluetooth: ISO: fix timestamped HCI ISO data packet parsing
Pauli Virtanen
2023-01-17
Bluetooth: ISO: Fix possible circular locking dependency
Luiz Augusto von Dentz
2023-01-17
Bluetooth: ISO: Fix possible circular locking dependency
Luiz Augusto von Dentz
2022-12-12
Bluetooth: ISO: Avoid circular locking dependency
Luiz Augusto von Dentz
2022-12-12
Bluetooth: hci_conn: use HCI dst_type values also for BIS
Pauli Virtanen
2022-12-02
Bluetooth: hci_conn: add missing hci_dev_put() in iso_listen_bis()
Wang ShaoBo
2022-11-02
Bluetooth: hci_conn: Fix CIS connection dst_type handling
Pauli Virtanen
2022-08-25
Bluetooth: ISO: Fix not handling shutdown condition
Luiz Augusto von Dentz
2022-08-08
Bluetooth: ISO: Fix not using the correct QoS
Luiz Augusto von Dentz
2022-08-08
Bluetooth: ISO: Fix iso_sock_getsockopt for BT_DEFER_SETUP
Luiz Augusto von Dentz
2022-08-08
Bluetooth: ISO: Fix memory corruption
Luiz Augusto von Dentz
2022-08-08
Bluetooth: ISO: Fix info leak in iso_sock_getsockopt()
Luiz Augusto von Dentz
2022-08-08
Bluetooth: ISO: unlock on error path in iso_sock_setsockopt()
Dan Carpenter
2022-07-22
Bluetooth: ISO: Add broadcast support
Luiz Augusto von Dentz
2022-07-22
Bluetooth: Add BTPROTO_ISO socket type
Luiz Augusto von Dentz