linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Mobile IPv6 for 2.5.40 (request for kernel inclusion)
@ 2002-10-02  9:21 Antti Tuominen
  2002-10-02  9:25 ` Pekka Savola
  2002-10-02  9:46 ` YOSHIFUJI Hideaki / 吉藤英明
  0 siblings, 2 replies; 8+ messages in thread
From: Antti Tuominen @ 2002-10-02  9:21 UTC (permalink / raw)
  To: davem, kuznet, netdev, linux-kernel; +Cc: torvalds

Hello Dave, Alexey, and all,

I am part of the MIPL Mobile IPv6 for Linux Team at Helsinki
University of Technology, and we have been working on an
implementation of Mobility Support in IPv6 specification for the past
3 years.  Now the code has matured to the point, that we feel
confident enough to ask for kernel inclusion.

Our implementation has been to several interop and conformance testing
events, and has proven to be very compliant and to interoperate with
all major vendors' implementations.  Code has been tested on several
UP and SMP configurations, and performs quite well.

Implementation consists of two kernel modules, changes to IPv6 stack,
and userspace configuration tools.  First module provides support for
6over6 (IPv6 in IPv6) tunneling.  Second module is the Mobile IPv6
module, and adds support for Mobile IPv6 Correspondent Node, Mobile
Node, and Home Agent.  IPv6 stack has been modified to provide some
MIPv6 mandated features as well as hooks to our module.

