summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2transport.c
Commit message (Expand)AuthorAgeFilesLines
* smb3.1.1: set gcm256 when requestedSteve French2020-10-191-3/+5
* smb3: remove overly noisy debug line in signing errorsSteve French2020-04-161-2/+2
* cifs: Allocate crypto structures on the fly for calculating signatures of inc...Long Li2020-04-071-33/+54
* cifs: update internal module version numberSteve French2020-03-291-2/+4
* smb3: use SMB2_SIGNATURE_SIZE defineSteve French2020-03-271-1/+1
* cifs: fix channel signingAurelien Aptel2020-02-061-2/+3
* CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch2020-01-261-0/+2
* cifs: Always update signing key of first channelPaulo Alcantara (SUSE)2019-11-251-0/+4
* cifs: try opening channels after mountingAurelien Aptel2019-11-251-27/+109
* cifs: add server paramAurelien Aptel2019-11-251-13/+14
* smb3: allow skipping signature verification for perf sensitive configurationsSteve French2019-09-161-0/+1
* cifs: add new debugging macro cifs_server_dbgRonnie Sahlberg2019-09-161-30/+31
* SMB3.1.1: Add GCM crypto to the encrypt and decrypt functionsSteve French2019-07-071-2/+8
* CIFS: Only send SMB2_NEGOTIATE command on new TCP connectionsPavel Shilovsky2019-03-051-0/+8
* smb3: add dynamic trace point for smb3_cmd_enterSteve French2019-03-051-0/+3
* CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky2019-03-041-2/+12
* CIFS: fix uninitialized ptr deref in smb2 signingAurelien Aptel2018-08-071-2/+3
* smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French2018-08-071-4/+0
* cifs: Fix validation of signed data in smb2Paulo Alcantara2018-07-051-4/+24
* cifs: Fix validation of signed data in smb3+Paulo Alcantara2018-07-051-6/+25
* cifs: Fix use after free of a mid_q_entryLars Persson2018-07-051-0/+1
* cifs: push rfc1002 generation down the stackRonnie Sahlberg2018-06-151-11/+7
* CIFS: Fix signing for SMB2/3Aurelien Aptel2018-06-041-4/+8
* cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg2018-05-311-6/+4
* cifs: add resp_buf_size to the mid_q_entry structureRonnie Sahlberg2018-04-121-1/+1
* CIFS: add sha512 secmechAurelien Aptel2018-04-011-0/+30
* CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel2018-04-011-60/+15
* Fix encryption labels and lengths for SMB3.1.1Steve French2017-10-181-12/+14
* CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keysAurélien Aptel2017-07-051-3/+25
* cifs: don't check for failure from mempool_alloc()NeilBrown2017-04-281-17/+13
* Handle mismatched open callsSachin Prabhu2017-04-071-4/+51
* CIFS: Decrypt and process small encrypted packetsPavel Shilovsky2017-02-011-1/+1
* CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky2017-02-011-5/+36
* CIFS: Send RFC1001 length in a separate iovPavel Shilovsky2017-02-011-11/+17
* CIFS: Separate SMB2 header structurePavel Shilovsky2017-02-011-41/+40
* cifs: merge the hash calculation helpersAl Viro2016-03-281-97/+10
* Prepare for encryption support (first part). Add decryption and encryption ke...Steve French2016-01-141-6/+96
* Convert MessageID in smb2_hdr to LESachin Prabhu2014-12-141-1/+1
* CIFS: Use multicredits for SMB 2.1/3 writesPavel Shilovsky2014-08-021-0/+5
* cifs: Send a logoff request before removing a smb sessionShirish Pargaonkar2013-11-021-2/+8
* cifs: Make big endian multiplex ID sequences monotonic on the wireTim Gardner2013-11-021-1/+1
* cifs: Start using per session key for smb2/3 for signature generationShirish Pargaonkar2013-09-081-18/+52
* cifs: fix bad error handling in crypto codeJeff Layton2013-07-311-2/+7
* Limit allocation of crypto mechanisms to dialect which requiresSteve French2013-07-041-1/+89
* [CIFS] Fix build warningSteve French2013-06-271-2/+2
* [CIFS] SMB3 Signing enablementSteve French2013-06-261-2/+146
* cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton2013-06-241-2/+1
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-13/+13
* Do not send SMB2 signatures for SMB3 framesSteve French2012-12-091-3/+10
* cifs: change cifs_call_async to use smb_rqst structsJeff Layton2012-09-241-23/+17