summaryrefslogtreecommitdiff
path: root/fs/smb/server/transport_tcp.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-31ksmbd: fix listener task lifetime on netdev eventsNamjae Jeon1-9/+27
2026-08-20ksmbd: keep TCP timers alive for kernel socketsNamjae Jeon1-0/+6
2026-08-20ksmbd: enable TCP keepalive for accepted connectionsNamjae Jeon1-0/+6
2026-08-17ksmbd: disconnect on SMB3 decryption failureNamjae Jeon1-0/+6
2026-08-17smb/server: use MSG_EOR for async interim responseChenXiaoSong1-1/+1
2026-08-17smb/server: introduce struct ksmbd_transport_writeChenXiaoSong1-6/+7
2026-04-18smb: server: fix max_connections off-by-one in tcp accept pathDaeMyung Kang1-1/+1
2026-04-18smb: server: fix active_num_conn leak on transport allocation failureMichael Bommarito1-0/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2026-02-08smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho1-1/+2
2025-12-03Merge tag 'v6.19-rc-smb-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-35/+6
2025-11-30ksmbd: server: avoid busy polling in accept loopQingfang Deng1-35/+6
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2025-11-09ksmbd: close accepted socket when per-IP limit rejects connectionJoshua Rogers1-1/+4
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-2/+2
2025-09-30ksmbd: replace connection list with hash tableNamjae Jeon1-4/+21
2025-09-30ksmbd: add an error print when maximum IP connections limit is reachedNamjae Jeon1-0/+2
2025-09-30ksmbd: add max ip connections parameterNamjae Jeon1-11/+16
2025-09-30ksmbd: use sock_create_kern interface to create kernel socketNamjae Jeon1-3/+4
2025-09-30ksmbd: make ksmbd thread names distinct by client IPNamjae Jeon1-26/+13
2025-08-17ksmbd: 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-07ksmbd: limit repeated connections from clients with the same IPNamjae Jeon1-0/+17
2025-06-23net: make sk->sk_rcvtimeo locklessEric Dumazet1-4/+2
2025-06-17ksmbd: add free_transport ops in ksmbd connectionNamjae Jeon1-1/+2
2025-04-14ksmbd: fix use-after-free in __smb2_lease_break_noti()Namjae Jeon1-5/+9
2025-01-15ksmbd: browse interfaces list on FSCTL_QUERY_INTERFACE_INFO IOCTLNamjae Jeon1-40/+31
2024-11-25ksmbd: add netdev-up/down event debug printNamjae Jeon1-0/+6
2024-11-25ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon1-6/+6
2024-08-29ksmbd: Unlock on in ksmbd_tcp_set_interfaces()Dan Carpenter1-1/+3
2024-07-14ksmbd: Constify struct ksmbd_transport_opsChristophe JAILLET1-2/+2
2024-05-04ksmbd: off ipv6only for both ipv4/ipv6 bindingNamjae Jeon1-0/+4
2024-01-21smb: 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-24smb: move client and server files to common directory fs/smbSteve French1-0/+649