summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * SUNRPC: Remove duplicate universal address generationChuck Lever2009-08-091-18/+0
* | SUNRPC: convert some sysctls into module parametersTrond Myklebust2009-08-091-0/+52
|/
* Merge branch 'devel-for-2.6.31' into for-2.6.31Trond Myklebust2009-06-181-0/+1
|\
| * SUNRPC: Fix a missing "break" option in xs_tcp_setup_socket()Trond Myklebust2009-06-171-0/+1
* | Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31Trond Myklebust2009-06-171-20/+196
|\ \ | |/ |/|
| * nfs41: Backchannel callback service helper routinesRicardo Labiaga2009-06-171-0/+3
| * nfs41: New xs_tcp_read_data()Ricardo Labiaga2009-06-171-18/+126
| * nfs41: Process the RPC call directionRicardo Labiaga2009-06-171-6/+25
| * nfs41: Add ability to read RPC call direction on TCP stream.Ricardo Labiaga2009-06-171-3/+49
* | net: skb->dst accessorsEric Dumazet2009-06-031-1/+1
|/
* SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnectTrond Myklebust2009-05-021-5/+21
* Merge branch 'devel' into for-linusTrond Myklebust2009-04-011-135/+228
|\
OpenPOWER on IntegriCloud