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
/
net
/
sunrpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-04-28
1
-1
/
+1
|
\
|
*
sunrpc: fix missing kernel-doc
Randy Dunlap
2008-04-27
1
-1
/
+1
*
|
Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
2008-04-24
11
-315
/
+580
|
\
\
|
*
\
Merge branch 'devel'
Trond Myklebust
2008-04-24
11
-315
/
+580
|
|
\
\
|
|
*
|
SUNRPC: Invalidate the RPCSEC_GSS session if the server dropped the request
Trond Myklebust
2008-04-24
1
-0
/
+5
|
|
*
|
SUNRPC: Don't change the RPCSEC_GSS context on a credential that is in use
Trond Myklebust
2008-04-19
1
-27
/
+42
|
|
*
|
SUNRPC: Fix a race in gss_refresh_upcall()
Trond Myklebust
2008-04-19
1
-3
/
+8
|
|
*
|
SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requests
Trond Myklebust
2008-04-19
3
-2
/
+35
|
|
*
|
SUNRPC: Remove the unused export of xprt_force_disconnect
Trond Myklebust
2008-04-19
1
-1
/
+0
|
|
*
|
SUNRPC: remove XS_SENDMSG_RETRY
Trond Myklebust
2008-04-19
1
-9
/
+3
|
|
*
|
SUNRPC: Protect creds against early garbage collection
Trond Myklebust
2008-04-19
1
-0
/
+8
|
|
*
|
NFSv4: Reintroduce machine creds
Trond Myklebust
2008-04-19
2
-3
/
+35
|
|
*
|
NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()
Trond Myklebust
2008-04-19
4
-8
/
+0
|
|
*
|
SUNRPC: Fix read ordering problems with req->rq_private_buf.len
Trond Myklebust
2008-04-19
2
-14
/
+15
|
|
*
|
SUNRPC: Don't attempt to destroy expired RPCSEC_GSS credentials..
Trond Myklebust
2008-04-19
1
-2
/
+2
|
|
*
|
SUNRPC: Fix up xprt_write_space()
Trond Myklebust
2008-04-19
2
-22
/
+43
|
|
*
|
SUNRPC: Fix a bug in call_decode()
Trond Myklebust
2008-04-19
1
-3
/
+6
|
|
*
|
Merge branch 'hotfixes' into devel
Trond Myklebust
2008-03-19
2
-39
/
+59
|
|
|
\
\
|
|
*
|
|
SUNRPC: Add a helper rpcauth_lookup_generic_cred()
Trond Myklebust
2008-03-14
1
-1
/
+0
|
|
*
|
|
SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_task
Trond Myklebust
2008-03-14
5
-2
/
+22
|
|
*
|
|
SUNRPC: Add a generic RPC credential
Trond Myklebust
2008-03-14
3
-1
/
+144
|
|
*
|
|
SUNRPC: Clean up rpcauth_bindcred()
Trond Myklebust
2008-03-14
2
-17
/
+22
|
|
*
|
|
SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDS
Trond Myklebust
2008-03-14
3
-48
/
+47
|
|
*
|
|
SUNRPC: Fix a bug in rpcauth_lookup_credcache()
Trond Myklebust
2008-03-14
1
-1
/
+4
|
|
*
|
|
Merge commit 'origin' into devel
Trond Myklebust
2008-03-08
3
-11
/
+12
|
|
|
\
\
\
|
|
*
\
\
\
Merge branch 'cleanups' into next
Trond Myklebust
2008-02-28
1
-2
/
+2
|
|
|
\
\
\
\
|
|
|
*
|
|
|
SUNRPC: Declare as const the rpc_message arguments to rpc_call_sync/async
Trond Myklebust
2008-02-14
1
-2
/
+2
|
|
*
|
|
|
|
SUNRPC: Remove now-redundant RCU-safe rpc_task free path
Trond Myklebust
2008-02-28
1
-25
/
+12
|
|
*
|
|
|
|
SUNRPC: Ensure that we read all available tcp data
Trond Myklebust
2008-02-28
1
-2
/
+5
|
|
*
|
|
|
|
SUNRPC: Eliminate the now-redundant rpc_start_wakeup()
Trond Myklebust
2008-02-28
1
-6
/
+2
|
|
*
|
|
|
|
SUNRPC: Switch tasks to using the rpc_waitqueue's timer function
Trond Myklebust
2008-02-28
1
-50
/
+10
|
|
*
|
|
|
|
SUNRPC: Add a timer function to wait queues.
Trond Myklebust
2008-02-28
1
-4
/
+42
|
|
*
|
|
|
|
SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues
Trond Myklebust
2008-02-28
3
-7
/
+20
|
|
*
|
|
|
|
SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs
Trond Myklebust
2008-02-25
4
-51
/
+33
|
|
*
|
|
|
|
SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task
Trond Myklebust
2008-02-25
3
-8
/
+7
|
|
*
|
|
|
|
SUNRPC: Add a new helper rpc_wake_up_queued_task()
Trond Myklebust
2008-02-25
2
-35
/
+31
|
|
*
|
|
|
|
SUNRPC: Clean up rpc_run_timer()
Trond Myklebust
2008-02-25
2
-34
/
+35
|
|
*
|
|
|
|
SUNRPC: Allow the rpc_release() callback to be run on another workqueue
Trond Myklebust
2008-02-25
1
-8
/
+21
*
|
|
|
|
|
|
SUNRPC: Use unsigned loop and array index in svc_init_buffer()
Chuck Lever
2008-04-23
1
-3
/
+2
*
|
|
|
|
|
|
SUNRPC: Use unsigned index when looping over arrays
Chuck Lever
2008-04-23
1
-2
/
+3
*
|
|
|
|
|
|
SUNRPC: Update RPC server's TCP record marker decoder
Chuck Lever
2008-04-23
1
-12
/
+12
*
|
|
|
|
|
|
SUNRPC: RPC server still uses 2.4 method for disabling TCP Nagle
Chuck Lever
2008-04-23
1
-2
/
+2
*
|
|
|
|
|
|
SUNRPC: remove svc_create_thread()
Jeff Layton
2008-04-23
1
-10
/
+0
*
|
|
|
|
|
|
sunrpc: make token header values less confusing
Kevin Coffman
2008-04-23
4
-8
/
+8
*
|
|
|
|
|
|
gss_krb5: consistently use unsigned for seqnum
Kevin Coffman
2008-04-23
3
-4
/
+4
*
|
|
|
|
|
|
net/sunrpc/svc.c: suppress unintialized var warning
Andrew Morton
2008-04-23
1
-1
/
+1
*
|
|
|
|
|
|
Remove define for KRB5_CKSUM_LENGTH, which will become enctype-dependent
Kevin Coffman
2008-04-23
2
-5
/
+2
*
|
|
|
|
|
|
Correct grammer/typos in dprintks
Kevin Coffman
2008-04-23
1
-3
/
+3
*
|
|
|
|
|
|
SVCRDMA: Add check for XPT_CLOSE in svc_rdma_send
Tom Tucker
2008-04-23
1
-0
/
+2
*
|
|
|
|
|
|
sunrpc: GSS integrity and decryption failures should return GARBAGE_ARGS
Harshula Jayasuriya
2008-04-23
2
-4
/
+8
[next]