1. 14b395e Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  2. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  3. d25a03c rpc: remove some unused macros by \\\"J. Bruce Fields\\\ · 16 years ago
  4. 720b8f2 rpc: eliminate unused variable in auth_gss upcall code by \\\"J. Bruce Fields\\\ · 16 years ago
  5. 0f38b87 SUNRPC: Use GFP_NOFS when allocating credentials by Trond Myklebust · 16 years ago
  6. b620754 svcrpc: fix handling of garbage args by J. Bruce Fields · 16 years ago
  7. 863a248 gss_krb5: Use random value to initialize confounder by Kevin Coffman · 16 years ago
  8. db8add5 gss_krb5: move gss_krb5_crypto into the krb5 module by Kevin Coffman · 16 years ago
  9. d00953a gss_krb5: create a define for token header size and clean up ptr location by Kevin Coffman · 16 years ago
  10. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  11. 563307b Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
  12. 233607d Merge branch 'devel' by Trond Myklebust · 16 years ago
  13. 4ab4b0b sunrpc: make token header values less confusing by Kevin Coffman · 16 years ago
  14. 5743d65 gss_krb5: consistently use unsigned for seqnum by Kevin Coffman · 16 years ago
  15. 30aef31 Remove define for KRB5_CKSUM_LENGTH, which will become enctype-dependent by Kevin Coffman · 16 years ago
  16. 3d4a688 Correct grammer/typos in dprintks by Kevin Coffman · 16 years ago
  17. dd35210 sunrpc: GSS integrity and decryption failures should return GARBAGE_ARGS by Harshula Jayasuriya · 16 years ago
  18. cd019f7 SUNRPC: Don't change the RPCSEC_GSS context on a credential that is in use by Trond Myklebust · 16 years ago
  19. 7b6962b SUNRPC: Fix a race in gss_refresh_upcall() by Trond Myklebust · 16 years ago
  20. 7c67db3 NFSv4: Reintroduce machine creds by Trond Myklebust · 16 years ago
  21. 78ea323 NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid() by Trond Myklebust · 16 years ago
  22. 080a1f1 SUNRPC: Don't attempt to destroy expired RPCSEC_GSS credentials.. by Trond Myklebust · 16 years ago
  23. 577f99c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  24. 2772442 [SUNRPC]: net/* NULL noise by Al Viro · 16 years ago
  25. 5c69104 SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_task by Trond Myklebust · 16 years ago
  26. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  27. f6a1cc8 SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues by Trond Myklebust · 16 years ago
  28. 5d00837 SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs by Trond Myklebust · 16 years ago
  29. cb5c7d6 svcrpc: ensure gss DESTROY tokens free contexts from cache by J. Bruce Fields · 17 years ago
  30. b39c18f sunrpc: gss: simplify rsi_parse logic by J. Bruce Fields · 17 years ago
  31. 980e5a4 nfsd: fix rsi_cache reference count leak by J. Bruce Fields · 17 years ago
  32. dbf847e knfsd: allow cache_register to return error on failure by J. Bruce Fields · 17 years ago
  33. df95a9d knfsd: cache unregistration needn't return error by J. Bruce Fields · 17 years ago
  34. 7df0899 SUNRPC: Fix use of copy_to_user() in gss_pipe_upcall() by Chuck Lever · 17 years ago
  35. 3392c34 NFS: add newline to kernel warning message in auth_gss code by James Morris · 17 years ago
  36. 014313a SUNRPC: Add missing "space" to net/sunrpc/auth_gss.c by Joe Perches · 17 years ago
  37. ef338be sunrpc: return error if unsupported enctype or cksumtype is encountered by Kevin Coffman · 17 years ago
  38. ffc40f5 sunrpc: gss_pipe_downcall(), don't assume all errors are transient by Kevin Coffman · 17 years ago
  39. c46f233 [SG] Get rid of __sg_mark_end() by Jens Axboe · 17 years ago
  40. 87ae9af cleanup asm/scatterlist.h includes by Adrian Bunk · 17 years ago
  41. 51c739d [NET]: Fix incorrect sg_mark_end() calls. by David S. Miller · 17 years ago
  42. 68e3f5d [CRYPTO] users: Fix up scatterlist conversion errors by Herbert Xu · 17 years ago
  43. 642f149 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
  44. fa05f12 Update net/ to use sg helpers by Jens Axboe · 17 years ago
  45. f4921af Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 17 years ago
  46. 21fcd02 svcgss: move init code into separate function by J. Bruce Fields · 17 years ago
  47. 67f97d8 SUNRPC: Use correct type in buffer length calculations by Chuck Lever · 17 years ago
  48. 08dd2e2 [SUNRPC]: Clean up duplicate includes in net/sunrpc/ by Jesper Juhl · 17 years ago
  49. a4deb81 SUNRPC: Don't call gss_delete_sec_context() from an rcu context by Trond Myklebust · 17 years ago
  50. cb27680 nfsd: fix possible oops on re-insertion of rpcsec_gss modules by J. Bruce Fields · 17 years ago
  51. be879c4 SUNRPC: move bkl locking and xdr proc invocation into a common helper by J. Bruce Fields · 17 years ago
  52. fb1416a [NET] SUNRPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  53. 4796f45 knfsd: nfsd4: secinfo handling without secinfo= option by J. Bruce Fields · 17 years ago
  54. ae4c40b knfsd: rpc: add gss krb5 and spkm3 oid values by Usha Ketineni · 17 years ago
  55. 3ab4d8b knfsd: nfsd: set rq_client to ip-address-determined-domain by J. Bruce Fields · 17 years ago
  56. c417058 knfsd: nfsd4: store pseudoflavor in request by Andy Adamson · 17 years ago
  57. 09561f4 authgss build fix by Andrew Morton · 17 years ago
  58. d8558f9 sunrpc: drop BKL around wrap and unwrap by J. Bruce Fields · 17 years ago
  59. 0df7fb7 SUNRPC: Ensure RPCSEC_GSS destroys the security context when freeing a cred by Trond Myklebust · 17 years ago
  60. 0285ed1 SUNRPC: Ensure that the struct gss_auth lifetime exceeds the credential's by Trond Myklebust · 17 years ago
  61. 1be27f3 SUNRPC: Remove the tk_auth macro... by Trond Myklebust · 17 years ago
  62. 5d28dc8 SUNRPC: Convert gss_ctx_lock to an RCU lock by Trond Myklebust · 17 years ago
  63. f5c2187 SUNRPC: Convert the credential garbage collector into a shrinker callback by Trond Myklebust · 17 years ago
  64. 31be5bf SUNRPC: Convert the credcache lookup code to use RCU by Trond Myklebust · 17 years ago
  65. fc432dd SUNRPC: Enforce atomic updates of rpc_cred->cr_flags by Trond Myklebust · 17 years ago
  66. 5fe4755 SUNRPC: Clean up rpc credential initialisation by Trond Myklebust · 17 years ago
  67. f1c0a86 SUNRPC: Mark auth and cred operation tables as constant. by Trond Myklebust · 17 years ago
  68. 07a2bf1 SUNRPC: Fix a memory leak in gss_create() by Trond Myklebust · 17 years ago
  69. 3ab9bb7 SUNRPC: Fix a memory leak in the auth credcache code by Trond Myklebust · 17 years ago
  70. 6e84c7b SUNRPC: Add a downcall queue to struct rpc_inode by Trond Myklebust · 17 years ago
  71. 3b68aae SUNRPC: Always match an upcall message in gss_pipe_downcall() by Trond Myklebust · 17 years ago
  72. b185f83 SUNRPC: Remove the gss_auth spinlock by Trond Myklebust · 17 years ago
  73. 4a8c134 SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_auth by Trond Myklebust · 17 years ago
  74. cf8208d sendfile: convert nfsd to splice_direct_to_actor() by Jens Axboe · 17 years ago
  75. c5e434c knfsd: rpcgss: RPC_GSS_PROC_ DESTROY request will get a bad rpc by Wei Yongjun · 17 years ago
  76. 54f9247 knfsd: fix resource leak resulting in module refcount leak for rpcsec_gss_krb5.ko by Frank Filz · 17 years ago
  77. 153e44d knfsd: rpc: fix server-side wrapping of krb5i replies by NeilBrown · 17 years ago
  78. 61322b3 spkm3: initialize hash by J. Bruce Fields - unquoted · 17 years ago
  79. b80e183 spkm3: remove bad kfree, unnecessary export by J. Bruce Fields - unquoted · 17 years ago
  80. f32824d spkm3: fix spkm3's use of hmac by J. Bruce Fields - unquoted · 17 years ago
  81. d9bc125c Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 17 years ago
  82. cca5172 [NET] SUNRPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  83. 8885cb3 SUNRPC: fix print format for tk_pid in auth_gss support by Chuck Lever · 17 years ago
  84. fadfc8e [PATCH] gss_spkm3: fix error handling in module init by Akinobu Mita · 18 years ago
  85. e0bb89e [PATCH] knfsd: nfsd: don't drop silently on upcall deferral by J.Bruce Fields · 18 years ago
  86. b797b5b [PATCH] knfsd: svcrpc: fix gss krb5i memory leak by J.Bruce Fields · 18 years ago
  87. 303b46b [PATCH] struct path: convert sunrpc by Josef Sipek · 18 years ago
  88. 94efa93 rpcgss: krb5: miscellaneous cleanup by J. Bruce Fields · 18 years ago
  89. 717757a rpcgss: krb5: ignore seed by J. Bruce Fields · 18 years ago
  90. d922a84 rpcgss: krb5: sanity check sealalg value in the downcall by J. Bruce Fields · 18 years ago
  91. 39a21dd rpcgss: krb5: clean up some goto's, etc. by J. Bruce Fields · 18 years ago
  92. ca54f89 rpcgss: simplify make_checksum by J. Bruce Fields · 18 years ago
  93. 2818bf8 rpcgss: krb5: kill checksum_type, miscellaneous small cleanup by J. Bruce Fields · 18 years ago
  94. 5eb064f rpcgss: krb5: expect a constant signalg value by J. Bruce Fields · 18 years ago
  95. e678e06 gss: krb5: remove signalg and sealalg by J. Bruce Fields · 18 years ago
  96. adeb813 rpc: spkm3 update by Olga Kornievskaia · 18 years ago
  97. 37a4e6c rpc: move process_xdr_buf by Olga Kornievskaia · 18 years ago
  98. 87d918d rpc: gss: fix a kmap_atomic race in krb5 code by J. Bruce Fields · 18 years ago
  99. 8fc7500 rpc: gss: eliminate print_hexl()'s by J. Bruce Fields · 18 years ago
  100. e69062b [SUNRPC]: Use k{mem,str}dup where applicable by Arnaldo Carvalho de Melo · 18 years ago