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
/
svcsock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-01
svc: Add xpo_accept transport function
Tom Tucker
1
-12
/
+19
2008-02-01
svc: Move close processing to a single place
Tom Tucker
1
-15
/
+11
2008-02-01
svc: Add a transport function that checks for write space
Tom Tucker
1
-26
/
+56
2008-02-01
svc: Add xpo_prep_reply_hdr
Tom Tucker
1
-0
/
+17
2008-02-01
svc: Add per-transport delete functions
Tom Tucker
1
-13
/
+43
2008-02-01
svc: Add transport specific xpo_release function
Tom Tucker
1
-8
/
+9
2008-02-01
svc: Move sk_sendto and sk_recvfrom to svc_xprt_class
Tom Tucker
1
-6
/
+6
2008-02-01
svc: Add a max payload value to the transport
Tom Tucker
1
-0
/
+2
2008-02-01
svc: Make svc_sock the tcp/udp transport
Tom Tucker
1
-1
/
+31
2007-10-10
[NET] Cleanup: Use sock_owned_by_user() macro
John Heffner
1
-1
/
+1
2007-10-10
[NET]: DIV_ROUND_UP cleanup (part two)
Ilpo Järvinen
1
-1
/
+2
2007-09-20
rpc: fix garbage in printk in svc_tcp_accept()
Wolfgang Walter
1
-1
/
+2
2007-09-14
Correctly close old nfsd/lockd sockets.
Neil Brown
1
-1
/
+1
2007-07-26
net/* misc endianness annotations
Al Viro
1
-2
/
+2
2007-07-10
SUNRPC server: record the destination address of a request
Frank van Maarseveen
1
-0
/
+20
2007-05-09
knfsd: simplify a 'while' condition in svcsock.c
NeilBrown
1
-8
/
+13
2007-05-09
knfsd: rename sk_defer_lock to sk_lock
NeilBrown
1
-6
/
+7
2007-04-25
[NET]: convert network timestamps to ktime_t
Eric Dumazet
1
-7
/
+3
2007-04-12
[SUNRPC]: Make sure on-stack cmsg buffer is properly aligned.
David S. Miller
1
-4
/
+12
2007-04-04
[PATCH] net/sunrpc/svcsock.c: fix a check
Adrian Bunk
1
-2
/
+2
2007-03-06
[PATCH] knfsd: fix recently introduced problem with shutting down a busy NFS ...
NeilBrown
1
-1
/
+15
2007-03-06
[PATCH] knfsd: remove CONFIG_IPV6 ifdefs from sunrpc server code
NeilBrown
1
-10
/
+3
2007-03-06
[PATCH] knfsd: use recv_msg to get peer address for NFSD instead of code-copying
NeilBrown
1
-32
/
+40
2007-02-12
[PATCH] knfsd: SUNRPC: fix up svc_create_socket() to take a sockaddr struct +...
Chuck Lever
1
-8
/
+8
2007-02-12
[PATCH] knfsd: SUNRPC: support IPv6 addresses in RPC server's UDP receive path
Chuck Lever
1
-10
/
+43
2007-02-12
[PATCH] knfsd: SUNRPC: Support IPv6 addresses in svc_tcp_accept
akpm@linux-foundation.org
1
-9
/
+7
2007-02-12
[PATCH] knfsd: SUNRPC: add a "generic" function to see if the peer uses a sec...
Chuck Lever
1
-3
/
+18
2007-02-12
[PATCH] knfsd: SUNRPC: teach svc_sendto() to deal with IPv6 addresses
Chuck Lever
1
-17
/
+48
2007-02-12
[PATCH] knfsd: SUNRPC: Make rq_daddr field address-version independent
Chuck Lever
1
-2
/
+2
2007-02-12
[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addresses
Chuck Lever
1
-7
/
+12
2007-02-12
[PATCH] knfsd: SUNRPC: Use sockaddr_storage to store address in svc_deferred_req
Chuck Lever
1
-2
/
+4
2007-02-12
[PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst fo...
Chuck Lever
1
-19
/
+57
2007-02-12
[PATCH] knfsd: SUNRPC: Don't set msg_name and msg_namelen when calling sock_r...
Chuck Lever
1
-15
/
+7
2007-02-12
[PATCH] knfsd: SUNRPC: Cache remote peer's address in svc_sock
Chuck Lever
1
-6
/
+8
2007-02-12
[PATCH] knfsd: SUNRPC: aplit svc_sock_enqueue out of svc_setup_socket
NeilBrown
1
-5
/
+7
2007-02-12
[PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with...
Chuck Lever
1
-2
/
+4
2007-02-12
[PATCH] knfsd: SUNRPC: update internal API: separate pmap register and temp s...
Chuck Lever
1
-20
/
+27
2007-02-10
[NET] SUNRPC: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-18
/
+18
2007-02-09
[PATCH] knfsd: fix a race in closing NFSd connections
NeilBrown
1
-14
/
+38
2007-01-30
[PATCH] knfsd: ratelimit some nfsd messages that are triggered by external ev...
NeilBrown
1
-4
/
+8
2007-01-26
[PATCH] knfsd: fix an NFSD bug with full sized, non-page-aligned reads
NeilBrown
1
-0
/
+2
2006-12-07
[PATCH] lockdep: annotate nfs/nfsd in-kernel sockets
Peter Zijlstra
1
-0
/
+31
2006-12-07
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
Nigel Cunningham
1
-0
/
+1
2006-10-30
[PATCH] fix "sunrpc: fix refcounting problems in rpc servers"
Andrew Morton
1
-2
/
+3
2006-10-30
[PATCH] sunrpc: fix refcounting problems in rpc servers
Neil Brown
1
-16
/
+14
2006-10-20
[PATCH] knfsd: fix race that can disable NFS server
NeilBrown
1
-1
/
+1
2006-10-06
[PATCH] knfsd: tidy up up meaning of 'buffer size' in nfsd/sunrpc
NeilBrown
1
-14
/
+14
2006-10-04
[PATCH] knfsd: knfsd: cache ipmap per TCP socket
Greg Banks
1
-0
/
+2
2006-10-04
[PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfrom
NeilBrown
1
-1
/
+2
2006-10-04
[PATCH] knfsd: Replace two page lists in struct svc_rqst with one
NeilBrown
1
-20
/
+21
[next]