netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Phil Sutter <phil@nwl.cc>
To: Stephen Hemminger <shemming@brocade.com>
Cc: Xin Long <lucien.xin@gmail.com>, netdev@vger.kernel.org
Subject: [iproute PATCH 0/2] ss: Implement sctp_diag support
Date: Sat, 30 Jul 2016 00:27:18 +0200	[thread overview]
Message-ID: <1469831240-30322-1-git-send-email-phil@nwl.cc> (raw)

This patch series adds the necessary bits to make use of recently added
sctp_diag module in Linux. There are a few pending kernel fixes
currently under review which this series kind of depends on, but it is
already useable as is (although a bit buggy here and there).

The first patch adds include/linux/sctp.h which albeit existing in
kernel uapi headers contains modifications included in above mentioned
kernel fixes so doesn't comply with upstream and therefore shouldn't be
applied as-is (at least not now). Probably it will be obsoleted by the
usual kernel headers import anyway.

So please don't consider this series as the final word, but rather a
base for early review/testing and feedback.

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

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

-- 
2.8.2

             reply	other threads:[~2016-07-29 22:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-29 22:27 Phil Sutter [this message]
2016-07-29 22:27 ` [iproute PATCH 1/2] include: Add linux/sctp.h Phil Sutter
2016-07-29 22:27 ` [iproute PATCH 2/2] ss: Add support for SCTP protocol Phil Sutter
     [not found] ` <21dc09f1e50d4b7195c19796633b2035@HQ1WP-EXMB11.corp.brocade.com>
2016-07-31 21:19   ` [iproute PATCH 1/2] include: Add linux/sctp.h Stephen Hemminger

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=1469831240-30322-1-git-send-email-phil@nwl.cc \
    --to=phil@nwl.cc \
    --cc=lucien.xin@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=shemming@brocade.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).