Sign in
◑
Theme
linux
/
linux
/
kernel
/
git
/
bluetooth
/
bluetooth-next
/
HEAD
e40edfa
Bluetooth: SMP: Zeroize raw key data on the stack in smp_e()
by Thomas Huth
· 34 hours ago
master
ee0662b
Bluetooth: hci_sync: Serialize local codec list cleanup
by Chengfeng Ye
· 3 weeks ago
6691666
Bluetooth: hci_qca: Do not write to the serial port after it is closed
by Ibrahim Abdelkader
· 3 weeks ago
ca10117
Bluetooth: Fix code style error
by Jeremy Dean
· 2 weeks ago
803d146
Bluetooth: hci_codec: validate vendor codec count length
by Laxman Acharya Padhya
· 3 weeks ago
1b737f2
Bluetooth: btmtk: Replace magic numbers with WMT packet flag enum
by Chris Lu
· 2 days ago
4a7b93f
Bluetooth: btmtk: Improve BT firmware logging
by Chris Lu
· 2 days ago
71147d5
Bluetooth: btmtk: Validate the firmware layout before parsing it
by Chris Lu
· 2 days ago
c2daf81
Bluetooth: bnep: linearize skb before sending
by Adriano Cordova
· 3 days ago
e35544d
Bluetooth: put the peer's on-air address on air when we cannot resolve
by Radek Podgorny
· 3 days ago
fb3a817
Bluetooth: forget a peer's RPA once it advertises its identity address
by Radek Podgorny
· 3 days ago
701ca71
Bluetooth: coredump: Quiesce dump work on unregister
by Weiming Shi
· 5 days ago
9c7071e
Bluetooth: btusb: Add device ID for MediaTek MT7925 (13d3:3631)
by Samuel Alhovuori
· 6 days ago
ea6d899
Bluetooth: btintel_pcie: cap device debug regions at 1 MB
by Kiran K
· 3 days ago
88906c2d
Bluetooth: btintel_pcie: validate TX skb length in send_sync
by Chandrashekar Devegowda
· 4 days ago
1d97875
Bluetooth: hci_ll: Sleep while waiting for the controller to power up
by Xuhua Zhang
· 4 days ago
676cc47
Bluetooth: hci_h5: Avoid clearing the escape bit for ordinary bytes
by Xuhua Zhang
· 4 days ago
0010ea1
Bluetooth: hci_core: Fix queuing tx_work after workqueue is drained
by ThangNN99
· 5 days ago
30962c9
Bluetooth: hci_bcsp: Use the shared CRC-CCITT byte helper
by Xuhua Zhang
· 4 days ago
334ddae
Bluetooth: eir: validate service data length before reading UUID
by Aamir Ahmed
· 5 days ago
bd5e3aa
Bluetooth: btusb: fix NXP IW610 composite device handling
by Nicolas Thibert
· 4 days ago
76b8d73
Bluetooth: btusb: Add device ID for Realtek RTL8761BUE (StarTech AV53C1)
by Nikolaj Klitlund Børty
· 6 days ago
87e8561
Bluetooth: btintel_pcie: unified decoder coredump format
by Chandrashekar Devegowda
· 8 days ago
d59cac1
Bluetooth: btintel_pcie: add MDBGC multi-buffer DBGC allocation
by Chandrashekar Devegowda
· 8 days ago
eacbfff
Bluetooth: btusb: Fix leaked runtime PM reference in btusb_reset
by Jiajia Liu
· 8 days ago
6d437db
Bluetooth: btusb: mediatek: Fix leaked runtime PM reference in reset
by Jiajia Liu
· 8 days ago
088ef4e
Bluetooth: btqcomsmd: destroy RPMsg endpoints before freeing hci_dev
by Xu Rao
· 8 days ago
5e3e661
Bluetooth: btintel_pcie: remove duplicate BTINTEL_PCIE_MAGIC_NUM definition
by Chandrashekar Devegowda
· 8 days ago
13e9656
Bluetooth: hci_sysfs: Fix NULL pointer dereference in device_del()
by Krystian Kaniewski
· 7 days ago
b361e99
Bluetooth: btmtk: Declare MT7920 (MT7961 1a) Bluetooth firmware
by Ivan Hu
· 8 days ago
8a64616
Bluetooth: btbcm: Add Synaptics 4384 chip support
by Andy Chang
· 8 days ago
4a3d0a6
Bluetooth: dt-bindings: net: bluetooth: add BCM4384
by Andy Chang
· 8 days ago
88a8184
Bluetooth: hci_sync: Fix not setting CE length properly
by Luiz Augusto von Dentz
· 9 days ago
fe87a0e
Bluetooth: btusb: Add support for Intel Otter Peak2 (OrP2)
by Catherine L
· 9 days ago
a8bfcec
Bluetooth: btintel_pcie: fix tx_handle bounds off-by-one
by Kiran K
· 8 days ago
de8d29e
Bluetooth: btintel_pcie: validate packet_len before skb_put_data
by Kiran K
· 8 days ago
88a6bc5
Bluetooth: btusb: Add USB ID 13d3:3556 for RTL8821CE
by Aritra Das
· 8 days ago
0aab041
Bluetooth: btrtl: Don't leak return code when parsing firmware format v2
by Rong Zhang
· 9 days ago
ee16dd6
Bluetooth: btusb: Add support for Bulk Serialization Mode
by Luiz Augusto von Dentz
· 2 weeks ago
37521ec
Bluetooth: Move H:4 reassembly into the Bluetooth core
by Luiz Augusto von Dentz
· 2 weeks ago
83a1797
Bluetooth: btusb: Fix UAF of btusb_data by rx_work
by Luiz Augusto von Dentz
· 11 days ago
6696072
Bluetooth: L2CAP: refuse __l2cap_chan_add if chan already has conn
by Pauli Virtanen
· 10 days ago
4149ba2
Bluetooth: L2CAP: annotate locking for l2cap_ops callbacks
by Pauli Virtanen
· 10 days ago
6873eb5
Bluetooth: L2CAP: annotate locking for l2cap_chan_del()
by Pauli Virtanen
· 10 days ago
c6d60c2
Bluetooth: L2CAP: take lock for l2cap_chan_del in l2cap_ecred_rsp_defer
by Pauli Virtanen
· 10 days ago
512bf44
Bluetooth: Properly disable remote wakeup for MT7922/MT7925 on Ryzen platform
by Rong Zhang
· 10 days ago
2c127ee
Bluetooth: L2CAP: remove conditional locking from l2cap_connect()
by Pauli Virtanen
· 13 days ago
761224d
Bluetooth: L2CAP: make concurrent l2cap_set_timer() refcounting safe
by Pauli Virtanen
· 13 days ago
2683608
Bluetooth: L2CAP: hold chan in l2cap_ecred_conn_rsp()
by Pauli Virtanen
· 13 days ago
886931f
Bluetooth: L2CAP: add annotations for l2cap_chan list locking
by Pauli Virtanen
· 13 days ago
604e2f6
Bluetooth: L2CAP: hold l2cap_conn::lock in l2cap_connect_cfm()
by Pauli Virtanen
· 13 days ago
62df599
Bluetooth: L2CAP: hold conn->lock for __l2cap_ecred_conn_rsp_defer
by Pauli Virtanen
· 13 days ago
02122fd
Bluetooth: 6lowpan: avoid concurrent peer_del() in bt_6lowpan_disconnect
by Pauli Virtanen
· 13 days ago
c5123fd
Bluetooth: L2CAP: remove unused l2cap_chan_close()
by Pauli Virtanen
· 13 days ago
4e64bd5
Bluetooth: 6lowpan: use l2cap_chan_close_unlocked()
by Pauli Virtanen
· 13 days ago
86b3773
Bluetooth: L2CAP: fix race condition in l2cap_sock_shutdown()
by Pauli Virtanen
· 13 days ago
368dc7f
Bluetooth: L2CAP: add l2cap_chan_close_unlocked() and locking helpers
by Pauli Virtanen
· 13 days ago
ca52f476
Bluetooth: L2CAP: take chan->lock for l2cap_chan_add/ready/del
by Pauli Virtanen
· 13 days ago
870187b
Bluetooth: hci_mrvl: Fix wrong return value check of wait_on_bit_timeout()
by Gongwei Li
· 3 weeks ago
af04b0e
Bluetooth: L2CAP: clear FLAG_DEFER_SETUP only for same PID/PSM
by Pauli Virtanen
· 12 days ago
ddaccd9
Bluetooth: L2CAP: fix out-of-bounds write in l2cap_ecred_connect
by Pauli Virtanen
· 12 days ago
b1f1766
Bluetooth: L2CAP: fix chan mode for LE_CONN_REQ + EXT_FLOWCTL pchan
by Pauli Virtanen
· 12 days ago
78f08df
Bluetooth: hci_core: Fix race condition during device registration
by Aleksandr Nogikh
· 2 weeks ago
afe439f
Bluetooth: btmtksdio: Pass the hardware device id to mt79xx_setup()
by Chris Lu
· 3 weeks ago
4988456a
Bluetooth: btmtksdio: Remove redundant firmware filename override
by Chris Lu
· 3 weeks ago
f8c8fa4
Bluetooth: btintel: propagate version TLV parsing errors
by Laxman Acharya Padhya
· 12 days ago
58c6f5e
Bluetooth: btintel: bound firmware ID by TLV length
by Laxman Acharya Padhya
· 12 days ago
eb656c5
Bluetooth: btintel: validate version TLV value lengths
by Laxman Acharya Padhya
· 12 days ago
bcb6212
Bluetooth: btintel_pcie: Clear automask on spurious interrupts
by Kiran K
· 2 weeks ago
fe3897b
Bluetooth: RFCOMM: serialize session teardown
by Chengfeng Ye
· 3 weeks ago
aadb3cd
Bluetooth: do not leak an hci_conn when a second LE connect is rejected
by Radek Podgorny
· 3 weeks ago
a649145
Bluetooth: mt7925: trigger reset on WMT timeout
by George Maraveyas
· 3 weeks ago
40c621391
Bluetooth: RFCOMM: serialize security confirmation handling
by Chengfeng Ye
· 3 weeks ago
0c9d258
Bluetooth: btusb: limit RTL8761B BROKEN_EXT_SCAN quirk to 0bda:a728
by Junjie Cao
· 3 weeks ago
b8d9360
Bluetooth: hci_uart: Fix false success return in hci_uart_setup()
by Gongwei Li
· 3 weeks ago
1c08039
Bluetooth: RFCOMM: Validate MTU in rfcomm_apply_pn() to prevent infinite loop
by Hyunwoo Kim
· 6 months ago
486f890
Bluetooth: ISO: fix use-after-free of listener socket in iso_conn_ready
by Hang Nan
· 3 weeks ago
52eff04
Bluetooth: btintel_pcie: Route debug traces to WiFi DBGC by default
by Catherine L
· 3 weeks ago
185b9b3
Bluetooth: btintel_pcie: sync mbox tlv parsing with GP0 alive interrupt
by Kiran K
· 3 weeks ago
6f5f8dc
Bluetooth: btintel_pcie: parse FW memory addresses via mailbox TLV
by Chandrashekar Devegowda
· 3 weeks ago
be766d7
Bluetooth: hci_core: use skb_get() instead of skb_clone() for req_skb
by Xin Chen
· 3 weeks ago
e4d6d16
Bluetooth: hci_event: clear HCI_LE_ADV only on a created connection
by Valentin Kindschi
· 3 weeks ago
d2d1c21
Bluetooth: hci_conn: re-enable advertising only for peripheral role
by Valentin Kindschi
· 3 weeks ago
b03f74d
Bluetooth: mgmt: reply to cancelled mgmt commands instead of silently dropping
by Shuai Zhang
· 3 weeks ago
762385e
Bluetooth: hci_bcm4377: Ignore reserved PHY in ext adv reports on BCM4378
by Lorenzo Stoakes (ARM)
· 4 weeks ago
57f558c
Bluetooth: hci_core: Return -ENOMEM when the sent_cmd clone fails
by Ibrahim Abdelkader
· 4 weeks ago
14a97a3
Bluetooth: eir: Fix OOB read in eir_get_service_data()
by HyeongJun An
· 4 weeks ago
1fcf216
Bluetooth: btnxpuart: Validate the FW dump header length
by Ali Ahmet Memis
· 4 weeks ago
c519ffc
Bluetooth: enable context analysis for headers
by Pauli Virtanen
· 4 weeks ago
a3dd57c
Bluetooth: L2CAP: add locking annotations for l2cap_chan_lock/unlock
by Pauli Virtanen
· 4 weeks ago
a7b612d
Bluetooth: L2CAP: avoid maybe-return-locked in l2cap_get_chan_by_scid/dcid
by Pauli Virtanen
· 4 weeks ago
26cf20d
Bluetooth: hci_sync: add conditional locking annotations
by Pauli Virtanen
· 4 weeks ago
f4fe511
Bluetooth: hci_core: add lockdep check to hci_conn lookups
by Pauli Virtanen
· 4 weeks ago
f716a05
Bluetooth: btnxpuart: Check remote M.2 connector availability before pwrseq
by Sherry Sun
· 4 weeks ago
262cb78
Bluetooth: btmtksdio: Fix out-of-bounds DMA read in the TX path
by Chris Lu
· 4 weeks ago
951d9f7
Bluetooth: btmtksdio: Take exclusive ownership of the SKB before TX
by Chris Lu
· 4 weeks ago
54c03e6
Bluetooth: btmtk: Do not discard the subsystem reset timeout
by Ismail Tarim
· 4 weeks ago
771e812
Bluetooth: btmtk: Do not report success when subsys reset fails
by Ismail Tarim
· 4 weeks ago
d67f4a4
Bluetooth: L2CAP: fix race l2cap_sock_cleanup_listen() vs. put_chan
by Pauli Virtanen
· 5 weeks ago
9967279
Bluetooth: mgmt: fix 'hdev->discovery.uuids' NULL dereference
by Pavel Shpakovskiy
· 5 weeks ago
Next »