summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
27 hoursMerge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/blue...Mark Brown
3 daystreewide: refresh kmalloc_obj() conversionsKees Cook
4 daysBluetooth: hci_sysfs: Fix NULL pointer dereference in device_del()Krystian Kaniewski
5 daysBluetooth: hci_sync: Fix not setting CE length properlyLuiz Augusto von Dentz
6 daysBluetooth: Move H:4 reassembly into the Bluetooth coreLuiz Augusto von Dentz
6 daysBluetooth: L2CAP: refuse __l2cap_chan_add if chan already has connPauli Virtanen
6 daysBluetooth: L2CAP: annotate locking for l2cap_ops callbacksPauli Virtanen
6 daysBluetooth: L2CAP: annotate locking for l2cap_chan_del()Pauli Virtanen
6 daysBluetooth: L2CAP: take lock for l2cap_chan_del in l2cap_ecred_rsp_deferPauli Virtanen
7 daysBluetooth: L2CAP: remove conditional locking from l2cap_connect()Pauli Virtanen
7 daysBluetooth: L2CAP: hold chan in l2cap_ecred_conn_rsp()Pauli Virtanen
7 daysBluetooth: L2CAP: add annotations for l2cap_chan list lockingPauli Virtanen
7 daysBluetooth: L2CAP: hold l2cap_conn::lock in l2cap_connect_cfm()Pauli Virtanen
7 daysBluetooth: L2CAP: hold conn->lock for __l2cap_ecred_conn_rsp_deferPauli Virtanen
7 daysBluetooth: 6lowpan: avoid concurrent peer_del() in bt_6lowpan_disconnectPauli Virtanen
7 daysBluetooth: L2CAP: remove unused l2cap_chan_close()Pauli Virtanen
7 daysBluetooth: 6lowpan: use l2cap_chan_close_unlocked()Pauli Virtanen
7 daysBluetooth: L2CAP: fix race condition in l2cap_sock_shutdown()Pauli Virtanen
7 daysBluetooth: L2CAP: add l2cap_chan_close_unlocked() and locking helpersPauli Virtanen
7 daysBluetooth: L2CAP: take chan->lock for l2cap_chan_add/ready/delPauli Virtanen
8 daysBluetooth: L2CAP: clear FLAG_DEFER_SETUP only for same PID/PSMPauli Virtanen
8 daysBluetooth: L2CAP: fix out-of-bounds write in l2cap_ecred_connectPauli Virtanen
8 daysBluetooth: L2CAP: fix chan mode for LE_CONN_REQ + EXT_FLOWCTL pchanPauli Virtanen
8 daysBluetooth: hci_core: Fix race condition during device registrationAleksandr Nogikh
8 daysBluetooth: L2CAP: clear FLAG_DEFER_SETUP only for same PID/PSMPauli Virtanen
8 daysBluetooth: L2CAP: fix out-of-bounds write in l2cap_ecred_connectPauli Virtanen
8 daysBluetooth: L2CAP: fix chan mode for LE_CONN_REQ + EXT_FLOWCTL pchanPauli Virtanen
8 daysBluetooth: hci_core: Fix race condition during device registrationAleksandr Nogikh
2026-08-24Bluetooth: RFCOMM: serialize session teardownChengfeng Ye
2026-08-24Bluetooth: do not leak an hci_conn when a second LE connect is rejectedRadek Podgorny
2026-08-24Bluetooth: RFCOMM: serialize security confirmation handlingChengfeng Ye
2026-08-24Bluetooth: RFCOMM: Validate MTU in rfcomm_apply_pn() to prevent infinite loopHyunwoo Kim
2026-08-24Bluetooth: ISO: fix use-after-free of listener socket in iso_conn_readyHang Nan
2026-08-24Bluetooth: hci_core: use skb_get() instead of skb_clone() for req_skbXin Chen
2026-08-24Bluetooth: hci_event: clear HCI_LE_ADV only on a created connectionValentin Kindschi
2026-08-24Bluetooth: hci_conn: re-enable advertising only for peripheral roleValentin Kindschi
2026-08-24Bluetooth: eir: Fix OOB read in eir_get_service_data()HyeongJun An
2026-08-24Bluetooth: hci_sync: add conditional locking annotationsPauli Virtanen
2026-08-24Bluetooth: L2CAP: fix race l2cap_sock_cleanup_listen() vs. put_chanPauli Virtanen
2026-08-24Bluetooth: mgmt: fix 'hdev->discovery.uuids' NULL dereferencePavel Shpakovskiy
2026-08-24Bluetooth: L2CAP: reject accept queue add unless BT_LISTENPauli Virtanen
2026-08-24Bluetooth: L2CAP: access chan->conn safely in get/setsockoptPauli Virtanen
2026-08-24Bluetooth: hci_sync: Clear HCI_CMD_PENDING when dropping the last requestIbrahim Abdelkader
2026-08-24Bluetooth: RFCOMM: serialize session teardownChengfeng Ye
2026-08-24Bluetooth: do not leak an hci_conn when a second LE connect is rejectedRadek Podgorny
2026-08-24Bluetooth: RFCOMM: serialize security confirmation handlingChengfeng Ye
2026-08-21Bluetooth: RFCOMM: Validate MTU in rfcomm_apply_pn() to prevent infinite loopHyunwoo Kim
2026-08-20Merge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-08-19Bluetooth: ISO: fix use-after-free of listener socket in iso_conn_readyHang Nan
2026-08-19Bluetooth: hci_core: use skb_get() instead of skb_clone() for req_skbXin Chen