aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svcsock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-23SUNRPC: Update RPC server's TCP record marker decoderChuck Lever1-12/+12
2008-04-23SUNRPC: RPC server still uses 2.4 method for disabling TCP NagleChuck Lever1-2/+2
2008-04-23SUNRPC: export svc_sock_update_bufsJeff Layton1-0/+1
2008-02-21Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov1-3/+3
2008-02-01svc: Add transport hdr size for defer/revisitTom Tucker1-0/+2
2008-02-01svc: Move the xprt independent code to the svc_xprt.c fileTom Tucker1-810/+24
2008-02-01svc: Make svc_check_conn_limits xprt independentTom Tucker1-12/+12
2008-02-01svc: Removing remaining references to rq_sock in rqstpTom Tucker1-14/+24
2008-02-01svc: Move create logic to common codeTom Tucker1-21/+18
2008-02-01svc: Make svc_age_temp_sockets svc_age_temp_transportsTom Tucker1-18/+19
2008-02-01svc: Make svc_recv transport neutralTom Tucker1-31/+32
2008-02-01svc: Make svc_sock_release svc_xprt_releaseTom Tucker1-9/+7
2008-02-01svc: Move the sockaddr information to svc_xprtTom Tucker1-26/+30
2008-02-01svc: Make deferral processing xprt independentTom Tucker1-32/+25
2008-02-01svc: Move the authinfo cache to svc_xprt.Tom Tucker1-10/+12
2008-02-01svc: Remove sk_lastrecvTom Tucker1-4/+1
2008-02-01svc: Move accept call to svc_xprt_received to common codeTom Tucker1-2/+1
2008-02-01svc: Change svc_sock_received to svc_xprt_received and export itTom Tucker1-22/+24
2008-02-01svc: Make svc_send transport neutralTom Tucker1-11/+8
2008-02-01svc: Make the enqueue service transport neutral and export it.Tom Tucker1-46/+48
2008-02-01svc: Move sk_reserved to svc_xprtTom Tucker1-5/+5
2008-02-01svc: Make close transport independentTom Tucker1-54/+50
2008-02-01svc: Move sk_server and sk_pool to svc_xprtTom Tucker1-30/+27
2008-02-01svc: Move sk_flags to the svc_xprt structureTom Tucker1-75/+76
2008-02-01svc: Change sk_inuse to a krefTom Tucker1-75/+63
2008-02-01svc: Change services to use new svc_create_xprt serviceTom Tucker1-22/+0
2008-02-01svc: Add a generic transport svc_create_xprt functionTom Tucker1-15/+44
2008-02-01svc: Move connection limit checking to its own functionTom Tucker1-28/+29
2008-02-01svc: Remove unnecessary call to svc_sock_enqueueTom Tucker1-1/+0
2008-02-01svc: Add xpo_accept transport functionTom Tucker1-12/+19
2008-02-01svc: Move close processing to a single placeTom Tucker1-15/+11
2008-02-01svc: Add a transport function that checks for write spaceTom Tucker1-26/+56
2008-02-01svc: Add xpo_prep_reply_hdrTom Tucker1-0/+17
2008-02-01svc: Add per-transport delete functionsTom Tucker1-13/+43
2008-02-01svc: Add transport specific xpo_release functionTom Tucker1-8/+9
2008-02-01svc: Move sk_sendto and sk_recvfrom to svc_xprt_classTom Tucker1-6/+6
2008-02-01svc: Add a max payload value to the transportTom Tucker1-0/+2
2008-02-01svc: Make svc_sock the tcp/udp transportTom Tucker1-1/+31
2007-10-10[NET] Cleanup: Use sock_owned_by_user() macroJohn Heffner1-1/+1
2007-10-10[NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen1-1/+2
2007-09-20rpc: fix garbage in printk in svc_tcp_accept()Wolfgang Walter1-1/+2
2007-09-14Correctly close old nfsd/lockd sockets.Neil Brown1-1/+1
2007-07-26net/* misc endianness annotationsAl Viro1-2/+2
2007-07-10SUNRPC server: record the destination address of a requestFrank van Maarseveen1-0/+20
2007-05-09knfsd: simplify a 'while' condition in svcsock.cNeilBrown1-8/+13
2007-05-09knfsd: rename sk_defer_lock to sk_lockNeilBrown1-6/+7
2007-04-25[NET]: convert network timestamps to ktime_tEric Dumazet1-7/+3
2007-04-12[SUNRPC]: Make sure on-stack cmsg buffer is properly aligned.David S. Miller1-4/+12
2007-04-04[PATCH] net/sunrpc/svcsock.c: fix a checkAdrian Bunk1-2/+2
2007-03-06[PATCH] knfsd: fix recently introduced problem with shutting down a busy NFS serverNeilBrown1-1/+15