summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtsock.c
AgeCommit message (Expand)Author
2011-11-22SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is clearedTrond Myklebust
2011-11-10SUNRPC: destroy freshly allocated transport in case of sockaddr init errorStanislav Kinsbursky
2011-07-17SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust
2011-07-17SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust
2011-07-15SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust
2011-05-27SUNRPC: Support for RPC over AF_LOCAL transportsChuck Lever
2011-05-27SUNRPC: Rename xs_encode_tcp_fragment_header()Chuck Lever
2011-05-27SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...Trond Myklebust
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-22SUNRPC: Never reuse the socket port after an xs_close()Trond Myklebust
2011-03-10sunrpc: Propagate errors from xs_bind() through xs_create_sock()Ben Hutchings
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-01-11rpc: allow xprt_class->setup to return a preexisting xprtJ. Bruce Fields
2011-01-11rpc: keep backchannel xprt as long as server connectionJ. Bruce Fields
2011-01-11rpc: move sk_bc_xprt to svc_xprtJ. Bruce Fields
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-10-21SUNRPC: Properly initialize sock_xprt.srcaddr in all casesChuck Lever
2010-10-21SUNRPC: Use conventional switch statement when reclassifying socketsChuck Lever
2010-10-19sunrpc: Remove dead "else" branch from bc xprt creationPavel Emelyanov
2010-10-19sunrpc: Remove UDP worker wrappersPavel Emelyanov
2010-10-19sunrpc: Remove TCP worker wrappersPavel Emelyanov
2010-10-19sunrpc: Pass family to setup_socket callsPavel Emelyanov
2010-10-19sunrpc: Merge xs_create_sock codePavel Emelyanov
2010-10-19sunrpc: Merge the xs_bind codePavel Emelyanov
2010-10-19sunrpc: Call xs_create_sockX directly from setup_socketPavel Emelyanov
2010-10-19sunrpc: Factor out v6 sockets creationPavel Emelyanov
2010-10-19sunrpc: Factor out v4 sockets creationPavel Emelyanov
2010-10-19sunrpc: Factor out udp sockets creationPavel Emelyanov
2010-10-19sunrpc: Remove duplicate xprt/transport arguments from callsPavel Emelyanov
2010-10-19sunrpc: Get xprt pointer once in xs_tcp_setup_socketPavel Emelyanov
2010-10-19sunrpc: Remove unused sock arg from xs_next_srcportPavel Emelyanov
2010-10-19sunrpc: Remove unused sock arg from xs_get_srcportPavel Emelyanov
2010-10-01sunrpc: Create sockets in net namespacesPavel Emelyanov
2010-10-01sunrpc: Tag rpc_xprt with netPavel Emelyanov
2010-10-01sunrpc: Factor out rpc_xprt freeingPavel Emelyanov
2010-10-01sunrpc: Factor out rpc_xprt allocationPavel Emelyanov
2010-09-24net: fix a lockdep splatEric Dumazet
2010-08-18Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell
2010-08-10SUNRPC: fix NFS client over TCP hangs due to packet loss (Bug 16494)Andy Chittenden
2010-06-22SUNRPC: Fix a re-entrancy bug in xs_tcp_read_calldir()Trond Myklebust
2010-05-26sunrpc: fix leak on error on socket xprt setupJ. Bruce Fields
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-05-14SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust
2010-05-14SUNRPC: Fix xs_setup_bc_tcp()Trond Myklebust
2010-05-14SUNRPC: RPC metrics and RTT estimator should use same RTT valueChuck Lever
2010-05-14SUNRPC: Fail over more quickly on connect errorsTrond Myklebust
2010-05-14SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect()Trond Myklebust