aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is clearedTrond Myklebust2011-12-091-2/+1
* SUNRPC: Support for RPC over AF_LOCAL transportsChuck Lever2011-05-271-3/+392
* SUNRPC: Rename xs_encode_tcp_fragment_header()Chuck Lever2011-05-271-12/+12
* SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...Trond Myklebust2011-05-271-3/+13
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* SUNRPC: Never reuse the socket port after an xs_close()Trond Myklebust2011-03-221-0/+2
* sunrpc: Propagate errors from xs_bind() through xs_create_sock()Ben Hutchings2011-03-101-1/+2
* Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-01-141-10/+24
|\
| * rpc: allow xprt_class->setup to return a preexisting xprtJ. Bruce Fields2011-01-111-9/+9
| * rpc: keep backchannel xprt as long as server connectionJ. Bruce Fields2011-01-111-10/+24
| * rpc: move sk_bc_xprt to svc_xprtJ. Bruce Fields2011-01-111-1/+1
* | workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-151-1/+1
|/
* Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-261-235/+123
|\
| * SUNRPC: Properly initialize sock_xprt.srcaddr in all casesChuck Lever2010-10-211-1/+32
| * SUNRPC: Use conventional switch statement when reclassifying socketsChuck Lever2010-10-211-3/+7
| * 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
* | net: fix a lockdep splatEric Dumazet2010-09-241-14/+14
|/
* 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
|\ \ | |/ |/|