summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-20NFSD: enhance inter-server copy cleanupDai Ngo
2023-02-20SUNRPC: Hoist svcxdr_init_decode() into svc_process()Chuck Lever
2023-02-20SUNRPC: Remove svc_process_common's argv parameterChuck Lever
2023-02-20SUNRPC: Decode most of RPC header with xdr_streamChuck Lever
2023-02-20SUNRPC: Eliminate unneeded variableChuck Lever
2023-02-20SUNRPC: Re-order construction of the first reply fieldsChuck Lever
2023-02-20SUNRPC: Hoist init_decode out of svc_authenticate()Chuck Lever
2023-02-20SUNRPC: Convert the svcauth_gss_accept() pre-amble to use xdr_streamChuck Lever
2023-02-20SUNRPC: Clean up svcauth_gss_accept's NULL procedure checkChuck Lever
2023-02-20SUNRPC: Convert gss_verify_header() to use xdr_streamChuck Lever
2023-02-20SUNRPC: Convert unwrap_priv_data() to use xdr_streamChuck Lever
2023-02-20SUNRPC: Rename automatic variables in unwrap_priv_data()Chuck Lever
2023-02-20SUNRPC: Convert unwrap_integ_data() to use xdr_streamChuck Lever
2023-02-20SUNRPC: Rename automatic variables in unwrap_integ_data()Chuck Lever
2023-02-20SUNRPC: Replace read_u32_from_xdr_buf() with existing XDR helperChuck Lever
2023-02-20SUNRPC: Convert server-side GSS upcall helpers to use xdr_streamChuck Lever
2023-02-20SUNRPC: Remove gss_read_verf()Chuck Lever
2023-02-20SUNRPC: Remove gss_read_common_verf()Chuck Lever
2023-02-20SUNRPC: Hoist common verifier decoding code into svcauth_gss_proc_init()Chuck Lever
2023-02-20SUNRPC: Move the server-side GSS upcall to a noinline functionChuck Lever
2023-02-20SUNRPC: Convert svcauth_tls_accept() to use xdr_streamChuck Lever
2023-02-20SUNRPC: Convert svcauth_unix_accept() to use xdr_streamChuck Lever
2023-02-20SUNRPC: Convert svcauth_null_accept() to use xdr_streamChuck Lever
2023-02-20SUNRPC: Add an XDR decoding helper for struct opaque_authChuck Lever
2023-02-20SUNRPC: Move svcxdr_init_decode() into ->accept methodsChuck Lever
2023-02-20SUNRPC: Push svcxdr_init_decode() into svc_process_common()Chuck Lever
2023-02-20NFS: nfs_encode_fh: Remove S_AUTOMOUNT checkRichard Weinberger
2023-02-20fs: namei: Allow follow_down() to uncover auto mountsRichard Weinberger
2023-02-20NFSD: Teach nfsd_mountpoint() auto mountsRichard Weinberger
2023-02-20MIPS: vpe-mt: drop physical_memsizeRandy Dunlap
2023-02-20debugfs: drop inline constant formatting for ERR_PTR(-ERROR)Bagas Sanjaya
2023-02-20genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()Sergey Shtylyov
2023-02-20net: bcmgenet: Support wake-up from s2idleFlorian Fainelli
2023-02-20scm: add user copy checks to put_cmsg()Eric Dumazet
2023-02-20devlink: drop leftover duplicate/unused codePaolo Abeni
2023-02-20Merge tag 'linux-can-next-for-6.3-20230217' of git://git.kernel.org/pub/scm/l...David S. Miller
2023-02-20net: lan966x: Use automatic selection of VCAP rule actionsetHoratiu Vultur
2023-02-20pwm: dwc: Use devm_pwmchip_add()Ben Dooks
2023-02-20pwm: dwc: Move memory allocation to own functionBen Dooks
2023-02-20pwm: dwc: Change &pci->dev to dev in probeBen Dooks
2023-02-20Merge branch 'default_rps_mask-follow-up'David S. Miller
2023-02-20self-tests: more rps self testsPaolo Abeni
2023-02-20net: make default_rps_mask a per netns attributePaolo Abeni
2023-02-20Merge tag 'wireless-next-2023-02-17' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2023-02-20Merge tag 'kvmarm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2023-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller
2023-02-20net: microchip: sparx5: reduce stack usageArnd Bergmann
2023-02-20sfc: use IS_ENABLED() checks for CONFIG_SFC_SRIOVArnd Bergmann
2023-02-20ice: properly alloc ICE_VSI_LBMichal Swiatkowski
2023-02-20sfc: Fix spelling mistake "creationg" -> "creating"Colin Ian King