summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
10 daysBluetooth: RFCOMM: serialize session teardownChengfeng Ye1-0/+2
10 daysBluetooth: do not leak an hci_conn when a second LE connect is rejectedRadek Podgorny1-2/+7
10 daysBluetooth: RFCOMM: serialize security confirmation handlingChengfeng Ye1-1/+7
10 daysBluetooth: RFCOMM: Validate MTU in rfcomm_apply_pn() to prevent infinite loopHyunwoo Kim1-0/+4
10 daysBluetooth: ISO: fix use-after-free of listener socket in iso_conn_readyHang Nan1-0/+8
10 daysBluetooth: hci_core: use skb_get() instead of skb_clone() for req_skbXin Chen1-1/+1
10 daysBluetooth: hci_event: clear HCI_LE_ADV only on a created connectionValentin Kindschi1-3/+4
10 daysBluetooth: hci_conn: re-enable advertising only for peripheral roleValentin Kindschi1-1/+2
10 daysBluetooth: eir: Fix OOB read in eir_get_service_data()HyeongJun An1-1/+2
10 daysBluetooth: hci_sync: add conditional locking annotationsPauli Virtanen1-0/+5
10 daysBluetooth: L2CAP: fix race l2cap_sock_cleanup_listen() vs. put_chanPauli Virtanen1-10/+13
10 daysBluetooth: mgmt: fix 'hdev->discovery.uuids' NULL dereferencePavel Shpakovskiy1-5/+13
10 daysBluetooth: L2CAP: reject accept queue add unless BT_LISTENPauli Virtanen1-0/+13
10 daysBluetooth: L2CAP: access chan->conn safely in get/setsockoptPauli Virtanen1-16/+48
10 daysBluetooth: hci_sync: Clear HCI_CMD_PENDING when dropping the last requestIbrahim Abdelkader1-0/+2
14 daysMerge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds25-122/+665
2026-08-18Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+2
2026-08-13Bluetooth: SMP: clear the aes_cmac_key when doneThomas Huth1-1/+2
2026-08-07Bluetooth: RFCOMM: take rfcomm_mutex for the deferred setup acceptAli Ahmet Memis1-3/+21
2026-08-07Bluetooth: MSFT: validate evt_prefix_len against the response lengthAli Ahmet Memis1-0/+5
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-08-07Bluetooth: hci_sync: Disable legacy instance's ext adv before setup snapshotMuhammad Saheed1-0/+30
2026-08-07Bluetooth: hci_event: fix out-of-bounds read in LE PA report reassemblyLaxman Acharya1-0/+7
2026-08-07Bluetooth: MGMT: reject HCI_CMD_SYNC params_len above 255Ali Ahmet Memis1-0/+8
2026-08-07Bluetooth: MGMT: free the HCI command when it is cancelledLinmao Li1-5/+8
2026-08-07Bluetooth: MGMT: free the mesh send cancel command when it is cancelledLinmao Li1-2/+7
2026-08-07Bluetooth: hci_sync: free the advertising instance on the failure and cancel ...Linmao Li1-3/+9
2026-08-07Bluetooth: hci_conn: fix the SCO setup context lifetimeLinmao Li1-5/+15
2026-08-07Bluetooth: hci_sync: Fix accept list UAF during suspendChengfeng Ye1-9/+37
2026-08-07Bluetooth: hci_event: Use 255 as max event payload length in hci_ev_table[]Zijun Hu1-7/+7
2026-08-07Bluetooth: hci_event: Introduce handle_ev_vendor() for HCI_EV_VENDORZijun Hu1-1/+9
2026-08-07Bluetooth: hci_core: Introduce __hci_reset_dev() with a hardware error codeZijun Hu1-3/+3
2026-08-07Bluetooth: coredump: Expose header size and end marker to driversZijun Hu1-5/+2
2026-08-07Bluetooth: hci_event: validate LE Set CIG Parameters responseLaxman Acharya Padhya1-2/+4
2026-08-07Bluetooth: add annotations for l2cap_data locking contextPauli Virtanen5-3/+23
2026-08-07Bluetooth: L2CAP: use proto_lock for l2cap_data to fix l2cap_disconn_indPauli Virtanen1-6/+17
2026-08-07Bluetooth: hci_event: fix LE list UAF on resetChengfeng Ye1-0/+2
2026-08-07Bluetooth: Add MGMT Load Connection Subrate commandLuiz Augusto von Dentz3-8/+224
2026-08-07Bluetooth: Add MGMT Shorter Connection Interval settingLuiz Augusto von Dentz1-0/+6
2026-08-07Bluetooth: Add support for Shorter Connection Interval (SCI) featureLuiz Augusto von Dentz2-2/+128
2026-08-07Bluetooth: hci_core: Simplify hci_recv_frame() by hci_acl_handle()Zijun Hu1-2/+1
2026-08-07Bluetooth: coredump: Introduce and apply hci_devcd_state_name()Zijun Hu1-7/+38
2026-08-07Bluetooth: fix BT dependency for submodulesIva Kasprzaková4-4/+4
2026-08-07Bluetooth: coredump: Do not export hci_devcd_rx() and hci_devcd_timeout()Zijun Hu1-2/+0
2026-08-07Bluetooth: hci_event: Log error for HCI reset status error in hci_cc_reset()Zijun Hu1-1/+4
2026-08-07Bluetooth: hci_sync: Simplify hci_reset_sync()Zijun Hu1-8/+2
2026-08-07Bluetooth: hci_sync: Introduce __hci_reset_sync() for device driversZijun Hu1-0/+8
2026-08-07Bluetooth: hci_sync: Remove unused hci_cmd_sync_dequeue_once()Siwei Zhang1-26/+0
2026-08-07Bluetooth: simplify force_no_mitm_write() with kstrtobool_from_user()Dmitry Antipov1-8/+4