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
/
svc_xprt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2012-06-01
1
-2
/
+2
|
\
|
*
svcrpc: fix a comment typo
J. Bruce Fields
2012-05-31
1
-1
/
+1
|
*
sunrpc: do array overrun check in svc_recv before allocating pages
Jeff Layton
2012-05-31
1
-1
/
+1
*
|
net: Convert net_ratelimit uses to net_<level>_ratelimited
Joe Perches
2012-05-15
1
-8
/
+5
|
/
*
SUNRPC: service destruction in network namespace context
Stanislav Kinsbursky
2012-02-15
1
-10
/
+17
*
SUNRPC: clear svc transports lists helper introduced
Stanislav Kinsbursky
2012-02-15
1
-8
/
+11
*
SUNRPC: clear svc pools lists helper introduced
Stanislav Kinsbursky
2012-02-15
1
-6
/
+13
*
SUNRPC: search for service transports in network namespace context
Stanislav Kinsbursky
2012-01-31
1
-1
/
+5
*
Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2012-01-14
1
-21
/
+41
|
\
|
*
SUNRPC: create svc_xprt in proper network namespace
Stanislav Kinsbursky
2011-12-06
1
-3
/
+3
|
*
svcrpc: avoid memory-corruption on pool shutdown
J. Bruce Fields
2011-12-06
1
-19
/
+29
|
*
svcrpc: destroy server sockets all at once
J. Bruce Fields
2011-12-06
1
-1
/
+10
|
*
svcrpc: make svc_delete_xprt static
J. Bruce Fields
2011-12-06
1
-1
/
+2
*
|
net: use IS_ENABLED(CONFIG_IPV6)
Eric Dumazet
2011-12-11
1
-4
/
+4
|
/
*
net: Fix files explicitly needing to include module.h
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
SUNRPC: Replace svc_addr_u by sockaddr_storage
Mi Jinlong
2011-09-14
1
-11
/
+2
*
svcrpc: fix list-corrupting race on nfsd shutdown
J. Bruce Fields
2011-07-15
1
-5
/
+6
*
rpc: keep backchannel xprt as long as server connection
J. Bruce Fields
2011-01-11
1
-0
/
+4
*
svcrpc: simpler request dropping
J. Bruce Fields
2011-01-04
1
-0
/
+1
*
sunrpc: remove xpt_pool
NeilBrown
2010-12-17
1
-5
/
+0
*
Merge commit 'v2.6.37-rc6' into for-2.6.38
J. Bruce Fields
2010-12-17
1
-2
/
+8
|
\
|
*
sunrpc: prevent use-after-free on clearing XPT_BUSY
NeilBrown
2010-12-07
1
-1
/
+8
|
*
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
2010-11-17
1
-1
/
+0
*
|
svcrpc: fix wspace-checking race
J. Bruce Fields
2010-11-19
1
-22
/
+11
*
|
svcrpc: svc_close_xprt comment
J. Bruce Fields
2010-11-19
1
-1
/
+6
*
|
svcrpc: simplify svc_close_all
J. Bruce Fields
2010-11-19
1
-8
/
+8
*
|
nfsd4: centralize more calls to svc_xprt_received
J. Bruce Fields
2010-11-19
1
-12
/
+14
*
|
svcrpc: don't set then immediately clear XPT_DEFERRED
J. Bruce Fields
2010-11-19
1
-3
/
+2
|
/
*
svcrpc: no need for XPT_DEAD check in svc_xprt_enqueue
J. Bruce Fields
2010-10-25
1
-6
/
+0
*
svcrpc: assume svc_delete_xprt() called only once
J. Bruce Fields
2010-10-25
1
-1
/
+1
*
svcrpc: never clear XPT_BUSY on dead xprt
J. Bruce Fields
2010-10-25
1
-3
/
+0
*
sunrpc: Turn list_for_each-s into the ..._entry-s
Pavel Emelyanov
2010-10-19
1
-4
/
+2
*
nfsd: provide callbacks on svc_xprt deletion
J. Bruce Fields
2010-10-01
1
-0
/
+15
*
sunrpc: Pull net argument downto svc_create_socket
Pavel Emelyanov
2010-10-01
1
-2
/
+3
*
sunrpc: Add net argument to svc_create_xprt
Pavel Emelyanov
2010-10-01
1
-2
/
+2
*
sunrpc: Tag svc_xprt with net
Pavel Emelyanov
2010-09-27
1
-0
/
+2
*
sunrpc: Make xprt auth cache release work with the xprt
Pavel Emelyanov
2010-09-27
1
-3
/
+2
*
svcrpc: minor cache cleanup
J. Bruce Fields
2010-09-07
1
-1
/
+1
*
sunrpc/cache: allow threads to block while waiting for cache update.
NeilBrown
2010-09-07
1
-0
/
+11
*
Merge commit 'v2.6.34-rc6'
J. Bruce Fields
2010-05-04
1
-0
/
+1
|
\
|
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
|
sunrpc: centralise most calls to svc_xprt_received
Neil Brown
2010-05-03
1
-1
/
+3
*
|
svcrpc: don't hold sv_lock over svc_xprt_put()
J. Bruce Fields
2010-03-29
1
-1
/
+1
|
/
*
Revert "sunrpc: move the close processing after do recvfrom method"
J. Bruce Fields
2010-02-28
1
-7
/
+5
*
Revert "sunrpc: fix peername failed on closed listener"
J. Bruce Fields
2010-02-28
1
-2
/
+1
*
sunrpc: remove unnecessary svc_xprt_put
Neil Brown
2010-02-26
1
-4
/
+1
*
SUNRPC: NFS kernel APIs shouldn't return ENOENT for "transport not found"
Chuck Lever
2010-01-26
1
-1
/
+4
*
SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()
Chuck Lever
2010-01-26
1
-0
/
+4
*
Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2010-01-06
1
-1
/
+2
|
\
|
*
sunrpc: fix peername failed on closed listener
Xiaotian Feng
2010-01-06
1
-1
/
+2
[next]