From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xin Long Subject: [PATCH net-next 0/2] sctp: support MSG_MORE flag when sending msg Date: Sun, 19 Feb 2017 01:52:44 +0800 Message-ID: Cc: Marcelo Ricardo Leitner , Neil Horman , Vlad Yasevich , davem@davemloft.net, David Laight To: network dev , linux-sctp@vger.kernel.org Return-path: Received: from mail-pf0-f196.google.com ([209.85.192.196]:34349 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753357AbdBRRzS (ORCPT ); Sat, 18 Feb 2017 12:55:18 -0500 Sender: netdev-owner@vger.kernel.org List-ID: This patch is to add support for MSG_MORE on sctp. Patch 1/2 is an improvement ahead of patch 2/2 to solve the close block problem mentioned in https://patchwork.ozlabs.org/patch/372404/. Xin Long (2): sctp: flush out queue once assoc state falls into SHUTDOWN_PENDING sctp: add support for MSG_MORE include/net/sctp/structs.h | 1 + net/sctp/output.c | 9 +++------ net/sctp/sm_sideeffect.c | 4 ++++ net/sctp/socket.c | 1 + 4 files changed, 9 insertions(+), 6 deletions(-) -- 2.1.0