summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb2misc.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-13smb: client: reject overlapping data areas in SMB2 responsesShoichiro Miyamoto1-9/+25
2026-07-08smb: client: restrict implied bcc[0] exemption to responses without data areaShoichiro Miyamoto1-6/+26
2026-05-07smb/client: fix out-of-bounds read in symlink_data()Zisen Ye1-1/+2
2026-02-26smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara1-14/+4
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-12smb: client: fix data corruption due to racy lease checksPaulo Alcantara1-5/+5
2026-02-08cifs: Fix locking usage for tcon fieldsShyam Prasad N1-3/+3
2025-12-05cifs: Remove the RFC1002 header from smb_hdrDavid Howells1-1/+2
2025-10-15smb: client: Use SHA-512 library for SMB3.1.1 preauth hashEric Biggers1-41/+12
2025-09-02smb: client: add new tracepoint to trace lease break notificationBharath SM1-4/+15
2025-03-24cifs: avoid NULL pointer dereference in dbg callAlexandra Diupina1-4/+5
2024-09-30Revert "smb: client: make SHA-512 TFM ephemeral"Steve French1-14/+14
2024-09-26smb: client: make SHA-512 TFM ephemeralEnzo Matsumiya1-14/+14
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong1-1/+1
2024-04-19cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells1-3/+7
2024-04-03smb: client: fix potential UAF in smb2_is_valid_oplock_break()Paulo Alcantara1-0/+2
2024-04-03smb: client: fix potential UAF in smb2_is_valid_lease_break()Paulo Alcantara1-0/+2
2023-12-19smb: client: fix potential OOB in smb2_dump_detail()Paulo Alcantara1-15/+15
2023-12-11smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara1-16/+10
2023-10-31smb: client: fix potential deadlock when releasing midsPaulo Alcantara1-1/+1
2023-08-30SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French1-3/+3
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-0/+944