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