aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
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 sysfsXiongfeng 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-28SUNRPC: Remove unreachable error condition in rpcb_getport_async()Xiyu Yang1-6/+0
2020-05-28sunrpc: clean up properly in gss_mech_unregister()NeilBrown2-9/+15
2020-05-28sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown1-2/+4
2020-05-28sunrpc: 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
2020-05-28net: add sock_no_lingerChristoph Hellwig1-10/+2
2020-05-27net: sunrpc: Fix off-by-one issues in 'rpc_ntop6'Fedor Tokarev1-2/+2
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+7
2020-05-21Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-incomingJ. Bruce Fields16-469/+448
2020-05-20SUNRPC: Clean up request deferral tracepointsChuck Lever1-6/+6
2020-05-20SUNRPC: Restructure svc_udp_recvfrom()Chuck Lever1-25/+35
2020-05-20SUNRPC: Refactor svc_recvfrom()Chuck Lever1-41/+68
2020-05-20SUNRPC: Clean up svc_release_skb() functionsChuck Lever1-8/+15
2020-05-20SUNRPC: Refactor recvfrom path dealing with incomplete TCP receivesChuck Lever1-20/+19
2020-05-20SUNRPC: Replace dprintk() call sites in TCP receive pathChuck Lever1-14/+2
2020-05-18SUNRPC: Restructure svc_tcp_recv_record()Chuck Lever1-26/+25
2020-05-18SUNRPC: Rename svc_sock::sk_reclenChuck Lever1-3/+3
2020-05-18SUNRPC: Trace server-side rpcbind registration eventsChuck Lever1-15/+4
2020-05-18SUNRPC: Replace dprintk call sites in TCP state change calloutsChuck Lever1-29/+6
2020-05-18SUNRPC: Add more svcsock tracepointsChuck Lever1-20/+10
2020-05-18SUNRPC: Remove "#include <trace/events/skb.h>"Chuck Lever1-1/+0
2020-05-18SUNRPC: Trace a few more generic svc_xprt eventsChuck Lever3-46/+9
2020-05-18SUNRPC: Tracepoint to record errors in svc_xpo_create()Chuck Lever1-1/+6
2020-05-18svcrdma: Add tracepoints to report ->xpo_accept failuresChuck Lever1-16/+11
2020-05-18svcrdma: Displayed remote IP address should match stored addressChuck Lever1-1/+6
2020-05-18svcrdma: Rename tracepoints that record header decoding errorsChuck Lever1-5/+5
2020-05-18svcrdma: Remove backchannel dprintk call sitesChuck Lever1-43/+5