summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)Author
2020-10-01SUNRPC: Fix svc_flush_dcache()Chuck Lever
2020-09-23SUNRPC: stop printk reading past end of stringJ. Bruce Fields
2020-09-23xprtrdma: Release in-flight MRs on disconnectChuck Lever
2020-08-26svcrdma: Fix another Receive buffer leakChuck Lever
2020-08-19SUNRPC: Fix ("SUNRPC: Add "@len" parameter to gss_unwrap()")Chuck Lever
2020-08-19svcrdma: Fix page leak in svc_rdma_recv_read_chunk()Chuck Lever
2020-07-15xprtrdma: fix incorrect header size calculationsColin Ian King
2020-07-13xprtrdma: Fix handling of connect errorsChuck Lever
2020-07-13xprtrdma: Fix return code from rpcrdma_xprt_connect()Chuck Lever
2020-07-13xprtrdma: Fix recursion into rpcrdma_xprt_disconnect()Chuck Lever
2020-07-13xprtrdma: Fix double-free in rpcrdma_ep_create()Chuck Lever
2020-07-02Merge tag 'nfsd-5.8-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-06-29SUNRPC: Add missing definition of ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGEChristophe Leroy
2020-06-26SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()Chuck Lever
2020-06-26sunrpc: fixed rollback in rpc_gssd_dummy_populate()Vasily Averin
2020-06-22xprtrdma: Fix handling of RDMA_ERROR repliesChuck Lever
2020-06-22xprtrdma: Clean up disconnectChuck Lever
2020-06-22xprtrdma: Clean up synopsis of rpcrdma_flush_disconnect()Chuck Lever
2020-06-22xprtrdma: Use re_connect_status safely in rpcrdma_xprt_connect()Chuck Lever
2020-06-22xprtrdma: Prevent dereferencing r_xprt->rx_ep after it is freedChuck Lever
2020-06-11Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-06-11xprtrdma: Make xprt_rdma_slot_table_entries staticZou Wei
2020-06-11sunrpc: add missing newline when printing parameter 'auth_hashtable_size' by ...Xiongfeng Wang
2020-06-11SUNRPC: Set SOFTCONN when destroying GSS contextsChuck Lever
2020-06-11SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFTChuck Lever
2020-06-11SUNRPC: rpc_call_null_helper() already sets RPC_TASK_NULLCREDSChuck Lever
2020-06-11SUNRPC: trace RPC client lifetime eventsChuck Lever
2020-06-11SUNRPC: Trace transport lifetime eventsChuck Lever
2020-06-11SUNRPC: Split the xdr_buf event classChuck Lever
2020-06-11SUNRPC: Add tracepoint to rpc_call_rpcerror()Chuck Lever
2020-06-11SUNRPC: Trace GSS context lifetimesChuck Lever
2020-06-11SUNRPC: receive buffer size estimation values almost never changeChuck Lever
2020-06-11Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-06-08sunrpc: use kmemdup_nul() in gssp_stringify()Chen Zhou
2020-05-28SUNRPC: Remove unreachable error condition in rpcb_getport_async()Xiyu Yang
2020-05-28sunrpc: clean up properly in gss_mech_unregister()NeilBrown
2020-05-28sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown
2020-05-28sunrpc: check that domain table is empty at module unload.NeilBrown
2020-05-28ipv6: add ip6_sock_set_recvpktinfoChristoph Hellwig
2020-05-28ipv6: add ip6_sock_set_addr_preferencesChristoph Hellwig
2020-05-28ipv6: add ip6_sock_set_v6onlyChristoph Hellwig
2020-05-28ipv4: add ip_sock_set_pktinfoChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_keepcntChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_keepintvlChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_keepidleChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_user_timeoutChristoph Hellwig
2020-05-28net: add sock_set_reuseportChristoph Hellwig
2020-05-28net: add sock_set_keepaliveChristoph Hellwig
2020-05-28net: add sock_no_lingerChristoph Hellwig
2020-05-27net: sunrpc: Fix off-by-one issues in 'rpc_ntop6'Fedor Tokarev