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