summaryrefslogtreecommitdiff
path: root/fs/smb/client/sess.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-23cifs: fix use after free for iface while disabling secondary channelsRitvik Budhiraja1-1/+1
2023-11-14cifs: fix lock ordering while disabling multichannelShyam Prasad N1-9/+13
2023-11-10cifs: handle when server stops supporting multichannelShyam Prasad N1-8/+56
2023-11-09smb3: minor cleanup of session handling codeSteve French1-6/+12
2023-11-09cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N1-6/+6
2023-11-09cifs: account for primary channel in the interface listShyam Prasad N1-0/+28
2023-11-09cifs: distribute channels across interfaces based on speedShyam Prasad N1-14/+70
2023-11-09cifs: handle cases where a channel is closedShyam Prasad N1-4/+24
2023-11-09smb3: more minor cleanups for session handling routinesSteve French1-10/+15
2023-11-02cifs: do not reset chan_max if multichannel is not supported at mountShyam Prasad N1-1/+0
2023-10-23cifs: Add client version details to NTLM authenticate messageMeetakshi Setiya1-3/+9
2023-08-30SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French1-2/+2
2023-08-21smb: client: reduce stack usage in cifs_try_adding_channels()Paulo Alcantara1-27/+41
2023-07-25smb3: do not set NTLMSSP_VERSION flag for negotiate not auth requestSteve French1-1/+3
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+1857