summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
46 hoursBluetooth: bnep: Fix UAF read of dev->nameJann Horn
46 hoursBluetooth: l2cap: Add missing chan lock in l2cap_ecred_reconf_rspDudu Lu
46 hoursBluetooth: fix locking in hci_conn_request_evt() with HCI_PROTO_DEFERPauli Virtanen
46 hoursBluetooth: L2CAP: Fix printing wrong information if SDU length exceeds MTULuiz Augusto von Dentz
46 hoursBluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_get_sndtimeo_cb()Siwei Zhang
46 hoursBluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_state_change_cb()Siwei Zhang
46 hoursBluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_new_connection_cb()Siwei Zhang
2026-04-18Bluetooth: L2CAP: Fix accepting multiple L2CAP_ECRED_CONN_REQLuiz Augusto von Dentz
2026-04-18Bluetooth: SMP: force responder MITM requirements before building the pairing...Oleh Konko
2026-04-18Bluetooth: SMP: derive legacy responder STK authentication from MITM stateOleh Konko
2026-04-18Bluetooth: MGMT: validate LTK enc_size on loadKeenan Dong
2026-04-18Bluetooth: L2CAP: Fix ERTM re-init and zero pdu_len infinite loopHyunwoo Kim
2026-04-18Bluetooth: L2CAP: Fix null-ptr-deref on l2cap_sock_ready_cbHelen Koike
2026-04-18Bluetooth: L2CAP: Validate PDU length before reading SDU length in l2cap_ecre...Hyunwoo Kim
2026-04-18Bluetooth: HIDP: Fix possible UAFLuiz Augusto von Dentz
2026-04-18Bluetooth: SMP: make SM/PER/KDU/BI-04-C happyChristian Eggers
2026-04-18Bluetooth: LE L2CAP: Disconnect if sum of payload sizes exceed SDUChristian Eggers
2026-04-18Bluetooth: LE L2CAP: Disconnect if received packet's SDU exceeds IMTUChristian Eggers
2026-04-18Bluetooth: L2CAP: Validate L2CAP_INFO_RSP payload length before accessLukas Johannes Möller
2026-04-18Bluetooth: L2CAP: Fix type confusion in l2cap_ecred_reconf_rsp()Lukas Johannes Möller
2026-03-04Bluetooth: L2CAP: Fix missing key size check for L2CAP_LE_CONN_REQLuiz Augusto von Dentz
2026-03-04Bluetooth: L2CAP: Fix not checking l2cap_chan security levelLuiz Augusto von Dentz
2026-03-04Bluetooth: l2cap: Check encryption key size on incoming connectionFrédéric Danis
2026-03-04Bluetooth: Enforce key size of 16 bytes on FIPS levelArchie Pusaka
2026-03-04Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQLuiz Augusto von Dentz
2026-03-04Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQLuiz Augusto von Dentz
2026-03-04Bluetooth: hci_conn: use mod_delayed_work for active mode timeoutStefan Sørensen
2025-12-07Bluetooth: Add more enc key size checkAlex Lu
2025-12-07Bluetooth: SMP: Fix not generating mackey and ltk when repairingLuiz Augusto von Dentz
2025-12-07Bluetooth: L2CAP: export l2cap_chan_hold for modulesPauli Virtanen
2025-12-07Bluetooth: 6lowpan: Don't hold spin lock over sleeping functionsPauli Virtanen
2025-12-07Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type confusionPauli Virtanen
2025-12-07Bluetooth: 6lowpan: reset link-local header on ipv6 recv pathPauli Virtanen
2025-12-07Bluetooth: SCO: Fix UAF on sco_conn_freeLuiz Augusto von Dentz
2025-10-29Bluetooth: MGMT: Fix not exposing debug UUID on MGMT_OP_READ_EXP_FEATURES_INFOLuiz Augusto von Dentz
2025-09-09Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()Kuniyuki Iwashima
2025-09-04Bluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is unbalancedLuiz Augusto von Dentz
2025-08-28Bluetooth: L2CAP: Fix attempting to adjust outgoing MTULuiz Augusto von Dentz
2025-08-28Bluetooth: SMP: Fix using HCI_ERROR_REMOTE_USER_TERM on timeoutLuiz Augusto von Dentz
2025-08-28Bluetooth: SMP: If an unallowed command is received consider it a failureLuiz Augusto von Dentz
2025-08-28Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb()Kuniyuki Iwashima
2025-07-17Bluetooth: L2CAP: Fix L2CAP MTU negotiationFrédéric Danis
2025-06-27Bluetooth: L2CAP: Fix not responding with L2CAP_CR_LE_ENCRYPTIONLuiz Augusto von Dentz
2025-05-02Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalid addressLuiz Augusto von Dentz
2025-04-10Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LELuiz Augusto von Dentz
2025-04-10Bluetooth: Fix error code in chan_alloc_skb_cb()Dan Carpenter
2025-03-13Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP responseLuiz Augusto von Dentz
2025-03-13Bluetooth: L2CAP: accept zero as a special value for MTU auto-selectionFedor Pchelkin
2025-03-13Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_allocFedor Pchelkin
2025-02-01Bluetooth: RFCOMM: Fix not validating setsockopt user inputLuiz Augusto von Dentz