summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-10um: Disable GCOV_PROFILE_ALL on 32-bit UML with Clang 20/21Kees Cook1-1/+3
2026-04-10gpio: tegra: return -ENOMEM on allocation failure in probeSamasth Norway Ananda1-1/+1
2026-04-10Merge tag 'drm-misc-fixes-2026-04-09' of https://gitlab.freedesktop.org/drm/m...Dave Airlie4-8/+16
2026-04-10tools: ynl: tests: fix leading space on Makefile targetHangbin Liu1-1/+1
2026-04-10selftests: net: py: explicitly forbid multiple ksft_run() callsJakub Kicinski1-1/+4
2026-04-10ipv6: sit: remove redundant ret = 0 assignmentYue Haibing1-1/+1
2026-04-10eth: fbnic: Use wake instead of startMohsin Bashir1-1/+1
2026-04-10net: airoha: Add dma_rmb() and READ_ONCE() in airoha_qdma_rx_process()Lorenzo Bianconi1-6/+10
2026-04-10net: txgbe: fix RTNL assertion warning when remove moduleJiawen Wu1-0/+2
2026-04-10Merge branch 'net-bcmgenet-fix-queue-lock-up'Jakub Kicinski1-16/+14
2026-04-10net: bcmgenet: fix racing timeout handlerJustin Chen1-13/+9
2026-04-10net: bcmgenet: fix leaking free_bdsJustin Chen1-0/+2
2026-04-10net: bcmgenet: fix off-by-one in bcmgenet_put_txcbJustin Chen1-3/+3
2026-04-10net: macb: Use napi_schedule_irqoff() in IRQ handlerKevin Hao1-2/+2
2026-04-10ppp: consolidate refcount decrementsQingfang Deng1-33/+28
2026-04-10net: phy: realtek: Add property to enable SSCMarek Vasut1-0/+127
2026-04-10dt-bindings: net: realtek,rtl82xx: Document realtek,*-ssc-enable propertyMarek Vasut1-0/+15
2026-04-10dt-bindings: net: realtek,rtl82xx: Keep property list sortedMarek Vasut1-4/+4
2026-04-10Merge branch 'macsec-add-support-for-vlan-filtering-in-offload-mode'Jakub Kicinski9-128/+489
2026-04-10macsec: Support VLAN-filtering lower devicesCosmin Ratiu1-8/+63
2026-04-10selftests: Add MACsec VLAN propagation traffic testCosmin Ratiu3-0/+151
2026-04-10nsim: Add support for VLAN filtersCosmin Ratiu2-2/+71
2026-04-10selftests: Migrate nsim-only MACsec tests to PythonCosmin Ratiu5-118/+204
2026-04-10ipv6: move IFA_F_PERMANENT percpu allocation in process scopePaolo Abeni1-12/+19
2026-04-10net: use get_random_u{16,32,64}() where appropriateDavid Carlier7-10/+10
2026-04-10jbd2: fix deadlock in jbd2_journal_cancel_revoke()Zhang Yi1-3/+5
2026-04-10ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all()Sohei Koyama1-1/+3
2026-04-10ext4: fix possible null-ptr-deref in mbt_kunit_exit()Ye Bin1-1/+5
2026-04-10ext4: fix possible null-ptr-deref in extents_kunit_exit()Ye Bin1-2/+5
2026-04-10ext4: fix the error handling process in extents_kunit_init).Ye Bin1-15/+35
2026-04-10ext4: call deactivate_super() in extents_kunit_exit()Ye Bin1-0/+1
2026-04-10ext4: fix miss unlock 'sb->s_umount' in extents_kunit_init()Ye Bin1-0/+2
2026-04-10ext4: fix bounds check in check_xattrs() to prevent out-of-bounds accessDeepanshu Kartikey1-1/+1
2026-04-10ext4: zero post-EOF partial block before appending writeZhang Yi2-14/+24
2026-04-10ext4: move pagecache_isize_extended() out of active handleZhang Yi1-23/+39
2026-04-10ext4: remove ctime/mtime update from ext4_alloc_file_blocks()Zhang Yi1-4/+1
2026-04-10ext4: unify SYNC mode checks in fallocate pathsZhang Yi2-5/+6
2026-04-10ext4: ensure zeroed partial blocks are persisted in SYNC modeZhang Yi3-7/+23
2026-04-10ext4: move zero partial block range functions out of active handleZhang Yi2-38/+41
2026-04-10ext4: pass allocate range as loff_t to ext4_alloc_file_blocks()Zhang Yi1-31/+22
2026-04-10ext4: remove handle parameters from zero partial block functionsZhang Yi3-34/+47
2026-04-10ext4: move ordered data handling out of ext4_block_do_zero_range()Zhang Yi1-29/+32
2026-04-10ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()Zhang Yi1-19/+14
2026-04-10ext4: factor out journalled block zeroing rangeZhang Yi1-29/+69
2026-04-10ext4: rename and extend ext4_block_truncate_page()Zhang Yi3-21/+28
2026-04-10ext4: add did_zero output parameter to ext4_block_zero_page_range()Zhang Yi1-9/+14
2026-04-10ext4: fix diagnostic printf formatsDavid Laight1-3/+3
2026-04-10ext4: move dcache manipulation out of __ext4_link()NeilBrown3-38/+18
2026-04-10ext4: add ext4_fc_eligible()NeilBrown1-29/+14
2026-04-10ext4: split __ext4_add_entry() out of ext4_add_entry()NeilBrown1-7/+14