aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-02-20SUNRPC: Remove ->xpo_secure_port()Chuck Lever
2023-02-20SUNRPC: Clean up the svc_xprt_flags() macroChuck Lever
2023-02-20SUNRPC: Move remaining internal definitions to gss_krb5_internal.hChuck Lever
2023-02-20SUNRPC: Support the Camellia enctypesChuck Lever
2023-02-20SUNRPC: Add gk5e definitions for RFC 8009 encryption typesChuck Lever
2023-02-20SUNRPC: Add new subkey length fieldsChuck Lever
2023-02-20SUNRPC: Hoist KDF into struct gss_krb5_enctypeChuck Lever
2023-02-20SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methodsChuck Lever
2023-02-20SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctypeChuck Lever
2023-02-20SUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macroChuck Lever
2023-02-20SUNRPC: Remove another switch on ctx->enctypeChuck Lever
2023-02-20SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanismChuck Lever
2023-02-20SUNRPC: Obscure Kerberos integrity keysChuck Lever
2023-02-20SUNRPC: Obscure Kerberos signing keysChuck Lever
2023-02-20SUNRPC: Obscure Kerberos encryption keysChuck Lever
2023-02-20SUNRPC: Refactor set-up for aux_cipherChuck Lever
2023-02-20SUNRPC: Improve Kerberos confounder generationChuck Lever
2023-02-20SUNRPC: Remove .conflen field from struct gss_krb5_enctypeChuck Lever
2023-02-20SUNRPC: Remove .blocksize field from struct gss_krb5_enctypeChuck Lever
2023-02-20SUNRPC: Add header ifdefs to linux/sunrpc/gss_krb5.hChuck Lever
2023-02-20SUNRPC: Replace pool stats with per-CPU variablesChuck Lever
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever
2023-02-20SUNRPC: Set rq_accept_statp inside ->accept methodsChuck Lever
2023-02-20SUNRPC: Refactor RPC server dispatch methodChuck Lever
2023-02-20SUNRPC: Remove no-longer-used helper functionsChuck Lever
2023-02-20SUNRPC: Convert unwrap data paths to use xdr_stream for repliesChuck Lever
2023-02-20SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever
2023-02-20SUNRPC: Add XDR encoding helper for opaque_authChuck Lever
2023-02-20SUNRPC: Record gss_wrap() errors in svcauth_gss_wrap_priv()Chuck Lever
2023-02-20SUNRPC: Record gss_get_mic() errors in svcauth_gss_wrap_integ()Chuck Lever
2023-02-20NFSD: enhance inter-server copy cleanupDai Ngo
2023-02-20SUNRPC: Convert unwrap_priv_data() to use xdr_streamChuck Lever
2023-02-20SUNRPC: Convert unwrap_integ_data() to use xdr_streamChuck Lever
2023-02-20SUNRPC: Convert svcauth_unix_accept() to use xdr_streamChuck Lever
2023-02-20SUNRPC: Add an XDR decoding helper for struct opaque_authChuck Lever
2023-02-20fs: namei: Allow follow_down() to uncover auto mountsRichard Weinberger
2023-02-18Merge tag 'irq-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2023-02-17Merge tag 'mm-hotfixes-stable-2023-02-17-15-16-2' of git://git.kernel.org/pub...Linus Torvalds
2023-02-17hugetlb: check for undefined shift on 32 bit architecturesMike Kravetz
2023-02-16Merge tag 'drm-fixes-2023-02-17' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-02-17Merge tag 'drm-misc-fixes-2023-02-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2023-02-16arm_pmu: fix event CPU filteringMark Rutland
2023-02-16Merge tag 'net-6.2-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2023-02-16devlink: Fix netdev notifier chain corruptionIdo Schimmel
2023-02-13Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/s...Linus Torvalds
2023-02-13PCI/MSI: Provide missing stubs for CONFIG_PCI_MSI=nReinette Chatre
2023-02-12Merge tag 'trace-v6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-02-12tracing: Fix TASK_COMM_LEN in trace event format fileYafang Shao
2023-02-10dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima