summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-03-16xen: remove unnecessary (void*) conversionsYu Zhe1-5/+5
2023-03-16Merge tag 'icc-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/djak...Greg Kroah-Hartman14-320/+146
2023-03-16ata: pata_parport: fix memory leaksOndrej Zary1-11/+14
2023-03-16net: phy: mscc: fix deadlock in phy_ethtool_{get,set}_wol()Vladimir Oltean1-16/+8
2023-03-16veth: Fix use after free in XDP_REDIRECTShawn Bohrer1-4/+2
2023-03-16hwmon: (ltc2992) Set `can_sleep` flag for GPIO chipLars-Peter Clausen1-0/+1
2023-03-16hwmon: (adm1266) Set `can_sleep` flag for GPIO chipLars-Peter Clausen1-0/+1
2023-03-16net/mlx5e: TC, Remove error message log printOz Shlomo1-1/+0
2023-03-16net/mlx5e: TC, fix cloned flow attributeOz Shlomo1-1/+1
2023-03-16net/mlx5e: TC, fix missing error codeOz Shlomo1-2/+6
2023-03-16net/sched: TC, fix raw counter initializationOz Shlomo1-0/+5
2023-03-16net/mlx5e: Lower maximum allowed MTU in XSK to match XDP prerequisitesAdham Faris1-3/+7
2023-03-16net/mlx5: Set BREAK_FW_WAIT flag first when removing driverShay Drory1-1/+1
2023-03-16net/mlx5e: kTLS, Fix missing error unwind on unsupported cipher typeGal Pressman2-21/+25
2023-03-16net/mlx5e: Fix cleanup null-ptr deref on encap lockPaul Blakey1-0/+10
2023-03-16net/mlx5: E-switch, Fix missing set of split_count when forward to ovs intern...Maor Dickman1-0/+1
2023-03-16net/mlx5: E-switch, Fix wrong usage of source port rewrite in split rulesMaor Dickman1-5/+5
2023-03-16net/mlx5: Disable eswitch before waiting for VF pagesDaniel Jurgens1-1/+1
2023-03-16net/mlx5: Fix setting ec_function bit in MANAGE_PAGESParav Pandit1-5/+17
2023-03-16net/mlx5e: Don't cache tunnel offloads capabilityParav Pandit4-6/+1
2023-03-16net/mlx5e: Fix macsec ASO context alignmentEmeel Hakim1-1/+1
2023-03-16drm/amdgpu: Don't resume IOMMU after incomplete initFelix Kuehling1-1/+10
2023-03-16drm/amdkfd: Fixed kfd_process cleanup on module exit.David Belanger3-7/+62
2023-03-16drm/amd/display: disconnect MPCC only on OTG changeAyush Gupta1-1/+5
2023-03-16drm/amd/display: Fix DP MST sinks removal issueCruise Hung1-0/+8
2023-03-16drm/amd/display: Do not set DRR on pipe CommitWesley Chalmers1-3/+0
2023-03-16drm/amd/display: Remove OTG DIV register write for Virtual signals.Saaem Rizvi1-1/+1
2023-03-15Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe2-9/+12
2023-03-15md: select BLOCK_LEGACY_AUTOLOADNeilBrown1-0/+4
2023-03-15block: count 'ios' and 'sectors' when io is done for bio-based deviceYu Kuai2-7/+7
2023-03-15block: sunvdc: add check for mdesc_grab() returning NULLLiang He1-0/+2
2023-03-15nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal1-1/+3
2023-03-15nvme-tcp: add nvme-tcp pdu size build protectionSagi Grimberg1-0/+9
2023-03-15nvme-tcp: fix opcode reporting in the timeout handlerSagi Grimberg1-6/+18
2023-03-15nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620Philipp Geulen1-0/+2
2023-03-15nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000Elmer Miroslav Mosher Golovin1-0/+2
2023-03-15nvme-pci: fixing memory leak in probe teardown pathIrvin Cote1-0/+1
2023-03-15nvme: fix handling single range discard requestMing Lei1-9/+19
2023-03-15block: null_blk: cleanup null_queue_rq()Damien Le Moal1-15/+14
2023-03-15block: null_blk: Fix handling of fake timeout requestDamien Le Moal1-3/+3
2023-03-15drm/meson: dw-hdmi: Fix devm_regulator_*get_enable*() conversion againMarek Szyprowski1-1/+1
2023-03-15net: ethernet: mtk_eth_soc: only write values if neededDaniel Golle1-12/+12
2023-03-15net: ethernet: mtk_eth_soc: reset PCS stateDaniel Golle2-0/+8
2023-03-15net: usb: smsc75xx: Limit packet length to skb->lenSzymon Heidrich1-1/+2
2023-03-15mlxsw: spectrum: Fix incorrect parsing depth after reloadIdo Schimmel2-0/+16
2023-03-15veth: rely on rtnl_dereference() instead of on rcu_dereference() in veth_set_...Lorenzo Bianconi1-1/+1
2023-03-15nfc: st-nci: Fix use after free bug in ndlc_remove due to race conditionZheng Wang1-2/+4
2023-03-15net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status failsHeiner Kallweit1-1/+4
2023-03-15ice: avoid bonding causing auxiliary plug/unplug under RTNL lockDave Ertman2-20/+13
2023-03-15ata: pata_parport: fix parport release without claimOndrej Zary1-2/+3