1. 4710e78 Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
  2. c3be657 SUNRPC: Use atomic(64)_t for seq_send(64) by Paul Burton · 6 years ago
  3. 310c758 Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  4. 6d1616b SUNRPC: Lockless server RPCSEC_GSS context lookup by Trond Myklebust · 6 years ago
  5. c7a2c49 Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
  6. 331bc71 SUNRPC: Convert the auth cred cache to use refcount_t by Trond Myklebust · 6 years ago
  7. e732f44 SUNRPC: Fix a compile warning for cmpxchg64() by Trond Myklebust · 6 years ago
  8. 2192476 SUNRPC: use cmpxchg64() in gss_seq_send64_fetch_and_inc() by Arnd Bergmann · 6 years ago
  9. 608a0ab SUNRPC: Add lockless lookup of the server's auth domain by Trond Myklebust · 6 years ago
  10. 571ed1f SUNRPC: Replace krb5_seq_lock with a lockless scheme by Trond Myklebust · 6 years ago
  11. 0c1c19f SUNRPC: Lockless lookup of RPCSEC_GSS mechanisms by Trond Myklebust · 6 years ago
  12. 431f6eb SUNRPC: Add a label for RPC calls that require allocation on receive by Trond Myklebust · 6 years ago
  13. 3021a5bb SUNRPC: The transmitted message must lie in the RPCSEC window of validity by Trond Myklebust · 6 years ago
  14. e9e575b gss_krb5: Remove VLA usage of skcipher by Kees Cook · 6 years ago
  15. 53a01c9 Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  16. 9157141 Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  17. 108b833 sunrpc: Add comment defining gssd upcall API keywords by Chuck Lever · 6 years ago
  18. 9abdda5 sunrpc: Extract target name into svc_cred by Chuck Lever · 6 years ago
  19. a1a2377 sunrpc: Enable the kernel to specify the hostname part of service principals by Chuck Lever · 6 years ago
  20. 44090cc sunrpc: Don't use stack buffer with scatterlist by Laura Abbott · 6 years ago
  21. 9cc3b98 sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data' by YueHaibing · 6 years ago
  22. 07d53ae net: Remove some unneeded semicolon by zhong jiang · 6 years ago
  23. 8fdee4c sunrpc: whitespace fixes by Stephen Hemminger · 6 years ago
  24. 82b98ca net/sunrpc: Make rpc_auth_create_args a const by Sargun Dhillon · 7 years ago
  25. b08fc52 Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  26. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  27. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  28. 0070ed3 Fix 16-byte memory leak in gssp_accept_sec_context_upcall by Dave Wysochanski · 7 years ago
  29. 5e4d6597 Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  30. f3aefb6 sunrpc: remove incorrect HMAC request initialization by Eric Biggers · 7 years ago
  31. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  32. 855aeba net: Convert rpcsec_gss_net_ops by Kirill Tkhai · 7 years ago
  33. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  34. 90a9b14 sunrpc: Fix unaligned access on sparc64 by James Ettle · 7 years ago
  35. bdcf0a4 kernel: make groups_sort calling a responsibility group_info allocators by Thiago Rafael Becker · 7 years ago
  36. ee24eac SUNRPC: make cache_detail structures const by Bhumika Goyal · 7 years ago
  37. 4dd3c2e Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  38. 1754eb2 rpc: remove some BUG()s by J. Bruce Fields · 7 years ago
  39. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  40. b86faee Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  41. 6240300 Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  42. 15a8b93 sunrpc: use constant time memory comparison for mac by Jason A. Donenfeld · 8 years ago
  43. 511e936 sunrpc: mark all struct rpc_procinfo instances as const by Christoph Hellwig · 8 years ago
  44. c551858 sunrpc: move p_count out of struct rpc_procinfo by Christoph Hellwig · 8 years ago
  45. c56c620 sunrpc/auth_gss: fix decoder callback prototypes by Christoph Hellwig · 8 years ago
  46. df17938 sunrpc/auth_gss: nfsd: fix encoder callback prototypes by Christoph Hellwig · 8 years ago
  47. 7ff1396 net, sunrpc: convert gss_upcall_msg.count from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  48. 0fa1047 net, sunrpc: convert gss_cl_ctx.count from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  49. 06eb8a5 sunrpc: Disable splice for krb5i by Chuck Lever · 8 years ago
  50. 499b498 sunrpc: mark all struct rpc_procinfo instances as const by Christoph Hellwig · 8 years ago
  51. 1c5876d sunrpc: move p_count out of struct rpc_procinfo by Christoph Hellwig · 8 years ago
  52. 305c624 sunrpc/auth_gss: fix decoder callback prototypes by Christoph Hellwig · 8 years ago
  53. 89daf36 sunrpc/auth_gss: nfsd: fix encoder callback prototypes by Christoph Hellwig · 8 years ago
  54. 8313064c Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  55. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  56. 2b477c0 svcrpc: free contexts immediately on PROC_DESTROY by Neil Brown · 8 years ago
  57. 034dd34 svcrpc: fix oops in absence of krb5 module by J. Bruce Fields · 8 years ago
  58. 78794d1 svcrpc: don't leak contexts on PROC_DESTROY by J. Bruce Fields · 8 years ago
  59. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  60. 759b265 Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  61. 1cded9d SUNRPC: fix refcounting problems with auth_gss messages. by NeilBrown · 8 years ago
  62. 4d712ef svcauth_gss: Close connection when dropping an incoming message by Chuck Lever · 8 years ago
  63. 56094ed sunrpc: GFP_KERNEL should be GFP_NOFS in crypto code by J. Bruce Fields · 8 years ago
  64. 2876a34 sunrpc: don't pass on-stack memory to sg_set_buf by J. Bruce Fields · 8 years ago
  65. c4a8616 Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  66. 81243ea cred: simpler, 1D supplementary groups by Alexey Dobriyan · 8 years ago
  67. a960f8d sunrpc: add RPCSEC_GSS hash_cred() function by Frank Sorenson · 8 years ago
  68. bf2c4b6 svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation") by Chuck Lever · 8 years ago
  69. 9909170 Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  70. 9130b8d SUNRPC: allow for upcalls for same uid but different gss service by Olga Kornievskaia · 8 years ago
  71. a71e360 Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  72. 1592c4d Merge branch 'nfs-rdma' by Trond Myklebust · 8 years ago
  73. ce52914e sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flags by Scott Mayhew · 9 years ago
  74. 04d70ed sunrpc: add gss minor status to svcauth_gss_proxy_init by Scott Mayhew · 9 years ago
  75. 65b8017 xprtrdma: No direct data placement with krb5i and krb5p by Chuck Lever · 9 years ago
  76. ea8ea73 Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 9 years ago
  77. c0cb8bf sunrpc: fix stripping of padded MIC tokens by Tomáš Trnka · 9 years ago
  78. 3c6e0bc sunrpc: plumb gfp_t parm into crcreate operation by Jeff Layton · 9 years ago
  79. 64c59a3 Remove unnecessary allocation by J. Bruce Fields · 9 years ago
  80. 16382ed Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  81. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  82. ef609c2 sunrpc: Fix skcipher/shash conversion by Herbert Xu · 9 years ago
  83. 01cde15 Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  84. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  85. ecf7828 Merge branch 'multipath' by Trond Myklebust · 9 years ago
  86. 437b300 auth_gss: fix panic in gss_pipe_downcall() in fips mode by Scott Mayhew · 9 years ago
  87. ad01b2c SUNRPC: Make rpc_clnt store the multipath iterators by Trond Myklebust · 9 years ago
  88. 3b5cf20 sunrpc: Use skcipher and ahash/shash by Herbert Xu · 9 years ago
  89. 414ca01 nfsd4: fix gss-proxy 4.1 mounts for some AD principals by J. Bruce Fields · 9 years ago
  90. cc6a7aa sunrpc: avoid warning in gss_key_timeout by Arnd Bergmann · 9 years ago
  91. 901f137 sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key() by Fabian Frederick · 10 years ago
  92. 9507271 svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failures by Scott Mayhew · 10 years ago
  93. 76cb4be sunrpc: integer underflow in rsc_parse() by Dan Carpenter · 10 years ago
  94. a1d1e9b svcrpc: fix memory leak in gssp_accept_sec_context_upcall by David Ramos · 10 years ago
  95. 779fb0f sunrpc: move rq_splice_ok flag into rq_flags by Jeff Layton · 10 years ago
  96. f895b25 sunrpc: eliminate RPC_DEBUG by Jeff Layton · 10 years ago
  97. b3ecba0 sunrpc: fix sleeping under rcu_read_lock in gss_stringify_acceptor by Jeff Layton · 10 years ago
  98. 06b8ab5 Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  99. ec25422 sunrpc: remove "ec" argument from encrypt_v2 operation by Jeff Layton · 10 years ago
  100. b36e9c4 sunrpc: clean up sparse endianness warnings in gss_krb5_wrap.c by Jeff Layton · 10 years ago