summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-27net/mlx5: Fix vport QoS cleanup on errorCarolina Jubran1-1/+4
2025-02-27net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination.Harshal Chaudhari1-1/+1
2025-02-27af_unix: Fix memory leak in unix_dgram_sendmsg()Adrian Huang1-0/+1
2025-02-27net: Handle napi_schedule() calls from non-interruptFrederic Weisbecker1-1/+1
2025-02-27net: Clear old fragment checksum value in napi_reuse_skbMohammad Heib1-0/+1
2025-02-27gve: unlink old napi when stopping a queue using queue APIHarshitha Ramamurthy1-0/+2
2025-02-27net: Use rtnl_net_dev_lock() in register_netdevice_notifier_dev_net().Kuniyuki Iwashima1-9/+3
2025-02-27Merge tag 'bcachefs-2025-02-26' of git://evilpiepirate.org/bcachefsLinus Torvalds15-57/+25
2025-02-27bcachefs: Fix truncate sometimes failing and returning 1Kent Overstreet1-0/+1
2025-02-27bcachefs: Fix deadlockAlan Huang6-13/+17
2025-02-27bcachefs: Check for -BCH_ERR_open_buckets_empty in journal resizeKent Overstreet1-1/+3
2025-02-27bcachefs: Revert directory i_sizeKent Overstreet4-41/+1
2025-02-27arm64/mm: Fix Boot panic on Ampere AltraRyan Roberts1-6/+1
2025-02-27tracing: fprobe-events: Log error for exceeding the number of entry argsMasami Hiramatsu (Google)2-1/+7
2025-02-27tracing: tprobe-events: Reject invalid tracepoint nameMasami Hiramatsu (Google)2-0/+14
2025-02-27tracing: tprobe-events: Fix a memory leak when tprobe with $retvalMasami Hiramatsu (Google)1-0/+2
2025-02-27clk: qcom: dispcc-sm8750: Drop incorrect CLK_SET_RATE_PARENT on byte intf parentKrzysztof Kozlowski1-2/+0
2025-02-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-28/+30
2025-02-27i2c: amd-asf: Fix EOI register write to enable successive interruptsShyam Sundar S K1-0/+1
2025-02-27i2c: ls2x: Fix frequency division register accessBinbin Zhou1-4/+12
2025-02-27Merge tag 'wq-for-6.14-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+3
2025-02-27i2c: npcm: disable interrupt enable bit before devm_request_irqTyrone Ting1-0/+7
2025-02-27Merge tag 'sched_ext-for-6.14-rc4-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-4/+7
2025-02-26Merge tag 'nfs-for-6.14-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds10-17/+83
2025-02-26Merge tag 'landlock-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-22/+127
2025-02-26Merge tag 'integrity-v6.14-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-7/+13
2025-02-26Revert "of: reserved-memory: Fix using wrong number of cells to get property ...Rob Herring (Arm)1-2/+2
2025-02-26drm/nouveau: Do not override forced connector statusThomas Zimmermann1-1/+0
2025-02-26affs: don't write overlarge OFS data block size fieldsSimon Tatham1-1/+2
2025-02-26affs: generate OFS sequence numbers starting at 1Simon Tatham1-3/+3
2025-02-26wifi: brcmfmac: keep power during suspend if board requires itMatthias Proske1-7/+13
2025-02-26wifi: mac80211: Fix sparse warning for monitor_sdataAlexander Wetzel1-1/+1
2025-02-26wifi: mac80211: fix vendor-specific inheritanceJohannes Berg1-0/+8
2025-02-26wifi: mac80211: fix MLE non-inheritance parsingJohannes Berg2-45/+83
2025-02-26Merge tag 'asoc-fix-v6.14-rc4' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai11-51/+142
2025-02-26ALSA: hda/realtek: Fix microphone regression on ASUS N705UDAdrien Vergé1-1/+0
2025-02-26drm/i915/dp_mst: Fix encoder HW state readout for UHBR MSTImre Deak1-4/+5
2025-02-26drm/xe: cancel pending job timer before freeing schedulerTejas Upadhyay1-0/+2
2025-02-26drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size)Mingcong Bai1-1/+0
2025-02-26ata: ahci: Make ahci_ignore_port() handle empty mask_port_mapNiklas Cassel2-2/+7
2025-02-26drm/imagination: remove unnecessary header include pathMasahiro Yamada1-2/+0
2025-02-26KVM: nVMX: Process events on nested VM-Exit if injectable IRQ or NMI is pendingSean Christopherson1-0/+11
2025-02-26KVM: x86: Free vCPUs before freeing VM stateSean Christopherson1-1/+1
2025-02-26tcp: Defer ts_recent changes until req is ownedWang Hai1-6/+4
2025-02-26btrfs: replace deprecated strncpy() with strscpy()Thorsten Blum1-2/+2
2025-02-26btrfs: zoned: fix extent range end unlock in cow_file_range()Naohiro Aota1-2/+7
2025-02-26Merge tag 'powerpc-6.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+2
2025-02-26Merge branch 'net-enetc-fix-some-known-issues'Jakub Kicinski3-32/+80
2025-02-26net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs()Wei Fang1-8/+7
2025-02-26net: enetc: remove the mm_lock from the ENETC v4 driverWei Fang1-1/+0