<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/include/net/ip6_route.h, branch v2.6.19</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/include/net/ip6_route.h?h=v2.6.19</id>
<link rel='self' href='https://git.amat.us/linux/atom/include/net/ip6_route.h?h=v2.6.19'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2006-10-19T02:55:25Z</updated>
<entry>
<title>[IPV6]: Remove struct pol_chain.</title>
<updated>2006-10-19T02:55:25Z</updated>
<author>
<name>Ville Nuorvala</name>
<email>vnuorval@tcs.hut.fi</email>
</author>
<published>2006-10-17T05:05:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e320af1df4c47305e829e8e1a40e5fad0e5e9fba'/>
<id>urn:sha1:e320af1df4c47305e829e8e1a40e5fad0e5e9fba</id>
<content type='text'>
Struct pol_chain has existed since at least the 2.2 kernel, but isn't used
anymore. As the IPv6 policy routing is implemented in a totally different
way in the current kernel, just get rid of it.

Signed-off-by: Ville Nuorvala &lt;vnuorval@tcs.hut.fi&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[NETFILTER]: ip6table_mangle: reroute when nfmark changes in NF_IP6_LOCAL_OUT</title>
<updated>2006-09-22T22:19:51Z</updated>
<author>
<name>Patrick McHardy</name>
<email>kaber@trash.net</email>
</author>
<published>2006-09-20T18:59:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9123de2c043996050bacf77031cad845f5976f5d'/>
<id>urn:sha1:9123de2c043996050bacf77031cad845f5976f5d</id>
<content type='text'>
Now that IPv6 supports policy routing we need to reroute in NF_IP6_LOCAL_OUT
when the mark value changes.

Signed-off-by: Patrick McHardy &lt;kaber@trash.net&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IPV6] ROUTE: Unify RT6_F_xxx and RT6_SELECT_F_xxx flags</title>
<updated>2006-09-22T21:55:56Z</updated>
<author>
<name>YOSHIFUJI Hideaki</name>
<email>yoshfuji@linux-ipv6.org</email>
</author>
<published>2006-08-24T00:25:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=77d16f450ae0452d7d4b009f78debb1294fb435c'/>
<id>urn:sha1:77d16f450ae0452d7d4b009f78debb1294fb435c</id>
<content type='text'>
Unify RT6_F_xxx and RT6_SELECT_F_xxx flags into
RT6_LOOKUP_F_xxx flags, and put them into ip6_route.h

Signed-off-by: YOSHIFUJI Hideaki &lt;yoshfuji@linux-ipv6.org&gt;
Acked-by: Ville Nuorvala &lt;vnuorval@tcs.hut.fi
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IPV6]: Cache source address as well in ipv6_pinfo{}.</title>
<updated>2006-09-22T21:55:45Z</updated>
<author>
<name>YOSHIFUJI Hideaki</name>
<email>yoshfuji@linux-ipv6.org</email>
</author>
<published>2006-08-30T00:15:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8e1ef0a95b87e8b4292b2ba733e8cb854ea2d2fe'/>
<id>urn:sha1:8e1ef0a95b87e8b4292b2ba733e8cb854ea2d2fe</id>
<content type='text'>
Based on MIPL2 kernel patch.

Signed-off-by: YOSHIFUJI Hideaki &lt;yoshfuji@linux-ipv6.org&gt;
Signed-off-by: Ville Nuorvala &lt;vnuorval@tcs.hut.fi&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IPV6] NDISC: Take source address into account for redirects.</title>
<updated>2006-09-22T21:55:41Z</updated>
<author>
<name>YOSHIFUJI Hideaki</name>
<email>yoshfuji@linux-ipv6.org</email>
</author>
<published>2006-08-24T00:12:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5e032e32ecc2e6cb0385dc115ca9bfe5e19a9539'/>
<id>urn:sha1:5e032e32ecc2e6cb0385dc115ca9bfe5e19a9539</id>
<content type='text'>
Signed-off-by: YOSHIFUJI Hideaki &lt;yoshfuji@linux-ipv6.org&gt;
Signed-off-by: Ville Nuorvala &lt;vnuorval@tcs.hut.fi&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IPv6] route: FIB6 configuration using struct fib6_config</title>
<updated>2006-09-22T21:55:12Z</updated>
<author>
<name>Thomas Graf</name>
<email>tgraf@suug.ch</email>
</author>
<published>2006-08-22T07:01:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=86872cb57925c46a6499887d77afb880a892c0ec'/>
<id>urn:sha1:86872cb57925c46a6499887d77afb880a892c0ec</id>
<content type='text'>
Replaces the struct in6_rtmsg based interface orignating from
the ioctl interface with a struct fib6_config based on. Allows
changing the interface without breaking the ioctl interface
and avoids passing on tons of parameters.

The recently introduced struct nl_info is used to pass on
netlink authorship information for notifications.

Signed-off-by: Thomas Graf &lt;tgraf@suug.ch&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IPv6] route: Simplify ip6_ins_rt()</title>
<updated>2006-09-22T21:55:11Z</updated>
<author>
<name>Thomas Graf</name>
<email>tgraf@suug.ch</email>
</author>
<published>2006-08-22T07:00:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=40e22e8f3d4d4f1ff68fb03683f007c53ee8b348'/>
<id>urn:sha1:40e22e8f3d4d4f1ff68fb03683f007c53ee8b348</id>
<content type='text'>
Provide a simple ip6_ins_rt() for the majority of users and
an alternative for the exception via netlink. Avoids code
obfuscation.

Signed-off-by: Thomas Graf &lt;tgraf@suug.ch&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IPv6] route: Simplify ip6_del_rt()</title>
<updated>2006-09-22T21:55:11Z</updated>
<author>
<name>Thomas Graf</name>
<email>tgraf@suug.ch</email>
</author>
<published>2006-08-22T07:00:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e0a1ad73d34fd6dfdb630479400511e9879069c0'/>
<id>urn:sha1:e0a1ad73d34fd6dfdb630479400511e9879069c0</id>
<content type='text'>
Provide a simple ip6_del_rt() for the majority of users and
an alternative for the exception via netlink. Avoids code
obfuscation.

Signed-off-by: Thomas Graf &lt;tgraf@suug.ch&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IPV6]: Increase number of possible routing tables to 2^32</title>
<updated>2006-09-22T21:54:27Z</updated>
<author>
<name>Patrick McHardy</name>
<email>kaber@trash.net</email>
</author>
<published>2006-08-11T06:11:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=1b43af5480c351dbcb2eef478bafe179cbeb6e83'/>
<id>urn:sha1:1b43af5480c351dbcb2eef478bafe179cbeb6e83</id>
<content type='text'>
Increase number of possible routing tables to 2^32 by replacing iterations
over all possible table IDs by hash table walking.

Signed-off-by: Patrick McHardy &lt;kaber@trash.net&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IPV6]: Policy Routing Rules</title>
<updated>2006-09-22T21:53:41Z</updated>
<author>
<name>Thomas Graf</name>
<email>tgraf@suug.ch</email>
</author>
<published>2006-08-04T10:39:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=101367c2f8c464ea96643192673aa18d88e6336d'/>
<id>urn:sha1:101367c2f8c464ea96643192673aa18d88e6336d</id>
<content type='text'>
Adds support for policy routing rules including a new
local table for routes with a local destination.

Signed-off-by: Thomas Graf &lt;tgraf@suug.ch&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
</feed>
