summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2023-06-21kernel.h: split out kstrtox() and simple_strtox() to a separate headerAndy Shevchenko1-0/+1
2023-05-17SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo1-2/+1
2023-01-14SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto1-0/+5
2022-05-18SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust1-0/+1
2022-04-08NFSD: prevent integer overflow on 32 bit systemsDan Carpenter1-0/+2
2021-09-18SUNRPC query transport's source portOlga Kornievskaia1-0/+1
2021-09-18SUNRPC: Fix potential memory corruptionTrond Myklebust1-0/+1
2021-06-03SUNRPC: More fixes for backlog congestionTrond Myklebust1-0/+2
2021-02-13SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski1-2/+1
2020-12-30SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust1-0/+1
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+2
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-3/+7
2020-10-07SUNRPC: Add an xdr_align_data() functionAnna Schumaker1-0/+1
2020-10-07SUNRPC: Add the ability to expand holes in data pagesAnna Schumaker1-0/+1
2020-10-07SUNRPC: Implement a xdr_page_pos() functionAnna Schumaker1-0/+1
2020-09-26SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker1-0/+2
2020-09-21Replace HTTP links with HTTPS ones: NFS, SUNRPC, and LOCKD clientsAlexander A. Klimov2-2/+2
2020-09-21sunrpc: fix duplicated word in <linux/sunrpc/cache.h>Randy Dunlap1-1/+2
2020-09-11SUNRPC: remove RC4-HMAC-MD5 support from KerberosVArd Biesheuvel2-17/+3
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2020-08-05SUNRPC dont update timeout value on connection resetOlga Kornievskaia1-0/+1
2020-07-14svcrdma: Record send_ctxt completion ID in trace_svcrdma_post_send()Chuck Lever1-1/+2
2020-07-14svcrdma: Introduce Send completion IDsChuck Lever1-0/+2
2020-07-14svcrdma: Introduce Receive completion IDsChuck Lever1-0/+4
2020-07-14svcrdma: Introduce infrastructure to support completion IDsChuck Lever1-0/+24
2020-07-14svcrdma: Add common XDR encoders for RDMA and Read segmentsChuck Lever1-0/+37
2020-07-14svcrdma: Add common XDR decoders for RDMA and Read segmentsChuck Lever1-0/+37
2020-07-14SUNRPC: Add helpers for decoding list discriminators symbolicallyChuck Lever1-0/+26
2020-07-14svcrdma: Remove declarations for functions long removedChuck Lever1-4/+0
2020-07-14svcrdma: Make svc_rdma_send_error_msg() a global functionChuck Lever1-0/+4
2020-06-11Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-2/+3
2020-06-11SUNRPC: receive buffer size estimation values almost never changeChuck Lever1-2/+3
2020-05-29sunrpc: clean up properly in gss_mech_unregister()NeilBrown2-1/+3
2020-05-21Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields7-10/+19
2020-05-21SUNRPC: Refactor svc_recvfrom()Chuck Lever1-0/+1
2020-05-18SUNRPC: Rename svc_sock::sk_reclenChuck Lever1-3/+3
2020-05-18svcrdma: Remove the SVCRDMA_DEBUG macroChuck Lever1-1/+0
2020-05-18svcrdma: Fix backchannel return codeChuck Lever1-3/+2
2020-05-18SUNRPC: Move xpt_mutex into socket xpo_sendto methodsChuck Lever1-0/+6
2020-05-11Merge tag 'nfsd-5.7-rc-2' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds3-3/+7
2020-05-09nfsd: clients don't need to break their own delegationsJ. Bruce Fields1-0/+1
2020-05-02Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+12
2020-04-28NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSIONOlga Kornievskaia1-0/+5
2020-04-28SUNRPC: defer slow parts of rpc_free_client() to a workqueue.NeilBrown1-1/+7
2020-04-27SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever1-0/+1
2020-04-27SUNRPC: Fix GSS privacy computation of auth->au_ralignChuck Lever1-0/+1
2020-04-27SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever2-3/+5
2020-04-17svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever1-0/+1
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-1/+1
2020-03-27SUNRPC/cache: don't allow invalid entries to be flushedJ. Bruce Fields1-2/+5