summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-04octeontx2-af: Always configure NIX TX link credits based on max frame sizeNaveen Mamindlapalli1-107/+3
2024-01-04ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP ProBook 440 G6Siddhesh Dharme1-0/+1
2024-01-04Merge tag 'asoc-fix-v6.7-rc8' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai4-5/+20
2024-01-04x86/kprobes: fix incorrect return address calculation in kprobe_emulate_call_...Jinghao Jia1-1/+2
2024-01-04Merge tag 'nf-24-01-03' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2-2/+3
2024-01-04Merge tag 'drm-misc-fixes-2024-01-03' of git://anongit.freedesktop.org/drm/dr...Dave Airlie9-14/+48
2024-01-04Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2-3/+40
2024-01-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-10/+14
2024-01-04net/smc: fix invalid link access in dumping SMC-R connectionsWen Gu1-2/+1
2024-01-04net/qla3xxx: fix potential memleak in ql_alloc_buffer_queuesDinghao Liu1-0/+2
2024-01-04Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-5/+4
2024-01-04virtio_net: fix missing dma unmap for resizeXuan Zhuo1-30/+30
2024-01-04drm/amd/pm: Update metric table for jpeg/vcn dataAsad Kamal1-1/+9
2024-01-04drm/amd/pm: Use separate metric table for APUAsad Kamal2-58/+156
2024-01-04drm/amd/display: pbn_div need be updated for hotplug eventWayne Lin1-2/+1
2024-01-04Merge tag 'pci-v6.7-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-3/+33
2024-01-04Merge tag 'apparmor-pr-2024-01-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+5
2024-01-03apparmor: Fix move_mount mediation by detecting if source is detachedJohn Johansen2-0/+5
2024-01-03Merge tag 'efi-urgent-for-v6.7-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2024-01-03Merge tag 'trace-v6.7-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-1/+5
2024-01-03Merge tag 'bcachefs-2024-01-01' of https://evilpiepirate.org/git/bcachefsLinus Torvalds30-423/+977
2024-01-03igc: Fix hicredit calculationRodrigo Cataldo1-1/+1
2024-01-03ice: fix Get link status data lengthPaul Greenwalt1-1/+2
2024-01-03i40e: Restore VF MSI-X state during PCI resetAndrii Staikov3-0/+32
2024-01-03ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF muxMark Brown1-1/+1
2024-01-03ASoC: meson: g12a-toacodec: Fix event generationMark Brown1-1/+1
2024-01-03ASoC: meson: g12a-tohdmitx: Validate written enum valuesMark Brown1-0/+6
2024-01-03ASoC: meson: g12a-toacodec: Validate written enum valuesMark Brown1-0/+3
2024-01-03i40e: fix use-after-free in i40e_aqc_add_filters()Ke Xiao1-1/+7
2024-01-03ASoC: SOF: Intel: hda-codec: Delay the codec device registrationPeter Ujfalusi1-9/+9
2024-01-03net: Save and restore msg_namelen in sock_sendmsgMarc Dionne1-0/+2
2024-01-03ALSA: hda: cs35l41: fix building without CONFIG_SPIArnd Bergmann1-3/+1
2024-01-03mmc: sdhci-sprd: Fix eMMC init failure after hw resetWenchao Chen1-3/+7
2024-01-03netfilter: nft_immediate: drop chain reference counter on errorPablo Neira Ayuso1-1/+1
2024-01-03netfilter: nf_nat: fix action not being set for all ct statesBrad Cowie1-1/+2
2024-01-03Merge tag 'drm-intel-fixes-2023-12-28' of git://anongit.freedesktop.org/drm/d...Dave Airlie2-6/+35
2024-01-03net: bcmgenet: Fix FCS generation for fragmented skbuffsAdrian Cinal1-1/+3
2024-01-03Merge branch 'mptcp-new-reviewer-and-prevent-a-warning'Jakub Kicinski2-0/+14
2024-01-03mptcp: prevent tcp diag from closing listener subflowsPaolo Abeni1-0/+13
2024-01-03MAINTAINERS: add Geliang as reviewer for MPTCPMatthieu Baerts1-0/+1
2024-01-03MAINTAINERS: Update mvpp2 driver emailMarcin Wojtas1-1/+1
2024-01-03sfc: fix a double-free bug in efx_probe_filtersZhipeng Lu1-1/+3
2024-01-03MAINTAINERS: Orphan Cadence PCIe IPBjorn Helgaas2-3/+6
2024-01-03Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"Bjorn Helgaas3-0/+27
2024-01-03Revert "net: ipv6/addrconf: clamp preferred_lft to the minimum required"Alex Henrie2-14/+6
2024-01-02eventfs: Fix bitwise fields for "is_events"Steven Rostedt (Google)1-1/+1
2024-01-02tracefs: Check for dentry->d_inode exists in set_gid()Steven Rostedt (Google)1-0/+4
2024-01-02efi/x86: Fix the missing KASLR_FLAG bit in boot_params->hdr.loadflagsYuntao Wang1-0/+2
2024-01-02ARM: sun9i: smp: fix return code check of of_property_match_stringStefan Wahren1-2/+2
2024-01-02ARM: sun9i: smp: Fix array-index-out-of-bounds read in sunxi_mc_smp_initStefan Wahren1-2/+2