1. 08dd2e2 [SUNRPC]: Clean up duplicate includes in net/sunrpc/ by Jesper Juhl · 17 years ago
  2. a4deb81 SUNRPC: Don't call gss_delete_sec_context() from an rcu context by Trond Myklebust · 17 years ago
  3. cb27680 nfsd: fix possible oops on re-insertion of rpcsec_gss modules by J. Bruce Fields · 17 years ago
  4. be879c4 SUNRPC: move bkl locking and xdr proc invocation into a common helper by J. Bruce Fields · 17 years ago
  5. fb1416a [NET] SUNRPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  6. 4796f45 knfsd: nfsd4: secinfo handling without secinfo= option by J. Bruce Fields · 17 years ago
  7. ae4c40b knfsd: rpc: add gss krb5 and spkm3 oid values by Usha Ketineni · 17 years ago
  8. 3ab4d8b knfsd: nfsd: set rq_client to ip-address-determined-domain by J. Bruce Fields · 17 years ago
  9. c417058 knfsd: nfsd4: store pseudoflavor in request by Andy Adamson · 17 years ago
  10. 09561f4 authgss build fix by Andrew Morton · 17 years ago
  11. d8558f9 sunrpc: drop BKL around wrap and unwrap by J. Bruce Fields · 17 years ago
  12. 0df7fb7 SUNRPC: Ensure RPCSEC_GSS destroys the security context when freeing a cred by Trond Myklebust · 17 years ago
  13. 0285ed1 SUNRPC: Ensure that the struct gss_auth lifetime exceeds the credential's by Trond Myklebust · 17 years ago
  14. 1be27f3 SUNRPC: Remove the tk_auth macro... by Trond Myklebust · 17 years ago
  15. 5d28dc8 SUNRPC: Convert gss_ctx_lock to an RCU lock by Trond Myklebust · 17 years ago
  16. f5c2187 SUNRPC: Convert the credential garbage collector into a shrinker callback by Trond Myklebust · 17 years ago
  17. 31be5bf SUNRPC: Convert the credcache lookup code to use RCU by Trond Myklebust · 17 years ago
  18. fc432dd SUNRPC: Enforce atomic updates of rpc_cred->cr_flags by Trond Myklebust · 17 years ago
  19. 5fe4755 SUNRPC: Clean up rpc credential initialisation by Trond Myklebust · 17 years ago
  20. f1c0a86 SUNRPC: Mark auth and cred operation tables as constant. by Trond Myklebust · 17 years ago
  21. 07a2bf1 SUNRPC: Fix a memory leak in gss_create() by Trond Myklebust · 17 years ago
  22. 3ab9bb7 SUNRPC: Fix a memory leak in the auth credcache code by Trond Myklebust · 17 years ago
  23. 6e84c7b SUNRPC: Add a downcall queue to struct rpc_inode by Trond Myklebust · 17 years ago
  24. 3b68aae SUNRPC: Always match an upcall message in gss_pipe_downcall() by Trond Myklebust · 17 years ago
  25. b185f83 SUNRPC: Remove the gss_auth spinlock by Trond Myklebust · 17 years ago
  26. 4a8c134 SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_auth by Trond Myklebust · 17 years ago
  27. cf8208d sendfile: convert nfsd to splice_direct_to_actor() by Jens Axboe · 17 years ago
  28. c5e434c knfsd: rpcgss: RPC_GSS_PROC_ DESTROY request will get a bad rpc by Wei Yongjun · 17 years ago
  29. 54f9247 knfsd: fix resource leak resulting in module refcount leak for rpcsec_gss_krb5.ko by Frank Filz · 17 years ago
  30. 153e44d knfsd: rpc: fix server-side wrapping of krb5i replies by NeilBrown · 17 years ago
  31. 61322b3 spkm3: initialize hash by J. Bruce Fields - unquoted · 18 years ago
  32. b80e183 spkm3: remove bad kfree, unnecessary export by J. Bruce Fields - unquoted · 18 years ago
  33. f32824d spkm3: fix spkm3's use of hmac by J. Bruce Fields - unquoted · 18 years ago
  34. d9bc125c Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 17 years ago
  35. cca5172 [NET] SUNRPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  36. 8885cb3 SUNRPC: fix print format for tk_pid in auth_gss support by Chuck Lever · 18 years ago
  37. fadfc8e [PATCH] gss_spkm3: fix error handling in module init by Akinobu Mita · 18 years ago
  38. e0bb89e [PATCH] knfsd: nfsd: don't drop silently on upcall deferral by J.Bruce Fields · 18 years ago
  39. b797b5b [PATCH] knfsd: svcrpc: fix gss krb5i memory leak by J.Bruce Fields · 18 years ago
  40. 303b46b [PATCH] struct path: convert sunrpc by Josef Sipek · 18 years ago
  41. 94efa93 rpcgss: krb5: miscellaneous cleanup by J. Bruce Fields · 18 years ago
  42. 717757a rpcgss: krb5: ignore seed by J. Bruce Fields · 18 years ago
  43. d922a84 rpcgss: krb5: sanity check sealalg value in the downcall by J. Bruce Fields · 18 years ago
  44. 39a21dd rpcgss: krb5: clean up some goto's, etc. by J. Bruce Fields · 18 years ago
  45. ca54f89 rpcgss: simplify make_checksum by J. Bruce Fields · 18 years ago
  46. 2818bf8 rpcgss: krb5: kill checksum_type, miscellaneous small cleanup by J. Bruce Fields · 18 years ago
  47. 5eb064f rpcgss: krb5: expect a constant signalg value by J. Bruce Fields · 18 years ago
  48. e678e06 gss: krb5: remove signalg and sealalg by J. Bruce Fields · 18 years ago
  49. adeb813 rpc: spkm3 update by Olga Kornievskaia · 18 years ago
  50. 37a4e6c rpc: move process_xdr_buf by Olga Kornievskaia · 18 years ago
  51. 87d918d rpc: gss: fix a kmap_atomic race in krb5 code by J. Bruce Fields · 18 years ago
  52. 8fc7500 rpc: gss: eliminate print_hexl()'s by J. Bruce Fields · 18 years ago
  53. e69062b [SUNRPC]: Use k{mem,str}dup where applicable by Arnaldo Carvalho de Melo · 18 years ago
  54. cfbdbab [PATCH] net/sunrpc/auth_gss/svcauth_gss.c endianness regression by Al Viro · 18 years ago
  55. 5b304bc [PATCH] knfsd: svcrpc: gss: fix failure on SVC_DENIED in integrity case by J.Bruce Fields · 18 years ago
  56. 3c15a48 [PATCH] knfsd: svcrpc: gss: factor out some common wrapping code by J.Bruce Fields · 18 years ago
  57. 4452435 [PATCH] knfsd: Replace two page lists in struct svc_rqst with one by NeilBrown · 18 years ago
  58. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  59. 753ed90 [SUNRPC]: more sunrpc endianness annotations by Al Viro · 18 years ago
  60. d8ed029 [SUNRPC]: trivial endianness annotations by Alexey Dobriyan · 18 years ago
  61. 7699431 [SUNRPC]: svc_{get,put}nl() by Alexey Dobriyan · 18 years ago
  62. 158998b SUNRPC: Make rpc_mkpipe() take the parent dentry as an argument by Trond Myklebust · 18 years ago
  63. 3505868 [CRYPTO] users: Use crypto_hash interface instead of crypto_digest by Herbert Xu · 18 years ago
  64. 378c669 [SUNRPC] GSS: Use block ciphers where applicable by Herbert Xu · 18 years ago
  65. 8f8e7a5 SUNRPC: Fix dentry refcounting issues with users of rpc_pipefs by Trond Myklebust · 18 years ago
  66. 5d67476 SUNRPC: make rpc_unlink() take a dentry argument instead of a path by Trond Myklebust · 18 years ago
  67. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  68. 7c9fdcf [PATCH] knfsd: svcrpc: gss: server-side implementation of rpcsec_gss privacy by J. Bruce Fields · 18 years ago
  69. e142ede [PATCH] knfsd: svcrpc: Simplify nfsd rpcsec_gss integrity code by J. Bruce Fields · 18 years ago
  70. 1df0cad [PATCH] knfsd: svcrpc: gss: simplify rsc_parse() by J. Bruce Fields · 18 years ago
  71. 34af946 [PATCH] spin/rwlock init cleanups by Ingo Molnar · 18 years ago
  72. d6e05ed spelling fixes by Andreas Mohr · 18 years ago
  73. a5f9145 SUNRPC: Dead code in net/sunrpc/auth_gss/auth_gss.c by Eric Sesterhenn · 18 years ago
  74. d4a30e7 RPCSEC_GSS: fix leak in krb5 code caused by superfluous kmalloc by J. Bruce Fields · 18 years ago
  75. dfee55f [PATCH] knfsd: svcrpc: gss: don't call svc_take_page unnecessarily by NeilBrown · 18 years ago
  76. baab935 [PATCH] knfsd: Convert sunrpc_cache to use krefs by NeilBrown · 18 years ago
  77. 17f834b [PATCH] knfsd: Use new cache code for rsc cache by NeilBrown · 18 years ago
  78. d4d11ea [PATCH] knfsd: Use new sunrpc cache for rsi cache by NeilBrown · 18 years ago
  79. 7d317f2 [PATCH] knfsd: Get rid of 'inplace' sunrpc caches by NeilBrown · 18 years ago
  80. efc36aa [PATCH] knfsd: Change the store of auth_domains to not be a 'cache' by NeilBrown · 18 years ago
  81. 0e19c1e SUNRPC,RPCSEC_GSS: spkm3: import contexts using NID_cast5_cbc by J. Bruce Fields · 18 years ago
  82. eaa82ed SUNRPC,RPCSEC_GSS: fix krb5 sequence numbers. by J. Bruce Fields · 18 years ago
  83. 9e57b30 SUNRPC,RPCSEC_GSS: remove unnecessary kmalloc of a checksum by J. Bruce Fields · 18 years ago
  84. 12de3b3 SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentry by Trond Myklebust · 18 years ago
  85. fba3bad SUNRPC: Move upcall out of auth->au_ops->crcreate() by Trond Myklebust · 19 years ago
  86. 8a31776 SUNRPC: Fix a lock recursion in the auth_gss downcall by Trond Myklebust · 19 years ago
  87. 5fb8b49 [PATCH] svcrpc: gss: svc context creation error handling by J. Bruce Fields · 19 years ago
  88. 91a4762 [PATCH] svcrpc: gss: server context init failure handling by Kevin Coffman · 19 years ago
  89. 822f100 [PATCH] svcrpc: gss: handle the GSS_S_CONTINUE by Andy Adamson · 19 years ago
  90. 9e56904 SUNRPC: Make krb5 report unsupported encryption types by J. Bruce Fields · 19 years ago
  91. 42181d4 SUNRPC: Make spkm3 report unsupported encryption types by J. Bruce Fields · 19 years ago
  92. 9eed129 SUNRPC: Update the spkm3 code to use the make_checksum interface by J. Bruce Fields · 19 years ago
  93. 48e4918 SUNRPC: Fix "EPIPE" error on mount of rpcsec_gss-protected partitions by Trond Myklebust · 19 years ago
  94. a51482b [NET]: kfree cleanup by Jesper Juhl · 19 years ago
  95. 6df5b9f [CRYPTO] Simplify one-member scatterlist expressions by Herbert Xu · 19 years ago
  96. 378f058 [PATCH] Use sg_set_buf/sg_init_one where applicable by David Hardeman · 19 years ago
  97. a0857d0 RPCSEC_GSS: krb5 cleanup by J. Bruce Fields · 19 years ago
  98. 00fd6e1 RPCSEC_GSS remove all qop parameters by J. Bruce Fields · 19 years ago
  99. 14ae162 RPCSEC_GSS: Add support for privacy to krb5 rpcsec_gss mechanism. by J. Bruce Fields · 19 years ago
  100. bfa9151 RPCSEC_GSS: krb5 pre-privacy cleanup by J. Bruce Fields · 19 years ago