summaryrefslogtreecommitdiff
path: root/net/sunrpc/svc_xprt.c
AgeCommit message (Expand)Author
2012-01-14Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-12-06SUNRPC: create svc_xprt in proper network namespaceStanislav Kinsbursky
2011-12-06svcrpc: avoid memory-corruption on pool shutdownJ. Bruce Fields
2011-12-06svcrpc: destroy server sockets all at onceJ. Bruce Fields
2011-12-06svcrpc: make svc_delete_xprt staticJ. Bruce Fields
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-09-14SUNRPC: Replace svc_addr_u by sockaddr_storageMi Jinlong
2011-07-15svcrpc: fix list-corrupting race on nfsd shutdownJ. Bruce Fields
2011-01-11rpc: keep backchannel xprt as long as server connectionJ. Bruce Fields
2011-01-04svcrpc: simpler request droppingJ. Bruce Fields
2010-12-17sunrpc: remove xpt_poolNeilBrown
2010-12-17Merge commit 'v2.6.37-rc6' into for-2.6.38J. Bruce Fields
2010-12-07sunrpc: prevent use-after-free on clearing XPT_BUSYNeilBrown
2010-11-19svcrpc: fix wspace-checking raceJ. Bruce Fields
2010-11-19svcrpc: svc_close_xprt commentJ. Bruce Fields
2010-11-19svcrpc: simplify svc_close_allJ. Bruce Fields
2010-11-19nfsd4: centralize more calls to svc_xprt_receivedJ. Bruce Fields
2010-11-19svcrpc: don't set then immediately clear XPT_DEFERREDJ. Bruce Fields
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-25svcrpc: no need for XPT_DEAD check in svc_xprt_enqueueJ. Bruce Fields
2010-10-25svcrpc: assume svc_delete_xprt() called only onceJ. Bruce Fields
2010-10-25svcrpc: never clear XPT_BUSY on dead xprtJ. Bruce Fields
2010-10-19sunrpc: Turn list_for_each-s into the ..._entry-sPavel Emelyanov
2010-10-01nfsd: provide callbacks on svc_xprt deletionJ. Bruce Fields
2010-10-01sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov
2010-10-01sunrpc: Add net argument to svc_create_xprtPavel Emelyanov
2010-09-27sunrpc: Tag svc_xprt with netPavel Emelyanov
2010-09-27sunrpc: Make xprt auth cache release work with the xprtPavel Emelyanov
2010-09-07svcrpc: minor cache cleanupJ. Bruce Fields
2010-09-07sunrpc/cache: allow threads to block while waiting for cache update.NeilBrown
2010-05-04Merge commit 'v2.6.34-rc6'J. Bruce Fields
2010-05-03sunrpc: centralise most calls to svc_xprt_receivedNeil Brown
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-29svcrpc: don't hold sv_lock over svc_xprt_put()J. Bruce Fields
2010-02-28Revert "sunrpc: move the close processing after do recvfrom method"J. Bruce Fields
2010-02-28Revert "sunrpc: fix peername failed on closed listener"J. Bruce Fields
2010-02-26sunrpc: remove unnecessary svc_xprt_putNeil Brown
2010-01-26SUNRPC: NFS kernel APIs shouldn't return ENOENT for "transport not found"Chuck Lever
2010-01-26SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()Chuck Lever
2010-01-06Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-01-06sunrpc: fix peername failed on closed listenerXiaotian Feng
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-11-23Revert "knfsd: avoid overloading the CPU scheduler with enormous load averages"J. Bruce Fields
2009-09-11nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer
2009-08-27sunrpc: move the close processing after do recvfrom methodWei Yongjun
2009-08-25knfsd: Replace lock_kernel with a mutex in nfsd pool stats.Ryusei Yamaguchi
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-04-28NFSD: Prevent a buffer overflow in svc_xprt_names()Chuck Lever