aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-15smb: use LIST_HEAD() to simplify codeHongbo Li4-16/+7
2024-09-15cifs: Recognize SFU socket typePali Rohár1-1/+5
2024-09-15cifs: Show debug message when SFU Fifo type was detectedPali Rohár1-0/+1
2024-09-15cifs: Put explicit zero byte into SFU block/char typesPali Rohár2-4/+4
2024-09-15cifs: Add support for reading SFU symlink locationPali Rohár1-0/+29
2024-09-15cifs: Fix recognizing SFU symlinksPali Rohár1-1/+1
2024-09-15smb: client: compress: fix an "illegal accesses" issueQianqiang Liu1-1/+1
2024-09-15smb: client: compress: fix a potential issue of freeing an invalid pointerQianqiang Liu1-1/+1
2024-09-15smb: client: compress: LZ77 code improvements cleanupEnzo Matsumiya4-463/+532
2024-09-15smb: client: insert compression check/call on write requestsEnzo Matsumiya2-0/+9
2024-09-15smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression ope...Steve French9-4/+685
2024-09-15cifs: Remove obsoleted declaration for cifs_dir_openGaosheng Cui1-1/+0
2024-09-15smb: client: Use min() macroShen Lichuan2-5/+3
2024-09-15cifs: convert to use ERR_CAST()Yuesong Li1-1/+1
2024-09-15smb: add comment to STATUS_MCA_OCCUREDChenXiaoSong1-0/+4
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong15-1835/+15
2024-09-15smb: move some duplicate definitions to common/smbacl.hChenXiaoSong3-200/+123
2024-09-15smb/client: rename cifs_ace to smb_aceChenXiaoSong5-41/+41
2024-09-15smb/client: rename cifs_acl to smb_aclChenXiaoSong2-19/+19
2024-09-15smb/client: rename cifs_sid to smb_sidChenXiaoSong7-63/+63
2024-09-15smb/client: rename cifs_ntsd to smb_ntsdChenXiaoSong9-49/+49
2024-09-15net/mlx5: HWS, check the correct variable in hws_send_ring_alloc_sq()Dan Carpenter1-1/+1
2024-09-15netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtre...Dan Carpenter1-2/+2
2024-09-15ice: Fix a NULL vs IS_ERR() check in probe()Dan Carpenter1-2/+2
2024-09-15ice: Fix a couple NULL vs IS_ERR() bugsDan Carpenter1-4/+4
2024-09-15net: ethernet: fs_enet: Make the per clock optionalMaxime Chevallier1-1/+1
2024-09-15io_uring/rsrc: change ubuf->ubuf_end to length trackingJens Axboe3-7/+6
2024-09-15io_uring/rsrc: get rid of io_mapped_ubuf->folio_maskJens Axboe2-7/+3
2024-09-15Linux 6.11Linus Torvalds1-1/+1
2024-09-15Merge tag 'nand/for-6.12' into mtd/nextMiquel Raynal22-289/+559
2024-09-15Merge tag 'spi-nor/for-6.12' into mtd/nextMiquel Raynal5-21/+53
2024-09-15Merge tag 'for-linus-6.11' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-11/+7
2024-09-15riscv: Stop emitting preventive sfence.vma for new userspace mappings with Sv...Alexandre Ghiti2-1/+28
2024-09-15riscv: Stop emitting preventive sfence.vma for new vmalloc mappingsAlexandre Ghiti5-1/+120
2024-09-15dt-bindings: riscv: Add Svvptc ISA extension descriptionAlexandre Ghiti1-0/+7
2024-09-15riscv: Add ISA extension parsing for SvvptcAlexandre Ghiti2-0/+2
2024-09-15riscv: select ARCH_USE_SYM_ANNOTATIONSJisheng Zhang1-0/+1
2024-09-15riscv: errata: sifive: Use SYM_*() assembly macrosJisheng Zhang1-4/+4
2024-09-14riscv: stacktrace: Add USER_STACKTRACE supportJinjie Ruan3-43/+47
2024-09-14riscv: Fix fp alignment bug in perf_callchain_user()Jinjie Ruan1-1/+1
2024-09-15Revert "KVM: VMX: Always honor guest PAT on CPUs that support self-snoop"Paolo Bonzini2-11/+7
2024-09-15Merge tag 'kvm-riscv-6.12-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini3-18/+21
2024-09-15Merge tag 'loongarch-kvm-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini613-3368/+6689
2024-09-15Merge tag 'kvmarm-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini683-4321/+11450
2024-09-14Merge branch 'introduce-hsr-offload-support-for-icssg'Jakub Kicinski8-92/+290
2024-09-14net: ti: icssg-prueth: Add multicast filtering support in HSR modeMD Danish Anwar1-2/+40
2024-09-14net: ti: icssg-prueth: Enable HSR Tx duplication, Tx Tag and Rx Tag offloadRavi Gunasekaran5-5/+58
2024-09-14net: ti: icssg-prueth: Add support for HSR frame forward offloadMD Danish Anwar4-12/+119
2024-09-14net: ti: icssg-prueth: Stop hardcoding def_incMD Danish Anwar1-1/+2
2024-09-14net: ti: icss-iep: Move icss_iep structureMD Danish Anwar2-73/+72