summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2transport.c
Commit message (Expand)AuthorAgeFilesLines
* SMB3.1.1: Add GCM crypto to the encrypt and decrypt functionsSteve French2019-07-081-2/+8
* CIFS: Only send SMB2_NEGOTIATE command on new TCP connectionsPavel Shilovsky2019-03-061-0/+8
* smb3: add dynamic trace point for smb3_cmd_enterSteve French2019-03-061-0/+3
* CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky2019-03-051-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/+0Star
* 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/+7Star
* CIFS: Fix signing for SMB2/3Aurelien Aptel2018-06-051-4/+8
* cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg2018-06-011-6/+4Star
* cifs: add resp_buf_size to the mid_q_entry structureRonnie Sahlberg2018-04-131-1/+1
* CIFS: add sha512 secmechAurelien Aptel2018-04-021-0/+30
* CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel2018-04-021-60/+15Star
* 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-061-3/+25
* cifs: don't check for failure from mempool_alloc()NeilBrown2017-04-281-17/+13Star
* 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/+40Star
* cifs: merge the hash calculation helpersAl Viro2016-03-281-97/+10Star
* 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-271-2/+146
* cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton2013-06-241-2/+1Star
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-051-13/+13
* Do not send SMB2 signatures for SMB3 framesSteve French2012-12-101-3/+10
* cifs: change cifs_call_async to use smb_rqst structsJeff Layton2012-09-251-23/+17Star
* cifs: teach signing routines how to deal with arrays of pages in a smb_rqstJeff Layton2012-09-251-0/+11
* cifs: change smb2 signing routines to use smb_rqst structsJeff Layton2012-09-251-22/+22
* CIFS: Enable signing in SMB2Pavel Shilovsky2012-09-251-9/+156
* CIFS: Add SMB2 support for async requestsPavel Shilovsky2012-07-241-1/+22
* CIFS: Make transport routines work with SMB2Pavel Shilovsky2012-07-241-0/+151