summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2transport.c
AgeCommit message (Expand)Author
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg
2021-09-13cifs: remove pathname for file from SPDX headerSteve French
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French
2021-06-20cifs: missed ref-counting smb session in findShyam Prasad N
2021-03-26cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N
2020-10-19smb3.1.1: set gcm256 when requestedSteve French
2020-04-16smb3: remove overly noisy debug line in signing errorsSteve French
2020-04-07cifs: Allocate crypto structures on the fly for calculating signatures of inc...Long Li
2020-03-29cifs: update internal module version numberSteve French
2020-03-27smb3: use SMB2_SIGNATURE_SIZE defineSteve French
2020-02-06cifs: fix channel signingAurelien Aptel
2020-01-26CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch
2019-11-25cifs: Always update signing key of first channelPaulo Alcantara (SUSE)
2019-11-25cifs: try opening channels after mountingAurelien Aptel
2019-11-25cifs: add server paramAurelien Aptel
2019-09-16smb3: allow skipping signature verification for perf sensitive configurationsSteve French
2019-09-16cifs: add new debugging macro cifs_server_dbgRonnie Sahlberg
2019-07-07SMB3.1.1: Add GCM crypto to the encrypt and decrypt functionsSteve French
2019-03-05CIFS: Only send SMB2_NEGOTIATE command on new TCP connectionsPavel Shilovsky
2019-03-05smb3: add dynamic trace point for smb3_cmd_enterSteve French
2019-03-04CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky
2018-08-07CIFS: fix uninitialized ptr deref in smb2 signingAurelien Aptel
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French
2018-07-05cifs: Fix validation of signed data in smb2Paulo Alcantara
2018-07-05cifs: Fix validation of signed data in smb3+Paulo Alcantara
2018-07-05cifs: Fix use after free of a mid_q_entryLars Persson
2018-06-15cifs: push rfc1002 generation down the stackRonnie Sahlberg
2018-06-04CIFS: Fix signing for SMB2/3Aurelien Aptel
2018-05-31cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg
2018-04-12cifs: add resp_buf_size to the mid_q_entry structureRonnie Sahlberg
2018-04-01CIFS: add sha512 secmechAurelien Aptel
2018-04-01CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel
2017-10-18Fix encryption labels and lengths for SMB3.1.1Steve French
2017-07-05CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keysAurélien Aptel
2017-04-28cifs: don't check for failure from mempool_alloc()NeilBrown
2017-04-07Handle mismatched open callsSachin Prabhu
2017-02-01CIFS: Decrypt and process small encrypted packetsPavel Shilovsky
2017-02-01CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky
2017-02-01CIFS: Send RFC1001 length in a separate iovPavel Shilovsky
2017-02-01CIFS: Separate SMB2 header structurePavel Shilovsky
2016-03-28cifs: merge the hash calculation helpersAl Viro
2016-01-14Prepare for encryption support (first part). Add decryption and encryption ke...Steve French
2014-12-14Convert MessageID in smb2_hdr to LESachin Prabhu
2014-08-02CIFS: Use multicredits for SMB 2.1/3 writesPavel Shilovsky
2013-11-02cifs: Send a logoff request before removing a smb sessionShirish Pargaonkar
2013-11-02cifs: Make big endian multiplex ID sequences monotonic on the wireTim Gardner
2013-09-08cifs: Start using per session key for smb2/3 for signature generationShirish Pargaonkar
2013-07-31cifs: fix bad error handling in crypto codeJeff Layton
2013-07-04Limit allocation of crypto mechanisms to dialect which requiresSteve French
2013-06-27[CIFS] Fix build warningSteve French