aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-02CIFS: Use offset when reading pagesLong Li1-0/+1
2018-06-01cifs: remove header_preamble_size where it is always 0Ronnie Sahlberg1-26/+18
2018-06-01cifs: remove struct smb2_hdrRonnie Sahlberg1-14/+14
2018-05-31cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argumentRonnie Sahlberg1-1/+1
2018-05-31cifs: remove struct smb2_oplock_break_rspRonnie Sahlberg1-1/+1
2018-05-31cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg1-16/+11
2018-05-31smb3: on reconnect set PreviousSessionId fieldSteve French1-0/+1
2018-05-31smb3: Add posix create context for smb3.11 posix mountsSteve French1-2/+82
2018-05-30smb3: add tracepoints for smb2/smb3 openSteve French1-1/+6
2018-05-30smb3: add support for posix negotiate contextSteve French1-6/+23
2018-05-30CIFS: Introduce offset for the 1st page in data transfer structuresLong Li1-0/+1
2018-05-27smb3: Add ftrace tracepoints for improved SMB3 debuggingSteve French1-6/+50
2018-05-27smb3: rename encryption_required to smb3_encryption_requiredSteve French1-21/+21
2018-05-27cifs: add a new SMB2_close_flags functionRonnie Sahlberg1-3/+9
2018-05-27cifs: store the leaseKey in the fid on SMB2_openRonnie Sahlberg1-3/+5
2018-05-09cifs: smbd: Enable signing with smbdirectLong Li1-5/+0
2018-05-09cifs: Allocate validate negotiation request through kmallocLong Li1-30/+38
2018-04-25cifs: smbd: Don't use RDMA read/write when signing is usedLong Li1-2/+2
2018-04-24SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tconSteve French1-4/+5
2018-04-12cifs: change validate_buf to validate_iovRonnie Sahlberg1-18/+21
2018-04-12cifs: Change SMB2_open to return an iov for the error parameterRonnie Sahlberg1-4/+6
2018-04-12smb3.11: replace a 4 with server->vals->header_preamble_sizeSteve French1-1/+2
2018-04-12cifs: replace a 4 with server->vals->header_preamble_sizeRonnie Sahlberg1-1/+1
2018-04-12SMB311: Improve checking of negotiate security contextsSteve French1-0/+102
2018-04-11SMB3: Log at least once if tree connect fails during reconnectSteve French1-1/+4
2018-04-11cifs: smb2pdu: Fix potential NULL pointer dereferenceGustavo A. R. Silva1-1/+3
2018-04-02cifs: Add minor debug message during negprotSteve French1-1/+3
2018-04-02cifs: add server->vals->header_preamble_sizeRonnie Sahlberg1-6/+9
2018-04-01Tree connect for SMB3.1.1 must be signed for non-encrypted sharesSteve French1-0/+5
2018-04-01CIFS: implement v3.11 preauth integrityAurelien Aptel1-0/+25
2018-04-01cifs: fix memory leak in SMB2_open()Ronnie Sahlberg1-2/+6
2018-01-26Cleanup some minor endian issues in smb3 rdmaSteve French1-11/+11
2018-01-26CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctlAurelien Aptel1-3/+1
2018-01-26CIFS: make IPC a regular tconAurelien Aptel1-28/+8
2018-01-24cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson1-2/+1
2018-01-24CIFS: SMBD: Disable signing on SMB direct transportLong Li1-0/+5
2018-01-24CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registrationLong Li1-1/+44
2018-01-24CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory registrationLong Li1-3/+62
2018-01-24CIFS: SMBD: Add parameter rdata to smb2_new_read_reqLong Li1-5/+9
2018-01-24cifs: remove small_smb2_initRonnie Sahlberg1-47/+6
2018-01-24cifs: remove rfc1002 header from smb2_lease_ackRonnie Sahlberg1-4/+15
2018-01-24cifs: remove unused variable from SMB2_readRonnie Sahlberg1-2/+0
2018-01-24cifs: remove rfc1002 header from smb2_oplock_break we get from serverRonnie Sahlberg1-4/+15
2018-01-24cifs: remove rfc1002 header from smb2_query_info_reqRonnie Sahlberg1-12/+14
2018-01-24cifs: remove rfc1002 header from smb2_query_directory_reqRonnie Sahlberg1-7/+7
2018-01-24cifs: remove rfc1002 header from smb2_set_info_reqRonnie Sahlberg1-10/+9
2018-01-24cifs: remove rfc1002 header from smb2 read/write requestsRonnie Sahlberg1-29/+22
2018-01-24cifs: remove rfc1002 header from smb2_lock_reqRonnie Sahlberg1-7/+6
2018-01-24cifs: remove rfc1002 header from smb2_flush_reqRonnie Sahlberg1-4/+4
2018-01-24cifs: remove rfc1002 header from smb2_create_reqRonnie Sahlberg1-18/+12