summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2025-07-23Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connectionsYang Li-27/+38
2025-07-23Bluetooth: hci_event: Mask data status from LE ext adv reportsChris Down-2/+6
2025-07-23Bluetooth: hci_devcd_dump: fix out-of-bounds via dev_coredumpvIvan Pravdin-3/+3
2025-07-23Bluetooth: ISO: Support SCM_TIMESTAMPING for ISO TSYang Li-1/+12
2025-07-23Bluetooth: ISO: add socket option to report packet seqnum via CMSGPauli Virtanen-3/+25
2025-07-23Bluetooth: Fix typos in commentsBastien Nocera-6/+6
2025-07-23Bluetooth: RFCOMM: Fix typos in commentsBastien Nocera-2/+3
2025-07-23Bluetooth: aosp: Fix typo in commentBastien Nocera-1/+1
2025-07-23Bluetooth: Fix spelling mistakesYang Li-12/+12
2025-07-23Bluetooth: hci_event: Add support for handling LE BIG Sync Lost eventYang Li-2/+40
2025-07-23Bluetooth: hci_event: Correct comment about HCI_EV_EXTENDED_INQUIRY_RESULTZijun Hu-1/+1
2025-07-23Bluetooth: hci_core: Eliminate an unnecessary goto label in hci_find_irk_by_a...Zijun Hu-3/+1
2025-07-23Bluetooth: hci_sync: Use bt_dev_err() to log error message in hci_update_even...Zijun Hu-1/+1
2025-07-23Bluetooth: hci_sock: Reset cookie to zero in hci_sock_free_cookie()Zijun Hu-1/+1
2025-07-21Merge tag 'v6.16-rc7' into tty-nextGreg Kroah-Hartman-204/+276
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-76/+109
2025-07-17Bluetooth: L2CAP: Fix attempting to adjust outgoing MTULuiz Augusto von Dentz-5/+21
2025-07-16Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmapChristian Eggers-67/+63
2025-07-16Bluetooth: SMP: Fix using HCI_ERROR_REMOTE_USER_TERM on timeoutLuiz Augusto von Dentz-1/+1
2025-07-16Bluetooth: SMP: If an unallowed command is received consider it a failureLuiz Augusto von Dentz-1/+19
2025-07-16Bluetooth: hci_sync: fix connectable extended advertising when using static r...Alessandro Gasbarroni-2/+2
2025-07-16Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb()Kuniyuki Iwashima-0/+3
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+5
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-126/+162
2025-07-03Bluetooth: hci_event: Fix not marking Broadcast Sink BIS as connectedLuiz Augusto von Dentz-0/+3
2025-07-03Bluetooth: hci_sync: Fix attempting to send HCI_Disconnect to BIS handleLuiz Augusto von Dentz-1/+1
2025-07-03Bluetooth: hci_sync: Fix not disabling advertising instanceLuiz Augusto von Dentz-1/+1
2025-06-30Merge 6.16-rc4 into tty-nextGreg Kroah-Hartman-5/+38
2025-06-27Bluetooth: HCI: Set extended advertising data synchronouslyChristian Eggers-113/+130
2025-06-27Bluetooth: MGMT: mesh_send: check instances prior disabling advertisingChristian Eggers-1/+2
2025-06-27Bluetooth: MGMT: set_mesh: update LE scan interval and windowChristian Eggers-0/+22
2025-06-27Bluetooth: hci_sync: revert some mesh modificationsChristian Eggers-12/+4
2025-06-27Bluetooth: Prevent unintended pause by checking if advertising is activeYang Li-0/+4
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+38
2025-06-23net: make sk->sk_sndtimeo locklessEric Dumazet-6/+6
2025-06-23net: remove sock_i_uid()Eric Dumazet-1/+1
2025-06-23Bluetooth: hci_core: Fix use-after-free in vhci_flush()Kuniyuki Iwashima-4/+30
2025-06-20Bluetooth: L2CAP: Fix L2CAP MTU negotiationFrédéric Danis-1/+8
2025-06-17tty: introduce and use tty_port_tty_vhangup() helperJiri Slaby (SUSE)-6/+1
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-128/+192
2025-06-11Bluetooth: MGMT: Fix sparse errorsLuiz Augusto von Dentz-2/+2
2025-06-11Bluetooth: ISO: Fix not using bc_sid as advertisement SIDLuiz Augusto von Dentz-15/+64
2025-06-11Bluetooth: ISO: Fix using BT_SK_PA_SYNC to detect BIS socketsLuiz Augusto von Dentz-1/+4
2025-06-11Bluetooth: eir: Fix possible crashes on eir_create_adv_dataLuiz Augusto von Dentz-6/+8
2025-06-11Bluetooth: hci_sync: Fix broadcast/PA when using an existing instanceLuiz Augusto von Dentz-5/+15
2025-06-11Bluetooth: Fix NULL pointer deference on eir_get_service_dataLuiz Augusto von Dentz-4/+6
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-3/+3
2025-06-05Bluetooth: MGMT: Protect mgmt_pending list with its own lockLuiz Augusto von Dentz-59/+79
2025-06-05Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_completeLuiz Augusto von Dentz-29/+12
2025-06-05Bluetooth: hci_core: fix list_for_each_entry_rcu usagePauli Virtanen-8/+3