summaryrefslogtreecommitdiff
path: root/fs/ksmbd/smb2ops.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-320/+0
2023-02-21smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook1-4/+4
2022-12-11ksmbd: set SMB2_SESSION_FLAG_ENCRYPT_DATA when enforcing data encryption for ...Namjae Jeon1-2/+8
2022-01-10ksmbd: add support for smb2 max credit parameterNamjae Jeon1-4/+12
2021-12-18ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Marcos Del Sol Vives1-3/+0
2021-11-12ksmbd: use the common definitions for NEGOTIATE_PROTOCOLRonnie Sahlberg1-4/+4
2021-11-12ksmbd: switch to use shared definitions where availableRonnie Sahlberg1-1/+0
2021-10-15ksmbd: limit read/write/trans buffer size not to exceed 8MBNamjae Jeon1-0/+3
2021-10-07ksmbd: remove the leftover of smb2.0 dialect supportNamjae Jeon1-5/+0
2021-07-22ksmbd: add support for negotiating signing algorithmNamjae Jeon1-0/+4
2021-06-30ksmbd: reorder and document on-disk and netlink structures in headersNamjae Jeon1-1/+0
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon1-0/+309