From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xin Long Date: Sat, 18 Feb 2017 17:52:44 +0000 Subject: [PATCH net-next 0/2] sctp: support MSG_MORE flag when sending msg Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: network dev , linux-sctp@vger.kernel.org Cc: Marcelo Ricardo Leitner , Neil Horman , Vlad Yasevich , davem@davemloft.net, David Laight 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