summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-22Linux 5.4.232v5.4.232Greg Kroah-Hartman1-1/+1
2023-02-22iommu/amd: Pass gfp flags to iommu_map_page() in amd_iommu_map()Joerg Roedel1-1/+1
2023-02-22net: sched: sch: Fix off by one in htb_activate_prios()Dan Carpenter1-1/+1
2023-02-22ASoC: SOF: Intel: hda-dai: fix possible stream_tag leakPierre-Louis Bossart1-4/+4
2023-02-22nilfs2: fix underflow in second superblock position calculationsRyusuke Konishi3-1/+23
2023-02-22kvm: initialize all of the kvm_debugregs structure before sending it to users...Greg Kroah-Hartman1-2/+1
2023-02-22i40e: Add checking for null for nlmsg_find_attr()Natalia Petrova1-0/+2
2023-02-22ipv6: Fix tcp socket connection with DSCP.Guillaume Nault1-0/+1
2023-02-22ipv6: Fix datagram socket connection with DSCP.Guillaume Nault1-1/+1
2023-02-22ixgbe: add double of VLAN header when computing the max MTUJason Xing2-2/+3
2023-02-22net: mpls: fix stale pointer if allocation fails during device renameJakub Kicinski1-0/+4
2023-02-22net: stmmac: Restrict warning on disabling DMA store and fwd modeCristian Ciocaltea1-1/+1
2023-02-22bnxt_en: Fix mqprio and XDP ring checking logicMichael Chan1-2/+6
2023-02-22net: stmmac: fix order of dwmac5 FlexPPS parametrization sequenceJohannes Zink1-1/+2
2023-02-22net/usb: kalmia: Don't pass act_len in usb_bulk_msg error pathMiko Larsson1-4/+4
2023-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima3-12/+18
2023-02-22sctp: sctp_sock_filter(): avoid list_entry() on possibly empty listPietro Borrello1-3/+1
2023-02-22net: bgmac: fix BCM5358 support by setting correct flagsRafał Miłecki1-3/+3
2023-02-22i40e: add double of VLAN header when computing the max MTUJason Xing1-1/+1
2023-02-22ixgbe: allow to increase MTU to 3K with XDP enabledJason Xing1-9/+16
2023-02-22revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"Andrew Morton1-1/+1
2023-02-22net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann1-1/+1
2023-02-22Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson1-7/+1
2023-02-22hugetlb: check for undefined shift on 32 bit architecturesMike Kravetz1-1/+4
2023-02-22sched/psi: Fix use-after-free in ep_remove_wait_queue()Munehisa Kamata1-3/+4
2023-02-22ALSA: hda/realtek - fixed wrong gpio assignedKailang Yang1-1/+1
2023-02-22ALSA: hda/conexant: add a new hda codec SN6180Bo Liu1-0/+1
2023-02-22mmc: mmc_spi: fix error handling in mmc_spi_probe()Yang Yingliang1-4/+4
2023-02-22mmc: sdio: fix possible resource leaks in some error pathsYang Yingliang2-15/+14
2023-02-22ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel1-0/+1
2023-02-22Revert "ipv4: Fix incorrect route flushing when source address is deleted"Shaoying Xu2-1/+1727
2023-02-22xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster3-10/+22
2023-02-22xfs: prevent UAF in xfs_log_item_in_current_chkptDarrick J. Wong1-5/+3
2023-02-22xfs: fix the forward progress assertion in xfs_iwalk_run_callbacksDarrick J. Wong1-1/+1
2023-02-22xfs: ensure inobt record walks always make forward progressDarrick J. Wong1-3/+24
2023-02-22xfs: fix missing CoW blocks writeback conversion retryDarrick J. Wong1-1/+3
2023-02-22xfs: only relog deferred intent items if free space in the log gets lowDarrick J. Wong1-0/+16
2023-02-22xfs: expose the log push thresholdDarrick J. Wong3-10/+33
2023-02-22xfs: periodically relog deferred intent itemsDarrick J. Wong9-133/+300
2023-02-22xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong1-1/+10
2023-02-22xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong7-13/+61
2023-02-22xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock orderingDarrick J. Wong1-14/+24
2023-02-22xfs: clean up bmap intent item recovery checkingDarrick J. Wong1-26/+12
2023-02-22xfs: xfs_defer_capture should absorb remaining transaction reservationDarrick J. Wong3-3/+20
2023-02-22xfs: xfs_defer_capture should absorb remaining block reservationsDarrick J. Wong3-18/+11
2023-02-22xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong11-112/+213
2023-02-22xfs: fix finobt btree block recovery orderingDave Chinner1-0/+2
2023-02-22xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong4-4/+32
2023-02-22xfs: refactor xfs_defer_finish_norollChristoph Hellwig1-69/+59
2023-02-22xfs: turn dfp_intent into a xfs_log_itemChristoph Hellwig5-29/+30