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.12.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
*
[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
2
-8
/
+14
*
[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
20
-150
/
+150
*
[PATCH] knfsd: fix a race in closing NFSd connections
NeilBrown
2007-02-09
2
-16
/
+40
*
[PATCH] knfsd: ratelimit some nfsd messages that are triggered by external ev...
NeilBrown
2007-01-30
2
-21
/
+24
*
[PATCH] knfsd: fix an NFSD bug with full sized, non-page-aligned reads
NeilBrown
2007-01-26
1
-0
/
+2
*
[PATCH] knfsd: fix setting of ACL server versions
NeilBrown
2007-01-26
1
-1
/
+2
*
[PATCH] NFS: Fix Oops in rpc_call_sync()
Trond Myklebust
2007-01-24
2
-6
/
+5
*
[PATCH] gss_spkm3: fix error handling in module init
Akinobu Mita
2006-12-22
1
-1
/
+1
*
[PATCH] knfsd: Don't ignore kstrdup failure in rpc caches
NeilBrown
2006-12-13
1
-0
/
+4
*
[PATCH] knfsd: svcrpc: remove another silent drop from deferral code
J.Bruce Fields
2006-12-13
1
-11
/
+9
*
[PATCH] knfsd: nfsd: don't drop silently on upcall deferral
J.Bruce Fields
2006-12-13
3
-5
/
+9
*
[PATCH] knfsd: svcrpc: fix gss krb5i memory leak
J.Bruce Fields
2006-12-13
1
-4
/
+5
*
[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
Robert P. J. Day
2006-12-13
1
-1
/
+1
*
[PATCH] struct path: convert sunrpc
Josef Sipek
2006-12-08
3
-10
/
+10
*
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus
Trond Myklebust
2006-12-07
5
-6
/
+70
|
\
|
*
[PATCH] lockdep: name some old style locks
Peter Zijlstra
2006-12-07
1
-1
/
+2
|
*
[PATCH] lockdep: annotate nfs/nfsd in-kernel sockets
Peter Zijlstra
2006-12-07
2
-0
/
+62
|
*
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
Nigel Cunningham
2006-12-07
1
-0
/
+1
|
*
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-12-07
2
-4
/
+4
|
*
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
2006-12-07
1
-1
/
+1
*
|
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus
Trond Myklebust
2006-12-07
5
-24
/
+29
|
\
|
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
2006-12-05
7
-20
/
+14
|
|
\
|
*
|
WorkStruct: Pass the work_struct pointer instead of context data
David Howells
2006-11-22
5
-21
/
+25
|
*
|
WorkStruct: Separate delayable and non-delayable events.
David Howells
2006-11-22
3
-6
/
+7
*
|
|
SUNRPC: Remove pprintk() from net/sunrpc/xprt.c
Chuck Lever
2006-12-06
1
-2
/
+0
*
|
|
SUNRPC: relocate the creation of socket-specific tunables
Chuck Lever
2006-12-06
2
-53
/
+104
*
|
|
SUNRPC: create stubs for xprtsock init and cleanup
Chuck Lever
2006-12-06
2
-0
/
+22
*
|
|
SUNRPC: Rename skb_reader_t and friends
Chuck Lever
2006-12-06
2
-10
/
+10
*
|
|
SUNRPC: skb_read_bits is the same as xs_tcp_copy_data
Chuck Lever
2006-12-06
2
-27
/
+11
*
|
|
SUNRPC: Make address format buffers more generic
Chuck Lever
2006-12-06
2
-20
/
+9
*
|
|
SUNRPC: move saved socket callback functions to a private data structure
Chuck Lever
2006-12-06
1
-9
/
+16
*
|
|
SUNRPC: Move the UDP socket bufsize parameters to a private data structure
Chuck Lever
2006-12-06
1
-8
/
+16
*
|
|
SUNRPC: Move rpc_xprt socket connect fields into private data structure
Chuck Lever
2006-12-06
1
-18
/
+33
*
|
|
SUNRPC: Move TCP state flags into xprtsock.c
Chuck Lever
2006-12-06
1
-20
/
+29
*
|
|
SUNRPC: Move TCP receive state variables into private data structure
Chuck Lever
2006-12-06
1
-68
/
+86
*
|
|
SUNRPC: Remove sock and inet fields from rpc_xprt
Chuck Lever
2006-12-06
1
-23
/
+39
*
|
|
SUNRPC: Allocate a private data area for socket-specific rpc_xprt fields
Chuck Lever
2006-12-06
1
-2
/
+8
*
|
|
rpcgss: krb5: miscellaneous cleanup
J. Bruce Fields
2006-12-06
3
-20
/
+15
[next]