summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* smb3: send NTLMSSP version informationSteve French2022-01-201-1/+1
* cifs: make status checks in version independent callersShyam Prasad N2022-01-191-14/+0
* cifs: remove unused variable ses_selectedMuhammad Usama Anjum2022-01-191-3/+3
* cifs: protect all accesses to chan_* with chan_lockShyam Prasad N2022-01-191-1/+3
* cifs: fix the connection state transitions with multichannelShyam Prasad N2022-01-191-1/+0
* cifs: check reconnects for channels of active tcons tooShyam Prasad N2022-01-191-16/+66
* cifs: alloc_path_with_tree_prefix: do not append sep. if the path is emptyEugene Korenevsky2022-01-171-2/+7
* cifs: avoid race during socket reconnect between send and recvShyam Prasad N2022-01-081-2/+1
* cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N2022-01-081-11/+5
* cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N2022-01-081-3/+18
* cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N2022-01-031-50/+64
* cifs: track individual channel status using chans_need_reconnectShyam Prasad N2022-01-031-9/+50
* smb2: clarify rc initialization in smb2_reconnectSteve French2021-11-231-1/+1
* cifs: connect individual channel servers to primary channel serverShyam Prasad N2021-11-131-1/+1
* smb3: add additional null check in SMB311_posix_mkdirSteve French2021-11-121-0/+11
* smb3: add additional null check in SMB2_tconSteve French2021-11-121-1/+1
* smb3: add additional null check in SMB2_openSteve French2021-11-121-1/+3
* smb3: add additional null check in SMB2_ioctlSteve French2021-11-111-0/+10
* cifs: support nested dfs links over reconnectPaulo Alcantara2021-11-101-1/+5
* cifs: send workstation name during ntlmssp session setupShyam Prasad N2021-11-081-11/+6
* cifs: Move SMB2_Create definitions to the shared areaRonnie Sahlberg2021-11-051-5/+8
* cifs: Move more definitions into the shared areaRonnie Sahlberg2021-11-051-29/+35
* cifs: move NEGOTIATE_PROTOCOL definitions out into the common areaRonnie Sahlberg2021-11-051-2/+2
* cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg2021-11-051-54/+52
* smb3: correct smb3 ACL security descriptorSteve French2021-09-231-2/+2
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs: create sd context must be a multiple of 8Shyam Prasad N2021-08-051-1/+1
* SMB3.1.1: Add support for negotiating signing algorithmSteve French2021-07-091-10/+75
* cifs: Avoid field over-reading memcpy()Kees Cook2021-06-221-1/+4
* smb311: remove dead code for non compounded posix query infoSteve French2021-06-211-0/+4
* cifs: fix unneeded null checkSteve French2021-06-211-4/+2
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-211-13/+1
* cifs: avoid extra calls in posix_info_parseRonnie Sahlberg2021-06-211-11/+9
* cifs: set server->cipher_type to AES-128-CCM for SMB3.0Aurelien Aptel2021-05-271-0/+7
* SMB3: incorrect file id in requests compounded with openSteve French2021-05-191-3/+3
* smb3: when mounting with multichannel include it in requested capabilitiesSteve French2021-05-081-0/+5
* cifs: rename the *_shroot* functions to *_cached_dir*Ronnie Sahlberg2021-04-251-1/+1
* cifs: ask for more credit on async read/write code pathsAurelien Aptel2021-03-061-4/+2
* cifs: New optype for session operations.Shyam Prasad N2021-02-161-1/+1
* smb3: negotiate current dialect (SMB3.1.1) when version 3 or greater requestedSteve French2021-02-151-6/+14
* cifs: fix interrupted close commandsPaulo Alcantara2021-01-131-1/+1
* Add SMB 2 support for getting and setting SACLsBoris Protopopov2020-12-191-1/+3
* SMB3: Add support for getting and setting SACLsBoris Protopopov2020-12-181-3/+2
* SMB3.1.1: do not log warning message if server doesn't populate saltSteve French2020-12-141-2/+5
* cifs: refactor create_sd_buf() and and avoid corrupting the bufferRonnie Sahlberg2020-12-041-33/+38
* cifs: make const array static, makes object smallerColin Ian King2020-10-201-3/+5
* smb3.1.1: do not fail if no encryption required but server doesn't support itSteve French2020-10-201-3/+13
* smb3.1.1: print warning if server does not support requested encryption typeSteve French2020-10-191-2/+13
* smb3.1.1: add new module load parm enable_gcm_256Steve French2020-10-161-0/+6
* smb3.1.1: add new module load parm require_gcm_256Steve French2020-10-161-4/+10