From: Phil Sutter <phil@nwl•cc>
To: Stephen Hemminger <stephen@networkplumber•org>
Cc: netdev@vger•kernel.org
Subject: [iproute PATCH v2 0/2] ss: Implement sctp_diag support
Date: Wed, 9 Nov 2016 12:12:22 +0100 [thread overview]
Message-ID: <20161109111224.3946-1-phil@nwl.cc> (raw)
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
next reply other threads:[~2016-11-09 11:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-09 11:12 Phil Sutter [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161109111224.3946-1-phil@nwl.cc \
--to=phil@nwl$(echo .)cc \
--cc=netdev@vger$(echo .)kernel.org \
--cc=stephen@networkplumber$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox