All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vlad Yasevich <vladislav.yasevich@hp.com>
To: netdev@vger.kernel.org
Cc: lksctp-developers@lists.sourceforge.net,
	David Miller <davem@davemloft.net>
Subject: Re: [PATCH 2.6.25 0/9]: SCTP: Update ADD-IP implementation to conform to spec
Date: Wed, 19 Dec 2007 15:53:47 -0500	[thread overview]
Message-ID: <476984DB.4020403@hp.com> (raw)
In-Reply-To: <1197927169-5106-1-git-send-email-vladislav.yasevich@hp.com>

Hi David

Vlad Yasevich wrote:
> The following is a set of patches that updates the SCTP ADD-IP implementation
> to conform to the recently published RFC.
> 
> ADD-IP is a SCTP Dynamic Address Configuration extensions, whereby
> the two end systems can dynamically modify the address lists for a given
> connection.  One of the applications of this is mobility.  The systems
> exchange Address Configuration (ASCONF) and Address Configuration
> Acknowlegement (ASCONF-ACK) messages which contain the info.  If you
> want more info the operation, read RFC 5061.
> 
> The implementation in lksctp was a few years old and implemented draft-05
> of the specification.  So this long overdue.
> 
> -vlad
> 

Not sure if you got the PATCH 7/9 resend, but it looks like netdev ate that
too.

I made this patch set available here:
 master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-dev.git addip

Vlad Yasevich (9):
      SCTP: Discard unauthenticated ASCONF and ASCONF ACK chunks
      SCTP: Handle the wildcard ADD-IP Address parameter
      SCTP: Add the handling of "Set Primary IP Address" parameter to INIT
      SCTP: Update association lookup to look at ASCONF chunks as well
      SCTP: ADD-IP updates the states where ASCONFs can be sent
      SCTP: Update ASCONF processing to conform to spec.
      SCTP: Change use_as_src into a full address state
      SCTP: Implement ADD-IP special case processing for ABORT chunk
      SCTP: Follow Add-IP security consideratiosn wrt INIT/INIT-ACK

 include/net/sctp/structs.h |   39 ++++++++----
 net/sctp/associola.c       |   75 +++++++++++++++++++++++-
 net/sctp/bind_addr.c       |   35 ++++++++++-
 net/sctp/input.c           |  124 ++++++++++++++++++++++++++++++++-------
 net/sctp/ipv6.c            |    2 +-
 net/sctp/outqueue.c        |   29 ++++++++-
 net/sctp/protocol.c        |    8 +-
 net/sctp/sm_make_chunk.c   |  132 +++++++++++++++++++++++++++++++++++------
 net/sctp/sm_statefuns.c    |  141 ++++++++++++++++++++++++++++++++++---------
 net/sctp/sm_statetable.c   |   18 +++---
 net/sctp/socket.c          |    8 +-
 11 files changed, 503 insertions(+), 108 deletions(-)

You may pull from there is you wish.

-vlad

  parent reply	other threads:[~2007-12-19 20:54 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-17 21:32 [PATCH 2.6.25 0/9]: SCTP: Update ADD-IP implementation to conform to spec Vlad Yasevich
2007-12-17 21:32 ` [PATCH 2.6.25 1/9] SCTP: Discard unauthenticated ASCONF and ASCONF ACK chunks Vlad Yasevich
2007-12-20 22:08   ` David Miller
2007-12-17 21:32 ` [PATCH 2.6.25 2/9] SCTP: Handle the wildcard ADD-IP Address parameter Vlad Yasevich
2007-12-20 22:09   ` David Miller
2007-12-17 21:32 ` [PATCH 2.6.25 3/9] SCTP: Add the handling of "Set Primary IP Address" parameter to INIT Vlad Yasevich
2007-12-20 22:10   ` David Miller
2007-12-17 21:32 ` [PATCH 2.6.25 4/9] SCTP: Update association lookup to look at ASCONF chunks as well Vlad Yasevich
2007-12-20 22:10   ` David Miller
2007-12-17 21:32 ` [PATCH 2.6.25 5/9] SCTP: ADD-IP updates the states where ASCONFs can be sent Vlad Yasevich
2007-12-20 22:11   ` David Miller
2007-12-17 21:32 ` [PATCH 2.6.25 6/9] SCTP: Update ASCONF processing to conform to spec Vlad Yasevich
2007-12-20 22:11   ` David Miller
2007-12-17 21:32 ` [PATCH 2.6.25 8/9] SCTP: Implement ADD-IP special case processing for ABORT chunk Vlad Yasevich
2007-12-20 22:13   ` David Miller
2007-12-17 21:32 ` [PATCH 2.6.25 9/9] SCTP: Follow Add-IP security consideratiosn wrt INIT/INIT-ACK Vlad Yasevich
2007-12-20 22:13   ` David Miller
2007-12-17 22:36 ` [PATCH 2.6.25 0/9]: SCTP: Update ADD-IP implementation to conform to spec David Miller
2007-12-17 22:40   ` Vlad Yasevich
2007-12-17 22:43     ` David Miller
2007-12-19 20:53 ` Vlad Yasevich [this message]
2007-12-20  7:58   ` 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=476984DB.4020403@hp.com \
    --to=vladislav.yasevich@hp.com \
    --cc=davem@davemloft.net \
    --cc=lksctp-developers@lists.sourceforge.net \
    --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 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.