1. a0264d1 Merge tag 'nfs-for-6.3-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 1 year, 9 months ago
  2. da8e7da Merge tag 'nfsd-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 1 year, 9 months ago
  3. 943d045 SUNRPC: fix shutdown of NFS TCP client socket by Siddharth Kawar · 1 year, 9 months ago
  4. 5f24a87 SUNRPC: Fix a crash in gss_krb5_checksum() by Chuck Lever · 1 year, 9 months ago
  5. 92cadfc Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 1 year, 10 months ago
  6. 9ca6705 SUNRPC: Fix a server shutdown leak by Benjamin Coddington · 1 year, 10 months ago
  7. ee3f96b Merge tag 'nfsd-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 1 year, 10 months ago
  8. fb5b855d SUNRPC: Properly terminate test case arrays by Chuck Lever · 1 year, 10 months ago
  9. fe90151 SUNRPC: Let Kunit tests run with some enctypes compiled out by Chuck Lever · 1 year, 10 months ago
  10. d8ca6db Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 1 year, 10 months ago
  11. 9fc2f99 Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 1 year, 10 months ago
  12. 5b7c4ca Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 1 year, 10 months ago
  13. 2172e84 SUNRPC: Fix occasional warning when destroying gss_krb5_enctypes by Chuck Lever · 1 year, 11 months ago
  14. 319951e SUNRPC: Remove ->xpo_secure_port() by Chuck Lever · 1 year, 11 months ago
  15. ecfa398 SUNRPC: Fix whitespace damage in svcauth_unix.c by Chuck Lever · 1 year, 11 months ago
  16. c4a9f05 SUNRPC: Add encryption self-tests by Chuck Lever · 2 years ago
  17. 4d2d15c SUNRPC: Add RFC 8009 encryption KUnit tests by Chuck Lever · 2 years ago
  18. 003caf4 SUNRPC: Add RFC 8009 checksum KUnit tests by Chuck Lever · 2 years ago
  19. fcbad14 SUNRPC: Add KDF-HMAC-SHA2 Kunit tests by Chuck Lever · 2 years ago
  20. b958cff SUNRPC: Add encryption KUnit tests for the RFC 6803 encryption types by Chuck Lever · 2 years ago
  21. 02142b2 SUNRPC: Add checksum KUnit tests for the RFC 6803 encryption types by Chuck Lever · 2 years ago
  22. 35f6e42 SUNRPC: Add KDF KUnit tests for the RFC 6803 encryption types by Chuck Lever · 2 years ago
  23. e1a9a38 SUNRPC: Add Kunit tests for RFC 3962-defined encryption/decryption by Chuck Lever · 2 years ago
  24. 6eb6b8a SUNRPC: Add KUnit tests RFC 3961 Key Derivation by Chuck Lever · 2 years ago
  25. ddd8c1f SUNRPC: Export get_gss_krb5_enctype() by Chuck Lever · 2 years ago
  26. eebd8c2 SUNRPC: Add KUnit tests for rpcsec_krb5.ko by Chuck Lever · 2 years ago
  27. 6e460c2 SUNRPC: Move remaining internal definitions to gss_krb5_internal.h by Chuck Lever · 2 years ago
  28. 6e6d9ee SUNRPC: Advertise support for the Camellia encryption types by Chuck Lever · 2 years ago
  29. 45b4ef4 SUNRPC: Add KDF_FEEDBACK_CMAC by Chuck Lever · 2 years ago
  30. 3394682fb SUNRPC: Support the Camellia enctypes by Chuck Lever · 2 years ago
  31. f26ec6b SUNRPC: Advertise support for RFC 8009 encryption types by Chuck Lever · 2 years ago
  32. 0d5b5a0 SUNRPC: Add RFC 8009 encryption and decryption functions by Chuck Lever · 2 years ago
  33. ae2e4d2 SUNRPC: Add KDF-HMAC-SHA2 by Chuck Lever · 2 years ago
  34. a40cf75 SUNRPC: Add gk5e definitions for RFC 8009 encryption types by Chuck Lever · 2 years ago
  35. dfb6324 SUNRPC: Refactor CBC with CTS into helpers by Chuck Lever · 2 years ago
  36. af664fc SUNRPC: Add new subkey length fields by Chuck Lever · 2 years ago
  37. 8b3a09f SUNRPC: Parametrize the key length passed to context_v2_alloc_cipher() by Chuck Lever · 2 years ago
  38. ec4aaab3 SUNRPC: Clean up cipher set up for v1 encryption types by Chuck Lever · 2 years ago
  39. 2691a27 SUNRPC: Hoist KDF into struct gss_krb5_enctype by Chuck Lever · 2 years ago
  40. ae6ad5d SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methods by Chuck Lever · 2 years ago
  41. d50b815 SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctype by Chuck Lever · 2 years ago
  42. dfe9a12 SUNRPC: Enable rpcsec_gss_krb5.ko to be built without CRYPTO_DES by Chuck Lever · 2 years ago
  43. 17781b2 SUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macro by Chuck Lever · 2 years ago
  44. bdb12fb SUNRPC: Add /proc/net/rpc/gss_krb5_enctypes file by Chuck Lever · 2 years ago
  45. 279a67c SUNRPC: Remove another switch on ctx->enctype by Chuck Lever · 2 years ago
  46. e01b2c7 SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanism by Chuck Lever · 2 years ago
  47. 8270dbf SUNRPC: Obscure Kerberos integrity keys by Chuck Lever · 2 years ago
  48. 2dbe0ca SUNRPC: Obscure Kerberos signing keys by Chuck Lever · 2 years ago
  49. 9f0b49f SUNRPC: Obscure Kerberos encryption keys by Chuck Lever · 2 years ago
  50. 7989a4f SUNRPC: Refactor set-up for aux_cipher by Chuck Lever · 2 years ago
  51. 01c4e32 SUNRPC: Obscure Kerberos session key by Chuck Lever · 2 years ago
  52. 7f675ca SUNRPC: Improve Kerberos confounder generation by Chuck Lever · 2 years ago
  53. 4be416a SUNRPC: Remove .conflen field from struct gss_krb5_enctype by Chuck Lever · 2 years ago
  54. f03640a SUNRPC: Remove .blocksize field from struct gss_krb5_enctype by Chuck Lever · 2 years ago
  55. ccf08be SUNRPC: Replace pool stats with per-CPU variables by Chuck Lever · 2 years ago
  56. 65ba3d2 SUNRPC: Use per-CPU counters to tally server RPC counts by Chuck Lever · 2 years ago
  57. db1d616 SUNRPC: Go back to using gsd->body_start by Chuck Lever · 2 years ago
  58. 4bcf034 SUNRPC: Set rq_accept_statp inside ->accept methods by Chuck Lever · 2 years ago
  59. cee4db1 SUNRPC: Refactor RPC server dispatch method by Chuck Lever · 2 years ago
  60. 5f69d5f SUNRPC: Final clean-up of svc_process_common() by Chuck Lever · 2 years ago
  61. 649a692 SUNRPC: Convert RPC Reply header encoding to use xdr_stream by Chuck Lever · 2 years ago
  62. fcef2af SUNRPC: Hoist init_encode out of svc_authenticate() by Chuck Lever · 2 years ago
  63. 72a1e53 SUNRPC: Use xdr_stream for encoding GSS reply verifiers by Chuck Lever · 2 years ago
  64. b2f42f1 SUNRPC: Use xdr_stream to encode replies in server-side GSS upcall helpers by Chuck Lever · 2 years ago
  65. 7bb0dfb SUNRPC: Convert unwrap data paths to use xdr_stream for replies by Chuck Lever · 2 years ago
  66. df18f9c SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_tls_accept() by Chuck Lever · 2 years ago
  67. 3b03f3c SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_unix_accept() by Chuck Lever · 2 years ago
  68. b2c88ca SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_null_accept() by Chuck Lever · 2 years ago
  69. faca897 SUNRPC: Move svcxdr_init_encode() into ->accept methods by Chuck Lever · 2 years ago
  70. 8dd41d7 SUNRPC: Push svcxdr_init_encode() into svc_process_common() by Chuck Lever · 2 years ago
  71. 7b402c8 SUNRPC: Add XDR encoding helper for opaque_auth by Chuck Lever · 2 years ago
  72. 6d037b1 SUNRPC: Remove the rpc_stat variable in svc_process_common() by Chuck Lever · 2 years ago
  73. 99d074d SUNRPC: Check rq_auth_stat when preparing to wrap a response by Chuck Lever · 2 years ago
  74. eb1b780 SUNRPC: Convert svcauth_gss_wrap_priv() to use xdr_stream() by Chuck Lever · 2 years ago
  75. a84cfbc SUNRPC: Add @head and @tail variables in svcauth_gss_wrap_priv() by Chuck Lever · 2 years ago
  76. ba8b13e SUNRPC: Record gss_wrap() errors in svcauth_gss_wrap_priv() by Chuck Lever · 2 years ago
  77. 7b135c6 SUNRPC: Rename automatic variables in svcauth_gss_wrap_resp_priv() by Chuck Lever · 2 years ago
  78. 7702378 SUNRPC: Convert svcauth_gss_wrap_integ() to use xdr_stream() by Chuck Lever · 2 years ago
  79. d91f032 SUNRPC: Replace checksum construction in svcauth_gss_wrap_integ() by Chuck Lever · 2 years ago
  80. 15d8f80 SUNRPC: Record gss_get_mic() errors in svcauth_gss_wrap_integ() by Chuck Lever · 2 years ago
  81. 0adaddd SUNRPC: Rename automatic variables in svcauth_gss_wrap_resp_integ() by Chuck Lever · 2 years ago
  82. 5a92938 SUNRPC: Clean up svcauth_gss_release() by Chuck Lever · 2 years ago
  83. f4afc8f SUNRPC: Hoist svcxdr_init_decode() into svc_process() by Chuck Lever · 2 years ago
  84. 1c59a53 SUNRPC: Remove svc_process_common's argv parameter by Chuck Lever · 2 years ago
  85. 163cdfc SUNRPC: Decode most of RPC header with xdr_stream by Chuck Lever · 2 years ago
  86. 4119bd0 SUNRPC: Eliminate unneeded variable by Chuck Lever · 2 years ago
  87. 2009e32 SUNRPC: Re-order construction of the first reply fields by Chuck Lever · 2 years ago
  88. 6898b47 SUNRPC: Hoist init_decode out of svc_authenticate() by Chuck Lever · 2 years ago
  89. b0bc534 SUNRPC: Convert the svcauth_gss_accept() pre-amble to use xdr_stream by Chuck Lever · 2 years ago
  90. 6734706 SUNRPC: Clean up svcauth_gss_accept's NULL procedure check by Chuck Lever · 2 years ago
  91. 0653028 SUNRPC: Convert gss_verify_header() to use xdr_stream by Chuck Lever · 2 years ago
  92. 4214071 SUNRPC: Convert unwrap_priv_data() to use xdr_stream by Chuck Lever · 2 years ago
  93. f4a59e8 SUNRPC: Rename automatic variables in unwrap_priv_data() by Chuck Lever · 2 years ago
  94. b68e4c5 SUNRPC: Convert unwrap_integ_data() to use xdr_stream by Chuck Lever · 2 years ago
  95. e14673c SUNRPC: Rename automatic variables in unwrap_integ_data() by Chuck Lever · 2 years ago
  96. 26a949d1 SUNRPC: Replace read_u32_from_xdr_buf() with existing XDR helper by Chuck Lever · 2 years ago
  97. c020fa6 SUNRPC: Convert server-side GSS upcall helpers to use xdr_stream by Chuck Lever · 2 years ago
  98. 1cbfb92 SUNRPC: Remove gss_read_verf() by Chuck Lever · 2 years ago
  99. 4d51366 SUNRPC: Remove gss_read_common_verf() by Chuck Lever · 2 years ago
  100. 20ebe92 SUNRPC: Hoist common verifier decoding code into svcauth_gss_proc_init() by Chuck Lever · 2 years ago