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-10ksmbd: close accepted socket when per-IP limit rejects connectionJoshua Rogers1-1/+4
2025-10-01ksmbd: replace connection list with hash tableNamjae Jeon1-4/+21
2025-10-01ksmbd: add an error print when maximum IP connections limit is reachedNamjae Jeon1-0/+2
2025-10-01ksmbd: add max ip connections parameterNamjae Jeon1-11/+16
2025-10-01ksmbd: use sock_create_kern interface to create kernel socketNamjae Jeon1-3/+4
2025-10-01ksmbd: make ksmbd thread names distinct by client IPNamjae Jeon1-26/+13
2025-08-18ksmbd: extend the connection limiting mechanism to support IPv6Namjae Jeon1-3/+23
2025-08-09Merge tag 'v6.17rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-0/+17
2025-08-08ksmbd: limit repeated connections from clients with the same IPNamjae Jeon1-0/+17
2025-06-24net: make sk->sk_rcvtimeo locklessEric Dumazet1-4/+2
2025-06-18ksmbd: add free_transport ops in ksmbd connectionNamjae Jeon1-1/+2
2025-04-15ksmbd: fix use-after-free in __smb2_lease_break_noti()Namjae Jeon1-5/+9
2025-01-16ksmbd: browse interfaces list on FSCTL_QUERY_INTERFACE_INFO IOCTLNamjae Jeon1-41/+32
2024-11-26ksmbd: add netdev-up/down event debug printNamjae Jeon1-0/+6
2024-11-26ksmbd: 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