summaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)Author
2024-05-03Bluetooth: qca: fix firmware check error pathJohan Hovold
2024-05-03Bluetooth: qca: fix info leak when fetching board idJohan Hovold
2024-05-03Bluetooth: qca: fix info leak when fetching fw build idJohan Hovold
2024-05-03Bluetooth: qca: generalise device address checkJohan Hovold
2024-05-03Bluetooth: qca: fix NVM configuration parsingJohan Hovold
2024-05-03Bluetooth: qca: add missing firmware sanity checksJohan Hovold
2024-05-03Bluetooth: qca: fix wcn3991 device address checkJohan Hovold
2024-04-24Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional()Bartosz Golaszewski
2024-04-24Bluetooth: qca: fix NULL-deref on non-serdev setupJohan Hovold
2024-04-24Bluetooth: qca: fix NULL-deref on non-serdev suspendJohan Hovold
2024-04-24Bluetooth: btusb: mediatek: Fix double free of skb in coredumpSean Wang
2024-04-24Bluetooth: qca: fix invalid device address checkJohan Hovold
2024-04-24Bluetooth: btusb: Fix triggering coredump implementation for QCAZijun Hu
2024-04-24Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853WangYuli
2024-03-29Bluetooth: qca: fix device-address endiannessJohan Hovold
2024-03-29Revert "Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT"Johan Hovold
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-03-06Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto
2024-03-06Bluetooth: btusb: Add support Mediatek MT7920Peter Tsao
2024-03-06Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922Takashi Iwai
2024-03-06Bluetooth: btnxpuart: Fix btnxpuart_closeMarcel Ziswiler
2024-03-06Bluetooth: btusb: Fix memory leakLuiz Augusto von Dentz
2024-03-06Bluetooth: btrtl: fix out of bounds memory accessAndrey Skvortsov
2024-03-06Bluetooth: hci_h5: Add ability to allocate memory for private dataAndrey Skvortsov
2024-03-06Bluetooth: btintel: Fixe build regressionLuiz Augusto von Dentz
2024-03-06Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with gpiod_get_optional()Bartosz Golaszewski
2024-03-06Bluetooth: btintel: Print Firmware Sequencer informationKiran K
2024-03-06Bluetooth: btbcm: Use devm_kstrdup()Christophe JAILLET
2024-03-06Bluetooth: btbcm: Use strreplace()Christophe JAILLET
2024-03-06Bluetooth: btintel: Fix null ptr deref in btintel_read_versionEdward Adam Davis
2024-03-06Bluetooth: btusb: Add new VID/PID 13d3/3602 for MT7925Ulrik Strid
2024-03-06Bluetooth: btnxpuart: Resolve TX timeout error in power save stress testNeeraj Sanjay Kale
2024-03-06Bluetooth: btrtl: Add the support for RTL8852BT/RTL8852BE-VTMax Chou
2024-02-28Bluetooth: qca: Fix triggering coredump implementationZijun Hu
2024-02-28Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DTJanaki Ramaiah Thota
2024-02-28Bluetooth: qca: Fix wrong event type for patch config commandZijun Hu
2024-02-28Bluetooth: hci_bcm4377: do not mark valid bd_addr as invalidJohan Hovold
2024-01-27treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-01-04USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng
2023-12-22Bluetooth: Add device 13d3:3572 IMC Networks Bluetooth RadioJagan Teki
2023-12-22Bluetooth: btnxpuart: remove useless assignmentFrancesco Dolcini
2023-12-22Bluetooth: btmtkuart: fix recv_buf() return valueFrancesco Dolcini
2023-12-22Bluetooth: btnxpuart: fix recv_buf() return valueFrancesco Dolcini
2023-12-22Bluetooth: qca: Support HFP offload for QCA2066Zijun Hu
2023-12-22Bluetooth: btintel: Print firmware SHA1Kiran K
2023-12-22Bluetooth: btusb: Don't suspend when there are connectionsLuiz Augusto von Dentz
2023-12-22Bluetooth: qca: Set both WIDEBAND_SPEECH and LE_STATES quirks for QCA2066Zijun Hu
2023-12-15Bluetooth: Fix deadlock in vhci_send_frameYing Hsu