aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-24cifs: remove rfc1002 header from smb2_sess_setup_reqRonnie Sahlberg1-14/+13
2018-01-24cifs: remove rfc1002 header from smb2_tree_connect_reqRonnie Sahlberg1-9/+9
2018-01-24cifs: remove rfc1002 header from smb2_echo_reqRonnie Sahlberg1-6/+8
2018-01-24cifs: remove rfc1002 header from smb2_ioctl_reqRonnie Sahlberg1-11/+11
2018-01-24cifs: remove rfc1002 header from smb2_close_reqRonnie Sahlberg1-4/+4
2018-01-24cifs: remove rfc1002 header from smb2_tree_disconnect_reqRonnie Sahlberg1-2/+12
2018-01-24cifs: remove rfc1002 header from smb2_logoff_reqRonnie Sahlberg1-4/+13
2018-01-24cifs: remove rfc1002 header from smb2_negotiate_reqRonnie Sahlberg1-18/+20
2017-12-06cifs: fix NULL deref in SMB2_readRonnie Sahlberg1-15/+15
2017-10-26SMB3: Validate negotiate request must always be signedSteve French1-0/+3
2017-10-25SMB: fix validate negotiate info uninitialised memory useDavid Disseldorp1-1/+2
2017-10-25SMB: fix leak of validate negotiate info response bufferDavid Disseldorp1-2/+5
2017-10-25CIFS: Fix NULL pointer deref on SMB2_tcon() failureAurélien Aptel1-2/+2
2017-10-25CIFS: do not send invalid input buffer on QUERY_INFO requestsAurelien Aptel1-3/+7
2017-10-18cifs: handle large EA requests more gracefully in smb2+Ronnie Sahlberg1-3/+3
2017-09-20SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French1-5/+12
2017-09-20SMB3: Warn user if trying to sign connection that authenticated as guestSteve French1-0/+2
2017-09-20SMB3: Fix endian warningSteve French1-2/+3
2017-09-19Fix SMB3.1.1 guest authentication to SambaSteve French1-1/+1
2017-09-17SMB3: Add support for multidialect negotiate (SMB2.1 and later)Steve French1-10/+75
2017-09-12cifs: check rsp for NULL before dereferencing in SMB2_openRonnie Sahlberg1-2/+2
2017-09-04cifs: Check for timeout on Negotiate stageSamuel Cabrero1-0/+12
2017-09-04cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg1-0/+10
2017-09-04cifs: Add support for reading attributes on SMB2+Ronnie Sahlberg1-0/+12
2017-09-01Fix warning messages when mounting to older serversSteve French1-1/+6
2017-08-23cifs: Fix df output for users with quota limitsSachin Prabhu1-2/+2
2017-07-09cifs: Clean up unused variables in smb2pdu.cChristos Gkekas1-28/+7
2017-07-08cifs: prototype declaration and definition to set acl for smb 2 - 3 and cifsacl mount optionsShirish Pargaonkar1-12/+27
2017-07-05cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount optionsShirish Pargaonkar1-11/+41
2017-05-12SMB2: Fix share type handlingChristophe JAILLET1-5/+9
2017-05-09Don't delay freeing mids when blocked on slow socket write of requestSteve French1-7/+0