summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svcsock.c
Commit message (Expand)AuthorAgeFilesLines
* svcrpc: svc_tcp_sendto XPT_DEAD check is redundantJ. Bruce Fields2010-10-251-3/+0
* sunrpc: Turn list_for_each-s into the ..._entry-sPavel Emelyanov2010-10-191-9/+3
* sunrpc: Create sockets in net namespacesPavel Emelyanov2010-10-011-1/+1
* sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov2010-10-011-3/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-201-13/+12
|\
| * net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-1/+0
| * net: sk_sleep() helperEric Dumazet2010-04-201-12/+12
* | sunrpc: centralise most calls to svc_xprt_receivedNeil Brown2010-05-031-14/+1
|/
* nfsd: ensure sockets are closed on errorNeil Brown2010-02-281-0/+1
* NFSD: Support AF_INET6 in svc_addsock() functionAime Le Rouzic2010-01-261-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-061-5/+5
|\
| * net: fix sk_forward_alloc corruptionEric Dumazet2009-10-301-5/+5
* | inet: rename some inet_sock fieldsEric Dumazet2009-10-181-4/+4
|/
* nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer2009-09-111-35/+137
* nfsd41: sunrpc: svc_tcp_recv_record()Alexandros Batsakis2009-08-241-28/+51
* SUNRPC: handle IPv6 PKTINFO when extracting destination addressChuck Lever2009-07-141-28/+56
* Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds2009-06-221-38/+84
|\
| * SUNRPC: Fix the TCP server's send buffer accountingTrond Myklebust2009-06-181-17/+18
| * Merge commit 'v2.6.30' into for-2.6.31J. Bruce Fields2009-06-151-7/+28
| |\
| * | SUNRPC: Clean up one_sock_name()Chuck Lever2009-04-281-10/+11
| * | SUNRPC: Support PF_INET6 in one_sock_name()Chuck Lever2009-04-281-0/+7
| * | SUNRPC: Switch one_sock_name() to use snprintf()Chuck Lever2009-04-281-7/+18
| * | SUNRPC: pass buffer size to svc_sock_names()Chuck Lever2009-04-281-2/+17
| * | SUNRPC: pass buffer size to svc_addsock()Chuck Lever2009-04-281-3/+13
| * | SUNRPC: Fix error return value of svc_addr_len()Chuck Lever2009-04-281-3/+4
* | | nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backcha...Benny Halevy2009-06-171-0/+39
| |/ |/|
* | nfsd: Revert "svcrpc: take advantage of tcp autotuning"J. Bruce Fields2009-05-271-7/+28
|/
* Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-04-061-28/+7
|\
| * svcrpc: take advantage of tcp autotuningOlga Kornievskaia2009-03-181-28/+7
* | SUNRPC: Ensure IPV6_V6ONLY is set on the socket before binding to a portTrond Myklebust2009-04-011-12/+24
* | SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener socketsChuck Lever2009-03-281-6/+4
* | SUNRPC: svc_setup_socket() gets protocol family from socketChuck Lever2009-03-281-3/+3
* | 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
OpenPOWER on IntegriCloud