netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* IP/UDP encapsulation
@ 2010-04-08  7:42 Gustavo F. Padovan
  2010-04-08  7:58 ` Eric Dumazet
  2010-04-08  9:48 ` Mark Smith
  0 siblings, 2 replies; 5+ messages in thread
From: Gustavo F. Padovan @ 2010-04-08  7:42 UTC (permalink / raw)
  To: netdev
  Cc: marco bonola, ZioPRoTo (Saverio Proto), Behling Mario,
	L. Aaron Kaplan

Hi,

I'm looking for some advice on that work. The Freifunk organization is
planning work on the IP/UDP encapsulation kernel module as a GSoC
project. The idea is to create a IP-in-UDP tunnel like we do for
IP-in-IP or IP-in-GRE tunnels. The only way to do that today is to use
some VPN software.

The module will export its virtual interface through sockets and will
have support for the standard syscalls like the others encapsulation
modules.

It will improve the performance of mesh networks that will we be able
to use IP-in-UDP rather than IP-in-IP. So, instead of push all data to
local gateway into the mesh all the data can be tunneled to a faster
server and from there to the Internet. With all the data exiting with
the same IP address (the fast server IP). That will improve bandwidth,
especially for upload.

Is such module acceptable for merge into the Linux Kernel?

Any comments or suggestions to the module architecture and
implementation? If you want more information about the module I can
provide that.

Regards,

-- 
Gustavo F. Padovan
http://padovan.org

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

end of thread, other threads:[~2010-04-08 10:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-08  7:42 IP/UDP encapsulation Gustavo F. Padovan
2010-04-08  7:58 ` Eric Dumazet
2010-04-08  9:48 ` Mark Smith
2010-04-08 10:29   ` Eric Dumazet
2010-04-08 10:39     ` ZioPRoTo (Saverio Proto)

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