From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
To: netdev@vger.kernel.org
Cc: linux-sctp@vger.kernel.org, Neil Horman <nhorman@tuxdriver.com>,
Vlad Yasevich <vyasevich@gmail.com>,
David Laight <David.Laight@ACULAB.COM>
Subject: [PATCH next 0/2] improvements to SSN and TSN handling
Date: Tue, 20 Sep 2016 21:19:12 +0000 [thread overview]
Message-ID: <cover.1474405559.git.marcelo.leitner@gmail.com> (raw)
First patch fixes a potential issue made visible by the second one
noticed by David Laight and is a preparation for the next one.
The second patch changes how SSN, TSN and ASCONF serials are compared so
they can use typecheck() and are more like time_before() macro.
Marcelo Ricardo Leitner (2):
sctp: fix the handling of SACK Gap Ack blocks
sctp: improve how SSN, TSN and ASCONF serial are compared
include/net/sctp/sm.h | 94 ++++++++++-----------------------------------------
net/sctp/outqueue.c | 11 +++---
2 files changed, 24 insertions(+), 81 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: linux-sctp@vger.kernel.org, Neil Horman <nhorman@tuxdriver.com>,
Vlad Yasevich <vyasevich@gmail.com>,
David Laight <David.Laight@ACULAB.COM>
Subject: [PATCH next 0/2] improvements to SSN and TSN handling
Date: Tue, 20 Sep 2016 18:19:12 -0300 [thread overview]
Message-ID: <cover.1474405559.git.marcelo.leitner@gmail.com> (raw)
First patch fixes a potential issue made visible by the second one
noticed by David Laight and is a preparation for the next one.
The second patch changes how SSN, TSN and ASCONF serials are compared so
they can use typecheck() and are more like time_before() macro.
Marcelo Ricardo Leitner (2):
sctp: fix the handling of SACK Gap Ack blocks
sctp: improve how SSN, TSN and ASCONF serial are compared
include/net/sctp/sm.h | 94 ++++++++++-----------------------------------------
net/sctp/outqueue.c | 11 +++---
2 files changed, 24 insertions(+), 81 deletions(-)
--
2.7.4
next reply other threads:[~2016-09-20 21:19 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-20 21:19 Marcelo Ricardo Leitner [this message]
2016-09-20 21:19 ` [PATCH next 0/2] improvements to SSN and TSN handling Marcelo Ricardo Leitner
2016-09-20 21:19 ` [PATCH next 1/2] sctp: fix the handling of SACK Gap Ack blocks Marcelo Ricardo Leitner
2016-09-20 21:19 ` Marcelo Ricardo Leitner
2016-09-21 10:21 ` David Laight
2016-09-21 11:01 ` 'Marcelo Ricardo Leitner'
2016-09-21 11:01 ` 'Marcelo Ricardo Leitner'
2016-09-20 21:19 ` [PATCH next 2/2] sctp: improve how SSN, TSN and ASCONF serial are compared Marcelo Ricardo Leitner
2016-09-20 21:19 ` Marcelo Ricardo Leitner
2016-09-23 10:55 ` [PATCH next 0/2] improvements to SSN and TSN handling David Miller
2016-09-23 10:55 ` 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.1474405559.git.marcelo.leitner@gmail.com \
--to=marcelo.leitner@gmail.com \
--cc=David.Laight@ACULAB.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.