summaryrefslogtreecommitdiff
path: root/fs/smb/server/transport_tcp.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-16smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho1-1/+2
2025-11-24ksmbd: close accepted socket when per-IP limit rejects connectionJoshua Rogers1-1/+4
2025-11-13ksmbd: use sock_create_kern interface to create kernel socketNamjae Jeon1-3/+4
2025-10-15ksmbd: add max ip connections parameterNamjae Jeon1-11/+16
2025-08-28ksmbd: extend the connection limiting mechanism to support IPv6Namjae Jeon1-3/+23
2025-08-15ksmbd: limit repeated connections from clients with the same IPNamjae Jeon1-0/+17
2025-06-27ksmbd: add free_transport ops in ksmbd connectionNamjae Jeon1-1/+2
2025-05-02ksmbd: fix use-after-free in __smb2_lease_break_noti()Namjae Jeon1-5/+9
2025-05-02ksmbd: browse interfaces list on FSCTL_QUERY_INTERFACE_INFO IOCTLNamjae Jeon1-41/+32
2025-05-02ksmbd: add netdev-up/down event debug printNamjae Jeon1-0/+6
2025-05-02ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon1-6/+6
2024-08-30ksmbd: Unlock on in ksmbd_tcp_set_interfaces()Dan Carpenter1-1/+3
2024-07-15ksmbd: Constify struct ksmbd_transport_opsChristophe JAILLET1-2/+2
2024-05-05ksmbd: off ipv6only for both ipv4/ipv6 bindingNamjae Jeon1-0/+4
2024-01-22smb: Fix some kernel-doc commentsYang Li1-0/+2
2024-01-14ksmbd: fix UAF issue in ksmbd_tcp_new_connection()Namjae Jeon1-6/+7
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+649