index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
/
transport_tcp.c
Age
Commit message (
Expand
)
Author
2026-02-08
smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()
Henrique Carvalho
2025-12-03
Merge tag 'v6.19-rc-smb-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2025-11-30
ksmbd: server: avoid busy polling in accept loop
Qingfang Deng
2025-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-11-09
ksmbd: close accepted socket when per-IP limit rejects connection
Joshua Rogers
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
2025-09-30
ksmbd: replace connection list with hash table
Namjae Jeon
2025-09-30
ksmbd: add an error print when maximum IP connections limit is reached
Namjae Jeon
2025-09-30
ksmbd: add max ip connections parameter
Namjae Jeon
2025-09-30
ksmbd: use sock_create_kern interface to create kernel socket
Namjae Jeon
2025-09-30
ksmbd: make ksmbd thread names distinct by client IP
Namjae Jeon
2025-08-17
ksmbd: extend the connection limiting mechanism to support IPv6
Namjae Jeon
2025-08-09
Merge tag 'v6.17rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2025-08-07
ksmbd: limit repeated connections from clients with the same IP
Namjae Jeon
2025-06-23
net: make sk->sk_rcvtimeo lockless
Eric Dumazet
2025-06-17
ksmbd: add free_transport ops in ksmbd connection
Namjae Jeon
2025-04-14
ksmbd: fix use-after-free in __smb2_lease_break_noti()
Namjae Jeon
2025-01-15
ksmbd: browse interfaces list on FSCTL_QUERY_INTERFACE_INFO IOCTL
Namjae Jeon
2024-11-25
ksmbd: add netdev-up/down event debug print
Namjae Jeon
2024-11-25
ksmbd: use __GFP_RETRY_MAYFAIL
Namjae Jeon
2024-08-29
ksmbd: Unlock on in ksmbd_tcp_set_interfaces()
Dan Carpenter
2024-07-14
ksmbd: Constify struct ksmbd_transport_ops
Christophe JAILLET
2024-05-04
ksmbd: off ipv6only for both ipv4/ipv6 binding
Namjae Jeon
2024-01-21
smb: Fix some kernel-doc comments
Yang Li
2024-01-14
ksmbd: fix UAF issue in ksmbd_tcp_new_connection()
Namjae Jeon
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French