Latest code for 2.5 series can be pulled from our public BitKeeper
repository (parent is http://linux.bkbits.net/linux-2.5): 
	bk://bk.mipl.mediapoli.com/linux25-mipl

Diff against latest BK bits can be downloaded from:
	http://www.mipl.mediapoli.com/download/linux-2.5+mipv6.diff

Latest userspace tools are found at:
	bk://bk.mipl.mediapoli.com/mipv6-tools

More information of the project can be found at our website:
	http://www.mipl.mediapoli.com/

The team continues the development work to have fully RFC compliant
(when the specification moves to RFC) implementation of Mobile IPv6 in
the Linux kernel, as well as work on improving the code.

On behalf of the MIPL Team,

Antti Tuominen

-- 
Antti J. Tuominen, Gyldenintie 8A 11, 00200 Helsinki, Finland.
Research assistant, Institute of Digital Communications at HUT
work: ajtuomin@tml.hut.fi; home: tuominen@iki.fi


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

* Re: [PATCH] Mobile IPv6 for 2.5.40 (request for kernel inclusion)
  2002-10-02  9:21 [PATCH] Mobile IPv6 for 2.5.40 (request for kernel inclusion) Antti Tuominen
@ 2002-10-02  9:25 ` Pekka Savola
  2002-10-02  9:31   ` YOSHIFUJI Hideaki / 吉藤英明
  2002-10-02  9:46 ` YOSHIFUJI Hideaki / 吉藤英明
  1 sibling, 1 reply; 8+ messages in thread
From: Pekka Savola @ 2002-10-02  9:25 UTC (permalink / raw)
  To: Antti Tuominen; +Cc: davem, kuznet, netdev, linux-kernel, torvalds

I believe MIPL implements an old version of MIPv6 (draft -15 or so).

Or do you support -18 ?

On Wed, 2 Oct 2002, Antti Tuominen wrote:
> Hello Dave, Alexey, and all,
> 
> I am part of the MIPL Mobile IPv6 for Linux Team at Helsinki
> University of Technology, and we have been working on an
> implementation of Mobility Support in IPv6 specification for the past
> 3 years.  Now the code has matured to the point, that we feel
> confident enough to ask for kernel inclusion.
> 
> Our implementation has been to several interop and conformance testing
> events, and has proven to be very compliant and to interoperate with
> all major vendors' implementations.  Code has been tested on several
> UP and SMP configurations, and performs quite well.
> 
> Implementation consists of two kernel modules, changes to IPv6 stack,
> and userspace configuration tools.  First module provides support for
> 6over6 (IPv6 in IPv6) tunneling.  Second module is the Mobile IPv6
> module, and adds support for Mobile IPv6 Correspondent Node, Mobile
> Node, and Home Agent.  IPv6 stack has been modified to provide some
> MIPv6 mandated features as well as hooks to our module.
> 
> Latest code for 2.5 series can be pulled from our public BitKeeper
> repository (parent is http://linux.bkbits.net/linux-2.5): 
> 	bk://bk.mipl.mediapoli.com/linux25-mipl
> 
> Diff against latest BK bits can be downloaded from:
> 	http://www.mipl.mediapoli.com/download/linux-2.5+mipv6.diff
> 
> Latest userspace tools are found at:
> 	bk://bk.mipl.mediapoli.com/mipv6-tools
> 
> More information of the project can be found at our website:
> 	http://www.mipl.mediapoli.com/
> 
> The team continues the development work to have fully RFC compliant
> (when the specification moves to RFC) implementation of Mobile IPv6 in
> the Linux kernel, as well as work on improving the code.
> 
> On behalf of the MIPL Team,
> 
> Antti Tuominen
> 
> 

-- 
Pekka Savola                 "Tell me of difficulties surmounted,
Netcore Oy                   not those you stumble over and fall"
Systems. Networks. Security.  -- Robert Jordan: A Crown of Swords


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

* Re: [PATCH] Mobile IPv6 for 2.5.40 (request for kernel inclusion)
  2002-10-02  9:25 ` Pekka Savola
@ 2002-10-02  9:31   ` YOSHIFUJI Hideaki / 吉藤英明
  2002-10-02  9:33     ` Pekka Savola
  0 siblings, 1 reply; 8+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2002-10-02  9:31 UTC (permalink / raw)
  To: pekkas; +Cc: ajtuomin, davem, kuznet, netdev, linux-kernel, torvalds

In article <Pine.LNX.4.44.0210021224350.27873-100000@netcore.fi> (at Wed, 2 Oct 2002 12:25:37 +0300 (EEST)), Pekka Savola <pekkas@netcore.fi> says:

> I believe MIPL implements an old version of MIPv6 (draft -15 or so).
> 
> Or do you support -18 ?

We believe we should do -18, not -15 at all.

--yoshfuji

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

* Re: [PATCH] Mobile IPv6 for 2.5.40 (request for kernel inclusion)
  2002-10-02  9:31   ` YOSHIFUJI Hideaki / 吉藤英明
@ 2002-10-02  9:33     ` Pekka Savola
  2002-10-02  9:44       ` YOSHIFUJI Hideaki / 吉藤英明
  0 siblings, 1 reply; 8+ messages in thread
From: Pekka Savola @ 2002-10-02  9:33 UTC (permalink / raw)
  To: YOSHIFUJI Hideaki / 吉藤英明
  Cc: ajtuomin, davem, kuznet, netdev, linux-kernel, torvalds

On Wed, 2 Oct 2002, YOSHIFUJI Hideaki / [iso-2022-jp] ^[$B5HF#1QL@^[(B wrote:
> In article <Pine.LNX.4.44.0210021224350.27873-100000@netcore.fi> (at Wed, 2 Oct 2002 12:25:37 +0300 (EEST)), Pekka Savola <pekkas@netcore.fi> says:
> 
> > I believe MIPL implements an old version of MIPv6 (draft -15 or so).
> > 
> > Or do you support -18 ?
> 
> We believe we should do -18, not -15 at all.

Well, www.mipl.mediapoli.com front page at least refers to -15, but you 
should know better :-)

-- 
Pekka Savola                 "Tell me of difficulties surmounted,
Netcore Oy                   not those you stumble over and fall"
Systems. Networks. Security.  -- Robert Jordan: A Crown of Swords


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

* Re: [PATCH] Mobile IPv6 for 2.5.40 (request for kernel inclusion)
  2002-10-02  9:33     ` Pekka Savola
@ 2002-10-02  9:44       ` YOSHIFUJI Hideaki / 吉藤英明
  2002-10-02 11:04         ` Antti Tuominen
  0 siblings, 1 reply; 8+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2002-10-02  9:44 UTC (permalink / raw)
  To: pekkas; +Cc: ajtuomin, davem, kuznet, netdev, linux-kernel, torvalds

In article <Pine.LNX.4.44.0210021232110.27910-100000@netcore.fi> (at Wed, 2 Oct 2002 12:33:21 +0300 (EEST)), Pekka Savola <pekkas@netcore.fi> says:

> On Wed, 2 Oct 2002, YOSHIFUJI Hideaki / [iso-2022-jp] ^[$B5HF#1QL@^[(B wrote:
> > In article <Pine.LNX.4.44.0210021224350.27873-100000@netcore.fi> (at Wed, 2 Oct 2002 12:25:37 +0300 (EEST)), Pekka Savola <pekkas@netcore.fi> says:
> > 
> > > I believe MIPL implements an old version of MIPv6 (draft -15 or so).
> > > 
> > > Or do you support -18 ?
> > 
> > We believe we should do -18, not -15 at all.
> 
> Well, www.mipl.mediapoli.com front page at least refers to -15, but you 
> should know better :-)

I meant, we should go with -18 (or later).  
(If the MIPL supports only -15,) -15 is too old.

--yoshfuji

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

* Re: [PATCH] Mobile IPv6 for 2.5.40 (request for kernel inclusion)
  2002-10-02  9:21 [PATCH] Mobile IPv6 for 2.5.40 (request for kernel inclusion) Antti Tuominen
  2002-10-02  9:25 ` Pekka Savola
@ 2002-10-02  9:46 ` YOSHIFUJI Hideaki / 吉藤英明
  2002-10-02 11:08   ` Antti Tuominen
  1 sibling, 1 reply; 8+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2002-10-02  9:46 UTC (permalink / raw)
  To: ajtuomin; +Cc: davem, kuznet, netdev, linux-kernel, torvalds

In article <20021002092111.GB17010@morphine.tml.hut.fi> (at Wed, 2 Oct 2002 12:21:11 +0300), Antti Tuominen <ajtuomin@morphine.tml.hut.fi> says:

> Diff against latest BK bits can be downloaded from:
> 	http://www.mipl.mediapoli.com/download/linux-2.5+mipv6.diff

% wget http://www.mipl.mediapoli.com/download/linux-2.5+mipv6.diff
--18:45:25--  http://www.mipl.mediapoli.com/download/linux-2.5+mipv6.diff
           => `linux-2.5+mipv6.diff'
Resolving www.mipl.mediapoli.com... done.
Connecting to www.mipl.mediapoli.com[212.68.2.195]:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
18:45:25 ERROR 403: Forbidden.

-- 
Hideaki YOSHIFUJI @ USAGI Project <yoshfuji@linux-ipv6.org>
GPG FP: 9022 65EB 1ECF 3AD1 0BDF  80D8 4807 F894 E062 0EEA

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

* Re: [PATCH] Mobile IPv6 for 2.5.40 (request for kernel inclusion)
  2002-10-02  9:44       ` YOSHIFUJI Hideaki / 吉藤英明
@ 2002-10-02 11:04         ` Antti Tuominen
  0 siblings, 0 replies; 8+ messages in thread
From: Antti Tuominen @ 2002-10-02 11:04 UTC (permalink / raw)
  To: YOSHIFUJI Hideaki / =?ISO-8859-1?Q?=1B$B5HF#1QL@=1B(B=22?=
	<yoshfuji@wide.ad.jp>
  Cc: pekkas, davem, kuznet, netdev, linux-kernel, torvalds

On Wed, Oct 02, 2002 at 06:44:18PM +0900, YOSHIFUJI Hideaki / ?$B5HF#1QL@?(B wrote:
> In article <Pine.LNX.4.44.0210021232110.27910-100000@netcore.fi> (at Wed, 2 Oct 2002 12:33:21 +0300 (EEST)), Pekka Savola <pekkas@netcore.fi> says:
> 
> > On Wed, 2 Oct 2002, YOSHIFUJI Hideaki / [iso-2022-jp] ^[$B5HF#1QL@^[(B wrote:
> > > In article <Pine.LNX.4.44.0210021224350.27873-100000@netcore.fi> (at Wed, 2 Oct 2002 12:25:37 +0300 (EEST)), Pekka Savola <pekkas@netcore.fi> says:
> > > 
> > > > I believe MIPL implements an old version of MIPv6 (draft -15 or so).
> > > > 
> > > > Or do you support -18 ?
> > > 
> > > We believe we should do -18, not -15 at all.
> > 
> > Well, www.mipl.mediapoli.com front page at least refers to -15, but you 
> > should know better :-)
> 
> I meant, we should go with -18 (or later).  
> (If the MIPL supports only -15,) -15 is too old.

We do support Draft 18 in our development code (tested last week at
ETSI IPv6 Plugtest and mostly working), but since Draft 15 was the
last implementable draft (no _draft_ issues, compared to large number
of inconcistencies and contradictions in draft 18) and we've had time
to test the code properly, we decided to submit working code over
latest code.

Draft 15 based code is tested and works.  To get Mobile IPv6 in the
kernel we felt that it is more important to have solid, tested code
rather than our latest devel code for the submission.  Of course we
are committed to providing the latest draft revision compliant code
immediately when it's available.  But we don't feel draft 18 is the
answer since draft 19 will soon be out and should address rest of the
126 issues raised about drafts 16, 17 and 18.

If the kernel maintainers feel differently, we are happy to provide
you with our latest code implementing most of draft 18.


Regards,

Antti

-- 
Antti J. Tuominen, Gyldenintie 8A 11, 00200 Helsinki, Finland.
Research assistant, Institute of Digital Communications at HUT
work: ajtuomin@tml.hut.fi; home: tuominen@iki.fi


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

* Re: [PATCH] Mobile IPv6 for 2.5.40 (request for kernel inclusion)
  2002-10-02  9:46 ` YOSHIFUJI Hideaki / 吉藤英明
@ 2002-10-02 11:08   ` Antti Tuominen
  0 siblings, 0 replies; 8+ messages in thread
From: Antti Tuominen @ 2002-10-02 11:08 UTC (permalink / raw)
  To: YOSHIFUJI Hideaki / =?ISO-8859-1?Q?=1B$B5HF#1QL@=1B(B=22?=
	<yoshfuji@wide.ad.jp>
  Cc: davem, kuznet, netdev, linux-kernel, torvalds

On Wed, Oct 02, 2002 at 06:46:07PM +0900, YOSHIFUJI Hideaki / ?$B5HF#1QL@?(B wrote:
> Resolving www.mipl.mediapoli.com... done.
> Connecting to www.mipl.mediapoli.com[212.68.2.195]:80... connected.
> HTTP request sent, awaiting response... 403 Forbidden
> 18:45:25 ERROR 403: Forbidden.

Sorry about that.  Apache had some strange rule denying download of
files with .diff suffix.  Now works.  Add .gz to the url for gzipped
version.

Regards,

Antti

-- 
Antti J. Tuominen, Gyldenintie 8A 11, 00200 Helsinki, Finland.
Research assistant, Institute of Digital Communications at HUT
work: ajtuomin@tml.hut.fi; home: tuominen@iki.fi


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

end of thread, other threads:[~2002-10-02 11:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-02  9:21 [PATCH] Mobile IPv6 for 2.5.40 (request for kernel inclusion) Antti Tuominen
2002-10-02  9:25 ` Pekka Savola
2002-10-02  9:31   ` YOSHIFUJI Hideaki / 吉藤英明
2002-10-02  9:33     ` Pekka Savola
2002-10-02  9:44       ` YOSHIFUJI Hideaki / 吉藤英明
2002-10-02 11:04         ` Antti Tuominen
2002-10-02  9:46 ` YOSHIFUJI Hideaki / 吉藤英明
2002-10-02 11:08   ` Antti Tuominen

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).