1. bf2c4b6 svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation") by Chuck Lever · 8 years ago
  2. 04d70ed sunrpc: add gss minor status to svcauth_gss_proxy_init by Scott Mayhew · 8 years ago
  3. c0cb8bf sunrpc: fix stripping of padded MIC tokens by Tomáš Trnka · 8 years ago
  4. 64c59a3 Remove unnecessary allocation by J. Bruce Fields · 8 years ago
  5. 76cb4be sunrpc: integer underflow in rsc_parse() by Dan Carpenter · 9 years ago
  6. 779fb0f sunrpc: move rq_splice_ok flag into rq_flags by Jeff Layton · 10 years ago
  7. f895b25 sunrpc: eliminate RPC_DEBUG by Jeff Layton · 10 years ago
  8. f15a5cf SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_ok by Kinglong Mee · 10 years ago
  9. a5cddc8 nfsd4: better reservation of head space for krb5 by J. Bruce Fields · 10 years ago
  10. bba0f88 minor svcauth_gss.c cleanup by J. Bruce Fields · 11 years ago
  11. 0fdc267 sunrpc: get rid of use_gssp_lock by Jeff Layton · 10 years ago
  12. a92e5eb sunrpc: fix potential race between setting use_gss_proxy and the upcall rpc_clnt by Jeff Layton · 10 years ago
  13. 1654a04 sunrpc: don't wait for write before allowing reads from use-gss-proxy file by Jeff Layton · 10 years ago
  14. 3be3455 svcrpc: fix error-handling on badd gssproxy downcall by J. Bruce Fields · 11 years ago
  15. 7193bd1 svcrpc: set cr_gss_mech from gss-proxy as well as legacy upcall by J. Bruce Fields · 11 years ago
  16. 0ff08ba Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  17. 0dc1531 svcrpc: store gss mech in svc_cred by J. Bruce Fields · 11 years ago
  18. 4423406 svcrpc: introduce init_svc_cred by J. Bruce Fields · 11 years ago
  19. e77e430 more open-coded file_inode() calls by Al Viro · 11 years ago
  20. b161c14 svcrpc: implement O_NONBLOCK behavior for use-gss-proxy by J. Bruce Fields · 11 years ago
  21. 625cdd7 svcauth_gss: fix error code in use_gss_proxy() by Dan Carpenter · 11 years ago
  22. 1db7722 Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  23. 1eb6d62 svcauth_gss: fix error return code in rsc_parse() by Wei Yongjun · 11 years ago
  24. 8728f98 Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  25. 0ff3bab SUNRPC: define {create,destroy}_use_gss_proxy_proc_entry in !PROC case by J. Bruce Fields · 11 years ago
  26. b1df763 Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-3.10 by J. Bruce Fields · 11 years ago
  27. 030d794 SUNRPC: Use gssproxy upcall for server RPCGSS authentication. by Simo Sorce · 12 years ago
  28. 400f26b SUNRPC: conditionally return endtime from import_sec_context by Simo Sorce · 12 years ago
  29. 83523d0 SUNRPC: Consider qop when looking up pseudoflavors by Chuck Lever · 11 years ago
  30. 3c34ae1 nfsd: fix krb5 handling of anonymous principals by J. Bruce Fields · 11 years ago
  31. b666973 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  32. 2d43833 SUNRPC: rework cache upcall logic by Stanislav Kinsbursky · 11 years ago
  33. 73fb847 SUNRPC: introduce cache_detail->cache_request callback by Stanislav Kinsbursky · 11 years ago
  34. 683428fae sunrpc: Update svcgss xdr handle to rpsec_contect cache by Eric W. Biederman · 11 years ago
  35. 4c190e2 sunrpc: trim off trailing checksum before returning decrypted or integrity authenticated buffer by Jeff Layton · 11 years ago
  36. 419f431 Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  37. a00b615 Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  38. d5497fc nfsd4: move rq_flavor into svc_cred by J. Bruce Fields · 12 years ago
  39. 03a4e1f nfsd4: move principal name into svc_cred by J. Bruce Fields · 12 years ago
  40. ae2975b userns: Convert group_info values from gid_t to kgid_t. by Eric W. Biederman · 13 years ago
  41. fc2952a SUNRPC: split upcall function to extract reusable parts by Simo Sorce · 12 years ago
  42. a1db410 SUNRPC: create GSS auth cache per network namespace by Stanislav Kinsbursky · 12 years ago
  43. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  44. 66c941f net: sunrpc: kill unused macros by Shan Wei · 14 years ago
  45. 2ed5282 svcauth_gss: replace a trivial 'switch' with an 'if' by NeilBrown · 14 years ago
  46. 1ebede8 sunrpc: close connection when a request is irretrievably lost. by NeilBrown · 14 years ago
  47. 1f4c86c NFS: Don't use GFP_KERNEL in rpcsec_gss downcalls by Trond Myklebust · 14 years ago
  48. 7561042 gss_krb5: Added and improved code comments by Kevin Coffman · 14 years ago
  49. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  50. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  51. eac8173 sunrpc: reply AUTH_BADCRED to RPCSEC_GSS with unknown service by Wei Yongjun · 15 years ago
  52. bc74b4f SUNRPC: Allow the cache_detail to specify alternative upcall mechanisms by Trond Myklebust · 15 years ago
  53. 945b34a rpc: allow gss callbacks to client by Olga Kornievskaia · 15 years ago
  54. 68e76ad nfsd: pass client principal name in rsc downcall by Olga Kornievskaia · 15 years ago
  55. 7bd8826 SUNRPC: rpcsec_gss modules should not be used by out-of-tree code by Trond Myklebust · 16 years ago
  56. b620754 svcrpc: fix handling of garbage args by J. Bruce Fields · 16 years ago
  57. dd35210 sunrpc: GSS integrity and decryption failures should return GARBAGE_ARGS by Harshula Jayasuriya · 16 years ago
  58. cb5c7d6 svcrpc: ensure gss DESTROY tokens free contexts from cache by J. Bruce Fields · 16 years ago
  59. b39c18f sunrpc: gss: simplify rsi_parse logic by J. Bruce Fields · 16 years ago
  60. 980e5a4 nfsd: fix rsi_cache reference count leak by J. Bruce Fields · 17 years ago
  61. dbf847e knfsd: allow cache_register to return error on failure by J. Bruce Fields · 17 years ago
  62. df95a9d knfsd: cache unregistration needn't return error by J. Bruce Fields · 17 years ago
  63. 21fcd02 svcgss: move init code into separate function by J. Bruce Fields · 17 years ago
  64. 08dd2e2 [SUNRPC]: Clean up duplicate includes in net/sunrpc/ by Jesper Juhl · 17 years ago
  65. cb27680 nfsd: fix possible oops on re-insertion of rpcsec_gss modules by J. Bruce Fields · 17 years ago
  66. 4796f45 knfsd: nfsd4: secinfo handling without secinfo= option by J. Bruce Fields · 17 years ago
  67. 3ab4d8b knfsd: nfsd: set rq_client to ip-address-determined-domain by J. Bruce Fields · 17 years ago
  68. c417058 knfsd: nfsd4: store pseudoflavor in request by Andy Adamson · 17 years ago
  69. cf8208d sendfile: convert nfsd to splice_direct_to_actor() by Jens Axboe · 17 years ago
  70. c5e434c knfsd: rpcgss: RPC_GSS_PROC_ DESTROY request will get a bad rpc by Wei Yongjun · 17 years ago
  71. 54f9247 knfsd: fix resource leak resulting in module refcount leak for rpcsec_gss_krb5.ko by Frank Filz · 17 years ago
  72. 153e44d knfsd: rpc: fix server-side wrapping of krb5i replies by NeilBrown · 17 years ago
  73. d9bc125c Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 17 years ago
  74. cca5172 [NET] SUNRPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  75. 8885cb3 SUNRPC: fix print format for tk_pid in auth_gss support by Chuck Lever · 17 years ago
  76. e0bb89e [PATCH] knfsd: nfsd: don't drop silently on upcall deferral by J.Bruce Fields · 18 years ago
  77. b797b5b [PATCH] knfsd: svcrpc: fix gss krb5i memory leak by J.Bruce Fields · 18 years ago
  78. e69062b [SUNRPC]: Use k{mem,str}dup where applicable by Arnaldo Carvalho de Melo · 18 years ago
  79. cfbdbab [PATCH] net/sunrpc/auth_gss/svcauth_gss.c endianness regression by Al Viro · 18 years ago
  80. 5b304bc [PATCH] knfsd: svcrpc: gss: fix failure on SVC_DENIED in integrity case by J.Bruce Fields · 18 years ago
  81. 3c15a48 [PATCH] knfsd: svcrpc: gss: factor out some common wrapping code by J.Bruce Fields · 18 years ago
  82. 4452435 [PATCH] knfsd: Replace two page lists in struct svc_rqst with one by NeilBrown · 18 years ago
  83. 753ed90 [SUNRPC]: more sunrpc endianness annotations by Al Viro · 18 years ago
  84. d8ed029 [SUNRPC]: trivial endianness annotations by Alexey Dobriyan · 18 years ago
  85. 7699431 [SUNRPC]: svc_{get,put}nl() by Alexey Dobriyan · 18 years ago
  86. 7c9fdcf [PATCH] knfsd: svcrpc: gss: server-side implementation of rpcsec_gss privacy by J. Bruce Fields · 18 years ago
  87. e142ede [PATCH] knfsd: svcrpc: Simplify nfsd rpcsec_gss integrity code by J. Bruce Fields · 18 years ago
  88. 1df0cad [PATCH] knfsd: svcrpc: gss: simplify rsc_parse() by J. Bruce Fields · 18 years ago
  89. dfee55f [PATCH] knfsd: svcrpc: gss: don't call svc_take_page unnecessarily by NeilBrown · 18 years ago
  90. baab935 [PATCH] knfsd: Convert sunrpc_cache to use krefs by NeilBrown · 18 years ago
  91. 17f834b [PATCH] knfsd: Use new cache code for rsc cache by NeilBrown · 18 years ago
  92. d4d11ea [PATCH] knfsd: Use new sunrpc cache for rsi cache by NeilBrown · 18 years ago
  93. 7d317f2 [PATCH] knfsd: Get rid of 'inplace' sunrpc caches by NeilBrown · 18 years ago
  94. efc36aa [PATCH] knfsd: Change the store of auth_domains to not be a 'cache' by NeilBrown · 18 years ago
  95. 5fb8b49 [PATCH] svcrpc: gss: svc context creation error handling by J. Bruce Fields · 18 years ago
  96. 91a4762 [PATCH] svcrpc: gss: server context init failure handling by Kevin Coffman · 18 years ago
  97. 822f100 [PATCH] svcrpc: gss: handle the GSS_S_CONTINUE by Andy Adamson · 18 years ago
  98. 00fd6e1 RPCSEC_GSS remove all qop parameters by J. Bruce Fields · 19 years ago
  99. f35279d [PATCH] sunrpc: cache_register can use wrong module reference by Bruce Allan · 19 years ago
  100. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago