Age | Commit message (Expand) | Author | Files | Lines |
2020-06-11 | Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 10 | -79/+80 |
2020-06-11 | xprtrdma: Make xprt_rdma_slot_table_entries static | Zou Wei | 1 | -1/+1 |
2020-06-11 | sunrpc: add missing newline when printing parameter 'auth_hashtable_size' by ... | Xiongfeng Wang | 1 | -1/+1 |
2020-06-11 | SUNRPC: Set SOFTCONN when destroying GSS contexts | Chuck Lever | 1 | -5/+4 |
2020-06-11 | SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFT | Chuck Lever | 2 | -5/+4 |
2020-06-11 | SUNRPC: rpc_call_null_helper() already sets RPC_TASK_NULLCREDS | Chuck Lever | 1 | -2/+2 |
2020-06-11 | SUNRPC: trace RPC client lifetime events | Chuck Lever | 1 | -24/+15 |
2020-06-11 | SUNRPC: Trace transport lifetime events | Chuck Lever | 3 | -19/+11 |
2020-06-11 | SUNRPC: Split the xdr_buf event class | Chuck Lever | 3 | -5/+5 |
2020-06-11 | SUNRPC: Add tracepoint to rpc_call_rpcerror() | Chuck Lever | 1 | -0/+1 |
2020-06-11 | SUNRPC: Trace GSS context lifetimes | Chuck Lever | 2 | -4/+7 |
2020-06-11 | SUNRPC: receive buffer size estimation values almost never change | Chuck Lever | 2 | -16/+32 |
2020-06-11 | Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 17 | -461/+407 |
2020-06-08 | sunrpc: use kmemdup_nul() in gssp_stringify() | Chen Zhou | 1 | -1/+1 |
2020-05-29 | SUNRPC: Remove unreachable error condition in rpcb_getport_async() | Xiyu Yang | 1 | -6/+0 |
2020-05-29 | sunrpc: clean up properly in gss_mech_unregister() | NeilBrown | 2 | -9/+15 |
2020-05-29 | sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations. | NeilBrown | 1 | -2/+4 |
2020-05-29 | sunrpc: check that domain table is empty at module unload. | NeilBrown | 3 | -0/+28 |
2020-05-28 | ipv6: add ip6_sock_set_recvpktinfo | Christoph Hellwig | 1 | -8/+2 |
2020-05-28 | ipv6: add ip6_sock_set_addr_preferences | Christoph Hellwig | 1 | -3/+4 |
2020-05-28 | ipv6: add ip6_sock_set_v6only | Christoph Hellwig | 1 | -5/+1 |
2020-05-28 | ipv4: add ip_sock_set_pktinfo | Christoph Hellwig | 1 | -3/+2 |
2020-05-28 | tcp: add tcp_sock_set_keepcnt | Christoph Hellwig | 1 | -2/+1 |
2020-05-28 | tcp: add tcp_sock_set_keepintvl | Christoph Hellwig | 1 | -2/+1 |
2020-05-28 | tcp: add tcp_sock_set_keepidle | Christoph Hellwig | 1 | -2/+1 |
2020-05-28 | tcp: add tcp_sock_set_user_timeout | Christoph Hellwig | 1 | -2/+1 |
2020-05-28 | net: add sock_set_reuseport | Christoph Hellwig | 1 | -16/+1 |
2020-05-28 | net: add sock_set_keepalive | Christoph Hellwig | 1 | -3/+1 |
2020-05-28 | net: add sock_no_linger | Christoph Hellwig | 1 | -10/+2 |
2020-05-27 | net: sunrpc: Fix off-by-one issues in 'rpc_ntop6' | Fedor Tokarev | 1 | -2/+2 |
2020-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+7 |
2020-05-21 | Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco... | J. Bruce Fields | 16 | -469/+448 |
2020-05-21 | SUNRPC: Clean up request deferral tracepoints | Chuck Lever | 1 | -6/+6 |
2020-05-21 | SUNRPC: Restructure svc_udp_recvfrom() | Chuck Lever | 1 | -25/+35 |
2020-05-21 | SUNRPC: Refactor svc_recvfrom() | Chuck Lever | 1 | -41/+68 |
2020-05-20 | SUNRPC: Clean up svc_release_skb() functions | Chuck Lever | 1 | -8/+15 |
2020-05-20 | SUNRPC: Refactor recvfrom path dealing with incomplete TCP receives | Chuck Lever | 1 | -20/+19 |
2020-05-20 | SUNRPC: Replace dprintk() call sites in TCP receive path | Chuck Lever | 1 | -14/+2 |
2020-05-18 | SUNRPC: Restructure svc_tcp_recv_record() | Chuck Lever | 1 | -26/+25 |
2020-05-18 | SUNRPC: Rename svc_sock::sk_reclen | Chuck Lever | 1 | -3/+3 |
2020-05-18 | SUNRPC: Trace server-side rpcbind registration events | Chuck Lever | 1 | -15/+4 |
2020-05-18 | SUNRPC: Replace dprintk call sites in TCP state change callouts | Chuck Lever | 1 | -29/+6 |
2020-05-18 | SUNRPC: Add more svcsock tracepoints | Chuck Lever | 1 | -20/+10 |
2020-05-18 | SUNRPC: Remove "#include <trace/events/skb.h>" | Chuck Lever | 1 | -1/+0 |
2020-05-18 | SUNRPC: Trace a few more generic svc_xprt events | Chuck Lever | 3 | -46/+9 |
2020-05-18 | SUNRPC: Tracepoint to record errors in svc_xpo_create() | Chuck Lever | 1 | -1/+6 |
2020-05-18 | svcrdma: Add tracepoints to report ->xpo_accept failures | Chuck Lever | 1 | -16/+11 |
2020-05-18 | svcrdma: Displayed remote IP address should match stored address | Chuck Lever | 1 | -1/+6 |
2020-05-18 | svcrdma: Rename tracepoints that record header decoding errors | Chuck Lever | 1 | -5/+5 |
2020-05-18 | svcrdma: Remove backchannel dprintk call sites | Chuck Lever | 1 | -43/+5 |