All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] sctp: Auto-ASCONF patch series
@ 2011-04-27  8:27 Michio Honda
  2011-04-27  9:28 ` Wei Yongjun
  0 siblings, 1 reply; 6+ messages in thread
From: Michio Honda @ 2011-04-27  8:27 UTC (permalink / raw)
  To: netdev; +Cc: Honda Michio, YOSHIFUJI Hideaki, Wei Yongjun

>From 9ede9db0ec4b03d3061a5bfed78328cb5528b908 Mon Sep 17 00:00:00 2001
From: Michio Honda <micchie@sfc.wide.ad.jp>
Date: Wed, 27 Apr 2011 17:16:21 +0900
Subject: [PATCH 0/6] sctp: Auto-ASCONF patch series

Series of 6 patches to support auto_asconf and the other related functionalities that auto_asconf relies on. 

Michio Honda (5):
  sctp: Add ADD/DEL ASCONF handling at the receiver.
  sctp: Add Auto-ASCONF support (core).
  sctp: Add sysctl support for Auto-ASCONF.
  sctp: Add socket option operation for Auto-ASCONF.
  sctp: sctp: Add ASCONF operation on the single-homed host

YOSHIFUJI Hideaki (1):
  sctp: Allow regular C expression in 4th argument for
    SCTP_DEBUG_PRINTK_IPADDR macro.

 include/net/sctp/sctp.h    |   11 ++-
 include/net/sctp/structs.h |   17 +++++
 include/net/sctp/user.h    |    1 +
 net/sctp/associola.c       |    6 ++
 net/sctp/bind_addr.c       |   15 ++++
 net/sctp/ipv6.c            |    9 +++
 net/sctp/outqueue.c        |   13 ++++
 net/sctp/protocol.c        |  151 ++++++++++++++++++++++++++++++++++++++++++-
 net/sctp/sm_make_chunk.c   |   40 +++++++++++-
 net/sctp/socket.c          |  156 +++++++++++++++++++++++++++++++++++++++++---
 net/sctp/sysctl.c          |    7 ++
 11 files changed, 411 insertions(+), 15 deletions(-)

-- 
1.7.3.2



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/6] sctp: Auto-ASCONF patch series
@ 2011-04-28  1:07 Michio Honda
  0 siblings, 0 replies; 6+ messages in thread
From: Michio Honda @ 2011-04-28  1:07 UTC (permalink / raw)
  To: netdev; +Cc: Honda Michio, YOSHIFUJI Hideaki, Wei Yongjun

>From 17adb7764e65096db6d798fdf8e0d7d5f209d93b Mon Sep 17 00:00:00 2001
From: Michio Honda <micchie@sfc.wide.ad.jp>
Date: Thu, 28 Apr 2011 09:50:17 +0900
Subject: [PATCH 0/6] sctp: Auto-ASCONF patch series

Series of 6 patches to support auto_asconf and the other related functionalities that auto_asconf relies on. 

Michio Honda (5):
  sctp: Add ADD/DEL ASCONF handling at the receiver.
  sctp: Add Auto-ASCONF support (core).
  sctp: Add sysctl support for Auto-ASCONF.
  sctp: Add socket option operation for Auto-ASCONF.
  sctp: sctp: Add ASCONF operation on the single-homed host

YOSHIFUJI Hideaki (1):
  sctp: Allow regular C expression in 4th argument for
    SCTP_DEBUG_PRINTK_IPADDR macro.

 include/net/sctp/sctp.h    |   11 ++-
 include/net/sctp/structs.h |   17 +++++
 include/net/sctp/user.h    |    1 +
 net/sctp/associola.c       |    6 ++
 net/sctp/bind_addr.c       |   15 ++++
 net/sctp/ipv6.c            |    9 +++
 net/sctp/outqueue.c        |   13 ++++
 net/sctp/protocol.c        |  151 ++++++++++++++++++++++++++++++++++++++++-
 net/sctp/sm_make_chunk.c   |   40 +++++++++++-
 net/sctp/socket.c          |  162 +++++++++++++++++++++++++++++++++++++++++---
 net/sctp/sysctl.c          |    7 ++
 11 files changed, 417 insertions(+), 15 deletions(-)

-- 
1.7.3.2



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-04-28  1:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-27  8:27 [PATCH 0/6] sctp: Auto-ASCONF patch series Michio Honda
2011-04-27  9:28 ` Wei Yongjun
2011-04-27  9:32   ` Michio Honda
2011-04-27  9:43     ` Wei Yongjun
2011-04-28  1:09       ` Michio Honda
  -- strict thread matches above, loose matches on Subject: below --
2011-04-28  1:07 Michio Honda

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.