umber-kernel/fs/smb/server
Namjae Jeon e6187655ac ksmbd: detect RDMA capable netdevs include IPoIB
Current ksmbd_rdma_capable_netdev fails to mark certain RDMA-capable
inerfaces such as IPoIB as RDMA capable after reverting GUID matching code
due to layer violation.
This patch check the ARPHRD_INFINIBAND type safely identifies an IPoIB
interface without introducing a layer violation, ensuring RDMA
functionality is correctly enabled for these interfaces.

Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
2025-11-04 08:47:55 -06:00
..
mgmt ksmbd: fix recursive locking in RPC handle list access 2025-10-15 06:03:09 -05:00
Kconfig smb: Use arc4 library instead of duplicate arc4 code 2025-09-29 21:21:23 -05:00
Makefile
asn1.c
asn1.h
auth.c smb: Use arc4 library instead of duplicate arc4 code 2025-09-29 21:21:23 -05:00
auth.h ksmbd: use SHA-256 library API instead of crypto_shash API 2025-05-25 22:54:50 -05:00
connection.c ksmbd: replace connection list with hash table 2025-09-30 21:37:55 -05:00
connection.h ksmbd: replace connection list with hash table 2025-09-30 21:37:55 -05:00
crypto_ctx.c ksmbd: use SHA-256 library API instead of crypto_shash API 2025-05-25 22:54:50 -05:00
crypto_ctx.h ksmbd: use SHA-256 library API instead of crypto_shash API 2025-05-25 22:54:50 -05:00
glob.h
ksmbd_netlink.h ksmbd: add max ip connections parameter 2025-09-30 21:37:54 -05:00
ksmbd_spnego_negtokeninit.asn1
ksmbd_spnego_negtokentarg.asn1
ksmbd_work.c fs: WQ_PERCPU added to alloc_workqueue users 2025-09-19 16:15:07 +02:00
ksmbd_work.h
misc.c
misc.h
ndr.c
ndr.h
nterr.h
ntlmssp.h
oplock.c ksmbd: fix refcount leak causing resource not released 2025-08-17 19:33:29 -05:00
oplock.h ksmbd: fix use-after-free in smb_break_all_levII_oplock() 2025-04-14 22:21:26 -05:00
server.c smb: server: add a pr_info() when the server starts running 2025-09-28 18:29:52 -05:00
server.h ksmbd: add max ip connections parameter 2025-09-30 21:37:54 -05:00
smb2misc.c
smb2ops.c
smb2pdu.c ksmbd: fix recursive locking in RPC handle list access 2025-10-15 06:03:09 -05:00
smb2pdu.h smb: server: make use of common smbdirect.h 2025-09-28 18:29:51 -05:00
smb_common.c smb: server: Fix extension string in ksmbd_extract_shortname() 2025-08-07 18:23:12 -05:00
smb_common.h smb: move some duplicate definitions to common/cifsglob.h 2025-10-15 07:44:17 -05:00
smbacl.c
smbacl.h
smbfsctl.h
transport_ipc.c ksmbd: transport_ipc: validate payload size before reading handle 2025-10-26 20:47:32 -05:00
transport_ipc.h
transport_rdma.c ksmbd: detect RDMA capable netdevs include IPoIB 2025-11-04 08:47:55 -06:00
transport_rdma.h smb: server: pass ksmbd_transport to get_smbd_max_read_write_size() 2025-09-28 18:29:52 -05:00
transport_tcp.c ksmbd: replace connection list with hash table 2025-09-30 21:37:55 -05:00
transport_tcp.h ksmbd: fix use-after-free in __smb2_lease_break_noti() 2025-04-14 22:21:26 -05:00
unicode.c
unicode.h
vfs.c file->f_path constification 2025-10-03 16:32:36 -07:00
vfs.h ksmbd_vfs_set_init_posix_acl(): constify path argument 2025-09-15 21:17:09 -04:00
vfs_cache.c ksmbd: Fix UAF in __close_file_table_ids 2025-05-06 08:37:02 -05:00
vfs_cache.h ksmbd: allow a filename to contain colons on SMB3.1.1 posix extensions 2025-08-31 17:48:38 -05:00
xattr.h