summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd (follow)
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: add reserved room in ipc request/responseNamjae Jeon2022-01-101-1/+10
* ksmbd: smbd: call rdma_accept() under CM handlerHyunchul Lee2022-01-101-43/+59
* ksmbd: limits exceeding the maximum allowable outstanding requestsNamjae Jeon2022-01-104-1/+13
* ksmbd: move credit charge deduction under processing requestNamjae Jeon2022-01-102-11/+12
* ksmbd: add support for smb2 max credit parameterNamjae Jeon2022-01-108-10/+22
* ksmbd: set 445 port to smbdirect port by defaultNamjae Jeon2022-01-102-5/+12
* ksmbd: register ksmbd ib client with ib_register_client()Hyunchul Lee2022-01-102-11/+98
* ksmbd: Fix smb2_get_name() kernel-doc commentYang Li2021-12-291-1/+1
* ksmbd: Delete an invalid argument description in smb2_populate_readdir_entry()Yang Li2021-12-291-1/+0
* ksmbd: Fix smb2_set_info_file() kernel-doc commentYang Li2021-12-291-1/+1
* ksmbd: Fix buffer_check_err() kernel-doc commentYang Li2021-12-291-0/+1
* ksmbd: fix multi session connection failureNamjae Jeon2021-12-295-29/+24
* ksmbd: set both ipv4 and ipv6 in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon2021-12-291-10/+12
* ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon2021-12-293-5/+21
* ksmbd: Remove unused fields from ksmbd_file struct definitionMarios Makassikis2021-12-291-10/+0
* ksmbd: Remove unused parameter from smb2_get_name()Marios Makassikis2021-12-291-9/+4
* ksmbd: use oid registry functions to decode OIDsHyunchul Lee2021-12-291-123/+19
* ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Marcos Del Sol Vives2021-12-182-7/+21
* ksmbd: fix uninitialized symbol 'pntsd_size'Namjae Jeon2021-12-161-0/+4
* ksmbd: fix error code in ndr_read_int32()Dan Carpenter2021-12-161-1/+1
* ksmbd: fix memleak in get_file_stream_info()Namjae Jeon2021-11-251-1/+3
* ksmbd: contain default data stream even if xattr is emptyNamjae Jeon2021-11-251-9/+9
* ksmbd: downgrade addition info error msg to debug in smb2_get_info_sec()Namjae Jeon2021-11-251-1/+1
* ksmbd: Fix an error handling path in 'smb2_sess_setup()'Christophe JAILLET2021-11-251-2/+4
* ksmbd: Use the SMB3_Create definitions from the sharedRonnie Sahlberg2021-11-125-265/+37
* ksmbd: Move more definitions into the shared areaRonnie Sahlberg2021-11-122-192/+4
* ksmbd: use the common definitions for NEGOTIATE_PROTOCOLRonnie Sahlberg2021-11-124-167/+15
* ksmbd: switch to use shared definitions where availableRonnie Sahlberg2021-11-125-180/+2
* ksmbd: change LeaseKey data type to u8 arrayNamjae Jeon2021-11-123-23/+14
* ksmbd: remove smb2_buf_length in smb2_transform_hdrNamjae Jeon2021-11-124-30/+21
* ksmbd: remove smb2_buf_length in smb2_hdrNamjae Jeon2021-11-1210-262/+260
* ksmbd: remove md4 leftoversNamjae Jeon2021-11-122-2/+0
* ksmbd: set unique value to volume serial field in FS_VOLUME_INFORMATIONNamjae Jeon2021-11-123-1/+10
* ksmbd: don't need 8byte alignment for request length in ksmbd_check_messageNamjae Jeon2021-11-071-4/+2
* ksmbd: Fix buffer length check in fsctl_validate_negotiate_info()Marios Makassikis2021-11-071-1/+1
* ksmbd: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-11-072-2/+0
* ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon()Ralph Boehme2021-11-071-3/+4
* ksmbd: use ksmbd_req_buf_next() in ksmbd_smb2_check_message()Ralph Boehme2021-11-071-6/+1
* ksmbd: use ksmbd_req_buf_next() in ksmbd_verify_smb_message()Ralph Boehme2021-11-071-1/+1
* ksmbd: add buffer validation in session setupMarios Makassikis2021-10-202-27/+40
* ksmbd: throttle session setup failures to avoid dictionary attacksNamjae Jeon2021-10-206-6/+31
* ksmbd: validate OutputBufferLength of QUERY_DIR, QUERY_INFO, IOCTL requestsHyunchul Lee2021-10-201-16/+52
* ksmbd: validate credit charge after validating SMB2 PDU body sizeRalph Boehme2021-10-151-9/+10
* ksmbd: add buffer validation for smb directHyunchul Lee2021-10-151-2/+19
* ksmbd: limit read/write/trans buffer size not to exceed 8MBNamjae Jeon2021-10-153-1/+6
* ksmbd: validate compound response bufferNamjae Jeon2021-10-141-0/+6
* ksmbd: fix potencial 32bit overflow from data area check in smb2_writeNamjae Jeon2021-10-141-4/+2
* ksmbd: improve credits managementHyunchul Lee2021-10-143-62/+59
* ksmbd: add validation in smb2_ioctlNamjae Jeon2021-10-143-31/+86
* ksmbd: fix oops from fuse driverNamjae Jeon2021-10-071-11/+6