| Commit message (Expand) | Author | Age | Files | Lines |
* | nfc: virtual_ncidev: Fix memory leak in virtual_nci_send() | Shang XiaoJing | 2022-10-21 | 1 | -0/+3 |
* | net: macb: Specify PHY PM management done by MAC | Sergiu Moga | 2022-10-21 | 1 | -0/+1 |
* | net: hinic: fix the issue of double release MBOX callback of VF | Zhengchao Shao | 2022-10-21 | 1 | -1/+0 |
* | net: hinic: fix the issue of CMDQ memory leaks | Zhengchao Shao | 2022-10-21 | 1 | -1/+1 |
* | net: hinic: fix memory leak when reading function table | Zhengchao Shao | 2022-10-21 | 1 | -6/+12 |
* | net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg() | Zhengchao Shao | 2022-10-21 | 1 | -1/+1 |
* | net: lan966x: Fix the rx drop counter | Horatiu Vultur | 2022-10-21 | 1 | -1/+9 |
* | net: netsec: fix error handling in netsec_register_mdio() | Yang Yingliang | 2022-10-21 | 1 | -0/+2 |
* | Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 2022-10-21 | 25 | -128/+223 |
|\ |
|
| * | net: phy: dp83822: disable MDI crossover status change interrupt | Felix Riemann | 2022-10-20 | 1 | -2/+1 |
| * | net: hns: fix possible memory leak in hnae_ae_register() | Yang Yingliang | 2022-10-20 | 1 | -1/+3 |
| * | wwan_hwsim: fix possible memory leak in wwan_hwsim_dev_new() | Yang Yingliang | 2022-10-20 | 1 | -1/+1 |
| * | sfc: include vport_id in filter spec hash and equal() | Pieter Jansen van Vuuren | 2022-10-20 | 2 | -7/+7 |
| * | ethernet: marvell: octeontx2 Fix resource not freed after malloc | Manank Patel | 2022-10-19 | 1 | -0/+2 |
| * | ionic: catch NULL pointer issue on reconfig | Brett Creeley | 2022-10-19 | 1 | -4/+8 |
| * | bnxt_en: fix memory leak in bnxt_nvm_test() | Vikas Gupta | 2022-10-19 | 1 | -5/+6 |
| * | net: ethernet: mediatek: ppe: Remove the unused function mtk_foe_entry_usable() | Jiapeng Chong | 2022-10-17 | 1 | -6/+0 |
| * | net: ethernet: mtk_eth_wed: add missing of_node_put() | Yang Yingliang | 2022-10-17 | 1 | -1/+4 |
| * | net: ethernet: mtk_eth_wed: add missing put_device() in mtk_wed_add_hw() | Yang Yingliang | 2022-10-17 | 1 | -2/+8 |
| * | net: ethernet: mtk_eth_soc: fix possible memory leak in mtk_probe() | Yang Yingliang | 2022-10-17 | 1 | -5/+12 |
| * | net: stmmac: Enable mac_managed_pm phylink config | Shenwei Wang | 2022-10-15 | 1 | -0/+1 |
| * | net: phylink: add mac_managed_pm in phylink_config structure | Shenwei Wang | 2022-10-15 | 1 | -0/+3 |
| * | sunhme: Uninitialized variable in happy_meal_init() | Dan Carpenter | 2022-10-15 | 1 | -1/+1 |
| * | net: phy: dp83867: Extend RX strap quirk for SGMII mode | Harini Katakam | 2022-10-15 | 1 | -0/+8 |
| * | net: hv_netvsc: Fix a warning triggered by memcpy in rndis_filter | Cezar Bulinaru | 2022-10-15 | 1 | -2/+4 |
| * | sfc: Change VF mac via PF as first preference if available. | Jonathan Cooper | 2022-10-15 | 1 | -34/+24 |
| * | net: macvlan: change schedule system_wq to system_unbound_wq | zhangxiangqian | 2022-10-14 | 1 | -1/+1 |
| * | i40e: Fix DMA mappings leak | Jan Sokolowski | 2022-10-14 | 6 | -28/+74 |
| * | net: dsa: qca8k: fix ethtool autocast mib for big-endian systems | Christian Marangi | 2022-10-14 | 1 | -12/+8 |
| * | net: dsa: qca8k: fix inband mgmt for big-endian systems | Christian Marangi | 2022-10-14 | 1 | -16/+47 |
* | | Merge tag 'ata-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem... | Linus Torvalds | 2022-10-21 | 7 | -8/+8 |
|\ \ |
|
| * | | ata: ahci_qoriq: Fix compilation warning | Damien Le Moal | 2022-10-18 | 1 | -1/+1 |
| * | | ata: ahci_imx: Fix compilation warning | Damien Le Moal | 2022-10-18 | 1 | -1/+1 |
| * | | ata: ahci_xgene: Fix compilation warning | Damien Le Moal | 2022-10-18 | 1 | -1/+1 |
| * | | ata: ahci_brcm: Fix compilation warning | Damien Le Moal | 2022-10-18 | 1 | -1/+1 |
| * | | ata: sata_rcar: Fix compilation warning | Damien Le Moal | 2022-10-18 | 1 | -1/+1 |
| * | | ata: ahci_st: Fix compilation warning | Damien Le Moal | 2022-10-17 | 1 | -1/+1 |
| * | | ata: ahci: Match EM_MAX_SLOTS with SATA_PMP_MAX_PORTS | Kai-Heng Feng | 2022-10-17 | 1 | -1/+1 |
| * | | ata: ahci-imx: Fix MODULE_ALIAS | Alexander Stein | 2022-10-17 | 1 | -1/+1 |
* | | | dm clone: Fix typo in block_device format specifier | Nikos Tsironis | 2022-10-18 | 1 | -1/+1 |
* | | | dm: remove unnecessary assignment statement in alloc_dev() | Genjian Zhang | 2022-10-18 | 1 | -1/+0 |
* | | | dm cache: delete the redundant word 'each' in comment | Shaomin Deng | 2022-10-18 | 1 | -1/+1 |
* | | | dm raid: fix typo in analyse_superblocks code comment | Jiangshan Yi | 2022-10-18 | 1 | -1/+1 |
* | | | dm verity: enable WQ_HIGHPRI on verify_wq | Nathan Huckleberry | 2022-10-18 | 1 | -8/+10 |
* | | | dm raid: delete the redundant word 'that' in comment | Jilin Yuan | 2022-10-18 | 1 | -1/+1 |
* | | | dm: change from DMWARN to DMERR or DMCRIT for fatal errors | Mikulas Patocka | 2022-10-18 | 5 | -85/+85 |
* | | | dm bufio: use the acquire memory barrier when testing for B_READING | Mikulas Patocka | 2022-10-18 | 1 | -6/+7 |
* | | | Merge tag 'v6.1-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2022-10-17 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | hwrng: bcm2835 - use hwrng_msleep() instead of cpu_relax() | Jason A. Donenfeld | 2022-10-14 | 1 | -1/+1 |
* | | | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-10-17 | 57 | -116/+103 |
|\ \ \ |
|