index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
sunrpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
SUNRPC: Remove ->xpo_secure_port()
Chuck Lever
2023-02-20
1
-1
/
+0
*
SUNRPC: Move remaining internal definitions to gss_krb5_internal.h
Chuck Lever
2023-02-20
1
-117
/
+0
*
SUNRPC: Support the Camellia enctypes
Chuck Lever
2023-02-20
1
-0
/
+4
*
SUNRPC: Add gk5e definitions for RFC 8009 encryption types
Chuck Lever
2023-02-20
1
-2
/
+17
*
SUNRPC: Add new subkey length fields
Chuck Lever
2023-02-20
1
-2
/
+12
*
SUNRPC: Hoist KDF into struct gss_krb5_enctype
Chuck Lever
2023-02-20
1
-20
/
+5
*
SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methods
Chuck Lever
2023-02-20
1
-16
/
+4
*
SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctype
Chuck Lever
2023-02-20
1
-14
/
+0
*
SUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macro
Chuck Lever
2023-02-20
1
-41
/
+0
*
SUNRPC: Remove another switch on ctx->enctype
Chuck Lever
2023-02-20
1
-0
/
+1
*
SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanism
Chuck Lever
2023-02-20
1
-14
/
+9
*
SUNRPC: Obscure Kerberos integrity keys
Chuck Lever
2023-02-20
1
-7
/
+2
*
SUNRPC: Obscure Kerberos signing keys
Chuck Lever
2023-02-20
1
-3
/
+2
*
SUNRPC: Obscure Kerberos encryption keys
Chuck Lever
2023-02-20
1
-2
/
+0
*
SUNRPC: Refactor set-up for aux_cipher
Chuck Lever
2023-02-20
1
-0
/
+1
*
SUNRPC: Improve Kerberos confounder generation
Chuck Lever
2023-02-20
1
-3
/
+0
*
SUNRPC: Remove .conflen field from struct gss_krb5_enctype
Chuck Lever
2023-02-20
1
-3
/
+0
*
SUNRPC: Remove .blocksize field from struct gss_krb5_enctype
Chuck Lever
2023-02-20
1
-1
/
+0
*
SUNRPC: Add header ifdefs to linux/sunrpc/gss_krb5.h
Chuck Lever
2023-02-20
1
-2
/
+5
*
SUNRPC: Replace pool stats with per-CPU variables
Chuck Lever
2023-02-20
1
-9
/
+6
*
SUNRPC: Use per-CPU counters to tally server RPC counts
Chuck Lever
2023-02-20
1
-1
/
+1
*
SUNRPC: Set rq_accept_statp inside ->accept methods
Chuck Lever
2023-02-20
1
-0
/
+19
*
SUNRPC: Refactor RPC server dispatch method
Chuck Lever
2023-02-20
1
-2
/
+3
*
SUNRPC: Remove no-longer-used helper functions
Chuck Lever
2023-02-20
1
-65
/
+1
*
SUNRPC: Convert unwrap data paths to use xdr_stream for replies
Chuck Lever
2023-02-20
1
-2
/
+24
*
SUNRPC: Push svcxdr_init_encode() into svc_process_common()
Chuck Lever
2023-02-20
1
-0
/
+21
*
SUNRPC: Add XDR encoding helper for opaque_auth
Chuck Lever
2023-02-20
1
-0
/
+2
*
SUNRPC: Convert unwrap_priv_data() to use xdr_stream
Chuck Lever
2023-02-20
1
-1
/
+0
*
SUNRPC: Convert unwrap_integ_data() to use xdr_stream
Chuck Lever
2023-02-20
1
-0
/
+1
*
SUNRPC: Convert svcauth_unix_accept() to use xdr_stream
Chuck Lever
2023-02-20
1
-0
/
+5
*
SUNRPC: Add an XDR decoding helper for struct opaque_auth
Chuck Lever
2023-02-20
1
-0
/
+3
*
Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2023-01-07
1
-0
/
+5
|
\
|
*
SUNRPC: ensure the matching upcall is in-flight upon downcall
minoura makoto
2022-12-15
1
-0
/
+5
*
|
sunrpc: svc: Remove an unused static function svc_ungetu32()
Li zeming
2022-12-10
1
-7
/
+0
*
|
SUNRPC: Remove unused svc_rqst::rq_lock field
Chuck Lever
2022-11-28
1
-1
/
+0
|
/
*
Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2022-10-13
2
-0
/
+7
|
\
|
*
SUNRPC: Add API to force the client to disconnect
Trond Myklebust
2022-10-06
1
-0
/
+1
|
*
SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC calls
Trond Myklebust
2022-10-06
1
-0
/
+5
|
*
SUNRPC: Fix races with rpc_killall_tasks()
Trond Myklebust
2022-10-06
1
-0
/
+1
*
|
Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-10-10
1
-6
/
+1
|
\
\
|
*
|
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
2022-09-07
1
-6
/
+1
|
|
/
*
|
NFSD: Refactor common code out of dirlist helpers
Chuck Lever
2022-09-26
1
-0
/
+2
*
|
SUNRPC: Parametrize how much of argsize should be zeroed
Chuck Lever
2022-09-26
1
-0
/
+1
*
|
SUNRPC: Fix svcxdr_init_encode's buflen calculation
Chuck Lever
2022-09-26
1
-1
/
+1
*
|
SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculation
Chuck Lever
2022-09-26
1
-3
/
+14
|
/
*
Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2022-08-10
5
-6
/
+23
|
\
|
*
SUNRPC: Don't reuse bvec on retransmission of the request
Trond Myklebust
2022-07-27
1
-1
/
+2
|
*
SUNRPC create a function that probes only offline transports
Olga Kornievskaia
2022-07-25
1
-0
/
+2
|
*
SUNRPC export xprt_iter_rewind function
Olga Kornievskaia
2022-07-25
1
-0
/
+2
|
*
SUNRPC create an rpc function that allows xprt removal from rpc_clnt
Olga Kornievskaia
2022-07-25
2
-1
/
+2
[next]