summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd/smb2misc.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-31ksmbd: prevent out of bound read for SMB2_TREE_CONNNECTHyunchul Lee1-5/+0
2022-07-31ksmbd: prevent out of bound read for SMB2_WRITEHyunchul Lee1-2/+5
2022-05-21ksmbd: fix outstanding credits related bugsHyunchul Lee1-1/+1
2022-01-10ksmbd: limits exceeding the maximum allowable outstanding requestsNamjae Jeon1-0/+9
2022-01-10ksmbd: move credit charge deduction under processing requestNamjae Jeon1-5/+2
2022-01-10ksmbd: add support for smb2 max credit parameterNamjae Jeon1-1/+1
2021-11-11ksmbd: switch to use shared definitions where availableRonnie Sahlberg1-1/+0
2021-11-11ksmbd: remove smb2_buf_length in smb2_hdrNamjae Jeon1-1/+1
2021-11-06ksmbd: don't need 8byte alignment for request length in ksmbd_check_messageNamjae Jeon1-4/+2
2021-11-06ksmbd: use ksmbd_req_buf_next() in ksmbd_smb2_check_message()Ralph Boehme1-6/+1
2021-10-15ksmbd: validate credit charge after validating SMB2 PDU body sizeRalph Boehme1-9/+10
2021-10-13ksmbd: improve credits managementHyunchul Lee1-10/+28
2021-10-07ksmbd: check strictly data area in ksmbd_smb2_check_message()Namjae Jeon1-51/+47
2021-07-19ksmbd: move credit charge verification over smb2 request size verificationNamjae Jeon1-6/+6
2021-07-19ksmbd: set STATUS_INVALID_PARAMETER error status if credit charge is invalidNamjae Jeon1-2/+7
2021-06-29ksmbd: Relax credit_charge check in smb2_validate_credit_charge()Marios Makassikis1-6/+4
2021-06-29ksmbd: replace request and respone buffer macro with inline functionsNamjae Jeon1-1/+1
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon1-0/+435