summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2transport.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cifs: teach signing routines how to deal with arrays of pages in a smb_rqstJeff Layton2012-09-241-0/+11
* cifs: change smb2 signing routines to use smb_rqst structsJeff Layton2012-09-241-22/+22
* CIFS: Enable signing in SMB2Pavel Shilovsky2012-09-241-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
OpenPOWER on IntegriCloud