summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-03-22media: m5mols: fix off-by-one loop termination errorLinus Torvalds1-1/+1
2023-03-22hwmon: (ltc2992) Set `can_sleep` flag for GPIO chipLars-Peter Clausen1-0/+1
2023-03-22hwmon: (adm1266) Set `can_sleep` flag for GPIO chipLars-Peter Clausen1-0/+1
2023-03-22hwmon: tmp512: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-22hwmon: (ucd90320) Add minimum delay between bus accessesLars-Peter Clausen1-0/+75
2023-03-22hwmon: (ina3221) return prober error codeMarcus Folkesson1-1/+1
2023-03-22hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condi...Zheng Wang1-0/+1
2023-03-22hwmon: (adt7475) Fix masking of hysteresis registersTony O'Brien1-2/+2
2023-03-22hwmon: (adt7475) Display smoothing attributes in correct orderTony O'Brien1-2/+2
2023-03-22bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave failsNikolay Aleksandrov1-3/+1
2023-03-22bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type changeNikolay Aleksandrov1-4/+15
2023-03-22net: renesas: rswitch: Fix the output value of quote from rswitch_rx()Yoshihiro Shimoda1-3/+7
2023-03-22net: renesas: rswitch: Rename rings in struct rswitch_gwca_queueYoshihiro Shimoda2-34/+34
2023-03-22ethernet: sun: add check for the mdesc_grab()Liang He2-0/+6
2023-03-22net: dsa: microchip: fix RGMII delay configuration on KSZ8765/KSZ8794/KSZ8795Marek Vasut1-1/+1
2023-03-22qed/qed_mng_tlv: correctly zero out ->min instead of ->hourDaniil Tatianin1-1/+1
2023-03-22i825xx: sni_82596: use eth_hw_addr_set()Thomas Bogendoerfer1-6/+8
2023-03-22net: atlantic: Fix crash when XDP is enabled but no program is loadedToke Høiland-Jørgensen1-7/+21
2023-03-22net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pullSzymon Heidrich1-2/+8
2023-03-22sh_eth: avoid PHY being resumed when interface is not upWolfram Sang1-2/+10
2023-03-22ravb: avoid PHY being resumed when interface is not upWolfram Sang1-2/+10
2023-03-22net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, 6250, 6290Vladimir Oltean1-4/+12
2023-03-22ice: xsk: disable txq irq before flushing hwMaciej Fijalkowski1-3/+2
2023-03-22veth: Fix use after free in XDP_REDIRECTShawn Bohrer1-4/+2
2023-03-22net/mlx5: Set BREAK_FW_WAIT flag first when removing driverShay Drory1-1/+1
2023-03-22net/mlx5e: Fix cleanup null-ptr deref on encap lockPaul Blakey1-0/+10
2023-03-22net/mlx5: E-switch, Fix missing set of split_count when forward to ovs intern...Maor Dickman1-0/+1
2023-03-22net/mlx5: E-switch, Fix wrong usage of source port rewrite in split rulesMaor Dickman1-5/+5
2023-03-22net/mlx5: Disable eswitch before waiting for VF pagesDaniel Jurgens1-1/+1
2023-03-22net/mlx5: Fix setting ec_function bit in MANAGE_PAGESParav Pandit1-5/+17
2023-03-22net/mlx5e: Don't cache tunnel offloads capabilityParav Pandit4-6/+1
2023-03-22net/mlx5e: Fix macsec ASO context alignmentEmeel Hakim1-1/+1
2023-03-22block: count 'ios' and 'sectors' when io is done for bio-based deviceYu Kuai3-9/+9
2023-03-22block: sunvdc: add check for mdesc_grab() returning NULLLiang He1-0/+2
2023-03-22nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal1-1/+3
2023-03-22nvme: fix handling single range discard requestMing Lei1-9/+19
2023-03-22block: null_blk: Fix handling of fake timeout requestDamien Le Moal1-3/+3
2023-03-22net: ethernet: mtk_eth_soc: only write values if neededDaniel Golle1-12/+12
2023-03-22net: ethernet: mtk_eth_soc: reset PCS stateDaniel Golle2-0/+8
2023-03-22net: usb: smsc75xx: Limit packet length to skb->lenSzymon Heidrich1-1/+2
2023-03-22mlxsw: spectrum: Fix incorrect parsing depth after reloadIdo Schimmel2-0/+16
2023-03-22nfc: st-nci: Fix use after free bug in ndlc_remove due to race conditionZheng Wang1-2/+4
2023-03-22net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status failsHeiner Kallweit1-1/+4
2023-03-22loop: Fix use-after-free issuesBart Van Assche1-8/+17
2023-03-22net: dsa: mt7530: set PLL frequency and trgmii only when trgmii is usedArınç ÜNAL1-31/+31
2023-03-22net: dsa: mt7530: remove now incorrect comment regarding port 5Arınç ÜNAL1-1/+1
2023-03-22qed/qed_dev: guard against a possible division by zeroDaniil Tatianin1-0/+5
2023-03-22bnxt_en: reset PHC frequency in free-running modeVadim Fedorenko3-29/+35
2023-03-22drm/i915/sseu: fix max_subslices array-index-out-of-bounds accessAndrea Righi1-1/+1
2023-03-22drm/i915/psr: Use calculated io and fast wake linesJouni Högander2-17/+63