aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2010-05-14SUNRPC: Don't spam gssd with upcall requests when the kerberos key expiredGravatar Trond Myklebust 2-0/+2
2010-05-14SUNRPC: Reorder the struct rpc_task fieldsGravatar Trond Myklebust 1-6/+6
2010-05-14SUNRPC: Remove the 'tk_magic' debugging fieldGravatar Trond Myklebust 1-3/+0
2010-05-14SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstGravatar Trond Myklebust 2-5/+5
2010-05-14NFS: Don't use GFP_KERNEL in rpcsec_gss downcallsGravatar Trond Myklebust 2-3/+6
2010-05-14SUNRPC: Replace jiffies-based metrics with ktime-based metricsGravatar Chuck Lever 3-6/+9
2010-05-14SUNRPC: RPC metrics and RTT estimator should use same RTT valueGravatar Chuck Lever 1-1/+0
2010-05-14SUNRPC: Trivial cleanups in include/linux/sunrpc/xdr.hGravatar Chuck Lever 1-3/+5
2010-05-14SUNRPC: Fail over more quickly on connect errorsGravatar Trond Myklebust 1-2/+1
2010-05-14gss_krb5: Add support for rc4-hmac encryptionGravatar Kevin Coffman 1-0/+9
2010-05-14gss_krb5: Use confounder length in wrap codeGravatar Kevin Coffman 1-0/+3
2010-05-14gssd_krb5: More arcfour-hmac supportGravatar Kevin Coffman 1-2/+3
2010-05-14gss_krb5: Save the raw session key in the contextGravatar Kevin Coffman 1-0/+1
2010-05-14gssd_krb5: arcfour-hmac supportGravatar Kevin Coffman 1-2/+2
2010-05-14gss_krb5: add remaining pieces to enable AES encryption supportGravatar Kevin Coffman 1-0/+20
2010-05-14gss_krb5: add support for new token formats in rfc4121Gravatar Kevin Coffman 1-0/+28
2010-05-14gss_krb5: add support for triple-des encryptionGravatar Kevin Coffman 1-0/+5
2010-05-14gss_krb5: Add upcall info indicating supported kerberos enctypesGravatar Trond Myklebust 1-0/+2
2010-05-14gss_krb5: handle new context format from gssdGravatar Kevin Coffman 1-2/+21
2010-05-14gss_krb5: import functionality to derive keys into the kernelGravatar Kevin Coffman 1-0/+31
2010-05-14gss_krb5: add ability to have a keyed checksum (hmac)Gravatar Kevin Coffman 1-3/+8
2010-05-14gss_krb5: introduce encryption type frameworkGravatar Kevin Coffman 1-1/+24
2010-05-14gss_krb5: split up functions in preparation of adding new enctypesGravatar Kevin Coffman 1-0/+1
2010-05-14gss_krb5: Introduce encryption type frameworkGravatar Kevin Coffman 1-0/+25
2010-03-22SUNRPC: Fix a use after free bug with the NFSv4.1 backchannelGravatar Trond Myklebust 1-1/+4
2010-02-10nfs41 do not allocate unused back channel pagesGravatar Andy Adamson 1-0/+15
2009-12-16Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Gravatar Linus Torvalds 1-1/+13
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 3-10/+2
2009-12-15nfsd: remove unused field rq_reffhGravatar J. Bruce Fields 1-4/+0
2009-12-15rpc: add a new priority in RPC taskGravatar Alexandros Batsakis 1-1/+12
2009-12-15rpc: add rpc_queue_empty functionGravatar Alexandros Batsakis 1-0/+1
2009-12-14sunrpc: Clean never used include filesGravatar Boaz Harrosh 2-3/+2
2009-12-03SUNRPC: Allow RPCs to fail quickly if the server is unreachableGravatar Chuck Lever 1-0/+2
2009-11-23Revert "knfsd: avoid overloading the CPU scheduler with enormous load averages"Gravatar J. Bruce Fields 1-3/+0
2009-09-23sunrpc: xdr_xcode_hyper helpers cannot presume 64-bit alignmentGravatar Benny Halevy 1-2/+3
2009-09-15SUNRPC: Defer the auth_gss upcall when the RPC call is asynchronousGravatar Trond Myklebust 1-2/+2
2009-09-13nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannelGravatar Alexandros Batsakis 4-16/+19
2009-09-11nfsd41: sunrpc: Added rpc server-side backchannel handlingGravatar Rahul Iyer 3-0/+3
2009-08-21nfsd: populate sin6_scope_id on callback address with scopeid from rq_addr on...Gravatar Jeff Layton 1-0/+15
2009-08-21sunrpc: add common routine for copying address portion of a sockaddrGravatar Jeff Layton 1-0/+50
2009-08-21sunrpc: add routine for comparing addressesGravatar Jeff Layton 1-0/+48
2009-08-21Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs...Gravatar J. Bruce Fields 6-23/+110
2009-08-20nfs: fix compile error in rpc_pipefs.hGravatar J. Bruce Fields 1-0/+2
2009-08-19Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32Gravatar Trond Myklebust 1-6/+4
2009-08-14sunrpc: ntoh -> be*_to_cpuGravatar Benny Halevy 1-3/+2
2009-08-14sunrpc: hton -> cpu_to_be*Gravatar Benny Halevy 1-3/+2
2009-08-10Merge branch 'sunrpc_cache-for-2.6.32' into nfs-for-2.6.32Gravatar Trond Myklebust 3-13/+50
2009-08-09SUNRPC: Add an rpc_pipefs front end for the sunrpc cache codeGravatar Trond Myklebust 2-0/+21
2009-08-09SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache codeGravatar Trond Myklebust 1-2/+9
2009-08-09SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsGravatar Trond Myklebust 1-3/+10