summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.18-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-04-011-12/+11
|\
| * ksmbd: replace usage of found with dedicated list iterator variableJakob Koschel2022-03-301-11/+10
| * ksmbd: Remove a redundant zeroing of memoryChristophe JAILLET2022-03-301-1/+1
* | smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c...Steve French2022-03-311-4/+4
* | smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French2022-03-261-3/+3
* | ksmbd: store fids as opaque u64 integersPaulo Alcantara2022-03-231-55/+39
|/
* ksmbd: don't align last entry offset in smb2 query directoryNamjae Jeon2022-02-041-3/+4
* ksmbd: smbd: validate buffer descriptor structuresHyunchul Lee2022-02-041-6/+30
* ksmbd: fix SMB 3.11 posix extension mount failureNamjae Jeon2022-01-231-1/+1
* ksmbd: fix guest connection failure with nautilusNamjae Jeon2022-01-181-33/+29
* ksmbd: smbd: fix missing client's memory region invalidationHyunchul Lee2022-01-181-27/+46
* ksmbd: limits exceeding the maximum allowable outstanding requestsNamjae Jeon2022-01-101-0/+1
* ksmbd: move credit charge deduction under processing requestNamjae Jeon2022-01-101-6/+10
* ksmbd: add support for smb2 max credit parameterNamjae Jeon2022-01-101-4/+4
* ksmbd: Fix smb2_get_name() kernel-doc commentYang Li2021-12-281-1/+1
* ksmbd: Delete an invalid argument description in smb2_populate_readdir_entry()Yang Li2021-12-281-1/+0
* ksmbd: Fix smb2_set_info_file() kernel-doc commentYang Li2021-12-281-1/+1
* ksmbd: Fix buffer_check_err() kernel-doc commentYang Li2021-12-281-0/+1
* ksmbd: fix multi session connection failureNamjae Jeon2021-12-281-4/+4
* ksmbd: set both ipv4 and ipv6 in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon2021-12-281-10/+12
* ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon2021-12-281-5/+10
* ksmbd: Remove unused parameter from smb2_get_name()Marios Makassikis2021-12-281-9/+4
* ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Marcos Del Sol Vives2021-12-171-4/+21
* ksmbd: fix uninitialized symbol 'pntsd_size'Namjae Jeon2021-12-161-0/+4
* 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-111-33/+32
* ksmbd: Move more definitions into the shared areaRonnie Sahlberg2021-11-111-4/+4
* ksmbd: use the common definitions for NEGOTIATE_PROTOCOLRonnie Sahlberg2021-11-111-10/+10
* ksmbd: switch to use shared definitions where availableRonnie Sahlberg2021-11-111-2/+1
* ksmbd: remove smb2_buf_length in smb2_transform_hdrNamjae Jeon2021-11-111-20/+17
* ksmbd: remove smb2_buf_length in smb2_hdrNamjae Jeon2021-11-111-220/+220
* ksmbd: set unique value to volume serial field in FS_VOLUME_INFORMATIONNamjae Jeon2021-11-111-1/+8
* ksmbd: Fix buffer length check in fsctl_validate_negotiate_info()Marios Makassikis2021-11-061-1/+1
* ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon()Ralph Boehme2021-11-061-3/+4
* ksmbd: add buffer validation in session setupMarios Makassikis2021-10-201-20/+31
* ksmbd: throttle session setup failures to avoid dictionary attacksNamjae Jeon2021-10-201-3/+24
* ksmbd: validate OutputBufferLength of QUERY_DIR, QUERY_INFO, IOCTL requestsHyunchul Lee2021-10-201-16/+52
* ksmbd: limit read/write/trans buffer size not to exceed 8MBNamjae Jeon2021-10-151-1/+1
* ksmbd: validate compound response bufferNamjae Jeon2021-10-131-0/+6
* ksmbd: fix potencial 32bit overflow from data area check in smb2_writeNamjae Jeon2021-10-131-4/+2
* ksmbd: improve credits managementHyunchul Lee2021-10-131-52/+29
* ksmbd: add validation in smb2_ioctlNamjae Jeon2021-10-131-29/+84
* ksmbd: fix oops from fuse driverNamjae Jeon2021-10-071-11/+6
* ksmbd: use buf_data_size instead of recalculation in smb3_decrypt_req()Namjae Jeon2021-10-071-5/+3
* ksmbd: remove the leftover of smb2.0 dialect supportNamjae Jeon2021-10-071-25/+9
* ksmbd: fix transform header validationNamjae Jeon2021-09-301-9/+9
* ksmbd: add buffer validation for SMB2_CREATE_CONTEXTHyunchul Lee2021-09-301-1/+24