summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-22net: dsa: don't error out when drivers return ETH_DATA_LEN in .port_max_mtu()Vladimir Oltean1-4/+5
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 Kuai5-22/+17
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-22powerpc/mm: Fix false detection of read faultsRussell Currey1-3/+8
2023-03-22drm/bridge: Fix returned array size name for atomic_get_input_bus_fmts kdocLiu Ying1-2/+2
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-22net/smc: fix deadlock triggered by cancel_delayed_work_syn()Wenjia Zhang1-1/+1
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-22tcp: Fix bind() conflict check for dual-stack wildcard address.Kuniyuki Iwashima1-1/+7
2023-03-22net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status failsHeiner Kallweit1-1/+4
2023-03-22net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet3-10/+12
2023-03-22blk-mq: fix "bad unlock balance detected" on q->srcu in __blk_mq_run_dispatch...Chris Leech1-2/+3
2023-03-22loop: Fix use-after-free issuesBart Van Assche1-8/+17
2023-03-22block: do not reverse request order when flushing plug listJan Kara2-2/+9
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-22net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()D. Wythe1-0/+3
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
2023-03-22PCI: s390: Fix use-after-free of PCI resources with per-function hotplugNiklas Schnelle5-15/+38
2023-03-22vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_readyEugenio Pérez1-0/+11
2023-03-22vdpa_sim: not reset state in vdpasim_queue_readyEugenio Pérez1-0/+2
2023-03-22vhost-vdpa: free iommu domain after last use during cleanupGautam Dawar1-1/+2
2023-03-22i40e: Fix kernel crash during reboot when adapter is in recovery modeIvan Vecera1-0/+1
2023-03-22ipvlan: Make skb->skb_iif track skb->dev for l3s modeJianguo Wu1-0/+1
2023-03-22nfc: pn533: initialize struct pn533_out_arg properlyFedor Pchelkin1-0/+1
2023-03-22selftests: fix LLVM build for i386 and x86_64Guillaume Tucker1-0/+2
2023-03-22wifi: cfg80211: fix MLO connection ownershipJohannes Berg1-9/+7
2023-03-22wifi: nl80211: fix NULL-ptr deref in offchan checkJohannes Berg1-1/+1