| Commit message (Expand) | Author | Age | Files | Lines |
* | smb: move client and server files to common directory fs/smb | Steve French | 2023-05-24 | 1 | -934/+0 |
* | cifs: avoid race conditions with parallel reconnects | Shyam Prasad N | 2023-03-24 | 1 | -3/+14 |
* | cifs: generate signkey for the channel that's reconnecting | Shyam Prasad N | 2023-03-14 | 1 | -1/+1 |
* | cifs: avoid unnecessary iteration of tcp sessions | Shyam Prasad N | 2022-11-05 | 1 | -6/+7 |
* | cifs: always iterate smb sessions using primary channel | Shyam Prasad N | 2022-11-05 | 1 | -1/+5 |
* | smb3: fix oops in calculating shash_setkey | Steve French | 2022-10-08 | 1 | -2/+2 |
* | cifs: secmech: use shash_desc directly, remove sdesc | Enzo Matsumiya | 2022-10-08 | 1 | -46/+26 |
* | smb3: rename encryption/decryption TFMs | Enzo Matsumiya | 2022-10-08 | 1 | -6/+6 |
* | cifs: return correct error in ->calc_signature() | Enzo Matsumiya | 2022-09-26 | 1 | -4/+6 |
* | cifs: remove useless DeleteMidQEntry() | Enzo Matsumiya | 2022-08-05 | 1 | -2/+2 |
* | cifs: avoid use of global locks for high contention data | Shyam Prasad N | 2022-08-01 | 1 | -15/+17 |
* | cifs: remove some camelCase and also some static build warnings | Steve French | 2022-08-01 | 1 | -1/+1 |
* | cifs: use new enum for ses_status | Shyam Prasad N | 2022-05-24 | 1 | -2/+2 |
* | cifs: do not use tcpStatus after negotiate completes | Shyam Prasad N | 2022-05-24 | 1 | -1/+2 |
* | cifs: protect all accesses to chan_* with chan_lock | Shyam Prasad N | 2022-01-19 | 1 | -0/+6 |
* | cifs: take cifs_tcp_ses_lock for status checks | Shyam Prasad N | 2022-01-08 | 1 | -6/+25 |
* | cifs: use the chans_need_reconnect bitmap for reconnect status | Shyam Prasad N | 2022-01-03 | 1 | -10/+20 |
* | cifs: Create a new shared file holding smb2 pdu definitions | Ronnie Sahlberg | 2021-11-05 | 1 | -18/+18 |
* | cifs: remove pathname for file from SPDX header | Steve French | 2021-09-13 | 1 | -1/+0 |
* | cifs: use SPDX-Licence-Identifier | Steve French | 2021-06-21 | 1 | -13/+1 |
* | cifs: missed ref-counting smb session in find | Shyam Prasad N | 2021-06-21 | 1 | -1/+11 |
* | cifs: Adjust key sizes and key generation routines for AES256 encryption | Shyam Prasad N | 2021-03-26 | 1 | -9/+28 |
* | smb3.1.1: set gcm256 when requested | Steve French | 2020-10-19 | 1 | -3/+5 |
* | smb3: remove overly noisy debug line in signing errors | Steve French | 2020-04-16 | 1 | -2/+2 |
* | cifs: Allocate crypto structures on the fly for calculating signatures of inc... | Long Li | 2020-04-07 | 1 | -33/+54 |
* | cifs: update internal module version number | Steve French | 2020-03-29 | 1 | -2/+4 |
* | smb3: use SMB2_SIGNATURE_SIZE define | Steve French | 2020-03-27 | 1 | -1/+1 |
* | cifs: fix channel signing | Aurelien Aptel | 2020-02-06 | 1 | -2/+3 |
* | CIFS: Fix task struct use-after-free on reconnect | Vincent Whitchurch | 2020-01-27 | 1 | -0/+2 |
* | cifs: Always update signing key of first channel | Paulo Alcantara (SUSE) | 2019-11-25 | 1 | -0/+4 |
* | cifs: try opening channels after mounting | Aurelien Aptel | 2019-11-25 | 1 | -27/+109 |
* | cifs: add server param | Aurelien Aptel | 2019-11-25 | 1 | -13/+14 |
* | smb3: allow skipping signature verification for perf sensitive configurations | Steve French | 2019-09-16 | 1 | -0/+1 |
* | cifs: add new debugging macro cifs_server_dbg | Ronnie Sahlberg | 2019-09-16 | 1 | -30/+31 |
* | SMB3.1.1: Add GCM crypto to the encrypt and decrypt functions | Steve French | 2019-07-08 | 1 | -2/+8 |
* | CIFS: Only send SMB2_NEGOTIATE command on new TCP connections | Pavel Shilovsky | 2019-03-06 | 1 | -0/+8 |
* | smb3: add dynamic trace point for smb3_cmd_enter | Steve French | 2019-03-06 | 1 | -0/+3 |
* | CIFS: Do not skip SMB2 message IDs on send failures | Pavel Shilovsky | 2019-03-05 | 1 | -2/+12 |
* | CIFS: fix uninitialized ptr deref in smb2 signing | Aurelien Aptel | 2018-08-07 | 1 | -2/+3 |
* | smb3: simplify code by removing CONFIG_CIFS_SMB311 | Steve French | 2018-08-07 | 1 | -4/+0 |
* | cifs: Fix validation of signed data in smb2 | Paulo Alcantara | 2018-07-05 | 1 | -4/+24 |
* | cifs: Fix validation of signed data in smb3+ | Paulo Alcantara | 2018-07-05 | 1 | -6/+25 |
* | cifs: Fix use after free of a mid_q_entry | Lars Persson | 2018-07-05 | 1 | -0/+1 |
* | cifs: push rfc1002 generation down the stack | Ronnie Sahlberg | 2018-06-15 | 1 | -11/+7 |
* | CIFS: Fix signing for SMB2/3 | Aurelien Aptel | 2018-06-05 | 1 | -4/+8 |
* | cifs: remove rfc1002 header from all SMB2 response structures | Ronnie Sahlberg | 2018-06-01 | 1 | -6/+4 |
* | cifs: add resp_buf_size to the mid_q_entry structure | Ronnie Sahlberg | 2018-04-13 | 1 | -1/+1 |
* | CIFS: add sha512 secmech | Aurelien Aptel | 2018-04-02 | 1 | -0/+30 |
* | CIFS: refactor crypto shash/sdesc allocation&free | Aurelien Aptel | 2018-04-02 | 1 | -60/+15 |
* | Fix encryption labels and lengths for SMB3.1.1 | Steve French | 2017-10-18 | 1 | -12/+14 |