summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfc: virtual_ncidev: Fix memory leak in virtual_nci_send()Shang XiaoJing2022-10-211-0/+3
* net: macb: Specify PHY PM management done by MACSergiu Moga2022-10-211-0/+1
* net: hinic: fix the issue of double release MBOX callback of VFZhengchao Shao2022-10-211-1/+0
* net: hinic: fix the issue of CMDQ memory leaksZhengchao Shao2022-10-211-1/+1
* net: hinic: fix memory leak when reading function tableZhengchao Shao2022-10-211-6/+12
* net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg()Zhengchao Shao2022-10-211-1/+1
* net: lan966x: Fix the rx drop counterHoratiu Vultur2022-10-211-1/+9
* net: netsec: fix error handling in netsec_register_mdio()Yang Yingliang2022-10-211-0/+2
* Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-2125-128/+223
|\
| * net: phy: dp83822: disable MDI crossover status change interruptFelix Riemann2022-10-201-2/+1
| * net: hns: fix possible memory leak in hnae_ae_register()Yang Yingliang2022-10-201-1/+3
| * wwan_hwsim: fix possible memory leak in wwan_hwsim_dev_new()Yang Yingliang2022-10-201-1/+1
| * sfc: include vport_id in filter spec hash and equal()Pieter Jansen van Vuuren2022-10-202-7/+7
| * ethernet: marvell: octeontx2 Fix resource not freed after mallocManank Patel2022-10-191-0/+2
| * ionic: catch NULL pointer issue on reconfigBrett Creeley2022-10-191-4/+8
| * bnxt_en: fix memory leak in bnxt_nvm_test()Vikas Gupta2022-10-191-5/+6
| * net: ethernet: mediatek: ppe: Remove the unused function mtk_foe_entry_usable()Jiapeng Chong2022-10-171-6/+0
| * net: ethernet: mtk_eth_wed: add missing of_node_put()Yang Yingliang2022-10-171-1/+4
| * net: ethernet: mtk_eth_wed: add missing put_device() in mtk_wed_add_hw()Yang Yingliang2022-10-171-2/+8
| * net: ethernet: mtk_eth_soc: fix possible memory leak in mtk_probe()Yang Yingliang2022-10-171-5/+12
| * net: stmmac: Enable mac_managed_pm phylink configShenwei Wang2022-10-151-0/+1
| * net: phylink: add mac_managed_pm in phylink_config structureShenwei Wang2022-10-151-0/+3
| * sunhme: Uninitialized variable in happy_meal_init()Dan Carpenter2022-10-151-1/+1
| * net: phy: dp83867: Extend RX strap quirk for SGMII modeHarini Katakam2022-10-151-0/+8
| * net: hv_netvsc: Fix a warning triggered by memcpy in rndis_filterCezar Bulinaru2022-10-151-2/+4
| * sfc: Change VF mac via PF as first preference if available.Jonathan Cooper2022-10-151-34/+24
| * net: macvlan: change schedule system_wq to system_unbound_wqzhangxiangqian2022-10-141-1/+1
| * i40e: Fix DMA mappings leakJan Sokolowski2022-10-146-28/+74
| * net: dsa: qca8k: fix ethtool autocast mib for big-endian systemsChristian Marangi2022-10-141-12/+8
| * net: dsa: qca8k: fix inband mgmt for big-endian systemsChristian Marangi2022-10-141-16/+47
* | Merge tag 'ata-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2022-10-217-8/+8
|\ \
| * | ata: ahci_qoriq: Fix compilation warningDamien Le Moal2022-10-181-1/+1
| * | ata: ahci_imx: Fix compilation warningDamien Le Moal2022-10-181-1/+1
| * | ata: ahci_xgene: Fix compilation warningDamien Le Moal2022-10-181-1/+1
| * | ata: ahci_brcm: Fix compilation warningDamien Le Moal2022-10-181-1/+1
| * | ata: sata_rcar: Fix compilation warningDamien Le Moal2022-10-181-1/+1
| * | ata: ahci_st: Fix compilation warningDamien Le Moal2022-10-171-1/+1
| * | ata: ahci: Match EM_MAX_SLOTS with SATA_PMP_MAX_PORTSKai-Heng Feng2022-10-171-1/+1
| * | ata: ahci-imx: Fix MODULE_ALIASAlexander Stein2022-10-171-1/+1
* | | dm clone: Fix typo in block_device format specifierNikos Tsironis2022-10-181-1/+1
* | | dm: remove unnecessary assignment statement in alloc_dev()Genjian Zhang2022-10-181-1/+0
* | | dm cache: delete the redundant word 'each' in commentShaomin Deng2022-10-181-1/+1
* | | dm raid: fix typo in analyse_superblocks code commentJiangshan Yi2022-10-181-1/+1
* | | dm verity: enable WQ_HIGHPRI on verify_wqNathan Huckleberry2022-10-181-8/+10
* | | dm raid: delete the redundant word 'that' in commentJilin Yuan2022-10-181-1/+1
* | | dm: change from DMWARN to DMERR or DMCRIT for fatal errorsMikulas Patocka2022-10-185-85/+85
* | | dm bufio: use the acquire memory barrier when testing for B_READINGMikulas Patocka2022-10-181-6/+7
* | | Merge tag 'v6.1-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-10-171-1/+1
|\ \ \ | |/ / |/| |
| * | hwrng: bcm2835 - use hwrng_msleep() instead of cpu_relax()Jason A. Donenfeld2022-10-141-1/+1
* | | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-1757-116/+103
|\ \ \