summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb2transport.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24Merge tag 'cifs-fixes-7.3-rc1' of https://git.manguebit.org/linuxLinus Torvalds1-0/+4
2026-08-24smb: client: Clear sensitive stack data in smb2transport.cThomas Huth1-0/+4
2026-08-12smb: clear the aes_cmac_key and aes_cmac_ctx when doneThomas Huth1-2/+2
2026-05-19smb: client: protect tc_count increment in smb2_find_smb_sess_tcon_unlocked()Henrique Carvalho1-0/+2
2026-05-07smb: client: Use FullSessionKey for AES-256 encryption key derivationPiyush Sachdeva1-9/+26
2026-04-22smb: client: Drop 'allocate_crypto' arg from smb*_calc_signature()Eric Biggers1-7/+5
2026-04-22smb: client: Make generate_key() return voidEric Biggers1-29/+16
2026-04-22smb: client: Remove obsolete cmac(aes) allocationEric Biggers1-15/+0
2026-04-22smb: client: Use AES-CMAC library for SMB3 signature calculationEric Biggers1-33/+8
2026-03-03smb: client: Compare MACs in constant timeEric Biggers1-1/+3
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells1-1/+1
2025-12-05cifs: Don't need state locking in smb2_get_mid_entry()David Howells1-28/+20
2025-12-05cifs: Remove the server pointer from smb_messageDavid Howells1-5/+4
2025-10-23cifs: Call the calc_signature functions directlyDavid Howells1-9/+9
2025-10-15smb: client: Consolidate cmac(aes) shash allocationEric Biggers1-9/+1
2025-10-15smb: client: Remove obsolete crypto_shash allocationsEric Biggers1-33/+2
2025-10-15smb: client: Use HMAC-SHA256 library for SMB2 signature calculationEric Biggers1-42/+11
2025-10-15smb: client: Use HMAC-SHA256 library for key generationEric Biggers1-54/+14
2025-10-09smb: client: Omit an if branch in smb2_find_smb_tcon()Markus Elfring1-5/+0
2025-08-13smb: client: fix mid_q_entry memleak leak with per-mid lockingWang Zhaolong1-0/+1
2025-08-05smb: client: rename server mid_lock to mid_queue_lockWang Zhaolong1-2/+2
2024-11-17smb: client: fix use-after-free of signing keyPaulo Alcantara1-16/+40
2024-10-02smb: client: Correct typos in multiple comments across various filesShen Lichuan1-1/+1
2024-09-30Revert "smb: client: make SHA-512 TFM ephemeral"Steve French1-1/+29
2024-09-26smb: client: make SHA-512 TFM ephemeralEnzo Matsumiya1-29/+1
2024-09-26smb: client: stop flooding dmesg in smb2_calc_signature()Paulo Alcantara1-1/+1
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong1-1/+1
2024-06-07smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya1-1/+1
2024-04-19cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells1-0/+2
2024-03-31smb: client: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-11-13cifs: fix check of rc in function generate_smb3signingkeyEkaterina Esina1-3/+2
2023-11-09cifs: handle cases where a channel is closedShyam Prasad N1-1/+7
2023-08-30SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French1-2/+2
2023-07-12smb: client: fix missed ses refcountingPaulo Alcantara1-1/+1
2023-06-29cifs: new dynamic tracepoint to track ses not found errorsShyam Prasad N1-0/+1
2023-06-29cifs: log session id when a matching ses is not foundShyam Prasad N1-2/+2
2023-06-28cifs: fix session state check in smb2_find_smb_sesWinston Wen1-0/+7
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-0/+934