From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Maloy Subject: [net-next 0/5] tipc: make connection setup more robust Date: Fri, 28 Sep 2018 20:23:17 +0200 Message-ID: <1538159002-11800-1-git-send-email-jon.maloy@ericsson.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , , , , , To: , Return-path: Received: from sessmg23.ericsson.net ([193.180.251.45]:56965 "EHLO sessmg23.ericsson.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726165AbeI2Asl (ORCPT ); Fri, 28 Sep 2018 20:48:41 -0400 Sender: netdev-owner@vger.kernel.org List-ID: In this series we make a few improvements to the connection setup and probing mechanism, culminating in the last commit where we make it possible for a client socket to make multiple setup attempts in case it encounters receive buffer overflow at the listener socket. Jon Maloy (4): tipc: refactor function tipc_msg_reverse() tipc: refactor function tipc_sk_timeout() tipc: refactor function tipc_sk_filter_connect() tipc: add SYN bit to connection setup messages Tung Nguyen (1): tipc: buffer overflow handling in listener socket net/tipc/msg.c | 78 ++++++++++++-------- net/tipc/msg.h | 11 +++ net/tipc/node.h | 12 ++-- net/tipc/socket.c | 207 ++++++++++++++++++++++++++++++++---------------------- 4 files changed, 190 insertions(+), 118 deletions(-) -- 2.1.4