From: Thomas Graf <tgraf@suug.ch>
To: netdev@vger.kernel.org
Cc: vnuorval@tcs.hut.fi, usagi-core@linux-ipv6.org,
yoshfuji@linux-ipv6.org, davem@davemloft.net, anttit@tcs.hut.fi
Subject: [PATCHSET] Multiple IPV6 Routing Tables & Policy Routing
Date: Fri, 04 Aug 2006 12:23:08 +0200 [thread overview]
Message-ID: <20060804102308.711837665@postel.suug.ch> (raw)
Hello,
This patchset implements multiple IPv6 routing tables and
policy routing. Even though the code is almost rewritten
entirely the work is based on the MIPL patch found on
mobile-ipv6.org which is being jointly developed by Helsinki
University of Technology (HUT) and the USAGI/WIDE Project.
Reference counting on routing tables was removed to decrease
the number of required atomic operations during route lookup.
The tables are now organized in a hashtable to prepare for
the change in supporting more than 255 tables.
Matching sources address in policy rules is no longer dependant
on CONFIG_SUBTREES.
Git tree with changes:
master.kernel.org:/pub/scm/linux/kernel/git/tgraf/net-2.6.19-mrt.git
include/linux/fib_rules.h | 60 ++++
include/linux/rtnetlink.h | 2
include/net/fib_rules.h | 90 +++++++
include/net/ip6_fib.h | 46 +++
include/net/ip6_route.h | 8 +
include/net/ip_fib.h | 14 +
net/Kconfig | 3
net/core/Makefile | 1
net/core/fib_rules.c | 416 +++++++++++++++++++++++++++++++
net/core/rtnetlink.c | 9 +
net/ipv4/Kconfig | 1
net/ipv4/devinet.c | 4
net/ipv4/fib_frontend.c | 2
net/ipv4/fib_rules.c | 613 ++++++++++++++++++---------------------------
net/ipv6/Kconfig | 7 +
net/ipv6/Makefile | 1
net/ipv6/addrconf.c | 7 -
net/ipv6/fib6_rules.c | 251 ++++++++++++++++++
net/ipv6/ip6_fib.c | 143 ++++++++++
net/ipv6/route.c | 442 +++++++++++++++++++++++---------
20 files changed, 1597 insertions(+), 523 deletions(-
next reply other threads:[~2006-08-04 10:27 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-04 10:23 Thomas Graf [this message]
2006-08-03 22:00 ` [PATCH 1/5] [IPV6]: Remove ndiscs rt6_lock dependency Thomas Graf
2006-08-03 22:00 ` [PATCH 2/5] [IPV6]: Multiple Routing Tables Thomas Graf
2006-08-05 9:00 ` Patrick McHardy
2006-08-05 9:21 ` David Miller
2006-08-03 22:00 ` [PATCH 3/5] [NET]: Protocol Independant Policy Routing Rules Framework Thomas Graf
2006-08-03 22:00 ` [PATCH 4/5] [IPV6]: Policy Routing Rules Thomas Graf
2006-08-03 22:00 ` [PATCH 5/5] [IPV4]: Use Protocol Independant Policy Routing Rules Framework Thomas Graf
2006-08-04 10:40 ` [PATCHSET] Multiple IPV6 Routing Tables & Policy Routing David Miller
2006-08-04 15:58 ` YOSHIFUJI Hideaki / 吉藤英明
2006-08-04 17:41 ` Thomas Graf
2006-08-04 18:14 ` YOSHIFUJI Hideaki / 吉藤英明
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=20060804102308.711837665@postel.suug.ch \
--to=tgraf@suug.ch \
--cc=anttit@tcs.hut.fi \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=usagi-core@linux-ipv6.org \
--cc=vnuorval@tcs.hut.fi \
--cc=yoshfuji@linux-ipv6.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 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).