aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc_xprt.c
Commit message (Expand)AuthorAge
* Merge commit 'v2.6.34-rc6'J. Bruce Fields2010-05-04
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | sunrpc: centralise most calls to svc_xprt_receivedNeil Brown2010-05-03
* | svcrpc: don't hold sv_lock over svc_xprt_put()J. Bruce Fields2010-03-29
|/
* Revert "sunrpc: move the close processing after do recvfrom method"J. Bruce Fields2010-02-28
* Revert "sunrpc: fix peername failed on closed listener"J. Bruce Fields2010-02-28
* sunrpc: remove unnecessary svc_xprt_putNeil Brown2010-02-26
* SUNRPC: NFS kernel APIs shouldn't return ENOENT for "transport not found"Chuck Lever2010-01-26
* SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()Chuck Lever2010-01-26
* Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-01-06
|\
| * sunrpc: fix peername failed on closed listenerXiaotian Feng2010-01-06
* | Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-12-16
|\|
| * Revert "knfsd: avoid overloading the CPU scheduler with enormous load averages"J. Bruce Fields2009-11-23
* | net: Move && and || to end of previous lineJoe Perches2009-11-29
|/
* nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer2009-09-11
* sunrpc: move the close processing after do recvfrom methodWei Yongjun2009-08-27
* knfsd: Replace lock_kernel with a mutex in nfsd pool stats.Ryusei Yamaguchi2009-08-25
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* NFSD: Prevent a buffer overflow in svc_xprt_names()Chuck Lever2009-04-28
* net/sunrpc/svc_xprt.c: fix sparse warningsH Hartley Sweeten2009-04-28
* Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-04-06
|\
| * nfsd: don't use the deferral service, return NFS4ERR_DELAYAndy Adamson2009-04-03
| * knfsd: add file to export stats about nfsd poolsGreg Banks2009-03-18
| * knfsd: avoid overloading the CPU scheduler with enormous load averagesGreg Banks2009-03-18
* | SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever2009-03-28
* | SUNRPC: Clean up svc_find_xprt() calling sequenceChuck Lever2009-03-28
|/
* SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust2009-01-07
* svc: Clean up deferred requests on transport destructionTom Tucker2009-01-07
* svc: Move kfree of deferral record to common codeTom Tucker2009-01-07
* sunrpc: add sv_maxconn field to svc_serv (try #3)Jeff Layton2009-01-06
* SUNRPC: Use proper INADDR_ANY when setting up RPC services on IPv6Chuck Lever2008-09-29
* svc: Remove unused header files from svc_xprt.cTom Tucker2008-05-19
* svc: Remove extra check for XPT_DEAD bit in svc_xprt_enqueueTom Tucker2008-05-19
* SUNRPC: allow svc_recv to break out of 500ms sleep when alloc_page failsJeff Layton2008-04-23
* SUNRPC: have svc_recv() check kthread_should_stop()Jeff Layton2008-04-23
* [NET] endianness noise: INADDR_ANYAl Viro2008-03-18
* SUNRPC: Move exported symbol definitions after function declaration part 2Trond Myklebust2008-02-01
* svc: Add svc_xprt_names service to replace svc_sock_namesTom Tucker2008-02-01
* knfsd: Support adding transports by writing portlist fileTom Tucker2008-02-01
* svc: Add svc API that queries for a transport instanceTom Tucker2008-02-01
* svc: Add /proc/sys/sunrpc/transport filesTom Tucker2008-02-01
* svc: Add transport hdr size for defer/revisitTom Tucker2008-02-01
* svc: Move the xprt independent code to the svc_xprt.c fileTom Tucker2008-02-01
* svc: Move create logic to common codeTom Tucker2008-02-01
* svc: Move the sockaddr information to svc_xprtTom Tucker2008-02-01
* svc: Make deferral processing xprt independentTom Tucker2008-02-01
* svc: Move the authinfo cache to svc_xprt.Tom Tucker2008-02-01
* svc: Make svc_send transport neutralTom Tucker2008-02-01
* svc: Make close transport independentTom Tucker2008-02-01
* svc: Move sk_server and sk_pool to svc_xprtTom Tucker2008-02-01