Age | Commit message (Expand) | Author |
2022-05-24 | cifs: use new enum for ses_status | Shyam Prasad N |
2022-05-24 | cifs: do not use tcpStatus after negotiate completes | Shyam Prasad N |
2022-01-19 | cifs: protect all accesses to chan_* with chan_lock | Shyam Prasad N |
2022-01-07 | cifs: take cifs_tcp_ses_lock for status checks | Shyam Prasad N |
2022-01-02 | cifs: use the chans_need_reconnect bitmap for reconnect status | Shyam Prasad N |
2021-11-05 | cifs: Create a new shared file holding smb2 pdu definitions | Ronnie Sahlberg |
2021-09-13 | cifs: remove pathname for file from SPDX header | Steve French |
2021-06-20 | cifs: use SPDX-Licence-Identifier | Steve French |
2021-06-20 | cifs: missed ref-counting smb session in find | Shyam Prasad N |
2021-03-26 | cifs: Adjust key sizes and key generation routines for AES256 encryption | Shyam Prasad N |
2020-10-19 | smb3.1.1: set gcm256 when requested | Steve French |
2020-04-16 | smb3: remove overly noisy debug line in signing errors | Steve French |
2020-04-07 | cifs: Allocate crypto structures on the fly for calculating signatures of inc... | Long Li |
2020-03-29 | cifs: update internal module version number | Steve French |
2020-03-27 | smb3: use SMB2_SIGNATURE_SIZE define | Steve French |
2020-02-06 | cifs: fix channel signing | Aurelien Aptel |
2020-01-26 | CIFS: Fix task struct use-after-free on reconnect | Vincent Whitchurch |
2019-11-25 | cifs: Always update signing key of first channel | Paulo Alcantara (SUSE) |
2019-11-25 | cifs: try opening channels after mounting | Aurelien Aptel |
2019-11-25 | cifs: add server param | Aurelien Aptel |
2019-09-16 | smb3: allow skipping signature verification for perf sensitive configurations | Steve French |
2019-09-16 | cifs: add new debugging macro cifs_server_dbg | Ronnie Sahlberg |
2019-07-07 | SMB3.1.1: Add GCM crypto to the encrypt and decrypt functions | Steve French |
2019-03-05 | CIFS: Only send SMB2_NEGOTIATE command on new TCP connections | Pavel Shilovsky |
2019-03-05 | smb3: add dynamic trace point for smb3_cmd_enter | Steve French |
2019-03-04 | CIFS: Do not skip SMB2 message IDs on send failures | Pavel Shilovsky |
2018-08-07 | CIFS: fix uninitialized ptr deref in smb2 signing | Aurelien Aptel |
2018-08-07 | smb3: simplify code by removing CONFIG_CIFS_SMB311 | Steve French |
2018-07-05 | cifs: Fix validation of signed data in smb2 | Paulo Alcantara |
2018-07-05 | cifs: Fix validation of signed data in smb3+ | Paulo Alcantara |
2018-07-05 | cifs: Fix use after free of a mid_q_entry | Lars Persson |
2018-06-15 | cifs: push rfc1002 generation down the stack | Ronnie Sahlberg |
2018-06-04 | CIFS: Fix signing for SMB2/3 | Aurelien Aptel |
2018-05-31 | cifs: remove rfc1002 header from all SMB2 response structures | Ronnie Sahlberg |
2018-04-12 | cifs: add resp_buf_size to the mid_q_entry structure | Ronnie Sahlberg |
2018-04-01 | CIFS: add sha512 secmech | Aurelien Aptel |
2018-04-01 | CIFS: refactor crypto shash/sdesc allocation&free | Aurelien Aptel |
2017-10-18 | Fix encryption labels and lengths for SMB3.1.1 | Steve French |
2017-07-05 | CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keys | Aurélien Aptel |
2017-04-28 | cifs: don't check for failure from mempool_alloc() | NeilBrown |
2017-04-07 | Handle mismatched open calls | Sachin Prabhu |
2017-02-01 | CIFS: Decrypt and process small encrypted packets | Pavel Shilovsky |
2017-02-01 | CIFS: Encrypt SMB3 requests before sending | Pavel Shilovsky |
2017-02-01 | CIFS: Send RFC1001 length in a separate iov | Pavel Shilovsky |
2017-02-01 | CIFS: Separate SMB2 header structure | Pavel Shilovsky |
2016-03-28 | cifs: merge the hash calculation helpers | Al Viro |
2016-01-14 | Prepare for encryption support (first part). Add decryption and encryption ke... | Steve French |
2014-12-14 | Convert MessageID in smb2_hdr to LE | Sachin Prabhu |
2014-08-02 | CIFS: Use multicredits for SMB 2.1/3 writes | Pavel Shilovsky |
2013-11-02 | cifs: Send a logoff request before removing a smb session | Shirish Pargaonkar |