aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
AgeCommit message (Expand)Author
2018-06-15smb3: increase initial number of credits requested to allow writeSteve French
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-07cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg
2018-06-05CIFS: SMBD: Support page offset in memory registrationLong Li
2018-06-04cifs: For SMB2 security informaion query, check for minimum sized security de...Shirish Pargaonkar
2018-06-02CIFS: Use offset when reading pagesLong Li
2018-06-01cifs: remove header_preamble_size where it is always 0Ronnie Sahlberg
2018-06-01cifs: remove struct smb2_hdrRonnie Sahlberg
2018-05-31cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argumentRonnie Sahlberg
2018-05-31cifs: remove struct smb2_oplock_break_rspRonnie Sahlberg
2018-05-31cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg
2018-05-31smb3: on reconnect set PreviousSessionId fieldSteve French
2018-05-31smb3: Add posix create context for smb3.11 posix mountsSteve French
2018-05-30smb3: add tracepoints for smb2/smb3 openSteve French
2018-05-30smb3: add support for posix negotiate contextSteve French
2018-05-30CIFS: Introduce offset for the 1st page in data transfer structuresLong Li
2018-05-27smb3: Add ftrace tracepoints for improved SMB3 debuggingSteve French
2018-05-27smb3: rename encryption_required to smb3_encryption_requiredSteve French
2018-05-27cifs: add a new SMB2_close_flags functionRonnie Sahlberg
2018-05-27cifs: store the leaseKey in the fid on SMB2_openRonnie Sahlberg
2018-05-09cifs: smbd: Enable signing with smbdirectLong Li
2018-05-09cifs: Allocate validate negotiation request through kmallocLong Li
2018-04-25cifs: smbd: Don't use RDMA read/write when signing is usedLong Li
2018-04-24SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tconSteve French
2018-04-12cifs: change validate_buf to validate_iovRonnie Sahlberg
2018-04-12cifs: Change SMB2_open to return an iov for the error parameterRonnie Sahlberg
2018-04-12smb3.11: replace a 4 with server->vals->header_preamble_sizeSteve French
2018-04-12cifs: replace a 4 with server->vals->header_preamble_sizeRonnie Sahlberg
2018-04-12SMB311: Improve checking of negotiate security contextsSteve French
2018-04-11SMB3: Log at least once if tree connect fails during reconnectSteve French
2018-04-11cifs: smb2pdu: Fix potential NULL pointer dereferenceGustavo A. R. Silva
2018-04-02cifs: Add minor debug message during negprotSteve French
2018-04-02cifs: add server->vals->header_preamble_sizeRonnie Sahlberg
2018-04-01Tree connect for SMB3.1.1 must be signed for non-encrypted sharesSteve French
2018-04-01CIFS: implement v3.11 preauth integrityAurelien Aptel
2018-04-01cifs: fix memory leak in SMB2_open()Ronnie Sahlberg
2018-01-26Cleanup some minor endian issues in smb3 rdmaSteve French
2018-01-26CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctlAurelien Aptel
2018-01-26CIFS: make IPC a regular tconAurelien Aptel
2018-01-24cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson
2018-01-24CIFS: SMBD: Disable signing on SMB direct transportLong Li
2018-01-24CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory regis...Long Li
2018-01-24CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory regis...Long Li
2018-01-24CIFS: SMBD: Add parameter rdata to smb2_new_read_reqLong Li
2018-01-24cifs: remove small_smb2_initRonnie Sahlberg
2018-01-24cifs: remove rfc1002 header from smb2_lease_ackRonnie Sahlberg
2018-01-24cifs: remove unused variable from SMB2_readRonnie Sahlberg
2018-01-24cifs: remove rfc1002 header from smb2_oplock_break we get from serverRonnie Sahlberg
2018-01-24cifs: remove rfc1002 header from smb2_query_info_reqRonnie Sahlberg
2018-01-24cifs: remove rfc1002 header from smb2_query_directory_reqRonnie Sahlberg