summaryrefslogtreecommitdiffstats
path: root/fs/cifs/sess.c
Commit message (Expand)AuthorAgeFilesLines
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-1857/+0
* cifs: fix potential use-after-free bugs in TCP_Server_Info::hostnamePaulo Alcantara2023-05-021-3/+4
* cifs: get rid of dns resolve workerPaulo Alcantara2023-02-201-1/+0
* cifs: fix potential memory leaks in session setupPaulo Alcantara2023-01-101-0/+2
* cifs: refcount only the selected iface during interface updateShyam Prasad N2023-01-041-1/+2
* cifs: Use after free in debug codeDan Carpenter2022-11-191-2/+2
* cifs: Fix xid leak in cifs_ses_add_channel()Zhang Xiaoxu2022-10-181-0/+1
* cifs: fix double-fault crash during ntlmsspPaulo Alcantara2022-10-151-7/+9
* cifs: use ALIGN() and round_up() macrosEnzo Matsumiya2022-10-131-12/+6
* cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya2022-10-071-9/+15
* cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French2022-08-051-1/+4
* cifs: fix race condition with delayed threadsShyam Prasad N2022-07-121-2/+9
* cifs: avoid deadlocks while updating ifaceShyam Prasad N2022-06-241-12/+21
* cifs: during reconnect, update interface if necessaryShyam Prasad N2022-06-221-0/+79
* cifs: change iface_list from array to sorted linked listShyam Prasad N2022-06-221-38/+40
* cifs: when a channel is not found for server, log its connection idShyam Prasad N2022-06-181-0/+3
* cifs: populate empty hostnames for extra channelsShyam Prasad N2022-06-101-1/+4
* cifs: fix potential deadlock in direct reclaimVincent Whitchurch2022-06-011-3/+3
* cifs: fix ntlmssp on old serversPaulo Alcantara2022-05-251-3/+3
* cifs: avoid parallel session setups on same channelShyam Prasad N2022-05-241-0/+27
* cifs: fix confusing unneeded warning message on smb2.1 and earlierSteve French2022-02-161-5/+6
* cifs: fix workstation_name for multiuser mountsRyan Bair2022-02-031-1/+5
* smb3: send NTLMSSP version informationSteve French2022-01-191-0/+70
* cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsShyam Prasad N2022-01-191-15/+0
* cifs: make status checks in version independent callersShyam Prasad N2022-01-191-9/+0
* cifs: protect all accesses to chan_* with chan_lockShyam Prasad N2022-01-191-3/+7
* cifs: fix the connection state transitions with multichannelShyam Prasad N2022-01-191-1/+0
* cifs: clean up an inconsistent indentingYang Li2022-01-171-1/+1
* cifs: free ntlmsspblob allocated in negotiateShyam Prasad N2022-01-171-5/+8
* cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N2022-01-071-3/+5
* cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N2022-01-071-4/+4
* cifs: add WARN_ON for when chan_count goes below minimumShyam Prasad N2022-01-021-0/+5
* cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N2022-01-021-64/+59
* cifs: track individual channel status using chans_need_reconnectShyam Prasad N2022-01-021-2/+65
* cifs: fix ntlmssp auth when there is no key exchangePaulo Alcantara2021-12-081-18/+36
* cifs: populate server_hostname for extra channelsShyam Prasad N2021-11-231-0/+1
* cifs: introduce cifs_ses_mark_for_reconnect() helperPaulo Alcantara2021-11-161-0/+13
* cifs: move debug print out of spinlockSteve French2021-11-161-1/+1
* cifs: connect individual channel servers to primary channel serverShyam Prasad N2021-11-121-5/+1
* cifs: protect session channel fields with chan_lockShyam Prasad N2021-11-121-12/+38
* cifs: send workstation name during ntlmssp session setupShyam Prasad N2021-11-081-70/+118
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg2021-08-251-254/+1
* cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui2021-08-251-1/+1
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-201-13/+1
* cifs: fix ipv6 formating in cifs_ses_add_channelAurelien Aptel2021-06-201-1/+1
* smb3: do not attempt multichannel to server which does not support itSteve French2021-05-081-0/+6
* cifs: fix credit accounting for extra channelAurelien Aptel2021-03-061-0/+1
* cifs: change confusing field serverName (to ip_addr)Steve French2021-02-221-1/+1
* cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg2020-12-141-12/+11