kernel-ark/net/sunrpc/auth_gss
J. Bruce Fields d8558f99fb sunrpc: drop BKL around wrap and unwrap
We don't need the BKL when wrapping and unwrapping; and experiments by Avishay
Traeger have found that permitting multiple encryption and decryption
operations to proceed in parallel can provide significant performance
improvements.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Cc: Avishay Traeger <atraeger@cs.sunysb.edu>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2007-07-10 23:40:50 -04:00
..
auth_gss.c sunrpc: drop BKL around wrap and unwrap 2007-07-10 23:40:50 -04:00
gss_generic_token.c
gss_krb5_crypto.c
gss_krb5_mech.c SUNRPC: Mark auth and cred operation tables as constant. 2007-07-10 23:40:34 -04:00
gss_krb5_seal.c
gss_krb5_seqnum.c
gss_krb5_unseal.c
gss_krb5_wrap.c
gss_mech_switch.c
gss_spkm3_mech.c SUNRPC: Mark auth and cred operation tables as constant. 2007-07-10 23:40:34 -04:00
gss_spkm3_seal.c
gss_spkm3_token.c
gss_spkm3_unseal.c
Makefile
svcauth_gss.c