| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-04 | net: Convert proto_ops connect() callbacks to use sockaddr_unsized | Kees Cook | 1 | -2/+3 |
| 2025-11-04 | net: Convert proto_ops bind() callbacks to use sockaddr_unsized | Kees Cook | 1 | -2/+2 |
| 2025-09-06 | SUNRPC: call xs_sock_process_cmsg for all cmsg | Justin Worrell | 1 | -3/+3 |
| 2025-08-03 | sunrpc: fix client side handling of tls alerts | Olga Kornievskaia | 1 | -10/+30 |
| 2025-05-28 | SUNRPC: Remove dead code from xs_tcp_tls_setup_socket() | Chuck Lever | 1 | -11/+0 |
| 2025-05-28 | SUNRPC: Prevent hang on NFS mount with xprtsec=[m]tls | Chuck Lever | 1 | -0/+5 |
| 2025-02-27 | Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -6/+2 |
| 2025-02-21 | net: better track kernel sockets lifetime | Eric Dumazet | 1 | -6/+2 |
| 2025-02-19 | SUNRPC: Handle -ETIMEDOUT return from tlshd | Benjamin Coddington | 1 | -1/+9 |
| 2024-11-28 | sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket | Liu Jian | 1 | -0/+7 |
| 2024-11-28 | SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUT | Benjamin Coddington | 1 | -5/+4 |
| 2024-11-28 | sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport | Liu Jian | 1 | -0/+1 |
| 2024-11-08 | SUNRPC: Fix a hang in TLS sock_close if sk_write_pending | Benjamin Coddington | 1 | -0/+1 |
| 2024-11-04 | sunrpc: handle -ENOTCONN in xs_tcp_setup_socket() | NeilBrown | 1 | -0/+1 |
| 2024-07-11 | net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket | Daniel Borkmann | 1 | -0/+7 |
| 2024-05-03 | net: sunrpc: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 1 | -1/+0 |
| 2024-04-29 | Merge tag 'nfs-for-6.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -0/+1 |
| 2024-04-04 | SUNRPC: add a missing rpc_stat for TCP TLS | Olga Kornievskaia | 1 | -0/+1 |
| 2024-03-16 | Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -1/+22 |
| 2024-03-01 | SUNRPC: Remove stale comments | Chuck Lever | 1 | -9/+0 |
| 2024-02-28 | SUNRPC: Add a transport callback to handle dequeuing of an RPC request | Trond Myklebust | 1 | -0/+13 |
| 2024-02-28 | SUNRPC: Don't retry using the same source port if connection failed | Trond Myklebust | 1 | -1/+9 |
| 2023-10-22 | SUNRPC: Force close the socket when a hard error is reported | Trond Myklebust | 1 | -9/+5 |
| 2023-09-27 | SUNRPC/TLS: Lock the lower_xprt during the tls handshake | Anna Schumaker | 1 | -0/+6 |
| 2023-08-31 | Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -15/+40 |
| 2023-08-24 | SUNRPC: Allow specification of TCP client connect timeout at setup | Trond Myklebust | 1 | -2/+5 |
| 2023-08-24 | SUNRPC: Refactor and simplify connect timeout | Trond Myklebust | 1 | -13/+21 |
| 2023-08-24 | SUNRPC: Set the TCP_SYNCNT to match the socket timeout | Trond Myklebust | 1 | -0/+14 |
| 2023-07-28 | SUNRPC: Use new helpers to handle TLS Alerts | Chuck Lever | 1 | -19/+23 |
| 2023-07-28 | SUNRPC: Send TLS Closure alerts before closing a TCP socket | Chuck Lever | 1 | -0/+2 |
| 2023-07-28 | net/tls: Move TLS protocol elements to a separate header | Chuck Lever | 1 | -0/+1 |
| 2023-06-19 | SUNRPC: Add a TCP-with-TLS RPC transport class | Chuck Lever | 1 | -0/+370 |
| 2023-06-19 | SUNRPC: Capture CMSG metadata on client-side receive | Chuck Lever | 1 | -2/+47 |
| 2023-06-19 | SUNRPC: Ignore data_ready callbacks during TLS handshakes | Chuck Lever | 1 | -0/+6 |
| 2023-06-19 | SUNRPC: support abstract unix socket addresses | NeilBrown | 1 | -2/+7 |
| 2023-04-11 | sunrpc: simplify one-level sysctl registration for xs_tunables_table | Luis Chamberlain | 1 | -11/+2 |
| 2023-03-23 | SUNRPC: fix shutdown of NFS TCP client socket | Siddharth Kawar | 1 | -0/+1 |
| 2023-01-23 | net/sock: Introduce trace_sk_data_ready() | Peilin Ye | 1 | -0/+3 |
| 2022-12-19 | Treewide: Stop corrupting socket's task_frag | Benjamin Coddington | 1 | -0/+3 |
| 2022-12-12 | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -3/+3 |
| 2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -3/+3 |
| 2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-10-16 | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
| 2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-10-06 | SUNRPC: Fix races with rpc_killall_tasks() | Trond Myklebust | 1 | -2/+1 |
| 2022-10-03 | SUNRPC: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
| 2022-07-27 | SUNRPC: Don't reuse bvec on retransmission of the request | Trond Myklebust | 1 | -10/+2 |
| 2022-07-23 | SUNRPC: Replace dprintk() call site in xs_data_ready | Chuck Lever | 1 | -2/+4 |
| 2022-05-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+31 |
| 2022-04-29 | Revert "SUNRPC: attempt AF_LOCAL connect on setup" | Trond Myklebust | 1 | -3/+0 |
| 2022-04-29 | SUNRPC: Ensure timely close of disconnected AF_LOCAL sockets | Trond Myklebust | 1 | -0/+21 |
| 2022-04-28 | SUNRPC: Don't leak sockets in xs_local_connect() | Trond Myklebust | 1 | -1/+10 |
| 2022-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -6/+27 |
| 2022-04-12 | net: remove noblock parameter from recvmsg() entities | Oliver Hartkopp | 1 | -1/+1 |
| 2022-04-07 | SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg() | Trond Myklebust | 1 | -2/+13 |
| 2022-04-07 | SUNRPC: Ensure we flush any closed sockets before xs_xprt_free() | Trond Myklebust | 1 | -3/+13 |
| 2022-03-29 | SUNRPC: handle malloc failure in ->request_prepare | NeilBrown | 1 | -2/+2 |
| 2022-03-25 | SUNRPC: Do not dereference non-socket transports in sysfs | Trond Myklebust | 1 | -2/+24 |
| 2022-03-22 | SUNRPC: Make the rpciod and xprtiod slab allocation modes consistent | Trond Myklebust | 1 | -5/+6 |
| 2022-03-22 | SUNRPC: Improve accuracy of socket ENOBUFS determination | Trond Myklebust | 1 | -35/+18 |
| 2022-03-22 | SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACE | Trond Myklebust | 1 | -18/+4 |
| 2022-03-22 | SUNRPC: Fix socket waits for write buffer space | Trond Myklebust | 1 | -15/+39 |
| 2022-03-22 | SUNRPC: Only save the TCP source port after the connection is complete | Trond Myklebust | 1 | -2/+3 |
| 2022-03-22 | SUNRPC: Don't call connect() more than once on a TCP socket | Trond Myklebust | 1 | -10/+12 |
| 2022-03-13 | SUNRPC: change locking for xs_swap_enable/disable | NeilBrown | 1 | -15/+11 |
| 2022-03-13 | SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC | NeilBrown | 1 | -0/+8 |
| 2022-02-08 | SUNRPC: lock against ->sock changing during sysfs read | NeilBrown | 1 | -1/+6 |
| 2022-01-06 | SUNRPC: clean up some inconsistent indenting | Jiapeng Chong | 1 | -1/+1 |
| 2021-11-22 | SUNRPC: use different lock keys for INET6 and LOCAL | NeilBrown | 1 | -5/+5 |
| 2021-11-04 | SUNRPC: Prevent immediate close+reconnect | Trond Myklebust | 1 | -1/+1 |
| 2021-11-04 | SUNRPC: Fix races when closing the socket | Trond Myklebust | 1 | -0/+1 |
| 2021-11-01 | SUNRPC: Clean up xs_tcp_setup_sock() | Trond Myklebust | 1 | -40/+28 |
| 2021-11-01 | SUNRPC: Replace use of socket sk_callback_lock with sock_lock | Trond Myklebust | 1 | -27/+11 |
| 2021-09-04 | Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -4/+11 |
| 2021-08-27 | SUNRPC: Tweak TCP socket shutdown in the RPC client | Trond Myklebust | 1 | -3/+6 |
| 2021-08-27 | SUNRPC: Simplify socket shutdown when not reusing TCP ports | Trond Myklebust | 1 | -0/+4 |
| 2021-08-16 | params: lift param_set_uint_minmax to common code | Sagi Grimberg | 1 | -18/+0 |
| 2021-08-09 | sunrpc: Fix return value of get_srcport() | Anna Schumaker | 1 | -1/+1 |
| 2021-07-08 | Merge part 2 of branch 'sysfs-devel' | Trond Myklebust | 1 | -0/+7 |
| 2021-07-08 | Merge branch 'sysfs-devel' | Trond Myklebust | 1 | -0/+9 |
| 2021-07-08 | SUNRPC query transport's source port | Olga Kornievskaia | 1 | -0/+7 |
| 2021-07-08 | sunrpc: keep track of the xprt_class in rpc_xprt structure | Olga Kornievskaia | 1 | -0/+9 |
| 2021-06-21 | SUNRPC: prevent port reuse on transports which don't request it. | NeilBrown | 1 | -1/+2 |
| 2021-05-20 | SUNRPC: Fix Oops in xs_tcp_send_request() when transport is disconnected | Trond Myklebust | 1 | -0/+2 |
| 2021-04-05 | SUNRPC: Ensure the transport backchannel association | Benjamin Coddington | 1 | -0/+4 |
| 2021-04-05 | SUNRPC: Set TCP_CORK until the transmit queue is empty | Trond Myklebust | 1 | -1/+4 |
| 2021-02-01 | SUNRPC: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
| 2021-02-01 | net: sunrpc: xprtsock.c: Corrected few spellings ,in comments | Bhaskar Chowdhury | 1 | -5/+5 |
| 2021-02-01 | SUNRPC: correct error code comment in xs_tcp_setup_socket() | Calum Mackay | 1 | -4/+2 |
| 2020-12-14 | sunrpc: fix xs_read_xdr_buf for partial pages receive | Dan Aloni | 1 | -1/+2 |
| 2020-12-02 | SUNRPC: xprt_load_transport() needs to support the netid "rdma6" | Trond Myklebust | 1 | -0/+4 |
| 2020-09-21 | SUNRPC: Replace dprintk() call site in xs_nospace() | Chuck Lever | 1 | -4/+1 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -4/+4 |
| 2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -5/+5 |
| 2020-06-11 | Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -2/+10 |
| 2020-05-28 | ipv6: add ip6_sock_set_addr_preferences | Christoph Hellwig | 1 | -3/+4 |
| 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-18 | SUNRPC: Move xpt_mutex into socket xpo_sendto methods | Chuck Lever | 1 | -2/+10 |
| 2020-04-17 | SUNRPC: Fix backchannel RPC soft lockups | Chuck Lever | 1 | -0/+1 |
| 2020-04-07 | Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -1/+1 |
| 2020-03-16 | SUNRPC: Teach server to use xprt_sock_sendmsg for socket sends | Chuck Lever | 1 | -30/+9 |
| 2020-03-16 | SUNRPC: Refactor xs_sendpages() | Chuck Lever | 1 | -129/+20 |
| 2020-03-16 | SUNRPC: remove redundant assignments to variable status | Colin Ian King | 1 | -1/+1 |
| 2019-12-07 | Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+2 |
| 2019-11-21 | SUNRPC: Fix backchannel latency metrics | Chuck Lever | 1 | -1/+2 |
| 2019-11-03 | NFSv4.1: Don't rebind to the same source port when reconnecting to the server | Trond Myklebust | 1 | -1/+1 |
| 2019-10-10 | SUNRPC: fix race to sk_err after xs_error_report | Benjamin Coddington | 1 | -9/+8 |
| 2019-09-17 | SUNRPC: Don't receive TCP data into a request buffer that has been reset | Trond Myklebust | 1 | -1/+7 |
| 2019-07-18 | SUNRPC: Ensure the bvecs are reset when we re-encode the RPC request | Trond Myklebust | 1 | -0/+1 |
| 2019-07-18 | SUNRPC: Fix up backchannel slot table accounting | Trond Myklebust | 1 | -0/+1 |
| 2019-07-12 | Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux... | Trond Myklebust | 1 | -21/+2 |
| 2019-07-09 | xprtrdma: Modernize ops->connect | Chuck Lever | 1 | -21/+2 |
| 2019-07-06 | SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lock | Trond Myklebust | 1 | -12/+11 |
| 2019-07-06 | SUNRPC: Replace direct task wakeups from softirq context | Trond Myklebust | 1 | -6/+72 |
| 2019-06-28 | SUNRPC: Fix up calculation of client message length | Trond Myklebust | 1 | -8/+8 |
| 2019-04-25 | SUNRPC: Add tracking of RPC level errors | Trond Myklebust | 1 | -0/+1 |
| 2019-04-25 | SUNRPC: Refactor xprt_request_wait_receive() | Trond Myklebust | 1 | -4/+4 |
| 2019-03-26 | SUNRPC: fix uninitialized variable warning | Alakesh Haloi | 1 | -2/+2 |
| 2019-03-15 | SUNRPC: Fix a client regression when handling oversized replies | Trond Myklebust | 1 | -1/+1 |
| 2019-03-02 | SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpc | Trond Myklebust | 1 | -2/+2 |
| 2019-02-26 | SUNRPC: Fix an Oops in udp_poll() | Trond Myklebust | 1 | -2/+19 |
| 2019-02-25 | Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux... | Trond Myklebust | 1 | -32/+67 |
| 2019-02-20 | SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages() | Trond Myklebust | 1 | -12/+4 |
| 2019-02-20 | SUNRPC: Further cleanups of xs_sendpages() | Trond Myklebust | 1 | -10/+1 |
| 2019-02-20 | SUNRPC: Convert socket page send code to use iov_iter() | Trond Myklebust | 1 | -36/+13 |
| 2019-02-20 | SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec() | Trond Myklebust | 1 | -15/+23 |
| 2019-02-20 | SUNRPC: Initiate a connection close on an ESHUTDOWN error in stream receive | Trond Myklebust | 1 | -1/+4 |
| 2019-02-20 | SUNRPC: Don't suppress socket errors when a message read completes | Trond Myklebust | 1 | -5/+2 |
| 2019-02-20 | SUNRPC: Handle zero length fragments correctly | Trond Myklebust | 1 | -14/+29 |
| 2019-02-20 | SUNRPC: Don't reset the stream record info when the receive worker is running | Trond Myklebust | 1 | -3/+9 |
| 2019-02-20 | SUNRPC: Ensure rq_bytes_sent is reset before request transmission | Trond Myklebust | 1 | -2/+0 |
| 2019-02-20 | SUNRPC: Use poll() to fix up the socket requeue races | Trond Myklebust | 1 | -2/+24 |
| 2019-02-20 | SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobs | Trond Myklebust | 1 | -3/+7 |
| 2019-02-13 | SUNRPC: Remove rpc_xprt::tsh_size | Chuck Lever | 1 | -31/+60 |
| 2019-01-08 | SUNRPC: Fix TCP receive code on archs with flush_dcache_page() | Trond Myklebust | 1 | -0/+22 |
| 2019-01-02 | Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -8/+2 |
| 2019-01-02 | Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -12/+0 |
| 2019-01-02 | SUNRPC: Fix some kernel doc complaints | Chuck Lever | 1 | -0/+2 |
| 2018-12-27 | sunrpc: remove unused bc_up operation from rpc_xprt_ops | Vasily Averin | 1 | -12/+0 |
| 2018-12-19 | SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUG | Ben Dooks | 1 | -8/+0 |
| 2018-12-18 | SUNRPC: Fix a race with XPRT_CONNECTING | Trond Myklebust | 1 | -2/+2 |
| 2018-12-18 | SUNRPC: Fix disconnection races | Trond Myklebust | 1 | -4/+2 |
| 2018-12-05 | SUNRPC: Don't force a redundant disconnection in xs_read_stream() | Trond Myklebust | 1 | -7/+1 |
| 2018-12-05 | SUNRPC: Fix up socket polling | Trond Myklebust | 1 | -2/+2 |
| 2018-12-05 | SUNRPC: Use the discard iterator rather than MSG_TRUNC | Trond Myklebust | 1 | -2/+3 |
| 2018-12-05 | SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request() | Trond Myklebust | 1 | -1/+2 |
| 2018-12-05 | SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flag | Trond Myklebust | 1 | -11/+11 |
| 2018-12-05 | SUNRPC: Fix RPC receive hangs | Trond Myklebust | 1 | -20/+19 |
| 2018-11-01 | missing bits of "iov_iter: Separate type from direction and use accessor func... | Al Viro | 1 | -2/+2 |
| 2018-10-18 | Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu... | Trond Myklebust | 1 | -2/+8 |
| 2018-10-18 | sunrpc: safely reallow resvport min/max inversion | J. Bruce Fields | 1 | -16/+18 |
| 2018-10-02 | sunrpc: Report connect_time in seconds | Chuck Lever | 1 | -2/+2 |
| 2018-10-02 | sunrpc: Fix connect metrics | Chuck Lever | 1 | -4/+6 |
| 2018-09-30 | SUNRPC: Clean up xs_udp_data_receive() | Trond Myklebust | 1 | -12/+5 |
| 2018-09-30 | SUNRPC: Allow AF_LOCAL sockets to use the generic stream receive | Trond Myklebust | 1 | -121/+16 |
| 2018-09-30 | SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive() | Trond Myklebust | 1 | -41/+30 |
| 2018-09-30 | SUNRPC: Simplify TCP receive code by switching to using iterators | Trond Myklebust | 1 | -364/+333 |
| 2018-09-30 | SUNRPC: Cleanup: remove the unused 'task' argument from the request_send() | Trond Myklebust | 1 | -7/+4 |
| 2018-09-30 | SUNRPC: Clean up transport write space handling | Trond Myklebust | 1 | -22/+11 |
| 2018-09-30 | SUNRPC: Turn off throttling of RPC slots for TCP sockets | Trond Myklebust | 1 | -1/+1 |
| 2018-09-30 | SUNRPC: Support for congestion control when queuing is enabled | Trond Myklebust | 1 | -0/+4 |
| 2018-09-30 | SUNRPC: Treat the task and request as separate in the xprt_ops->send_request() | Trond Myklebust | 1 | -14/+13 |
| 2018-09-30 | SUNRPC: Rename xprt->recv_lock to xprt->queue_lock | Trond Myklebust | 1 | -15/+15 |
| 2018-09-30 | SUNRPC: Simplify dealing with aborted partially transmitted messages | Trond Myklebust | 1 | -26/+25 |
| 2018-09-30 | SUNRPC: Add socket transmit queue offset tracking | Trond Myklebust | 1 | -18/+22 |
| 2018-09-30 | SUNRPC: Move reset of TCP state variables into the reconnect code | Trond Myklebust | 1 | -7/+6 |
| 2018-09-30 | SUNRPC: Rename TCP receive-specific state variables | Trond Myklebust | 1 | -89/+89 |
| 2018-07-31 | sunrpc: whitespace fixes | Stephen Hemminger | 1 | -1/+0 |
| 2018-05-07 | SUNRPC: Add a ->free_slot transport callout | Chuck Lever | 1 | -0/+4 |
| 2018-04-12 | Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -0/+4 |
| 2018-04-10 | SUNRPC: Make RTT measurement more precise (Send) | Chuck Lever | 1 | -0/+3 |
| 2018-04-10 | SUNRPC: Move xprt_update_rtt callsite | Chuck Lever | 1 | -0/+1 |
| 2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 1 | -2/+1 |
| 2018-02-09 | SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible context | Trond Myklebust | 1 | -2/+2 |
| 2018-02-05 | SUNRPC: Ensure we always close the socket after a connection shuts down | Trond Myklebust | 1 | -13/+10 |
| 2018-01-14 | SUNRPC: Add explicit rescheduling points in the receive path | Trond Myklebust | 1 | -2/+19 |
| 2018-01-14 | SUNRPC: Chunk reading of replies from the server | Trond Myklebust | 1 | -4/+11 |
| 2017-12-01 | Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -0/+2 |
| 2017-11-30 | SUNRPC: Handle ENETDOWN errors | Trond Myklebust | 1 | -0/+1 |
| 2017-11-29 | SUNRPC: Allow connect to return EHOSTUNREACH | Trond Myklebust | 1 | -0/+1 |
| 2017-11-17 | Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -0/+4 |
| 2017-11-17 | net: sunrpc: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+4 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-01 | sunrpc: remove redundant initialization of sock | Colin Ian King | 1 | -1/+1 |
| 2017-09-05 | Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu... | Trond Myklebust | 1 | -4/+4 |
| 2017-08-18 | SUNRPC: Add a separate spinlock to protect the RPC request receive list | Trond Myklebust | 1 | -14/+16 |
| 2017-08-16 | SUNRPC: Cleanup xs_tcp_read_common() | Trond Myklebust | 1 | -17/+8 |
| 2017-08-16 | SUNRPC: Don't loop forever in xs_tcp_data_receive() | Trond Myklebust | 1 | -6/+7 |
| 2017-08-16 | SUNRPC: Don't hold the transport lock when receiving backchannel data | Trond Myklebust | 1 | -4/+1 |
| 2017-08-16 | SUNRPC: Don't hold the transport lock across socket copy operations | Trond Myklebust | 1 | -5/+18 |
| 2017-08-01 | sunrpc: Const-ify all instances of struct rpc_xprt_ops | Chuck Lever | 1 | -4/+4 |
| 2017-07-21 | net/sunrpc/xprt_sock: fix regression in connection error reporting. | NeilBrown | 1 | -0/+2 |
| 2017-05-31 | SUNRPC: ensure correct error is reported by xs_tcp_setup_socket() | NeilBrown | 1 | -1/+6 |
| 2017-03-01 | Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -20/+74 |
| 2017-02-27 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 1 | -4/+4 |