summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-23macvlan: fix possible UAF in macvlan_forward_source()Eric Dumazet1-7/+13
2026-01-23net: update netdev_lock_{type,name}Eric Dumazet1-6/+19
2026-01-23ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv()Eric Dumazet1-1/+1
2026-01-23net: bridge: annotate data-races around fdb->{updated,used}Eric Dumazet2-14/+18
2026-01-23btrfs: send: check for inline extents in range_is_hole_in_parent()Qu Wenruo1-0/+2
2026-01-23nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovecShivam Kumar1-0/+12
2026-01-23can: etas_es58x: allow partial RX URB allocation to succeedSzymon Wilczek1-1/+1
2026-01-23PM: EM: Fix incorrect description of the cost field in struct em_perf_stateYaxiong Tian1-1/+1
2026-01-23drm/vmwgfx: Merge vmw_bo_release and vmw_bo_free functionsIan Forbes1-14/+8
2026-01-23pnfs/blocklayout: Fix memory leak in bl_parse_scsi()Zilin Guan1-2/+4
2026-01-23pnfs/flexfiles: Fix memory leak in nfs4_ff_alloc_deviceid_node()Zilin Guan1-1/+1
2026-01-23NFS: Fix a deadlock involving nfs_release_folio()Trond Myklebust4-1/+39
2026-01-23pNFS: Fix a deadlock when returning a delegation during open()Trond Myklebust3-30/+51
2026-01-23xfrm: set ipv4 no_pmtu_disc flag only on output sa when direction is setAntony Antony1-0/+1
2026-01-23xfrm: Fix inner mode lookup in tunnel mode GSO segmentationJianbo Liu2-4/+4
2026-01-23ASoC: codecs: wsa884x: fix codec initialisationJohan Hovold1-2/+1
2026-01-23x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1Sean Christopherson2-3/+38
2026-01-23Revert "gfs2: Fix use of bio_chain"Andreas Gruenbacher1-1/+1
2026-01-23efi/cper: Fix cper_bits_to_str buffer handling and return valueMorduan Zang1-1/+1
2026-01-23firmware: imx: scu-irq: Set mu_resource_id before get handlePeng Fan1-12/+12
2026-01-17Linux 6.12.66v6.12.66Greg Kroah-Hartman1-1/+1
2026-01-17bpf: test_run: Fix ctx leak in bpf_prog_test_run_xdp error pathShardul Bankar1-1/+1
2026-01-17ALSA: hda: intel-dsp-config: Prefer legacy driver as fallbackTakashi Iwai1-1/+2
2026-01-17tpm2-sessions: Fix out of range indexing in name_sizeJarkko Sakkinen4-53/+126
2026-01-17spi: cadence-quadspi: Prevent lost complete() call during indirect readMateusz Litwin1-1/+9
2026-01-17scsi: sg: Fix occasional bogus elapsed time that exceeds timeoutMichal Rábek1-7/+13
2026-01-17ASoC: fsl_sai: Add missing registers to cache defaultAlexander Stein1-0/+3
2026-01-17ALSA: hda/realtek: enable woofer speakers on Medion NM14LNLKai Vehmanen1-0/+1
2026-01-17ASoC: amd: yc: Add quirk for Honor MagicBook X16 2025Andrew Elantsev1-0/+7
2026-01-17ALSA: usb-audio: Update for native DSD support quirksJussi Laako1-0/+10
2026-01-17can: j1939: make j1939_session_activate() fail if device is no longer registeredTetsuo Handa1-0/+2
2026-01-17drm/amdkfd: Fix improper NULL termination of queue restore SMI event stringBrian Kocoloski1-1/+1
2026-01-17spi: mt65xx: Use IRQF_ONESHOT with threaded IRQFei Shao1-1/+1
2026-01-17drm/amd/display: Fix DP no audio issueCharlene Liu1-4/+4
2026-01-17ata: libata-core: Disable LPM on ST2000DM008-2FR102Niklas Cassel1-0/+3
2026-01-17netfilter: nf_tables: avoid chain re-validation if possibleFlorian Westphal2-12/+91
2026-01-17powercap: fix sscanf() error return value handlingSumeet Pawnikar1-3/+3
2026-01-17powercap: fix race condition in register_control_type()Sumeet Pawnikar1-5/+11
2026-01-17net: sfp: extend Potron XGSPON quirk to cover additional EEPROM variantMarcus Hughes1-0/+2
2026-01-17bpf: Fix reference count leak in bpf_prog_test_run_xdp()Tetsuo Handa1-3/+4
2026-01-17bpf, test_run: Subtract size of xdp_frame from allowed metadata sizeToke Høiland-Jørgensen1-5/+13
2026-01-17bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUNAmery Hung2-6/+13
2026-01-17bpf: Make variables in bpf_prog_test_run_xdp less confusingAmery Hung1-13/+13
2026-01-17bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4KYonghong Song3-9/+97
2026-01-17btrfs: fix beyond-EOF write handlingQu Wenruo1-4/+4
2026-01-17btrfs: use variable for end offset in extent_writepage_io()Filipe Manana1-5/+5
2026-01-17btrfs: truncate ordered extent when skipping writeback past i_sizeFilipe Manana2-4/+22
2026-01-17btrfs: remove btrfs_fs_info::sectors_per_pageQu Wenruo4-54/+84
2026-01-17btrfs: add extra error messages for delalloc range related errorsQu Wenruo2-0/+27
2026-01-17btrfs: subpage: dump the involved bitmap when ASSERT() failedQu Wenruo1-11/+30