summaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2024-05-02Bluetooth: qca: fix NULL-deref on non-serdev setupJohan Hovold1-2/+4
2024-05-02Bluetooth: qca: fix NULL-deref on non-serdev suspendJohan Hovold1-0/+3
2024-05-02Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853WangYuli1-0/+2
2024-05-02Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional()Bartosz Golaszewski1-5/+13
2024-05-02Bluetooth: btusb: mediatek: Fix double free of skb in coredumpSean Wang1-4/+3
2024-05-02Bluetooth: btusb: Fix triggering coredump implementation for QCAZijun Hu1-5/+4
2024-04-13Bluetooth: btintel: Fixe build regressionLuiz Augusto von Dentz1-2/+2
2024-04-13Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto1-0/+1
2024-04-13Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922Takashi Iwai2-0/+2
2024-04-13Bluetooth: btintel: Fix null ptr deref in btintel_read_versionEdward Adam Davis1-1/+1
2024-04-10Bluetooth: qca: fix device-address endiannessJohan Hovold2-2/+16
2024-04-10Revert "Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT"Johan Hovold1-12/+1
2024-04-03Bluetooth: btnxpuart: Fix btnxpuart_closeMarcel Ziswiler1-0/+3
2024-03-27Bluetooth: btusb: Fix memory leakLuiz Augusto von Dentz2-5/+9
2024-03-27Bluetooth: btrtl: fix out of bounds memory accessAndrey Skvortsov1-0/+1
2024-03-27Bluetooth: hci_h5: Add ability to allocate memory for private dataAndrey Skvortsov3-6/+19
2024-03-27Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with gpiod_get_optional()Bartosz Golaszewski1-3/+3
2024-03-06Bluetooth: hci_bcm4377: do not mark valid bd_addr as invalidJohan Hovold1-2/+1
2024-03-06Bluetooth: qca: Fix triggering coredump implementationZijun Hu1-5/+4
2024-03-06Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DTJanaki Ramaiah Thota1-1/+12
2024-03-06Bluetooth: qca: Fix wrong event type for patch config commandZijun Hu1-1/+1
2024-02-05Bluetooth: qca: Set both WIDEBAND_SPEECH and LE_STATES quirks for QCA2066Zijun Hu1-0/+1
2024-01-26Bluetooth: btmtkuart: fix recv_buf() return valueFrancesco Dolcini1-8/+3
2024-01-26Bluetooth: btnxpuart: fix recv_buf() return valueFrancesco Dolcini1-4/+3
2024-01-01Bluetooth: Fix deadlock in vhci_send_frameYing Hsu1-4/+6
2023-11-28Bluetooth: btusb: Add 0bda:b85b for Fn-Link RTL8852BEGuan Wentao1-0/+2
2023-11-28Bluetooth: btusb: Add RTW8852BE device 13d3:3570 to device tablesMasum Reza1-0/+2
2023-11-28Bluetooth: btusb: Add date->evt_skb is NULL checkyouwan Wang1-0/+3
2023-11-08Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODEDJanne Grunau1-0/+5
2023-10-14Bluetooth: btrtl: Ignore error return for hci_devcd_register()Max Chou1-7/+3
2023-10-11Bluetooth: vhci: Fix race when opening vhci deviceArkadiusz Bokowy1-0/+3
2023-09-20Bluetooth: btusb: add shutdown function for QCA6174Rocky Liao1-0/+1
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-11/+4
2023-08-24Bluetooth: btusb: Do not call kfree_skb() under spin_lock_irqsave()Jinjie Ruan1-1/+1
2023-08-24Bluetooth: btusb: Fix quirks table namingBastien Nocera1-2/+2
2023-08-24Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODEDLuiz Augusto von Dentz1-0/+6
2023-08-24Bluetooth: btintel: Send new command for PPAGLokendra Singh2-13/+19
2023-08-24Bluetooth: qca: add support for WCN7850Neil Armstrong3-1/+41
2023-08-24Bluetooth: qca: use switch case for soc type behaviorNeil Armstrong3-120/+236
2023-08-24Bluetooth: btnxpuart: Improve inband Independent Reset handlingNeeraj Sanjay Kale1-76/+96
2023-08-24Bluetooth: btnxpuart: Add support for IW624 chipsetNeeraj Sanjay Kale1-7/+30
2023-08-24Bluetooth: btnxpuart: Remove check for CTS low after FW downloadNeeraj Sanjay Kale1-6/+1
2023-08-11tty: ldops: unify to u8Jiri Slaby (SUSE)1-3/+3
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)1-1/+1
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)1-1/+1
2023-08-11tty: remove dummy tty_ldisc_ops::poll() implementationsJiri Slaby (SUSE)1-7/+0
2023-08-11Bluetooth: btrtl: Load FW v2 otherwise FW v1 for RTL8852CMax Chou1-25/+45
2023-08-11Bluetooth: btusb: Move btusb_recv_event_intel to btintelLuiz Augusto von Dentz3-74/+76
2023-08-11Bluetooth: btqca: Add WCN3988 supportLuca Weiss3-4/+33
2023-08-11Bluetooth: btnxpuart: Add support for AW693 chipsetNeeraj Sanjay Kale1-8/+31