summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svcsock.c
Commit message (Expand)AuthorAgeFilesLines
* Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov2008-02-221-3/+3
* svc: Add transport hdr size for defer/revisitTom Tucker2008-02-011-0/+2
* svc: Move the xprt independent code to the svc_xprt.c fileTom Tucker2008-02-011-810/+24Star
* svc: Make svc_check_conn_limits xprt independentTom Tucker2008-02-011-12/+12
* svc: Removing remaining references to rq_sock in rqstpTom Tucker2008-02-011-14/+24
* svc: Move create logic to common codeTom Tucker2008-02-011-21/+18Star
* svc: Make svc_age_temp_sockets svc_age_temp_transportsTom Tucker2008-02-011-18/+19
* svc: Make svc_recv transport neutralTom Tucker2008-02-011-31/+32
* svc: Make svc_sock_release svc_xprt_releaseTom Tucker2008-02-011-9/+7Star
* svc: Move the sockaddr information to svc_xprtTom Tucker2008-02-011-26/+30
* svc: Make deferral processing xprt independentTom Tucker2008-02-011-32/+25Star
* svc: Move the authinfo cache to svc_xprt.Tom Tucker2008-02-011-10/+12
* svc: Remove sk_lastrecvTom Tucker2008-02-011-4/+1Star
* svc: Move accept call to svc_xprt_received to common codeTom Tucker2008-02-011-2/+1Star
* svc: Change svc_sock_received to svc_xprt_received and export itTom Tucker2008-02-011-22/+24
* svc: Make svc_send transport neutralTom Tucker2008-02-011-11/+8Star
* svc: Make the enqueue service transport neutral and export it.Tom Tucker2008-02-011-46/+48
* svc: Move sk_reserved to svc_xprtTom Tucker2008-02-011-5/+5
* svc: Make close transport independentTom Tucker2008-02-011-54/+50Star
* svc: Move sk_server and sk_pool to svc_xprtTom Tucker2008-02-011-30/+27Star
* svc: Move sk_flags to the svc_xprt structureTom Tucker2008-02-011-75/+76
* svc: Change sk_inuse to a krefTom Tucker2008-02-011-75/+63Star
* svc: Change services to use new svc_create_xprt serviceTom Tucker2008-02-011-22/+0Star
* svc: Add a generic transport svc_create_xprt functionTom Tucker2008-02-011-15/+44
* svc: Move connection limit checking to its own functionTom Tucker2008-02-011-28/+29
* svc: Remove unnecessary call to svc_sock_enqueueTom Tucker2008-02-011-1/+0Star
* svc: Add xpo_accept transport functionTom Tucker2008-02-011-12/+19
* svc: Move close processing to a single placeTom Tucker2008-02-011-15/+11Star
* svc: Add a transport function that checks for write spaceTom Tucker2008-02-011-26/+56
* svc: Add xpo_prep_reply_hdrTom Tucker2008-02-011-0/+17
* svc: Add per-transport delete functionsTom Tucker2008-02-011-13/+43
* svc: Add transport specific xpo_release functionTom Tucker2008-02-011-8/+9
* svc: Move sk_sendto and sk_recvfrom to svc_xprt_classTom Tucker2008-02-011-6/+6
* svc: Add a max payload value to the transportTom Tucker2008-02-011-0/+2
* svc: Make svc_sock the tcp/udp transportTom Tucker2008-02-011-1/+31
* [NET] Cleanup: Use sock_owned_by_user() macroJohn Heffner2007-10-111-1/+1
* [NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen2007-10-111-1/+2
* rpc: fix garbage in printk in svc_tcp_accept()Wolfgang Walter2007-09-201-1/+2
* Correctly close old nfsd/lockd sockets.Neil Brown2007-09-141-1/+1
* net/* misc endianness annotationsAl Viro2007-07-261-2/+2
* SUNRPC server: record the destination address of a requestFrank van Maarseveen2007-07-111-0/+20
* knfsd: simplify a 'while' condition in svcsock.cNeilBrown2007-05-091-8/+13
* knfsd: rename sk_defer_lock to sk_lockNeilBrown2007-05-091-6/+7
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-261-7/+3Star
* [SUNRPC]: Make sure on-stack cmsg buffer is properly aligned.David S. Miller2007-04-121-4/+12
* [PATCH] net/sunrpc/svcsock.c: fix a checkAdrian Bunk2007-04-051-2/+2
* [PATCH] knfsd: fix recently introduced problem with shutting down a busy NFS ...NeilBrown2007-03-061-1/+15
* [PATCH] knfsd: remove CONFIG_IPV6 ifdefs from sunrpc server codeNeilBrown2007-03-061-10/+3Star
* [PATCH] knfsd: use recv_msg to get peer address for NFSD instead of code-copyingNeilBrown2007-03-061-32/+40
* [PATCH] knfsd: SUNRPC: fix up svc_create_socket() to take a sockaddr struct +...Chuck Lever2007-02-121-8/+8