<feed xmlns='http://www.w3.org/2005/Atom'>
<title>snowball/igloo-kernel.git, branch v2.6.14-rc2</title>
<subtitle>Igloo kernel</subtitle>
<id>https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/atom?h=v2.6.14-rc2</id>
<link rel='self' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/atom?h=v2.6.14-rc2'/>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/'/>
<updated>2005-09-20T03:00:41+00:00</updated>
<entry>
<title>Linux v2.6.14-rc2</title>
<updated>2005-09-20T03:00:41+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-09-20T03:00:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=676d55ae30ea3b688f0386f70553489f25f24d55'/>
<id>urn:sha1:676d55ae30ea3b688f0386f70553489f25f24d55</id>
<content type='text'>
Avast, ye scurvy land-lubbers! Time to try out a new release.

Arrr!
</content>
</entry>
<entry>
<title>Make fsnotify possibly work better for the inode removal case</title>
<updated>2005-09-20T02:54:29+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-09-20T02:54:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=f805fbdaacf4367ce566743a665622387768ac0d'/>
<id>urn:sha1:f805fbdaacf4367ce566743a665622387768ac0d</id>
<content type='text'>
Checking i_nlink is dubious, but the alternatives look even
less appetizing.

Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6</title>
<updated>2005-09-20T01:46:11+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-09-20T01:46:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=875bd5ab01bc0b760fd4e97838931cd2e7456cbd'/>
<id>urn:sha1:875bd5ab01bc0b760fd4e97838931cd2e7456cbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] raw_sendmsg DoS on 2.6</title>
<updated>2005-09-20T01:45:42+00:00</updated>
<author>
<name>Mark J Cox</name>
<email>mjc@redhat.com</email>
</author>
<published>2005-09-20T00:55:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=6d1cfe3f1752f17e297df60c8bcc6cd6e0a58449'/>
<id>urn:sha1:6d1cfe3f1752f17e297df60c8bcc6cd6e0a58449</id>
<content type='text'>
Fix unchecked __get_user that could be tricked into generating a
memory read on an arbitrary address.  The result of the read is not
returned directly but you may be able to divine some information about
it, or use the read to cause a crash on some architectures by reading
hardware state.  CAN-2004-2492.

Fix from Al Viro, ack from Dave Miller.

Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[TCP]: Handle SACK'd packets properly in tcp_fragment().</title>
<updated>2005-09-20T01:18:38+00:00</updated>
<author>
<name>Herbert Xu</name>
<email>herbert@gondor.apana.org.au</email>
</author>
<published>2005-09-20T01:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=e14c3caf605dfd29bd1aac3097e39db94afc9f07'/>
<id>urn:sha1:e14c3caf605dfd29bd1aac3097e39db94afc9f07</id>
<content type='text'>
The problem is that we're now calling tcp_fragment() in a context
where the packets might be marked as SACKED_ACKED or SACKED_RETRANS.
This was not possible before as you never retransmitted packets that
are so marked.

Because of this, we need to adjust sacked_out and retrans_out in
tcp_fragment().  This is exactly what the following patch does.

We also need to preserve the SACKED_ACKED/SACKED_RETRANS marking
if they exist.

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>[8021Q]: Add endian annotations.</title>
<updated>2005-09-19T22:41:28+00:00</updated>
<author>
<name>Alexey Dobriyan</name>
<email>adobriyan@gmail.com</email>
</author>
<published>2005-09-19T22:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=3c3f8f25c177e4f9e4e00bcc1b90b28b1be37937'/>
<id>urn:sha1:3c3f8f25c177e4f9e4e00bcc1b90b28b1be37937</id>
<content type='text'>
Signed-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[WAN] hdlc_cisco: Fix regression introduced by skb-&gt;tail changes.</title>
<updated>2005-09-19T22:39:32+00:00</updated>
<author>
<name>Krzysztof Halasa</name>
<email>khc@pm.waw.pl</email>
</author>
<published>2005-09-19T22:39:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=2cf655cd65888e9fed0803d77e9e4f7d1db674cc'/>
<id>urn:sha1:2cf655cd65888e9fed0803d77e9e4f7d1db674cc</id>
<content type='text'>
The following commit breaks cisco mode with my WAN drivers:
author	David S. Miller &lt;davem@davemloft.net&gt;
	Tue, 28 Jun 2005 22:25:31 +0000 (15:25 -0700)
commit	689be43945e9ca7dd704522e55af1b8a73a994d3

"[NET]: Remove gratuitous use of skb-&gt;tail in network drivers."

The following patch fixes it - please apply (cisco_hard_header does
skb_push(4 bytes)).

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[NETFILTER]: Export ip_nat_port_{nfattr_to_range,range_to_nfattr}</title>
<updated>2005-09-19T22:35:57+00:00</updated>
<author>
<name>Harald Welte</name>
<email>laforge@netfilter.org</email>
</author>
<published>2005-09-19T22:35:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=8922bc93aa78a202c2b68b2de19b71329cb321e1'/>
<id>urn:sha1:8922bc93aa78a202c2b68b2de19b71329cb321e1</id>
<content type='text'>
Those exports are needed by the PPTP helper following in the next
couple of changes.

Signed-off-by: Harald Welte &lt;laforge@netfilter.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[NETFILTER]: Rename misnamed function</title>
<updated>2005-09-19T22:35:31+00:00</updated>
<author>
<name>Patrick McHardy</name>
<email>kaber@trash.net</email>
</author>
<published>2005-09-19T22:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=a41bc00234a0a2ccaa99a194341ae108ae17ddc8'/>
<id>urn:sha1:a41bc00234a0a2ccaa99a194341ae108ae17ddc8</id>
<content type='text'>
Both __ip_conntrack_expect_find and ip_conntrack_expect_find_get take
a reference to the expectation, the difference is that callers of
__ip_conntrack_expect_find must hold ip_conntrack_lock.

Signed-off-by: Patrick McHardy &lt;kaber@trash.net&gt;
Signed-off-by: Harald Welte &lt;laforge@netfilter.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[NETFILTER] ip6tables: remove duplicate code</title>
<updated>2005-09-19T22:34:40+00:00</updated>
<author>
<name>Yasuyuki Kozakai</name>
<email>yasuyuki.kozakai@toshiba.co.jp</email>
</author>
<published>2005-09-19T22:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=e674d0f38de6109b59dbe30fba8b296a03229b8e'/>
<id>urn:sha1:e674d0f38de6109b59dbe30fba8b296a03229b8e</id>
<content type='text'>
Some IPv6 matches have very similar loops to find IPv6 extension header
and we can unify them. This patch introduces ipv6_find_hdr() to do it.
I just checked that it can find the target headers in the packet which has
dst,hbh,rt,frag,ah,esp headers.

Signed-off-by: Yasuyuki Kozakai &lt;yasuyuki.kozakai@toshiba.co.jp&gt;
Signed-off-by: Harald Welte &lt;laforge@netfilter.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
</feed>
