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
2006-09-23
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
Linus Torvalds
9
-351
/
+460
2006-09-22
NFSv4: rpc_mkpipe creating socket inodes w/out sk buffers
Steve Dickson
1
-1
/
+1
2006-09-22
SUNRPC: Fix Oops in pmap_getport_done
Trond Myklebust
1
-24
/
+22
2006-09-22
SUNRPC: Add refcounting to the struct rpc_xprt
Trond Myklebust
2
-8
/
+28
2006-09-22
SUNRPC: Clean up soft task error handling
Trond Myklebust
2
-27
/
+15
2006-09-22
SUNRPC: Handle ENETUNREACH, EHOSTUNREACH and EHOSTDOWN socket errors
Trond Myklebust
1
-0
/
+8
2006-09-22
SUNRPC: rpc_delay() should not clobber the rpc_task->tk_status
Trond Myklebust
1
-10
/
+6
2006-09-22
SUNRPC: Make rpc_mkpipe() take the parent dentry as an argument
Trond Myklebust
2
-20
/
+25
2006-09-22
SUNRPC: export new RPC client functions with _GPL
Chuck Lever
1
-5
/
+5
2006-09-22
SUNRPC: Eliminate xprt_create_proto and rpc_create_client
Chuck Lever
4
-125
/
+1
2006-09-22
SUNRPC: Convert RPC portmapper to use new rpc_create() API
Chuck Lever
1
-18
/
+15
2006-09-22
SUNRPC: use sockaddr + size when creating remote transport endpoints
Chuck Lever
2
-0
/
+136
2006-09-22
SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer address
Chuck Lever
3
-7
/
+13
2006-09-22
SUNRPC: Teach rpc_pipe.c to use new rpc_peeraddr() API
Chuck Lever
1
-4
/
+2
2006-09-22
SUNRPC: Create API for displaying remote peer address
Chuck Lever
1
-0
/
+13
2006-09-22
SUNRPC: add xprt switch API for printing formatted remote peer addresses
Chuck Lever
1
-8
/
+71
2006-09-22
SUNRPC: remove extraneous header inclusions
Chuck Lever
3
-4
/
+0
2006-09-22
SUNRPC: Teach the RPC portmapper to use the new rpc_peeraddr() API.
Chuck Lever
1
-2
/
+3
2006-09-22
SUNRPC: create API for getting remote peer address
Chuck Lever
1
-0
/
+21
2006-09-22
SUNRPC: Introduce transport switch callout for pluggable rpcbind
Chuck Lever
3
-4
/
+5
2006-09-22
SUNRPC: Support for RPC child tasks no longer needed
Chuck Lever
1
-82
/
+0
2006-09-22
SUNRPC: Clean-up after recent changes to sunrpc/pmap_clnt.c
Chuck Lever
1
-28
/
+42
2006-09-22
SUNRPC: Make RPC portmapper use per-transport storage
Chuck Lever
3
-61
/
+106
2006-09-22
SUNRPC: Create a helper to tell whether a transport is bound
Chuck Lever
4
-11
/
+20
2006-09-22
[SUNRPC]: Remove the unnecessary check for highmem in xs_sendpages().
Sridhar Samudrala
1
-6
/
+1
2006-09-22
[SUNRPC]: Update to use in-kernel sockets API.
Sridhar Samudrala
2
-28
/
+18
2006-09-22
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
1
-1
/
+1
2006-09-21
[CRYPTO] users: Use crypto_hash interface instead of crypto_digest
Herbert Xu
1
-14
/
+24
2006-09-21
[SUNRPC] GSS: Use block ciphers where applicable
Herbert Xu
5
-54
/
+64
2006-08-24
NFS: Check lengths more thoroughly in NFS4 readdir XDR decode
David Howells
1
-0
/
+11
2006-08-24
SUNRPC: Fix dentry refcounting issues with users of rpc_pipefs
Trond Myklebust
2
-10
/
+6
2006-08-24
SUNRPC: rpc_unlink() must check for unhashed dentries
Trond Myklebust
1
-7
/
+10
2006-08-24
NFS: clean up rpc_rmdir
Trond Myklebust
2
-16
/
+8
2006-08-24
SUNRPC: make rpc_unlink() take a dentry argument instead of a path
Trond Myklebust
2
-15
/
+7
2006-08-06
[PATCH] knfsd: fix race related problem when adding items to and svcrpc auth ...
Neil Brown
1
-1
/
+5
2006-08-03
SUNRPC: Fix obvious refcounting bugs in rpc_pipefs.
Trond Myklebust
1
-2
/
+4
2006-08-03
RPC: Ensure that we disconnect TCP socket when client requests error out
Trond Myklebust
3
-42
/
+60
2006-07-21
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
Panagiotis Issaris
11
-34
/
+15
2006-07-05
This fixes a panic doing the first READDIR or READDIRPLUS call when:
Trond Myklebust
1
-2
/
+1
2006-07-03
[PATCH] lockdep: annotate sunrpc code
Arjan van de Ven
1
-4
/
+4
2006-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
4
-4
/
+0
2006-06-30
[PATCH] knfsd: svcrpc: gss: server-side implementation of rpcsec_gss privacy
J. Bruce Fields
2
-7
/
+148
2006-06-30
[PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy case
J. Bruce Fields
1
-0
/
+2
2006-06-30
[PATCH] knfsd: svcrpc: Simplify nfsd rpcsec_gss integrity code
J. Bruce Fields
1
-51
/
+64
2006-06-30
[PATCH] knfsd: svcrpc: gss: simplify rsc_parse()
J. Bruce Fields
2
-11
/
+7
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
4
-4
/
+0
2006-06-27
[PATCH] spin/rwlock init cleanups
Ingo Molnar
1
-1
/
+1
2006-06-26
spelling fixes
Andreas Mohr
2
-2
/
+2
2006-06-24
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Trond Myklebust
1
-3
/
+3
2006-06-23
[PATCH] VFS: Permit filesystem to override root dentry on mount
David Howells
1
-3
/
+3
[next]