summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-31net: apple: mace: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2022-12-31net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu1-0/+1
2022-12-31net: farsync: Fix kmemleak when rmmods farsyncLi Zetao1-0/+2
2022-12-31ethernet: s2io: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2022-12-31of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and...ruanjinjie1-2/+2
2022-12-31ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov4-35/+35
2022-12-31net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner16-45/+44
2022-12-31drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()Yuan Can1-0/+2
2022-12-31net: stmmac: fix possible memory leak in stmmac_dvr_probe()Gaosheng Cui1-1/+2
2022-12-31net: stmmac: selftests: fix potential memleak in stmmac_test_arpoffload()Zhang Changzhong1-2/+6
2022-12-31net: defxx: Fix missing err handling in dfx_init()Yongqiang Liu1-4/+18
2022-12-31net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev1-1/+5
2022-12-31clk: socfpga: Fix memory leak in socfpga_gate_init()Xiu Jianfeng1-1/+4
2022-12-31bpf: Do not zero-extend kfunc return valuesBjörn Töpel1-0/+4
2022-12-31blktrace: Fix output non-blktrace event when blk_classic option enabledYang Jihong1-1/+2
2022-12-31wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware()Wang Yufen2-1/+2
2022-12-31wifi: rtl8xxxu: Fix the channel width reportingBitterblue Smith1-3/+7
2022-12-31wifi: rtl8xxxu: Add __packed to struct rtl8723bu_c2hBitterblue Smith1-1/+1
2022-12-31spi: spi-gpio: Don't set MOSI as an input if not 3WIRE modeKris Bahnsen1-3/+13
2022-12-31clk: samsung: Fix memory leak in _samsung_clk_register_pll()Xiu Jianfeng1-0/+1
2022-12-31media: staging: stkwebcam: Restore MEDIA_{USB,CAMERA}_SUPPORT dependenciesGeert Uytterhoeven1-1/+1
2022-12-31media: coda: Add check for kmallocJiasheng Jiang1-2/+8
2022-12-31media: coda: Add check for dcoda_iram_allocJiasheng Jiang1-2/+2
2022-12-31media: c8sectpfe: Add of_node_put() when breaking out of loopLiang He1-0/+1
2022-12-31regulator: qcom-labibb: Fix missing of_node_put() in qcom_labibb_regulator_pr...Yuan Can1-0/+1
2022-12-31mmc: core: Normalize the error handling branch in sd_read_ext_regs()Zhen Lei1-3/+8
2022-12-31memstick/ms_block: Add check for alloc_ordered_workqueueJiasheng Jiang1-1/+8
2022-12-31mmc: renesas_sdhi: alway populate SCC pointerWolfram Sang1-5/+7
2022-12-31mmc: mmci: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2022-12-31mmc: wbsd: fix return value check of mmc_add_host()Yang Yingliang1-1/+11
2022-12-31mmc: via-sdmmc: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2022-12-31mmc: meson-gx: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2022-12-31mmc: omap_hsmmc: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2022-12-31mmc: atmel-mci: fix return value check of mmc_add_host()Yang Yingliang1-3/+6
2022-12-31mmc: litex_mmc: ensure `host->irq == 0` if pollingGabriel Somlo1-0/+1
2022-12-31mmc: wmt-sdmmc: fix return value check of mmc_add_host()Yang Yingliang1-1/+5
2022-12-31mmc: vub300: fix return value check of mmc_add_host()Yang Yingliang1-3/+8
2022-12-31mmc: toshsd: fix return value check of mmc_add_host()Yang Yingliang1-1/+5
2022-12-31mmc: rtsx_usb_sdmmc: fix return value check of mmc_add_host()Yang Yingliang1-1/+10
2022-12-31mmc: rtsx_pci: fix return value check of mmc_add_host()Yang Yingliang1-1/+8
2022-12-31mmc: pxamci: fix return value check of mmc_add_host()Yang Yingliang1-1/+6
2022-12-31mmc: mxcmmc: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2022-12-31mmc: moxart: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2022-12-31mmc: alcor: fix return value check of mmc_add_host()Yang Yingliang1-1/+4
2022-12-31bpftool: Fix memory leak in do_build_table_cbMiaoqian Lin1-0/+1
2022-12-31riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNCPu Lehui1-1/+28
2022-12-31NFSv4.x: Fail client initialisation if state manager thread can't runTrond Myklebust1-0/+2
2022-12-31NFS: Allow very small rsize & wsize againAnna Schumaker1-4/+2
2022-12-31NFSv4.2: Set the correct size scratch buffer for decoding READ_PLUSAnna Schumaker1-1/+1
2022-12-31SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo1-1/+1