aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svcsock.c
Commit message (Expand)AuthorAgeFilesLines
...
* | SUNRPC: Pass a family argument to svc_register()Chuck Lever2009-03-281-1/+1
|/
* SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust2009-01-071-2/+2
* svc: Move kfree of deferral record to common codeTom Tucker2009-01-071-5/+0
* SUNRPC: Ensure the server closes sockets in a timely fashionTrond Myklebust2009-01-061-1/+20
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-151-2/+7
|\
| * Add a reference to sunrpc in svc_addsockTom Tucker2008-11-241-2/+7
* | net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-311-3/+3
|/
* NLM: Remove unused argument from svc_addsock() functionChuck Lever2008-10-041-3/+1
* SUNRPC: Set V6ONLY socket option for RPC listener socketsChuck Lever2008-09-291-0/+13
* SUNRPC: Update RPC server's TCP record marker decoderChuck Lever2008-04-231-12/+12
* SUNRPC: RPC server still uses 2.4 method for disabling TCP NagleChuck Lever2008-04-231-2/+2
* SUNRPC: export svc_sock_update_bufsJeff Layton2008-04-231-0/+1
* Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov2008-02-211-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/+24
* 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/+18
* 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/+7
* svc: Move the sockaddr information to svc_xprtTom Tucker2008-02-011-26/+30
* svc: Make deferral processing xprt independentTom Tucker2008-02-011-32/+25
* svc: Move the authinfo cache to svc_xprt.Tom Tucker2008-02-011-10/+12
* svc: Remove sk_lastrecvTom Tucker2008-02-011-4/+1
* svc: Move accept call to svc_xprt_received to common codeTom Tucker2008-02-011-2/+1
* 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/+8
* 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/+50
* svc: Move sk_server and sk_pool to svc_xprtTom Tucker2008-02-011-30/+27
* 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/+63
* svc: Change services to use new svc_create_xprt serviceTom Tucker2008-02-011-22/+0
* 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/+0
* svc: Add xpo_accept transport functionTom Tucker2008-02-011-12/+19
* svc: Move close processing to a single placeTom Tucker2008-02-011-15/+11
* 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-101-1/+1
* [NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen2007-10-101-1/+2
* rpc: fix garbage in printk in svc_tcp_accept()Wolfgang Walter2007-09-201-1/+2