summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: Remove dead "else" branch from bc xprt creationPavel Emelyanov2010-10-191-9/+4
* sunrpc: Remove UDP worker wrappersPavel Emelyanov2010-10-191-34/+7
* sunrpc: Remove TCP worker wrappersPavel Emelyanov2010-10-191-32/+7
* sunrpc: Pass family to setup_socket callsPavel Emelyanov2010-10-191-24/+8
* sunrpc: Merge xs_create_sock codePavel Emelyanov2010-10-191-25/+24
* sunrpc: Merge the xs_bind codePavel Emelyanov2010-10-191-47/+19
* sunrpc: Call xs_create_sockX directly from setup_socketPavel Emelyanov2010-10-191-32/+8
* sunrpc: Factor out v6 sockets creationPavel Emelyanov2010-10-191-37/+26
* sunrpc: Factor out v4 sockets creationPavel Emelyanov2010-10-191-37/+26
* sunrpc: Factor out udp sockets creationPavel Emelyanov2010-10-191-40/+56
* sunrpc: Remove duplicate xprt/transport arguments from callsPavel Emelyanov2010-10-191-6/+6
* sunrpc: Get xprt pointer once in xs_tcp_setup_socketPavel Emelyanov2010-10-191-6/+4
* sunrpc: Remove unused sock arg from xs_next_srcportPavel Emelyanov2010-10-191-3/+3
* sunrpc: Remove unused sock arg from xs_get_srcportPavel Emelyanov2010-10-191-3/+3
* sunrpc: Create sockets in net namespacesPavel Emelyanov2010-10-011-4/+4
* sunrpc: Tag rpc_xprt with netPavel Emelyanov2010-10-011-1/+1
* sunrpc: Factor out rpc_xprt freeingPavel Emelyanov2010-10-011-8/+4
* sunrpc: Factor out rpc_xprt allocationPavel Emelyanov2010-10-011-12/+3
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-08-181-6/+22
|\
| * SUNRPC: fix NFS client over TCP hangs due to packet loss (Bug 16494)Andy Chittenden2010-08-101-6/+22
* | param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell2010-08-111-11/+15
|/
* SUNRPC: Fix a re-entrancy bug in xs_tcp_read_calldir()Trond Myklebust2010-06-221-16/+22
* sunrpc: fix leak on error on socket xprt setupJ. Bruce Fields2010-05-261-11/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-201-4/+0
|\
| * net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-4/+0
* | SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust2010-05-141-2/+2
* | SUNRPC: Fix xs_setup_bc_tcp()Trond Myklebust2010-05-141-3/+0
* | SUNRPC: RPC metrics and RTT estimator should use same RTT valueChuck Lever2010-05-141-1/+0
* | SUNRPC: Fail over more quickly on connect errorsTrond Myklebust2010-05-141-17/+0
* | SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect()Trond Myklebust2010-05-141-14/+1
|/
* SUNRPC: Fix a use after free bug with the NFSv4.1 backchannelTrond Myklebust2010-03-221-3/+0
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-03-181-6/+2
|\
| * rpc client can not deal with ENOSOCK, so translate it into ENOCONNBian Naimeng2010-03-081-6/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-131-5/+4
|\ \ | |/ |/|
| * net/sunrpc: Convert (void)snprintf to snprintfJoe Perches2010-03-081-2/+2
| * net/sunrpc: Remove uses of NIPQUAD, use %pI4Joe Perches2010-03-081-3/+2
* | SUNRPC: Handle EINVAL error returns from the TCP connect operationTrond Myklebust2010-03-021-0/+5
* | xprtsock.c: make bc_{malloc/free} staticH Hartley Sweeten2010-02-101-2/+2
|/
* Merge branch 'nfs-for-2.6.33'Trond Myklebust2009-12-131-1/+1
|\
| * SUNRPC: Allow RPCs to fail quickly if the server is unreachableChuck Lever2009-12-031-1/+1
* | sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-5/+5
* | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-16/+2
|/
* NFS/RPC: fix problems with reestablish_timeout and related code.Neil Brown2009-09-231-0/+9
* nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannelAlexandros Batsakis2009-09-131-2/+94
* nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer2009-09-111-0/+146
* Merge branch 'patches_cel-for-2.6.32' into nfs-for-2.6.32Trond Myklebust2009-08-101-138/+97
|\
| * SUNRPC: Update xprt address strings after an rpcbind completesChuck Lever2009-08-091-41/+41
| * SUNRPC: Kill RPC_DISPLAY_ALLChuck Lever2009-08-091-16/+34
| * SUNRPC: Rename sock_xprt.addr as sock_xprt.srcaddrChuck Lever2009-08-091-12/+12
| * SUNRPC: Use rpc_ntop() for constructing transport address stringsChuck Lever2009-08-091-75/+34
OpenPOWER on IntegriCloud