summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2transport.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-934/+0
2023-03-24cifs: avoid race conditions with parallel reconnectsShyam Prasad N1-3/+14
2023-03-14cifs: generate signkey for the channel that's reconnectingShyam Prasad N1-1/+1
2022-11-04cifs: avoid unnecessary iteration of tcp sessionsShyam Prasad N1-6/+7
2022-11-04cifs: always iterate smb sessions using primary channelShyam Prasad N1-1/+5
2022-10-07smb3: fix oops in calculating shash_setkeySteve French1-2/+2
2022-10-07cifs: secmech: use shash_desc directly, remove sdescEnzo Matsumiya1-46/+26
2022-10-07smb3: rename encryption/decryption TFMsEnzo Matsumiya1-6/+6
2022-09-25cifs: return correct error in ->calc_signature()Enzo Matsumiya1-4/+6
2022-08-05cifs: remove useless DeleteMidQEntry()Enzo Matsumiya1-2/+2
2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N1-15/+17
2022-08-01cifs: remove some camelCase and also some static build warningsSteve French1-1/+1
2022-05-24cifs: use new enum for ses_statusShyam Prasad N1-2/+2
2022-05-24cifs: do not use tcpStatus after negotiate completesShyam Prasad N1-1/+2
2022-01-19cifs: protect all accesses to chan_* with chan_lockShyam Prasad N1-0/+6
2022-01-07cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N1-6/+25
2022-01-02cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N1-10/+20
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg1-18/+18
2021-09-13cifs: remove pathname for file from SPDX headerSteve French1-1/+0
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French1-13/+1
2021-06-20cifs: missed ref-counting smb session in findShyam Prasad N1-1/+11
2021-03-26cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N1-9/+28
2020-10-19smb3.1.1: set gcm256 when requestedSteve French1-3/+5
2020-04-16smb3: remove overly noisy debug line in signing errorsSteve French1-2/+2
2020-04-07cifs: Allocate crypto structures on the fly for calculating signatures of inc...Long Li1-33/+54
2020-03-29cifs: update internal module version numberSteve French1-2/+4
2020-03-27smb3: use SMB2_SIGNATURE_SIZE defineSteve French1-1/+1
2020-02-06cifs: fix channel signingAurelien Aptel1-2/+3
2020-01-26CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch1-0/+2
2019-11-25cifs: Always update signing key of first channelPaulo Alcantara (SUSE)1-0/+4
2019-11-25cifs: try opening channels after mountingAurelien Aptel1-27/+109
2019-11-25cifs: add server paramAurelien Aptel1-13/+14
2019-09-16smb3: allow skipping signature verification for perf sensitive configurationsSteve French1-0/+1
2019-09-16cifs: add new debugging macro cifs_server_dbgRonnie Sahlberg1-30/+31
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