From: Daniel Borkmann <dborkman@redhat.com>
To: davem@davemloft.net
Cc: geirola@gmail.com, netdev@vger.kernel.org, linux-sctp@vger.kernel.org
Subject: [PATCH net-next v2 0/6] SCTP updates
Date: Sat, 12 Jul 2014 20:30:34 +0200 [thread overview]
Message-ID: <1405189840-31171-1-git-send-email-dborkman@redhat.com> (raw)
This set improves the SCTP socket API to be more in line with
RFC6458, Geir and myself have finalized it eventually. While
at it, the first patch also fixes two possible information
leaks that should go to net tree as well. For more details, I
refer you to the patches themselves.
Thanks a lot.
v1 -> v2:
- Added 6th patch to deprecate SCTP_SNDRCV, rest unchanged
Daniel Borkmann (2):
net: sctp: fix information leaks in ulpevent layer
net: sctp: deprecate rfc6458, 5.3.2. SCTP_SNDRCV support
Geir Ola Vaagland (4):
net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg support
net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg support
net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg support
net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO support
include/net/sctp/sctp.h | 1 +
include/net/sctp/structs.h | 7 +-
include/net/sctp/ulpevent.h | 14 +--
include/uapi/linux/sctp.h | 102 +++++++++++----
net/sctp/socket.c | 294 ++++++++++++++++++++++++++++++++++++++------
net/sctp/ulpevent.c | 185 ++++++++++++----------------
6 files changed, 430 insertions(+), 173 deletions(-)
--
1.7.11.7
next reply other threads:[~2014-07-12 18:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-12 18:30 Daniel Borkmann [this message]
2014-07-12 18:30 ` [PATCH net-next v2 1/6] net: sctp: fix information leaks in ulpevent layer Daniel Borkmann
2014-07-14 21:19 ` David Miller
2014-07-15 7:00 ` Daniel Borkmann
2014-07-12 18:30 ` [PATCH net-next v2 5/6] net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO support Daniel Borkmann
2014-07-12 18:30 ` [PATCH net-next v2 6/6] net: sctp: deprecate rfc6458, 5.3.2. SCTP_SNDRCV support Daniel Borkmann
2014-07-16 21:44 ` [PATCH net-next v2 0/6] SCTP updates David Miller
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=1405189840-31171-1-git-send-email-dborkman@redhat.com \
--to=dborkman@redhat.com \
--cc=davem@davemloft.net \
--cc=geirola@gmail.com \
--cc=linux-sctp@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/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).