netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] sctp: add SCTP_ECN_SUPPORTED sockopt
@ 2019-08-26  8:30 Xin Long
  2019-08-26  8:30 ` [PATCH net-next 1/3] sctp: make ecn flag per netns and endpoint Xin Long
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Xin Long @ 2019-08-26  8:30 UTC (permalink / raw)
  To: network dev, linux-sctp; +Cc: Marcelo Ricardo Leitner, Neil Horman, davem

This patchset is to make ecn flag per netns and endpoint and then
add SCTP_ECN_SUPPORTED sockopt, as does for other feature flags.

Xin Long (3):
  sctp: make ecn flag per netns and endpoint
  sctp: allow users to set netns ecn flag with sysctl
  sctp: allow users to set ep ecn flag by sockopt

 include/net/netns/sctp.h   |  3 ++
 include/net/sctp/structs.h |  3 +-
 include/uapi/linux/sctp.h  |  1 +
 net/sctp/endpointola.c     |  1 +
 net/sctp/protocol.c        |  3 ++
 net/sctp/sm_make_chunk.c   | 16 +++++++---
 net/sctp/socket.c          | 73 ++++++++++++++++++++++++++++++++++++++++++++++
 net/sctp/sysctl.c          |  7 +++++
 8 files changed, 102 insertions(+), 5 deletions(-)

-- 
2.1.0


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

end of thread, other threads:[~2019-08-28  3:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-26  8:30 [PATCH net-next 0/3] sctp: add SCTP_ECN_SUPPORTED sockopt Xin Long
2019-08-26  8:30 ` [PATCH net-next 1/3] sctp: make ecn flag per netns and endpoint Xin Long
2019-08-26  8:30 ` [PATCH net-next 2/3] sctp: allow users to set netns ecn flag with sysctl Xin Long
2019-08-26  8:30 ` [PATCH net-next 3/3] sctp: allow users to set ep ecn flag by sockopt Xin Long
2019-08-26 11:02 ` [PATCH net-next 0/3] sctp: add SCTP_ECN_SUPPORTED sockopt Neil Horman
2019-08-28  3:55   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).