index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2005-12-03
SUNRPC: Fix Oopsable condition in rpc_pipefs
Trond Myklebust
1
-1
/
+1
2005-11-25
SUNRPC: Funny looking code in __rpc_purge_upcall
Trond Myklebust
1
-11
/
+15
2005-11-15
[PATCH] knfsd: make sure nfsd doesn't hog a cpu forever
NeilBrown
1
-0
/
+1
2005-11-10
[NET]: Detect hardware rx checksum faults correctly
Herbert Xu
2
-6
/
+8
2005-11-09
[PATCH] SUNRPC: don't reencode when looping in call transmit.
Trond Myklebust
1
-3
/
+29
2005-11-09
[PATCH] sanitize lookup_hash prototype
Christoph Hellwig
1
-3
/
+3
2005-11-08
[NET]: kfree cleanup
Jesper Juhl
8
-20
/
+11
2005-11-07
[PATCH] knfsd: make sure svc_process call the correct pg_authenticate for mul...
NeilBrown
1
-5
/
+7
2005-11-04
NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabled
Chuck Lever
1
-8
/
+7
2005-11-04
SUNRPC: allow sunrpc.o to link when CONFIG_SYSCTL is disabled
Chuck Lever
3
-9
/
+9
2005-10-30
[CRYPTO] Simplify one-member scatterlist expressions
Herbert Xu
1
-2
/
+2
2005-10-30
[PATCH] Use sg_set_buf/sg_init_one where applicable
David Hardeman
1
-17
/
+6
2005-10-27
RPC: Ensure that nobody can queue up new upcalls after rpc_close_pipes()
Trond Myklebust
1
-14
/
+15
2005-10-27
Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6
Trond Myklebust
1
-1
/
+1
2005-10-27
Revert "RPC: stops the release_pipe() funtion from being called twice"
Trond Myklebust
1
-2
/
+0
2005-10-26
[PATCH] svcsock timestamp fix
Andrew Morton
1
-1
/
+1
2005-10-18
RPCSEC_GSS: krb5 cleanup
J. Bruce Fields
3
-33
/
+6
2005-10-18
RPCSEC_GSS remove all qop parameters
J. Bruce Fields
10
-70
/
+33
2005-10-18
RPCSEC_GSS: Add support for privacy to krb5 rpcsec_gss mechanism.
J. Bruce Fields
6
-6
/
+535
2005-10-18
RPCSEC_GSS: krb5 pre-privacy cleanup
J. Bruce Fields
3
-59
/
+14
2005-10-18
RPCSEC_GSS: Simplify rpcsec_gss crypto code
J. Bruce Fields
1
-29
/
+77
2005-10-18
RPCSEC_GSS: client-side privacy support
J. Bruce Fields
1
-1
/
+148
2005-10-18
RPCSEC_GSS: cleanup au_rslack calculation
J. Bruce Fields
1
-14
/
+6
2005-10-18
SUNRPC: Retry wrap in case of memory allocation failure.
J. Bruce Fields
1
-3
/
+10
2005-10-18
SUNRPC: Provide a callback to allow free pages allocated during xdr encoding
J. Bruce Fields
1
-0
/
+3
2005-10-18
SUNRPC: Add support for privacy to generic gss-api code.
J. Bruce Fields
1
-0
/
+22
2005-10-18
RPC: stops the release_pipe() funtion from being called twice
Steve Dickson
1
-0
/
+2
2005-10-18
RPC: allow call_encode() to delay transmission of an RPC call.
Trond Myklebust
2
-11
/
+20
2005-10-18
SUNRPC: Retry rpcbind requests if the server's portmapper isn't up
Chuck Lever
1
-1
/
+2
2005-10-18
Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6
Trond Myklebust
1
-1
/
+1
2005-10-08
[PATCH] gfp flags annotations - part 1
Al Viro
1
-1
/
+1
2005-10-04
[RPC]: fix sparse gfp nocast warnings
Randy Dunlap
1
-1
/
+1
2005-09-23
SUNRPC: fix bug in patch "portmapper doesn't need a reserved port"
Chuck Lever
1
-6
/
+7
2005-09-23
Revert "[PATCH] RPC,NFS: new rpc_pipefs patch"
Trond Myklebust
3
-133
/
+197
2005-09-23
[PATCH] RPC,NFS: new rpc_pipefs patch
Christoph Hellwig
3
-197
/
+133
2005-09-23
[PATCH] RPC: rationalize set_buffer_size
Chuck Lever
2
-23
/
+17
2005-09-23
[PATCH] RPC: parametrize various transport connect timeouts
Chuck Lever
3
-6
/
+69
2005-09-23
[PATCH] RPC: make sure to get the same local port number when reconnecting
Chuck Lever
1
-12
/
+53
2005-09-23
[PATCH] RPC: allow RPC client's port range to be adjustable
Chuck Lever
2
-15
/
+37
2005-09-23
[PATCH] RPC: clean up after nocong was removed
Chuck Lever
2
-12
/
+19
2005-09-23
[PATCH] RPC: remove xprt->nocong
Chuck Lever
1
-2
/
+0
2005-09-23
[PATCH] RPC: add a release_rqst callout to the RPC transport switch
Chuck Lever
2
-1
/
+14
2005-09-23
[PATCH] RPC: add generic interface for adjusting the congestion window
Chuck Lever
2
-48
/
+31
2005-09-23
[PATCH] RPC: separate xprt_timer implementations
Chuck Lever
2
-25
/
+32
2005-09-23
[PATCH] RPC: expose API for serializing access to RPC transports
Chuck Lever
2
-14
/
+65
2005-09-23
[PATCH] RPC: expose API for serializing access to RPC transports
Chuck Lever
2
-12
/
+54
2005-09-23
[PATCH] RPC: add API to set transport-specific timeouts
Chuck Lever
2
-22
/
+47
2005-09-23
[PATCH] RPC: get rid of xprt->stream
Chuck Lever
2
-12
/
+19
2005-09-23
[PATCH] RPC: skip over transport-specific heads automatically
Chuck Lever
3
-14
/
+21
2005-09-23
[PATCH] RPC: separate TCP and UDP socket write paths
Chuck Lever
1
-87
/
+128
[next]