From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Maloy Subject: [PATCH net-next 0/3] tipc: some small fixes Date: Tue, 5 Apr 2016 12:20:52 -0400 Message-ID: <1459873255-32354-1-git-send-email-jon.maloy@ericsson.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Jon Maloy , netdev@vger.kernel.org, Paul Gortmaker , tipc-discussion@lists.sourceforge.net To: davem@davemloft.net 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 When running TIPC in large clusters we experience behavior that may potentially become problematic in the future. This series picks some low-hanging fruit in this regard, and also fixes a couple of other minor issues. Jon Maloy (3): tipc: eliminate buffer leak in bearer layer tipc: stricter filtering of packets in bearer layer tipc: reduce transmission rate of reset messages when link is down net/tipc/bearer.c | 101 ++++++++++++++++++++++++++++++---------------------- net/tipc/discover.c | 7 ++-- net/tipc/discover.h | 2 +- net/tipc/link.c | 10 +++--- net/tipc/msg.h | 5 +++ 5 files changed, 73 insertions(+), 52 deletions(-) -- 1.9.1 ------------------------------------------------------------------------------