summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2020-10-29SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()Martijn de Gouw1-10/+17
2020-10-29svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni1-1/+2
2020-10-01SUNRPC: Fix svc_flush_dcache()Chuck Lever1-1/+1
2020-09-23SUNRPC: stop printk reading past end of stringJ. Bruce Fields1-2/+2
2020-09-23xprtrdma: Release in-flight MRs on disconnectChuck Lever1-0/+2
2020-08-26svcrdma: Fix another Receive buffer leakChuck Lever1-0/+2
2020-08-19SUNRPC: Fix ("SUNRPC: Add "@len" parameter to gss_unwrap()")Chuck Lever2-2/+1
2020-08-19svcrdma: Fix page leak in svc_rdma_recv_read_chunk()Chuck Lever1-7/+21
2020-07-15xprtrdma: fix incorrect header size calculationsColin Ian King1-2/+2
2020-07-13xprtrdma: Fix handling of connect errorsChuck Lever1-3/+5
2020-07-13xprtrdma: Fix return code from rpcrdma_xprt_connect()Chuck Lever1-6/+10
2020-07-13xprtrdma: Fix recursion into rpcrdma_xprt_disconnect()Chuck Lever2-8/+7
2020-07-13xprtrdma: Fix double-free in rpcrdma_ep_create()Chuck Lever1-5/+2
2020-07-03Merge tag 'nfsd-5.8-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2020-06-29SUNRPC: Add missing definition of ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGEChristophe Leroy1-0/+1
2020-06-26SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()Chuck Lever1-0/+4
2020-06-26sunrpc: fixed rollback in rpc_gssd_dummy_populate()Vasily Averin1-0/+1
2020-06-22xprtrdma: Fix handling of RDMA_ERROR repliesChuck Lever1-6/+3
2020-06-22xprtrdma: Clean up disconnectChuck Lever2-10/+14
2020-06-22xprtrdma: Clean up synopsis of rpcrdma_flush_disconnect()Chuck Lever3-11/+11
2020-06-22xprtrdma: Use re_connect_status safely in rpcrdma_xprt_connect()Chuck Lever2-4/+1
2020-06-22xprtrdma: Prevent dereferencing r_xprt->rx_ep after it is freedChuck Lever1-10/+23
2020-06-11Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds10-79/+80
2020-06-11xprtrdma: Make xprt_rdma_slot_table_entries staticZou Wei1-1/+1
2020-06-11sunrpc: add missing newline when printing parameter 'auth_hashtable_size' by ...Xiongfeng Wang1-1/+1
2020-06-11SUNRPC: Set SOFTCONN when destroying GSS contextsChuck Lever1-5/+4
2020-06-11SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFTChuck Lever2-5/+4
2020-06-11SUNRPC: rpc_call_null_helper() already sets RPC_TASK_NULLCREDSChuck Lever1-2/+2
2020-06-11SUNRPC: trace RPC client lifetime eventsChuck Lever1-24/+15
2020-06-11SUNRPC: Trace transport lifetime eventsChuck Lever3-19/+11
2020-06-11SUNRPC: Split the xdr_buf event classChuck Lever3-5/+5
2020-06-11SUNRPC: Add tracepoint to rpc_call_rpcerror()Chuck Lever1-0/+1
2020-06-11SUNRPC: Trace GSS context lifetimesChuck Lever2-4/+7
2020-06-11SUNRPC: receive buffer size estimation values almost never changeChuck Lever2-16/+32
2020-06-11Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds17-461/+407
2020-06-08sunrpc: use kmemdup_nul() in gssp_stringify()Chen Zhou1-1/+1
2020-05-29SUNRPC: Remove unreachable error condition in rpcb_getport_async()Xiyu Yang1-6/+0
2020-05-29sunrpc: clean up properly in gss_mech_unregister()NeilBrown2-9/+15
2020-05-29sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown1-2/+4
2020-05-29sunrpc: check that domain table is empty at module unload.NeilBrown3-0/+28
2020-05-28ipv6: add ip6_sock_set_recvpktinfoChristoph Hellwig1-8/+2
2020-05-28ipv6: add ip6_sock_set_addr_preferencesChristoph Hellwig1-3/+4
2020-05-28ipv6: add ip6_sock_set_v6onlyChristoph Hellwig1-5/+1
2020-05-28ipv4: add ip_sock_set_pktinfoChristoph Hellwig1-3/+2
2020-05-28tcp: add tcp_sock_set_keepcntChristoph Hellwig1-2/+1
2020-05-28tcp: add tcp_sock_set_keepintvlChristoph Hellwig1-2/+1
2020-05-28tcp: add tcp_sock_set_keepidleChristoph Hellwig1-2/+1
2020-05-28tcp: add tcp_sock_set_user_timeoutChristoph Hellwig1-2/+1
2020-05-28net: add sock_set_reuseportChristoph Hellwig1-16/+1
2020-05-28net: add sock_set_keepaliveChristoph Hellwig1-3/+1