aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-26can: sun4i_can: sun4i_can_err(): call can_change_state() even if cf is NULLDario Binacchi1-4/+4
2024-11-26can: c_can: c_can_handle_bus_err(): update statistics if skb allocation failsDario Binacchi1-9/+17
2024-11-26fs_parser: update mount_api doc to match function signatureRandy Dunlap1-1/+2
2024-11-26Merge branch 'ipv6-fix-temporary-address-not-removed-correctly'Paolo Abeni2-12/+124
2024-11-26selftests/rtnetlink.sh: add mngtempaddr testHangbin Liu1-0/+95
2024-11-26net/ipv6: delete temporary address if mngtmpaddr is removed or unmanagedHangbin Liu1-12/+29
2024-11-26net: stmmac: set initial EEE policy configurationChoong Yong Liang1-0/+3
2024-11-26can: gs_usb: add usb endpoint address detection at driver probe stepAlexander Kozhinov1-7/+18
2024-11-26can: dev: can_set_termination(): allow sleeping GPIOsMarc Kleine-Budde1-1/+1
2024-11-26Merge branch 'correcting-switch-hardware-versions-and-reported-speeds'Paolo Abeni2-14/+36
2024-11-26rtase: Corrects error handling of the rtase_check_mac_version_valid()Justin Lai1-0/+2
2024-11-26rtase: Correct the speed for RTL907XD-V1Justin Lai1-1/+12
2024-11-26rtase: Refactor the rtase_check_mac_version_valid() functionJustin Lai2-13/+22
2024-11-26s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct()Sidraya Jayagond1-9/+17
2024-11-26net/l2tp: fix warning in l2tp_exit_net found by syzbotJames Chapman1-3/+19
2024-11-26ALSA: hda/realtek: Set PCBeep to default value for ALC274Kailang Yang1-0/+2
2024-11-26ALSA: hda/tas2781: Add speaker id check for ASUS projectsBaojun Xu2-4/+60
2024-11-26ALSA: hda/realtek: Update ALC225 depop procedureKailang Yang1-48/+39
2024-11-26ALSA: hda/realtek: Enable speaker pins for Medion E15443 platformKailang Yang1-0/+9
2024-11-26ALSA: hda/realtek: fix mute/micmute LEDs don't work for EliteBook X G1iDirk Su1-0/+1
2024-11-25Merge tag 'for-6.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds33-288/+115
2024-11-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds80-1852/+1407
2024-11-25iommu: remove stale declaration left over by a merge conflictLinus Torvalds1-1/+0
2024-11-25Merge tag 'libnvdimm-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-28/+12
2024-11-25Merge tag 'mailbox-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds24-62/+874
2024-11-25Merge tag 'pinctrl-v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds161-1170/+15902
2024-11-25tracing: Use guard() rather than scoped_guard()Mathieu Desnoyers1-4/+4
2024-11-25Merge tag 'i2c-for-6.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-45/+115
2024-11-25Merge tag 'firewire-updates-6.13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-12/+11
2024-11-25ksmbd: fix use-after-free in SMB request handlingYunseong Kim1-0/+4
2024-11-25ksmbd: add debug print for pending request during server shutdownNamjae Jeon1-0/+1
2024-11-25ksmbd: add netdev-up/down event debug printNamjae Jeon1-0/+6
2024-11-25ksmbd: add debug prints to know what smb2 requests were receivedNamjae Jeon1-9/+29
2024-11-25ksmbd: add debug print for rdma capableNamjae Jeon1-0/+3
2024-11-25ksmbd: use msleep instaed of schedule_timeout_interruptible()Namjae Jeon1-1/+1
2024-11-25ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon24-119/+126
2024-11-25Merge tag 'slab-for-6.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-136/+324
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds102-895/+1951
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds22-64/+375
2024-11-25Merge tag 'hardening-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-19/+41
2024-11-25rtc: ab-eoz9: don't fail temperature reads on undervoltage notificationMaxime Chevallier1-7/+0
2024-11-25rtc: rzn1: reduce register accessWolfram Sang1-42/+33
2024-11-25rtc: rzn1: drop superfluous wday calculationWolfram Sang1-15/+0
2024-11-25bpftool: fix potential NULL pointer dereferencing in prog_dump()Amir Mohammadi1-5/+12
2024-11-25xsk: always clear DMA mapping information when unmapping the poolLarysa Zaremba1-3/+2
2024-11-25Merge branch 'bpf-fix-oob-accesses-in-map_delete_elem-callbacks'Alexei Starovoitov2-4/+4
2024-11-25bpf: fix OOB devmap writes when deleting elementsMaciej Fijalkowski1-3/+3
2024-11-25xsk: fix OOB map writes when deleting elementsMaciej Fijalkowski1-1/+1
2024-11-25Merge branch 'bpf-vsock-fix-poll-and-close'Alexei Starovoitov2-27/+120
2024-11-25selftest/bpf: Add test for vsock removal from sockmap on close()Michal Luczaj1-0/+31