summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-07Bluetooth: btusb: Add the missed release_firmware() in btusb_mtk_setup_firmwa...Jing Xiangfeng1-1/+1
2020-12-07Bluetooth: btusb: Support 0bda:c123 Realtek 8822CE deviceCadel Watson1-0/+2
2020-12-07Bluetooth: btqca: Use NVM files based on SoC ID for WCN3991Venkata Lakshmi Narayana Gubba3-25/+42
2020-12-07Bluetooth: fix typo in struct nameReo Shiseki2-4/+4
2020-11-23Bluetooth: hci_h5: Add OBDA0623 ACPI HIDHans de Goede1-0/+1
2020-11-23Bluetooth: revert: hci_h5: close serdev device and free hu in h5_closeHans de Goede1-6/+2
2020-11-11Bluetooth: Replace BT_DBG with bt_dev_dbg in HCI requestHoward Chung1-26/+26
2020-11-11Bluetooth: consolidate error paths in hci_phy_link_complete_evt()Sergey Shtylyov1-10/+6
2020-11-11Bluetooth: hci_qca: Wait for timeout during suspendVenkata Lakshmi Narayana Gubba1-9/+39
2020-11-11Bluetooth: btrtl: fix incorrect skb allocation failure checkColin Ian King1-1/+1
2020-11-11Bluetooth: hci_ll: add a small delay for wl1271 enable bt_enXiaolei Wang1-0/+1
2020-11-11Bluetooth: btusb: Add support for 1358:c123 Realtek 8822CE deviceJulian Pidancet1-0/+2
2020-11-11Bluetooth: hci_qca: resolve various warningsNigel Christian1-4/+4
2020-11-11Bluetooth: hci_qca: Enhance retry logic in qca_setupBalakrishna Godavarthi1-16/+18
2020-11-11Bluetooth: Enforce key size of 16 bytes on FIPS levelArchie Pusaka1-1/+7
2020-11-10Bluetooth: btusb: btrtl: Add support for RTL8852AMax Chou2-0/+16
2020-11-10Bluetooth: btusb: Add support for 13d3:3560 MediaTek MT7615E deviceChris Chiu1-0/+3
2020-11-09Bluetooth: hci_h5: fix memory leak in h5_closeAnant Thazhemadam1-0/+3
2020-11-09Bluetooth: hidp: use correct wait queue when removing ctrl_waitOle Bjørn Midtbø1-1/+1
2020-11-09Bluetooth: Move force_bredr_smp debugfs into hci_debugfs_create_bredrClaire Chang3-42/+54
2020-11-09Bluetooth: Fix: LL PRivacy BLE device fails to connectSathish Narasimman1-4/+8
2020-11-09Bluetooth: btrtl: Ask 8821C to drop old firmwareKai-Heng Feng1-0/+46
2020-11-09Bluetooth: btrtl: Refine the ic_id_table for clearer and more regularMax Chou1-46/+19
2020-11-09Bluetooth: btusb: Add the more support IDs for Realtek RTL8822CEMax Chou1-2/+16
2020-11-09Bluetooth: Resume advertising after LE connectionDaniel Winkler3-7/+28
2020-11-09Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()Peilin Ye1-7/+5
2020-11-09Bluetooth: hci_h5: close serdev device and free hu in h5_closeAnant Thazhemadam1-2/+6
2020-11-09Bluetooth: Fix null pointer dereference in hci_event_packet()Anmol Karn1-0/+5
2020-11-09Bluetooth: btqca: Add valid le states quirkAbhishek Pandit-Subedi1-6/+13
2020-11-07stmmac: intel: change all EHL/TGL to auto detect phy addrVoon Weifeng1-5/+1
2020-11-07net: usb: fix spelling typo in cdc_ncm.cWang Qing1-1/+1
2020-11-07net: core: fix spelling typo in flow_dissector.cWang Qing1-1/+1
2020-11-07Merge branch 'net-ipa-constrain-gsi-interrupts'Jakub Kicinski3-89/+204
2020-11-07net: ipa: pass a value to gsi_irq_type_update()Alex Elder1-18/+13
2020-11-07net: ipa: only enable GSI general IRQs when neededAlex Elder2-5/+10
2020-11-07net: ipa: explicitly disallow inter-EE interruptsAlex Elder1-2/+2
2020-11-07net: ipa: only enable GSI IEOB IRQs when neededAlex Elder1-5/+11
2020-11-07net: ipa: only enable generic command completion IRQ when neededAlex Elder2-9/+27
2020-11-07net: ipa: only enable GSI event control IRQs when neededAlex Elder1-7/+20
2020-11-07net: ipa: only enable GSI channel control IRQs when neededAlex Elder1-7/+32
2020-11-07net: ipa: cache last-saved GSI IRQ enabled typeAlex Elder2-12/+24
2020-11-07net: ipa: disable all GSI interrupt types initiallyAlex Elder1-10/+32
2020-11-07net: ipa: define GSI interrupt types with an enumAlex Elder2-18/+22
2020-11-07net: ipa: rename gsi->event_enable_bitmapAlex Elder2-8/+8
2020-11-07net: ipa: request GSI IRQ laterAlex Elder1-26/+41
2020-11-07net: ipa: refer to IPA versions, not GSIAlex Elder1-5/+5
2020-11-07net: x25_asy: Delete the x25_asy driverXie He9-903/+0
2020-11-07net: macb: fix NULL dereference due to no pcs_config methodParshuram Thombare1-2/+15
2020-11-07ptp: idt82p33: optimize _idt82p33_adjfineMin Li1-9/+1
2020-11-07ptp: idt82p33: use i2c_master_send for bus writeMin Li2-11/+37