summaryrefslogtreecommitdiff
path: root/fs/smb/client/sess.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-02smb: client: Fix use-after-free in cifs_try_adding_channels()Shuangpeng Bai1-1/+1
2026-04-22smb: client: Remove obsolete cmac(aes) allocationEric Biggers1-11/+0
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-08cifs: SMB1 split: sess.cDavid Howells1-981/+0
2026-02-08cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells1-1/+0
2025-12-05cifs: client: allow changing multichannel mount options on remountRajasi Mandal1-9/+26
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells1-4/+4
2025-12-05cifs: Remove the RFC1002 header from smb_hdrDavid Howells1-3/+5
2025-10-15smb: client: Consolidate cmac(aes) shash allocationEric Biggers1-1/+1
2025-07-27cifs: reset iface weights when we cannot find a candidateShyam Prasad N1-0/+9
2025-06-18smb: fix secondary channel creation issue with kerberos by populating hostnam...Bharath SM1-2/+1
2025-06-02cifs: update dstaddr whenever channel iface is updatedShyam Prasad N1-0/+4
2025-06-01cifs: Correctly set SMB1 SessionKey field in Session Setup RequestPali Rohár1-0/+1
2025-06-01cifs: Fix encoding of SMB1 Session Setup NTLMSSP Request in non-UNICODE modePali Rohár1-10/+10
2025-04-09cifs: Fix encoding of SMB1 Session Setup Kerberos Request in non-UNICODE modePali Rohár1-20/+40
2025-03-26cifs: Add new mount option -o nounicode to disable SMB1 UNICODE modePali Rohár1-0/+1
2025-03-26CIFS: Propagate min offload along with other parameters from primary to secon...Aman1-0/+7
2025-03-24smb: mark the new channel addition log as informational log with cifs_infoBharath SM1-1/+1
2025-01-31smb3: add support for IAKerbSteve French1-1/+2
2024-12-23cifs: Remove unused is_server_using_iface()Dr. David Alan Gilbert1-25/+0
2024-12-10cifs: Use str_yes_no() helper in cifs_ses_add_channel()Thorsten Blum1-2/+2
2024-11-25Update misleading comment in cifs_chan_update_ifaceMarco Crivellari1-4/+1
2024-10-16cifs: Remove unused functionsDr. David Alan Gilbert1-32/+0
2024-09-30Revert "smb: client: make SHA-512 TFM ephemeral"Steve French1-1/+1
2024-09-26smb: client: make SHA-512 TFM ephemeralEnzo Matsumiya1-1/+1
2024-03-14cifs: reduce warning log level for server not advertising interfacesShyam Prasad N1-2/+2
2024-02-09cifs: handle cases where multiple sessions share connectionShyam Prasad N1-1/+0
2024-02-08smb3: add missing null server pointer checkSteve French1-1/+1
2024-02-01cifs: failure to add channel on iface should bump up weightShyam Prasad N1-0/+2
2024-02-01cifs: do not search for channel if server is terminatingShyam Prasad N1-0/+4
2024-01-08cifs: remove unneeded return statementSteve French1-2/+0
2024-01-08cifs: make cifs_chan_update_iface() a void functionDan Carpenter1-10/+7
2024-01-08cifs: delete unnecessary NULL checks in cifs_chan_update_iface()Dan Carpenter1-15/+11
2024-01-07cifs: fix in logging in cifs_chan_update_ifaceShyam Prasad N1-6/+8
2023-12-19cifs: do not let cifs_chan_update_iface deallocate channelsShyam Prasad N1-31/+19
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-22cifs: 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-20smb: 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