From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: [PATCH net-next v2 0/3] tipc: small bugfix an support for datagram connect() Date: Thu, 19 Mar 2015 09:02:16 +0100 Message-ID: <1426752139-31519-1-git-send-email-erik.hugne@ericsson.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: tipc-discussion@lists.sourceforge.net To: , , , Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tipc-discussion-bounces@lists.sourceforge.net List-Id: netdev.vger.kernel.org From: Erik Hugne Most notable in this series is patch#3 that allows programs to associate a tipc address with a connectionless (RDM/DGRAM) socket. v2: Fix indent issue in patch#3 Erik Hugne (3): tipc: remove redundant call to tipc_node_remove_conn tipc: do not report -EHOSTUNREACH for failed local delivery tipc: add support for connect() on dgram/rdm sockets net/tipc/link.c | 6 ++++-- net/tipc/socket.c | 39 ++++++++++++++++++++++++--------------- 2 files changed, 28 insertions(+), 17 deletions(-) -- 2.1.4 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/