aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
4 dayssmb: server: make use of smbdirect_connection_{get,put}_recv_io()Stefan Metzmacher1-54/+17
4 dayssmb: server: make use of smbdirect_socket_schedule_cleanup()Stefan Metzmacher1-89/+16
4 dayssmb: server: make use of smbdirect_socket_cleanup_work()Stefan Metzmacher1-67/+5
4 dayssmb: server: make use of smbdirect_socket_wake_up_all()Stefan Metzmacher1-18/+3
4 dayssmb: server: make use of smbdirect_socket_set_logging()Stefan Metzmacher1-0/+62
4 dayssmb: server: make use of smbdirect_socket_prepare_create()Stefan Metzmacher1-11/+17
4 dayssmb: client: make use of smbdirect.koStefan Metzmacher2-12/+3
4 dayssmb: client: only use public smbdirect functionsStefan Metzmacher3-25/+9
4 dayssmb: client: make use of smbdirect_socket_create_kern()/smbdirect_socket_rele...Stefan Metzmacher2-17/+15
4 dayssmb: client: make use of smbdirect_socket_init_new() and smbdirect_connect_sy...Stefan Metzmacher2-816/+76
4 dayssmb: client: introduce and use smbd_debug_proc_show()Stefan Metzmacher3-66/+18
4 dayssmb: client: introduce and use smbd_mr_fill_buffer_descriptor()Stefan Metzmacher3-6/+10
4 dayssmb: client: make use of smbdirect_connection_send_{single_iter,immediate_wor...Stefan Metzmacher1-369/+20
4 dayssmb: client: let smbd_post_send_full_iter() get remaining_length and return d...Stefan Metzmacher1-9/+13
4 dayssmb: client: let smbd_post_send_iter() get remaining_length and return data_l...Stefan Metzmacher1-15/+22
4 dayssmb: client: change smbd_post_send_empty() to void returnStefan Metzmacher1-4/+7
4 dayssmb: client: make use of smbdirect_connection_request_keep_alive()Stefan Metzmacher1-27/+1
4 dayssmb: client: make use of smbdirect_connection_grant_recv_credits()Stefan Metzmacher1-48/+3
4 dayssmb: client: make use of smbdirect_connection_recvmsg()Stefan Metzmacher1-130/+1
4 dayssmb: client: make use of smbdirect_socket_destroy_sync()Stefan Metzmacher1-62/+1
4 dayssmb: client: make use of functions from smbdirect_mr.cStefan Metzmacher1-491/+4
4 dayssmb: client: make use of smbdirect_connection_recv_io_refill_work()Stefan Metzmacher1-53/+1
4 dayssmb: client: make use of smbdirect_connection_post_recv_io()Stefan Metzmacher1-44/+2
4 dayssmb: client: initialize recv_io->cqe.done = recv_done just onceStefan Metzmacher1-2/+4
4 dayssmb: client: make use of smbdirect_connection_{create,destroy}_qp()Stefan Metzmacher1-98/+7
4 dayssmb: client: make use of smbdirect_connection_negotiate_rdma_resources()Stefan Metzmacher1-55/+4
4 dayssmb: client: make use of smbdirect_connection_qp_event_handler()Stefan Metzmacher1-21/+1
4 dayssmb: client: make use of smbdirect_map_sges_from_iter()Stefan Metzmacher1-236/+5
4 dayssmb: client: make use of smbdirect_connection_{create,destroy}_mem_pools()Stefan Metzmacher1-126/+3
4 dayssmb: client: make use of smbdirect_connection_send_io_done()Stefan Metzmacher1-69/+1
4 dayssmb: client: make use of smbdirect_connection_{alloc,free}_send_io()Stefan Metzmacher1-53/+9
4 dayssmb: client: make use of smbdirect_frwr_is_supported()Stefan Metzmacher1-15/+1
4 dayssmb: client: make use of smbdirect_connection_idle_timer_work()Stefan Metzmacher1-30/+0
4 dayssmb: client: make use of smbdirect_connection_reassembly_{append,first}_recv_...Stefan Metzmacher1-59/+4
4 dayssmb: client: make use of smbdirect_connection_{get,put}_recv_io()Stefan Metzmacher1-67/+11
4 dayssmb: client: make use of smbdirect_socket_schedule_cleanup()Stefan Metzmacher1-84/+14
4 dayssmb: client: make use of smbdirect_socket_cleanup_work()Stefan Metzmacher1-68/+6
4 dayssmb: client: make use of smbdirect_socket_wake_up_all()Stefan Metzmacher1-19/+3
4 dayssmb: client: make use of smbdirect_socket_set_logging()Stefan Metzmacher1-0/+38
4 dayssmb: client: make use of smbdirect_socket_prepare_create()Stefan Metzmacher1-14/+21
4 dayssmb: smbdirect: introduce the basic smbdirect.koStefan Metzmacher6-0/+77
4 dayssmb: smbdirect: introduce smbdirect_socket_{listen,accept}()Stefan Metzmacher9-8/+558
4 dayssmb: smbdirect: introduce smbdirect_socket_bind()Stefan Metzmacher2-0/+19
4 dayssmb: smbdirect: split out smbdirect_accept_negotiate_finish()Stefan Metzmacher2-7/+21
4 dayssmb: smbdirect: introduce smbdirect_init_send_batch_storage()Stefan Metzmacher2-3/+47
4 dayssmb: smbdirect: provide explicit prototypes for cross .c file functionsStefan Metzmacher4-78/+165
4 dayssmb: smbdirect: introduce smbdirect_public.h with prototypesStefan Metzmacher10-98/+263
4 dayssmb: smbdirect: let smbdirect_internal.h define pr_fmt without SMBDIRECT_USE_...Stefan Metzmacher1-0/+4
4 dayssmb: smbdirect: let smbdirect_socket.h include all headers for used structuresStefan Metzmacher1-0/+7
4 dayssmb: smbdirect: introduce smbdirect_socket_create_{kern,accepting}() and smbd...Stefan Metzmacher2-1/+127