summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-03-11OPP: fix error checking in opp_migrate_dentry()Qi Zheng1-1/+1
2023-03-11tap: tap_open(): correctly initialize socket uidPietro Borrello1-1/+1
2023-03-11tun: tun_chr_open(): correctly initialize socket uidPietro Borrello1-1/+1
2023-03-11irqchip/ti-sci: Fix refcount leak in ti_sci_intr_irq_domain_probeMiaoqian Lin1-0/+1
2023-03-11irqchip/irq-mvebu-gicp: Fix refcount leak in mvebu_gicp_probeMiaoqian Lin1-0/+1
2023-03-11irqchip/alpine-msi: Fix refcount leak in alpine_msix_init_domainsMiaoqian Lin1-0/+1
2023-03-11net/mlx5: Enhance debug print in page allocation failureJack Morgenstein1-1/+2
2023-03-11powercap: fix possible name leak in powercap_register_zone()Yang Yingliang1-5/+9
2023-03-11crypto: ccp - Failure on re-initialization due to duplicate sysfs filenameKoba Ko1-4/+17
2023-03-11ACPI: battery: Fix missing NUL-termination with large stringsArmin Wolf1-1/+1
2023-03-11wifi: ath9k: Fix potential stack-out-of-bounds write in ath9k_wmi_rsp_callback()Minsuk Kang1-0/+1
2023-03-11wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() failsFedor Pchelkin1-9/+22
2023-03-11ath9k: htc: clean up statistics macrosPavel Skripkin3-32/+36
2023-03-11ath9k: hif_usb: simplify if-if to if-elseWan Jiabing1-3/+2
2023-03-11wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback ...Fedor Pchelkin1-1/+3
2023-03-11wifi: orinoco: check return value of hermes_write_wordrec()Alexey Kodanev1-0/+2
2023-03-11ACPICA: nsrepair: handle cases without a return value correctlyDaniil Tatianin1-5/+7
2023-03-11ACPICA: Drop port I/O validation for some regionsMario Limonciello1-3/+4
2023-03-11wifi: wl3501_cs: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-03-11wifi: libertas: cmdresp: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-03-11wifi: libertas: main: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-03-11wifi: libertas: if_usb: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-03-11wifi: libertas_tf: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-03-11wifi: brcmfmac: unmap dma buffer in brcmf_msgbuf_alloc_pktid()Zhengchao Shao1-1/+4
2023-03-11wifi: brcmfmac: fix potential memory leak in brcmf_netdev_start_xmit()Zhang Changzhong1-0/+1
2023-03-11wifi: wilc1000: fix potential memory leak in wilc_mac_xmit()Zhang Changzhong1-0/+1
2023-03-11wilc1000: let wilc_mac_xmit() return NETDEV_TX_OKLuc Van Oostenryck1-3/+3
2023-03-11wifi: ipw2200: fix memory leak in ipw_wdev_init()Zhengchao Shao1-2/+7
2023-03-11wifi: ipw2x00: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-03-11ipw2x00: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-89/+88
2023-03-11wifi: rtlwifi: Fix global-out-of-bounds bug in _rtl8812ae_phy_set_txpower_lim...Li Zetao1-32/+20
2023-03-11rtlwifi: fix -Wpointer-sign warningArnd Bergmann3-44/+45
2023-03-11wifi: rtl8xxxu: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-03-11wifi: libertas: fix memory leak in lbs_init_adapter()Zhengchao Shao1-0/+1
2023-03-11wifi: iwlegacy: common: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-2/+2
2023-03-11net/wireless: Delete unnecessary checks before the macro call “dev_kfree_sk...Markus Elfring5-21/+7
2023-03-11wifi: rsi: Fix memory leak in rsi_coex_attach()Yuan Can1-0/+1
2023-03-11s390/dasd: Fix potential memleak in dasd_eckd_init()Qiheng Lin1-1/+3
2023-03-11s390/dasd: Prepare for additional path event handlingJan Höppner3-36/+47
2023-03-11Revert "scsi: core: run queue if SCSI device queue isn't ready and queue is i...Douglas Anderson1-6/+1
2023-03-11HID: asus: use spinlock to safely schedule workersPietro Borrello1-4/+11
2023-03-11HID: asus: use spinlock to protect concurrent accessesPietro Borrello1-1/+21
2023-03-11HID: asus: Remove check for same LED brightness on setLuke D. Jones1-3/+0
2023-03-03USB: core: Don't hold device lock while reading the "descriptors" sysfs fileAlan Stern2-8/+2
2023-03-03USB: serial: option: add support for VW/Skoda "Carstick LTE"Florian Zumbiehl1-0/+4
2023-03-03dmaengine: sh: rcar-dmac: Check for error num after dma_set_max_seg_sizeJiasheng Jiang1-1/+4
2023-03-03vc_screen: don't clobber return value in vcs_readThomas Weißschuh1-3/+4
2023-03-03HID: core: Fix deadloop in hid_apply_multiplier.Xin Zhao1-0/+3
2023-03-03IB/hfi1: Assign npages earlierDean Luick1-7/+2
2023-03-03ACPI: NFIT: fix a potential deadlock during NFIT teardownVishal Verma1-1/+1