aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAge
* sunrpc: skip portmap calls on sessions backchannelJ. Bruce Fields2012-03-26
* SUNRPC: Fix a few sparse warningsTrond Myklebust2012-03-11
* SUNRPC: add sending,pending queue and max slot to xprt statsAndy Adamson2012-02-16
* SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is clearedTrond Myklebust2011-11-22
* SUNRPC: destroy freshly allocated transport in case of sockaddr init errorStanislav Kinsbursky2011-11-10
* SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust2011-07-17
* SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust2011-07-17
* SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust2011-07-15
* SUNRPC: Support for RPC over AF_LOCAL transportsChuck Lever2011-05-27
* SUNRPC: Rename xs_encode_tcp_fragment_header()Chuck Lever2011-05-27
* SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...Trond Myklebust2011-05-27
* Fix common misspellingsLucas De Marchi2011-03-31
* SUNRPC: Never reuse the socket port after an xs_close()Trond Myklebust2011-03-22
* sunrpc: Propagate errors from xs_bind() through xs_create_sock()Ben Hutchings2011-03-10
* Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-01-14
|\
| * rpc: allow xprt_class->setup to return a preexisting xprtJ. Bruce Fields2011-01-11
| * rpc: keep backchannel xprt as long as server connectionJ. Bruce Fields2011-01-11
| * rpc: move sk_bc_xprt to svc_xprtJ. Bruce Fields2011-01-11
* | workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-15
|/
* Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-26
|\
| * SUNRPC: Properly initialize sock_xprt.srcaddr in all casesChuck Lever2010-10-21
| * SUNRPC: Use conventional switch statement when reclassifying socketsChuck Lever2010-10-21
| * sunrpc: Remove dead "else" branch from bc xprt creationPavel Emelyanov2010-10-19
| * sunrpc: Remove UDP worker wrappersPavel Emelyanov2010-10-19
| * sunrpc: Remove TCP worker wrappersPavel Emelyanov2010-10-19
| * sunrpc: Pass family to setup_socket callsPavel Emelyanov2010-10-19
| * sunrpc: Merge xs_create_sock codePavel Emelyanov2010-10-19
| * sunrpc: Merge the xs_bind codePavel Emelyanov2010-10-19
| * sunrpc: Call xs_create_sockX directly from setup_socketPavel Emelyanov2010-10-19
| * sunrpc: Factor out v6 sockets creationPavel Emelyanov2010-10-19
| * sunrpc: Factor out v4 sockets creationPavel Emelyanov2010-10-19
| * sunrpc: Factor out udp sockets creationPavel Emelyanov2010-10-19
| * sunrpc: Remove duplicate xprt/transport arguments from callsPavel Emelyanov2010-10-19
| * sunrpc: Get xprt pointer once in xs_tcp_setup_socketPavel Emelyanov2010-10-19
| * sunrpc: Remove unused sock arg from xs_next_srcportPavel Emelyanov2010-10-19
| * sunrpc: Remove unused sock arg from xs_get_srcportPavel Emelyanov2010-10-19
| * sunrpc: Create sockets in net namespacesPavel Emelyanov2010-10-01
| * sunrpc: Tag rpc_xprt with netPavel Emelyanov2010-10-01
| * sunrpc: Factor out rpc_xprt freeingPavel Emelyanov2010-10-01
| * sunrpc: Factor out rpc_xprt allocationPavel Emelyanov2010-10-01
* | net: fix a lockdep splatEric Dumazet2010-09-25
|/
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-08-18
|\
| * SUNRPC: fix NFS client over TCP hangs due to packet loss (Bug 16494)Andy Chittenden2010-08-10
* | param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell2010-08-11
|/
* SUNRPC: Fix a re-entrancy bug in xs_tcp_read_calldir()Trond Myklebust2010-06-22
* sunrpc: fix leak on error on socket xprt setupJ. Bruce Fields2010-05-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-21
|\
| * net: Remove unnecessary returns from void function()sJoe Perches2010-05-18
* | SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust2010-05-14
* | SUNRPC: Fix xs_setup_bc_tcp()Trond Myklebust2010-05-14