public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] sctp: support MSG_MORE flag when sending msg
@ 2017-02-18 17:52 Xin Long
  2017-02-18 17:52 ` [PATCH net-next 1/2] sctp: flush out queue once assoc state falls into SHUTDOWN_PENDING Xin Long
                   ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: Xin Long @ 2017-02-18 17:52 UTC (permalink / raw)
  To: network dev, linux-sctp
  Cc: Marcelo Ricardo Leitner, Neil Horman, Vlad Yasevich, davem,
	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

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2017-03-28 18:13 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-18 17:52 [PATCH net-next 0/2] sctp: support MSG_MORE flag when sending msg Xin Long
2017-02-18 17:52 ` [PATCH net-next 1/2] sctp: flush out queue once assoc state falls into SHUTDOWN_PENDING Xin Long
2017-02-18 17:52 ` [PATCH net-next 2/2] sctp: add support for MSG_MORE Xin Long
2017-02-21 14:27   ` David Laight
2017-02-23  3:45     ` Xin Long
2017-02-23 16:04       ` David Laight
2017-02-23 17:40         ` Marcelo Ricardo Leitner
2017-02-23 18:16           ` Xin Long
2017-02-23 18:39             ` Marcelo Ricardo Leitner
2017-02-24  6:43         ` Xin Long
2017-02-24 10:14           ` David Laight
2017-02-25  8:41             ` Xin Long
2017-02-27  4:49               ` Xin Long
2017-02-27 10:48                 ` David Laight
2017-03-21 22:04             ` Marcelo Ricardo Leitner
2017-03-22 14:07               ` David Laight
2017-03-22 17:33                 ` 'Marcelo Ricardo Leitner'
2017-03-23  4:35                   ` Xin Long
2017-03-23 16:42                     ` Marcelo Ricardo Leitner
2017-03-24 16:09                       ` Xin Long
2017-03-24 17:38                       ` David Laight
2017-03-28 10:29               ` David Laight
2017-03-28 18:12                 ` 'Marcelo Ricardo Leitner'
2017-02-20 15:26 ` [PATCH net-next 0/2] sctp: support MSG_MORE flag when sending msg David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox