From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
To: netdev@vger.kernel.org
Cc: Neil Horman <nhorman@tuxdriver.com>,
Vlad Yasevich <vyasevich@gmail.com>,
linux-sctp@vger.kernel.org
Subject: [PATCH net-next 0/6] sctp: allow GSO frags to access the chunk too
Date: Wed, 13 Jul 2016 18:08:54 +0000 [thread overview]
Message-ID: <cover.1468432819.git.marcelo.leitner@gmail.com> (raw)
Patchset is named after the most important fix in it. First two patches
are preparing the grounds for the 3rd patch.
After the 3rd, they are not strictly logically related to the patchset,
but I kept them together as they depend on each other.
More details on patch changelogs.
Thanks!
Marcelo Ricardo Leitner (6):
sctp: allow others to use sctp_input_cb
sctp: reorder sctp_ulpevent and shrink msg_flags
sctp: allow GSO frags to access the chunk too
sctp: avoid identifying address family many times for a chunk
sctp: do not clear chunk->ecn_ce_done flag
sctp: only check for ECN if peer is using it
include/net/sctp/structs.h | 23 +++++++++++++++++++++++
include/net/sctp/ulpevent.h | 12 ++++++------
net/sctp/input.c | 12 +-----------
net/sctp/inqueue.c | 9 ++++++++-
net/sctp/ipv6.c | 9 ++++-----
net/sctp/protocol.c | 1 +
net/sctp/sm_make_chunk.c | 20 ++++----------------
net/sctp/sm_statefuns.c | 9 +++------
net/sctp/socket.c | 10 +++++++---
net/sctp/ulpevent.c | 14 +++++++++++---
10 files changed, 68 insertions(+), 51 deletions(-)
--
2.7.4
WARNING: multiple messages have this Message-ID (diff)
From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
To: netdev@vger.kernel.org
Cc: Neil Horman <nhorman@tuxdriver.com>,
Vlad Yasevich <vyasevich@gmail.com>,
linux-sctp@vger.kernel.org
Subject: [PATCH net-next 0/6] sctp: allow GSO frags to access the chunk too
Date: Wed, 13 Jul 2016 15:08:54 -0300 [thread overview]
Message-ID: <cover.1468432819.git.marcelo.leitner@gmail.com> (raw)
Patchset is named after the most important fix in it. First two patches
are preparing the grounds for the 3rd patch.
After the 3rd, they are not strictly logically related to the patchset,
but I kept them together as they depend on each other.
More details on patch changelogs.
Thanks!
Marcelo Ricardo Leitner (6):
sctp: allow others to use sctp_input_cb
sctp: reorder sctp_ulpevent and shrink msg_flags
sctp: allow GSO frags to access the chunk too
sctp: avoid identifying address family many times for a chunk
sctp: do not clear chunk->ecn_ce_done flag
sctp: only check for ECN if peer is using it
include/net/sctp/structs.h | 23 +++++++++++++++++++++++
include/net/sctp/ulpevent.h | 12 ++++++------
net/sctp/input.c | 12 +-----------
net/sctp/inqueue.c | 9 ++++++++-
net/sctp/ipv6.c | 9 ++++-----
net/sctp/protocol.c | 1 +
net/sctp/sm_make_chunk.c | 20 ++++----------------
net/sctp/sm_statefuns.c | 9 +++------
net/sctp/socket.c | 10 +++++++---
net/sctp/ulpevent.c | 14 +++++++++++---
10 files changed, 68 insertions(+), 51 deletions(-)
--
2.7.4
next reply other threads:[~2016-07-13 18:08 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-13 18:08 Marcelo Ricardo Leitner [this message]
2016-07-13 18:08 ` [PATCH net-next 0/6] sctp: allow GSO frags to access the chunk too Marcelo Ricardo Leitner
2016-07-13 18:08 ` [PATCH net-next 1/6] sctp: allow others to use sctp_input_cb Marcelo Ricardo Leitner
2016-07-13 18:08 ` Marcelo Ricardo Leitner
2016-07-13 18:08 ` [PATCH net-next 2/6] sctp: reorder sctp_ulpevent and shrink msg_flags Marcelo Ricardo Leitner
2016-07-13 18:08 ` Marcelo Ricardo Leitner
2016-07-13 18:08 ` [PATCH net-next 3/6] sctp: allow GSO frags to access the chunk too Marcelo Ricardo Leitner
2016-07-13 18:08 ` Marcelo Ricardo Leitner
2016-07-13 18:08 ` [PATCH net-next 4/6] sctp: avoid identifying address family many times for a chunk Marcelo Ricardo Leitner
2016-07-13 18:08 ` Marcelo Ricardo Leitner
2016-07-13 18:08 ` [PATCH net-next 5/6] sctp: do not clear chunk->ecn_ce_done flag Marcelo Ricardo Leitner
2016-07-13 18:08 ` Marcelo Ricardo Leitner
2016-07-13 18:09 ` [PATCH net-next 6/6] sctp: only check for ECN if peer is using it Marcelo Ricardo Leitner
2016-07-13 18:09 ` Marcelo Ricardo Leitner
2016-07-14 1:10 ` [PATCH net-next 0/6] sctp: allow GSO frags to access the chunk too David Miller
2016-07-14 1:10 ` 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=cover.1468432819.git.marcelo.leitner@gmail.com \
--to=marcelo.leitner@gmail.com \
--cc=linux-sctp@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=nhorman@tuxdriver.com \
--cc=vyasevich@gmail.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 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.