summaryrefslogtreecommitdiff
path: root/fs/smb/server/connection.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-17ksmbd: add SMB Direct RDMA encryption transformNamjae Jeon1-0/+3
2026-08-17ksmbd: disconnect on SMB3 decryption failureNamjae Jeon1-0/+1
2026-08-17ksmbd: scope session state changes to bound connectionsNamjae Jeon1-2/+4
2026-08-17ksmbd: implement the command sequence windowNamjae Jeon1-0/+20
2026-08-17ksmbd: add AAPL READDIR_ATTR V2 supportGael Blivet1-0/+1
2026-08-17ksmbd: add AAPL kAAPL_SERVER_QUERY create context supportGael Blivet1-0/+1
2026-08-17smb/server: use MSG_EOR for async interim responseChenXiaoSong1-0/+2
2026-08-17smb/server: introduce struct ksmbd_transport_writeChenXiaoSong1-3/+10
2026-08-03ksmbd: apply the pre-authentication PDU limit when decompressingSujal Tuladhar1-0/+9
2026-07-30ksmbd: reject repeated SMB2 NEGOTIATE requestsNamjae Jeon1-0/+5
2026-06-16ksmbd: negotiate and decode SMB2 compressionNamjae Jeon1-0/+3
2026-05-01ksmbd: centralize ksmbd_conn final release to plug transport leakDaeMyung Kang1-0/+6
2026-04-29ksmbd: rewrite stop_sessions() with restartable iterationDaeMyung Kang1-0/+1
2026-04-15smb: server: remove unused ksmbd_transport_ops.prepare()Stefan Metzmacher1-1/+0
2026-02-08ksmbd: add procfs interface for runtime monitoring and statisticsBahubali B Gumaji1-2/+3
2025-09-30ksmbd: replace connection list with hash tableNamjae Jeon1-2/+4
2025-09-28smb: server: make use of common smbdirect.hStefan Metzmacher1-4/+6
2025-08-17ksmbd: extend the connection limiting mechanism to support IPv6Namjae Jeon1-1/+6
2025-08-07ksmbd: limit repeated connections from clients with the same IPNamjae Jeon1-0/+1
2025-06-17ksmbd: add free_transport ops in ksmbd connectionNamjae Jeon1-0/+1
2025-05-27ksmbd: provide zero as a unique ID to the Mac clientNamjae Jeon1-0/+1
2025-04-01ksmbd: fix null pointer dereference in alloc_preauth_hash()Namjae Jeon1-0/+11
2025-03-10ksmbd: prevent connection release during oplock break notificationNamjae Jeon1-0/+2
2024-12-15ksmbd: fix broken transfers when exceeding max simultaneous operationsMarios Makassikis1-1/+0
2024-11-05ksmbd: check outstanding simultaneous SMB operationsNamjae Jeon1-0/+1
2024-09-14ksmbd: add refcnt to ksmbd_conn structNamjae Jeon1-0/+1
2024-08-18ksmbd: fix race condition between destroy_previous_session() and smb2 operati...Namjae Jeon1-1/+2
2024-07-14ksmbd: Constify struct ksmbd_transport_opsChristophe JAILLET1-2/+2
2024-01-14ksmbd: fix UAF issue in ksmbd_tcp_new_connection()Namjae Jeon1-1/+0
2024-01-14ksmbd: validate mech token in session setupNamjae Jeon1-0/+1
2023-10-04ksmbd: fix race condition between session lookup and expireNamjae Jeon1-0/+1
2023-08-29ksmbd: add support for read compoundNamjae Jeon1-1/+1
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-0/+231