<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/include/net, branch v2.6.12</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v2.6.12</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.12'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2005-06-13T22:12:33Z</updated>
<entry>
<title>[SCTP] Add support for ip_nonlocal_bind sysctl &amp; IP_FREEBIND socket option</title>
<updated>2005-06-13T22:12:33Z</updated>
<author>
<name>Neil Horman</name>
<email>nhorman@redhat.com</email>
</author>
<published>2005-06-13T22:12:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=cdac4e07748934e37e415437055ed591aed9eb21'/>
<id>urn:sha1:cdac4e07748934e37e415437055ed591aed9eb21</id>
<content type='text'>
Signed-off-by: Neil Horman &lt;nhorman@redhat.com&gt;
Signed-off-by: Sridhar Samudrala &lt;sri@us.ibm.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IPV4]: Kill MULTIPATHHOLDROUTE flag.</title>
<updated>2005-05-30T03:26:44Z</updated>
<author>
<name>Pravin B. Shelar</name>
<email>pravins@calsoftinc.com</email>
</author>
<published>2005-05-30T03:26:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=37e20a66db02eff9adbeee043af990cca85d0034'/>
<id>urn:sha1:37e20a66db02eff9adbeee043af990cca85d0034</id>
<content type='text'>
It cannot work properly, so just ignore it in drr
and rr multipath algorithms just like the random
multipath algorithm does.

Suggested by Herbert Xu.

Signed-off by: Pravin B. Shelar &lt;pravins@calsoftinc.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>From: Kazunori Miyazawa &lt;kazunori@miyazawa.org&gt;</title>
<updated>2005-05-26T19:58:04Z</updated>
<author>
<name>Hideaki YOSHIFUJI</name>
<email>yoshfuji@linux-ipv6.org</email>
</author>
<published>2005-05-26T19:58:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=92d63decc0b6a5d600f792fcf5f3ff9718c09a3d'/>
<id>urn:sha1:92d63decc0b6a5d600f792fcf5f3ff9718c09a3d</id>
<content type='text'>
[XFRM] Call dst_check() with appropriate cookie

This fixes infinite loop issue with IPv6 tunnel mode.

Signed-off-by: Kazunori Miyazawa &lt;kazunori@miyazawa.org&gt;
Signed-off-by: Hideaki YOSHIFUJI &lt;yoshfuji@linux-ipv6.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[PKT_SCHED]: Fixup simple action define.</title>
<updated>2005-05-19T19:42:39Z</updated>
<author>
<name>Jamal Hadi Salim</name>
<email>hadi@cyberus.ca</email>
</author>
<published>2005-05-19T19:42:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1eda339e76a9aac05883c548028bf91aed734783'/>
<id>urn:sha1:1eda339e76a9aac05883c548028bf91aed734783</id>
<content type='text'>
Make it consistent with other net/sched files

Signed-off-by: Jamal Hadi Salim &lt;hadi@cyberus.ca&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;</content>
</entry>
<entry>
<title>[PATCH] update Ross Biro bouncing email address</title>
<updated>2005-05-05T23:36:49Z</updated>
<author>
<name>Jesper Juhl</name>
<email>juhl-lkml@dif.dk</email>
</author>
<published>2005-05-05T23:16:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=02c30a84e6298b6b20a56f0896ac80b47839e134'/>
<id>urn:sha1:02c30a84e6298b6b20a56f0896ac80b47839e134</id>
<content type='text'>
Ross moved.  Remove the bad email address so people will find the correct
one in ./CREDITS.

Signed-off-by: Jesper Juhl &lt;juhl-lkml@dif.dk&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[IPV6]: Fix OOPS when using IPV6_ADDRFORM</title>
<updated>2005-05-05T20:35:15Z</updated>
<author>
<name>Arnaldo Carvalho de Melo</name>
<email>acme@ghostprotocols.net</email>
</author>
<published>2005-05-05T20:35:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=476e19cfa131e2b6eedc4017b627cdc4ca419ffb'/>
<id>urn:sha1:476e19cfa131e2b6eedc4017b627cdc4ca419ffb</id>
<content type='text'>
This causes sk-&gt;sk_prot to change, which makes the socket
release free the sock into the wrong SLAB cache.  Fix this
by introducing sk_prot_creator so that we always remember
where the sock came from.

Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@ghostprotocols.net&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IPV6]: net/addrconf.h needs to include linux/in6.h earlier</title>
<updated>2005-05-04T05:17:18Z</updated>
<author>
<name>Patrick McHardy</name>
<email>kaber@trash.net</email>
</author>
<published>2005-05-04T05:17:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6a800d456a81a9046634bcd26d868fd537f0c9ae'/>
<id>urn:sha1:6a800d456a81a9046634bcd26d868fd537f0c9ae</id>
<content type='text'>
Else the in6_addr layout is not known for struct
prefix_info.

Signed-off-by: Patrick McHardy &lt;kaber@trash.net&gt;
</content>
</entry>
<entry>
<title>[IPSEC]: Store idev entries</title>
<updated>2005-05-03T23:27:10Z</updated>
<author>
<name>Herbert Xu</name>
<email>herbert@gondor.apana.org.au</email>
</author>
<published>2005-05-03T23:27:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=aabc9761b69f1bfa30a78f7005be95cc9cc06175'/>
<id>urn:sha1:aabc9761b69f1bfa30a78f7005be95cc9cc06175</id>
<content type='text'>
I found a bug that stopped IPsec/IPv6 from working.  About
a month ago IPv6 started using rt6i_idev-&gt;dev on the cached socket dst
entries.  If the cached socket dst entry is IPsec, then rt6i_idev will
be NULL.

Since we want to look at the rt6i_idev of the original route in this
case, the easiest fix is to store rt6i_idev in the IPsec dst entry just
as we do for a number of other IPv6 route attributes.  Unfortunately
this means that we need some new code to handle the references to
rt6i_idev.  That's why this patch is bigger than it would otherwise be.

I've also done the same thing for IPv4 since it is conceivable that
once these idev attributes start getting used for accounting, we
probably need to dereference them for IPv4 IPsec entries too.

Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[PKT_SCHED]: Fix range in PSCHED_TDIFF_SAFE to 0..bound</title>
<updated>2005-05-03T21:41:18Z</updated>
<author>
<name>Patrick McHardy</name>
<email>kaber@trash.net</email>
</author>
<published>2005-05-03T21:41:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9dfa277f88388a94993b121db46b80df66f48d9e'/>
<id>urn:sha1:9dfa277f88388a94993b121db46b80df66f48d9e</id>
<content type='text'>
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]: Include ipv6.h for ipv6_addr_set</title>
<updated>2005-05-03T21:25:13Z</updated>
<author>
<name>Herbert Xu</name>
<email>herbert@gondor.apana.org.au</email>
</author>
<published>2005-05-03T21:25:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e4553eddae592b948c9695c9a0002169b0cab6fc'/>
<id>urn:sha1:e4553eddae592b948c9695c9a0002169b0cab6fc</id>
<content type='text'>
This patch includes net/ipv6.h from addrconf.h since it needs
ipv6_addr_set.

Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
</feed>
