summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-26Merge branch 'ipv6-fix-temporary-address-not-removed-correctly'Paolo Abeni
2024-11-26selftests/rtnetlink.sh: add mngtempaddr testHangbin Liu
2024-11-26net/ipv6: delete temporary address if mngtmpaddr is removed or unmanagedHangbin Liu
2024-11-26net: stmmac: set initial EEE policy configurationChoong Yong Liang
2024-11-26can: gs_usb: add usb endpoint address detection at driver probe stepAlexander Kozhinov
2024-11-26can: dev: can_set_termination(): allow sleeping GPIOsMarc Kleine-Budde
2024-11-26Merge branch 'correcting-switch-hardware-versions-and-reported-speeds'Paolo Abeni
2024-11-26rtase: Corrects error handling of the rtase_check_mac_version_valid()Justin Lai
2024-11-26rtase: Correct the speed for RTL907XD-V1Justin Lai
2024-11-26rtase: Refactor the rtase_check_mac_version_valid() functionJustin Lai
2024-11-26s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct()Sidraya Jayagond
2024-11-26net/l2tp: fix warning in l2tp_exit_net found by syzbotJames Chapman
2024-11-26ALSA: hda/realtek: Set PCBeep to default value for ALC274Kailang Yang
2024-11-26ALSA: hda/tas2781: Add speaker id check for ASUS projectsBaojun Xu
2024-11-26ALSA: hda/realtek: Update ALC225 depop procedureKailang Yang
2024-11-26ALSA: hda/realtek: Enable speaker pins for Medion E15443 platformKailang Yang
2024-11-26ALSA: hda/realtek: fix mute/micmute LEDs don't work for EliteBook X G1iDirk Su
2024-11-25Merge tag 'for-6.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-11-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-11-25iommu: remove stale declaration left over by a merge conflictLinus Torvalds
2024-11-25Merge tag 'libnvdimm-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-25Merge tag 'mailbox-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2024-11-25Merge tag 'pinctrl-v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-25tracing: Use guard() rather than scoped_guard()Mathieu Desnoyers
2024-11-25Merge tag 'i2c-for-6.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-25Merge tag 'firewire-updates-6.13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-11-25ksmbd: fix use-after-free in SMB request handlingYunseong Kim
2024-11-25ksmbd: add debug print for pending request during server shutdownNamjae Jeon
2024-11-25ksmbd: add netdev-up/down event debug printNamjae Jeon
2024-11-25ksmbd: add debug prints to know what smb2 requests were receivedNamjae Jeon
2024-11-25ksmbd: add debug print for rdma capableNamjae Jeon
2024-11-25ksmbd: use msleep instaed of schedule_timeout_interruptible()Namjae Jeon
2024-11-25ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon
2024-11-25Merge tag 'slab-for-6.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-25Merge tag 'hardening-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-11-25rtc: ab-eoz9: don't fail temperature reads on undervoltage notificationMaxime Chevallier
2024-11-25rtc: rzn1: reduce register accessWolfram Sang
2024-11-25rtc: rzn1: drop superfluous wday calculationWolfram Sang
2024-11-25bpftool: fix potential NULL pointer dereferencing in prog_dump()Amir Mohammadi
2024-11-25xsk: always clear DMA mapping information when unmapping the poolLarysa Zaremba
2024-11-25Merge branch 'bpf-fix-oob-accesses-in-map_delete_elem-callbacks'Alexei Starovoitov
2024-11-25bpf: fix OOB devmap writes when deleting elementsMaciej Fijalkowski
2024-11-25xsk: fix OOB map writes when deleting elementsMaciej Fijalkowski
2024-11-25Merge branch 'bpf-vsock-fix-poll-and-close'Alexei Starovoitov
2024-11-25selftest/bpf: Add test for vsock removal from sockmap on close()Michal Luczaj
2024-11-25bpf, vsock: Invoke proto::close on close()Michal Luczaj
2024-11-25selftest/bpf: Add test for af_vsock poll()Michal Luczaj
2024-11-25bpf, vsock: Fix poll() missing a queueMichal Luczaj