All of lore.kernel.org
 help / color / mirror / Atom feed
* [iproute PATCH v2 0/2] ss: Implement sctp_diag support
@ 2016-11-09 11:12 Phil Sutter
  2016-11-09 11:12 ` [iproute PATCH v2 1/2] include: Add linux/sctp.h Phil Sutter
  2016-11-09 11:12 ` [iproute PATCH v2 2/2] ss: Add support for SCTP protocol Phil Sutter
  0 siblings, 2 replies; 4+ messages in thread
From: Phil Sutter @ 2016-11-09 11:12 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev

This is version two of SCTP support in ss patch set. With only minor
changes from v1, it is rather a resubmit to draw people's attention.

The changes from v1 are:
- Patch 1 adds linux/sctp.h after proper extraction from kernel UAPI
  headers (although it didn't change due to that), patch description
  updated accordingly.
- Patch 2 also adds the new flag to ss man page.

Phil Sutter (2):
  include: Add linux/sctp.h
  ss: Add support for SCTP protocol

 include/linux/sctp.h | 1005 ++++++++++++++++++++++++++++++++++++++++++++++++++
 man/man8/ss.8        |    3 +
 misc/ss.c            |  212 ++++++++++-
 3 files changed, 1212 insertions(+), 8 deletions(-)
 create mode 100644 include/linux/sctp.h

-- 
2.10.0

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

end of thread, other threads:[~2016-11-13  7:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-09 11:12 [iproute PATCH v2 0/2] ss: Implement sctp_diag support Phil Sutter
2016-11-09 11:12 ` [iproute PATCH v2 1/2] include: Add linux/sctp.h Phil Sutter
2016-11-13  7:00   ` Stephen Hemminger
2016-11-09 11:12 ` [iproute PATCH v2 2/2] ss: Add support for SCTP protocol Phil Sutter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.