aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-07SMB3.1.1: Add GCM crypto to the encrypt and decrypt functionsSteve French1-2/+8
2019-03-05CIFS: Only send SMB2_NEGOTIATE command on new TCP connectionsPavel Shilovsky1-0/+8
2019-03-05smb3: add dynamic trace point for smb3_cmd_enterSteve French1-0/+3
2019-03-04CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky1-2/+12
2018-08-07CIFS: fix uninitialized ptr deref in smb2 signingAurelien Aptel1-2/+3
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French1-4/+0
2018-07-05cifs: Fix validation of signed data in smb2Paulo Alcantara1-4/+24
2018-07-05cifs: Fix validation of signed data in smb3+Paulo Alcantara1-6/+25
2018-07-05cifs: Fix use after free of a mid_q_entryLars Persson1-0/+1
2018-06-15cifs: push rfc1002 generation down the stackRonnie Sahlberg1-11/+7
2018-06-04CIFS: Fix signing for SMB2/3Aurelien Aptel1-4/+8
2018-05-31cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg1-6/+4
2018-04-12cifs: add resp_buf_size to the mid_q_entry structureRonnie Sahlberg1-1/+1
2018-04-01CIFS: add sha512 secmechAurelien Aptel1-0/+30
2018-04-01CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel1-60/+15
2017-10-18Fix encryption labels and lengths for SMB3.1.1Steve French1-12/+14
2017-07-05CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keysAurélien Aptel1-3/+25
2017-04-28cifs: don't check for failure from mempool_alloc()NeilBrown1-17/+13
2017-04-07Handle mismatched open callsSachin Prabhu1-4/+51
2017-02-01CIFS: Decrypt and process small encrypted packetsPavel Shilovsky1-1/+1
2017-02-01CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky1-5/+36
2017-02-01CIFS: Send RFC1001 length in a separate iovPavel Shilovsky1-11/+17
2017-02-01CIFS: Separate SMB2 header structurePavel Shilovsky1-41/+40
2016-03-28cifs: merge the hash calculation helpersAl Viro1-97/+10
2016-01-14Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this.Steve French1-6/+96
2014-12-14Convert MessageID in smb2_hdr to LESachin Prabhu1-1/+1
2014-08-02CIFS: Use multicredits for SMB 2.1/3 writesPavel Shilovsky1-0/+5
2013-11-02cifs: Send a logoff request before removing a smb sessionShirish Pargaonkar1-2/+8
2013-11-02cifs: Make big endian multiplex ID sequences monotonic on the wireTim Gardner1-1/+1
2013-09-08cifs: Start using per session key for smb2/3 for signature generationShirish Pargaonkar1-18/+52
2013-07-31cifs: fix bad error handling in crypto codeJeff Layton1-2/+7
2013-07-04Limit allocation of crypto mechanisms to dialect which requiresSteve French1-1/+89
2013-06-27[CIFS] Fix build warningSteve French1-2/+2
2013-06-26[CIFS] SMB3 Signing enablementSteve French1-2/+146
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton1-2/+1
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches1-13/+13
2012-12-09Do not send SMB2 signatures for SMB3 framesSteve French1-3/+10
2012-09-24cifs: change cifs_call_async to use smb_rqst structsJeff Layton1-23/+17
2012-09-24cifs: teach signing routines how to deal with arrays of pages in a smb_rqstJeff Layton1-0/+11
2012-09-24cifs: change smb2 signing routines to use smb_rqst structsJeff Layton1-22/+22
2012-09-24CIFS: Enable signing in SMB2Pavel Shilovsky1-9/+156
2012-07-24CIFS: Add SMB2 support for async requestsPavel Shilovsky1-1/+22
2012-07-24CIFS: Make transport routines work with SMB2Pavel Shilovsky1-0/+151