summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-07-21rndis_host: add overflow check in rndis_rx_fixup()Griffin Kroah-Hartman
2026-07-21Merge branch 'net-fix-two-issues-in-sk_clone-error-path'Jakub Kicinski
2026-07-21net: Call net_enable_timestamp() before failure in sk_clone().Kuniyuki Iwashima
2026-07-21soreuseport: Clear sk_reuseport_cb before failure in sk_clone().Kuniyuki Iwashima
2026-07-21amd-xgbe: fix MAC_AUTO_SW handling in CL37 ANPrashanth Kumar KR
2026-07-21net/tcp: Prevent inlining tcp_syn_ack_timeout()Emil Tsalapatis
2026-07-21drm: Send per-connector hotplug eventsNicolas Frattaroli
2026-07-21drm/connector: Fix epoch_counter docs to reflect realityNicolas Frattaroli
2026-07-21ext4: set EXT4_STATE_NO_EXPAND in ext4_evict_inodeYun Zhou
2026-07-21ext4: skip extra isize expansion during mount to prevent deadlockYun Zhou
2026-07-21ext4: fix out-of-bounds read in ext4_read_inline_dir()Xiang Mei
2026-07-21drm/vmwgfx: Validate vmw_surface_metadata::array_sizeIan Forbes
2026-07-21ext4: remove ext4_end_buffer_io_sync()Matthew Wilcox (Oracle)
2026-07-21Merge tag 'hwmon-for-v7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-07-21net: gro: fix double aggregation of flush-marked skbsShiming Cheng
2026-07-21net: phy: drop duplicated header include in mdio-deviceMaxime Chevallier
2026-07-21platform/x86/amd/pmc: Add T14 Gen2 AMD (20XL) to s2idle quirk listYap Weei Choong
2026-07-21ext4: get ext4_group_desc in ext4_mb_prefetch only when necessaryBohdan Trach
2026-07-21ext4: avoid RWM atomic in EXT4_MB_GRP_TEST_AND_SET_READBohdan Trach
2026-07-21ext4: fix circular lock dependency in ext4_ext_migrateYun Zhou
2026-07-21ext4: avoid tail write_begin walk for uptodate foliosJia Zhu
2026-07-21buffer: avoid tail commit walk for uptodate foliosJia Zhu
2026-07-21ext4: reject mount if inodes per group is not a multiple of inodes per blockBaokun Li
2026-07-21ext4: reduce max cluster size to match documented 256MB limitBaokun Li
2026-07-21ext4: reject mount if clusters/inodes per group are not 8-alignedBaokun Li
2026-07-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-07-21arm64/mm: Check the requested PFN range during memory removalRichard Cheng
2026-07-21Merge tag 'probes-fixes-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-07-21Revert "gtp: annotate PDP lookups under RTNL"Simon Horman
2026-07-21arm64: Correct value returned by ESR_ELx_FSC_ADDRSZ_nL()Steven Price
2026-07-21Merge tag 'for-7.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-07-21ACPI: video: Use acpi_dev_get_pci_dev() instead of acpi_get_pci_dev()Rafael J. Wysocki
2026-07-21ACPI: video: Drop backlight parent device reference laterRafael J. Wysocki
2026-07-21ACPI: PCI: Introduce acpi_dev_get_pci_dev()Rafael J. Wysocki
2026-07-21ACPI: PCI: Use a mutex guard to simplify acpi_get_pci_dev()Rafael J. Wysocki
2026-07-21ASoC: amd: yc: Add MSI Crosshair A16 HX D7WFKG to quirk table郑鸿源
2026-07-21ACPI: PCI: Clear driver_data on all paths that free the acpi_pci_rootChen Pei
2026-07-21ACPI: processor: validate MADT IOAPIC entry boundsPengpeng Hou
2026-07-21Merge branch 'net-mlx5e-psp-cleanups-and-improvements'Jakub Kicinski
2026-07-21net/mlx5e: psp: Report PSP dev registration errorsCosmin Ratiu
2026-07-21net/mlx5e: Return errors from profile->enableCosmin Ratiu
2026-07-21net/mlx5e: psp: Make PSP steering config dynamicCosmin Ratiu
2026-07-21net/mlx5e: psp: Flatten steering structuresCosmin Ratiu
2026-07-21net/mlx5e: psp: Use a single rx_check tableCosmin Ratiu
2026-07-21net/mlx5e: psp: Add an RX steering tableCosmin Ratiu
2026-07-21net/mlx5e: psp: Adjust rx_check FT size and use a drop_groupCosmin Ratiu
2026-07-21net/mlx5e: psp: Rename and consolidate steering functionsCosmin Ratiu
2026-07-21net/mlx5e: psp: Remove unused PSP syndrome copy actionCosmin Ratiu
2026-07-21net/mlx5e: psp: Factor out drop rule creation codeCosmin Ratiu
2026-07-21net/mlx5e: psp: Use helpers for steering object manipulationCosmin Ratiu