summaryrefslogtreecommitdiff
path: root/fs/smb/server/smb_common.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-09ksmbd: validate the zero field of packet headerLi Nan1-1/+5
2023-11-08ksmbd: handle malformed smb1 messageNamjae Jeon1-0/+11
2023-08-29ksmbd: add support for read compoundNamjae Jeon1-9/+4
2023-07-23ksmbd: fix out of bounds in init_smb2_rsp_hdr()Namjae Jeon1-8/+11
2023-06-29ksmbd: avoid field overflow warningArnd Bergmann1-1/+1
2023-06-26ksmbd: Use struct_size() helper in ksmbd_negotiate_smb_dialect()Gustavo A. R. Silva1-1/+1
2023-06-26ksmbd: use kzalloc() instead of __GFP_ZERONamjae Jeon1-2/+2
2023-06-02ksmbd: validate smb request protocol idNamjae Jeon1-1/+13
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+785